@hitachivantara/uikit-react-core 5.85.0 → 5.86.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 (67) 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/{ScrollTo/Horizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.cjs +2 -2
  4. package/dist/cjs/{ScrollTo/Horizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.styles.cjs +1 -1
  5. package/dist/cjs/{ScrollTo/Horizontal → ScrollToHorizontal}/ScrollToHorizontal.cjs +3 -3
  6. package/dist/cjs/{ScrollTo/Vertical → ScrollToVertical}/ScrollToVertical.cjs +3 -3
  7. package/dist/cjs/{ScrollTo/Vertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.cjs +1 -1
  8. package/dist/cjs/{ScrollTo/Vertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.styles.cjs +1 -1
  9. package/dist/cjs/{ScrollTo → hooks}/useScrollTo.cjs +14 -10
  10. package/dist/cjs/index.cjs +9 -9
  11. package/dist/cjs/{ScrollTo/utils.cjs → utils/scroll.cjs} +12 -0
  12. package/dist/esm/Banner/BannerContent/BannerContent.js +61 -29
  13. package/dist/esm/Banner/BannerContent/BannerContent.js.map +1 -1
  14. package/dist/esm/Banner/BannerContent/BannerContent.styles.js +30 -1
  15. package/dist/esm/Banner/BannerContent/BannerContent.styles.js.map +1 -1
  16. package/dist/esm/BaseDropdown/BaseDropdown.js.map +1 -1
  17. package/dist/esm/Box/Box.js.map +1 -1
  18. package/dist/esm/Focus/Focus.js.map +1 -1
  19. package/dist/esm/Kpi/Kpi.js.map +1 -1
  20. package/dist/esm/Link/Link.js.map +1 -1
  21. package/dist/esm/List/List.js.map +1 -1
  22. package/dist/esm/{ScrollTo/Horizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.js +2 -2
  23. package/dist/esm/ScrollToHorizontal/HorizontalScrollListItem/HorizontalScrollListItem.js.map +1 -0
  24. package/dist/esm/{ScrollTo/Horizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.styles.js +1 -1
  25. package/dist/esm/ScrollToHorizontal/HorizontalScrollListItem/HorizontalScrollListItem.styles.js.map +1 -0
  26. package/dist/esm/{ScrollTo/Horizontal → ScrollToHorizontal}/ScrollToHorizontal.js +3 -3
  27. package/dist/esm/{ScrollTo/Horizontal → ScrollToHorizontal}/ScrollToHorizontal.js.map +1 -1
  28. package/dist/esm/ScrollToHorizontal/ScrollToHorizontal.styles.js.map +1 -0
  29. package/dist/esm/{ScrollTo/Vertical → ScrollToVertical}/ScrollToVertical.js +3 -3
  30. package/dist/esm/{ScrollTo/Vertical → ScrollToVertical}/ScrollToVertical.js.map +1 -1
  31. package/dist/esm/ScrollToVertical/ScrollToVertical.styles.js.map +1 -0
  32. package/dist/esm/{ScrollTo/Vertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.js +1 -1
  33. package/dist/esm/ScrollToVertical/VerticalScrollListItem/VerticalScrollListItem.js.map +1 -0
  34. package/dist/esm/{ScrollTo/Vertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.styles.js +1 -1
  35. package/dist/esm/ScrollToVertical/VerticalScrollListItem/VerticalScrollListItem.styles.js.map +1 -0
  36. package/dist/esm/hocs/withTooltip.js.map +1 -1
  37. package/dist/esm/{ScrollTo → hooks}/useScrollTo.js +9 -5
  38. package/dist/esm/hooks/useScrollTo.js.map +1 -0
  39. package/dist/esm/index.js +10 -10
  40. package/dist/esm/{ScrollTo/utils.js → utils/scroll.js} +12 -0
  41. package/dist/esm/utils/scroll.js.map +1 -0
  42. package/dist/types/index.d.ts +338 -352
  43. package/package.json +2 -2
  44. package/dist/cjs/Banner/BannerContent/ActionContainer/ActionContainer.cjs +0 -46
  45. package/dist/cjs/Banner/BannerContent/ActionContainer/ActionContainer.styles.cjs +0 -31
  46. package/dist/cjs/Banner/BannerContent/MessageContainer/MessageContainer.cjs +0 -44
  47. package/dist/cjs/Banner/BannerContent/MessageContainer/MessageContainer.styles.cjs +0 -23
  48. package/dist/esm/Banner/BannerContent/ActionContainer/ActionContainer.js +0 -47
  49. package/dist/esm/Banner/BannerContent/ActionContainer/ActionContainer.js.map +0 -1
  50. package/dist/esm/Banner/BannerContent/ActionContainer/ActionContainer.styles.js +0 -31
  51. package/dist/esm/Banner/BannerContent/ActionContainer/ActionContainer.styles.js.map +0 -1
  52. package/dist/esm/Banner/BannerContent/MessageContainer/MessageContainer.js +0 -45
  53. package/dist/esm/Banner/BannerContent/MessageContainer/MessageContainer.js.map +0 -1
  54. package/dist/esm/Banner/BannerContent/MessageContainer/MessageContainer.styles.js +0 -23
  55. package/dist/esm/Banner/BannerContent/MessageContainer/MessageContainer.styles.js.map +0 -1
  56. package/dist/esm/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.js.map +0 -1
  57. package/dist/esm/ScrollTo/Horizontal/HorizontalScrollListItem/HorizontalScrollListItem.styles.js.map +0 -1
  58. package/dist/esm/ScrollTo/Horizontal/ScrollToHorizontal.styles.js.map +0 -1
  59. package/dist/esm/ScrollTo/Vertical/ScrollToVertical.styles.js.map +0 -1
  60. package/dist/esm/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.js.map +0 -1
  61. package/dist/esm/ScrollTo/Vertical/VerticalScrollListItem/VerticalScrollListItem.styles.js.map +0 -1
  62. package/dist/esm/ScrollTo/useScrollTo.js.map +0 -1
  63. package/dist/esm/ScrollTo/utils.js.map +0 -1
  64. /package/dist/cjs/{ScrollTo/Horizontal → ScrollToHorizontal}/ScrollToHorizontal.styles.cjs +0 -0
  65. /package/dist/cjs/{ScrollTo/Vertical → ScrollToVertical}/ScrollToVertical.styles.cjs +0 -0
  66. /package/dist/esm/{ScrollTo/Horizontal → ScrollToHorizontal}/ScrollToHorizontal.styles.js +0 -0
  67. /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 {
@@ -1101,23 +1107,6 @@ export declare interface HvActionBarProps extends HvBaseProps {
1101
1107
  classes?: HvActionBarClasses;
1102
1108
  }
1103
1109
 
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
1110
  export declare interface HvActionGeneric {
1122
1111
  /** Action id. */
1123
1112
  id: string;
@@ -1401,11 +1390,13 @@ export declare type HvBannerClasses = ExtractNames<typeof useClasses_29>;
1401
1390
 
1402
1391
  export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
1403
1392
 
1404
- export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_31>;
1393
+ export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_30>;
1405
1394
 
1406
1395
  export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose"> {
1407
- /** The message to display. */
1396
+ /** The message to display. @deprecated use `children` instead */
1408
1397
  content?: string;
1398
+ /** The message to display. */
1399
+ children?: React.ReactNode;
1409
1400
  /** Variant of the snackbar. */
1410
1401
  variant?: HvBannerVariant;
1411
1402
  /** Controls if the associated icon to the variant should be shown. */
@@ -1427,7 +1418,7 @@ export declare interface HvBannerContentProps extends Omit<SnackbarContentProps,
1427
1418
  /** The position property of the header. */
1428
1419
  actionsPosition?: HvBannerActionPosition;
1429
1420
  /** The props to pass down to the Action Container. */
1430
- actionProps?: HvActionContainerProps;
1421
+ actionProps?: Partial<HvButtonProps>;
1431
1422
  /** A Jss Object used to override or extend the styles applied to the component. */
1432
1423
  classes?: HvBannerContentClasses;
1433
1424
  }
@@ -1489,7 +1480,7 @@ export declare type HvBannerVariant = "success" | "warning" | "error" | "default
1489
1480
  */
1490
1481
  export declare const HvBaseCheckBox: ForwardRefExoticComponent<Omit<HvBaseCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1491
1482
 
1492
- export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_32>;
1483
+ export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_31>;
1493
1484
 
1494
1485
  export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChange" | "classes"> {
1495
1486
  /**
@@ -1620,7 +1611,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
1620
1611
  placement?: "left" | "right";
1621
1612
  /**
1622
1613
  * Replacement for the header component.
1623
- * @deprecated use `Component` instead
1614
+ * @deprecated use `headerComponent` instead
1624
1615
  */
1625
1616
  component?: React.ReactNode;
1626
1617
  /** Replacement for the header component */
@@ -1708,7 +1699,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
1708
1699
  */
1709
1700
  export declare const HvBaseRadio: ForwardRefExoticComponent<Omit<HvBaseRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1710
1701
 
1711
- export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_33>;
1702
+ export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_32>;
1712
1703
 
1713
1704
  export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" | "classes"> {
1714
1705
  /**
@@ -1786,7 +1777,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
1786
1777
  */
1787
1778
  export declare const HvBaseSwitch: ForwardRefExoticComponent<Omit<HvBaseSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1788
1779
 
1789
- export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_34>;
1780
+ export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_33>;
1790
1781
 
1791
1782
  export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange" | "classes"> {
1792
1783
  /**
@@ -1861,6 +1852,7 @@ export { HvBaseTheme }
1861
1852
  * Customizable layout component that can be used to wrap other components.
1862
1853
  * It can be used to add styles to the wrapped components.
1863
1854
  * It can also be used to create a layout using the flexbox properties.
1855
+ * @deprecated use native elements instead (e.g. `div`)
1864
1856
  */
1865
1857
  export declare const HvBox: <C extends ElementType<any, keyof JSX_2.IntrinsicElements> = "div">(props: {
1866
1858
  style?: CSSProperties | undefined;
@@ -1883,7 +1875,7 @@ export declare type HvBoxProps<C extends React.ElementType = "div"> = Polymorphi
1883
1875
  */
1884
1876
  export declare const HvBreadCrumb: ForwardRefExoticComponent<HvBreadCrumbProps & RefAttributes<HTMLElement>>;
1885
1877
 
1886
- export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_35>;
1878
+ export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_34>;
1887
1879
 
1888
1880
  export declare interface HvBreadCrumbPathElement extends Record<string, any> {
1889
1881
  label: string;
@@ -1915,7 +1907,7 @@ export { HvBreakpoints }
1915
1907
  */
1916
1908
  export declare const HvBulkActions: ForwardRefExoticComponent<HvBulkActionsProps & RefAttributes<HTMLDivElement>>;
1917
1909
 
1918
- export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_36>;
1910
+ export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_35>;
1919
1911
 
1920
1912
  export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTAbleBulkActionsProps>;
1921
1913
 
@@ -2106,14 +2098,14 @@ export declare type HvButtonVariant = "contained" | "subtle" | "ghost" | `primar
2106
2098
 
2107
2099
  export declare const HvCalendar: (props: HvCalendarProps) => JSX_3.Element;
2108
2100
 
2109
- export declare type HvCalendarClasses = ExtractNames<typeof useClasses_38>;
2101
+ export declare type HvCalendarClasses = ExtractNames<typeof useClasses_37>;
2110
2102
 
2111
2103
  export declare const HvCalendarHeader: {
2112
2104
  (props: HvCalendarHeaderProps): JSX_3.Element;
2113
2105
  formElementType: string;
2114
2106
  };
2115
2107
 
2116
- export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_39>;
2108
+ export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_38>;
2117
2109
 
2118
2110
  export declare interface HvCalendarHeaderProps extends Pick<HvSingleCalendarProps, "id" | "value" | "locale" | "onChange" | "showEndDate" | "showDayOfWeek" | "invalidDateLabel"> {
2119
2111
  /**
@@ -2200,11 +2192,11 @@ export declare interface HvCalendarProps extends Omit<React.HTMLAttributes<HTMLD
2200
2192
  */
2201
2193
  export declare const HvCard: ForwardRefExoticComponent<HvCardProps & RefAttributes<HTMLDivElement>>;
2202
2194
 
2203
- export declare type HvCardClasses = ExtractNames<typeof useClasses_41>;
2195
+ export declare type HvCardClasses = ExtractNames<typeof useClasses_40>;
2204
2196
 
2205
2197
  export declare const HvCardContent: (props: HvCardContentProps) => JSX_3.Element;
2206
2198
 
2207
- export declare type HvCardContentClasses = ExtractNames<typeof useClasses_43>;
2199
+ export declare type HvCardContentClasses = ExtractNames<typeof useClasses_42>;
2208
2200
 
2209
2201
  export declare interface HvCardContentProps extends Omit<CardContentProps, "classes"> {
2210
2202
  /** The function that will be executed when this section is clicked. */
@@ -2215,7 +2207,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
2215
2207
 
2216
2208
  export declare const HvCardHeader: (props: HvCardHeaderProps) => JSX_3.Element;
2217
2209
 
2218
- export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_42>;
2210
+ export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_41>;
2219
2211
 
2220
2212
  export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes"> {
2221
2213
  /** The renderable content inside the title slot of the header. */
@@ -2232,7 +2224,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
2232
2224
 
2233
2225
  export declare const HvCardMedia: ({ classes: classesProp, className, children, ...others }: HvCardMediaProps) => JSX_3.Element;
2234
2226
 
2235
- export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_44>;
2227
+ export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_43>;
2236
2228
 
2237
2229
  export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, React.ImgHTMLAttributes<HTMLDivElement> {
2238
2230
  /** The title of the media. */
@@ -2271,13 +2263,13 @@ export declare interface HvCardProps extends HvBaseProps {
2271
2263
  */
2272
2264
  export declare const HvCarousel: ForwardRefExoticComponent<HvCarouselProps & RefAttributes<HTMLDivElement>>;
2273
2265
 
2274
- export declare type HvCarouselClasses = ExtractNames<typeof useClasses_45>;
2266
+ export declare type HvCarouselClasses = ExtractNames<typeof useClasses_44>;
2275
2267
 
2276
2268
  export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_3.Element;
2277
2269
 
2278
2270
  declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2279
2271
  showDots?: boolean;
2280
- classes?: ExtractNames<typeof useClasses_45>;
2272
+ classes?: ExtractNames<typeof useClasses_44>;
2281
2273
  actions?: React.ReactNode;
2282
2274
  onPreviousClick?: React.MouseEventHandler<HTMLButtonElement>;
2283
2275
  onNextClick?: React.MouseEventHandler<HTMLButtonElement>;
@@ -2332,7 +2324,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
2332
2324
  */
2333
2325
  export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_3.Element;
2334
2326
 
2335
- export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_46>;
2327
+ export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_45>;
2336
2328
 
2337
2329
  export declare interface HvCarouselSlideProps extends React.ImgHTMLAttributes<HTMLImageElement> {
2338
2330
  /** A Jss Object used to override or extend the styles applied. */
@@ -2347,7 +2339,7 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
2347
2339
 
2348
2340
  declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2349
2341
  width?: React.CSSProperties["width"];
2350
- classes?: ExtractNames<typeof useClasses_45>;
2342
+ classes?: ExtractNames<typeof useClasses_44>;
2351
2343
  onThumbnailClick?: (event: React.MouseEvent<HTMLButtonElement>, index: number) => void;
2352
2344
  thumbnailProps?: Partial<HvButtonProps>;
2353
2345
  showDots?: boolean;
@@ -2411,14 +2403,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
2411
2403
  */
2412
2404
  export declare const HvCheckBox: ForwardRefExoticComponent<Omit<HvCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
2413
2405
 
2414
- export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_37>;
2406
+ export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_36>;
2415
2407
 
2416
2408
  /**
2417
2409
  * A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
2418
2410
  */
2419
2411
  export declare const HvCheckBoxGroup: ForwardRefExoticComponent<HvCheckBoxGroupProps & RefAttributes<HTMLDivElement>>;
2420
2412
 
2421
- export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_49>;
2413
+ export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_48>;
2422
2414
 
2423
2415
  export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
2424
2416
  /**
@@ -2550,7 +2542,7 @@ export { HvColorAny }
2550
2542
  */
2551
2543
  export declare const HvColorPicker: ForwardRefExoticComponent<HvColorPickerProps & RefAttributes<HTMLDivElement>>;
2552
2544
 
2553
- export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_50>;
2545
+ export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_49>;
2554
2546
 
2555
2547
  export declare interface HvColorPickerProps {
2556
2548
  "aria-label"?: string;
@@ -2667,7 +2659,7 @@ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknow
2667
2659
  /** The container enables you to center your content horizontally and bound it to a specific breakpoint. */
2668
2660
  export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
2669
2661
 
2670
- export declare type HvContainerClasses = ExtractNames<typeof useClasses_51>;
2662
+ export declare type HvContainerClasses = ExtractNames<typeof useClasses_50>;
2671
2663
 
2672
2664
  export declare interface HvContainerProps extends Omit<ContainerProps, "classes"> {
2673
2665
  /**
@@ -2696,7 +2688,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
2696
2688
 
2697
2689
  export declare const HvControls: (props: HvControlsProps) => JSX_3.Element;
2698
2690
 
2699
- export declare type HvControlsClasses = ExtractNames<typeof useClasses_52>;
2691
+ export declare type HvControlsClasses = ExtractNames<typeof useClasses_51>;
2700
2692
 
2701
2693
  export declare interface HvControlsProps extends HvBaseProps {
2702
2694
  /**
@@ -2781,7 +2773,7 @@ export declare interface HvDateColumnCellProp {
2781
2773
  */
2782
2774
  export declare const HvDatePicker: ForwardRefExoticComponent<HvDatePickerProps & RefAttributes<HTMLDivElement>>;
2783
2775
 
2784
- export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_61>;
2776
+ export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_60>;
2785
2777
 
2786
2778
  export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onChange">, Pick<HvBaseDropdownProps, "disablePortal" | "expanded" | "defaultExpanded" | "onToggle" | "placeholder"> {
2787
2779
  /**
@@ -2867,7 +2859,7 @@ export declare type HvDatePickerStatus = HvFormStatus;
2867
2859
 
2868
2860
  export declare const HvDialog: (props: HvDialogProps) => JSX_3.Element;
2869
2861
 
2870
- export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_64>;
2862
+ export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_63>;
2871
2863
 
2872
2864
  export declare const HvDialogActions: (props: HvDialogActionsProps) => JSX_3.Element;
2873
2865
 
@@ -2878,11 +2870,11 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
2878
2870
  classes?: HvDialogActionClasses;
2879
2871
  }
2880
2872
 
2881
- export declare type HvDialogClasses = ExtractNames<typeof useClasses_65>;
2873
+ export declare type HvDialogClasses = ExtractNames<typeof useClasses_64>;
2882
2874
 
2883
2875
  export declare const HvDialogContent: (props: HvDialogContentProps) => JSX_3.Element;
2884
2876
 
2885
- export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_63>;
2877
+ export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_62>;
2886
2878
 
2887
2879
  export declare interface HvDialogContentProps extends Omit<DialogContentProps, "classes"> {
2888
2880
  /** Content should be indented in relationship to the Dialog title. */
@@ -2926,7 +2918,7 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
2926
2918
 
2927
2919
  export declare const HvDialogTitle: (props: HvDialogTitleProps) => JSX_3.Element;
2928
2920
 
2929
- export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_62>;
2921
+ export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_61>;
2930
2922
 
2931
2923
  export declare interface HvDialogTitleProps extends Omit<DialogTitleProps, "variant" | "classes"> {
2932
2924
  /** Variant of the dialog title. */
@@ -2947,7 +2939,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
2947
2939
  */
2948
2940
  export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_3.Element;
2949
2941
 
2950
- export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_66>;
2942
+ export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_65>;
2951
2943
 
2952
2944
  export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
2953
2945
  /**
@@ -2991,7 +2983,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
2991
2983
  */
2992
2984
  export declare const HvDrawer: ForwardRefExoticComponent<Omit<HvDrawerProps, "ref"> & RefAttributes<HTMLDivElement>>;
2993
2985
 
2994
- export declare type HvDrawerClasses = ExtractNames<typeof useClasses_68>;
2986
+ export declare type HvDrawerClasses = ExtractNames<typeof useClasses_67>;
2995
2987
 
2996
2988
  export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
2997
2989
  /**
@@ -3048,7 +3040,7 @@ export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
3048
3040
  */
3049
3041
  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
3042
 
3051
- export declare type HvDropdownClasses = ExtractNames<typeof useClasses_59>;
3043
+ export declare type HvDropdownClasses = ExtractNames<typeof useClasses_58>;
3052
3044
 
3053
3045
  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
3046
 
@@ -3064,7 +3056,7 @@ export declare type HvDropdownLabels = Partial<typeof DEFAULT_LABELS_7>;
3064
3056
  /** @deprecated use `HvDropdownLabels` instead */
3065
3057
  export declare type HvDropdownLabelsProps = HvDropdownLabels;
3066
3058
 
3067
- declare type HvDropdownListClasses = ExtractNames<typeof useClasses_60>;
3059
+ declare type HvDropdownListClasses = ExtractNames<typeof useClasses_59>;
3068
3060
 
3069
3061
  declare interface HvDropdownListProps {
3070
3062
  /**
@@ -3300,7 +3292,7 @@ export declare interface HvDropdownProps<Multiple extends boolean = boolean, Opt
3300
3292
 
3301
3293
  export declare type HvDropdownStatus = "standBy" | "valid" | "invalid";
3302
3294
 
3303
- declare type HvDropZoneClasses = ExtractNames<typeof useClasses_73>;
3295
+ declare type HvDropZoneClasses = ExtractNames<typeof useClasses_72>;
3304
3296
 
3305
3297
  declare type HvDropZoneLabels = Partial<typeof DEFAULT_LABELS_9>;
3306
3298
 
@@ -3344,7 +3336,7 @@ declare interface HvDropZoneProps extends Pick<HvFormElementProps, "id" | "disab
3344
3336
  */
3345
3337
  export declare const HvEmptyState: ForwardRefExoticComponent<HvEmptyStateProps & RefAttributes<HTMLDivElement>>;
3346
3338
 
3347
- export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_69>;
3339
+ export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_68>;
3348
3340
 
3349
3341
  export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "title"> {
3350
3342
  /** Icon to be presented. */
@@ -3372,7 +3364,7 @@ export { HvExtraProps }
3372
3364
 
3373
3365
  export declare const HvFile: (props: HvFileProps) => JSX_3.Element;
3374
3366
 
3375
- export declare type HvFileClasses = ExtractNames<typeof useClasses_71>;
3367
+ export declare type HvFileClasses = ExtractNames<typeof useClasses_70>;
3376
3368
 
3377
3369
  export declare interface HvFileData extends Omit<File, "name" | "size"> {
3378
3370
  /**
@@ -3440,7 +3432,7 @@ export declare type HvFilesAddedEvent = (files: HvFileData[]) => void;
3440
3432
  */
3441
3433
  export declare const HvFileUploader: (props: HvFileUploaderProps) => JSX_3.Element;
3442
3434
 
3443
- export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_72>;
3435
+ export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_71>;
3444
3436
 
3445
3437
  export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3446
3438
  /** Value of aria-label to apply to remove file button in FileList */
@@ -3453,7 +3445,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3453
3445
  */
3454
3446
  export declare const HvFileUploaderPreview: (props: HvFileUploaderPreviewProps) => JSX_3.Element;
3455
3447
 
3456
- export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_70>;
3448
+ export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_69>;
3457
3449
 
3458
3450
  export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
3459
3451
  /**
@@ -3532,9 +3524,9 @@ export declare interface HvFileUploaderProps extends HvFormElementProps {
3532
3524
  */
3533
3525
  export declare const HvFilterGroup: ForwardRefExoticComponent<HvFilterGroupProps & RefAttributes<HTMLDivElement>>;
3534
3526
 
3535
- export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_74>;
3527
+ export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_73>;
3536
3528
 
3537
- declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_75>;
3529
+ declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_74>;
3538
3530
 
3539
3531
  declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
3540
3532
  description?: React.ReactNode;
@@ -3626,6 +3618,7 @@ export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "cl
3626
3618
 
3627
3619
  export declare type HvFilterGroupValue = (string | number)[][];
3628
3620
 
3621
+ /** @deprecated internal use only. this component has navigation issues. */
3629
3622
  export declare const HvFocus: ({ classes: classesProp, children, configuration, disabledClass, selected, disabled, rootRef, focusOnClick, focusDisabled, strategy, useFalseFocus, filterClass, navigationJump, }: HvFocusProps) => JSX_3.Element;
3630
3623
 
3631
3624
  export declare type HvFocusClasses = ExtractNames<typeof useClasses_3>;
@@ -3667,7 +3660,7 @@ export declare type HvFocusStrategies = "listbox" | "menu" | "card" | "grid";
3667
3660
  */
3668
3661
  export declare const HvFooter: ForwardRefExoticComponent<HvFooterProps & RefAttributes<HTMLElement>>;
3669
3662
 
3670
- export declare type HvFooterClasses = ExtractNames<typeof useClasses_76>;
3663
+ export declare type HvFooterClasses = ExtractNames<typeof useClasses_75>;
3671
3664
 
3672
3665
  declare type HvFooterPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableFooterProps, {
3673
3666
  column: HvHeaderGroup<D, H>;
@@ -3759,7 +3752,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
3759
3752
  */
3760
3753
  export declare const HvGlobalActions: ForwardRefExoticComponent<HvGlobalActionsProps & RefAttributes<HTMLDivElement>>;
3761
3754
 
3762
- export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_77>;
3755
+ export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_76>;
3763
3756
 
3764
3757
  export declare type HvGlobalActionsHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
3765
3758
 
@@ -3811,7 +3804,7 @@ export declare type HvGlobalActionsVariant = "global" | "section";
3811
3804
  */
3812
3805
  export declare const HvGrid: ForwardRefExoticComponent<Omit<HvGridProps, "ref"> & RefAttributes<HTMLDivElement>>;
3813
3806
 
3814
- export declare type HvGridClasses = ExtractNames<typeof useClasses_78>;
3807
+ export declare type HvGridClasses = ExtractNames<typeof useClasses_77>;
3815
3808
 
3816
3809
  export declare type HvGridDirection = "row" | "row-reverse" | "column" | "column-reverse";
3817
3810
 
@@ -3911,7 +3904,7 @@ export declare const HvHeader: ForwardRefExoticComponent<HvHeaderProps & RefAttr
3911
3904
 
3912
3905
  export declare const HvHeaderActions: ForwardRefExoticComponent<HvHeaderActionsProps & RefAttributes<HTMLDivElement>>;
3913
3906
 
3914
- export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_80>;
3907
+ export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_79>;
3915
3908
 
3916
3909
  export declare interface HvHeaderActionsProps extends HvBaseProps {
3917
3910
  classes?: HvHeaderActionsClasses;
@@ -3922,7 +3915,7 @@ export declare interface HvHeaderActionsProps extends HvBaseProps {
3922
3915
  */
3923
3916
  export declare const HvHeaderBrand: ForwardRefExoticComponent<HvHeaderBrandProps & RefAttributes<HTMLDivElement>>;
3924
3917
 
3925
- export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_81>;
3918
+ export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_80>;
3926
3919
 
3927
3920
  export declare interface HvHeaderBrandProps extends HvBaseProps {
3928
3921
  logo?: React.ReactNode;
@@ -3930,7 +3923,7 @@ export declare interface HvHeaderBrandProps extends HvBaseProps {
3930
3923
  classes?: HvHeaderBrandClasses;
3931
3924
  }
3932
3925
 
3933
- export declare type HvHeaderClasses = ExtractNames<typeof useClasses_79>;
3926
+ export declare type HvHeaderClasses = ExtractNames<typeof useClasses_78>;
3934
3927
 
3935
3928
  declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends HvColumnInstance<D, H>, Omit<UseTableHeaderGroupProps<D>, "headers"> {
3936
3929
  headers: Array<HvHeaderGroup<D, H>>;
@@ -3938,7 +3931,7 @@ declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H ex
3938
3931
 
3939
3932
  export declare const HvHeaderMenuBar: (props: HvHeaderMenuBarProps) => JSX_3.Element;
3940
3933
 
3941
- declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_82>;
3934
+ declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_81>;
3942
3935
 
3943
3936
  declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3944
3937
  data: HvHeaderNavigationItemProp[];
@@ -3951,7 +3944,7 @@ declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onCl
3951
3944
 
3952
3945
  export declare const HvHeaderMenuItem: (props: HvHeaderMenuItemProps) => JSX_3.Element;
3953
3946
 
3954
- declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_83>;
3947
+ declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_82>;
3955
3948
 
3956
3949
  declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3957
3950
  item: HvHeaderNavigationItemProp;
@@ -3964,7 +3957,7 @@ declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onC
3964
3957
 
3965
3958
  export declare const HvHeaderNavigation: ForwardRefExoticComponent<HvHeaderNavigationProps & RefAttributes<HTMLElement>>;
3966
3959
 
3967
- export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_84>;
3960
+ export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_83>;
3968
3961
 
3969
3962
  export declare interface HvHeaderNavigationItemProp {
3970
3963
  id: string;
@@ -4023,7 +4016,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
4023
4016
  useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
4024
4017
  }
4025
4018
 
4026
- export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_101>;
4019
+ export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_98>;
4027
4020
 
4028
4021
  /**
4029
4022
  * The `HvIconButton` component wraps a `HvTooltip` with a label around a `HvButton` with only an icon as its content.
@@ -4122,7 +4115,7 @@ export declare const HvInlineEditor: <C extends ElementType<any, keyof JSX_2.Int
4122
4115
  ref?: PolymorphicRef<C> | undefined;
4123
4116
  } & RefAttributes<unknown>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
4124
4117
 
4125
- export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_85>;
4118
+ export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_84>;
4126
4119
 
4127
4120
  export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvInput> = PolymorphicComponentRef<C, {
4128
4121
  /** The value of the form element. */
@@ -4156,7 +4149,7 @@ export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvI
4156
4149
  */
4157
4150
  export declare const HvInput: <InputElement extends HTMLElement = HTMLInputElement | HTMLTextAreaElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
4158
4151
 
4159
- export declare type HvInputClasses = ExtractNames<typeof useClasses_47>;
4152
+ export declare type HvInputClasses = ExtractNames<typeof useClasses_46>;
4160
4153
 
4161
4154
  export declare type HvInputLabels = Partial<typeof DEFAULT_LABELS_4>;
4162
4155
 
@@ -4294,10 +4287,11 @@ export declare interface HvKnobProperty {
4294
4287
  * Key Performance Indicator is a type of performance measurement. It monitors a business indicator
4295
4288
  * and its success/failure against a given target. KPIs are the first item read on a dashboard.
4296
4289
  * Communicates simple, immediate and vital information for operational decision making.
4290
+ * @deprecated build KPIs with `HvCard`, or with your custom layouts
4297
4291
  */
4298
4292
  export declare const HvKpi: (props: HvKpiProps) => JSX_3.Element;
4299
4293
 
4300
- export declare type HvKpiClasses = ExtractNames<typeof useClasses_86>;
4294
+ export declare type HvKpiClasses = ExtractNames<typeof useClasses_85>;
4301
4295
 
4302
4296
  export declare type HvKpiLabelProps = Partial<typeof DEFAULT_LABELS_11>;
4303
4297
 
@@ -4358,7 +4352,7 @@ export declare interface HvLabelProps extends HvTypographyProps<"label"> {
4358
4352
 
4359
4353
  export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_3.Element;
4360
4354
 
4361
- export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_57>;
4355
+ export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_56>;
4362
4356
 
4363
4357
  export declare interface HvLeftControlProps extends HvBaseProps {
4364
4358
  /** if `true` the hide sort by dropdown is not rendered */
@@ -4373,9 +4367,10 @@ export declare interface HvLeftControlProps extends HvBaseProps {
4373
4367
  classes?: HvLeftControlClasses;
4374
4368
  }
4375
4369
 
4370
+ /** @deprecated use `<HvTypography link component="a" />` instead */
4376
4371
  export declare const HvLink: (props: HvLinkProps) => JSX_3.Element;
4377
4372
 
4378
- export declare type HvLinkClasses = ExtractNames<typeof useClasses_87>;
4373
+ export declare type HvLinkClasses = ExtractNames<typeof useClasses_86>;
4379
4374
 
4380
4375
  export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onClick"> {
4381
4376
  onClick?: (event: React.MouseEvent<HTMLAnchorElement>, data: any) => void;
@@ -4388,10 +4383,11 @@ export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onC
4388
4383
 
4389
4384
  /**
4390
4385
  * Component used to show a set of related data to the user.
4386
+ * @deprecated use `HvListContainer` + `HvListItem` instead
4391
4387
  */
4392
4388
  export declare const HvList: (props: HvListProps) => JSX_3.Element | null;
4393
4389
 
4394
- export declare type HvListClasses = ExtractNames<typeof useClasses_88>;
4390
+ export declare type HvListClasses = ExtractNames<typeof useClasses_87>;
4395
4391
 
4396
4392
  /**
4397
4393
  * A <b>list</b> is any enumeration of a set of items.
@@ -4545,7 +4541,7 @@ export declare interface HvListValue extends Record<string, any> {
4545
4541
  */
4546
4542
  export declare const HvLoading: ForwardRefExoticComponent<HvLoadingProps & RefAttributes<HTMLDivElement>>;
4547
4543
 
4548
- export declare type HvLoadingClasses = ExtractNames<typeof useClasses_89>;
4544
+ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_88>;
4549
4545
 
4550
4546
  /**
4551
4547
  * A component that wraps `children` with an `HvLoading` component and
@@ -4558,7 +4554,7 @@ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_89>;
4558
4554
  * */
4559
4555
  export declare const HvLoadingContainer: ForwardRefExoticComponent<HvLoadingContainerProps & RefAttributes<HTMLDivElement>>;
4560
4556
 
4561
- export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_90>;
4557
+ export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_89>;
4562
4558
 
4563
4559
  export declare interface HvLoadingContainerProps extends HvBaseProps<HTMLDivElement>, Pick<HvLoadingProps, "label" | "small" | "hidden"> {
4564
4560
  opacity?: number;
@@ -4583,7 +4579,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
4583
4579
  */
4584
4580
  export declare const HvLogin: ForwardRefExoticComponent<HvLoginProps & RefAttributes<HTMLDivElement>>;
4585
4581
 
4586
- export declare type HvLoginClasses = ExtractNames<typeof useClasses_91>;
4582
+ export declare type HvLoginClasses = ExtractNames<typeof useClasses_90>;
4587
4583
 
4588
4584
  export declare interface HvLoginProps extends HvBaseProps {
4589
4585
  /**
@@ -4613,7 +4609,7 @@ declare interface HvMetaBase<D extends object = Record<string, unknown>, H exten
4613
4609
  */
4614
4610
  export declare const HvMultiButton: (props: HvMultiButtonProps) => JSX_3.Element;
4615
4611
 
4616
- export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_92>;
4612
+ export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_91>;
4617
4613
 
4618
4614
  export declare interface HvMultiButtonProps extends HvBaseProps {
4619
4615
  /** If all the buttons are disabled. */
@@ -4688,7 +4684,7 @@ export declare interface HvOptionProps<OptionValue extends {}> extends Omit<HvLi
4688
4684
  */
4689
4685
  export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_3.Element;
4690
4686
 
4691
- export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_93>;
4687
+ export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_92>;
4692
4688
 
4693
4689
  export declare interface HvOverflowTooltipProps extends HvBaseProps {
4694
4690
  /** The node that will be rendered inside the tooltip. */
@@ -4711,7 +4707,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
4711
4707
  */
4712
4708
  export declare const HvPagination: ForwardRefExoticComponent<HvPaginationProps & RefAttributes<HTMLDivElement>>;
4713
4709
 
4714
- export declare type HvPaginationClasses = ExtractNames<typeof useClasses_48>;
4710
+ export declare type HvPaginationClasses = ExtractNames<typeof useClasses_47>;
4715
4711
 
4716
4712
  export declare type HvPaginationLabels = Partial<typeof DEFAULT_LABELS_3>;
4717
4713
 
@@ -4757,7 +4753,7 @@ export declare interface HvPaginationProps extends HvBaseProps {
4757
4753
  */
4758
4754
  export declare const HvPanel: ForwardRefExoticComponent<HvPanelProps & RefAttributes<HTMLDivElement>>;
4759
4755
 
4760
- export declare type HvPanelClasses = ExtractNames<typeof useClasses_95>;
4756
+ export declare type HvPanelClasses = ExtractNames<typeof useClasses_94>;
4761
4757
 
4762
4758
  export declare interface HvPanelProps extends HvBaseProps {
4763
4759
  /** A Jss Object used to override or extend the styles applied. */
@@ -4768,7 +4764,7 @@ export declare type HvPolarizedColorKeys = "positive" | "positive_120" | "positi
4768
4764
 
4769
4765
  export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_3.Element;
4770
4766
 
4771
- export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_96>;
4767
+ export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_95>;
4772
4768
 
4773
4769
  /**
4774
4770
  * ProgressBar provides feedback about a process that is taking place in the application.
@@ -4895,7 +4891,7 @@ export declare interface HvQueryBuilderChangedQuery extends Omit<HvQueryBuilderQ
4895
4891
  rules: Array<Omit<HvQueryBuilderQueryRule, "id"> | HvQueryBuilderChangedQuery>;
4896
4892
  }
4897
4893
 
4898
- export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_97>;
4894
+ export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_96>;
4899
4895
 
4900
4896
  declare interface HvQueryBuilderContextValue {
4901
4897
  dispatchAction: React.Dispatch<QueryAction>;
@@ -5149,7 +5145,7 @@ export declare type HvQueryBuilderRenderers = Record<string, ValueRenderer>;
5149
5145
  */
5150
5146
  export declare const HvRadio: ForwardRefExoticComponent<Omit<HvRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
5151
5147
 
5152
- export declare type HvRadioClasses = ExtractNames<typeof useClasses_98>;
5148
+ export declare type HvRadioClasses = ExtractNames<typeof useClasses_97>;
5153
5149
 
5154
5150
  /**
5155
5151
  * A group of radio buttons.
@@ -5158,7 +5154,7 @@ export declare type HvRadioClasses = ExtractNames<typeof useClasses_98>;
5158
5154
  */
5159
5155
  export declare const HvRadioGroup: ForwardRefExoticComponent<HvRadioGroupProps & RefAttributes<HTMLDivElement>>;
5160
5156
 
5161
- export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_67>;
5157
+ export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_66>;
5162
5158
 
5163
5159
  export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
5164
5160
  /**
@@ -5331,7 +5327,7 @@ export { HvRadius }
5331
5327
 
5332
5328
  export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_3.Element;
5333
5329
 
5334
- export declare type HvRightControlClasses = ExtractNames<typeof useClasses_58>;
5330
+ export declare type HvRightControlClasses = ExtractNames<typeof useClasses_57>;
5335
5331
 
5336
5332
  export declare interface HvRightControlProps extends HvBaseProps {
5337
5333
  /** if `true` the hide sort by dropdown is not rendered */
@@ -5370,10 +5366,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
5370
5366
  */
5371
5367
  export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_3.Element;
5372
5368
 
5373
- export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_102>;
5374
-
5375
- /** @deprecated use `HvScrollToOption` */
5376
- export declare type HvScrollToHorizontalOption = HvScrollToOption;
5369
+ export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_99>;
5377
5370
 
5378
5371
  export declare type HvScrollToHorizontalPositions = "sticky" | "fixed" | "relative";
5379
5372
 
@@ -5441,26 +5434,23 @@ export declare interface HvScrollToHorizontalProps extends HvBaseProps<HTMLOList
5441
5434
  classes?: HvScrollToHorizontalClasses;
5442
5435
  }
5443
5436
 
5444
- export declare interface HvScrollToOption {
5437
+ declare interface HvScrollToOption {
5445
5438
  key?: React.Key;
5446
5439
  label: string;
5447
5440
  value: string;
5448
5441
  offset?: number;
5449
5442
  }
5450
5443
 
5451
- export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bottom";
5444
+ declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bottom";
5452
5445
 
5453
5446
  /**
5454
5447
  * The vertical scroll to element can be used to quickly navigate in a page.
5455
5448
  */
5456
5449
  export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_3.Element;
5457
5450
 
5458
- export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_100>;
5459
-
5460
- /** @deprecated use `HvScrollToOption` */
5461
- export declare type HvScrollToVerticalOption = HvScrollToOption;
5451
+ export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_101>;
5462
5452
 
5463
- export declare type HvScrollToVerticalPositions = "absolute" | "fixed" | "relative";
5453
+ declare type HvScrollToVerticalPositions = "absolute" | "fixed" | "relative";
5464
5454
 
5465
5455
  export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListElement, "onChange" | "onClick"> {
5466
5456
  /** An Array of Objects with Label and Value. Label is the displayed Element and Value is the local navigation location applied */
@@ -5531,7 +5521,7 @@ export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListEl
5531
5521
  */
5532
5522
  export declare const HvSection: ForwardRefExoticComponent<HvSectionProps & RefAttributes<HTMLDivElement>>;
5533
5523
 
5534
- export declare type HvSectionClasses = ExtractNames<typeof useClasses_103>;
5524
+ export declare type HvSectionClasses = ExtractNames<typeof useClasses_102>;
5535
5525
 
5536
5526
  export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>, "title" | "onToggle"> {
5537
5527
  /** The title of the section */
@@ -5661,7 +5651,7 @@ export declare type HvSequentialColorKeys = "cat1" | "cat1_100" | "cat1_200" | "
5661
5651
 
5662
5652
  export declare const HvSimpleGrid: (props: HvSimpleGridProps) => JSX_3.Element;
5663
5653
 
5664
- export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_104>;
5654
+ export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_103>;
5665
5655
 
5666
5656
  /** Grid component that enables you to create columns of equal width and define your own breakpoints and responsive behavior. */
5667
5657
  export declare interface HvSimpleGridProps extends HvBaseProps {
@@ -5680,7 +5670,7 @@ export declare interface HvSimpleGridProps extends HvBaseProps {
5680
5670
  classes?: HvSimpleGridClasses;
5681
5671
  }
5682
5672
 
5683
- declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_40>;
5673
+ declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_39>;
5684
5674
 
5685
5675
  declare interface HvSingleCalendarProps extends Omit<HvCalendarProps, "classes"> {
5686
5676
  /**
@@ -5708,7 +5698,7 @@ export { HvSize }
5708
5698
  */
5709
5699
  export declare const HvSkeleton: (props: HvSkeletonProps) => JSX_3.Element;
5710
5700
 
5711
- export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_133>;
5701
+ export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_132>;
5712
5702
 
5713
5703
  export declare interface HvSkeletonProps extends HvBaseProps {
5714
5704
  /** Whether the skeleton element is hidden or not. */
@@ -5732,7 +5722,7 @@ export declare interface HvSkeletonProps extends HvBaseProps {
5732
5722
  */
5733
5723
  export declare const HvSlider: ForwardRefExoticComponent<HvSliderProps & RefAttributes<SliderRef>>;
5734
5724
 
5735
- export declare type HvSliderClasses = ExtractNames<typeof useClasses_105>;
5725
+ export declare type HvSliderClasses = ExtractNames<typeof useClasses_104>;
5736
5726
 
5737
5727
  export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
5738
5728
  /** The slider name. */
@@ -5832,11 +5822,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
5832
5822
  */
5833
5823
  export declare const HvSnackbar: ForwardRefExoticComponent<Omit<HvSnackbarProps, "ref"> & RefAttributes<unknown>>;
5834
5824
 
5835
- export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_106>;
5825
+ export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_105>;
5836
5826
 
5837
5827
  export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
5838
5828
 
5839
- export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_107>;
5829
+ export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_106>;
5840
5830
 
5841
5831
  export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes"> {
5842
5832
  /** The message to display. */
@@ -5912,7 +5902,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5912
5902
 
5913
5903
  export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, container, ...others }: HvSnackbarProviderProps) => JSX_3.Element;
5914
5904
 
5915
- export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_108>;
5905
+ export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_107>;
5916
5906
 
5917
5907
  export declare interface HvSnackbarProviderProps {
5918
5908
  /** Your component tree. */
@@ -5945,7 +5935,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_3.Element;
5945
5935
  export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
5946
5936
  }
5947
5937
 
5948
- export declare type HvStackClasses = ExtractNames<typeof useClasses_109>;
5938
+ export declare type HvStackClasses = ExtractNames<typeof useClasses_108>;
5949
5939
 
5950
5940
  export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
5951
5941
 
@@ -6022,7 +6012,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
6022
6012
  */
6023
6013
  export declare const HvSwitch: ForwardRefExoticComponent<Omit<HvSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
6024
6014
 
6025
- export declare type HvSwitchClasses = ExtractNames<typeof useClasses_110>;
6015
+ export declare type HvSwitchClasses = ExtractNames<typeof useClasses_109>;
6026
6016
 
6027
6017
  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
6018
 
@@ -6133,7 +6123,7 @@ export declare interface HvSwitchProps extends Omit<SwitchProps, "color" | "onCh
6133
6123
 
6134
6124
  export declare const HvTab: ForwardRefExoticComponent<Omit<HvTabProps, "ref"> & RefAttributes<HTMLDivElement>>;
6135
6125
 
6136
- export declare type HvTabClasses = ExtractNames<typeof useClasses_116>;
6126
+ export declare type HvTabClasses = ExtractNames<typeof useClasses_115>;
6137
6127
 
6138
6128
  /**
6139
6129
  * A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
@@ -6153,7 +6143,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
6153
6143
  */
6154
6144
  export declare const HvTableBody: ForwardRefExoticComponent<HvTableBodyProps & RefAttributes<HTMLElement>>;
6155
6145
 
6156
- export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_112>;
6146
+ export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_111>;
6157
6147
 
6158
6148
  export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
6159
6149
  /**
@@ -6187,7 +6177,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
6187
6177
 
6188
6178
  export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
6189
6179
 
6190
- export declare type HvTableCellClasses = ExtractNames<typeof useClasses_53>;
6180
+ export declare type HvTableCellClasses = ExtractNames<typeof useClasses_52>;
6191
6181
 
6192
6182
  export declare interface HvTableCellProps extends Omit<React.TdHTMLAttributes<HTMLTableCellElement>, "align"> {
6193
6183
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
@@ -6226,7 +6216,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
6226
6216
 
6227
6217
  export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
6228
6218
 
6229
- export declare type HvTableClasses = ExtractNames<typeof useClasses_56>;
6219
+ export declare type HvTableClasses = ExtractNames<typeof useClasses_55>;
6230
6220
 
6231
6221
  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
6222
 
@@ -6241,7 +6231,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
6241
6231
  */
6242
6232
  export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
6243
6233
 
6244
- export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_111>;
6234
+ export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_110>;
6245
6235
 
6246
6236
  export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
6247
6237
  /**
@@ -6265,14 +6255,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
6265
6255
  */
6266
6256
  export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
6267
6257
 
6268
- export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_113>;
6258
+ export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_112>;
6269
6259
 
6270
6260
  /**
6271
6261
  * `HvTableHeader` acts as a `th` element and inherits styles from its context
6272
6262
  */
6273
6263
  export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
6274
6264
 
6275
- export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_55>;
6265
+ export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_54>;
6276
6266
 
6277
6267
  export declare interface HvTableHeaderProps extends Omit<React.ThHTMLAttributes<HTMLTableCellElement>, "align"> {
6278
6268
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
@@ -6413,7 +6403,7 @@ export declare interface HvTableProps extends React.TableHTMLAttributes<HTMLTabl
6413
6403
  */
6414
6404
  export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
6415
6405
 
6416
- export declare type HvTableRowClasses = ExtractNames<typeof useClasses_54>;
6406
+ export declare type HvTableRowClasses = ExtractNames<typeof useClasses_53>;
6417
6407
 
6418
6408
  export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
6419
6409
  /** Content to be rendered */
@@ -6438,7 +6428,7 @@ export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement
6438
6428
  */
6439
6429
  export declare const HvTableSection: ForwardRefExoticComponent<HvTableSectionProps & RefAttributes<HTMLDivElement>>;
6440
6430
 
6441
- export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_132>;
6431
+ export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_131>;
6442
6432
 
6443
6433
  export declare interface HvTableSectionProps extends HvSectionProps {
6444
6434
  }
@@ -6468,7 +6458,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children"> {
6468
6458
  */
6469
6459
  export declare const HvTabs: ForwardRefExoticComponent<Omit<HvTabsProps, "ref"> & RefAttributes<HTMLDivElement>>;
6470
6460
 
6471
- export declare type HvTabsClasses = ExtractNames<typeof useClasses_115>;
6461
+ export declare type HvTabsClasses = ExtractNames<typeof useClasses_114>;
6472
6462
 
6473
6463
  export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6474
6464
  /**
@@ -6500,7 +6490,7 @@ export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6500
6490
  */
6501
6491
  export declare const HvTag: ForwardRefExoticComponent<Omit<HvTagProps, "ref"> & RefAttributes<HTMLElement>>;
6502
6492
 
6503
- export declare type HvTagClasses = ExtractNames<typeof useClasses_114>;
6493
+ export declare type HvTagClasses = ExtractNames<typeof useClasses_113>;
6504
6494
 
6505
6495
  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
6496
 
@@ -6543,7 +6533,7 @@ export declare interface HvTagProps extends Omit<HvButtonBaseProps, "type" | "co
6543
6533
  */
6544
6534
  export declare const HvTagsInput: ForwardRefExoticComponent<HvTagsInputProps & RefAttributes<HTMLUListElement>>;
6545
6535
 
6546
- export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_117>;
6536
+ export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_116>;
6547
6537
 
6548
6538
  export declare interface HvTagsInputProps extends Omit<HvInputProps, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "value" | "defaultValue"> {
6549
6539
  /** The value of the form element. */
@@ -6594,7 +6584,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
6594
6584
  */
6595
6585
  export declare const HvTextArea: ForwardRefExoticComponent<HvTextAreaProps & RefAttributes<HTMLTextAreaElement>>;
6596
6586
 
6597
- export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_118>;
6587
+ export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_117>;
6598
6588
 
6599
6589
  export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus" | "placeholder"> {
6600
6590
  /** The placeholder value of the text area. */
@@ -6776,7 +6766,7 @@ export declare const HvTimeAgo: <C extends ElementType<any, keyof JSX_2.Intrinsi
6776
6766
  ref?: PolymorphicRef<C> | undefined;
6777
6767
  } & RefAttributes<unknown>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
6778
6768
 
6779
- export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_119>;
6769
+ export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_118>;
6780
6770
 
6781
6771
  export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
6782
6772
  /**
@@ -6812,7 +6802,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
6812
6802
  */
6813
6803
  export declare const HvTimePicker: ForwardRefExoticComponent<HvTimePickerProps & RefAttributes<HTMLDivElement>>;
6814
6804
 
6815
- export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_120>;
6805
+ export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_119>;
6816
6806
 
6817
6807
  export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
6818
6808
 
@@ -6889,7 +6879,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
6889
6879
  */
6890
6880
  export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
6891
6881
 
6892
- export declare type HvTooltipClasses = ExtractNames<typeof useClasses_94>;
6882
+ export declare type HvTooltipClasses = ExtractNames<typeof useClasses_93>;
6893
6883
 
6894
6884
  export declare type HvTooltipPlacementType = TooltipProps["placement"];
6895
6885
 
@@ -6936,7 +6926,7 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
6936
6926
  containerId?: string;
6937
6927
  }
6938
6928
 
6939
- declare type HvTreeContentClasses = ExtractNames<typeof useClasses_123>;
6929
+ declare type HvTreeContentClasses = ExtractNames<typeof useClasses_122>;
6940
6930
 
6941
6931
  export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLElement> {
6942
6932
  /** className applied to the root element. */
@@ -6957,7 +6947,7 @@ export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLEle
6957
6947
 
6958
6948
  export declare const HvTreeItem: ForwardRefExoticComponent<HvTreeItemProps & RefAttributes<HTMLLIElement>>;
6959
6949
 
6960
- export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_122>;
6950
+ export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_121>;
6961
6951
 
6962
6952
  export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElement> {
6963
6953
  /** The element id */
@@ -7012,7 +7002,7 @@ export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElemen
7012
7002
  */
7013
7003
  export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
7014
7004
 
7015
- export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_121>;
7005
+ export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_120>;
7016
7006
 
7017
7007
  export declare interface HvTreeViewProps<Multiple extends boolean | undefined> extends HvBaseProps<HTMLUListElement>, DefaultTreeViewPluginParameters<Multiple> {
7018
7008
  /** A Jss Object used to override or extend the styles applied. */
@@ -7168,7 +7158,7 @@ export declare const HvVerticalNavigation: ForwardRefExoticComponent<HvVerticalN
7168
7158
 
7169
7159
  export declare const HvVerticalNavigationAction: (props: HvVerticalNavigationActionProps) => JSX_3.Element;
7170
7160
 
7171
- export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_127>;
7161
+ export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_126>;
7172
7162
 
7173
7163
  export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonProps, "classes" | "icon"> {
7174
7164
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -7181,18 +7171,18 @@ export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonPr
7181
7171
 
7182
7172
  export declare const HvVerticalNavigationActions: (props: HvVerticalNavigationActionsProps) => JSX_3.Element;
7183
7173
 
7184
- export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_126>;
7174
+ export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_125>;
7185
7175
 
7186
7176
  export declare interface HvVerticalNavigationActionsProps extends HvBaseProps {
7187
7177
  /** A Jss Object used to override or extend the styles applied to the component. */
7188
7178
  classes?: HvVerticalNavigationActionsClasses;
7189
7179
  }
7190
7180
 
7191
- export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_124>;
7181
+ export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_123>;
7192
7182
 
7193
7183
  export declare const HvVerticalNavigationHeader: (props: HvVerticalNavigationHeaderProps) => JSX_3.Element | null;
7194
7184
 
7195
- export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_125>;
7185
+ export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_124>;
7196
7186
 
7197
7187
  export declare interface HvVerticalNavigationHeaderProps extends HvBaseProps {
7198
7188
  /** The title text to show on header. */
@@ -7239,7 +7229,7 @@ export declare interface HvVerticalNavigationProps extends HvBaseProps<HTMLDivEl
7239
7229
 
7240
7230
  export declare const HvVerticalNavigationSlider: (props: HvVerticalNavigationSliderProps) => JSX_3.Element;
7241
7231
 
7242
- export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_129>;
7232
+ export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_128>;
7243
7233
 
7244
7234
  export declare interface HvVerticalNavigationSliderProps extends Omit<HvListContainerProps, "classes"> {
7245
7235
  /** A Jss Object used to override or extend the styles applied. */
@@ -7267,7 +7257,7 @@ export declare interface HvVerticalNavigationSliderProps extends Omit<HvListCont
7267
7257
 
7268
7258
  export declare const HvVerticalNavigationTree: (props: HvVerticalNavigationTreeProps) => JSX_3.Element;
7269
7259
 
7270
- export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_128>;
7260
+ export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_127>;
7271
7261
 
7272
7262
  export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange" | "onToggle"> {
7273
7263
  /** A Jss Object used to override or extend the styles applied. */
@@ -7311,11 +7301,11 @@ export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLD
7311
7301
 
7312
7302
  export declare const HvVerticalNavigationTreeView: ForwardRefExoticComponent<HvVerticalNavigationTreeViewProps & RefAttributes<HTMLUListElement>>;
7313
7303
 
7314
- export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_130>;
7304
+ export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_129>;
7315
7305
 
7316
7306
  export declare const HvVerticalNavigationTreeViewItem: ForwardRefExoticComponent<HvVerticalNavigationTreeViewItemProps & RefAttributes<unknown>>;
7317
7307
 
7318
- export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_131>;
7308
+ export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_130>;
7319
7309
 
7320
7310
  export declare interface HvVerticalNavigationTreeViewItemProps {
7321
7311
  /**
@@ -7419,7 +7409,7 @@ export declare interface HvVerticalNavigationTreeViewProps extends HvBaseProps<H
7419
7409
  disabledItemsFocusable?: boolean;
7420
7410
  }
7421
7411
 
7422
- export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_99>;
7412
+ export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_100>;
7423
7413
 
7424
7414
  /**
7425
7415
  * Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
@@ -8366,43 +8356,29 @@ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "gutter" | "
8366
8356
  readonly cx: (...args: any) => string;
8367
8357
  };
8368
8358
 
8369
- declare const useClasses_100: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
8359
+ declare const useClasses_100: (classesProp?: Partial<Record<"root" | "icon" | "button" | "text" | "notSelected", string>>, addStatic?: boolean) => {
8370
8360
  readonly classes: {
8371
8361
  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;
8362
+ icon: string;
8363
+ notSelected: string;
8383
8364
  text: string;
8384
- selected: string;
8385
- bullet: string;
8386
- bulletSelected: string;
8365
+ button: string;
8387
8366
  };
8388
8367
  readonly css: any;
8389
8368
  readonly cx: (...args: any) => string;
8390
8369
  };
8391
8370
 
8392
- declare const useClasses_102: (classesProp?: Partial<Record<"root" | "selected" | "notSelected" | "positionFixed" | "positionSticky" | "notSelectedRoot", string>>, addStatic?: boolean) => {
8371
+ declare const useClasses_101: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
8393
8372
  readonly classes: {
8394
8373
  root: string;
8395
- positionSticky: string;
8374
+ positionAbsolute: string;
8396
8375
  positionFixed: string;
8397
- notSelectedRoot: string;
8398
- notSelected: string;
8399
- selected: string;
8400
8376
  };
8401
8377
  readonly css: any;
8402
8378
  readonly cx: (...args: any) => string;
8403
8379
  };
8404
8380
 
8405
- declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8381
+ declare const useClasses_102: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8406
8382
  readonly classes: {
8407
8383
  root: string;
8408
8384
  hidden: string;
@@ -8417,7 +8393,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header"
8417
8393
  readonly cx: (...args: any) => string;
8418
8394
  };
8419
8395
 
8420
- declare const useClasses_104: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8396
+ declare const useClasses_103: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8421
8397
  readonly classes: {
8422
8398
  root: string;
8423
8399
  };
@@ -8425,7 +8401,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"root", string>>, ad
8425
8401
  readonly cx: (...args: any) => string;
8426
8402
  };
8427
8403
 
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) => {
8404
+ 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
8405
  readonly classes: {
8430
8406
  sliderBase: string;
8431
8407
  rootDisabled: string;
@@ -8450,7 +8426,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "
8450
8426
  readonly cx: (...args: any) => string;
8451
8427
  };
8452
8428
 
8453
- declare const useClasses_106: (classesProp?: Partial<Record<"root" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
8429
+ declare const useClasses_105: (classesProp?: Partial<Record<"root" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
8454
8430
  readonly classes: {
8455
8431
  root: string;
8456
8432
  anchorOriginTopRight: string;
@@ -8464,7 +8440,7 @@ declare const useClasses_106: (classesProp?: Partial<Record<"root" | "anchorOrig
8464
8440
  readonly cx: (...args: any) => string;
8465
8441
  };
8466
8442
 
8467
- declare const useClasses_107: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
8443
+ declare const useClasses_106: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
8468
8444
  readonly classes: {
8469
8445
  root: string;
8470
8446
  success: string;
@@ -8481,7 +8457,7 @@ declare const useClasses_107: (classesProp?: Partial<Record<"warning" | "root" |
8481
8457
  readonly cx: (...args: any) => string;
8482
8458
  };
8483
8459
 
8484
- declare const useClasses_108: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
8460
+ declare const useClasses_107: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
8485
8461
  readonly classes: {
8486
8462
  snackItemRoot: string;
8487
8463
  };
@@ -8489,7 +8465,7 @@ declare const useClasses_108: (classesProp?: Partial<Record<"snackItemRoot", str
8489
8465
  readonly cx: (...args: any) => string;
8490
8466
  };
8491
8467
 
8492
- declare const useClasses_109: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "divider" | "row" | "column", string>>, addStatic?: boolean) => {
8468
+ declare const useClasses_108: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "divider" | "row" | "column", string>>, addStatic?: boolean) => {
8493
8469
  readonly classes: {
8494
8470
  root: string;
8495
8471
  column: string;
@@ -8505,6 +8481,18 @@ declare const useClasses_109: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
8505
8481
  readonly cx: (...args: any) => string;
8506
8482
  };
8507
8483
 
8484
+ declare const useClasses_109: (classesProp?: Partial<Record<"label" | "root" | "invalidSwitch" | "error" | "switchContainer", string>>, addStatic?: boolean) => {
8485
+ readonly classes: {
8486
+ root: string;
8487
+ label: string;
8488
+ error: string;
8489
+ switchContainer: string;
8490
+ invalidSwitch: string;
8491
+ };
8492
+ readonly css: any;
8493
+ readonly cx: (...args: any) => string;
8494
+ };
8495
+
8508
8496
  declare const useClasses_11: (classesProp?: Partial<Record<"root" | "warningText" | "topGutter" | "defaultIcon" | "show" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
8509
8497
  readonly classes: {
8510
8498
  root: string;
@@ -8519,13 +8507,9 @@ declare const useClasses_11: (classesProp?: Partial<Record<"root" | "warningText
8519
8507
  readonly cx: (...args: any) => string;
8520
8508
  };
8521
8509
 
8522
- declare const useClasses_110: (classesProp?: Partial<Record<"label" | "root" | "invalidSwitch" | "error" | "switchContainer", string>>, addStatic?: boolean) => {
8510
+ declare const useClasses_110: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8523
8511
  readonly classes: {
8524
8512
  root: string;
8525
- label: string;
8526
- error: string;
8527
- switchContainer: string;
8528
- invalidSwitch: string;
8529
8513
  };
8530
8514
  readonly css: any;
8531
8515
  readonly cx: (...args: any) => string;
@@ -8539,15 +8523,7 @@ declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, ad
8539
8523
  readonly cx: (...args: any) => string;
8540
8524
  };
8541
8525
 
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) => {
8526
+ declare const useClasses_112: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
8551
8527
  readonly classes: {
8552
8528
  root: string;
8553
8529
  stickyHeader: string;
@@ -8556,7 +8532,7 @@ declare const useClasses_113: (classesProp?: Partial<Record<"root" | "stickyHead
8556
8532
  readonly cx: (...args: any) => string;
8557
8533
  };
8558
8534
 
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) => {
8535
+ 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
8536
  readonly classes: {
8561
8537
  root: string;
8562
8538
  categorical: string;
@@ -8578,7 +8554,7 @@ declare const useClasses_114: (classesProp?: Partial<Record<"label" | "root" | "
8578
8554
  readonly cx: (...args: any) => string;
8579
8555
  };
8580
8556
 
8581
- declare const useClasses_115: (classesProp?: Partial<Record<"root" | "floating" | "flexContainer" | "scroller" | "indicator", string>>, addStatic?: boolean) => {
8557
+ declare const useClasses_114: (classesProp?: Partial<Record<"root" | "floating" | "flexContainer" | "scroller" | "indicator", string>>, addStatic?: boolean) => {
8582
8558
  readonly classes: {
8583
8559
  root: string;
8584
8560
  indicator: string;
@@ -8590,7 +8566,7 @@ declare const useClasses_115: (classesProp?: Partial<Record<"root" | "floating"
8590
8566
  readonly cx: (...args: any) => string;
8591
8567
  };
8592
8568
 
8593
- declare const useClasses_116: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
8569
+ declare const useClasses_115: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
8594
8570
  readonly classes: {
8595
8571
  root: string;
8596
8572
  focusVisible: string;
@@ -8601,7 +8577,7 @@ declare const useClasses_116: (classesProp?: Partial<Record<"root" | "disabled"
8601
8577
  readonly cx: (...args: any) => string;
8602
8578
  };
8603
8579
 
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) => {
8580
+ 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
8581
  readonly classes: {
8606
8582
  input: string;
8607
8583
  listItemGutters: string;
@@ -8633,7 +8609,7 @@ declare const useClasses_117: (classesProp?: Partial<Record<"label" | "root" | "
8633
8609
  readonly cx: (...args: any) => string;
8634
8610
  };
8635
8611
 
8636
- declare const useClasses_118: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "input" | "error" | "description" | "labelContainer" | "invalid" | "resizable" | "inputResizable" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8612
+ declare const useClasses_117: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "input" | "error" | "description" | "labelContainer" | "invalid" | "resizable" | "inputResizable" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8637
8613
  readonly classes: {
8638
8614
  root: string;
8639
8615
  disabled: string;
@@ -8652,7 +8628,7 @@ declare const useClasses_118: (classesProp?: Partial<Record<"label" | "root" | "
8652
8628
  readonly cx: (...args: any) => string;
8653
8629
  };
8654
8630
 
8655
- declare const useClasses_119: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8631
+ declare const useClasses_118: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8656
8632
  readonly classes: {
8657
8633
  root: string;
8658
8634
  };
@@ -8660,47 +8636,47 @@ declare const useClasses_119: (classesProp?: Partial<Record<"root", string>>, ad
8660
8636
  readonly cx: (...args: any) => string;
8661
8637
  };
8662
8638
 
8663
- declare const useClasses_12: (classesProp?: Partial<Record<"label" | "root" | "panel" | "disabled" | "readOnly" | "select" | "popper" | "error" | "description" | "labelContainer" | "invalid" | "panelOpenedUp" | "panelOpenedDown", string>>, addStatic?: boolean) => {
8639
+ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8664
8640
  readonly classes: {
8665
8641
  root: string;
8666
- disabled: string;
8667
- readOnly: string;
8668
- invalid: string;
8669
8642
  labelContainer: string;
8670
8643
  label: string;
8671
8644
  description: string;
8672
- select: string;
8673
- popper: string;
8674
- panel: string;
8675
- panelOpenedUp: string;
8676
- panelOpenedDown: string;
8645
+ placeholder: string;
8646
+ placeholderDisabled: string;
8647
+ dropdownHeader: string;
8648
+ dropdownHeaderOpen: string;
8649
+ dropdownHeaderInvalid: string;
8650
+ dropdownPanel: string;
8651
+ icon: string;
8652
+ timePopperContainer: string;
8677
8653
  error: string;
8678
8654
  };
8679
8655
  readonly css: any;
8680
8656
  readonly cx: (...args: any) => string;
8681
8657
  };
8682
8658
 
8683
- declare const useClasses_120: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8659
+ declare const useClasses_12: (classesProp?: Partial<Record<"label" | "root" | "panel" | "disabled" | "readOnly" | "select" | "popper" | "error" | "description" | "labelContainer" | "invalid" | "panelOpenedUp" | "panelOpenedDown", string>>, addStatic?: boolean) => {
8684
8660
  readonly classes: {
8685
8661
  root: string;
8662
+ disabled: string;
8663
+ readOnly: string;
8664
+ invalid: string;
8686
8665
  labelContainer: string;
8687
8666
  label: string;
8688
8667
  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;
8668
+ select: string;
8669
+ popper: string;
8670
+ panel: string;
8671
+ panelOpenedUp: string;
8672
+ panelOpenedDown: string;
8697
8673
  error: string;
8698
8674
  };
8699
8675
  readonly css: any;
8700
8676
  readonly cx: (...args: any) => string;
8701
8677
  };
8702
8678
 
8703
- declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8679
+ declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8704
8680
  readonly classes: {
8705
8681
  root: string;
8706
8682
  };
@@ -8708,7 +8684,7 @@ declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, ad
8708
8684
  readonly cx: (...args: any) => string;
8709
8685
  };
8710
8686
 
8711
- declare const useClasses_122: (classesProp?: Partial<Record<"content" | "label" | "root" | "disabled" | "selected" | "expanded" | "group" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8687
+ declare const useClasses_121: (classesProp?: Partial<Record<"content" | "label" | "root" | "disabled" | "selected" | "expanded" | "group" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8712
8688
  readonly classes: {
8713
8689
  root: string;
8714
8690
  group: string;
@@ -8724,7 +8700,7 @@ declare const useClasses_122: (classesProp?: Partial<Record<"content" | "label"
8724
8700
  readonly cx: (...args: any) => string;
8725
8701
  };
8726
8702
 
8727
- declare const useClasses_123: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "selected" | "expanded" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8703
+ declare const useClasses_122: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "selected" | "expanded" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8728
8704
  readonly classes: {
8729
8705
  root: string;
8730
8706
  expanded: string;
@@ -8738,7 +8714,7 @@ declare const useClasses_123: (classesProp?: Partial<Record<"label" | "root" | "
8738
8714
  readonly cx: (...args: any) => string;
8739
8715
  };
8740
8716
 
8741
- declare const useClasses_124: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8717
+ declare const useClasses_123: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8742
8718
  readonly classes: {
8743
8719
  root: string;
8744
8720
  collapsed: string;
@@ -8749,7 +8725,7 @@ declare const useClasses_124: (classesProp?: Partial<Record<"root" | "slider" |
8749
8725
  readonly cx: (...args: any) => string;
8750
8726
  };
8751
8727
 
8752
- declare const useClasses_125: (classesProp?: Partial<Record<"root" | "title" | "backButton" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
8728
+ declare const useClasses_124: (classesProp?: Partial<Record<"root" | "title" | "backButton" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
8753
8729
  readonly classes: {
8754
8730
  root: string;
8755
8731
  minimized: string;
@@ -8761,7 +8737,7 @@ declare const useClasses_125: (classesProp?: Partial<Record<"root" | "title" | "
8761
8737
  readonly cx: (...args: any) => string;
8762
8738
  };
8763
8739
 
8764
- declare const useClasses_126: (classesProp?: Partial<Record<"root" | "hide", string>>, addStatic?: boolean) => {
8740
+ declare const useClasses_125: (classesProp?: Partial<Record<"root" | "hide", string>>, addStatic?: boolean) => {
8765
8741
  readonly classes: {
8766
8742
  root: string;
8767
8743
  hide: string;
@@ -8770,7 +8746,7 @@ declare const useClasses_126: (classesProp?: Partial<Record<"root" | "hide", str
8770
8746
  readonly cx: (...args: any) => string;
8771
8747
  };
8772
8748
 
8773
- declare const useClasses_127: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8749
+ declare const useClasses_126: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8774
8750
  readonly classes: {
8775
8751
  action: string;
8776
8752
  noIcon: string;
@@ -8780,7 +8756,7 @@ declare const useClasses_127: (classesProp?: Partial<Record<"action" | "minimize
8780
8756
  readonly cx: (...args: any) => string;
8781
8757
  };
8782
8758
 
8783
- declare const useClasses_128: (classesProp?: Partial<Record<"root" | "listItem" | "list" | "collapsed" | "popup" | "navigationPopup", string>>, addStatic?: boolean) => {
8759
+ declare const useClasses_127: (classesProp?: Partial<Record<"root" | "listItem" | "list" | "collapsed" | "popup" | "navigationPopup", string>>, addStatic?: boolean) => {
8784
8760
  readonly classes: {
8785
8761
  root: string;
8786
8762
  list: string;
@@ -8793,7 +8769,7 @@ declare const useClasses_128: (classesProp?: Partial<Record<"root" | "listItem"
8793
8769
  readonly cx: (...args: any) => string;
8794
8770
  };
8795
8771
 
8796
- declare const useClasses_129: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemDisabled" | "listItemFocus" | "listContainer" | "forwardButton", string>>, addStatic?: boolean) => {
8772
+ declare const useClasses_128: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemDisabled" | "listItemFocus" | "listContainer" | "forwardButton", string>>, addStatic?: boolean) => {
8797
8773
  readonly classes: {
8798
8774
  root: string;
8799
8775
  listItemSelected: string;
@@ -8806,6 +8782,14 @@ declare const useClasses_129: (classesProp?: Partial<Record<"root" | "listItemSe
8806
8782
  readonly cx: (...args: any) => string;
8807
8783
  };
8808
8784
 
8785
+ declare const useClasses_129: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8786
+ readonly classes: {
8787
+ root: string;
8788
+ };
8789
+ readonly css: any;
8790
+ readonly cx: (...args: any) => string;
8791
+ };
8792
+
8809
8793
  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
8794
  readonly classes: {
8811
8795
  root: string;
@@ -8829,15 +8813,7 @@ declare const useClasses_13: (classesProp?: Partial<Record<"secondary" | "primar
8829
8813
  readonly cx: (...args: any) => string;
8830
8814
  };
8831
8815
 
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) => {
8816
+ 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
8817
  readonly classes: {
8842
8818
  node: string;
8843
8819
  content: string;
@@ -8863,7 +8839,7 @@ declare const useClasses_131: (classesProp?: Partial<Record<"content" | "label"
8863
8839
  readonly cx: (...args: any) => string;
8864
8840
  };
8865
8841
 
8866
- declare const useClasses_132: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8842
+ declare const useClasses_131: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
8867
8843
  readonly classes: {
8868
8844
  root: string;
8869
8845
  header: string;
@@ -8878,7 +8854,7 @@ declare const useClasses_132: (classesProp?: Partial<Record<"content" | "header"
8878
8854
  readonly cx: (...args: any) => string;
8879
8855
  };
8880
8856
 
8881
- declare const useClasses_133: (classesProp?: Partial<Record<"content" | "root" | "circle" | "text" | "square" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8857
+ declare const useClasses_132: (classesProp?: Partial<Record<"content" | "root" | "circle" | "text" | "square" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8882
8858
  readonly classes: {
8883
8859
  root: string;
8884
8860
  content: string;
@@ -9159,18 +9135,7 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root" | "disabled" |
9159
9135
  readonly cx: (...args: any) => string;
9160
9136
  };
9161
9137
 
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) => {
9138
+ 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
9139
  readonly classes: {
9175
9140
  root: string;
9176
9141
  message: string;
@@ -9181,12 +9146,18 @@ declare const useClasses_31: (classesProp?: Partial<Record<"warning" | "root" |
9181
9146
  error: string;
9182
9147
  default: string;
9183
9148
  outContainer: string;
9149
+ messageContainer: string;
9150
+ iconContainer: string;
9151
+ messageActions: string;
9152
+ actionContainer: string;
9153
+ actionsInnerContainer: string;
9154
+ closeAction: string;
9184
9155
  };
9185
9156
  readonly css: any;
9186
9157
  readonly cx: (...args: any) => string;
9187
9158
  };
9188
9159
 
9189
- declare const useClasses_32: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "indeterminate" | "focusVisible", string>>, addStatic?: boolean) => {
9160
+ declare const useClasses_31: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "indeterminate" | "focusVisible", string>>, addStatic?: boolean) => {
9190
9161
  readonly classes: {
9191
9162
  root: string;
9192
9163
  disabled: string;
@@ -9200,7 +9171,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"root" | "disabled" |
9200
9171
  readonly cx: (...args: any) => string;
9201
9172
  };
9202
9173
 
9203
- declare const useClasses_33: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "focusVisible", string>>, addStatic?: boolean) => {
9174
+ declare const useClasses_32: (classesProp?: Partial<Record<"root" | "disabled" | "semantic" | "icon" | "checked" | "focusVisible", string>>, addStatic?: boolean) => {
9204
9175
  readonly classes: {
9205
9176
  root: string;
9206
9177
  disabled: string;
@@ -9213,7 +9184,7 @@ declare const useClasses_33: (classesProp?: Partial<Record<"root" | "disabled" |
9213
9184
  readonly cx: (...args: any) => string;
9214
9185
  };
9215
9186
 
9216
- declare const useClasses_34: (classesProp?: Partial<Record<"root" | "disabled" | "readOnly" | "switch" | "switchBase" | "track" | "checked" | "thumb" | "focusVisible", string>>, addStatic?: boolean) => {
9187
+ declare const useClasses_33: (classesProp?: Partial<Record<"root" | "disabled" | "readOnly" | "switch" | "switchBase" | "track" | "checked" | "thumb" | "focusVisible", string>>, addStatic?: boolean) => {
9217
9188
  readonly classes: {
9218
9189
  root: string;
9219
9190
  switch: string;
@@ -9229,7 +9200,7 @@ declare const useClasses_34: (classesProp?: Partial<Record<"root" | "disabled" |
9229
9200
  readonly cx: (...args: any) => string;
9230
9201
  };
9231
9202
 
9232
- declare const useClasses_35: (classesProp?: Partial<Record<"link" | "root" | "a" | "centerContainer" | "separatorContainer" | "orderedList" | "currentPage", string>>, addStatic?: boolean) => {
9203
+ declare const useClasses_34: (classesProp?: Partial<Record<"link" | "root" | "a" | "centerContainer" | "separatorContainer" | "orderedList" | "currentPage", string>>, addStatic?: boolean) => {
9233
9204
  readonly classes: {
9234
9205
  root: string;
9235
9206
  link: string;
@@ -9243,7 +9214,7 @@ declare const useClasses_35: (classesProp?: Partial<Record<"link" | "root" | "a"
9243
9214
  readonly cx: (...args: any) => string;
9244
9215
  };
9245
9216
 
9246
- declare const useClasses_36: (classesProp?: Partial<Record<"root" | "semantic" | "divider" | "actions" | "selectAllContainer" | "selectAll" | "selectAllPages", string>>, addStatic?: boolean) => {
9217
+ declare const useClasses_35: (classesProp?: Partial<Record<"root" | "semantic" | "divider" | "actions" | "selectAllContainer" | "selectAll" | "selectAllPages", string>>, addStatic?: boolean) => {
9247
9218
  readonly classes: {
9248
9219
  root: string;
9249
9220
  semantic: string;
@@ -9257,7 +9228,7 @@ declare const useClasses_36: (classesProp?: Partial<Record<"root" | "semantic" |
9257
9228
  readonly cx: (...args: any) => string;
9258
9229
  };
9259
9230
 
9260
- declare const useClasses_37: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "checkbox" | "checked" | "indeterminate" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
9231
+ declare const useClasses_36: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "checkbox" | "checked" | "indeterminate" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
9261
9232
  readonly classes: {
9262
9233
  root: string;
9263
9234
  container: string;
@@ -9275,7 +9246,7 @@ declare const useClasses_37: (classesProp?: Partial<Record<"container" | "label"
9275
9246
  readonly cx: (...args: any) => string;
9276
9247
  };
9277
9248
 
9278
- declare const useClasses_38: (classesProp?: Partial<Record<"root" | "calendarMonthlyCell" | "calendarMonthlyCellSelected" | "focusSelection" | "rangeCalendarContainer" | "singleCalendar", string>>, addStatic?: boolean) => {
9249
+ declare const useClasses_37: (classesProp?: Partial<Record<"root" | "calendarMonthlyCell" | "calendarMonthlyCellSelected" | "focusSelection" | "rangeCalendarContainer" | "singleCalendar", string>>, addStatic?: boolean) => {
9279
9250
  readonly classes: {
9280
9251
  root: string;
9281
9252
  rangeCalendarContainer: string;
@@ -9288,7 +9259,7 @@ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "calendarMon
9288
9259
  readonly cx: (...args: any) => string;
9289
9260
  };
9290
9261
 
9291
- declare const useClasses_39: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "input" | "headerDate" | "headerDayOfWeek" | "invalid" | "invalidMessageStyling", string>>, addStatic?: boolean) => {
9262
+ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "input" | "headerDate" | "headerDayOfWeek" | "invalid" | "invalidMessageStyling", string>>, addStatic?: boolean) => {
9292
9263
  readonly classes: {
9293
9264
  root: string;
9294
9265
  invalid: string;
@@ -9302,15 +9273,7 @@ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "inputBorder
9302
9273
  readonly cx: (...args: any) => string;
9303
9274
  };
9304
9275
 
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) => {
9276
+ 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
9277
  readonly classes: {
9315
9278
  root: string;
9316
9279
  calendarGrid: string;
@@ -9333,7 +9296,15 @@ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "navigationC
9333
9296
  readonly cx: (...args: any) => string;
9334
9297
  };
9335
9298
 
9336
- declare const useClasses_41: (classesProp?: Partial<Record<"root" | "icon" | "selectable" | "selected" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
9299
+ declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9300
+ readonly classes: {
9301
+ root: string;
9302
+ };
9303
+ readonly css: any;
9304
+ readonly cx: (...args: any) => string;
9305
+ };
9306
+
9307
+ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "icon" | "selectable" | "selected" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
9337
9308
  readonly classes: {
9338
9309
  root: string;
9339
9310
  selected: string;
@@ -9346,7 +9317,7 @@ declare const useClasses_41: (classesProp?: Partial<Record<"root" | "icon" | "se
9346
9317
  readonly cx: (...args: any) => string;
9347
9318
  };
9348
9319
 
9349
- declare const useClasses_42: (classesProp?: Partial<Record<"content" | "root" | "title" | "titleShort" | "subheader" | "action", string>>, addStatic?: boolean) => {
9320
+ declare const useClasses_41: (classesProp?: Partial<Record<"content" | "root" | "title" | "titleShort" | "subheader" | "action", string>>, addStatic?: boolean) => {
9350
9321
  readonly classes: {
9351
9322
  root: string;
9352
9323
  titleShort: string;
@@ -9359,7 +9330,7 @@ declare const useClasses_42: (classesProp?: Partial<Record<"content" | "root" |
9359
9330
  readonly cx: (...args: any) => string;
9360
9331
  };
9361
9332
 
9362
- declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
9333
+ declare const useClasses_42: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
9363
9334
  readonly classes: {
9364
9335
  content: string;
9365
9336
  };
@@ -9367,7 +9338,7 @@ declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>,
9367
9338
  readonly cx: (...args: any) => string;
9368
9339
  };
9369
9340
 
9370
- declare const useClasses_44: (classesProp?: Partial<Record<"root" | "media", string>>, addStatic?: boolean) => {
9341
+ declare const useClasses_43: (classesProp?: Partial<Record<"root" | "media", string>>, addStatic?: boolean) => {
9371
9342
  readonly classes: {
9372
9343
  root: string;
9373
9344
  media: string;
@@ -9376,7 +9347,7 @@ declare const useClasses_44: (classesProp?: Partial<Record<"root" | "media", str
9376
9347
  readonly cx: (...args: any) => string;
9377
9348
  };
9378
9349
 
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) => {
9350
+ 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
9351
  readonly classes: {
9381
9352
  root: string;
9382
9353
  xs: string;
@@ -9407,7 +9378,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"xs" | "root" | "pane
9407
9378
  readonly cx: (...args: any) => string;
9408
9379
  };
9409
9380
 
9410
- declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
9381
+ declare const useClasses_45: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
9411
9382
  readonly classes: {
9412
9383
  slide: string;
9413
9384
  image: string;
@@ -9416,7 +9387,7 @@ declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", st
9416
9387
  readonly cx: (...args: any) => string;
9417
9388
  };
9418
9389
 
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) => {
9390
+ 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
9391
  readonly classes: {
9421
9392
  root: string;
9422
9393
  labelContainer: string;
@@ -9442,7 +9413,7 @@ declare const useClasses_47: (classesProp?: Partial<Record<"label" | "root" | "i
9442
9413
  readonly cx: (...args: any) => string;
9443
9414
  };
9444
9415
 
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) => {
9416
+ 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
9417
  readonly classes: {
9447
9418
  root: string;
9448
9419
  pageSizeOptions: string;
@@ -9464,7 +9435,7 @@ declare const useClasses_48: (classesProp?: Partial<Record<"root" | "icon" | "pa
9464
9435
  readonly cx: (...args: any) => string;
9465
9436
  };
9466
9437
 
9467
- declare const useClasses_49: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "error" | "group" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
9438
+ declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "error" | "group" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
9468
9439
  readonly classes: {
9469
9440
  root: string;
9470
9441
  label: string;
@@ -9479,25 +9450,7 @@ declare const useClasses_49: (classesProp?: Partial<Record<"vertical" | "horizon
9479
9450
  readonly cx: (...args: any) => string;
9480
9451
  };
9481
9452
 
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) => {
9453
+ declare const useClasses_49: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "headerColorValue" | "recommendedColorsRoot" | "description" | "labelContainer" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
9501
9454
  readonly classes: {
9502
9455
  root: string;
9503
9456
  labelContainer: string;
@@ -9517,7 +9470,25 @@ declare const useClasses_50: (classesProp?: Partial<Record<"label" | "colorPicke
9517
9470
  readonly cx: (...args: any) => string;
9518
9471
  };
9519
9472
 
9520
- declare const useClasses_51: (classesProp?: Partial<Record<"root" | "fixed" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
9473
+ declare const useClasses_5: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "condensed" | "focus" | "startAdornment" | "endAdornment" | "gutters" | "interactive" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
9474
+ readonly classes: {
9475
+ root: string;
9476
+ focus: string;
9477
+ startAdornment: string;
9478
+ endAdornment: string;
9479
+ gutters: string;
9480
+ condensed: string;
9481
+ interactive: string;
9482
+ selected: string;
9483
+ disabled: string;
9484
+ withStartAdornment: string;
9485
+ withEndAdornment: string;
9486
+ };
9487
+ readonly css: any;
9488
+ readonly cx: (...args: any) => string;
9489
+ };
9490
+
9491
+ declare const useClasses_50: (classesProp?: Partial<Record<"root" | "fixed" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
9521
9492
  readonly classes: {
9522
9493
  root: string;
9523
9494
  disableGutters: string;
@@ -9532,7 +9503,7 @@ declare const useClasses_51: (classesProp?: Partial<Record<"root" | "fixed" | "d
9532
9503
  readonly cx: (...args: any) => string;
9533
9504
  };
9534
9505
 
9535
- declare const useClasses_52: (classesProp?: Partial<Record<"root" | "section" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
9506
+ declare const useClasses_51: (classesProp?: Partial<Record<"root" | "section" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
9536
9507
  readonly classes: {
9537
9508
  root: string;
9538
9509
  section: string;
@@ -9543,7 +9514,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"root" | "section" |
9543
9514
  readonly cx: (...args: any) => string;
9544
9515
  };
9545
9516
 
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) => {
9517
+ 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
9518
  readonly classes: {
9548
9519
  root: string;
9549
9520
  head: string;
@@ -9574,7 +9545,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "he
9574
9545
  readonly cx: (...args: any) => string;
9575
9546
  };
9576
9547
 
9577
- declare const useClasses_54: (classesProp?: Partial<Record<"body" | "root" | "selected" | "head" | "variantList" | "expanded" | "footer" | "hover" | "variantListHead" | "striped", string>>, addStatic?: boolean) => {
9548
+ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "root" | "selected" | "head" | "variantList" | "expanded" | "footer" | "hover" | "variantListHead" | "striped", string>>, addStatic?: boolean) => {
9578
9549
  readonly classes: {
9579
9550
  root: string;
9580
9551
  head: string;
@@ -9591,7 +9562,7 @@ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "root" | "se
9591
9562
  readonly cx: (...args: any) => string;
9592
9563
  };
9593
9564
 
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) => {
9565
+ 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
9566
  readonly classes: {
9596
9567
  root: string;
9597
9568
  head: string;
@@ -9631,7 +9602,7 @@ declare const useClasses_55: (classesProp?: Partial<Record<"body" | "root" | "he
9631
9602
  readonly cx: (...args: any) => string;
9632
9603
  };
9633
9604
 
9634
- declare const useClasses_56: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9605
+ declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9635
9606
  readonly classes: {
9636
9607
  root: string;
9637
9608
  stickyHeader: string;
@@ -9642,7 +9613,7 @@ declare const useClasses_56: (classesProp?: Partial<Record<"root" | "stickyHeade
9642
9613
  readonly cx: (...args: any) => string;
9643
9614
  };
9644
9615
 
9645
- declare const useClasses_57: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9616
+ declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9646
9617
  readonly classes: {
9647
9618
  root: string;
9648
9619
  };
@@ -9650,7 +9621,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"root", string>>, add
9650
9621
  readonly cx: (...args: any) => string;
9651
9622
  };
9652
9623
 
9653
- declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9624
+ declare const useClasses_57: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9654
9625
  readonly classes: {
9655
9626
  root: string;
9656
9627
  sortDropdown: string;
@@ -9659,7 +9630,7 @@ declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdow
9659
9630
  readonly cx: (...args: any) => string;
9660
9631
  };
9661
9632
 
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) => {
9633
+ 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
9634
  readonly classes: {
9664
9635
  root: string;
9665
9636
  labelContainer: string;
@@ -9683,18 +9654,7 @@ declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "p
9683
9654
  readonly cx: (...args: any) => string;
9684
9655
  };
9685
9656
 
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) => {
9657
+ declare const useClasses_59: (classesProp?: Partial<Record<"listContainer" | "selection" | "selectAllContainer" | "selectAll" | "rootList" | "dropdownListContainer" | "virtualized" | "searchContainer" | "listBorderDown", string>>, addStatic?: boolean) => {
9698
9658
  readonly classes: {
9699
9659
  rootList: string;
9700
9660
  dropdownListContainer: string;
@@ -9710,7 +9670,18 @@ declare const useClasses_60: (classesProp?: Partial<Record<"listContainer" | "se
9710
9670
  readonly cx: (...args: any) => string;
9711
9671
  };
9712
9672
 
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) => {
9673
+ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9674
+ readonly classes: {
9675
+ root: string;
9676
+ counterDisabled: string;
9677
+ gutter: string;
9678
+ overloaded: string;
9679
+ };
9680
+ readonly css: any;
9681
+ readonly cx: (...args: any) => string;
9682
+ };
9683
+
9684
+ 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
9685
  readonly classes: {
9715
9686
  root: string;
9716
9687
  actionContainer: string;
@@ -9734,7 +9705,7 @@ declare const useClasses_61: (classesProp?: Partial<Record<"container" | "label"
9734
9705
  readonly cx: (...args: any) => string;
9735
9706
  };
9736
9707
 
9737
- declare const useClasses_62: (classesProp?: Partial<Record<"root" | "titleText" | "fullscreen" | "messageContainer" | "textWithIcon", string>>, addStatic?: boolean) => {
9708
+ declare const useClasses_61: (classesProp?: Partial<Record<"root" | "titleText" | "messageContainer" | "fullscreen" | "textWithIcon", string>>, addStatic?: boolean) => {
9738
9709
  readonly classes: {
9739
9710
  root: string;
9740
9711
  fullscreen: string;
@@ -9746,7 +9717,7 @@ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "titleText"
9746
9717
  readonly cx: (...args: any) => string;
9747
9718
  };
9748
9719
 
9749
- declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9720
+ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9750
9721
  readonly classes: {
9751
9722
  root: string;
9752
9723
  textContent: string;
@@ -9755,7 +9726,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent
9755
9726
  readonly cx: (...args: any) => string;
9756
9727
  };
9757
9728
 
9758
- declare const useClasses_64: (classesProp?: Partial<Record<"root" | "spacing" | "fullscreen", string>>, addStatic?: boolean) => {
9729
+ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "spacing" | "fullscreen", string>>, addStatic?: boolean) => {
9759
9730
  readonly classes: {
9760
9731
  root: string;
9761
9732
  fullscreen: string;
@@ -9765,7 +9736,7 @@ declare const useClasses_64: (classesProp?: Partial<Record<"root" | "spacing" |
9765
9736
  readonly cx: (...args: any) => string;
9766
9737
  };
9767
9738
 
9768
- declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "background" | "root" | "paper" | "success" | "error" | "fullscreen" | "closeButton" | "fullHeight" | "statusBar", string>>, addStatic?: boolean) => {
9739
+ declare const useClasses_64: (classesProp?: Partial<Record<"warning" | "background" | "root" | "paper" | "success" | "error" | "fullscreen" | "closeButton" | "fullHeight" | "statusBar", string>>, addStatic?: boolean) => {
9769
9740
  readonly classes: {
9770
9741
  root: string;
9771
9742
  background: string;
@@ -9782,7 +9753,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "backgrou
9782
9753
  readonly cx: (...args: any) => string;
9783
9754
  };
9784
9755
 
9785
- declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "root" | "icon" | "radio" | "radioRoot", string>>, addStatic?: boolean) => {
9756
+ declare const useClasses_65: (classesProp?: Partial<Record<"horizontal" | "root" | "icon" | "radio" | "radioRoot", string>>, addStatic?: boolean) => {
9786
9757
  readonly classes: {
9787
9758
  root: string;
9788
9759
  horizontal: string;
@@ -9794,7 +9765,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "root"
9794
9765
  readonly cx: (...args: any) => string;
9795
9766
  };
9796
9767
 
9797
- declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "error" | "group" | "invalid", string>>, addStatic?: boolean) => {
9768
+ declare const useClasses_66: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "error" | "group" | "invalid", string>>, addStatic?: boolean) => {
9798
9769
  readonly classes: {
9799
9770
  root: string;
9800
9771
  label: string;
@@ -9808,7 +9779,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizon
9808
9779
  readonly cx: (...args: any) => string;
9809
9780
  };
9810
9781
 
9811
- declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9782
+ declare const useClasses_67: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9812
9783
  readonly classes: {
9813
9784
  root: string;
9814
9785
  paper: string;
@@ -9819,7 +9790,7 @@ declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root"
9819
9790
  readonly cx: (...args: any) => string;
9820
9791
  };
9821
9792
 
9822
- declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root" | "titleContainer" | "iconContainer" | "actionContainer" | "messageContainer" | "containerMessageOnly" | "textContainer", string>>, addStatic?: boolean) => {
9793
+ declare const useClasses_68: (classesProp?: Partial<Record<"container" | "root" | "titleContainer" | "iconContainer" | "actionContainer" | "messageContainer" | "containerMessageOnly" | "textContainer", string>>, addStatic?: boolean) => {
9823
9794
  readonly classes: {
9824
9795
  root: string;
9825
9796
  container: string;
@@ -9834,6 +9805,15 @@ declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root"
9834
9805
  readonly cx: (...args: any) => string;
9835
9806
  };
9836
9807
 
9808
+ declare const useClasses_69: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9809
+ readonly classes: {
9810
+ previewButton: string;
9811
+ overlay: string;
9812
+ };
9813
+ readonly css: any;
9814
+ readonly cx: (...args: any) => string;
9815
+ };
9816
+
9837
9817
  declare const useClasses_7: (classesProp?: Partial<Record<"root" | "disabled" | "icon" | "adornment" | "adornmentIcon" | "hideIcon" | "adornmentButton", string>>, addStatic?: boolean) => {
9838
9818
  readonly classes: {
9839
9819
  root: string;
@@ -9848,16 +9828,7 @@ declare const useClasses_7: (classesProp?: Partial<Record<"root" | "disabled" |
9848
9828
  readonly cx: (...args: any) => string;
9849
9829
  };
9850
9830
 
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) => {
9831
+ declare const useClasses_70: (classesProp?: Partial<Record<"root" | "icon" | "progressbarContainer" | "previewContainer" | "progressbar" | "removeButton" | "progressbarBack" | "nameText" | "progressTextContainer" | "fail", string>>, addStatic?: boolean) => {
9861
9832
  readonly classes: {
9862
9833
  root: string;
9863
9834
  progressbar: string;
@@ -9874,7 +9845,7 @@ declare const useClasses_71: (classesProp?: Partial<Record<"root" | "icon" | "pr
9874
9845
  readonly cx: (...args: any) => string;
9875
9846
  };
9876
9847
 
9877
- declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9848
+ declare const useClasses_71: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9878
9849
  readonly classes: {
9879
9850
  root: string;
9880
9851
  };
@@ -9882,7 +9853,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, add
9882
9853
  readonly cx: (...args: any) => string;
9883
9854
  };
9884
9855
 
9885
- declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" | "dragAction" | "dropZoneContainerDisabled" | "dropZoneLabelsGroup" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9856
+ declare const useClasses_72: (classesProp?: Partial<Record<"dropZoneContainer" | "dragAction" | "dropZoneContainerDisabled" | "dropZoneLabelsGroup" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9886
9857
  readonly classes: {
9887
9858
  dropZoneContainer: string;
9888
9859
  dropZoneLabelsGroup: string;
@@ -9900,7 +9871,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" |
9900
9871
  readonly cx: (...args: any) => string;
9901
9872
  };
9902
9873
 
9903
- declare const useClasses_74: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9874
+ declare const useClasses_73: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9904
9875
  readonly classes: {
9905
9876
  root: string;
9906
9877
  label: string;
@@ -9912,7 +9883,7 @@ declare const useClasses_74: (classesProp?: Partial<Record<"label" | "root" | "e
9912
9883
  readonly cx: (...args: any) => string;
9913
9884
  };
9914
9885
 
9915
- declare const useClasses_75: (classesProp?: Partial<Record<"space" | "header" | "root" | "panel" | "rightSidePanel" | "applyButton" | "dropdown" | "baseDropdownSelection" | "leftSidePanel" | "actionBar", string>>, addStatic?: boolean) => {
9886
+ declare const useClasses_74: (classesProp?: Partial<Record<"space" | "header" | "root" | "panel" | "rightSidePanel" | "applyButton" | "dropdown" | "baseDropdownSelection" | "leftSidePanel" | "actionBar", string>>, addStatic?: boolean) => {
9916
9887
  readonly classes: {
9917
9888
  dropdown: string;
9918
9889
  panel: string;
@@ -9929,7 +9900,7 @@ declare const useClasses_75: (classesProp?: Partial<Record<"space" | "header" |
9929
9900
  readonly cx: (...args: any) => string;
9930
9901
  };
9931
9902
 
9932
- declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "root" | "separator" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9903
+ declare const useClasses_75: (classesProp?: Partial<Record<"name" | "small" | "root" | "separator" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9933
9904
  readonly classes: {
9934
9905
  root: string;
9935
9906
  name: string;
@@ -9942,7 +9913,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "r
9942
9913
  readonly cx: (...args: any) => string;
9943
9914
  };
9944
9915
 
9945
- declare const useClasses_77: (classesProp?: Partial<Record<"name" | "root" | "section" | "wrapper" | "sectionName" | "positionFixed" | "positionSticky" | "actions" | "global" | "globalSectionArea" | "globalWrapperComplement" | "backButton", string>>, addStatic?: boolean) => {
9916
+ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "root" | "section" | "wrapper" | "sectionName" | "positionFixed" | "positionSticky" | "actions" | "global" | "globalSectionArea" | "globalWrapperComplement" | "backButton", string>>, addStatic?: boolean) => {
9946
9917
  readonly classes: {
9947
9918
  root: string;
9948
9919
  positionSticky: string;
@@ -9961,7 +9932,7 @@ declare const useClasses_77: (classesProp?: Partial<Record<"name" | "root" | "se
9961
9932
  readonly cx: (...args: any) => string;
9962
9933
  };
9963
9934
 
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) => {
9935
+ 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
9936
  readonly classes: {
9966
9937
  root: string;
9967
9938
  container: string;
@@ -10001,7 +9972,7 @@ declare const useClasses_78: (classesProp?: Partial<Record<"container" | "root"
10001
9972
  readonly cx: (...args: any) => string;
10002
9973
  };
10003
9974
 
10004
- declare const useClasses_79: (classesProp?: Partial<Record<"backgroundColor" | "header" | "root" | "fixed", string>>, addStatic?: boolean) => {
9975
+ declare const useClasses_78: (classesProp?: Partial<Record<"backgroundColor" | "header" | "root" | "fixed", string>>, addStatic?: boolean) => {
10005
9976
  readonly classes: {
10006
9977
  root: string;
10007
9978
  header: string;
@@ -10012,7 +9983,7 @@ declare const useClasses_79: (classesProp?: Partial<Record<"backgroundColor" | "
10012
9983
  readonly cx: (...args: any) => string;
10013
9984
  };
10014
9985
 
10015
- declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9986
+ declare const useClasses_79: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10016
9987
  readonly classes: {
10017
9988
  root: string;
10018
9989
  };
@@ -10020,7 +9991,7 @@ declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addS
10020
9991
  readonly cx: (...args: any) => string;
10021
9992
  };
10022
9993
 
10023
- declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9994
+ declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10024
9995
  readonly classes: {
10025
9996
  root: string;
10026
9997
  };
@@ -10028,7 +9999,7 @@ declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, add
10028
9999
  readonly cx: (...args: any) => string;
10029
10000
  };
10030
10001
 
10031
- declare const useClasses_81: (classesProp?: Partial<Record<"root" | "separator" | "brandName", string>>, addStatic?: boolean) => {
10002
+ declare const useClasses_80: (classesProp?: Partial<Record<"root" | "separator" | "brandName", string>>, addStatic?: boolean) => {
10032
10003
  readonly classes: {
10033
10004
  root: string;
10034
10005
  separator: string;
@@ -10038,7 +10009,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"root" | "separator"
10038
10009
  readonly cx: (...args: any) => string;
10039
10010
  };
10040
10011
 
10041
- declare const useClasses_82: (classesProp?: Partial<Record<"root" | "active" | "list" | "hidden" | "menu" | "menubar", string>>, addStatic?: boolean) => {
10012
+ declare const useClasses_81: (classesProp?: Partial<Record<"root" | "active" | "list" | "hidden" | "menu" | "menubar", string>>, addStatic?: boolean) => {
10042
10013
  readonly classes: {
10043
10014
  root: string;
10044
10015
  menu: string;
@@ -10051,7 +10022,7 @@ declare const useClasses_82: (classesProp?: Partial<Record<"root" | "active" | "
10051
10022
  readonly cx: (...args: any) => string;
10052
10023
  };
10053
10024
 
10054
- declare const useClasses_83: (classesProp?: Partial<Record<"link" | "root" | "selected" | "button" | "menu" | "menubar" | "item", string>>, addStatic?: boolean) => {
10025
+ declare const useClasses_82: (classesProp?: Partial<Record<"link" | "root" | "selected" | "button" | "menu" | "menubar" | "item", string>>, addStatic?: boolean) => {
10055
10026
  readonly classes: {
10056
10027
  root: string;
10057
10028
  menu: string;
@@ -10065,7 +10036,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"link" | "root" | "se
10065
10036
  readonly cx: (...args: any) => string;
10066
10037
  };
10067
10038
 
10068
- declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10039
+ declare const useClasses_83: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10069
10040
  readonly classes: {
10070
10041
  root: string;
10071
10042
  };
@@ -10073,7 +10044,7 @@ declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, add
10073
10044
  readonly cx: (...args: any) => string;
10074
10045
  };
10075
10046
 
10076
- declare const useClasses_85: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "inputRoot" | "input" | "icon" | "button" | "text" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
10047
+ declare const useClasses_84: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "inputRoot" | "input" | "icon" | "button" | "text" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
10077
10048
  readonly classes: {
10078
10049
  root: string;
10079
10050
  inputBorderContainer: string;
@@ -10090,7 +10061,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"root" | "inputBorder
10090
10061
  readonly cx: (...args: any) => string;
10091
10062
  };
10092
10063
 
10093
- declare const useClasses_86: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
10064
+ declare const useClasses_85: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
10094
10065
  readonly classes: {
10095
10066
  root: string;
10096
10067
  visualIndicatorContainer: string;
@@ -10107,7 +10078,7 @@ declare const useClasses_86: (classesProp?: Partial<Record<"root" | "visualIndic
10107
10078
  readonly cx: (...args: any) => string;
10108
10079
  };
10109
10080
 
10110
- declare const useClasses_87: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
10081
+ declare const useClasses_86: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
10111
10082
  readonly classes: {
10112
10083
  a: string;
10113
10084
  };
@@ -10115,7 +10086,7 @@ declare const useClasses_87: (classesProp?: Partial<Record<"a", string>>, addSta
10115
10086
  readonly cx: (...args: any) => string;
10116
10087
  };
10117
10088
 
10118
- declare const useClasses_88: (classesProp?: Partial<Record<"link" | "root" | "itemSelector" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "selectAllSelector", string>>, addStatic?: boolean) => {
10089
+ declare const useClasses_87: (classesProp?: Partial<Record<"link" | "root" | "itemSelector" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "selectAllSelector", string>>, addStatic?: boolean) => {
10119
10090
  readonly classes: {
10120
10091
  root: string;
10121
10092
  virtualizedRoot: string;
@@ -10132,7 +10103,7 @@ declare const useClasses_88: (classesProp?: Partial<Record<"link" | "root" | "it
10132
10103
  readonly cx: (...args: any) => string;
10133
10104
  };
10134
10105
 
10135
- declare const useClasses_89: (classesProp?: Partial<Record<"overlay" | "label" | "small" | "root" | "hidden" | "loadingBar" | "blur" | "regular" | "barContainer" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
10106
+ declare const useClasses_88: (classesProp?: Partial<Record<"overlay" | "label" | "small" | "root" | "hidden" | "loadingBar" | "blur" | "regular" | "barContainer" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
10136
10107
  readonly classes: {
10137
10108
  root: string;
10138
10109
  barContainer: string;
@@ -10150,26 +10121,26 @@ declare const useClasses_89: (classesProp?: Partial<Record<"overlay" | "label" |
10150
10121
  readonly cx: (...args: any) => string;
10151
10122
  };
10152
10123
 
10153
- declare const useClasses_9: (classesProp?: Partial<Record<"root" | "childGutter" | "labelDisabled", string>>, addStatic?: boolean) => {
10124
+ declare const useClasses_89: (classesProp?: Partial<Record<"root" | "loading", string>>, addStatic?: boolean) => {
10154
10125
  readonly classes: {
10155
10126
  root: string;
10156
- labelDisabled: string;
10157
- childGutter: string;
10127
+ loading: string;
10158
10128
  };
10159
10129
  readonly css: any;
10160
10130
  readonly cx: (...args: any) => string;
10161
10131
  };
10162
10132
 
10163
- declare const useClasses_90: (classesProp?: Partial<Record<"root" | "loading", string>>, addStatic?: boolean) => {
10133
+ declare const useClasses_9: (classesProp?: Partial<Record<"root" | "childGutter" | "labelDisabled", string>>, addStatic?: boolean) => {
10164
10134
  readonly classes: {
10165
10135
  root: string;
10166
- loading: string;
10136
+ labelDisabled: string;
10137
+ childGutter: string;
10167
10138
  };
10168
10139
  readonly css: any;
10169
10140
  readonly cx: (...args: any) => string;
10170
10141
  };
10171
10142
 
10172
- declare const useClasses_91: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
10143
+ declare const useClasses_90: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
10173
10144
  readonly classes: {
10174
10145
  root: string;
10175
10146
  formContainer: string;
@@ -10178,7 +10149,7 @@ declare const useClasses_91: (classesProp?: Partial<Record<"root" | "formContain
10178
10149
  readonly cx: (...args: any) => string;
10179
10150
  };
10180
10151
 
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) => {
10152
+ 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
10153
  readonly classes: {
10183
10154
  root: string;
10184
10155
  multiple: string;
@@ -10200,7 +10171,7 @@ declare const useClasses_92: (classesProp?: Partial<Record<"secondary" | "primar
10200
10171
  readonly cx: (...args: any) => string;
10201
10172
  };
10202
10173
 
10203
- declare const useClasses_93: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
10174
+ declare const useClasses_92: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
10204
10175
  readonly classes: {
10205
10176
  tooltipData: string;
10206
10177
  tooltipAnchor: string;
@@ -10210,7 +10181,7 @@ declare const useClasses_93: (classesProp?: Partial<Record<"tooltipData" | "tool
10210
10181
  readonly cx: (...args: any) => string;
10211
10182
  };
10212
10183
 
10213
- declare const useClasses_94: (classesProp?: Partial<Record<"color" | "root" | "title" | "popper" | "separator" | "tooltip" | "values" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
10184
+ declare const useClasses_93: (classesProp?: Partial<Record<"color" | "root" | "title" | "popper" | "separator" | "tooltip" | "values" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
10214
10185
  readonly classes: {
10215
10186
  root: string;
10216
10187
  tooltip: string;
@@ -10228,7 +10199,7 @@ declare const useClasses_94: (classesProp?: Partial<Record<"color" | "root" | "t
10228
10199
  readonly cx: (...args: any) => string;
10229
10200
  };
10230
10201
 
10231
- declare const useClasses_95: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10202
+ declare const useClasses_94: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10232
10203
  readonly classes: {
10233
10204
  root: string;
10234
10205
  };
@@ -10236,7 +10207,7 @@ declare const useClasses_95: (classesProp?: Partial<Record<"root", string>>, add
10236
10207
  readonly cx: (...args: any) => string;
10237
10208
  };
10238
10209
 
10239
- declare const useClasses_96: (classesProp?: Partial<Record<"root" | "progress" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
10210
+ declare const useClasses_95: (classesProp?: Partial<Record<"root" | "progress" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
10240
10211
  readonly classes: {
10241
10212
  root: string;
10242
10213
  progress: string;
@@ -10251,7 +10222,7 @@ declare const useClasses_96: (classesProp?: Partial<Record<"root" | "progress" |
10251
10222
  readonly cx: (...args: any) => string;
10252
10223
  };
10253
10224
 
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) => {
10225
+ 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
10226
  readonly classes: {
10256
10227
  root: string;
10257
10228
  topGroup: string;
@@ -10275,7 +10246,7 @@ declare const useClasses_97: (classesProp?: Partial<Record<"root" | "topGroup" |
10275
10246
  readonly cx: (...args: any) => string;
10276
10247
  };
10277
10248
 
10278
- declare const useClasses_98: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "radio" | "checked" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
10249
+ declare const useClasses_97: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "semantic" | "radio" | "checked" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
10279
10250
  readonly classes: {
10280
10251
  root: string;
10281
10252
  container: string;
@@ -10292,13 +10263,27 @@ declare const useClasses_98: (classesProp?: Partial<Record<"container" | "label"
10292
10263
  readonly cx: (...args: any) => string;
10293
10264
  };
10294
10265
 
10295
- declare const useClasses_99: (classesProp?: Partial<Record<"root" | "icon" | "button" | "text" | "notSelected", string>>, addStatic?: boolean) => {
10266
+ declare const useClasses_98: (classesProp?: Partial<Record<"root" | "selected" | "button" | "text" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
10296
10267
  readonly classes: {
10297
10268
  root: string;
10298
- icon: string;
10299
- notSelected: string;
10300
- text: string;
10301
10269
  button: string;
10270
+ text: string;
10271
+ selected: string;
10272
+ bullet: string;
10273
+ bulletSelected: string;
10274
+ };
10275
+ readonly css: any;
10276
+ readonly cx: (...args: any) => string;
10277
+ };
10278
+
10279
+ declare const useClasses_99: (classesProp?: Partial<Record<"root" | "selected" | "notSelected" | "positionFixed" | "positionSticky" | "notSelectedRoot", string>>, addStatic?: boolean) => {
10280
+ readonly classes: {
10281
+ root: string;
10282
+ positionSticky: string;
10283
+ positionFixed: string;
10284
+ notSelectedRoot: string;
10285
+ notSelected: string;
10286
+ selected: string;
10302
10287
  };
10303
10288
  readonly css: any;
10304
10289
  readonly cx: (...args: any) => string;
@@ -10844,6 +10829,7 @@ export declare const warningTextClasses: {
10844
10829
  topBorder: string;
10845
10830
  };
10846
10831
 
10832
+ /** @deprecated wrap your component with `HvTooltip` */
10847
10833
  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
10834
 
10849
10835
  /** @deprecated */