@hitachivantara/uikit-react-core 5.85.1 → 5.87.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 (83) hide show
  1. package/dist/cjs/Banner/BannerContent/BannerContent.cjs +60 -28
  2. package/dist/cjs/Banner/BannerContent/BannerContent.styles.cjs +30 -1
  3. package/dist/cjs/ColorPicker/Fields/Fields.styles.cjs +3 -2
  4. package/dist/cjs/ColorPicker/PresetColors/PresetColors.styles.cjs +1 -1
  5. package/dist/cjs/ColorPicker/SavedColors/SavedColors.styles.cjs +2 -2
  6. package/dist/cjs/EmptyState/EmptyState.styles.cjs +1 -1
  7. package/dist/cjs/{ScrollTo/Horizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.cjs +2 -2
  8. package/dist/cjs/{ScrollTo/Horizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.styles.cjs +1 -1
  9. package/dist/cjs/{ScrollTo/Horizontal → ScrollToHorizontal}/ScrollToHorizontal.cjs +3 -3
  10. package/dist/cjs/{ScrollTo/Vertical → ScrollToVertical}/ScrollToVertical.cjs +3 -3
  11. package/dist/cjs/{ScrollTo/Vertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.cjs +1 -1
  12. package/dist/cjs/{ScrollTo/Vertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.styles.cjs +1 -1
  13. package/dist/cjs/Tag/Tag.styles.cjs +1 -1
  14. package/dist/cjs/{ScrollTo → hooks}/useScrollTo.cjs +14 -10
  15. package/dist/cjs/index.cjs +9 -9
  16. package/dist/cjs/{ScrollTo/utils.cjs → utils/scroll.cjs} +12 -0
  17. package/dist/esm/ActionBar/ActionBar.js.map +1 -1
  18. package/dist/esm/Banner/BannerContent/BannerContent.js +61 -29
  19. package/dist/esm/Banner/BannerContent/BannerContent.js.map +1 -1
  20. package/dist/esm/Banner/BannerContent/BannerContent.styles.js +30 -1
  21. package/dist/esm/Banner/BannerContent/BannerContent.styles.js.map +1 -1
  22. package/dist/esm/Box/Box.js.map +1 -1
  23. package/dist/esm/ColorPicker/Fields/Fields.styles.js +3 -2
  24. package/dist/esm/ColorPicker/Fields/Fields.styles.js.map +1 -1
  25. package/dist/esm/ColorPicker/PresetColors/PresetColors.styles.js +1 -1
  26. package/dist/esm/ColorPicker/PresetColors/PresetColors.styles.js.map +1 -1
  27. package/dist/esm/ColorPicker/SavedColors/SavedColors.styles.js +2 -2
  28. package/dist/esm/ColorPicker/SavedColors/SavedColors.styles.js.map +1 -1
  29. package/dist/esm/EmptyState/EmptyState.styles.js +1 -1
  30. package/dist/esm/EmptyState/EmptyState.styles.js.map +1 -1
  31. package/dist/esm/Focus/Focus.js.map +1 -1
  32. package/dist/esm/Grid/Grid.js.map +1 -1
  33. package/dist/esm/Kpi/Kpi.js.map +1 -1
  34. package/dist/esm/Link/Link.js.map +1 -1
  35. package/dist/esm/List/List.js.map +1 -1
  36. package/dist/esm/{ScrollTo/Horizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.js +2 -2
  37. package/dist/esm/ScrollToHorizontal/HorizontalScrollListItem/HorizontalScrollListItem.js.map +1 -0
  38. package/dist/esm/{ScrollTo/Horizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.styles.js +1 -1
  39. package/dist/esm/ScrollToHorizontal/HorizontalScrollListItem/HorizontalScrollListItem.styles.js.map +1 -0
  40. package/dist/esm/{ScrollTo/Horizontal → ScrollToHorizontal}/ScrollToHorizontal.js +3 -3
  41. package/dist/esm/{ScrollTo/Horizontal → ScrollToHorizontal}/ScrollToHorizontal.js.map +1 -1
  42. package/dist/esm/ScrollToHorizontal/ScrollToHorizontal.styles.js.map +1 -0
  43. package/dist/esm/{ScrollTo/Vertical → ScrollToVertical}/ScrollToVertical.js +3 -3
  44. package/dist/esm/{ScrollTo/Vertical → ScrollToVertical}/ScrollToVertical.js.map +1 -1
  45. package/dist/esm/ScrollToVertical/ScrollToVertical.styles.js.map +1 -0
  46. package/dist/esm/{ScrollTo/Vertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.js +1 -1
  47. package/dist/esm/ScrollToVertical/VerticalScrollListItem/VerticalScrollListItem.js.map +1 -0
  48. package/dist/esm/{ScrollTo/Vertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.styles.js +1 -1
  49. package/dist/esm/ScrollToVertical/VerticalScrollListItem/VerticalScrollListItem.styles.js.map +1 -0
  50. package/dist/esm/Tag/Tag.styles.js +1 -1
  51. package/dist/esm/Tag/Tag.styles.js.map +1 -1
  52. package/dist/esm/hocs/withTooltip.js.map +1 -1
  53. package/dist/esm/{ScrollTo → hooks}/useScrollTo.js +9 -5
  54. package/dist/esm/hooks/useScrollTo.js.map +1 -0
  55. package/dist/esm/index.js +10 -10
  56. package/dist/esm/{ScrollTo/utils.js → utils/scroll.js} +12 -0
  57. package/dist/esm/utils/scroll.js.map +1 -0
  58. package/dist/types/index.d.ts +340 -361
  59. package/package.json +6 -6
  60. package/dist/cjs/Banner/BannerContent/ActionContainer/ActionContainer.cjs +0 -46
  61. package/dist/cjs/Banner/BannerContent/ActionContainer/ActionContainer.styles.cjs +0 -31
  62. package/dist/cjs/Banner/BannerContent/MessageContainer/MessageContainer.cjs +0 -44
  63. package/dist/cjs/Banner/BannerContent/MessageContainer/MessageContainer.styles.cjs +0 -23
  64. package/dist/esm/Banner/BannerContent/ActionContainer/ActionContainer.js +0 -47
  65. package/dist/esm/Banner/BannerContent/ActionContainer/ActionContainer.js.map +0 -1
  66. package/dist/esm/Banner/BannerContent/ActionContainer/ActionContainer.styles.js +0 -31
  67. package/dist/esm/Banner/BannerContent/ActionContainer/ActionContainer.styles.js.map +0 -1
  68. package/dist/esm/Banner/BannerContent/MessageContainer/MessageContainer.js +0 -45
  69. package/dist/esm/Banner/BannerContent/MessageContainer/MessageContainer.js.map +0 -1
  70. package/dist/esm/Banner/BannerContent/MessageContainer/MessageContainer.styles.js +0 -23
  71. package/dist/esm/Banner/BannerContent/MessageContainer/MessageContainer.styles.js.map +0 -1
  72. package/dist/esm/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.js.map +0 -1
  73. package/dist/esm/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.styles.js.map +0 -1
  74. package/dist/esm/ScrollTo/Horizontal/ScrollToHorizontal.styles.js.map +0 -1
  75. package/dist/esm/ScrollTo/Vertical/ScrollToVertical.styles.js.map +0 -1
  76. package/dist/esm/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.js.map +0 -1
  77. package/dist/esm/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.styles.js.map +0 -1
  78. package/dist/esm/ScrollTo/useScrollTo.js.map +0 -1
  79. package/dist/esm/ScrollTo/utils.js.map +0 -1
  80. /package/dist/cjs/{ScrollTo/Horizontal → ScrollToHorizontal}/ScrollToHorizontal.styles.cjs +0 -0
  81. /package/dist/cjs/{ScrollTo/Vertical → ScrollToVertical}/ScrollToVertical.styles.cjs +0 -0
  82. /package/dist/esm/{ScrollTo/Horizontal → ScrollToHorizontal}/ScrollToHorizontal.styles.js +0 -0
  83. /package/dist/esm/{ScrollTo/Vertical → ScrollToVertical}/ScrollToVertical.styles.js +0 -0
@@ -308,6 +308,12 @@ export declare const bannerContentClasses: {
308
308
  error: string;
309
309
  default: string;
310
310
  outContainer: string;
311
+ messageContainer: string;
312
+ iconContainer: string;
313
+ messageActions: string;
314
+ actionContainer: string;
315
+ actionsInnerContainer: string;
316
+ closeAction: string;
311
317
  };
312
318
 
313
319
  declare interface BarProps extends HvBaseProps {
@@ -1092,6 +1098,9 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
1092
1098
  disableEventHandling?: boolean;
1093
1099
  }
1094
1100
 
1101
+ /**
1102
+ * The Action Bar accommodates all the actions related to a specific task on a screen or pattern.
1103
+ */
1095
1104
  export declare const HvActionBar: ForwardRefExoticComponent<HvActionBarProps & RefAttributes<HTMLDivElement>>;
1096
1105
 
1097
1106
  export declare type HvActionBarClasses = ExtractNames<typeof useClasses_21>;
@@ -1101,23 +1110,6 @@ export declare interface HvActionBarProps extends HvBaseProps {
1101
1110
  classes?: HvActionBarClasses;
1102
1111
  }
1103
1112
 
1104
- declare type HvActionContainerClasses = ExtractNames<typeof useClasses_30>;
1105
-
1106
- declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement>, Pick<Partial<HvActionsGenericProps>, "onAction"> {
1107
- /** Function called when clicking on the close button. */
1108
- onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;
1109
- /** Actions to display. */
1110
- action?: HvActionsGenericProps["actions"];
1111
- /**
1112
- * The callback function called when an action is triggered, receiving `action` as parameter.
1113
- *
1114
- * @deprecated Use `onAction` instead.
1115
- * */
1116
- actionCallback?: HvActionsGenericProps["actionsCallback"];
1117
- /** A Jss Object used to override or extend the styles applied to the component. */
1118
- classes?: HvActionContainerClasses;
1119
- }
1120
-
1121
1113
  export declare interface HvActionGeneric {
1122
1114
  /** Action id. */
1123
1115
  id: string;
@@ -1401,11 +1393,13 @@ export declare type HvBannerClasses = ExtractNames<typeof useClasses_29>;
1401
1393
 
1402
1394
  export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
1403
1395
 
1404
- export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_31>;
1396
+ export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_30>;
1405
1397
 
1406
1398
  export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose"> {
1407
- /** The message to display. */
1399
+ /** The message to display. @deprecated use `children` instead */
1408
1400
  content?: string;
1401
+ /** The message to display. */
1402
+ children?: React.ReactNode;
1409
1403
  /** Variant of the snackbar. */
1410
1404
  variant?: HvBannerVariant;
1411
1405
  /** Controls if the associated icon to the variant should be shown. */
@@ -1427,7 +1421,7 @@ export declare interface HvBannerContentProps extends Omit<SnackbarContentProps,
1427
1421
  /** The position property of the header. */
1428
1422
  actionsPosition?: HvBannerActionPosition;
1429
1423
  /** The props to pass down to the Action Container. */
1430
- actionProps?: HvActionContainerProps;
1424
+ actionProps?: Partial<HvButtonProps>;
1431
1425
  /** A Jss Object used to override or extend the styles applied to the component. */
1432
1426
  classes?: HvBannerContentClasses;
1433
1427
  }
@@ -1489,7 +1483,7 @@ export declare type HvBannerVariant = "success" | "warning" | "error" | "default
1489
1483
  */
1490
1484
  export declare const HvBaseCheckBox: ForwardRefExoticComponent<Omit<HvBaseCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1491
1485
 
1492
- export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_32>;
1486
+ export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_31>;
1493
1487
 
1494
1488
  export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChange" | "classes"> {
1495
1489
  /**
@@ -1708,7 +1702,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
1708
1702
  */
1709
1703
  export declare const HvBaseRadio: ForwardRefExoticComponent<Omit<HvBaseRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1710
1704
 
1711
- export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_33>;
1705
+ export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_32>;
1712
1706
 
1713
1707
  export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" | "classes"> {
1714
1708
  /**
@@ -1786,7 +1780,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
1786
1780
  */
1787
1781
  export declare const HvBaseSwitch: ForwardRefExoticComponent<Omit<HvBaseSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1788
1782
 
1789
- export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_34>;
1783
+ export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_33>;
1790
1784
 
1791
1785
  export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange" | "classes"> {
1792
1786
  /**
@@ -1861,6 +1855,7 @@ export { HvBaseTheme }
1861
1855
  * Customizable layout component that can be used to wrap other components.
1862
1856
  * It can be used to add styles to the wrapped components.
1863
1857
  * It can also be used to create a layout using the flexbox properties.
1858
+ * @deprecated use native elements instead (e.g. `div`)
1864
1859
  */
1865
1860
  export declare const HvBox: <C extends ElementType<any, keyof JSX_2.IntrinsicElements> = "div">(props: {
1866
1861
  style?: CSSProperties | undefined;
@@ -1883,7 +1878,7 @@ export declare type HvBoxProps<C extends React.ElementType = "div"> = Polymorphi
1883
1878
  */
1884
1879
  export declare const HvBreadCrumb: ForwardRefExoticComponent<HvBreadCrumbProps & RefAttributes<HTMLElement>>;
1885
1880
 
1886
- export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_35>;
1881
+ export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_34>;
1887
1882
 
1888
1883
  export declare interface HvBreadCrumbPathElement extends Record<string, any> {
1889
1884
  label: string;
@@ -1915,7 +1910,7 @@ export { HvBreakpoints }
1915
1910
  */
1916
1911
  export declare const HvBulkActions: ForwardRefExoticComponent<HvBulkActionsProps & RefAttributes<HTMLDivElement>>;
1917
1912
 
1918
- export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_36>;
1913
+ export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_35>;
1919
1914
 
1920
1915
  export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTAbleBulkActionsProps>;
1921
1916
 
@@ -2106,14 +2101,14 @@ export declare type HvButtonVariant = "contained" | "subtle" | "ghost" | `primar
2106
2101
 
2107
2102
  export declare const HvCalendar: (props: HvCalendarProps) => JSX_3.Element;
2108
2103
 
2109
- export declare type HvCalendarClasses = ExtractNames<typeof useClasses_38>;
2104
+ export declare type HvCalendarClasses = ExtractNames<typeof useClasses_37>;
2110
2105
 
2111
2106
  export declare const HvCalendarHeader: {
2112
2107
  (props: HvCalendarHeaderProps): JSX_3.Element;
2113
2108
  formElementType: string;
2114
2109
  };
2115
2110
 
2116
- export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_39>;
2111
+ export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_38>;
2117
2112
 
2118
2113
  export declare interface HvCalendarHeaderProps extends Pick<HvSingleCalendarProps, "id" | "value" | "locale" | "onChange" | "showEndDate" | "showDayOfWeek" | "invalidDateLabel"> {
2119
2114
  /**
@@ -2200,11 +2195,11 @@ export declare interface HvCalendarProps extends Omit<React.HTMLAttributes<HTMLD
2200
2195
  */
2201
2196
  export declare const HvCard: ForwardRefExoticComponent<HvCardProps & RefAttributes<HTMLDivElement>>;
2202
2197
 
2203
- export declare type HvCardClasses = ExtractNames<typeof useClasses_41>;
2198
+ export declare type HvCardClasses = ExtractNames<typeof useClasses_40>;
2204
2199
 
2205
2200
  export declare const HvCardContent: (props: HvCardContentProps) => JSX_3.Element;
2206
2201
 
2207
- export declare type HvCardContentClasses = ExtractNames<typeof useClasses_43>;
2202
+ export declare type HvCardContentClasses = ExtractNames<typeof useClasses_42>;
2208
2203
 
2209
2204
  export declare interface HvCardContentProps extends Omit<CardContentProps, "classes"> {
2210
2205
  /** The function that will be executed when this section is clicked. */
@@ -2215,7 +2210,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
2215
2210
 
2216
2211
  export declare const HvCardHeader: (props: HvCardHeaderProps) => JSX_3.Element;
2217
2212
 
2218
- export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_42>;
2213
+ export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_41>;
2219
2214
 
2220
2215
  export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes"> {
2221
2216
  /** The renderable content inside the title slot of the header. */
@@ -2232,7 +2227,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
2232
2227
 
2233
2228
  export declare const HvCardMedia: ({ classes: classesProp, className, children, ...others }: HvCardMediaProps) => JSX_3.Element;
2234
2229
 
2235
- export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_44>;
2230
+ export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_43>;
2236
2231
 
2237
2232
  export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, React.ImgHTMLAttributes<HTMLDivElement> {
2238
2233
  /** The title of the media. */
@@ -2271,13 +2266,13 @@ export declare interface HvCardProps extends HvBaseProps {
2271
2266
  */
2272
2267
  export declare const HvCarousel: ForwardRefExoticComponent<HvCarouselProps & RefAttributes<HTMLDivElement>>;
2273
2268
 
2274
- export declare type HvCarouselClasses = ExtractNames<typeof useClasses_45>;
2269
+ export declare type HvCarouselClasses = ExtractNames<typeof useClasses_44>;
2275
2270
 
2276
2271
  export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_3.Element;
2277
2272
 
2278
2273
  declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2279
2274
  showDots?: boolean;
2280
- classes?: ExtractNames<typeof useClasses_45>;
2275
+ classes?: ExtractNames<typeof useClasses_44>;
2281
2276
  actions?: React.ReactNode;
2282
2277
  onPreviousClick?: React.MouseEventHandler<HTMLButtonElement>;
2283
2278
  onNextClick?: React.MouseEventHandler<HTMLButtonElement>;
@@ -2332,7 +2327,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
2332
2327
  */
2333
2328
  export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_3.Element;
2334
2329
 
2335
- export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_46>;
2330
+ export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_45>;
2336
2331
 
2337
2332
  export declare interface HvCarouselSlideProps extends React.ImgHTMLAttributes<HTMLImageElement> {
2338
2333
  /** A Jss Object used to override or extend the styles applied. */
@@ -2347,7 +2342,7 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
2347
2342
 
2348
2343
  declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2349
2344
  width?: React.CSSProperties["width"];
2350
- classes?: ExtractNames<typeof useClasses_45>;
2345
+ classes?: ExtractNames<typeof useClasses_44>;
2351
2346
  onThumbnailClick?: (event: React.MouseEvent<HTMLButtonElement>, index: number) => void;
2352
2347
  thumbnailProps?: Partial<HvButtonProps>;
2353
2348
  showDots?: boolean;
@@ -2411,14 +2406,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
2411
2406
  */
2412
2407
  export declare const HvCheckBox: ForwardRefExoticComponent<Omit<HvCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
2413
2408
 
2414
- export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_37>;
2409
+ export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_36>;
2415
2410
 
2416
2411
  /**
2417
2412
  * A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
2418
2413
  */
2419
2414
  export declare const HvCheckBoxGroup: ForwardRefExoticComponent<HvCheckBoxGroupProps & RefAttributes<HTMLDivElement>>;
2420
2415
 
2421
- export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_49>;
2416
+ export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_48>;
2422
2417
 
2423
2418
  export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
2424
2419
  /**
@@ -2550,7 +2545,7 @@ export { HvColorAny }
2550
2545
  */
2551
2546
  export declare const HvColorPicker: ForwardRefExoticComponent<HvColorPickerProps & RefAttributes<HTMLDivElement>>;
2552
2547
 
2553
- export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_50>;
2548
+ export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_49>;
2554
2549
 
2555
2550
  export declare interface HvColorPickerProps {
2556
2551
  "aria-label"?: string;
@@ -2667,7 +2662,7 @@ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknow
2667
2662
  /** The container enables you to center your content horizontally and bound it to a specific breakpoint. */
2668
2663
  export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
2669
2664
 
2670
- export declare type HvContainerClasses = ExtractNames<typeof useClasses_51>;
2665
+ export declare type HvContainerClasses = ExtractNames<typeof useClasses_50>;
2671
2666
 
2672
2667
  export declare interface HvContainerProps extends Omit<ContainerProps, "classes"> {
2673
2668
  /**
@@ -2696,7 +2691,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
2696
2691
 
2697
2692
  export declare const HvControls: (props: HvControlsProps) => JSX_3.Element;
2698
2693
 
2699
- export declare type HvControlsClasses = ExtractNames<typeof useClasses_52>;
2694
+ export declare type HvControlsClasses = ExtractNames<typeof useClasses_51>;
2700
2695
 
2701
2696
  export declare interface HvControlsProps extends HvBaseProps {
2702
2697
  /**
@@ -2781,7 +2776,7 @@ export declare interface HvDateColumnCellProp {
2781
2776
  */
2782
2777
  export declare const HvDatePicker: ForwardRefExoticComponent<HvDatePickerProps & RefAttributes<HTMLDivElement>>;
2783
2778
 
2784
- export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_61>;
2779
+ export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_60>;
2785
2780
 
2786
2781
  export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onChange">, Pick<HvBaseDropdownProps, "disablePortal" | "expanded" | "defaultExpanded" | "onToggle" | "placeholder"> {
2787
2782
  /**
@@ -2867,7 +2862,7 @@ export declare type HvDatePickerStatus = HvFormStatus;
2867
2862
 
2868
2863
  export declare const HvDialog: (props: HvDialogProps) => JSX_3.Element;
2869
2864
 
2870
- export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_64>;
2865
+ export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_63>;
2871
2866
 
2872
2867
  export declare const HvDialogActions: (props: HvDialogActionsProps) => JSX_3.Element;
2873
2868
 
@@ -2878,11 +2873,11 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
2878
2873
  classes?: HvDialogActionClasses;
2879
2874
  }
2880
2875
 
2881
- export declare type HvDialogClasses = ExtractNames<typeof useClasses_65>;
2876
+ export declare type HvDialogClasses = ExtractNames<typeof useClasses_64>;
2882
2877
 
2883
2878
  export declare const HvDialogContent: (props: HvDialogContentProps) => JSX_3.Element;
2884
2879
 
2885
- export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_63>;
2880
+ export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_62>;
2886
2881
 
2887
2882
  export declare interface HvDialogContentProps extends Omit<DialogContentProps, "classes"> {
2888
2883
  /** Content should be indented in relationship to the Dialog title. */
@@ -2926,7 +2921,7 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
2926
2921
 
2927
2922
  export declare const HvDialogTitle: (props: HvDialogTitleProps) => JSX_3.Element;
2928
2923
 
2929
- export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_62>;
2924
+ export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_61>;
2930
2925
 
2931
2926
  export declare interface HvDialogTitleProps extends Omit<DialogTitleProps, "variant" | "classes"> {
2932
2927
  /** Variant of the dialog title. */
@@ -2947,7 +2942,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
2947
2942
  */
2948
2943
  export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_3.Element;
2949
2944
 
2950
- export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_66>;
2945
+ export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_65>;
2951
2946
 
2952
2947
  export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
2953
2948
  /**
@@ -2991,7 +2986,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
2991
2986
  */
2992
2987
  export declare const HvDrawer: ForwardRefExoticComponent<Omit<HvDrawerProps, "ref"> & RefAttributes<HTMLDivElement>>;
2993
2988
 
2994
- export declare type HvDrawerClasses = ExtractNames<typeof useClasses_68>;
2989
+ export declare type HvDrawerClasses = ExtractNames<typeof useClasses_67>;
2995
2990
 
2996
2991
  export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
2997
2992
  /**
@@ -3048,7 +3043,7 @@ export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
3048
3043
  */
3049
3044
  export declare const HvDropdown: <Multiple extends boolean = false, OptionValue extends HvListValue = HvListValue>(props: HvDropdownProps<Multiple, OptionValue> & RefAttributes<HTMLDivElement>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
3050
3045
 
3051
- export declare type HvDropdownClasses = ExtractNames<typeof useClasses_59>;
3046
+ export declare type HvDropdownClasses = ExtractNames<typeof useClasses_58>;
3052
3047
 
3053
3048
  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>;
3054
3049
 
@@ -3064,7 +3059,7 @@ export declare type HvDropdownLabels = Partial<typeof DEFAULT_LABELS_7>;
3064
3059
  /** @deprecated use `HvDropdownLabels` instead */
3065
3060
  export declare type HvDropdownLabelsProps = HvDropdownLabels;
3066
3061
 
3067
- declare type HvDropdownListClasses = ExtractNames<typeof useClasses_60>;
3062
+ declare type HvDropdownListClasses = ExtractNames<typeof useClasses_59>;
3068
3063
 
3069
3064
  declare interface HvDropdownListProps {
3070
3065
  /**
@@ -3300,7 +3295,7 @@ export declare interface HvDropdownProps<Multiple extends boolean = boolean, Opt
3300
3295
 
3301
3296
  export declare type HvDropdownStatus = "standBy" | "valid" | "invalid";
3302
3297
 
3303
- declare type HvDropZoneClasses = ExtractNames<typeof useClasses_73>;
3298
+ declare type HvDropZoneClasses = ExtractNames<typeof useClasses_72>;
3304
3299
 
3305
3300
  declare type HvDropZoneLabels = Partial<typeof DEFAULT_LABELS_9>;
3306
3301
 
@@ -3344,7 +3339,7 @@ declare interface HvDropZoneProps extends Pick<HvFormElementProps, "id" | "disab
3344
3339
  */
3345
3340
  export declare const HvEmptyState: ForwardRefExoticComponent<HvEmptyStateProps & RefAttributes<HTMLDivElement>>;
3346
3341
 
3347
- export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_69>;
3342
+ export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_68>;
3348
3343
 
3349
3344
  export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "title"> {
3350
3345
  /** Icon to be presented. */
@@ -3372,7 +3367,7 @@ export { HvExtraProps }
3372
3367
 
3373
3368
  export declare const HvFile: (props: HvFileProps) => JSX_3.Element;
3374
3369
 
3375
- export declare type HvFileClasses = ExtractNames<typeof useClasses_71>;
3370
+ export declare type HvFileClasses = ExtractNames<typeof useClasses_70>;
3376
3371
 
3377
3372
  export declare interface HvFileData extends Omit<File, "name" | "size"> {
3378
3373
  /**
@@ -3440,7 +3435,7 @@ export declare type HvFilesAddedEvent = (files: HvFileData[]) => void;
3440
3435
  */
3441
3436
  export declare const HvFileUploader: (props: HvFileUploaderProps) => JSX_3.Element;
3442
3437
 
3443
- export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_72>;
3438
+ export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_71>;
3444
3439
 
3445
3440
  export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3446
3441
  /** Value of aria-label to apply to remove file button in FileList */
@@ -3453,7 +3448,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3453
3448
  */
3454
3449
  export declare const HvFileUploaderPreview: (props: HvFileUploaderPreviewProps) => JSX_3.Element;
3455
3450
 
3456
- export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_70>;
3451
+ export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_69>;
3457
3452
 
3458
3453
  export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
3459
3454
  /**
@@ -3532,9 +3527,9 @@ export declare interface HvFileUploaderProps extends HvFormElementProps {
3532
3527
  */
3533
3528
  export declare const HvFilterGroup: ForwardRefExoticComponent<HvFilterGroupProps & RefAttributes<HTMLDivElement>>;
3534
3529
 
3535
- export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_74>;
3530
+ export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_73>;
3536
3531
 
3537
- declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_75>;
3532
+ declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_74>;
3538
3533
 
3539
3534
  declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
3540
3535
  description?: React.ReactNode;
@@ -3626,6 +3621,7 @@ export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "cl
3626
3621
 
3627
3622
  export declare type HvFilterGroupValue = (string | number)[][];
3628
3623
 
3624
+ /** @deprecated internal use only. this component has navigation issues. */
3629
3625
  export declare const HvFocus: ({ classes: classesProp, children, configuration, disabledClass, selected, disabled, rootRef, focusOnClick, focusDisabled, strategy, useFalseFocus, filterClass, navigationJump, }: HvFocusProps) => JSX_3.Element;
3630
3626
 
3631
3627
  export declare type HvFocusClasses = ExtractNames<typeof useClasses_3>;
@@ -3667,7 +3663,7 @@ export declare type HvFocusStrategies = "listbox" | "menu" | "card" | "grid";
3667
3663
  */
3668
3664
  export declare const HvFooter: ForwardRefExoticComponent<HvFooterProps & RefAttributes<HTMLElement>>;
3669
3665
 
3670
- export declare type HvFooterClasses = ExtractNames<typeof useClasses_76>;
3666
+ export declare type HvFooterClasses = ExtractNames<typeof useClasses_75>;
3671
3667
 
3672
3668
  declare type HvFooterPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableFooterProps, {
3673
3669
  column: HvHeaderGroup<D, H>;
@@ -3759,7 +3755,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
3759
3755
  */
3760
3756
  export declare const HvGlobalActions: ForwardRefExoticComponent<HvGlobalActionsProps & RefAttributes<HTMLDivElement>>;
3761
3757
 
3762
- export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_77>;
3758
+ export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_76>;
3763
3759
 
3764
3760
  export declare type HvGlobalActionsHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
3765
3761
 
@@ -3791,16 +3787,6 @@ export declare type HvGlobalActionsVariant = "global" | "section";
3791
3787
  *
3792
3788
  * It's based on the [Material UI Grid](https://mui.com/material-ui/react-grid/).
3793
3789
  *
3794
- * The definitions were set following the Design System directives:
3795
- *
3796
- * | Breakpoint | Width (in px) | Gutters (in px) | Number of columns |
3797
- * | ---------- | ------------- | --------------- | ----------------- |
3798
- * | xs | [0-600[ | 16 | 4 |
3799
- * | sm | [600-960[ | 16 | 8 |
3800
- * | md | [960-1270[ | 32 | 12 |
3801
- * | lg | [1270-1920[ | 32 | 12 |
3802
- * | xl | [1920-...[ | 32 | 12 |
3803
- *
3804
3790
  * However, the number of columns is set to 12 for all breakpoints, as it serves most
3805
3791
  * of the use cases and simplifies the implementation.
3806
3792
  * To opt-in to the Design System directives, you can set the `columns` prop to `auto`.
@@ -3811,7 +3797,7 @@ export declare type HvGlobalActionsVariant = "global" | "section";
3811
3797
  */
3812
3798
  export declare const HvGrid: ForwardRefExoticComponent<Omit<HvGridProps, "ref"> & RefAttributes<HTMLDivElement>>;
3813
3799
 
3814
- export declare type HvGridClasses = ExtractNames<typeof useClasses_78>;
3800
+ export declare type HvGridClasses = ExtractNames<typeof useClasses_77>;
3815
3801
 
3816
3802
  export declare type HvGridDirection = "row" | "row-reverse" | "column" | "column-reverse";
3817
3803
 
@@ -3911,7 +3897,7 @@ export declare const HvHeader: ForwardRefExoticComponent<HvHeaderProps & RefAttr
3911
3897
 
3912
3898
  export declare const HvHeaderActions: ForwardRefExoticComponent<HvHeaderActionsProps & RefAttributes<HTMLDivElement>>;
3913
3899
 
3914
- export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_80>;
3900
+ export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_79>;
3915
3901
 
3916
3902
  export declare interface HvHeaderActionsProps extends HvBaseProps {
3917
3903
  classes?: HvHeaderActionsClasses;
@@ -3922,7 +3908,7 @@ export declare interface HvHeaderActionsProps extends HvBaseProps {
3922
3908
  */
3923
3909
  export declare const HvHeaderBrand: ForwardRefExoticComponent<HvHeaderBrandProps & RefAttributes<HTMLDivElement>>;
3924
3910
 
3925
- export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_81>;
3911
+ export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_80>;
3926
3912
 
3927
3913
  export declare interface HvHeaderBrandProps extends HvBaseProps {
3928
3914
  logo?: React.ReactNode;
@@ -3930,7 +3916,7 @@ export declare interface HvHeaderBrandProps extends HvBaseProps {
3930
3916
  classes?: HvHeaderBrandClasses;
3931
3917
  }
3932
3918
 
3933
- export declare type HvHeaderClasses = ExtractNames<typeof useClasses_79>;
3919
+ export declare type HvHeaderClasses = ExtractNames<typeof useClasses_78>;
3934
3920
 
3935
3921
  declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends HvColumnInstance<D, H>, Omit<UseTableHeaderGroupProps<D>, "headers"> {
3936
3922
  headers: Array<HvHeaderGroup<D, H>>;
@@ -3938,7 +3924,7 @@ declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H ex
3938
3924
 
3939
3925
  export declare const HvHeaderMenuBar: (props: HvHeaderMenuBarProps) => JSX_3.Element;
3940
3926
 
3941
- declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_82>;
3927
+ declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_81>;
3942
3928
 
3943
3929
  declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3944
3930
  data: HvHeaderNavigationItemProp[];
@@ -3951,7 +3937,7 @@ declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onCl
3951
3937
 
3952
3938
  export declare const HvHeaderMenuItem: (props: HvHeaderMenuItemProps) => JSX_3.Element;
3953
3939
 
3954
- declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_83>;
3940
+ declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_82>;
3955
3941
 
3956
3942
  declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3957
3943
  item: HvHeaderNavigationItemProp;
@@ -3964,7 +3950,7 @@ declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onC
3964
3950
 
3965
3951
  export declare const HvHeaderNavigation: ForwardRefExoticComponent<HvHeaderNavigationProps & RefAttributes<HTMLElement>>;
3966
3952
 
3967
- export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_84>;
3953
+ export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_83>;
3968
3954
 
3969
3955
  export declare interface HvHeaderNavigationItemProp {
3970
3956
  id: string;
@@ -4023,7 +4009,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
4023
4009
  useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
4024
4010
  }
4025
4011
 
4026
- export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_101>;
4012
+ export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_98>;
4027
4013
 
4028
4014
  /**
4029
4015
  * The `HvIconButton` component wraps a `HvTooltip` with a label around a `HvButton` with only an icon as its content.
@@ -4122,7 +4108,7 @@ export declare const HvInlineEditor: <C extends ElementType<any, keyof JSX_2.Int
4122
4108
  ref?: PolymorphicRef<C> | undefined;
4123
4109
  } & RefAttributes<unknown>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
4124
4110
 
4125
- export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_85>;
4111
+ export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_84>;
4126
4112
 
4127
4113
  export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvInput> = PolymorphicComponentRef<C, {
4128
4114
  /** The value of the form element. */
@@ -4156,7 +4142,7 @@ export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvI
4156
4142
  */
4157
4143
  export declare const HvInput: <InputElement extends HTMLElement = HTMLInputElement | HTMLTextAreaElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
4158
4144
 
4159
- export declare type HvInputClasses = ExtractNames<typeof useClasses_47>;
4145
+ export declare type HvInputClasses = ExtractNames<typeof useClasses_46>;
4160
4146
 
4161
4147
  export declare type HvInputLabels = Partial<typeof DEFAULT_LABELS_4>;
4162
4148
 
@@ -4294,10 +4280,11 @@ export declare interface HvKnobProperty {
4294
4280
  * Key Performance Indicator is a type of performance measurement. It monitors a business indicator
4295
4281
  * and its success/failure against a given target. KPIs are the first item read on a dashboard.
4296
4282
  * Communicates simple, immediate and vital information for operational decision making.
4283
+ * @deprecated build KPIs with `HvCard`, or with your custom layouts
4297
4284
  */
4298
4285
  export declare const HvKpi: (props: HvKpiProps) => JSX_3.Element;
4299
4286
 
4300
- export declare type HvKpiClasses = ExtractNames<typeof useClasses_86>;
4287
+ export declare type HvKpiClasses = ExtractNames<typeof useClasses_85>;
4301
4288
 
4302
4289
  export declare type HvKpiLabelProps = Partial<typeof DEFAULT_LABELS_11>;
4303
4290
 
@@ -4358,7 +4345,7 @@ export declare interface HvLabelProps extends HvTypographyProps<"label"> {
4358
4345
 
4359
4346
  export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_3.Element;
4360
4347
 
4361
- export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_57>;
4348
+ export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_56>;
4362
4349
 
4363
4350
  export declare interface HvLeftControlProps extends HvBaseProps {
4364
4351
  /** if `true` the hide sort by dropdown is not rendered */
@@ -4373,9 +4360,10 @@ export declare interface HvLeftControlProps extends HvBaseProps {
4373
4360
  classes?: HvLeftControlClasses;
4374
4361
  }
4375
4362
 
4363
+ /** @deprecated use `<HvTypography link component="a" />` instead */
4376
4364
  export declare const HvLink: (props: HvLinkProps) => JSX_3.Element;
4377
4365
 
4378
- export declare type HvLinkClasses = ExtractNames<typeof useClasses_87>;
4366
+ export declare type HvLinkClasses = ExtractNames<typeof useClasses_86>;
4379
4367
 
4380
4368
  export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onClick"> {
4381
4369
  onClick?: (event: React.MouseEvent<HTMLAnchorElement>, data: any) => void;
@@ -4388,10 +4376,11 @@ export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onC
4388
4376
 
4389
4377
  /**
4390
4378
  * Component used to show a set of related data to the user.
4379
+ * @deprecated use `HvListContainer` + `HvListItem` instead
4391
4380
  */
4392
4381
  export declare const HvList: (props: HvListProps) => JSX_3.Element | null;
4393
4382
 
4394
- export declare type HvListClasses = ExtractNames<typeof useClasses_88>;
4383
+ export declare type HvListClasses = ExtractNames<typeof useClasses_87>;
4395
4384
 
4396
4385
  /**
4397
4386
  * A <b>list</b> is any enumeration of a set of items.
@@ -4545,7 +4534,7 @@ export declare interface HvListValue extends Record<string, any> {
4545
4534
  */
4546
4535
  export declare const HvLoading: ForwardRefExoticComponent<HvLoadingProps & RefAttributes<HTMLDivElement>>;
4547
4536
 
4548
- export declare type HvLoadingClasses = ExtractNames<typeof useClasses_89>;
4537
+ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_88>;
4549
4538
 
4550
4539
  /**
4551
4540
  * A component that wraps `children` with an `HvLoading` component and
@@ -4558,7 +4547,7 @@ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_89>;
4558
4547
  * */
4559
4548
  export declare const HvLoadingContainer: ForwardRefExoticComponent<HvLoadingContainerProps & RefAttributes<HTMLDivElement>>;
4560
4549
 
4561
- export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_90>;
4550
+ export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_89>;
4562
4551
 
4563
4552
  export declare interface HvLoadingContainerProps extends HvBaseProps<HTMLDivElement>, Pick<HvLoadingProps, "label" | "small" | "hidden"> {
4564
4553
  opacity?: number;
@@ -4583,7 +4572,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
4583
4572
  */
4584
4573
  export declare const HvLogin: ForwardRefExoticComponent<HvLoginProps & RefAttributes<HTMLDivElement>>;
4585
4574
 
4586
- export declare type HvLoginClasses = ExtractNames<typeof useClasses_91>;
4575
+ export declare type HvLoginClasses = ExtractNames<typeof useClasses_90>;
4587
4576
 
4588
4577
  export declare interface HvLoginProps extends HvBaseProps {
4589
4578
  /**
@@ -4613,7 +4602,7 @@ declare interface HvMetaBase<D extends object = Record<string, unknown>, H exten
4613
4602
  */
4614
4603
  export declare const HvMultiButton: (props: HvMultiButtonProps) => JSX_3.Element;
4615
4604
 
4616
- export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_92>;
4605
+ export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_91>;
4617
4606
 
4618
4607
  export declare interface HvMultiButtonProps extends HvBaseProps {
4619
4608
  /** If all the buttons are disabled. */
@@ -4688,7 +4677,7 @@ export declare interface HvOptionProps<OptionValue extends {}> extends Omit<HvLi
4688
4677
  */
4689
4678
  export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_3.Element;
4690
4679
 
4691
- export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_93>;
4680
+ export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_92>;
4692
4681
 
4693
4682
  export declare interface HvOverflowTooltipProps extends HvBaseProps {
4694
4683
  /** The node that will be rendered inside the tooltip. */
@@ -4711,7 +4700,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
4711
4700
  */
4712
4701
  export declare const HvPagination: ForwardRefExoticComponent<HvPaginationProps & RefAttributes<HTMLDivElement>>;
4713
4702
 
4714
- export declare type HvPaginationClasses = ExtractNames<typeof useClasses_48>;
4703
+ export declare type HvPaginationClasses = ExtractNames<typeof useClasses_47>;
4715
4704
 
4716
4705
  export declare type HvPaginationLabels = Partial<typeof DEFAULT_LABELS_3>;
4717
4706
 
@@ -4757,7 +4746,7 @@ export declare interface HvPaginationProps extends HvBaseProps {
4757
4746
  */
4758
4747
  export declare const HvPanel: ForwardRefExoticComponent<HvPanelProps & RefAttributes<HTMLDivElement>>;
4759
4748
 
4760
- export declare type HvPanelClasses = ExtractNames<typeof useClasses_95>;
4749
+ export declare type HvPanelClasses = ExtractNames<typeof useClasses_94>;
4761
4750
 
4762
4751
  export declare interface HvPanelProps extends HvBaseProps {
4763
4752
  /** A Jss Object used to override or extend the styles applied. */
@@ -4768,7 +4757,7 @@ export declare type HvPolarizedColorKeys = "positive" | "positive_120" | "positi
4768
4757
 
4769
4758
  export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_3.Element;
4770
4759
 
4771
- export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_96>;
4760
+ export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_95>;
4772
4761
 
4773
4762
  /**
4774
4763
  * ProgressBar provides feedback about a process that is taking place in the application.
@@ -4895,7 +4884,7 @@ export declare interface HvQueryBuilderChangedQuery extends Omit<HvQueryBuilderQ
4895
4884
  rules: Array<Omit<HvQueryBuilderQueryRule, "id"> | HvQueryBuilderChangedQuery>;
4896
4885
  }
4897
4886
 
4898
- export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_97>;
4887
+ export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_96>;
4899
4888
 
4900
4889
  declare interface HvQueryBuilderContextValue {
4901
4890
  dispatchAction: React.Dispatch<QueryAction>;
@@ -5149,7 +5138,7 @@ export declare type HvQueryBuilderRenderers = Record<string, ValueRenderer>;
5149
5138
  */
5150
5139
  export declare const HvRadio: ForwardRefExoticComponent<Omit<HvRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
5151
5140
 
5152
- export declare type HvRadioClasses = ExtractNames<typeof useClasses_98>;
5141
+ export declare type HvRadioClasses = ExtractNames<typeof useClasses_97>;
5153
5142
 
5154
5143
  /**
5155
5144
  * A group of radio buttons.
@@ -5158,7 +5147,7 @@ export declare type HvRadioClasses = ExtractNames<typeof useClasses_98>;
5158
5147
  */
5159
5148
  export declare const HvRadioGroup: ForwardRefExoticComponent<HvRadioGroupProps & RefAttributes<HTMLDivElement>>;
5160
5149
 
5161
- export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_67>;
5150
+ export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_66>;
5162
5151
 
5163
5152
  export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
5164
5153
  /**
@@ -5331,7 +5320,7 @@ export { HvRadius }
5331
5320
 
5332
5321
  export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_3.Element;
5333
5322
 
5334
- export declare type HvRightControlClasses = ExtractNames<typeof useClasses_58>;
5323
+ export declare type HvRightControlClasses = ExtractNames<typeof useClasses_57>;
5335
5324
 
5336
5325
  export declare interface HvRightControlProps extends HvBaseProps {
5337
5326
  /** if `true` the hide sort by dropdown is not rendered */
@@ -5370,10 +5359,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
5370
5359
  */
5371
5360
  export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_3.Element;
5372
5361
 
5373
- export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_102>;
5374
-
5375
- /** @deprecated use `HvScrollToOption` */
5376
- export declare type HvScrollToHorizontalOption = HvScrollToOption;
5362
+ export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_99>;
5377
5363
 
5378
5364
  export declare type HvScrollToHorizontalPositions = "sticky" | "fixed" | "relative";
5379
5365
 
@@ -5441,26 +5427,23 @@ export declare interface HvScrollToHorizontalProps extends HvBaseProps<HTMLOList
5441
5427
  classes?: HvScrollToHorizontalClasses;
5442
5428
  }
5443
5429
 
5444
- export declare interface HvScrollToOption {
5430
+ declare interface HvScrollToOption {
5445
5431
  key?: React.Key;
5446
5432
  label: string;
5447
5433
  value: string;
5448
5434
  offset?: number;
5449
5435
  }
5450
5436
 
5451
- export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bottom";
5437
+ declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bottom";
5452
5438
 
5453
5439
  /**
5454
5440
  * The vertical scroll to element can be used to quickly navigate in a page.
5455
5441
  */
5456
5442
  export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_3.Element;
5457
5443
 
5458
- export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_100>;
5459
-
5460
- /** @deprecated use `HvScrollToOption` */
5461
- export declare type HvScrollToVerticalOption = HvScrollToOption;
5444
+ export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_101>;
5462
5445
 
5463
- export declare type HvScrollToVerticalPositions = "absolute" | "fixed" | "relative";
5446
+ declare type HvScrollToVerticalPositions = "absolute" | "fixed" | "relative";
5464
5447
 
5465
5448
  export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListElement, "onChange" | "onClick"> {
5466
5449
  /** An Array of Objects with Label and Value. Label is the displayed Element and Value is the local navigation location applied */
@@ -5531,7 +5514,7 @@ export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListEl
5531
5514
  */
5532
5515
  export declare const HvSection: ForwardRefExoticComponent<HvSectionProps & RefAttributes<HTMLDivElement>>;
5533
5516
 
5534
- export declare type HvSectionClasses = ExtractNames<typeof useClasses_103>;
5517
+ export declare type HvSectionClasses = ExtractNames<typeof useClasses_102>;
5535
5518
 
5536
5519
  export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>, "title" | "onToggle"> {
5537
5520
  /** The title of the section */
@@ -5661,7 +5644,7 @@ export declare type HvSequentialColorKeys = "cat1" | "cat1_100" | "cat1_200" | "
5661
5644
 
5662
5645
  export declare const HvSimpleGrid: (props: HvSimpleGridProps) => JSX_3.Element;
5663
5646
 
5664
- export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_104>;
5647
+ export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_103>;
5665
5648
 
5666
5649
  /** Grid component that enables you to create columns of equal width and define your own breakpoints and responsive behavior. */
5667
5650
  export declare interface HvSimpleGridProps extends HvBaseProps {
@@ -5680,7 +5663,7 @@ export declare interface HvSimpleGridProps extends HvBaseProps {
5680
5663
  classes?: HvSimpleGridClasses;
5681
5664
  }
5682
5665
 
5683
- declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_40>;
5666
+ declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_39>;
5684
5667
 
5685
5668
  declare interface HvSingleCalendarProps extends Omit<HvCalendarProps, "classes"> {
5686
5669
  /**
@@ -5708,7 +5691,7 @@ export { HvSize }
5708
5691
  */
5709
5692
  export declare const HvSkeleton: (props: HvSkeletonProps) => JSX_3.Element;
5710
5693
 
5711
- export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_133>;
5694
+ export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_132>;
5712
5695
 
5713
5696
  export declare interface HvSkeletonProps extends HvBaseProps {
5714
5697
  /** Whether the skeleton element is hidden or not. */
@@ -5732,7 +5715,7 @@ export declare interface HvSkeletonProps extends HvBaseProps {
5732
5715
  */
5733
5716
  export declare const HvSlider: ForwardRefExoticComponent<HvSliderProps & RefAttributes<SliderRef>>;
5734
5717
 
5735
- export declare type HvSliderClasses = ExtractNames<typeof useClasses_105>;
5718
+ export declare type HvSliderClasses = ExtractNames<typeof useClasses_104>;
5736
5719
 
5737
5720
  export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
5738
5721
  /** The slider name. */
@@ -5832,11 +5815,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
5832
5815
  */
5833
5816
  export declare const HvSnackbar: ForwardRefExoticComponent<Omit<HvSnackbarProps, "ref"> & RefAttributes<unknown>>;
5834
5817
 
5835
- export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_106>;
5818
+ export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_105>;
5836
5819
 
5837
5820
  export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
5838
5821
 
5839
- export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_107>;
5822
+ export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_106>;
5840
5823
 
5841
5824
  export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes"> {
5842
5825
  /** The message to display. */
@@ -5912,7 +5895,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5912
5895
 
5913
5896
  export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, container, ...others }: HvSnackbarProviderProps) => JSX_3.Element;
5914
5897
 
5915
- export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_108>;
5898
+ export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_107>;
5916
5899
 
5917
5900
  export declare interface HvSnackbarProviderProps {
5918
5901
  /** Your component tree. */
@@ -5945,7 +5928,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_3.Element;
5945
5928
  export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
5946
5929
  }
5947
5930
 
5948
- export declare type HvStackClasses = ExtractNames<typeof useClasses_109>;
5931
+ export declare type HvStackClasses = ExtractNames<typeof useClasses_108>;
5949
5932
 
5950
5933
  export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
5951
5934
 
@@ -6022,7 +6005,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
6022
6005
  */
6023
6006
  export declare const HvSwitch: ForwardRefExoticComponent<Omit<HvSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
6024
6007
 
6025
- export declare type HvSwitchClasses = ExtractNames<typeof useClasses_110>;
6008
+ export declare type HvSwitchClasses = ExtractNames<typeof useClasses_109>;
6026
6009
 
6027
6010
  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>;
6028
6011
 
@@ -6133,7 +6116,7 @@ export declare interface HvSwitchProps extends Omit<SwitchProps, "color" | "onCh
6133
6116
 
6134
6117
  export declare const HvTab: ForwardRefExoticComponent<Omit<HvTabProps, "ref"> & RefAttributes<HTMLDivElement>>;
6135
6118
 
6136
- export declare type HvTabClasses = ExtractNames<typeof useClasses_116>;
6119
+ export declare type HvTabClasses = ExtractNames<typeof useClasses_115>;
6137
6120
 
6138
6121
  /**
6139
6122
  * A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
@@ -6153,7 +6136,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
6153
6136
  */
6154
6137
  export declare const HvTableBody: ForwardRefExoticComponent<HvTableBodyProps & RefAttributes<HTMLElement>>;
6155
6138
 
6156
- export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_112>;
6139
+ export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_111>;
6157
6140
 
6158
6141
  export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
6159
6142
  /**
@@ -6187,7 +6170,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
6187
6170
 
6188
6171
  export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
6189
6172
 
6190
- export declare type HvTableCellClasses = ExtractNames<typeof useClasses_53>;
6173
+ export declare type HvTableCellClasses = ExtractNames<typeof useClasses_52>;
6191
6174
 
6192
6175
  export declare interface HvTableCellProps extends Omit<React.TdHTMLAttributes<HTMLTableCellElement>, "align"> {
6193
6176
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
@@ -6226,7 +6209,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
6226
6209
 
6227
6210
  export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
6228
6211
 
6229
- export declare type HvTableClasses = ExtractNames<typeof useClasses_56>;
6212
+ export declare type HvTableClasses = ExtractNames<typeof useClasses_55>;
6230
6213
 
6231
6214
  export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
6232
6215
 
@@ -6241,7 +6224,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
6241
6224
  */
6242
6225
  export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
6243
6226
 
6244
- export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_111>;
6227
+ export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_110>;
6245
6228
 
6246
6229
  export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
6247
6230
  /**
@@ -6265,14 +6248,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
6265
6248
  */
6266
6249
  export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
6267
6250
 
6268
- export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_113>;
6251
+ export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_112>;
6269
6252
 
6270
6253
  /**
6271
6254
  * `HvTableHeader` acts as a `th` element and inherits styles from its context
6272
6255
  */
6273
6256
  export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
6274
6257
 
6275
- export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_55>;
6258
+ export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_54>;
6276
6259
 
6277
6260
  export declare interface HvTableHeaderProps extends Omit<React.ThHTMLAttributes<HTMLTableCellElement>, "align"> {
6278
6261
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
@@ -6413,7 +6396,7 @@ export declare interface HvTableProps extends React.TableHTMLAttributes<HTMLTabl
6413
6396
  */
6414
6397
  export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
6415
6398
 
6416
- export declare type HvTableRowClasses = ExtractNames<typeof useClasses_54>;
6399
+ export declare type HvTableRowClasses = ExtractNames<typeof useClasses_53>;
6417
6400
 
6418
6401
  export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
6419
6402
  /** Content to be rendered */
@@ -6438,7 +6421,7 @@ export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement
6438
6421
  */
6439
6422
  export declare const HvTableSection: ForwardRefExoticComponent<HvTableSectionProps & RefAttributes<HTMLDivElement>>;
6440
6423
 
6441
- export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_132>;
6424
+ export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_131>;
6442
6425
 
6443
6426
  export declare interface HvTableSectionProps extends HvSectionProps {
6444
6427
  }
@@ -6468,7 +6451,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children"> {
6468
6451
  */
6469
6452
  export declare const HvTabs: ForwardRefExoticComponent<Omit<HvTabsProps, "ref"> & RefAttributes<HTMLDivElement>>;
6470
6453
 
6471
- export declare type HvTabsClasses = ExtractNames<typeof useClasses_115>;
6454
+ export declare type HvTabsClasses = ExtractNames<typeof useClasses_114>;
6472
6455
 
6473
6456
  export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6474
6457
  /**
@@ -6500,7 +6483,7 @@ export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6500
6483
  */
6501
6484
  export declare const HvTag: ForwardRefExoticComponent<Omit<HvTagProps, "ref"> & RefAttributes<HTMLElement>>;
6502
6485
 
6503
- export declare type HvTagClasses = ExtractNames<typeof useClasses_114>;
6486
+ export declare type HvTagClasses = ExtractNames<typeof useClasses_113>;
6504
6487
 
6505
6488
  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>;
6506
6489
 
@@ -6543,7 +6526,7 @@ export declare interface HvTagProps extends Omit<HvButtonBaseProps, "type" | "co
6543
6526
  */
6544
6527
  export declare const HvTagsInput: ForwardRefExoticComponent<HvTagsInputProps & RefAttributes<HTMLUListElement>>;
6545
6528
 
6546
- export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_117>;
6529
+ export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_116>;
6547
6530
 
6548
6531
  export declare interface HvTagsInputProps extends Omit<HvInputProps, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "value" | "defaultValue"> {
6549
6532
  /** The value of the form element. */
@@ -6594,7 +6577,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
6594
6577
  */
6595
6578
  export declare const HvTextArea: ForwardRefExoticComponent<HvTextAreaProps & RefAttributes<HTMLTextAreaElement>>;
6596
6579
 
6597
- export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_118>;
6580
+ export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_117>;
6598
6581
 
6599
6582
  export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus" | "placeholder"> {
6600
6583
  /** The placeholder value of the text area. */
@@ -6776,7 +6759,7 @@ export declare const HvTimeAgo: <C extends ElementType<any, keyof JSX_2.Intrinsi
6776
6759
  ref?: PolymorphicRef<C> | undefined;
6777
6760
  } & RefAttributes<unknown>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
6778
6761
 
6779
- export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_119>;
6762
+ export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_118>;
6780
6763
 
6781
6764
  export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
6782
6765
  /**
@@ -6812,7 +6795,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
6812
6795
  */
6813
6796
  export declare const HvTimePicker: ForwardRefExoticComponent<HvTimePickerProps & RefAttributes<HTMLDivElement>>;
6814
6797
 
6815
- export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_120>;
6798
+ export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_119>;
6816
6799
 
6817
6800
  export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
6818
6801
 
@@ -6889,7 +6872,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
6889
6872
  */
6890
6873
  export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
6891
6874
 
6892
- export declare type HvTooltipClasses = ExtractNames<typeof useClasses_94>;
6875
+ export declare type HvTooltipClasses = ExtractNames<typeof useClasses_93>;
6893
6876
 
6894
6877
  export declare type HvTooltipPlacementType = TooltipProps["placement"];
6895
6878
 
@@ -6936,7 +6919,7 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
6936
6919
  containerId?: string;
6937
6920
  }
6938
6921
 
6939
- declare type HvTreeContentClasses = ExtractNames<typeof useClasses_123>;
6922
+ declare type HvTreeContentClasses = ExtractNames<typeof useClasses_122>;
6940
6923
 
6941
6924
  export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLElement> {
6942
6925
  /** className applied to the root element. */
@@ -6957,7 +6940,7 @@ export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLEle
6957
6940
 
6958
6941
  export declare const HvTreeItem: ForwardRefExoticComponent<HvTreeItemProps & RefAttributes<HTMLLIElement>>;
6959
6942
 
6960
- export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_122>;
6943
+ export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_121>;
6961
6944
 
6962
6945
  export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElement> {
6963
6946
  /** The element id */
@@ -7012,7 +6995,7 @@ export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElemen
7012
6995
  */
7013
6996
  export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
7014
6997
 
7015
- export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_121>;
6998
+ export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_120>;
7016
6999
 
7017
7000
  export declare interface HvTreeViewProps<Multiple extends boolean | undefined> extends HvBaseProps<HTMLUListElement>, DefaultTreeViewPluginParameters<Multiple> {
7018
7001
  /** A Jss Object used to override or extend the styles applied. */
@@ -7168,7 +7151,7 @@ export declare const HvVerticalNavigation: ForwardRefExoticComponent<HvVerticalN
7168
7151
 
7169
7152
  export declare const HvVerticalNavigationAction: (props: HvVerticalNavigationActionProps) => JSX_3.Element;
7170
7153
 
7171
- export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_127>;
7154
+ export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_126>;
7172
7155
 
7173
7156
  export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonProps, "classes" | "icon"> {
7174
7157
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -7181,18 +7164,18 @@ export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonPr
7181
7164
 
7182
7165
  export declare const HvVerticalNavigationActions: (props: HvVerticalNavigationActionsProps) => JSX_3.Element;
7183
7166
 
7184
- export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_126>;
7167
+ export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_125>;
7185
7168
 
7186
7169
  export declare interface HvVerticalNavigationActionsProps extends HvBaseProps {
7187
7170
  /** A Jss Object used to override or extend the styles applied to the component. */
7188
7171
  classes?: HvVerticalNavigationActionsClasses;
7189
7172
  }
7190
7173
 
7191
- export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_124>;
7174
+ export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_123>;
7192
7175
 
7193
7176
  export declare const HvVerticalNavigationHeader: (props: HvVerticalNavigationHeaderProps) => JSX_3.Element | null;
7194
7177
 
7195
- export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_125>;
7178
+ export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_124>;
7196
7179
 
7197
7180
  export declare interface HvVerticalNavigationHeaderProps extends HvBaseProps {
7198
7181
  /** The title text to show on header. */
@@ -7239,7 +7222,7 @@ export declare interface HvVerticalNavigationProps extends HvBaseProps<HTMLDivEl
7239
7222
 
7240
7223
  export declare const HvVerticalNavigationSlider: (props: HvVerticalNavigationSliderProps) => JSX_3.Element;
7241
7224
 
7242
- export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_129>;
7225
+ export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_128>;
7243
7226
 
7244
7227
  export declare interface HvVerticalNavigationSliderProps extends Omit<HvListContainerProps, "classes"> {
7245
7228
  /** A Jss Object used to override or extend the styles applied. */
@@ -7267,7 +7250,7 @@ export declare interface HvVerticalNavigationSliderProps extends Omit<HvListCont
7267
7250
 
7268
7251
  export declare const HvVerticalNavigationTree: (props: HvVerticalNavigationTreeProps) => JSX_3.Element;
7269
7252
 
7270
- export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_128>;
7253
+ export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_127>;
7271
7254
 
7272
7255
  export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange" | "onToggle"> {
7273
7256
  /** A Jss Object used to override or extend the styles applied. */
@@ -7311,11 +7294,11 @@ export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLD
7311
7294
 
7312
7295
  export declare const HvVerticalNavigationTreeView: ForwardRefExoticComponent<HvVerticalNavigationTreeViewProps & RefAttributes<HTMLUListElement>>;
7313
7296
 
7314
- export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_130>;
7297
+ export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_129>;
7315
7298
 
7316
7299
  export declare const HvVerticalNavigationTreeViewItem: ForwardRefExoticComponent<HvVerticalNavigationTreeViewItemProps & RefAttributes<unknown>>;
7317
7300
 
7318
- export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_131>;
7301
+ export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_130>;
7319
7302
 
7320
7303
  export declare interface HvVerticalNavigationTreeViewItemProps {
7321
7304
  /**
@@ -7419,7 +7402,7 @@ export declare interface HvVerticalNavigationTreeViewProps extends HvBaseProps<H
7419
7402
  disabledItemsFocusable?: boolean;
7420
7403
  }
7421
7404
 
7422
- export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_99>;
7405
+ export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_100>;
7423
7406
 
7424
7407
  /**
7425
7408
  * Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
@@ -8366,43 +8349,29 @@ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "gutter" | "
8366
8349
  readonly cx: (...args: any) => string;
8367
8350
  };
8368
8351
 
8369
- declare const useClasses_100: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
8352
+ declare const useClasses_100: (classesProp?: Partial<Record<"root" | "icon" | "button" | "text" | "notSelected", string>>, addStatic?: boolean) => {
8370
8353
  readonly classes: {
8371
8354
  root: string;
8372
- positionAbsolute: string;
8373
- positionFixed: string;
8374
- };
8375
- readonly css: any;
8376
- readonly cx: (...args: any) => string;
8377
- };
8378
-
8379
- declare const useClasses_101: (classesProp?: Partial<Record<"root" | "selected" | "button" | "text" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
8380
- readonly classes: {
8381
- root: string;
8382
- button: string;
8355
+ icon: string;
8356
+ notSelected: string;
8383
8357
  text: string;
8384
- selected: string;
8385
- bullet: string;
8386
- bulletSelected: string;
8358
+ button: string;
8387
8359
  };
8388
8360
  readonly css: any;
8389
8361
  readonly cx: (...args: any) => string;
8390
8362
  };
8391
8363
 
8392
- declare const useClasses_102: (classesProp?: Partial<Record<"root" | "selected" | "notSelected" | "positionFixed" | "positionSticky" | "notSelectedRoot", string>>, addStatic?: boolean) => {
8364
+ declare const useClasses_101: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
8393
8365
  readonly classes: {
8394
8366
  root: string;
8395
- positionSticky: string;
8367
+ positionAbsolute: string;
8396
8368
  positionFixed: string;
8397
- notSelectedRoot: string;
8398
- notSelected: string;
8399
- selected: string;
8400
8369
  };
8401
8370
  readonly css: any;
8402
8371
  readonly cx: (...args: any) => string;
8403
8372
  };
8404
8373
 
8405
- declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8374
+ declare const useClasses_102: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8406
8375
  readonly classes: {
8407
8376
  root: string;
8408
8377
  hidden: string;
@@ -8417,7 +8386,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header"
8417
8386
  readonly cx: (...args: any) => string;
8418
8387
  };
8419
8388
 
8420
- declare const useClasses_104: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8389
+ declare const useClasses_103: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8421
8390
  readonly classes: {
8422
8391
  root: string;
8423
8392
  };
@@ -8425,7 +8394,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"root", string>>, ad
8425
8394
  readonly cx: (...args: any) => string;
8426
8395
  };
8427
8396
 
8428
- declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "trackDragging" | "trackStandBy" | "handleContainer" | "error" | "labelContainer" | "rootDisabled" | "handle" | "sliderBase" | "sliderContainer" | "sliderRoot" | "rootRange" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
8397
+ declare const useClasses_104: (classesProp?: Partial<Record<"label" | "root" | "trackDragging" | "trackStandBy" | "handleContainer" | "error" | "labelContainer" | "rootDisabled" | "handle" | "sliderBase" | "sliderContainer" | "sliderRoot" | "rootRange" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
8429
8398
  readonly classes: {
8430
8399
  sliderBase: string;
8431
8400
  rootDisabled: string;
@@ -8450,7 +8419,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "
8450
8419
  readonly cx: (...args: any) => string;
8451
8420
  };
8452
8421
 
8453
- declare const useClasses_106: (classesProp?: Partial<Record<"root" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
8422
+ declare const useClasses_105: (classesProp?: Partial<Record<"root" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
8454
8423
  readonly classes: {
8455
8424
  root: string;
8456
8425
  anchorOriginTopRight: string;
@@ -8464,7 +8433,7 @@ declare const useClasses_106: (classesProp?: Partial<Record<"root" | "anchorOrig
8464
8433
  readonly cx: (...args: any) => string;
8465
8434
  };
8466
8435
 
8467
- declare const useClasses_107: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
8436
+ declare const useClasses_106: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
8468
8437
  readonly classes: {
8469
8438
  root: string;
8470
8439
  success: string;
@@ -8481,7 +8450,7 @@ declare const useClasses_107: (classesProp?: Partial<Record<"warning" | "root" |
8481
8450
  readonly cx: (...args: any) => string;
8482
8451
  };
8483
8452
 
8484
- declare const useClasses_108: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
8453
+ declare const useClasses_107: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
8485
8454
  readonly classes: {
8486
8455
  snackItemRoot: string;
8487
8456
  };
@@ -8489,7 +8458,7 @@ declare const useClasses_108: (classesProp?: Partial<Record<"snackItemRoot", str
8489
8458
  readonly cx: (...args: any) => string;
8490
8459
  };
8491
8460
 
8492
- declare const useClasses_109: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "divider" | "row" | "column", string>>, addStatic?: boolean) => {
8461
+ declare const useClasses_108: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "divider" | "row" | "column", string>>, addStatic?: boolean) => {
8493
8462
  readonly classes: {
8494
8463
  root: string;
8495
8464
  column: string;
@@ -8505,6 +8474,18 @@ declare const useClasses_109: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
8505
8474
  readonly cx: (...args: any) => string;
8506
8475
  };
8507
8476
 
8477
+ declare const useClasses_109: (classesProp?: Partial<Record<"label" | "root" | "invalidSwitch" | "error" | "switchContainer", string>>, addStatic?: boolean) => {
8478
+ readonly classes: {
8479
+ root: string;
8480
+ label: string;
8481
+ error: string;
8482
+ switchContainer: string;
8483
+ invalidSwitch: string;
8484
+ };
8485
+ readonly css: any;
8486
+ readonly cx: (...args: any) => string;
8487
+ };
8488
+
8508
8489
  declare const useClasses_11: (classesProp?: Partial<Record<"root" | "warningText" | "topGutter" | "defaultIcon" | "show" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
8509
8490
  readonly classes: {
8510
8491
  root: string;
@@ -8519,13 +8500,9 @@ declare const useClasses_11: (classesProp?: Partial<Record<"root" | "warningText
8519
8500
  readonly cx: (...args: any) => string;
8520
8501
  };
8521
8502
 
8522
- declare const useClasses_110: (classesProp?: Partial<Record<"label" | "root" | "invalidSwitch" | "error" | "switchContainer", string>>, addStatic?: boolean) => {
8503
+ declare const useClasses_110: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8523
8504
  readonly classes: {
8524
8505
  root: string;
8525
- label: string;
8526
- error: string;
8527
- switchContainer: string;
8528
- invalidSwitch: string;
8529
8506
  };
8530
8507
  readonly css: any;
8531
8508
  readonly cx: (...args: any) => string;
@@ -8539,15 +8516,7 @@ declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, ad
8539
8516
  readonly cx: (...args: any) => string;
8540
8517
  };
8541
8518
 
8542
- declare const useClasses_112: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8543
- readonly classes: {
8544
- root: string;
8545
- };
8546
- readonly css: any;
8547
- readonly cx: (...args: any) => string;
8548
- };
8549
-
8550
- declare const useClasses_113: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
8519
+ declare const useClasses_112: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
8551
8520
  readonly classes: {
8552
8521
  root: string;
8553
8522
  stickyHeader: string;
@@ -8556,7 +8525,7 @@ declare const useClasses_113: (classesProp?: Partial<Record<"root" | "stickyHead
8556
8525
  readonly cx: (...args: any) => string;
8557
8526
  };
8558
8527
 
8559
- declare const useClasses_114: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "icon" | "selected" | "button" | "deleteIcon" | "focusVisible" | "clickable" | "categorical" | "chipRoot" | "tagButton" | "disabledDeleteIcon" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
8528
+ declare const useClasses_113: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "icon" | "selected" | "button" | "deleteIcon" | "focusVisible" | "clickable" | "categorical" | "chipRoot" | "tagButton" | "disabledDeleteIcon" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
8560
8529
  readonly classes: {
8561
8530
  root: string;
8562
8531
  categorical: string;
@@ -8578,7 +8547,7 @@ declare const useClasses_114: (classesProp?: Partial<Record<"label" | "root" | "
8578
8547
  readonly cx: (...args: any) => string;
8579
8548
  };
8580
8549
 
8581
- declare const useClasses_115: (classesProp?: Partial<Record<"root" | "floating" | "flexContainer" | "scroller" | "indicator", string>>, addStatic?: boolean) => {
8550
+ declare const useClasses_114: (classesProp?: Partial<Record<"root" | "floating" | "flexContainer" | "scroller" | "indicator", string>>, addStatic?: boolean) => {
8582
8551
  readonly classes: {
8583
8552
  root: string;
8584
8553
  indicator: string;
@@ -8590,7 +8559,7 @@ declare const useClasses_115: (classesProp?: Partial<Record<"root" | "floating"
8590
8559
  readonly cx: (...args: any) => string;
8591
8560
  };
8592
8561
 
8593
- declare const useClasses_116: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
8562
+ declare const useClasses_115: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
8594
8563
  readonly classes: {
8595
8564
  root: string;
8596
8565
  focusVisible: string;
@@ -8601,7 +8570,7 @@ declare const useClasses_116: (classesProp?: Partial<Record<"root" | "disabled"
8601
8570
  readonly cx: (...args: any) => string;
8602
8571
  };
8603
8572
 
8604
- declare const useClasses_117: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "readOnly" | "input" | "tagsList" | "error" | "description" | "labelContainer" | "invalid" | "resizable" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagInputContainerRoot" | "tagInputRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
8573
+ declare const useClasses_116: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "readOnly" | "input" | "tagsList" | "error" | "description" | "labelContainer" | "invalid" | "resizable" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagInputContainerRoot" | "tagInputRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
8605
8574
  readonly classes: {
8606
8575
  input: string;
8607
8576
  listItemGutters: string;
@@ -8633,7 +8602,7 @@ declare const useClasses_117: (classesProp?: Partial<Record<"label" | "root" | "
8633
8602
  readonly cx: (...args: any) => string;
8634
8603
  };
8635
8604
 
8636
- declare const useClasses_118: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "input" | "error" | "description" | "labelContainer" | "invalid" | "resizable" | "inputResizable" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8605
+ declare const useClasses_117: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "input" | "error" | "description" | "labelContainer" | "invalid" | "resizable" | "inputResizable" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8637
8606
  readonly classes: {
8638
8607
  root: string;
8639
8608
  disabled: string;
@@ -8652,7 +8621,7 @@ declare const useClasses_118: (classesProp?: Partial<Record<"label" | "root" | "
8652
8621
  readonly cx: (...args: any) => string;
8653
8622
  };
8654
8623
 
8655
- declare const useClasses_119: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8624
+ declare const useClasses_118: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8656
8625
  readonly classes: {
8657
8626
  root: string;
8658
8627
  };
@@ -8660,47 +8629,47 @@ declare const useClasses_119: (classesProp?: Partial<Record<"root", string>>, ad
8660
8629
  readonly cx: (...args: any) => string;
8661
8630
  };
8662
8631
 
8663
- declare const useClasses_12: (classesProp?: Partial<Record<"label" | "root" | "panel" | "disabled" | "readOnly" | "select" | "popper" | "error" | "description" | "labelContainer" | "invalid" | "panelOpenedUp" | "panelOpenedDown", string>>, addStatic?: boolean) => {
8632
+ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8664
8633
  readonly classes: {
8665
8634
  root: string;
8666
- disabled: string;
8667
- readOnly: string;
8668
- invalid: string;
8669
8635
  labelContainer: string;
8670
8636
  label: string;
8671
8637
  description: string;
8672
- select: string;
8673
- popper: string;
8674
- panel: string;
8675
- panelOpenedUp: string;
8676
- panelOpenedDown: string;
8638
+ placeholder: string;
8639
+ placeholderDisabled: string;
8640
+ dropdownHeader: string;
8641
+ dropdownHeaderOpen: string;
8642
+ dropdownHeaderInvalid: string;
8643
+ dropdownPanel: string;
8644
+ icon: string;
8645
+ timePopperContainer: string;
8677
8646
  error: string;
8678
8647
  };
8679
8648
  readonly css: any;
8680
8649
  readonly cx: (...args: any) => string;
8681
8650
  };
8682
8651
 
8683
- declare const useClasses_120: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8652
+ declare const useClasses_12: (classesProp?: Partial<Record<"label" | "root" | "panel" | "disabled" | "readOnly" | "select" | "popper" | "error" | "description" | "labelContainer" | "invalid" | "panelOpenedUp" | "panelOpenedDown", string>>, addStatic?: boolean) => {
8684
8653
  readonly classes: {
8685
8654
  root: string;
8655
+ disabled: string;
8656
+ readOnly: string;
8657
+ invalid: string;
8686
8658
  labelContainer: string;
8687
8659
  label: string;
8688
8660
  description: string;
8689
- placeholder: string;
8690
- placeholderDisabled: string;
8691
- dropdownHeader: string;
8692
- dropdownHeaderOpen: string;
8693
- dropdownHeaderInvalid: string;
8694
- dropdownPanel: string;
8695
- icon: string;
8696
- timePopperContainer: string;
8661
+ select: string;
8662
+ popper: string;
8663
+ panel: string;
8664
+ panelOpenedUp: string;
8665
+ panelOpenedDown: string;
8697
8666
  error: string;
8698
8667
  };
8699
8668
  readonly css: any;
8700
8669
  readonly cx: (...args: any) => string;
8701
8670
  };
8702
8671
 
8703
- declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8672
+ declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8704
8673
  readonly classes: {
8705
8674
  root: string;
8706
8675
  };
@@ -8708,7 +8677,7 @@ declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, ad
8708
8677
  readonly cx: (...args: any) => string;
8709
8678
  };
8710
8679
 
8711
- declare const useClasses_122: (classesProp?: Partial<Record<"content" | "label" | "root" | "disabled" | "selected" | "expanded" | "group" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8680
+ declare const useClasses_121: (classesProp?: Partial<Record<"content" | "label" | "root" | "disabled" | "selected" | "expanded" | "group" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8712
8681
  readonly classes: {
8713
8682
  root: string;
8714
8683
  group: string;
@@ -8724,7 +8693,7 @@ declare const useClasses_122: (classesProp?: Partial<Record<"content" | "label"
8724
8693
  readonly cx: (...args: any) => string;
8725
8694
  };
8726
8695
 
8727
- declare const useClasses_123: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "selected" | "expanded" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8696
+ declare const useClasses_122: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "selected" | "expanded" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8728
8697
  readonly classes: {
8729
8698
  root: string;
8730
8699
  expanded: string;
@@ -8738,7 +8707,7 @@ declare const useClasses_123: (classesProp?: Partial<Record<"label" | "root" | "
8738
8707
  readonly cx: (...args: any) => string;
8739
8708
  };
8740
8709
 
8741
- declare const useClasses_124: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8710
+ declare const useClasses_123: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8742
8711
  readonly classes: {
8743
8712
  root: string;
8744
8713
  collapsed: string;
@@ -8749,7 +8718,7 @@ declare const useClasses_124: (classesProp?: Partial<Record<"root" | "slider" |
8749
8718
  readonly cx: (...args: any) => string;
8750
8719
  };
8751
8720
 
8752
- declare const useClasses_125: (classesProp?: Partial<Record<"root" | "title" | "backButton" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
8721
+ declare const useClasses_124: (classesProp?: Partial<Record<"root" | "title" | "backButton" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
8753
8722
  readonly classes: {
8754
8723
  root: string;
8755
8724
  minimized: string;
@@ -8761,7 +8730,7 @@ declare const useClasses_125: (classesProp?: Partial<Record<"root" | "title" | "
8761
8730
  readonly cx: (...args: any) => string;
8762
8731
  };
8763
8732
 
8764
- declare const useClasses_126: (classesProp?: Partial<Record<"root" | "hide", string>>, addStatic?: boolean) => {
8733
+ declare const useClasses_125: (classesProp?: Partial<Record<"root" | "hide", string>>, addStatic?: boolean) => {
8765
8734
  readonly classes: {
8766
8735
  root: string;
8767
8736
  hide: string;
@@ -8770,7 +8739,7 @@ declare const useClasses_126: (classesProp?: Partial<Record<"root" | "hide", str
8770
8739
  readonly cx: (...args: any) => string;
8771
8740
  };
8772
8741
 
8773
- declare const useClasses_127: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8742
+ declare const useClasses_126: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8774
8743
  readonly classes: {
8775
8744
  action: string;
8776
8745
  noIcon: string;
@@ -8780,7 +8749,7 @@ declare const useClasses_127: (classesProp?: Partial<Record<"action" | "minimize
8780
8749
  readonly cx: (...args: any) => string;
8781
8750
  };
8782
8751
 
8783
- declare const useClasses_128: (classesProp?: Partial<Record<"root" | "listItem" | "list" | "collapsed" | "popup" | "navigationPopup", string>>, addStatic?: boolean) => {
8752
+ declare const useClasses_127: (classesProp?: Partial<Record<"root" | "listItem" | "list" | "collapsed" | "popup" | "navigationPopup", string>>, addStatic?: boolean) => {
8784
8753
  readonly classes: {
8785
8754
  root: string;
8786
8755
  list: string;
@@ -8793,7 +8762,7 @@ declare const useClasses_128: (classesProp?: Partial<Record<"root" | "listItem"
8793
8762
  readonly cx: (...args: any) => string;
8794
8763
  };
8795
8764
 
8796
- declare const useClasses_129: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemDisabled" | "listItemFocus" | "listContainer" | "forwardButton", string>>, addStatic?: boolean) => {
8765
+ declare const useClasses_128: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemDisabled" | "listItemFocus" | "listContainer" | "forwardButton", string>>, addStatic?: boolean) => {
8797
8766
  readonly classes: {
8798
8767
  root: string;
8799
8768
  listItemSelected: string;
@@ -8806,6 +8775,14 @@ declare const useClasses_129: (classesProp?: Partial<Record<"root" | "listItemSe
8806
8775
  readonly cx: (...args: any) => string;
8807
8776
  };
8808
8777
 
8778
+ declare const useClasses_129: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8779
+ readonly classes: {
8780
+ root: string;
8781
+ };
8782
+ readonly css: any;
8783
+ readonly cx: (...args: any) => string;
8784
+ };
8785
+
8809
8786
  declare const useClasses_13: (classesProp?: Partial<Record<"secondary" | "primary" | "root" | "disabled" | "semantic" | "icon" | "secondarySubtle" | "ghost" | "secondaryGhost" | "contained" | "primaryGhost" | "primarySubtle" | "subtle" | "focusVisible" | "startIcon" | "endIcon", string>>, addStatic?: boolean) => {
8810
8787
  readonly classes: {
8811
8788
  root: string;
@@ -8829,15 +8806,7 @@ declare const useClasses_13: (classesProp?: Partial<Record<"secondary" | "primar
8829
8806
  readonly cx: (...args: any) => string;
8830
8807
  };
8831
8808
 
8832
- declare const useClasses_130: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8833
- readonly classes: {
8834
- root: string;
8835
- };
8836
- readonly css: any;
8837
- readonly cx: (...args: any) => string;
8838
- };
8839
-
8840
- declare const useClasses_131: (classesProp?: Partial<Record<"content" | "label" | "link" | "disabled" | "icon" | "selectable" | "selected" | "hide" | "expanded" | "unselectable" | "group" | "node" | "focused" | "labelIcon" | "collapsed" | "minimized" | "expandable" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
8809
+ declare const useClasses_130: (classesProp?: Partial<Record<"content" | "label" | "link" | "disabled" | "icon" | "selectable" | "selected" | "hide" | "expanded" | "unselectable" | "group" | "node" | "focused" | "labelIcon" | "collapsed" | "minimized" | "expandable" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
8841
8810
  readonly classes: {
8842
8811
  node: string;
8843
8812
  content: string;
@@ -8863,7 +8832,7 @@ declare const useClasses_131: (classesProp?: Partial<Record<"content" | "label"
8863
8832
  readonly cx: (...args: any) => string;
8864
8833
  };
8865
8834
 
8866
- declare const useClasses_132: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8835
+ declare const useClasses_131: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8867
8836
  readonly classes: {
8868
8837
  root: string;
8869
8838
  header: string;
@@ -8878,7 +8847,7 @@ declare const useClasses_132: (classesProp?: Partial<Record<"content" | "header"
8878
8847
  readonly cx: (...args: any) => string;
8879
8848
  };
8880
8849
 
8881
- declare const useClasses_133: (classesProp?: Partial<Record<"content" | "root" | "circle" | "text" | "square" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8850
+ declare const useClasses_132: (classesProp?: Partial<Record<"content" | "root" | "circle" | "text" | "square" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8882
8851
  readonly classes: {
8883
8852
  root: string;
8884
8853
  content: string;
@@ -9159,18 +9128,7 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root" | "disabled" |
9159
9128
  readonly cx: (...args: any) => string;
9160
9129
  };
9161
9130
 
9162
- declare const useClasses_30: (classesProp?: Partial<Record<"iconContainer" | "actionContainer" | "actionsInnerContainer" | "closeAction", string>>, addStatic?: boolean) => {
9163
- readonly classes: {
9164
- actionContainer: string;
9165
- actionsInnerContainer: string;
9166
- closeAction: string;
9167
- iconContainer: string;
9168
- };
9169
- readonly css: any;
9170
- readonly cx: (...args: any) => string;
9171
- };
9172
-
9173
- declare const useClasses_31: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "baseVariant" | "outContainer", string>>, addStatic?: boolean) => {
9131
+ declare const useClasses_30: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "iconContainer" | "actionContainer" | "baseVariant" | "outContainer" | "messageContainer" | "messageActions" | "actionsInnerContainer" | "closeAction", string>>, addStatic?: boolean) => {
9174
9132
  readonly classes: {
9175
9133
  root: string;
9176
9134
  message: string;
@@ -9181,12 +9139,18 @@ declare const useClasses_31: (classesProp?: Partial<Record<"warning" | "root" |
9181
9139
  error: string;
9182
9140
  default: string;
9183
9141
  outContainer: string;
9142
+ messageContainer: string;
9143
+ iconContainer: string;
9144
+ messageActions: string;
9145
+ actionContainer: string;
9146
+ actionsInnerContainer: string;
9147
+ closeAction: string;
9184
9148
  };
9185
9149
  readonly css: any;
9186
9150
  readonly cx: (...args: any) => string;
9187
9151
  };
9188
9152
 
9189
- declare const useClasses_32: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "indeterminate" | "focusVisible", string>>, addStatic?: boolean) => {
9153
+ declare const useClasses_31: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "indeterminate" | "focusVisible", string>>, addStatic?: boolean) => {
9190
9154
  readonly classes: {
9191
9155
  root: string;
9192
9156
  disabled: string;
@@ -9200,7 +9164,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"root" | "disabled" |
9200
9164
  readonly cx: (...args: any) => string;
9201
9165
  };
9202
9166
 
9203
- declare const useClasses_33: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "focusVisible", string>>, addStatic?: boolean) => {
9167
+ declare const useClasses_32: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "focusVisible", string>>, addStatic?: boolean) => {
9204
9168
  readonly classes: {
9205
9169
  root: string;
9206
9170
  disabled: string;
@@ -9213,7 +9177,7 @@ declare const useClasses_33: (classesProp?: Partial<Record<"root" | "disabled" |
9213
9177
  readonly cx: (...args: any) => string;
9214
9178
  };
9215
9179
 
9216
- declare const useClasses_34: (classesProp?: Partial<Record<"root" | "disabled" | "readOnly" | "switch" | "switchBase" | "track" | "checked" | "thumb" | "focusVisible", string>>, addStatic?: boolean) => {
9180
+ declare const useClasses_33: (classesProp?: Partial<Record<"root" | "disabled" | "readOnly" | "switch" | "switchBase" | "track" | "checked" | "thumb" | "focusVisible", string>>, addStatic?: boolean) => {
9217
9181
  readonly classes: {
9218
9182
  root: string;
9219
9183
  switch: string;
@@ -9229,7 +9193,7 @@ declare const useClasses_34: (classesProp?: Partial<Record<"root" | "disabled" |
9229
9193
  readonly cx: (...args: any) => string;
9230
9194
  };
9231
9195
 
9232
- declare const useClasses_35: (classesProp?: Partial<Record<"link" | "root" | "a" | "centerContainer" | "separatorContainer" | "orderedList" | "currentPage", string>>, addStatic?: boolean) => {
9196
+ declare const useClasses_34: (classesProp?: Partial<Record<"link" | "root" | "a" | "centerContainer" | "separatorContainer" | "orderedList" | "currentPage", string>>, addStatic?: boolean) => {
9233
9197
  readonly classes: {
9234
9198
  root: string;
9235
9199
  link: string;
@@ -9243,7 +9207,7 @@ declare const useClasses_35: (classesProp?: Partial<Record<"link" | "root" | "a"
9243
9207
  readonly cx: (...args: any) => string;
9244
9208
  };
9245
9209
 
9246
- declare const useClasses_36: (classesProp?: Partial<Record<"root" | "semantic" | "divider" | "actions" | "selectAllContainer" | "selectAll" | "selectAllPages", string>>, addStatic?: boolean) => {
9210
+ declare const useClasses_35: (classesProp?: Partial<Record<"root" | "semantic" | "divider" | "actions" | "selectAllContainer" | "selectAll" | "selectAllPages", string>>, addStatic?: boolean) => {
9247
9211
  readonly classes: {
9248
9212
  root: string;
9249
9213
  semantic: string;
@@ -9257,7 +9221,7 @@ declare const useClasses_36: (classesProp?: Partial<Record<"root" | "semantic" |
9257
9221
  readonly cx: (...args: any) => string;
9258
9222
  };
9259
9223
 
9260
- declare const useClasses_37: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "checkbox" | "checked" | "indeterminate" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
9224
+ declare const useClasses_36: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "checkbox" | "checked" | "indeterminate" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
9261
9225
  readonly classes: {
9262
9226
  root: string;
9263
9227
  container: string;
@@ -9275,7 +9239,7 @@ declare const useClasses_37: (classesProp?: Partial<Record<"container" | "label"
9275
9239
  readonly cx: (...args: any) => string;
9276
9240
  };
9277
9241
 
9278
- declare const useClasses_38: (classesProp?: Partial<Record<"root" | "calendarMonthlyCell" | "calendarMonthlyCellSelected" | "focusSelection" | "rangeCalendarContainer" | "singleCalendar", string>>, addStatic?: boolean) => {
9242
+ declare const useClasses_37: (classesProp?: Partial<Record<"root" | "calendarMonthlyCell" | "calendarMonthlyCellSelected" | "focusSelection" | "rangeCalendarContainer" | "singleCalendar", string>>, addStatic?: boolean) => {
9279
9243
  readonly classes: {
9280
9244
  root: string;
9281
9245
  rangeCalendarContainer: string;
@@ -9288,7 +9252,7 @@ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "calendarMon
9288
9252
  readonly cx: (...args: any) => string;
9289
9253
  };
9290
9254
 
9291
- declare const useClasses_39: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "input" | "headerDate" | "headerDayOfWeek" | "invalid" | "invalidMessageStyling", string>>, addStatic?: boolean) => {
9255
+ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "input" | "headerDate" | "headerDayOfWeek" | "invalid" | "invalidMessageStyling", string>>, addStatic?: boolean) => {
9292
9256
  readonly classes: {
9293
9257
  root: string;
9294
9258
  invalid: string;
@@ -9302,15 +9266,7 @@ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "inputBorder
9302
9266
  readonly cx: (...args: any) => string;
9303
9267
  };
9304
9268
 
9305
- declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9306
- readonly classes: {
9307
- root: string;
9308
- };
9309
- readonly css: any;
9310
- readonly cx: (...args: any) => string;
9311
- };
9312
-
9313
- declare const useClasses_40: (classesProp?: Partial<Record<"root" | "navigationContainer" | "navigationMonth" | "cellContainer" | "calendarDate" | "calendarDateSelected" | "calendarDateNotInMonth" | "calendarDateInSelectionRange" | "startBookend" | "endBookend" | "cellsInRange" | "cellsOutsideRange" | "calendarGrid" | "calendarDay" | "focusSelection" | "calendarDateInvalid", string>>, addStatic?: boolean) => {
9269
+ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "navigationContainer" | "navigationMonth" | "cellContainer" | "calendarDate" | "calendarDateSelected" | "calendarDateNotInMonth" | "calendarDateInSelectionRange" | "startBookend" | "endBookend" | "cellsInRange" | "cellsOutsideRange" | "calendarGrid" | "calendarDay" | "focusSelection" | "calendarDateInvalid", string>>, addStatic?: boolean) => {
9314
9270
  readonly classes: {
9315
9271
  root: string;
9316
9272
  calendarGrid: string;
@@ -9333,7 +9289,15 @@ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "navigationC
9333
9289
  readonly cx: (...args: any) => string;
9334
9290
  };
9335
9291
 
9336
- declare const useClasses_41: (classesProp?: Partial<Record<"root" | "icon" | "selectable" | "selected" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
9292
+ declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9293
+ readonly classes: {
9294
+ root: string;
9295
+ };
9296
+ readonly css: any;
9297
+ readonly cx: (...args: any) => string;
9298
+ };
9299
+
9300
+ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "icon" | "selectable" | "selected" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
9337
9301
  readonly classes: {
9338
9302
  root: string;
9339
9303
  selected: string;
@@ -9346,7 +9310,7 @@ declare const useClasses_41: (classesProp?: Partial<Record<"root" | "icon" | "se
9346
9310
  readonly cx: (...args: any) => string;
9347
9311
  };
9348
9312
 
9349
- declare const useClasses_42: (classesProp?: Partial<Record<"content" | "root" | "title" | "titleShort" | "subheader" | "action", string>>, addStatic?: boolean) => {
9313
+ declare const useClasses_41: (classesProp?: Partial<Record<"content" | "root" | "title" | "titleShort" | "subheader" | "action", string>>, addStatic?: boolean) => {
9350
9314
  readonly classes: {
9351
9315
  root: string;
9352
9316
  titleShort: string;
@@ -9359,7 +9323,7 @@ declare const useClasses_42: (classesProp?: Partial<Record<"content" | "root" |
9359
9323
  readonly cx: (...args: any) => string;
9360
9324
  };
9361
9325
 
9362
- declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
9326
+ declare const useClasses_42: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
9363
9327
  readonly classes: {
9364
9328
  content: string;
9365
9329
  };
@@ -9367,7 +9331,7 @@ declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>,
9367
9331
  readonly cx: (...args: any) => string;
9368
9332
  };
9369
9333
 
9370
- declare const useClasses_44: (classesProp?: Partial<Record<"root" | "media", string>>, addStatic?: boolean) => {
9334
+ declare const useClasses_43: (classesProp?: Partial<Record<"root" | "media", string>>, addStatic?: boolean) => {
9371
9335
  readonly classes: {
9372
9336
  root: string;
9373
9337
  media: string;
@@ -9376,7 +9340,7 @@ declare const useClasses_44: (classesProp?: Partial<Record<"root" | "media", str
9376
9340
  readonly cx: (...args: any) => string;
9377
9341
  };
9378
9342
 
9379
- declare const useClasses_45: (classesProp?: Partial<Record<"xs" | "root" | "panel" | "title" | "controls" | "counterContainer" | "thumbnail" | "thumbnailSelected" | "dot" | "main" | "dots" | "actions" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counter" | "slideControls" | "slidesViewport" | "slidesContainer" | "dotsXs" | "dotSelected", string>>, addStatic?: boolean) => {
9343
+ declare const useClasses_44: (classesProp?: Partial<Record<"xs" | "root" | "panel" | "title" | "controls" | "counterContainer" | "thumbnail" | "thumbnailSelected" | "dot" | "main" | "dots" | "actions" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counter" | "slideControls" | "slidesViewport" | "slidesContainer" | "dotsXs" | "dotSelected", string>>, addStatic?: boolean) => {
9380
9344
  readonly classes: {
9381
9345
  root: string;
9382
9346
  xs: string;
@@ -9407,7 +9371,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"xs" | "root" | "pane
9407
9371
  readonly cx: (...args: any) => string;
9408
9372
  };
9409
9373
 
9410
- declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
9374
+ declare const useClasses_45: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
9411
9375
  readonly classes: {
9412
9376
  slide: string;
9413
9377
  image: string;
@@ -9416,7 +9380,7 @@ declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", st
9416
9380
  readonly cx: (...args: any) => string;
9417
9381
  };
9418
9382
 
9419
- declare const useClasses_47: (classesProp?: Partial<Record<"label" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootMultiline" | "input" | "icon" | "error" | "description" | "labelContainer" | "adornmentButton" | "inputRootDisabled" | "adornmentsBox" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
9383
+ declare const useClasses_46: (classesProp?: Partial<Record<"label" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootMultiline" | "input" | "icon" | "error" | "description" | "labelContainer" | "adornmentButton" | "inputRootDisabled" | "adornmentsBox" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
9420
9384
  readonly classes: {
9421
9385
  root: string;
9422
9386
  labelContainer: string;
@@ -9442,7 +9406,7 @@ declare const useClasses_47: (classesProp?: Partial<Record<"label" | "root" | "i
9442
9406
  readonly cx: (...args: any) => string;
9443
9407
  };
9444
9408
 
9445
- 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) => {
9409
+ 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) => {
9446
9410
  readonly classes: {
9447
9411
  root: string;
9448
9412
  pageSizeOptions: string;
@@ -9464,7 +9428,7 @@ declare const useClasses_48: (classesProp?: Partial<Record<"root" | "icon" | "pa
9464
9428
  readonly cx: (...args: any) => string;
9465
9429
  };
9466
9430
 
9467
- declare const useClasses_49: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "error" | "group" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
9431
+ declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "error" | "group" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
9468
9432
  readonly classes: {
9469
9433
  root: string;
9470
9434
  label: string;
@@ -9479,25 +9443,7 @@ declare const useClasses_49: (classesProp?: Partial<Record<"vertical" | "horizon
9479
9443
  readonly cx: (...args: any) => string;
9480
9444
  };
9481
9445
 
9482
- declare const useClasses_5: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "condensed" | "focus" | "startAdornment" | "endAdornment" | "gutters" | "interactive" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
9483
- readonly classes: {
9484
- root: string;
9485
- focus: string;
9486
- startAdornment: string;
9487
- endAdornment: string;
9488
- gutters: string;
9489
- condensed: string;
9490
- interactive: string;
9491
- selected: string;
9492
- disabled: string;
9493
- withStartAdornment: string;
9494
- withEndAdornment: string;
9495
- };
9496
- readonly css: any;
9497
- readonly cx: (...args: any) => string;
9498
- };
9499
-
9500
- declare const useClasses_50: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "headerColorValue" | "recommendedColorsRoot" | "description" | "labelContainer" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
9446
+ declare const useClasses_49: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "headerColorValue" | "recommendedColorsRoot" | "description" | "labelContainer" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
9501
9447
  readonly classes: {
9502
9448
  root: string;
9503
9449
  labelContainer: string;
@@ -9517,7 +9463,25 @@ declare const useClasses_50: (classesProp?: Partial<Record<"label" | "colorPicke
9517
9463
  readonly cx: (...args: any) => string;
9518
9464
  };
9519
9465
 
9520
- declare const useClasses_51: (classesProp?: Partial<Record<"root" | "fixed" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
9466
+ declare const useClasses_5: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "condensed" | "focus" | "startAdornment" | "endAdornment" | "gutters" | "interactive" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
9467
+ readonly classes: {
9468
+ root: string;
9469
+ focus: string;
9470
+ startAdornment: string;
9471
+ endAdornment: string;
9472
+ gutters: string;
9473
+ condensed: string;
9474
+ interactive: string;
9475
+ selected: string;
9476
+ disabled: string;
9477
+ withStartAdornment: string;
9478
+ withEndAdornment: string;
9479
+ };
9480
+ readonly css: any;
9481
+ readonly cx: (...args: any) => string;
9482
+ };
9483
+
9484
+ declare const useClasses_50: (classesProp?: Partial<Record<"root" | "fixed" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
9521
9485
  readonly classes: {
9522
9486
  root: string;
9523
9487
  disableGutters: string;
@@ -9532,7 +9496,7 @@ declare const useClasses_51: (classesProp?: Partial<Record<"root" | "fixed" | "d
9532
9496
  readonly cx: (...args: any) => string;
9533
9497
  };
9534
9498
 
9535
- declare const useClasses_52: (classesProp?: Partial<Record<"root" | "section" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
9499
+ declare const useClasses_51: (classesProp?: Partial<Record<"root" | "section" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
9536
9500
  readonly classes: {
9537
9501
  root: string;
9538
9502
  section: string;
@@ -9543,7 +9507,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"root" | "section" |
9543
9507
  readonly cx: (...args: any) => string;
9544
9508
  };
9545
9509
 
9546
- declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "head" | "variantListactions" | "variantListcheckbox" | "variantList" | "footer" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "resizable" | "sorted" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantListHead" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing", string>>, addStatic?: boolean) => {
9510
+ declare const useClasses_52: (classesProp?: Partial<Record<"body" | "root" | "head" | "variantListactions" | "variantListcheckbox" | "variantList" | "footer" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "resizable" | "sorted" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantListHead" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing", string>>, addStatic?: boolean) => {
9547
9511
  readonly classes: {
9548
9512
  root: string;
9549
9513
  head: string;
@@ -9574,7 +9538,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "he
9574
9538
  readonly cx: (...args: any) => string;
9575
9539
  };
9576
9540
 
9577
- declare const useClasses_54: (classesProp?: Partial<Record<"body" | "root" | "selected" | "head" | "variantList" | "expanded" | "footer" | "hover" | "variantListHead" | "striped", string>>, addStatic?: boolean) => {
9541
+ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "selected" | "head" | "variantList" | "expanded" | "footer" | "hover" | "variantListHead" | "striped", string>>, addStatic?: boolean) => {
9578
9542
  readonly classes: {
9579
9543
  root: string;
9580
9544
  head: string;
@@ -9591,7 +9555,7 @@ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "root" | "se
9591
9555
  readonly cx: (...args: any) => string;
9592
9556
  };
9593
9557
 
9594
- declare const useClasses_55: (classesProp?: Partial<Record<"body" | "root" | "head" | "sortButton" | "variantList" | "resizer" | "footer" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "resizable" | "sorted" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
9558
+ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "root" | "head" | "sortButton" | "variantList" | "resizer" | "footer" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "resizable" | "sorted" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
9595
9559
  readonly classes: {
9596
9560
  root: string;
9597
9561
  head: string;
@@ -9631,7 +9595,7 @@ declare const useClasses_55: (classesProp?: Partial<Record<"body" | "root" | "he
9631
9595
  readonly cx: (...args: any) => string;
9632
9596
  };
9633
9597
 
9634
- declare const useClasses_56: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9598
+ declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9635
9599
  readonly classes: {
9636
9600
  root: string;
9637
9601
  stickyHeader: string;
@@ -9642,7 +9606,7 @@ declare const useClasses_56: (classesProp?: Partial<Record<"root" | "stickyHeade
9642
9606
  readonly cx: (...args: any) => string;
9643
9607
  };
9644
9608
 
9645
- declare const useClasses_57: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9609
+ declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9646
9610
  readonly classes: {
9647
9611
  root: string;
9648
9612
  };
@@ -9650,7 +9614,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"root", string>>, add
9650
9614
  readonly cx: (...args: any) => string;
9651
9615
  };
9652
9616
 
9653
- declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9617
+ declare const useClasses_57: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9654
9618
  readonly classes: {
9655
9619
  root: string;
9656
9620
  sortDropdown: string;
@@ -9659,7 +9623,7 @@ declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdow
9659
9623
  readonly cx: (...args: any) => string;
9660
9624
  };
9661
9625
 
9662
- declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "disabled" | "readOnly" | "placeholderClosed" | "error" | "description" | "arrow" | "labelContainer" | "dropdown" | "selectionDisabled" | "rootList" | "dropdownListContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
9626
+ declare const useClasses_58: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "disabled" | "readOnly" | "placeholderClosed" | "error" | "description" | "arrow" | "labelContainer" | "dropdown" | "selectionDisabled" | "rootList" | "dropdownListContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
9663
9627
  readonly classes: {
9664
9628
  root: string;
9665
9629
  labelContainer: string;
@@ -9683,18 +9647,7 @@ declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "p
9683
9647
  readonly cx: (...args: any) => string;
9684
9648
  };
9685
9649
 
9686
- declare const useClasses_6: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9687
- readonly classes: {
9688
- root: string;
9689
- counterDisabled: string;
9690
- gutter: string;
9691
- overloaded: string;
9692
- };
9693
- readonly css: any;
9694
- readonly cx: (...args: any) => string;
9695
- };
9696
-
9697
- declare const useClasses_60: (classesProp?: Partial<Record<"listContainer" | "selection" | "selectAllContainer" | "selectAll" | "rootList" | "dropdownListContainer" | "virtualized" | "searchContainer" | "listBorderDown", string>>, addStatic?: boolean) => {
9650
+ declare const useClasses_59: (classesProp?: Partial<Record<"listContainer" | "selection" | "selectAllContainer" | "selectAll" | "rootList" | "dropdownListContainer" | "virtualized" | "searchContainer" | "listBorderDown", string>>, addStatic?: boolean) => {
9698
9651
  readonly classes: {
9699
9652
  rootList: string;
9700
9653
  dropdownListContainer: string;
@@ -9710,7 +9663,18 @@ declare const useClasses_60: (classesProp?: Partial<Record<"listContainer" | "se
9710
9663
  readonly cx: (...args: any) => string;
9711
9664
  };
9712
9665
 
9713
- 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) => {
9666
+ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9667
+ readonly classes: {
9668
+ root: string;
9669
+ counterDisabled: string;
9670
+ gutter: string;
9671
+ overloaded: string;
9672
+ };
9673
+ readonly css: any;
9674
+ readonly cx: (...args: any) => string;
9675
+ };
9676
+
9677
+ 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) => {
9714
9678
  readonly classes: {
9715
9679
  root: string;
9716
9680
  actionContainer: string;
@@ -9734,7 +9698,7 @@ declare const useClasses_61: (classesProp?: Partial<Record<"container" | "label"
9734
9698
  readonly cx: (...args: any) => string;
9735
9699
  };
9736
9700
 
9737
- declare const useClasses_62: (classesProp?: Partial<Record<"root" | "titleText" | "fullscreen" | "messageContainer" | "textWithIcon", string>>, addStatic?: boolean) => {
9701
+ declare const useClasses_61: (classesProp?: Partial<Record<"root" | "titleText" | "messageContainer" | "fullscreen" | "textWithIcon", string>>, addStatic?: boolean) => {
9738
9702
  readonly classes: {
9739
9703
  root: string;
9740
9704
  fullscreen: string;
@@ -9746,7 +9710,7 @@ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "titleText"
9746
9710
  readonly cx: (...args: any) => string;
9747
9711
  };
9748
9712
 
9749
- declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9713
+ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9750
9714
  readonly classes: {
9751
9715
  root: string;
9752
9716
  textContent: string;
@@ -9755,7 +9719,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent
9755
9719
  readonly cx: (...args: any) => string;
9756
9720
  };
9757
9721
 
9758
- declare const useClasses_64: (classesProp?: Partial<Record<"root" | "spacing" | "fullscreen", string>>, addStatic?: boolean) => {
9722
+ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "spacing" | "fullscreen", string>>, addStatic?: boolean) => {
9759
9723
  readonly classes: {
9760
9724
  root: string;
9761
9725
  fullscreen: string;
@@ -9765,7 +9729,7 @@ declare const useClasses_64: (classesProp?: Partial<Record<"root" | "spacing" |
9765
9729
  readonly cx: (...args: any) => string;
9766
9730
  };
9767
9731
 
9768
- declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "background" | "root" | "paper" | "success" | "error" | "fullscreen" | "closeButton" | "fullHeight" | "statusBar", string>>, addStatic?: boolean) => {
9732
+ declare const useClasses_64: (classesProp?: Partial<Record<"warning" | "background" | "root" | "paper" | "success" | "error" | "fullscreen" | "closeButton" | "fullHeight" | "statusBar", string>>, addStatic?: boolean) => {
9769
9733
  readonly classes: {
9770
9734
  root: string;
9771
9735
  background: string;
@@ -9782,7 +9746,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "backgrou
9782
9746
  readonly cx: (...args: any) => string;
9783
9747
  };
9784
9748
 
9785
- declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "root" | "icon" | "radio" | "radioRoot", string>>, addStatic?: boolean) => {
9749
+ declare const useClasses_65: (classesProp?: Partial<Record<"horizontal" | "root" | "icon" | "radio" | "radioRoot", string>>, addStatic?: boolean) => {
9786
9750
  readonly classes: {
9787
9751
  root: string;
9788
9752
  horizontal: string;
@@ -9794,7 +9758,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "root"
9794
9758
  readonly cx: (...args: any) => string;
9795
9759
  };
9796
9760
 
9797
- declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "error" | "group" | "invalid", string>>, addStatic?: boolean) => {
9761
+ declare const useClasses_66: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "error" | "group" | "invalid", string>>, addStatic?: boolean) => {
9798
9762
  readonly classes: {
9799
9763
  root: string;
9800
9764
  label: string;
@@ -9808,7 +9772,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizon
9808
9772
  readonly cx: (...args: any) => string;
9809
9773
  };
9810
9774
 
9811
- declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9775
+ declare const useClasses_67: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9812
9776
  readonly classes: {
9813
9777
  root: string;
9814
9778
  paper: string;
@@ -9819,7 +9783,7 @@ declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root"
9819
9783
  readonly cx: (...args: any) => string;
9820
9784
  };
9821
9785
 
9822
- declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root" | "titleContainer" | "iconContainer" | "actionContainer" | "messageContainer" | "containerMessageOnly" | "textContainer", string>>, addStatic?: boolean) => {
9786
+ declare const useClasses_68: (classesProp?: Partial<Record<"container" | "root" | "titleContainer" | "iconContainer" | "actionContainer" | "messageContainer" | "containerMessageOnly" | "textContainer", string>>, addStatic?: boolean) => {
9823
9787
  readonly classes: {
9824
9788
  root: string;
9825
9789
  container: string;
@@ -9834,6 +9798,15 @@ declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root"
9834
9798
  readonly cx: (...args: any) => string;
9835
9799
  };
9836
9800
 
9801
+ declare const useClasses_69: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9802
+ readonly classes: {
9803
+ previewButton: string;
9804
+ overlay: string;
9805
+ };
9806
+ readonly css: any;
9807
+ readonly cx: (...args: any) => string;
9808
+ };
9809
+
9837
9810
  declare const useClasses_7: (classesProp?: Partial<Record<"root" | "disabled" | "icon" | "adornment" | "adornmentIcon" | "hideIcon" | "adornmentButton", string>>, addStatic?: boolean) => {
9838
9811
  readonly classes: {
9839
9812
  root: string;
@@ -9848,16 +9821,7 @@ declare const useClasses_7: (classesProp?: Partial<Record<"root" | "disabled" |
9848
9821
  readonly cx: (...args: any) => string;
9849
9822
  };
9850
9823
 
9851
- declare const useClasses_70: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9852
- readonly classes: {
9853
- previewButton: string;
9854
- overlay: string;
9855
- };
9856
- readonly css: any;
9857
- readonly cx: (...args: any) => string;
9858
- };
9859
-
9860
- declare const useClasses_71: (classesProp?: Partial<Record<"root" | "icon" | "progressbarContainer" | "previewContainer" | "progressbar" | "removeButton" | "progressbarBack" | "nameText" | "progressTextContainer" | "fail", string>>, addStatic?: boolean) => {
9824
+ declare const useClasses_70: (classesProp?: Partial<Record<"root" | "icon" | "progressbarContainer" | "previewContainer" | "progressbar" | "removeButton" | "progressbarBack" | "nameText" | "progressTextContainer" | "fail", string>>, addStatic?: boolean) => {
9861
9825
  readonly classes: {
9862
9826
  root: string;
9863
9827
  progressbar: string;
@@ -9874,7 +9838,7 @@ declare const useClasses_71: (classesProp?: Partial<Record<"root" | "icon" | "pr
9874
9838
  readonly cx: (...args: any) => string;
9875
9839
  };
9876
9840
 
9877
- declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9841
+ declare const useClasses_71: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9878
9842
  readonly classes: {
9879
9843
  root: string;
9880
9844
  };
@@ -9882,7 +9846,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, add
9882
9846
  readonly cx: (...args: any) => string;
9883
9847
  };
9884
9848
 
9885
- declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" | "dragAction" | "dropZoneContainerDisabled" | "dropZoneLabelsGroup" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9849
+ declare const useClasses_72: (classesProp?: Partial<Record<"dropZoneContainer" | "dragAction" | "dropZoneContainerDisabled" | "dropZoneLabelsGroup" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9886
9850
  readonly classes: {
9887
9851
  dropZoneContainer: string;
9888
9852
  dropZoneLabelsGroup: string;
@@ -9900,7 +9864,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" |
9900
9864
  readonly cx: (...args: any) => string;
9901
9865
  };
9902
9866
 
9903
- declare const useClasses_74: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9867
+ declare const useClasses_73: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9904
9868
  readonly classes: {
9905
9869
  root: string;
9906
9870
  label: string;
@@ -9912,7 +9876,7 @@ declare const useClasses_74: (classesProp?: Partial<Record<"label" | "root" | "e
9912
9876
  readonly cx: (...args: any) => string;
9913
9877
  };
9914
9878
 
9915
- declare const useClasses_75: (classesProp?: Partial<Record<"space" | "header" | "root" | "panel" | "rightSidePanel" | "applyButton" | "dropdown" | "baseDropdownSelection" | "leftSidePanel" | "actionBar", string>>, addStatic?: boolean) => {
9879
+ declare const useClasses_74: (classesProp?: Partial<Record<"space" | "header" | "root" | "panel" | "rightSidePanel" | "applyButton" | "dropdown" | "baseDropdownSelection" | "leftSidePanel" | "actionBar", string>>, addStatic?: boolean) => {
9916
9880
  readonly classes: {
9917
9881
  dropdown: string;
9918
9882
  panel: string;
@@ -9929,7 +9893,7 @@ declare const useClasses_75: (classesProp?: Partial<Record<"space" | "header" |
9929
9893
  readonly cx: (...args: any) => string;
9930
9894
  };
9931
9895
 
9932
- declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "root" | "separator" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9896
+ declare const useClasses_75: (classesProp?: Partial<Record<"name" | "small" | "root" | "separator" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9933
9897
  readonly classes: {
9934
9898
  root: string;
9935
9899
  name: string;
@@ -9942,7 +9906,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "r
9942
9906
  readonly cx: (...args: any) => string;
9943
9907
  };
9944
9908
 
9945
- declare const useClasses_77: (classesProp?: Partial<Record<"name" | "root" | "section" | "wrapper" | "sectionName" | "positionFixed" | "positionSticky" | "actions" | "global" | "globalSectionArea" | "globalWrapperComplement" | "backButton", string>>, addStatic?: boolean) => {
9909
+ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "root" | "section" | "wrapper" | "sectionName" | "positionFixed" | "positionSticky" | "actions" | "global" | "globalSectionArea" | "globalWrapperComplement" | "backButton", string>>, addStatic?: boolean) => {
9946
9910
  readonly classes: {
9947
9911
  root: string;
9948
9912
  positionSticky: string;
@@ -9961,7 +9925,7 @@ declare const useClasses_77: (classesProp?: Partial<Record<"name" | "root" | "se
9961
9925
  readonly cx: (...args: any) => string;
9962
9926
  };
9963
9927
 
9964
- declare const useClasses_78: (classesProp?: Partial<Record<"container" | "root" | "direction-xs-column" | "direction-xs-row-reverse" | "wrap-xs-nowrap" | "wrap-xs-wrap-reverse" | "item" | "zeroMinWidth" | "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" | "direction-xs-reverse", string>>, addStatic?: boolean) => {
9928
+ declare const useClasses_77: (classesProp?: Partial<Record<"container" | "root" | "direction-xs-column" | "direction-xs-row-reverse" | "wrap-xs-nowrap" | "wrap-xs-wrap-reverse" | "item" | "zeroMinWidth" | "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" | "direction-xs-reverse", string>>, addStatic?: boolean) => {
9965
9929
  readonly classes: {
9966
9930
  root: string;
9967
9931
  container: string;
@@ -10001,7 +9965,7 @@ declare const useClasses_78: (classesProp?: Partial<Record<"container" | "root"
10001
9965
  readonly cx: (...args: any) => string;
10002
9966
  };
10003
9967
 
10004
- declare const useClasses_79: (classesProp?: Partial<Record<"backgroundColor" | "header" | "root" | "fixed", string>>, addStatic?: boolean) => {
9968
+ declare const useClasses_78: (classesProp?: Partial<Record<"backgroundColor" | "header" | "root" | "fixed", string>>, addStatic?: boolean) => {
10005
9969
  readonly classes: {
10006
9970
  root: string;
10007
9971
  header: string;
@@ -10012,7 +9976,7 @@ declare const useClasses_79: (classesProp?: Partial<Record<"backgroundColor" | "
10012
9976
  readonly cx: (...args: any) => string;
10013
9977
  };
10014
9978
 
10015
- declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9979
+ declare const useClasses_79: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10016
9980
  readonly classes: {
10017
9981
  root: string;
10018
9982
  };
@@ -10020,7 +9984,7 @@ declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addS
10020
9984
  readonly cx: (...args: any) => string;
10021
9985
  };
10022
9986
 
10023
- declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9987
+ declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10024
9988
  readonly classes: {
10025
9989
  root: string;
10026
9990
  };
@@ -10028,7 +9992,7 @@ declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, add
10028
9992
  readonly cx: (...args: any) => string;
10029
9993
  };
10030
9994
 
10031
- declare const useClasses_81: (classesProp?: Partial<Record<"root" | "separator" | "brandName", string>>, addStatic?: boolean) => {
9995
+ declare const useClasses_80: (classesProp?: Partial<Record<"root" | "separator" | "brandName", string>>, addStatic?: boolean) => {
10032
9996
  readonly classes: {
10033
9997
  root: string;
10034
9998
  separator: string;
@@ -10038,7 +10002,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"root" | "separator"
10038
10002
  readonly cx: (...args: any) => string;
10039
10003
  };
10040
10004
 
10041
- declare const useClasses_82: (classesProp?: Partial<Record<"root" | "active" | "list" | "hidden" | "menu" | "menubar", string>>, addStatic?: boolean) => {
10005
+ declare const useClasses_81: (classesProp?: Partial<Record<"root" | "active" | "list" | "hidden" | "menu" | "menubar", string>>, addStatic?: boolean) => {
10042
10006
  readonly classes: {
10043
10007
  root: string;
10044
10008
  menu: string;
@@ -10051,7 +10015,7 @@ declare const useClasses_82: (classesProp?: Partial<Record<"root" | "active" | "
10051
10015
  readonly cx: (...args: any) => string;
10052
10016
  };
10053
10017
 
10054
- declare const useClasses_83: (classesProp?: Partial<Record<"link" | "root" | "selected" | "button" | "menu" | "menubar" | "item", string>>, addStatic?: boolean) => {
10018
+ declare const useClasses_82: (classesProp?: Partial<Record<"link" | "root" | "selected" | "button" | "menu" | "menubar" | "item", string>>, addStatic?: boolean) => {
10055
10019
  readonly classes: {
10056
10020
  root: string;
10057
10021
  menu: string;
@@ -10065,7 +10029,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"link" | "root" | "se
10065
10029
  readonly cx: (...args: any) => string;
10066
10030
  };
10067
10031
 
10068
- declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10032
+ declare const useClasses_83: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10069
10033
  readonly classes: {
10070
10034
  root: string;
10071
10035
  };
@@ -10073,7 +10037,7 @@ declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, add
10073
10037
  readonly cx: (...args: any) => string;
10074
10038
  };
10075
10039
 
10076
- declare const useClasses_85: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "inputRoot" | "input" | "icon" | "button" | "text" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
10040
+ declare const useClasses_84: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "inputRoot" | "input" | "icon" | "button" | "text" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
10077
10041
  readonly classes: {
10078
10042
  root: string;
10079
10043
  inputBorderContainer: string;
@@ -10090,7 +10054,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"root" | "inputBorder
10090
10054
  readonly cx: (...args: any) => string;
10091
10055
  };
10092
10056
 
10093
- declare const useClasses_86: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
10057
+ declare const useClasses_85: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
10094
10058
  readonly classes: {
10095
10059
  root: string;
10096
10060
  visualIndicatorContainer: string;
@@ -10107,7 +10071,7 @@ declare const useClasses_86: (classesProp?: Partial<Record<"root" | "visualIndic
10107
10071
  readonly cx: (...args: any) => string;
10108
10072
  };
10109
10073
 
10110
- declare const useClasses_87: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
10074
+ declare const useClasses_86: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
10111
10075
  readonly classes: {
10112
10076
  a: string;
10113
10077
  };
@@ -10115,7 +10079,7 @@ declare const useClasses_87: (classesProp?: Partial<Record<"a", string>>, addSta
10115
10079
  readonly cx: (...args: any) => string;
10116
10080
  };
10117
10081
 
10118
- declare const useClasses_88: (classesProp?: Partial<Record<"link" | "root" | "itemSelector" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "selectAllSelector", string>>, addStatic?: boolean) => {
10082
+ declare const useClasses_87: (classesProp?: Partial<Record<"link" | "root" | "itemSelector" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "selectAllSelector", string>>, addStatic?: boolean) => {
10119
10083
  readonly classes: {
10120
10084
  root: string;
10121
10085
  virtualizedRoot: string;
@@ -10132,7 +10096,7 @@ declare const useClasses_88: (classesProp?: Partial<Record<"link" | "root" | "it
10132
10096
  readonly cx: (...args: any) => string;
10133
10097
  };
10134
10098
 
10135
- declare const useClasses_89: (classesProp?: Partial<Record<"overlay" | "label" | "small" | "root" | "hidden" | "loadingBar" | "blur" | "regular" | "barContainer" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
10099
+ declare const useClasses_88: (classesProp?: Partial<Record<"overlay" | "label" | "small" | "root" | "hidden" | "loadingBar" | "blur" | "regular" | "barContainer" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
10136
10100
  readonly classes: {
10137
10101
  root: string;
10138
10102
  barContainer: string;
@@ -10150,26 +10114,26 @@ declare const useClasses_89: (classesProp?: Partial<Record<"overlay" | "label" |
10150
10114
  readonly cx: (...args: any) => string;
10151
10115
  };
10152
10116
 
10153
- declare const useClasses_9: (classesProp?: Partial<Record<"root" | "childGutter" | "labelDisabled", string>>, addStatic?: boolean) => {
10117
+ declare const useClasses_89: (classesProp?: Partial<Record<"root" | "loading", string>>, addStatic?: boolean) => {
10154
10118
  readonly classes: {
10155
10119
  root: string;
10156
- labelDisabled: string;
10157
- childGutter: string;
10120
+ loading: string;
10158
10121
  };
10159
10122
  readonly css: any;
10160
10123
  readonly cx: (...args: any) => string;
10161
10124
  };
10162
10125
 
10163
- declare const useClasses_90: (classesProp?: Partial<Record<"root" | "loading", string>>, addStatic?: boolean) => {
10126
+ declare const useClasses_9: (classesProp?: Partial<Record<"root" | "childGutter" | "labelDisabled", string>>, addStatic?: boolean) => {
10164
10127
  readonly classes: {
10165
10128
  root: string;
10166
- loading: string;
10129
+ labelDisabled: string;
10130
+ childGutter: string;
10167
10131
  };
10168
10132
  readonly css: any;
10169
10133
  readonly cx: (...args: any) => string;
10170
10134
  };
10171
10135
 
10172
- declare const useClasses_91: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
10136
+ declare const useClasses_90: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
10173
10137
  readonly classes: {
10174
10138
  root: string;
10175
10139
  formContainer: string;
@@ -10178,7 +10142,7 @@ declare const useClasses_91: (classesProp?: Partial<Record<"root" | "formContain
10178
10142
  readonly cx: (...args: any) => string;
10179
10143
  };
10180
10144
 
10181
- 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) => {
10145
+ 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) => {
10182
10146
  readonly classes: {
10183
10147
  root: string;
10184
10148
  multiple: string;
@@ -10200,7 +10164,7 @@ declare const useClasses_92: (classesProp?: Partial<Record<"secondary" | "primar
10200
10164
  readonly cx: (...args: any) => string;
10201
10165
  };
10202
10166
 
10203
- declare const useClasses_93: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
10167
+ declare const useClasses_92: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
10204
10168
  readonly classes: {
10205
10169
  tooltipData: string;
10206
10170
  tooltipAnchor: string;
@@ -10210,7 +10174,7 @@ declare const useClasses_93: (classesProp?: Partial<Record<"tooltipData" | "tool
10210
10174
  readonly cx: (...args: any) => string;
10211
10175
  };
10212
10176
 
10213
- declare const useClasses_94: (classesProp?: Partial<Record<"color" | "root" | "title" | "popper" | "separator" | "tooltip" | "values" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
10177
+ declare const useClasses_93: (classesProp?: Partial<Record<"color" | "root" | "title" | "popper" | "separator" | "tooltip" | "values" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
10214
10178
  readonly classes: {
10215
10179
  root: string;
10216
10180
  tooltip: string;
@@ -10228,7 +10192,7 @@ declare const useClasses_94: (classesProp?: Partial<Record<"color" | "root" | "t
10228
10192
  readonly cx: (...args: any) => string;
10229
10193
  };
10230
10194
 
10231
- declare const useClasses_95: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10195
+ declare const useClasses_94: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10232
10196
  readonly classes: {
10233
10197
  root: string;
10234
10198
  };
@@ -10236,7 +10200,7 @@ declare const useClasses_95: (classesProp?: Partial<Record<"root", string>>, add
10236
10200
  readonly cx: (...args: any) => string;
10237
10201
  };
10238
10202
 
10239
- declare const useClasses_96: (classesProp?: Partial<Record<"root" | "progress" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
10203
+ declare const useClasses_95: (classesProp?: Partial<Record<"root" | "progress" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
10240
10204
  readonly classes: {
10241
10205
  root: string;
10242
10206
  progress: string;
@@ -10251,7 +10215,7 @@ declare const useClasses_96: (classesProp?: Partial<Record<"root" | "progress" |
10251
10215
  readonly cx: (...args: any) => string;
10252
10216
  };
10253
10217
 
10254
- 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) => {
10218
+ 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) => {
10255
10219
  readonly classes: {
10256
10220
  root: string;
10257
10221
  topGroup: string;
@@ -10275,7 +10239,7 @@ declare const useClasses_97: (classesProp?: Partial<Record<"root" | "topGroup" |
10275
10239
  readonly cx: (...args: any) => string;
10276
10240
  };
10277
10241
 
10278
- declare const useClasses_98: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "radio" | "checked" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
10242
+ declare const useClasses_97: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "radio" | "checked" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
10279
10243
  readonly classes: {
10280
10244
  root: string;
10281
10245
  container: string;
@@ -10292,13 +10256,27 @@ declare const useClasses_98: (classesProp?: Partial<Record<"container" | "label"
10292
10256
  readonly cx: (...args: any) => string;
10293
10257
  };
10294
10258
 
10295
- declare const useClasses_99: (classesProp?: Partial<Record<"root" | "icon" | "button" | "text" | "notSelected", string>>, addStatic?: boolean) => {
10259
+ declare const useClasses_98: (classesProp?: Partial<Record<"root" | "selected" | "button" | "text" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
10296
10260
  readonly classes: {
10297
10261
  root: string;
10298
- icon: string;
10299
- notSelected: string;
10300
- text: string;
10301
10262
  button: string;
10263
+ text: string;
10264
+ selected: string;
10265
+ bullet: string;
10266
+ bulletSelected: string;
10267
+ };
10268
+ readonly css: any;
10269
+ readonly cx: (...args: any) => string;
10270
+ };
10271
+
10272
+ declare const useClasses_99: (classesProp?: Partial<Record<"root" | "selected" | "notSelected" | "positionFixed" | "positionSticky" | "notSelectedRoot", string>>, addStatic?: boolean) => {
10273
+ readonly classes: {
10274
+ root: string;
10275
+ positionSticky: string;
10276
+ positionFixed: string;
10277
+ notSelectedRoot: string;
10278
+ notSelected: string;
10279
+ selected: string;
10302
10280
  };
10303
10281
  readonly css: any;
10304
10282
  readonly cx: (...args: any) => string;
@@ -10844,6 +10822,7 @@ export declare const warningTextClasses: {
10844
10822
  topBorder: string;
10845
10823
  };
10846
10824
 
10825
+ /** @deprecated wrap your component with `HvTooltip` */
10847
10826
  export declare const withTooltip: (Component: React.FunctionComponent, label: string | undefined, placement: HvTooltipPlacementType, hideTooltip?: ((event: React.MouseEvent<HTMLDivElement>) => boolean) | undefined, tooltipProps?: Partial<HvTooltipProps>, tooltipContainerProps?: HvBaseProps) => (props: any) => JSX_3.Element;
10848
10827
 
10849
10828
  /** @deprecated */