@hitachivantara/uikit-react-core 6.6.0 → 6.7.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.
package/dist/index.d.ts CHANGED
@@ -6,7 +6,7 @@ import { CardHeaderProps } from '@mui/material/CardHeader';
6
6
  import { CardMediaProps } from '@mui/material/CardMedia';
7
7
  import { Cell } from 'react-table';
8
8
  import { CheckboxProps } from '@mui/material/Checkbox';
9
- import { ClickAwayListenerProps } from '@mui/base';
9
+ import { ClickAwayListenerProps } from '@mui/material/ClickAwayListener';
10
10
  import { ColumnInstance } from 'react-table';
11
11
  import { ColumnInterface } from 'react-table';
12
12
  import { ComponentProps } from 'react';
@@ -47,9 +47,9 @@ import { JSX as JSX_2 } from 'react/jsx-runtime';
47
47
  import { MutableRefObject } from 'react';
48
48
  import { OptionGroupProps } from '@mui/base';
49
49
  import { OptionOwnProps } from '@mui/base';
50
+ import { OptionsGeneric } from '@popperjs/core';
50
51
  import { OptionsObject } from 'notistack';
51
- import { PopperProps } from '@mui/base';
52
- import { PopperProps as PopperProps_2 } from 'react-popper';
52
+ import { PopperProps } from '@mui/material/Popper';
53
53
  import { PropGetter } from 'react-table';
54
54
  import { PropsWithoutRef } from 'react';
55
55
  import { RadioProps } from '@mui/material/Radio';
@@ -70,6 +70,7 @@ import { SnackbarKey } from 'notistack';
70
70
  import { SnackbarOrigin } from '@mui/material/Snackbar';
71
71
  import { SnackbarProps } from '@mui/material/Snackbar';
72
72
  import { SnackbarProviderProps } from 'notistack';
73
+ import { State } from '@popperjs/core';
73
74
  import { SwitchProps } from '@mui/material/Switch';
74
75
  import { TableCellProps } from 'react-table';
75
76
  import { TableCommonProps } from 'react-table';
@@ -314,11 +315,6 @@ export declare const baseDropdownClasses: {
314
315
  selectionDisabled: string;
315
316
  placeholder: string;
316
317
  panel: string;
317
- inputExtensionOpen: string;
318
- inputExtensionLeftPosition: string;
319
- inputExtensionOpenShadow: string;
320
- inputExtensionFloatRight: string;
321
- inputExtensionFloatLeft: string;
322
318
  };
323
319
 
324
320
  export declare const baseInputClasses: {
@@ -927,7 +923,7 @@ export declare const horizontalScrollListItemClasses: {
927
923
  */
928
924
  export declare const HvAccordion: ForwardRefExoticComponent<HvAccordionProps & RefAttributes<HTMLDivElement>>;
929
925
 
930
- export declare type HvAccordionClasses = ExtractNames<typeof useClasses_20>;
926
+ export declare type HvAccordionClasses = ExtractNames<typeof useClasses_21>;
931
927
 
932
928
  export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "onChange" | "children"> {
933
929
  /** Content to be rendered. */
@@ -957,7 +953,7 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
957
953
  */
958
954
  export declare const HvActionBar: ForwardRefExoticComponent<HvActionBarProps & RefAttributes<HTMLDivElement>>;
959
955
 
960
- export declare type HvActionBarClasses = ExtractNames<typeof useClasses_21>;
956
+ export declare type HvActionBarClasses = ExtractNames<typeof useClasses_22>;
961
957
 
962
958
  export declare interface HvActionBarProps extends HvBaseProps {
963
959
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -981,7 +977,7 @@ export declare interface HvActionGeneric {
981
977
 
982
978
  export declare const HvActionsGeneric: ForwardRefExoticComponent<HvActionsGenericProps & RefAttributes<HTMLDivElement>>;
983
979
 
984
- export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_22>;
980
+ export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_23>;
985
981
 
986
982
  export declare interface HvActionsGenericProps extends HvBaseProps {
987
983
  /** The button variant for all actions. */
@@ -1057,7 +1053,7 @@ export declare interface HvAppSwitcherActionApplication {
1057
1053
  color?: HvColorAny;
1058
1054
  }
1059
1055
 
1060
- export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_25>;
1056
+ export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_26>;
1061
1057
 
1062
1058
  export declare interface HvAppSwitcherActionProps extends HvBaseProps {
1063
1059
  /** The application data to be used to render the Action object. */
@@ -1070,7 +1066,7 @@ export declare interface HvAppSwitcherActionProps extends HvBaseProps {
1070
1066
  classes?: HvAppSwitcherActionClasses;
1071
1067
  }
1072
1068
 
1073
- export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_24>;
1069
+ export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_25>;
1074
1070
 
1075
1071
  export declare interface HvAppSwitcherProps extends HvBaseProps {
1076
1072
  /** Number of columns to render. One, two, or whatever fits the component's width. */
@@ -1102,14 +1098,14 @@ export declare interface HvAppSwitcherProps extends HvBaseProps {
1102
1098
  */
1103
1099
  export declare const HvAvatar: ForwardRefExoticComponent<HvAvatarProps & RefAttributes<HTMLDivElement>>;
1104
1100
 
1105
- export declare type HvAvatarClasses = ExtractNames<typeof useClasses_26>;
1101
+ export declare type HvAvatarClasses = ExtractNames<typeof useClasses_27>;
1106
1102
 
1107
1103
  /**
1108
1104
  *The Avatar Group displays a collection of avatars, often used to represent groups or teams.
1109
1105
  */
1110
1106
  export declare const HvAvatarGroup: ForwardRefExoticComponent<HvAvatarGroupProps & RefAttributes<HTMLDivElement>>;
1111
1107
 
1112
- export declare type HvAvatarGroupClasses = ExtractNames<typeof useClasses_27>;
1108
+ export declare type HvAvatarGroupClasses = ExtractNames<typeof useClasses_28>;
1113
1109
 
1114
1110
  export declare interface HvAvatarGroupProps extends HvBaseProps {
1115
1111
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -1179,7 +1175,7 @@ export declare type HvAvatarVariant = "circular" | "square";
1179
1175
  */
1180
1176
  export declare const HvBadge: ForwardRefExoticComponent<HvBadgeProps & RefAttributes<HTMLDivElement>>;
1181
1177
 
1182
- export declare type HvBadgeClasses = ExtractNames<typeof useClasses_28>;
1178
+ export declare type HvBadgeClasses = ExtractNames<typeof useClasses_29>;
1183
1179
 
1184
1180
  export declare interface HvBadgeProps extends HvBaseProps {
1185
1181
  /** The badge color. */
@@ -1207,11 +1203,11 @@ export declare const HvBanner: ForwardRefExoticComponent<Omit<HvBannerProps, "re
1207
1203
 
1208
1204
  export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
1209
1205
 
1210
- export declare type HvBannerClasses = ExtractNames<typeof useClasses_29>;
1206
+ export declare type HvBannerClasses = ExtractNames<typeof useClasses_30>;
1211
1207
 
1212
1208
  export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
1213
1209
 
1214
- export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_31>;
1210
+ export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_32>;
1215
1211
 
1216
1212
  export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose"> {
1217
1213
  /** The message to display. @deprecated use `children` instead */
@@ -1293,7 +1289,7 @@ export declare type HvBannerVariant = HvCalloutVariant;
1293
1289
  */
1294
1290
  export declare const HvBaseCheckBox: ForwardRefExoticComponent<Omit<HvBaseCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1295
1291
 
1296
- export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_32>;
1292
+ export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_33>;
1297
1293
 
1298
1294
  export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChange" | "classes" | "color"> {
1299
1295
  /**
@@ -1415,7 +1411,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
1415
1411
  /**
1416
1412
  * An object containing props to be wired to the popper component.
1417
1413
  */
1418
- popperProps?: Partial<PopperProps_2<any>>;
1414
+ popperProps?: PopperProps["popperOptions"];
1419
1415
  /**
1420
1416
  * Placement of the dropdown.
1421
1417
  */
@@ -1443,7 +1439,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
1443
1439
  * Callback called when the dropdown is opened and ready,
1444
1440
  * commonly used to set focus to the content.
1445
1441
  */
1446
- onContainerCreation?: (container: HTMLElement | null) => void;
1442
+ onContainerCreation?: (container: HTMLElement | null, state: Partial<State>) => void;
1447
1443
  /**
1448
1444
  * Attributes applied to the dropdown header element.
1449
1445
  */
@@ -1518,7 +1514,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
1518
1514
  */
1519
1515
  export declare const HvBaseRadio: ForwardRefExoticComponent<Omit<HvBaseRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1520
1516
 
1521
- export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_33>;
1517
+ export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_34>;
1522
1518
 
1523
1519
  export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" | "classes" | "color"> {
1524
1520
  /**
@@ -1600,7 +1596,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
1600
1596
  */
1601
1597
  export declare const HvBaseSwitch: ForwardRefExoticComponent<Omit<HvBaseSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1602
1598
 
1603
- export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_34>;
1599
+ export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_35>;
1604
1600
 
1605
1601
  export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange" | "classes" | "color"> {
1606
1602
  /**
@@ -1682,7 +1678,7 @@ export { HvBaseTheme }
1682
1678
  */
1683
1679
  export declare const HvBreadCrumb: ForwardRefExoticComponent<HvBreadCrumbProps & RefAttributes<HTMLElement>>;
1684
1680
 
1685
- export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_35>;
1681
+ export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_36>;
1686
1682
 
1687
1683
  export declare interface HvBreadCrumbPathElement extends Record<string, any> {
1688
1684
  label: string;
@@ -1717,7 +1713,7 @@ export { HvBreakpoints }
1717
1713
  */
1718
1714
  export declare const HvBulkActions: ForwardRefExoticComponent<HvBulkActionsProps & RefAttributes<HTMLDivElement>>;
1719
1715
 
1720
- export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_36>;
1716
+ export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_37>;
1721
1717
 
1722
1718
  export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTableBulkActionsProps>;
1723
1719
 
@@ -1886,14 +1882,14 @@ export declare type HvButtonVariant = Variant | `${ColorVariant}${TypeSuffix}` |
1886
1882
 
1887
1883
  export declare const HvCalendar: (props: HvCalendarProps) => JSX_2.Element;
1888
1884
 
1889
- export declare type HvCalendarClasses = ExtractNames<typeof useClasses_38>;
1885
+ export declare type HvCalendarClasses = ExtractNames<typeof useClasses_39>;
1890
1886
 
1891
1887
  export declare const HvCalendarHeader: {
1892
1888
  (props: HvCalendarHeaderProps): JSX_2.Element;
1893
1889
  formElementType: string;
1894
1890
  };
1895
1891
 
1896
- export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_39>;
1892
+ export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_40>;
1897
1893
 
1898
1894
  export declare interface HvCalendarHeaderProps extends Pick<HvSingleCalendarProps, "id" | "value" | "locale" | "onChange" | "showEndDate" | "showDayOfWeek" | "invalidDateLabel"> {
1899
1895
  /**
@@ -1974,7 +1970,7 @@ export declare interface HvCalendarProps extends Omit<React.HTMLAttributes<HTMLD
1974
1970
 
1975
1971
  declare type HvCalloutActionPosition = "auto" | "inline" | "bottom-right";
1976
1972
 
1977
- declare type HvCalloutClasses = ExtractNames<typeof useClasses_30>;
1973
+ declare type HvCalloutClasses = ExtractNames<typeof useClasses_31>;
1978
1974
 
1979
1975
  declare interface HvCalloutProps extends Omit<SnackbarContentProps, "title" | "variant" | "classes" | "onClose"> {
1980
1976
  /** The title to display. */
@@ -2012,11 +2008,11 @@ declare type HvCalloutVariant = "success" | "warning" | "error" | "default" | "i
2012
2008
  */
2013
2009
  export declare const HvCard: ForwardRefExoticComponent<HvCardProps & RefAttributes<HTMLDivElement>>;
2014
2010
 
2015
- export declare type HvCardClasses = ExtractNames<typeof useClasses_41>;
2011
+ export declare type HvCardClasses = ExtractNames<typeof useClasses_42>;
2016
2012
 
2017
2013
  export declare const HvCardContent: (props: HvCardContentProps) => JSX_2.Element;
2018
2014
 
2019
- export declare type HvCardContentClasses = ExtractNames<typeof useClasses_43>;
2015
+ export declare type HvCardContentClasses = ExtractNames<typeof useClasses_44>;
2020
2016
 
2021
2017
  export declare interface HvCardContentProps extends Omit<CardContentProps, "classes"> {
2022
2018
  /** The function that will be executed when this section is clicked. */
@@ -2027,7 +2023,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
2027
2023
 
2028
2024
  export declare const HvCardHeader: (props: HvCardHeaderProps) => JSX_2.Element;
2029
2025
 
2030
- export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_42>;
2026
+ export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_43>;
2031
2027
 
2032
2028
  export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes"> {
2033
2029
  /** The renderable content inside the title slot of the header. */
@@ -2044,7 +2040,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
2044
2040
 
2045
2041
  export declare const HvCardMedia: ({ classes: classesProp, className, children, ...others }: HvCardMediaProps) => JSX_2.Element;
2046
2042
 
2047
- export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_44>;
2043
+ export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_45>;
2048
2044
 
2049
2045
  export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, React.ImgHTMLAttributes<HTMLDivElement> {
2050
2046
  /** The title of the media. */
@@ -2079,13 +2075,13 @@ export declare interface HvCardProps extends HvBaseProps {
2079
2075
  */
2080
2076
  export declare const HvCarousel: ForwardRefExoticComponent<HvCarouselProps & RefAttributes<HTMLDivElement>>;
2081
2077
 
2082
- export declare type HvCarouselClasses = ExtractNames<typeof useClasses_45>;
2078
+ export declare type HvCarouselClasses = ExtractNames<typeof useClasses_46>;
2083
2079
 
2084
2080
  export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_2.Element;
2085
2081
 
2086
2082
  declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2087
2083
  showDots?: boolean;
2088
- classes?: ExtractNames<typeof useClasses_45>;
2084
+ classes?: ExtractNames<typeof useClasses_46>;
2089
2085
  actions?: React.ReactNode;
2090
2086
  onPreviousClick?: React.MouseEventHandler<HTMLButtonElement>;
2091
2087
  onNextClick?: React.MouseEventHandler<HTMLButtonElement>;
@@ -2140,7 +2136,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
2140
2136
  */
2141
2137
  export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
2142
2138
 
2143
- export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_46>;
2139
+ export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_47>;
2144
2140
 
2145
2141
  export declare interface HvCarouselSlideProps extends React.ImgHTMLAttributes<HTMLImageElement> {
2146
2142
  /** A Jss Object used to override or extend the styles applied. */
@@ -2155,7 +2151,7 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
2155
2151
 
2156
2152
  declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2157
2153
  width?: React.CSSProperties["width"];
2158
- classes?: ExtractNames<typeof useClasses_45>;
2154
+ classes?: ExtractNames<typeof useClasses_46>;
2159
2155
  onThumbnailClick?: (event: React.MouseEvent<HTMLButtonElement>, index: number) => void;
2160
2156
  thumbnailProps?: Partial<HvButtonProps>;
2161
2157
  showDots?: boolean;
@@ -2210,14 +2206,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
2210
2206
  */
2211
2207
  export declare const HvCheckBox: ForwardRefExoticComponent<Omit<HvCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
2212
2208
 
2213
- export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_37>;
2209
+ export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_38>;
2214
2210
 
2215
2211
  /**
2216
2212
  * A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
2217
2213
  */
2218
2214
  export declare const HvCheckBoxGroup: ForwardRefExoticComponent<HvCheckBoxGroupProps & RefAttributes<HTMLDivElement>>;
2219
2215
 
2220
- export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_48>;
2216
+ export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_49>;
2221
2217
 
2222
2218
  export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
2223
2219
  /**
@@ -2349,7 +2345,7 @@ export { HvColorAny }
2349
2345
  */
2350
2346
  export declare const HvColorPicker: ForwardRefExoticComponent<HvColorPickerProps & RefAttributes<HTMLDivElement>>;
2351
2347
 
2352
- export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_49>;
2348
+ export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_50>;
2353
2349
 
2354
2350
  export declare interface HvColorPickerProps {
2355
2351
  "aria-label"?: string;
@@ -2466,7 +2462,7 @@ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknow
2466
2462
  /** The container enables you to center your content horizontally and bound it to a specific breakpoint. */
2467
2463
  export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
2468
2464
 
2469
- export declare type HvContainerClasses = ExtractNames<typeof useClasses_50>;
2465
+ export declare type HvContainerClasses = ExtractNames<typeof useClasses_51>;
2470
2466
 
2471
2467
  export declare interface HvContainerProps extends Omit<ContainerProps, "classes"> {
2472
2468
  /**
@@ -2495,7 +2491,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
2495
2491
 
2496
2492
  export declare const HvControls: (props: HvControlsProps) => JSX_2.Element;
2497
2493
 
2498
- export declare type HvControlsClasses = ExtractNames<typeof useClasses_51>;
2494
+ export declare type HvControlsClasses = ExtractNames<typeof useClasses_52>;
2499
2495
 
2500
2496
  export declare interface HvControlsProps extends HvBaseProps {
2501
2497
  /**
@@ -2553,7 +2549,7 @@ export declare interface HvDateColumnCellProp {
2553
2549
  */
2554
2550
  export declare const HvDatePicker: ForwardRefExoticComponent<HvDatePickerProps & RefAttributes<HTMLDivElement>>;
2555
2551
 
2556
- export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_61>;
2552
+ export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_62>;
2557
2553
 
2558
2554
  export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onChange">, Pick<HvBaseDropdownProps, "disablePortal" | "expanded" | "defaultExpanded" | "onToggle" | "placeholder"> {
2559
2555
  /**
@@ -2639,7 +2635,7 @@ export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onC
2639
2635
  */
2640
2636
  export declare const HvDialog: ForwardRefExoticComponent<Omit<HvDialogProps, "ref"> & RefAttributes<HTMLDivElement>>;
2641
2637
 
2642
- export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_64>;
2638
+ export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_65>;
2643
2639
 
2644
2640
  export declare const HvDialogActions: (props: HvDialogActionsProps) => JSX_2.Element;
2645
2641
 
@@ -2648,11 +2644,11 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
2648
2644
  classes?: HvDialogActionClasses;
2649
2645
  }
2650
2646
 
2651
- export declare type HvDialogClasses = ExtractNames<typeof useClasses_65>;
2647
+ export declare type HvDialogClasses = ExtractNames<typeof useClasses_66>;
2652
2648
 
2653
2649
  export declare const HvDialogContent: (props: HvDialogContentProps) => JSX_2.Element;
2654
2650
 
2655
- export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_63>;
2651
+ export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_64>;
2656
2652
 
2657
2653
  export declare interface HvDialogContentProps extends Omit<DialogContentProps, "classes"> {
2658
2654
  /** Content should be indented in relationship to the Dialog title. */
@@ -2688,7 +2684,7 @@ export declare interface HvDialogProps extends Omit<DialogProps, "classes" | "op
2688
2684
 
2689
2685
  export declare const HvDialogTitle: (props: HvDialogTitleProps) => JSX_2.Element;
2690
2686
 
2691
- export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_62>;
2687
+ export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_63>;
2692
2688
 
2693
2689
  export declare interface HvDialogTitleProps extends Omit<DialogTitleProps, "variant" | "classes"> {
2694
2690
  /** Variant of the dialog title. */
@@ -2709,7 +2705,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
2709
2705
  */
2710
2706
  export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_2.Element;
2711
2707
 
2712
- export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_66>;
2708
+ export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_67>;
2713
2709
 
2714
2710
  export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
2715
2711
  /**
@@ -2753,7 +2749,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
2753
2749
  */
2754
2750
  export declare const HvDrawer: ForwardRefExoticComponent<Omit<HvDrawerProps, "ref"> & RefAttributes<HTMLDivElement>>;
2755
2751
 
2756
- export declare type HvDrawerClasses = ExtractNames<typeof useClasses_68>;
2752
+ export declare type HvDrawerClasses = ExtractNames<typeof useClasses_69>;
2757
2753
 
2758
2754
  export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
2759
2755
  /**
@@ -2805,7 +2801,7 @@ export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
2805
2801
  */
2806
2802
  export declare const HvDropdown: <Multiple extends boolean = false, OptionValue extends HvListValue = HvListValue>(props: HvDropdownProps<Multiple, OptionValue> & RefAttributes<HTMLDivElement>) => React.ReactNode;
2807
2803
 
2808
- export declare type HvDropdownClasses = ExtractNames<typeof useClasses_59>;
2804
+ export declare type HvDropdownClasses = ExtractNames<typeof useClasses_60>;
2809
2805
 
2810
2806
  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>;
2811
2807
 
@@ -2816,7 +2812,7 @@ export declare interface HvDropdownColumnCellProp extends HvDropdownProps<false>
2816
2812
 
2817
2813
  export declare type HvDropdownLabels = Partial<typeof DEFAULT_LABELS_7>;
2818
2814
 
2819
- declare type HvDropdownListClasses = ExtractNames<typeof useClasses_60>;
2815
+ declare type HvDropdownListClasses = ExtractNames<typeof useClasses_61>;
2820
2816
 
2821
2817
  declare interface HvDropdownListProps {
2822
2818
  /**
@@ -2880,6 +2876,7 @@ declare interface HvDropdownListProps {
2880
2876
  * Experimental. Uses dropdown in a virtualized form, where not all options are rendered initially. Good for use cases with a lot of options.
2881
2877
  */
2882
2878
  virtualized?: boolean;
2879
+ popperStyles?: CSSStyleDeclaration;
2883
2880
  }
2884
2881
 
2885
2882
  /**
@@ -2887,7 +2884,7 @@ declare interface HvDropdownListProps {
2887
2884
  */
2888
2885
  export declare const HvDropDownMenu: ForwardRefExoticComponent<HvDropDownMenuProps & RefAttributes<HTMLDivElement>>;
2889
2886
 
2890
- export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_23>;
2887
+ export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_24>;
2891
2888
 
2892
2889
  export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick" | "onToggle"> {
2893
2890
  /** Icon. */
@@ -2928,6 +2925,17 @@ export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement,
2928
2925
  labels?: Partial<typeof DEFAULT_LABELS>;
2929
2926
  }
2930
2927
 
2928
+ export declare const HvDropdownPanel: (props: HvDropdownPanelProps) => JSX_2.Element;
2929
+
2930
+ export declare interface HvDropdownPanelProps extends Omit<PopperProps, "children">, Pick<HvBaseDropdownProps, "disablePortal" | "children"> {
2931
+ variableWidth?: boolean;
2932
+ classes?: ExtractNames<typeof useClasses_20>;
2933
+ containerId?: string;
2934
+ onToggle?: (event: any) => void;
2935
+ onFirstUpdate?: OptionsGeneric<any>["onFirstUpdate"];
2936
+ onClickAway: ClickAwayListenerProps["onClickAway"];
2937
+ }
2938
+
2931
2939
  export declare interface HvDropdownProps<Multiple extends boolean = boolean, OptionValue extends HvListValue = HvListValue> extends Omit<HvFormElementProps, "value" | "onChange">, Pick<HvBaseDropdownProps, "placement" | "popperProps" | "disablePortal" | "variableWidth" | "expanded" | "defaultExpanded"> {
2932
2940
  /**
2933
2941
  * A Jss Object used to override or extend the component styles applied.
@@ -3039,7 +3047,7 @@ export declare interface HvDropdownProps<Multiple extends boolean = boolean, Opt
3039
3047
 
3040
3048
  export declare type HvDropdownStatus = "standBy" | "valid" | "invalid";
3041
3049
 
3042
- declare type HvDropZoneClasses = ExtractNames<typeof useClasses_73>;
3050
+ declare type HvDropZoneClasses = ExtractNames<typeof useClasses_74>;
3043
3051
 
3044
3052
  declare type HvDropZoneLabels = Partial<typeof DEFAULT_LABELS_9>;
3045
3053
 
@@ -3083,7 +3091,7 @@ declare interface HvDropZoneProps extends Pick<HvFormElementProps, "id" | "disab
3083
3091
  */
3084
3092
  export declare const HvEmptyState: ForwardRefExoticComponent<HvEmptyStateProps & RefAttributes<HTMLDivElement>>;
3085
3093
 
3086
- export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_69>;
3094
+ export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_70>;
3087
3095
 
3088
3096
  export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "title"> {
3089
3097
  /** Icon to be presented. */
@@ -3102,7 +3110,7 @@ export declare function hvExpandColumn<D extends object = Record<string, unknown
3102
3110
 
3103
3111
  export declare const HvFile: (props: HvFileProps) => JSX_2.Element;
3104
3112
 
3105
- export declare type HvFileClasses = ExtractNames<typeof useClasses_71>;
3113
+ export declare type HvFileClasses = ExtractNames<typeof useClasses_72>;
3106
3114
 
3107
3115
  export declare interface HvFileData extends Omit<File, "name" | "size"> {
3108
3116
  /**
@@ -3168,7 +3176,7 @@ export declare type HvFilesAddedEvent = (files: HvFileData[]) => void;
3168
3176
  */
3169
3177
  export declare const HvFileUploader: (props: HvFileUploaderProps) => JSX_2.Element;
3170
3178
 
3171
- export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_72>;
3179
+ export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_73>;
3172
3180
 
3173
3181
  export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3174
3182
  /** Value of aria-label to apply to remove file button in FileList */
@@ -3181,7 +3189,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3181
3189
  */
3182
3190
  export declare const HvFileUploaderPreview: (props: HvFileUploaderPreviewProps) => string | number | boolean | Iterable<ReactNode> | JSX_2.Element | null | undefined;
3183
3191
 
3184
- export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_70>;
3192
+ export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_71>;
3185
3193
 
3186
3194
  export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
3187
3195
  /**
@@ -3256,9 +3264,9 @@ export declare interface HvFileUploaderProps extends HvFormElementProps {
3256
3264
  */
3257
3265
  export declare const HvFilterGroup: ForwardRefExoticComponent<HvFilterGroupProps & RefAttributes<HTMLDivElement>>;
3258
3266
 
3259
- export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_74>;
3267
+ export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_75>;
3260
3268
 
3261
- declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_75>;
3269
+ declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_76>;
3262
3270
 
3263
3271
  declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
3264
3272
  description?: React.ReactNode;
@@ -3356,7 +3364,7 @@ export declare type HvFilterGroupValue = (string | number)[][];
3356
3364
  */
3357
3365
  export declare const HvFooter: ForwardRefExoticComponent<HvFooterProps & RefAttributes<HTMLElement>>;
3358
3366
 
3359
- export declare type HvFooterClasses = ExtractNames<typeof useClasses_76>;
3367
+ export declare type HvFooterClasses = ExtractNames<typeof useClasses_77>;
3360
3368
 
3361
3369
  declare type HvFooterPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableFooterProps, {
3362
3370
  column: HvHeaderGroup<D, H>;
@@ -3457,7 +3465,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
3457
3465
  */
3458
3466
  export declare const HvGlobalActions: ForwardRefExoticComponent<HvGlobalActionsProps & RefAttributes<HTMLDivElement>>;
3459
3467
 
3460
- export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_77>;
3468
+ export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_78>;
3461
3469
 
3462
3470
  export declare type HvGlobalActionsHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
3463
3471
 
@@ -3506,7 +3514,7 @@ export declare interface HvGridBreakpoint {
3506
3514
  spacing?: HvBreakpoints;
3507
3515
  }
3508
3516
 
3509
- export declare type HvGridClasses = ExtractNames<typeof useClasses_78>;
3517
+ export declare type HvGridClasses = ExtractNames<typeof useClasses_79>;
3510
3518
 
3511
3519
  export declare type HvGridDirection = "row" | "row-reverse" | "column" | "column-reverse";
3512
3520
 
@@ -3606,7 +3614,7 @@ export declare const HvHeader: ForwardRefExoticComponent<HvHeaderProps & RefAttr
3606
3614
 
3607
3615
  export declare const HvHeaderActions: ForwardRefExoticComponent<HvHeaderActionsProps & RefAttributes<HTMLDivElement>>;
3608
3616
 
3609
- export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_80>;
3617
+ export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_81>;
3610
3618
 
3611
3619
  export declare interface HvHeaderActionsProps extends HvBaseProps {
3612
3620
  classes?: HvHeaderActionsClasses;
@@ -3617,7 +3625,7 @@ export declare interface HvHeaderActionsProps extends HvBaseProps {
3617
3625
  */
3618
3626
  export declare const HvHeaderBrand: ForwardRefExoticComponent<HvHeaderBrandProps & RefAttributes<HTMLDivElement>>;
3619
3627
 
3620
- export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_81>;
3628
+ export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_82>;
3621
3629
 
3622
3630
  export declare interface HvHeaderBrandProps extends HvBaseProps {
3623
3631
  logo?: React.ReactNode;
@@ -3625,7 +3633,7 @@ export declare interface HvHeaderBrandProps extends HvBaseProps {
3625
3633
  classes?: HvHeaderBrandClasses;
3626
3634
  }
3627
3635
 
3628
- export declare type HvHeaderClasses = ExtractNames<typeof useClasses_79>;
3636
+ export declare type HvHeaderClasses = ExtractNames<typeof useClasses_80>;
3629
3637
 
3630
3638
  declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends HvColumnInstance<D, H>, Omit<UseTableHeaderGroupProps<D>, "headers"> {
3631
3639
  headers: Array<HvHeaderGroup<D, H>>;
@@ -3633,7 +3641,7 @@ declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H ex
3633
3641
 
3634
3642
  export declare const HvHeaderMenuBar: (props: HvHeaderMenuBarProps) => JSX_2.Element;
3635
3643
 
3636
- declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_82>;
3644
+ declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_83>;
3637
3645
 
3638
3646
  declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3639
3647
  data: HvHeaderNavigationItemProp[];
@@ -3646,7 +3654,7 @@ declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onCl
3646
3654
 
3647
3655
  export declare const HvHeaderMenuItem: (props: HvHeaderMenuItemProps) => JSX_2.Element;
3648
3656
 
3649
- declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_83>;
3657
+ declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_84>;
3650
3658
 
3651
3659
  declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3652
3660
  item: HvHeaderNavigationItemProp;
@@ -3659,7 +3667,7 @@ declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onC
3659
3667
 
3660
3668
  export declare const HvHeaderNavigation: ForwardRefExoticComponent<HvHeaderNavigationProps & RefAttributes<HTMLElement>>;
3661
3669
 
3662
- export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_84>;
3670
+ export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_85>;
3663
3671
 
3664
3672
  export declare interface HvHeaderNavigationItemProp {
3665
3673
  id: string;
@@ -3718,7 +3726,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
3718
3726
  useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
3719
3727
  }
3720
3728
 
3721
- export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_97>;
3729
+ export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_98>;
3722
3730
 
3723
3731
  /**
3724
3732
  * The `HvIconButton` component wraps a `HvTooltip` with a label around a `HvButton` with only an icon as its content.
@@ -3856,7 +3864,7 @@ export declare const HvInlineEditor: <C extends React.ElementType = <InputElemen
3856
3864
  ref?: PolymorphicRef<C> | undefined;
3857
3865
  } & RefAttributes<unknown>) => React.ReactNode;
3858
3866
 
3859
- export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_85>;
3867
+ export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_86>;
3860
3868
 
3861
3869
  export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvInput> = PolymorphicComponentRef<C, {
3862
3870
  /** The value of the form element. */
@@ -3890,7 +3898,7 @@ export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvI
3890
3898
  */
3891
3899
  export declare const HvInput: <InputElement extends HTMLElement = HTMLTextAreaElement | HTMLInputElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactNode;
3892
3900
 
3893
- export declare type HvInputClasses = ExtractNames<typeof useClasses_57>;
3901
+ export declare type HvInputClasses = ExtractNames<typeof useClasses_58>;
3894
3902
 
3895
3903
  export declare type HvInputLabels = Partial<typeof DEFAULT_LABELS_6>;
3896
3904
 
@@ -4049,7 +4057,7 @@ export declare interface HvLabelProps extends HvTypographyProps<"label"> {
4049
4057
 
4050
4058
  export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_2.Element;
4051
4059
 
4052
- export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_56>;
4060
+ export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_57>;
4053
4061
 
4054
4062
  export declare interface HvLeftControlProps extends HvBaseProps {
4055
4063
  /** if `true` the hide sort by dropdown is not rendered */
@@ -4070,7 +4078,7 @@ export declare interface HvLeftControlProps extends HvBaseProps {
4070
4078
  */
4071
4079
  export declare const HvList: (props: HvListProps) => JSX_2.Element | null;
4072
4080
 
4073
- export declare type HvListClasses = ExtractNames<typeof useClasses_86>;
4081
+ export declare type HvListClasses = ExtractNames<typeof useClasses_87>;
4074
4082
 
4075
4083
  /**
4076
4084
  * A **list** is any enumeration of a set of items.
@@ -4222,7 +4230,7 @@ export declare interface HvListValue extends Record<string, any> {
4222
4230
  */
4223
4231
  export declare const HvLoading: ForwardRefExoticComponent<HvLoadingProps & RefAttributes<HTMLDivElement>>;
4224
4232
 
4225
- export declare type HvLoadingClasses = ExtractNames<typeof useClasses_87>;
4233
+ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_88>;
4226
4234
 
4227
4235
  /**
4228
4236
  * A component that wraps `children` with an `HvLoading` component and
@@ -4235,7 +4243,7 @@ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_87>;
4235
4243
  * */
4236
4244
  export declare const HvLoadingContainer: ForwardRefExoticComponent<HvLoadingContainerProps & RefAttributes<HTMLDivElement>>;
4237
4245
 
4238
- export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_88>;
4246
+ export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_89>;
4239
4247
 
4240
4248
  export declare interface HvLoadingContainerProps extends HvBaseProps<HTMLDivElement>, Pick<HvLoadingProps, "label" | "small" | "hidden"> {
4241
4249
  opacity?: number;
@@ -4260,7 +4268,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
4260
4268
  */
4261
4269
  export declare const HvLogin: ForwardRefExoticComponent<HvLoginProps & RefAttributes<HTMLDivElement>>;
4262
4270
 
4263
- export declare type HvLoginClasses = ExtractNames<typeof useClasses_89>;
4271
+ export declare type HvLoginClasses = ExtractNames<typeof useClasses_90>;
4264
4272
 
4265
4273
  export declare interface HvLoginProps extends HvBaseProps {
4266
4274
  /**
@@ -4290,7 +4298,7 @@ declare interface HvMetaBase<D extends object = Record<string, unknown>, H exten
4290
4298
  */
4291
4299
  export declare const HvMultiButton: (props: HvMultiButtonProps) => JSX_2.Element;
4292
4300
 
4293
- export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_90>;
4301
+ export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_91>;
4294
4302
 
4295
4303
  export declare interface HvMultiButtonProps extends HvBaseProps {
4296
4304
  /** If all the buttons are disabled. */
@@ -4376,7 +4384,7 @@ export declare interface HvOptionProps<OptionValue extends {}> extends Omit<HvLi
4376
4384
  */
4377
4385
  export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_2.Element;
4378
4386
 
4379
- export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_91>;
4387
+ export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_92>;
4380
4388
 
4381
4389
  export declare interface HvOverflowTooltipProps extends Omit<Partial<HvTooltipProps>, "classes" | "children"> {
4382
4390
  /** The node that will be rendered inside the tooltip. */
@@ -4395,7 +4403,7 @@ export declare interface HvOverflowTooltipProps extends Omit<Partial<HvTooltipPr
4395
4403
  */
4396
4404
  export declare const HvPagination: ForwardRefExoticComponent<HvPaginationProps & RefAttributes<HTMLDivElement>>;
4397
4405
 
4398
- export declare type HvPaginationClasses = ExtractNames<typeof useClasses_47>;
4406
+ export declare type HvPaginationClasses = ExtractNames<typeof useClasses_48>;
4399
4407
 
4400
4408
  export declare type HvPaginationLabels = Partial<typeof DEFAULT_LABELS_3>;
4401
4409
 
@@ -4439,7 +4447,7 @@ export declare interface HvPaginationProps extends HvBaseProps {
4439
4447
  */
4440
4448
  export declare const HvPanel: ForwardRefExoticComponent<HvPanelProps & RefAttributes<HTMLDivElement>>;
4441
4449
 
4442
- export declare type HvPanelClasses = ExtractNames<typeof useClasses_93>;
4450
+ export declare type HvPanelClasses = ExtractNames<typeof useClasses_94>;
4443
4451
 
4444
4452
  export declare interface HvPanelProps extends HvBaseProps {
4445
4453
  /** A Jss Object used to override or extend the styles applied. */
@@ -4451,7 +4459,7 @@ export declare interface HvPanelProps extends HvBaseProps {
4451
4459
  */
4452
4460
  export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_2.Element;
4453
4461
 
4454
- export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_94>;
4462
+ export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_95>;
4455
4463
 
4456
4464
  export declare interface HvProgressBarProps extends HvBaseProps {
4457
4465
  /** The value of the progress bar. */
@@ -4563,7 +4571,7 @@ export declare interface HvQueryBuilderAttribute extends Record<string, unknown>
4563
4571
  type: DefaultAttributes | (string & {});
4564
4572
  }
4565
4573
 
4566
- export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_95>;
4574
+ export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_96>;
4567
4575
 
4568
4576
  declare interface HvQueryBuilderContextValue {
4569
4577
  dispatchAction: React.Dispatch<QueryAction>;
@@ -4806,14 +4814,14 @@ export declare type HvQueryBuilderRenderers = Record<string, ValueRenderer>;
4806
4814
  */
4807
4815
  export declare const HvRadio: ForwardRefExoticComponent<Omit<HvRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
4808
4816
 
4809
- export declare type HvRadioClasses = ExtractNames<typeof useClasses_96>;
4817
+ export declare type HvRadioClasses = ExtractNames<typeof useClasses_97>;
4810
4818
 
4811
4819
  /**
4812
4820
  * A radio group is a type of selection list that can only have a single entry checked at any one time.
4813
4821
  */
4814
4822
  export declare const HvRadioGroup: ForwardRefExoticComponent<HvRadioGroupProps & RefAttributes<HTMLDivElement>>;
4815
4823
 
4816
- export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_67>;
4824
+ export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_68>;
4817
4825
 
4818
4826
  export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
4819
4827
  /**
@@ -4990,7 +4998,7 @@ export { HvRadius }
4990
4998
 
4991
4999
  export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_2.Element;
4992
5000
 
4993
- export declare type HvRightControlClasses = ExtractNames<typeof useClasses_58>;
5001
+ export declare type HvRightControlClasses = ExtractNames<typeof useClasses_59>;
4994
5002
 
4995
5003
  export declare interface HvRightControlProps extends HvBaseProps {
4996
5004
  /** if `true` the hide sort by dropdown is not rendered */
@@ -5029,7 +5037,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
5029
5037
  */
5030
5038
  export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
5031
5039
 
5032
- export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_98>;
5040
+ export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_99>;
5033
5041
 
5034
5042
  export declare interface HvScrollToHorizontalProps extends HvBaseProps<HTMLOListElement, "onChange" | "onClick"> {
5035
5043
  /** An Array of Objects with Label and Value. Label is the displayed Element and Value is the local navigation location applied */
@@ -5099,7 +5107,7 @@ declare interface HvScrollToOption {
5099
5107
  */
5100
5108
  export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
5101
5109
 
5102
- export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_100>;
5110
+ export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_101>;
5103
5111
 
5104
5112
  export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListElement, "onChange" | "onClick"> {
5105
5113
  /** An Array of Objects with Label and Value. Label is the displayed Element and Value is the local navigation location applied */
@@ -5172,7 +5180,7 @@ export declare interface HvSearchInputProps extends HvInputProps<HTMLInputElemen
5172
5180
  */
5173
5181
  export declare const HvSection: ForwardRefExoticComponent<HvSectionProps & RefAttributes<HTMLDivElement>>;
5174
5182
 
5175
- export declare type HvSectionClasses = ExtractNames<typeof useClasses_101>;
5183
+ export declare type HvSectionClasses = ExtractNames<typeof useClasses_102>;
5176
5184
 
5177
5185
  export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>, "title" | "onToggle"> {
5178
5186
  /** The title of the section */
@@ -5300,7 +5308,7 @@ export declare interface HvSelectProps<OptionValue extends {}, Multiple extends
5300
5308
  */
5301
5309
  export declare const HvSimpleGrid: (props: HvSimpleGridProps) => JSX_2.Element;
5302
5310
 
5303
- export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_102>;
5311
+ export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_103>;
5304
5312
 
5305
5313
  /** Grid component that enables you to create columns of equal width and define your own breakpoints and responsive behavior. */
5306
5314
  export declare interface HvSimpleGridProps extends HvBaseProps {
@@ -5319,7 +5327,7 @@ export declare interface HvSimpleGridProps extends HvBaseProps {
5319
5327
  classes?: HvSimpleGridClasses;
5320
5328
  }
5321
5329
 
5322
- declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_40>;
5330
+ declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_41>;
5323
5331
 
5324
5332
  declare interface HvSingleCalendarProps extends Omit<HvCalendarProps, "classes"> {
5325
5333
  /**
@@ -5347,7 +5355,7 @@ export { HvSize }
5347
5355
  */
5348
5356
  export declare const HvSkeleton: (props: HvSkeletonProps) => JSX_2.Element;
5349
5357
 
5350
- export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_132>;
5358
+ export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_133>;
5351
5359
 
5352
5360
  export declare interface HvSkeletonProps extends HvBaseProps {
5353
5361
  /** Whether the skeleton element is hidden or not. */
@@ -5371,7 +5379,7 @@ export declare interface HvSkeletonProps extends HvBaseProps {
5371
5379
  */
5372
5380
  export declare const HvSlider: ForwardRefExoticComponent<HvSliderProps & RefAttributes<SliderRef>>;
5373
5381
 
5374
- export declare type HvSliderClasses = ExtractNames<typeof useClasses_103>;
5382
+ export declare type HvSliderClasses = ExtractNames<typeof useClasses_104>;
5375
5383
 
5376
5384
  export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
5377
5385
  /** The slider name. */
@@ -5472,11 +5480,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
5472
5480
  */
5473
5481
  export declare const HvSnackbar: ForwardRefExoticComponent<Omit<HvSnackbarProps, "ref"> & RefAttributes<unknown>>;
5474
5482
 
5475
- export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_104>;
5483
+ export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_105>;
5476
5484
 
5477
5485
  export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
5478
5486
 
5479
- export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_105>;
5487
+ export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_106>;
5480
5488
 
5481
5489
  export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes"> {
5482
5490
  /** The message to display. */
@@ -5556,7 +5564,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5556
5564
  */
5557
5565
  export declare const HvSnackbarProvider: (props: HvSnackbarProviderProps) => JSX_2.Element;
5558
5566
 
5559
- export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_106>;
5567
+ export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_107>;
5560
5568
 
5561
5569
  export declare interface HvSnackbarProviderProps {
5562
5570
  /** Your component tree. */
@@ -5590,7 +5598,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_2.Element;
5590
5598
  export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
5591
5599
  }
5592
5600
 
5593
- export declare type HvStackClasses = ExtractNames<typeof useClasses_107>;
5601
+ export declare type HvStackClasses = ExtractNames<typeof useClasses_108>;
5594
5602
 
5595
5603
  export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
5596
5604
 
@@ -5620,7 +5628,7 @@ export declare interface HvStackProps extends HvBaseProps {
5620
5628
  */
5621
5629
  export declare const HvStatusIcon: ForwardRefExoticComponent<HvStatusIconProps & RefAttributes<HTMLDivElement>>;
5622
5630
 
5623
- export declare type HvStatusIconClasses = ExtractNames<typeof useClasses_108>;
5631
+ export declare type HvStatusIconClasses = ExtractNames<typeof useClasses_109>;
5624
5632
 
5625
5633
  export declare interface HvStatusIconProps extends HvBaseProps {
5626
5634
  /** Variant of the snackbar. */
@@ -5684,7 +5692,7 @@ export declare interface HvSuggestionsProps extends HvBaseProps {
5684
5692
  */
5685
5693
  export declare const HvSwitch: ForwardRefExoticComponent<Omit<HvSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
5686
5694
 
5687
- export declare type HvSwitchClasses = ExtractNames<typeof useClasses_109>;
5695
+ export declare type HvSwitchClasses = ExtractNames<typeof useClasses_110>;
5688
5696
 
5689
5697
  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>;
5690
5698
 
@@ -5801,7 +5809,7 @@ export declare interface HvSwitchProps extends Omit<SwitchProps, "color" | "onCh
5801
5809
 
5802
5810
  export declare const HvTab: ForwardRefExoticComponent<Omit<HvTabProps, "ref"> & RefAttributes<HTMLDivElement>>;
5803
5811
 
5804
- export declare type HvTabClasses = ExtractNames<typeof useClasses_116>;
5812
+ export declare type HvTabClasses = ExtractNames<typeof useClasses_117>;
5805
5813
 
5806
5814
  /**
5807
5815
  * A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
@@ -5821,7 +5829,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
5821
5829
  */
5822
5830
  export declare const HvTableBody: ForwardRefExoticComponent<HvTableBodyProps & RefAttributes<HTMLElement>>;
5823
5831
 
5824
- export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_112>;
5832
+ export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_113>;
5825
5833
 
5826
5834
  export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
5827
5835
  /**
@@ -5855,7 +5863,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
5855
5863
 
5856
5864
  export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
5857
5865
 
5858
- export declare type HvTableCellClasses = ExtractNames<typeof useClasses_52>;
5866
+ export declare type HvTableCellClasses = ExtractNames<typeof useClasses_53>;
5859
5867
 
5860
5868
  export declare interface HvTableCellProps extends Omit<React.TdHTMLAttributes<HTMLTableCellElement>, "align"> {
5861
5869
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
@@ -5894,7 +5902,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
5894
5902
 
5895
5903
  export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
5896
5904
 
5897
- export declare type HvTableClasses = ExtractNames<typeof useClasses_55>;
5905
+ export declare type HvTableClasses = ExtractNames<typeof useClasses_56>;
5898
5906
 
5899
5907
  export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
5900
5908
 
@@ -5909,7 +5917,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
5909
5917
  */
5910
5918
  export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
5911
5919
 
5912
- export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_110>;
5920
+ export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_111>;
5913
5921
 
5914
5922
  export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
5915
5923
  /**
@@ -5933,14 +5941,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
5933
5941
  */
5934
5942
  export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
5935
5943
 
5936
- export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_113>;
5944
+ export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_114>;
5937
5945
 
5938
5946
  /**
5939
5947
  * `HvTableHeader` acts as a `th` element and inherits styles from its context
5940
5948
  */
5941
5949
  export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
5942
5950
 
5943
- export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_54>;
5951
+ export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_55>;
5944
5952
 
5945
5953
  export declare interface HvTableHeaderProps extends Omit<React.ThHTMLAttributes<HTMLTableCellElement>, "align"> {
5946
5954
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
@@ -6081,7 +6089,7 @@ export declare interface HvTableProps extends React.TableHTMLAttributes<HTMLTabl
6081
6089
  */
6082
6090
  export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
6083
6091
 
6084
- export declare type HvTableRowClasses = ExtractNames<typeof useClasses_53>;
6092
+ export declare type HvTableRowClasses = ExtractNames<typeof useClasses_54>;
6085
6093
 
6086
6094
  export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
6087
6095
  /** Content to be rendered */
@@ -6106,7 +6114,7 @@ export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement
6106
6114
  */
6107
6115
  export declare const HvTableSection: ForwardRefExoticComponent<HvTableSectionProps & RefAttributes<HTMLDivElement>>;
6108
6116
 
6109
- export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_111>;
6117
+ export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_112>;
6110
6118
 
6111
6119
  export declare interface HvTableSectionProps extends HvSectionProps {
6112
6120
  }
@@ -6136,7 +6144,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children"> {
6136
6144
  */
6137
6145
  export declare const HvTabs: ForwardRefExoticComponent<Omit<HvTabsProps, "ref"> & RefAttributes<HTMLDivElement>>;
6138
6146
 
6139
- export declare type HvTabsClasses = ExtractNames<typeof useClasses_115>;
6147
+ export declare type HvTabsClasses = ExtractNames<typeof useClasses_116>;
6140
6148
 
6141
6149
  export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6142
6150
  /**
@@ -6165,7 +6173,7 @@ export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6165
6173
  */
6166
6174
  export declare const HvTag: ForwardRefExoticComponent<Omit<HvTagProps, "ref"> & RefAttributes<HTMLElement>>;
6167
6175
 
6168
- export declare type HvTagClasses = ExtractNames<typeof useClasses_114>;
6176
+ export declare type HvTagClasses = ExtractNames<typeof useClasses_115>;
6169
6177
 
6170
6178
  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>;
6171
6179
 
@@ -6212,7 +6220,7 @@ export declare interface HvTagProps extends Omit<HvButtonBaseProps, "type" | "co
6212
6220
  */
6213
6221
  export declare const HvTagsInput: ForwardRefExoticComponent<HvTagsInputProps & RefAttributes<HTMLElement>>;
6214
6222
 
6215
- export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_117>;
6223
+ export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_118>;
6216
6224
 
6217
6225
  export declare interface HvTagsInputProps extends Omit<HvInputProps, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "value" | "defaultValue"> {
6218
6226
  /** The value of the form element. */
@@ -6263,7 +6271,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
6263
6271
  */
6264
6272
  export declare const HvTextArea: ForwardRefExoticComponent<HvTextAreaProps & RefAttributes<HTMLTextAreaElement>>;
6265
6273
 
6266
- export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_118>;
6274
+ export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_119>;
6267
6275
 
6268
6276
  export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus" | "placeholder"> {
6269
6277
  /** The placeholder value of the text area. */
@@ -6428,7 +6436,7 @@ export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: {
6428
6436
  ref?: PolymorphicRef<C> | undefined;
6429
6437
  } & RefAttributes<unknown>) => React.ReactNode;
6430
6438
 
6431
- export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_119>;
6439
+ export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_120>;
6432
6440
 
6433
6441
  export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
6434
6442
  /**
@@ -6464,7 +6472,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
6464
6472
  */
6465
6473
  export declare const HvTimePicker: ForwardRefExoticComponent<HvTimePickerProps & RefAttributes<HTMLDivElement>>;
6466
6474
 
6467
- export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_120>;
6475
+ export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_121>;
6468
6476
 
6469
6477
  export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
6470
6478
 
@@ -6545,7 +6553,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
6545
6553
  */
6546
6554
  export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
6547
6555
 
6548
- export declare type HvTooltipClasses = ExtractNames<typeof useClasses_92>;
6556
+ export declare type HvTooltipClasses = ExtractNames<typeof useClasses_93>;
6549
6557
 
6550
6558
  export declare type HvTooltipPlacementType = TooltipProps["placement"];
6551
6559
 
@@ -6587,7 +6595,7 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
6587
6595
  containerId?: string;
6588
6596
  }
6589
6597
 
6590
- declare type HvTreeContentClasses = ExtractNames<typeof useClasses_123>;
6598
+ declare type HvTreeContentClasses = ExtractNames<typeof useClasses_124>;
6591
6599
 
6592
6600
  export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLElement> {
6593
6601
  /** className applied to the root element. */
@@ -6608,7 +6616,7 @@ export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLEle
6608
6616
 
6609
6617
  export declare const HvTreeItem: ForwardRefExoticComponent<HvTreeItemProps & RefAttributes<HTMLLIElement>>;
6610
6618
 
6611
- export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_122>;
6619
+ export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_123>;
6612
6620
 
6613
6621
  export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElement> {
6614
6622
  /** The element id */
@@ -6658,7 +6666,7 @@ export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElemen
6658
6666
  */
6659
6667
  export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => React.ReactNode;
6660
6668
 
6661
- export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_121>;
6669
+ export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_122>;
6662
6670
 
6663
6671
  export declare interface HvTreeViewProps<Multiple extends boolean | undefined> extends HvBaseProps<HTMLUListElement>, DefaultTreeViewPluginParameters<Multiple> {
6664
6672
  /** A Jss Object used to override or extend the styles applied. */
@@ -6745,7 +6753,7 @@ export declare const HvVerticalNavigation: ForwardRefExoticComponent<HvVerticalN
6745
6753
 
6746
6754
  export declare const HvVerticalNavigationAction: (props: HvVerticalNavigationActionProps) => JSX_2.Element;
6747
6755
 
6748
- export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_127>;
6756
+ export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_128>;
6749
6757
 
6750
6758
  export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonProps, "classes" | "icon"> {
6751
6759
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -6758,18 +6766,18 @@ export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonPr
6758
6766
 
6759
6767
  export declare const HvVerticalNavigationActions: (props: HvVerticalNavigationActionsProps) => JSX_2.Element;
6760
6768
 
6761
- export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_126>;
6769
+ export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_127>;
6762
6770
 
6763
6771
  export declare interface HvVerticalNavigationActionsProps extends HvBaseProps {
6764
6772
  /** A Jss Object used to override or extend the styles applied to the component. */
6765
6773
  classes?: HvVerticalNavigationActionsClasses;
6766
6774
  }
6767
6775
 
6768
- export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_124>;
6776
+ export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_125>;
6769
6777
 
6770
6778
  export declare const HvVerticalNavigationHeader: (props: HvVerticalNavigationHeaderProps) => JSX_2.Element | null;
6771
6779
 
6772
- export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_125>;
6780
+ export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_126>;
6773
6781
 
6774
6782
  export declare interface HvVerticalNavigationHeaderProps extends HvBaseProps {
6775
6783
  /** The title text to show on header. */
@@ -6816,7 +6824,7 @@ export declare interface HvVerticalNavigationProps extends HvBaseProps<HTMLDivEl
6816
6824
 
6817
6825
  export declare const HvVerticalNavigationSlider: (props: HvVerticalNavigationSliderProps) => JSX_2.Element;
6818
6826
 
6819
- export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_129>;
6827
+ export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_130>;
6820
6828
 
6821
6829
  export declare interface HvVerticalNavigationSliderProps extends Omit<HvListContainerProps, "classes"> {
6822
6830
  /** A Jss Object used to override or extend the styles applied. */
@@ -6844,7 +6852,7 @@ export declare interface HvVerticalNavigationSliderProps extends Omit<HvListCont
6844
6852
 
6845
6853
  export declare const HvVerticalNavigationTree: (props: HvVerticalNavigationTreeProps) => JSX_2.Element;
6846
6854
 
6847
- export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_128>;
6855
+ export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_129>;
6848
6856
 
6849
6857
  export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange" | "onToggle"> {
6850
6858
  /** A Jss Object used to override or extend the styles applied. */
@@ -6888,11 +6896,11 @@ export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLD
6888
6896
 
6889
6897
  export declare const HvVerticalNavigationTreeView: ForwardRefExoticComponent<HvVerticalNavigationTreeViewProps & RefAttributes<HTMLUListElement>>;
6890
6898
 
6891
- export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_130>;
6899
+ export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_131>;
6892
6900
 
6893
6901
  export declare const HvVerticalNavigationTreeViewItem: ForwardRefExoticComponent<HvVerticalNavigationTreeViewItemProps & RefAttributes<unknown>>;
6894
6902
 
6895
- export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_131>;
6903
+ export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_132>;
6896
6904
 
6897
6905
  export declare interface HvVerticalNavigationTreeViewItemProps {
6898
6906
  /**
@@ -6996,7 +7004,7 @@ export declare interface HvVerticalNavigationTreeViewProps extends HvBaseProps<H
6996
7004
  disabledItemsFocusable?: boolean;
6997
7005
  }
6998
7006
 
6999
- export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_99>;
7007
+ export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_100>;
7000
7008
 
7001
7009
  /**
7002
7010
  * Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
@@ -7821,7 +7829,18 @@ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "gutter" | "
7821
7829
  readonly cx: (...args: any) => string;
7822
7830
  };
7823
7831
 
7824
- declare const useClasses_100: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
7832
+ declare const useClasses_100: (classesProp?: Partial<Record<"button" | "icon" | "root" | "notSelected", string>>, addStatic?: boolean) => {
7833
+ readonly classes: {
7834
+ root: string;
7835
+ icon: string;
7836
+ notSelected: string;
7837
+ button: string;
7838
+ };
7839
+ readonly css: any;
7840
+ readonly cx: (...args: any) => string;
7841
+ };
7842
+
7843
+ declare const useClasses_101: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
7825
7844
  readonly classes: {
7826
7845
  root: string;
7827
7846
  positionAbsolute: string;
@@ -7831,7 +7850,7 @@ declare const useClasses_100: (classesProp?: Partial<Record<"root" | "positionFi
7831
7850
  readonly cx: (...args: any) => string;
7832
7851
  };
7833
7852
 
7834
- declare const useClasses_101: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "headerExpandable" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
7853
+ declare const useClasses_102: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "headerExpandable" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
7835
7854
  readonly classes: {
7836
7855
  root: string;
7837
7856
  hidden: string;
@@ -7846,7 +7865,7 @@ declare const useClasses_101: (classesProp?: Partial<Record<"content" | "header"
7846
7865
  readonly cx: (...args: any) => string;
7847
7866
  };
7848
7867
 
7849
- declare const useClasses_102: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7868
+ declare const useClasses_103: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7850
7869
  readonly classes: {
7851
7870
  root: string;
7852
7871
  };
@@ -7854,7 +7873,7 @@ declare const useClasses_102: (classesProp?: Partial<Record<"root", string>>, ad
7854
7873
  readonly cx: (...args: any) => string;
7855
7874
  };
7856
7875
 
7857
- declare const useClasses_103: (classesProp?: Partial<Record<"label" | "error" | "root" | "rootDisabled" | "labelContainer" | "sliderBase" | "sliderContainer" | "trackDragging" | "trackStandBy" | "sliderRoot" | "rootRange" | "handleContainer" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
7876
+ declare const useClasses_104: (classesProp?: Partial<Record<"label" | "error" | "root" | "rootDisabled" | "labelContainer" | "sliderBase" | "sliderContainer" | "trackDragging" | "trackStandBy" | "sliderRoot" | "rootRange" | "handleContainer" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
7858
7877
  readonly classes: {
7859
7878
  sliderBase: string;
7860
7879
  rootDisabled: string;
@@ -7879,7 +7898,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"label" | "error" |
7879
7898
  readonly cx: (...args: any) => string;
7880
7899
  };
7881
7900
 
7882
- declare const useClasses_104: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
7901
+ declare const useClasses_105: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
7883
7902
  readonly classes: {
7884
7903
  root: string;
7885
7904
  anchorOriginTopRight: string;
@@ -7893,7 +7912,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"root" | "anchorOrig
7893
7912
  readonly cx: (...args: any) => string;
7894
7913
  };
7895
7914
 
7896
- declare const useClasses_105: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "message" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
7915
+ declare const useClasses_106: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "message" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
7897
7916
  readonly classes: {
7898
7917
  root: string;
7899
7918
  success: string;
@@ -7911,7 +7930,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"accent" | "warning"
7911
7930
  readonly cx: (...args: any) => string;
7912
7931
  };
7913
7932
 
7914
- declare const useClasses_106: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
7933
+ declare const useClasses_107: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
7915
7934
  readonly classes: {
7916
7935
  snackItemRoot: string;
7917
7936
  };
@@ -7919,7 +7938,7 @@ declare const useClasses_106: (classesProp?: Partial<Record<"snackItemRoot", str
7919
7938
  readonly cx: (...args: any) => string;
7920
7939
  };
7921
7940
 
7922
- declare const useClasses_107: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "column" | "row" | "root" | "divider", string>>, addStatic?: boolean) => {
7941
+ declare const useClasses_108: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "column" | "row" | "root" | "divider", string>>, addStatic?: boolean) => {
7923
7942
  readonly classes: {
7924
7943
  root: string;
7925
7944
  column: string;
@@ -7935,7 +7954,7 @@ declare const useClasses_107: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
7935
7954
  readonly cx: (...args: any) => string;
7936
7955
  };
7937
7956
 
7938
- declare const useClasses_108: (classesProp?: Partial<Record<"icon" | "root", string>>, addStatic?: boolean) => {
7957
+ declare const useClasses_109: (classesProp?: Partial<Record<"icon" | "root", string>>, addStatic?: boolean) => {
7939
7958
  readonly classes: {
7940
7959
  root: string;
7941
7960
  icon: string;
@@ -7944,7 +7963,21 @@ declare const useClasses_108: (classesProp?: Partial<Record<"icon" | "root", str
7944
7963
  readonly cx: (...args: any) => string;
7945
7964
  };
7946
7965
 
7947
- declare const useClasses_109: (classesProp?: Partial<Record<"left" | "right" | "top" | "container" | "label" | "error" | "root" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
7966
+ declare const useClasses_11: (classesProp?: Partial<Record<"show" | "root" | "defaultIcon" | "warningText" | "topGutter" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
7967
+ readonly classes: {
7968
+ root: string;
7969
+ defaultIcon: string;
7970
+ warningText: string;
7971
+ show: string;
7972
+ topGutter: string;
7973
+ hideText: string;
7974
+ topBorder: string;
7975
+ };
7976
+ readonly css: any;
7977
+ readonly cx: (...args: any) => string;
7978
+ };
7979
+
7980
+ declare const useClasses_110: (classesProp?: Partial<Record<"left" | "right" | "top" | "container" | "label" | "error" | "root" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
7948
7981
  readonly classes: {
7949
7982
  root: string;
7950
7983
  label: string;
@@ -7960,21 +7993,7 @@ declare const useClasses_109: (classesProp?: Partial<Record<"left" | "right" | "
7960
7993
  readonly cx: (...args: any) => string;
7961
7994
  };
7962
7995
 
7963
- declare const useClasses_11: (classesProp?: Partial<Record<"show" | "root" | "defaultIcon" | "warningText" | "topGutter" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
7964
- readonly classes: {
7965
- root: string;
7966
- defaultIcon: string;
7967
- warningText: string;
7968
- show: string;
7969
- topGutter: string;
7970
- hideText: string;
7971
- topBorder: string;
7972
- };
7973
- readonly css: any;
7974
- readonly cx: (...args: any) => string;
7975
- };
7976
-
7977
- declare const useClasses_110: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7996
+ declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7978
7997
  readonly classes: {
7979
7998
  root: string;
7980
7999
  };
@@ -7982,7 +8001,7 @@ declare const useClasses_110: (classesProp?: Partial<Record<"root", string>>, ad
7982
8001
  readonly cx: (...args: any) => string;
7983
8002
  };
7984
8003
 
7985
- declare const useClasses_111: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
8004
+ declare const useClasses_112: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
7986
8005
  readonly classes: {
7987
8006
  root: string;
7988
8007
  header: string;
@@ -7996,7 +8015,7 @@ declare const useClasses_111: (classesProp?: Partial<Record<"content" | "header"
7996
8015
  readonly cx: (...args: any) => string;
7997
8016
  };
7998
8017
 
7999
- declare const useClasses_112: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8018
+ declare const useClasses_113: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8000
8019
  readonly classes: {
8001
8020
  root: string;
8002
8021
  };
@@ -8004,7 +8023,7 @@ declare const useClasses_112: (classesProp?: Partial<Record<"root", string>>, ad
8004
8023
  readonly cx: (...args: any) => string;
8005
8024
  };
8006
8025
 
8007
- declare const useClasses_113: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
8026
+ declare const useClasses_114: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
8008
8027
  readonly classes: {
8009
8028
  root: string;
8010
8029
  stickyHeader: string;
@@ -8013,7 +8032,7 @@ declare const useClasses_113: (classesProp?: Partial<Record<"root" | "stickyHead
8013
8032
  readonly cx: (...args: any) => string;
8014
8033
  };
8015
8034
 
8016
- declare const useClasses_114: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "label" | "icon" | "disabled" | "selected" | "root" | "hasIcon" | "outlined" | "categorical" | "deleteIcon" | "clickable", string>>, addStatic?: boolean) => {
8035
+ declare const useClasses_115: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "label" | "icon" | "disabled" | "selected" | "root" | "hasIcon" | "outlined" | "categorical" | "deleteIcon" | "clickable", string>>, addStatic?: boolean) => {
8017
8036
  readonly classes: {
8018
8037
  root: string;
8019
8038
  hasIcon: string;
@@ -8033,7 +8052,7 @@ declare const useClasses_114: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
8033
8052
  readonly cx: (...args: any) => string;
8034
8053
  };
8035
8054
 
8036
- declare const useClasses_115: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer" | "floating", string>>, addStatic?: boolean) => {
8055
+ declare const useClasses_116: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer" | "floating", string>>, addStatic?: boolean) => {
8037
8056
  readonly classes: {
8038
8057
  root: string;
8039
8058
  indicator: string;
@@ -8045,7 +8064,7 @@ declare const useClasses_115: (classesProp?: Partial<Record<"root" | "indicator"
8045
8064
  readonly cx: (...args: any) => string;
8046
8065
  };
8047
8066
 
8048
- declare const useClasses_116: (classesProp?: Partial<Record<"disabled" | "selected" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8067
+ declare const useClasses_117: (classesProp?: Partial<Record<"disabled" | "selected" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8049
8068
  readonly classes: {
8050
8069
  root: string;
8051
8070
  focusVisible: string;
@@ -8056,7 +8075,7 @@ declare const useClasses_116: (classesProp?: Partial<Record<"disabled" | "select
8056
8075
  readonly cx: (...args: any) => string;
8057
8076
  };
8058
8077
 
8059
- declare const useClasses_117: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "input" | "readOnly" | "root" | "description" | "invalid" | "resizable" | "labelContainer" | "suggestionsContainer" | "suggestionList" | "tag" | "characterCounter" | "tagsList" | "singleLine" | "inputExtension", string>>, addStatic?: boolean) => {
8078
+ declare const useClasses_118: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "input" | "readOnly" | "root" | "description" | "invalid" | "resizable" | "labelContainer" | "suggestionsContainer" | "suggestionList" | "tag" | "characterCounter" | "tagsList" | "singleLine" | "inputExtension", string>>, addStatic?: boolean) => {
8060
8079
  readonly classes: {
8061
8080
  root: string;
8062
8081
  tag: string;
@@ -8080,7 +8099,7 @@ declare const useClasses_117: (classesProp?: Partial<Record<"label" | "disabled"
8080
8099
  readonly cx: (...args: any) => string;
8081
8100
  };
8082
8101
 
8083
- declare const useClasses_118: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "input" | "root" | "description" | "invalid" | "resizable" | "inputResizable" | "labelContainer" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8102
+ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "input" | "root" | "description" | "invalid" | "resizable" | "inputResizable" | "labelContainer" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8084
8103
  readonly classes: {
8085
8104
  root: string;
8086
8105
  disabled: string;
@@ -8099,14 +8118,6 @@ declare const useClasses_118: (classesProp?: Partial<Record<"label" | "disabled"
8099
8118
  readonly cx: (...args: any) => string;
8100
8119
  };
8101
8120
 
8102
- declare const useClasses_119: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8103
- readonly classes: {
8104
- root: string;
8105
- };
8106
- readonly css: any;
8107
- readonly cx: (...args: any) => string;
8108
- };
8109
-
8110
8121
  declare const useClasses_12: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "select" | "readOnly" | "root" | "description" | "invalid" | "panel" | "popper" | "labelContainer", string>>, addStatic?: boolean) => {
8111
8122
  readonly classes: {
8112
8123
  root: string;
@@ -8125,7 +8136,15 @@ declare const useClasses_12: (classesProp?: Partial<Record<"label" | "disabled"
8125
8136
  readonly cx: (...args: any) => string;
8126
8137
  };
8127
8138
 
8128
- declare const useClasses_120: (classesProp?: Partial<Record<"label" | "icon" | "error" | "placeholder" | "root" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8139
+ declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8140
+ readonly classes: {
8141
+ root: string;
8142
+ };
8143
+ readonly css: any;
8144
+ readonly cx: (...args: any) => string;
8145
+ };
8146
+
8147
+ declare const useClasses_121: (classesProp?: Partial<Record<"label" | "icon" | "error" | "placeholder" | "root" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8129
8148
  readonly classes: {
8130
8149
  root: string;
8131
8150
  labelContainer: string;
@@ -8145,7 +8164,7 @@ declare const useClasses_120: (classesProp?: Partial<Record<"label" | "icon" | "
8145
8164
  readonly cx: (...args: any) => string;
8146
8165
  };
8147
8166
 
8148
- declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8167
+ declare const useClasses_122: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8149
8168
  readonly classes: {
8150
8169
  root: string;
8151
8170
  };
@@ -8153,7 +8172,7 @@ declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, ad
8153
8172
  readonly cx: (...args: any) => string;
8154
8173
  };
8155
8174
 
8156
- declare const useClasses_122: (classesProp?: Partial<Record<"content" | "label" | "expanded" | "disabled" | "group" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8175
+ declare const useClasses_123: (classesProp?: Partial<Record<"content" | "label" | "expanded" | "disabled" | "group" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8157
8176
  readonly classes: {
8158
8177
  root: string;
8159
8178
  group: string;
@@ -8169,7 +8188,7 @@ declare const useClasses_122: (classesProp?: Partial<Record<"content" | "label"
8169
8188
  readonly cx: (...args: any) => string;
8170
8189
  };
8171
8190
 
8172
- declare const useClasses_123: (classesProp?: Partial<Record<"label" | "expanded" | "disabled" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8191
+ declare const useClasses_124: (classesProp?: Partial<Record<"label" | "expanded" | "disabled" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8173
8192
  readonly classes: {
8174
8193
  root: string;
8175
8194
  expanded: string;
@@ -8183,7 +8202,7 @@ declare const useClasses_123: (classesProp?: Partial<Record<"label" | "expanded"
8183
8202
  readonly cx: (...args: any) => string;
8184
8203
  };
8185
8204
 
8186
- declare const useClasses_124: (classesProp?: Partial<Record<"slider" | "root" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8205
+ declare const useClasses_125: (classesProp?: Partial<Record<"slider" | "root" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8187
8206
  readonly classes: {
8188
8207
  root: string;
8189
8208
  collapsed: string;
@@ -8194,7 +8213,7 @@ declare const useClasses_124: (classesProp?: Partial<Record<"slider" | "root" |
8194
8213
  readonly cx: (...args: any) => string;
8195
8214
  };
8196
8215
 
8197
- declare const useClasses_125: (classesProp?: Partial<Record<"title" | "root" | "minimized" | "collapseButton" | "backButton", string>>, addStatic?: boolean) => {
8216
+ declare const useClasses_126: (classesProp?: Partial<Record<"title" | "root" | "minimized" | "collapseButton" | "backButton", string>>, addStatic?: boolean) => {
8198
8217
  readonly classes: {
8199
8218
  root: string;
8200
8219
  minimized: string;
@@ -8206,7 +8225,7 @@ declare const useClasses_125: (classesProp?: Partial<Record<"title" | "root" | "
8206
8225
  readonly cx: (...args: any) => string;
8207
8226
  };
8208
8227
 
8209
- declare const useClasses_126: (classesProp?: Partial<Record<"hide" | "root", string>>, addStatic?: boolean) => {
8228
+ declare const useClasses_127: (classesProp?: Partial<Record<"hide" | "root", string>>, addStatic?: boolean) => {
8210
8229
  readonly classes: {
8211
8230
  root: string;
8212
8231
  hide: string;
@@ -8215,7 +8234,7 @@ declare const useClasses_126: (classesProp?: Partial<Record<"hide" | "root", str
8215
8234
  readonly cx: (...args: any) => string;
8216
8235
  };
8217
8236
 
8218
- declare const useClasses_127: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8237
+ declare const useClasses_128: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8219
8238
  readonly classes: {
8220
8239
  action: string;
8221
8240
  noIcon: string;
@@ -8225,7 +8244,7 @@ declare const useClasses_127: (classesProp?: Partial<Record<"action" | "minimize
8225
8244
  readonly cx: (...args: any) => string;
8226
8245
  };
8227
8246
 
8228
- declare const useClasses_128: (classesProp?: Partial<Record<"list" | "popup" | "root" | "listItem" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
8247
+ declare const useClasses_129: (classesProp?: Partial<Record<"list" | "popup" | "root" | "listItem" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
8229
8248
  readonly classes: {
8230
8249
  root: string;
8231
8250
  list: string;
@@ -8238,19 +8257,6 @@ declare const useClasses_128: (classesProp?: Partial<Record<"list" | "popup" | "
8238
8257
  readonly cx: (...args: any) => string;
8239
8258
  };
8240
8259
 
8241
- declare const useClasses_129: (classesProp?: Partial<Record<"root" | "listContainer" | "listItemSelected" | "listItemFocus" | "forwardButton" | "listItemDisabled", string>>, addStatic?: boolean) => {
8242
- readonly classes: {
8243
- root: string;
8244
- listItemSelected: string;
8245
- listItemFocus: string;
8246
- forwardButton: string;
8247
- listContainer: string;
8248
- listItemDisabled: string;
8249
- };
8250
- readonly css: any;
8251
- readonly cx: (...args: any) => string;
8252
- };
8253
-
8254
8260
  declare const useClasses_13: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "root" | "startIcon" | "endIcon" | "focusVisible" | "contained" | "subtle" | "ghost", string>>, addStatic?: boolean) => {
8255
8261
  readonly classes: {
8256
8262
  root: string;
@@ -8268,15 +8274,28 @@ declare const useClasses_13: (classesProp?: Partial<Record<"semantic" | "icon" |
8268
8274
  readonly cx: (...args: any) => string;
8269
8275
  };
8270
8276
 
8271
- declare const useClasses_130: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8277
+ declare const useClasses_130: (classesProp?: Partial<Record<"root" | "listContainer" | "listItemSelected" | "listItemFocus" | "forwardButton" | "listItemDisabled", string>>, addStatic?: boolean) => {
8272
8278
  readonly classes: {
8273
8279
  root: string;
8280
+ listItemSelected: string;
8281
+ listItemFocus: string;
8282
+ forwardButton: string;
8283
+ listContainer: string;
8284
+ listItemDisabled: string;
8274
8285
  };
8275
8286
  readonly css: any;
8276
8287
  readonly cx: (...args: any) => string;
8277
8288
  };
8278
8289
 
8279
- declare const useClasses_131: (classesProp?: Partial<Record<"hide" | "content" | "label" | "link" | "expanded" | "icon" | "disabled" | "group" | "unselectable" | "selected" | "selectable" | "focused" | "labelIcon" | "expandable" | "collapsed" | "minimized" | "node" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
8290
+ declare const useClasses_131: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8291
+ readonly classes: {
8292
+ root: string;
8293
+ };
8294
+ readonly css: any;
8295
+ readonly cx: (...args: any) => string;
8296
+ };
8297
+
8298
+ declare const useClasses_132: (classesProp?: Partial<Record<"hide" | "content" | "label" | "link" | "expanded" | "icon" | "disabled" | "group" | "unselectable" | "selected" | "selectable" | "focused" | "labelIcon" | "expandable" | "collapsed" | "minimized" | "node" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
8280
8299
  readonly classes: {
8281
8300
  node: string;
8282
8301
  content: string;
@@ -8302,7 +8321,7 @@ declare const useClasses_131: (classesProp?: Partial<Record<"hide" | "content" |
8302
8321
  readonly cx: (...args: any) => string;
8303
8322
  };
8304
8323
 
8305
- declare const useClasses_132: (classesProp?: Partial<Record<"text" | "content" | "square" | "circle" | "root" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8324
+ declare const useClasses_133: (classesProp?: Partial<Record<"text" | "content" | "square" | "circle" | "root" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8306
8325
  readonly classes: {
8307
8326
  root: string;
8308
8327
  content: string;
@@ -8377,7 +8396,7 @@ declare const useClasses_18: (classesProp?: Partial<Record<"disabled" | "input"
8377
8396
  readonly cx: (...args: any) => string;
8378
8397
  };
8379
8398
 
8380
- declare const useClasses_19: (classesProp?: Partial<Record<"container" | "header" | "anchor" | "placeholder" | "root" | "rootDisabled" | "headerOpen" | "headerDisabled" | "headerReadOnly" | "arrowContainer" | "arrow" | "selection" | "selectionDisabled" | "panel" | "inputExtensionOpen" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
8399
+ declare const useClasses_19: (classesProp?: Partial<Record<"container" | "header" | "anchor" | "placeholder" | "root" | "rootDisabled" | "headerOpen" | "headerDisabled" | "headerReadOnly" | "arrowContainer" | "arrow" | "selection" | "selectionDisabled" | "panel", string>>, addStatic?: boolean) => {
8381
8400
  readonly classes: {
8382
8401
  root: string;
8383
8402
  rootDisabled: string;
@@ -8393,11 +8412,6 @@ declare const useClasses_19: (classesProp?: Partial<Record<"container" | "header
8393
8412
  selectionDisabled: string;
8394
8413
  placeholder: string;
8395
8414
  panel: string;
8396
- inputExtensionOpen: string;
8397
- inputExtensionLeftPosition: string;
8398
- inputExtensionOpenShadow: string;
8399
- inputExtensionFloatRight: string;
8400
- inputExtensionFloatLeft: string;
8401
8415
  };
8402
8416
  readonly css: any;
8403
8417
  readonly cx: (...args: any) => string;
@@ -8414,7 +8428,16 @@ declare const useClasses_2: (classesProp?: Partial<Record<"disabled" | "root" |
8414
8428
  readonly cx: (...args: any) => string;
8415
8429
  };
8416
8430
 
8417
- declare const useClasses_20: (classesProp?: Partial<Record<"container" | "label" | "hidden" | "disabled" | "root", string>>, addStatic?: boolean) => {
8431
+ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "panel", string>>, addStatic?: boolean) => {
8432
+ readonly classes: {
8433
+ container: string;
8434
+ panel: string;
8435
+ };
8436
+ readonly css: any;
8437
+ readonly cx: (...args: any) => string;
8438
+ };
8439
+
8440
+ declare const useClasses_21: (classesProp?: Partial<Record<"container" | "label" | "hidden" | "disabled" | "root", string>>, addStatic?: boolean) => {
8418
8441
  readonly classes: {
8419
8442
  root: string;
8420
8443
  hidden: string;
@@ -8426,7 +8449,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "label"
8426
8449
  readonly cx: (...args: any) => string;
8427
8450
  };
8428
8451
 
8429
- declare const useClasses_21: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8452
+ declare const useClasses_22: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8430
8453
  readonly classes: {
8431
8454
  root: string;
8432
8455
  };
@@ -8434,7 +8457,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"root", string>>, add
8434
8457
  readonly cx: (...args: any) => string;
8435
8458
  };
8436
8459
 
8437
- declare const useClasses_22: (classesProp?: Partial<Record<"button" | "root" | "actionContainer" | "dropDownMenu" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
8460
+ declare const useClasses_23: (classesProp?: Partial<Record<"button" | "root" | "actionContainer" | "dropDownMenu" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
8438
8461
  readonly classes: {
8439
8462
  root: string;
8440
8463
  button: string;
@@ -8446,7 +8469,7 @@ declare const useClasses_22: (classesProp?: Partial<Record<"button" | "root" | "
8446
8469
  readonly cx: (...args: any) => string;
8447
8470
  };
8448
8471
 
8449
- declare const useClasses_23: (classesProp?: Partial<Record<"open" | "root" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
8472
+ declare const useClasses_24: (classesProp?: Partial<Record<"open" | "root" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
8450
8473
  readonly classes: {
8451
8474
  root: string;
8452
8475
  open: string;
@@ -8457,7 +8480,7 @@ declare const useClasses_23: (classesProp?: Partial<Record<"open" | "root" | "me
8457
8480
  readonly cx: (...args: any) => string;
8458
8481
  };
8459
8482
 
8460
- declare const useClasses_24: (classesProp?: Partial<Record<"open" | "single" | "title" | "root" | "item" | "titleAnchor" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "actionsContainer" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
8483
+ declare const useClasses_25: (classesProp?: Partial<Record<"open" | "single" | "title" | "root" | "item" | "titleAnchor" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "actionsContainer" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
8461
8484
  readonly classes: {
8462
8485
  root: string;
8463
8486
  item: string;
@@ -8481,7 +8504,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"open" | "single" | "
8481
8504
  readonly cx: (...args: any) => string;
8482
8505
  };
8483
8506
 
8484
- declare const useClasses_25: (classesProp?: Partial<Record<"typography" | "icon" | "disabled" | "title" | "selected" | "root" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
8507
+ declare const useClasses_26: (classesProp?: Partial<Record<"typography" | "icon" | "disabled" | "title" | "selected" | "root" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
8485
8508
  readonly classes: {
8486
8509
  root: string;
8487
8510
  icon: string;
@@ -8497,7 +8520,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"typography" | "icon"
8497
8520
  readonly cx: (...args: any) => string;
8498
8521
  };
8499
8522
 
8500
- declare const useClasses_26: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "container" | "square" | "img" | "root" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
8523
+ declare const useClasses_27: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "container" | "square" | "img" | "root" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
8501
8524
  readonly classes: {
8502
8525
  root: string;
8503
8526
  img: string;
@@ -8517,7 +8540,7 @@ declare const useClasses_26: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
8517
8540
  readonly cx: (...args: any) => string;
8518
8541
  };
8519
8542
 
8520
- declare const useClasses_27: (classesProp?: Partial<Record<"column" | "row" | "root" | "highlight" | "toBack", string>>, addStatic?: boolean) => {
8543
+ declare const useClasses_28: (classesProp?: Partial<Record<"column" | "row" | "root" | "highlight" | "toBack", string>>, addStatic?: boolean) => {
8521
8544
  readonly classes: {
8522
8545
  root: string;
8523
8546
  row: string;
@@ -8529,7 +8552,7 @@ declare const useClasses_27: (classesProp?: Partial<Record<"column" | "row" | "r
8529
8552
  readonly cx: (...args: any) => string;
8530
8553
  };
8531
8554
 
8532
- declare const useClasses_28: (classesProp?: Partial<Record<"root" | "badge" | "badgeHidden" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
8555
+ declare const useClasses_29: (classesProp?: Partial<Record<"root" | "badge" | "badgeHidden" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
8533
8556
  readonly classes: {
8534
8557
  root: string;
8535
8558
  badge: string;
@@ -8541,27 +8564,27 @@ declare const useClasses_28: (classesProp?: Partial<Record<"root" | "badge" | "b
8541
8564
  readonly cx: (...args: any) => string;
8542
8565
  };
8543
8566
 
8544
- declare const useClasses_29: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
8567
+ declare const useClasses_3: (classesProp?: Partial<Record<"disabled" | "root", string>>, addStatic?: boolean) => {
8545
8568
  readonly classes: {
8546
- rootClosed: string;
8547
8569
  root: string;
8548
- anchorOriginTopCenter: string;
8549
- anchorOriginBottomCenter: string;
8570
+ disabled: string;
8550
8571
  };
8551
8572
  readonly css: any;
8552
8573
  readonly cx: (...args: any) => string;
8553
8574
  };
8554
8575
 
8555
- declare const useClasses_3: (classesProp?: Partial<Record<"disabled" | "root", string>>, addStatic?: boolean) => {
8576
+ declare const useClasses_30: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
8556
8577
  readonly classes: {
8578
+ rootClosed: string;
8557
8579
  root: string;
8558
- disabled: string;
8580
+ anchorOriginTopCenter: string;
8581
+ anchorOriginBottomCenter: string;
8559
8582
  };
8560
8583
  readonly css: any;
8561
8584
  readonly cx: (...args: any) => string;
8562
8585
  };
8563
8586
 
8564
- declare const useClasses_30: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "message" | "messageContent" | "messageIcon" | "messageTitle" | "actionContent" | "actionCustom" | "actionClose", string>>, addStatic?: boolean) => {
8587
+ declare const useClasses_31: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "message" | "messageContent" | "messageIcon" | "messageTitle" | "actionContent" | "actionCustom" | "actionClose", string>>, addStatic?: boolean) => {
8565
8588
  readonly classes: {
8566
8589
  root: string;
8567
8590
  success: string;
@@ -8583,7 +8606,7 @@ declare const useClasses_30: (classesProp?: Partial<Record<"accent" | "warning"
8583
8606
  readonly cx: (...args: any) => string;
8584
8607
  };
8585
8608
 
8586
- declare const useClasses_31: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "actionContainer" | "message" | "messageContainer" | "iconContainer" | "messageActions" | "closeAction", string>>, addStatic?: boolean) => {
8609
+ declare const useClasses_32: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "actionContainer" | "message" | "messageContainer" | "iconContainer" | "messageActions" | "closeAction", string>>, addStatic?: boolean) => {
8587
8610
  readonly classes: {
8588
8611
  root: string;
8589
8612
  success: string;
@@ -8604,7 +8627,7 @@ declare const useClasses_31: (classesProp?: Partial<Record<"accent" | "warning"
8604
8627
  readonly cx: (...args: any) => string;
8605
8628
  };
8606
8629
 
8607
- declare const useClasses_32: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate", string>>, addStatic?: boolean) => {
8630
+ declare const useClasses_33: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate", string>>, addStatic?: boolean) => {
8608
8631
  readonly classes: {
8609
8632
  root: string;
8610
8633
  disabled: string;
@@ -8618,7 +8641,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"semantic" | "icon" |
8618
8641
  readonly cx: (...args: any) => string;
8619
8642
  };
8620
8643
 
8621
- declare const useClasses_33: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8644
+ declare const useClasses_34: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8622
8645
  readonly classes: {
8623
8646
  root: string;
8624
8647
  disabled: string;
@@ -8631,7 +8654,7 @@ declare const useClasses_33: (classesProp?: Partial<Record<"semantic" | "icon" |
8631
8654
  readonly cx: (...args: any) => string;
8632
8655
  };
8633
8656
 
8634
- declare const useClasses_34: (classesProp?: Partial<Record<"disabled" | "track" | "switch" | "readOnly" | "checked" | "root" | "focusVisible" | "switchBase" | "thumb", string>>, addStatic?: boolean) => {
8657
+ declare const useClasses_35: (classesProp?: Partial<Record<"disabled" | "track" | "switch" | "readOnly" | "checked" | "root" | "focusVisible" | "switchBase" | "thumb", string>>, addStatic?: boolean) => {
8635
8658
  readonly classes: {
8636
8659
  root: string;
8637
8660
  switch: string;
@@ -8647,7 +8670,7 @@ declare const useClasses_34: (classesProp?: Partial<Record<"disabled" | "track"
8647
8670
  readonly cx: (...args: any) => string;
8648
8671
  };
8649
8672
 
8650
- declare const useClasses_35: (classesProp?: Partial<Record<"link" | "a" | "root" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
8673
+ declare const useClasses_36: (classesProp?: Partial<Record<"link" | "a" | "root" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
8651
8674
  readonly classes: {
8652
8675
  root: string;
8653
8676
  link: string;
@@ -8661,7 +8684,7 @@ declare const useClasses_35: (classesProp?: Partial<Record<"link" | "a" | "root"
8661
8684
  readonly cx: (...args: any) => string;
8662
8685
  };
8663
8686
 
8664
- declare const useClasses_36: (classesProp?: Partial<Record<"semantic" | "disabled" | "root" | "actions" | "selectAll" | "selectAllContainer" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
8687
+ declare const useClasses_37: (classesProp?: Partial<Record<"semantic" | "disabled" | "root" | "actions" | "selectAll" | "selectAllContainer" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
8665
8688
  readonly classes: {
8666
8689
  root: string;
8667
8690
  semantic: string;
@@ -8676,7 +8699,7 @@ declare const useClasses_36: (classesProp?: Partial<Record<"semantic" | "disable
8676
8699
  readonly cx: (...args: any) => string;
8677
8700
  };
8678
8701
 
8679
- declare const useClasses_37: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "checkbox" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
8702
+ declare const useClasses_38: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "checkbox" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
8680
8703
  readonly classes: {
8681
8704
  root: string;
8682
8705
  container: string;
@@ -8696,7 +8719,7 @@ declare const useClasses_37: (classesProp?: Partial<Record<"left" | "right" | "c
8696
8719
  readonly cx: (...args: any) => string;
8697
8720
  };
8698
8721
 
8699
- declare const useClasses_38: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
8722
+ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
8700
8723
  readonly classes: {
8701
8724
  root: string;
8702
8725
  rangeCalendarContainer: string;
@@ -8709,25 +8732,25 @@ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "rangeCalend
8709
8732
  readonly cx: (...args: any) => string;
8710
8733
  };
8711
8734
 
8712
- declare const useClasses_39: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
8735
+ declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8713
8736
  readonly classes: {
8714
8737
  root: string;
8715
- invalid: string;
8716
- headerDayOfWeek: string;
8717
8738
  };
8718
8739
  readonly css: any;
8719
8740
  readonly cx: (...args: any) => string;
8720
8741
  };
8721
8742
 
8722
- declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8743
+ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
8723
8744
  readonly classes: {
8724
8745
  root: string;
8746
+ invalid: string;
8747
+ headerDayOfWeek: string;
8725
8748
  };
8726
8749
  readonly css: any;
8727
8750
  readonly cx: (...args: any) => string;
8728
8751
  };
8729
8752
 
8730
- declare const useClasses_40: (classesProp?: Partial<Record<"root" | "focusSelection" | "navigationContainer" | "navigationMonth" | "cellContainer" | "calendarDate" | "calendarDateSelected" | "calendarDateNotInMonth" | "calendarDateInSelectionRange" | "startBookend" | "endBookend" | "cellsInRange" | "cellsOutsideRange" | "calendarGrid" | "calendarDay" | "calendarDateInvalid" | "weekdays", string>>, addStatic?: boolean) => {
8753
+ declare const useClasses_41: (classesProp?: Partial<Record<"root" | "focusSelection" | "navigationContainer" | "navigationMonth" | "cellContainer" | "calendarDate" | "calendarDateSelected" | "calendarDateNotInMonth" | "calendarDateInSelectionRange" | "startBookend" | "endBookend" | "cellsInRange" | "cellsOutsideRange" | "calendarGrid" | "calendarDay" | "calendarDateInvalid" | "weekdays", string>>, addStatic?: boolean) => {
8731
8754
  readonly classes: {
8732
8755
  root: string;
8733
8756
  calendarGrid: string;
@@ -8751,7 +8774,7 @@ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "focusSelect
8751
8774
  readonly cx: (...args: any) => string;
8752
8775
  };
8753
8776
 
8754
- declare const useClasses_41: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
8777
+ declare const useClasses_42: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
8755
8778
  readonly classes: {
8756
8779
  root: string;
8757
8780
  selected: string;
@@ -8764,7 +8787,7 @@ declare const useClasses_41: (classesProp?: Partial<Record<"icon" | "selected" |
8764
8787
  readonly cx: (...args: any) => string;
8765
8788
  };
8766
8789
 
8767
- declare const useClasses_42: (classesProp?: Partial<Record<"content" | "title" | "action" | "root" | "subheader", string>>, addStatic?: boolean) => {
8790
+ declare const useClasses_43: (classesProp?: Partial<Record<"content" | "title" | "action" | "root" | "subheader", string>>, addStatic?: boolean) => {
8768
8791
  readonly classes: {
8769
8792
  root: string;
8770
8793
  title: string;
@@ -8776,7 +8799,7 @@ declare const useClasses_42: (classesProp?: Partial<Record<"content" | "title" |
8776
8799
  readonly cx: (...args: any) => string;
8777
8800
  };
8778
8801
 
8779
- declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
8802
+ declare const useClasses_44: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
8780
8803
  readonly classes: {
8781
8804
  content: string;
8782
8805
  };
@@ -8784,7 +8807,7 @@ declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>,
8784
8807
  readonly cx: (...args: any) => string;
8785
8808
  };
8786
8809
 
8787
- declare const useClasses_44: (classesProp?: Partial<Record<"media" | "root", string>>, addStatic?: boolean) => {
8810
+ declare const useClasses_45: (classesProp?: Partial<Record<"media" | "root", string>>, addStatic?: boolean) => {
8788
8811
  readonly classes: {
8789
8812
  root: string;
8790
8813
  media: string;
@@ -8793,7 +8816,7 @@ declare const useClasses_44: (classesProp?: Partial<Record<"media" | "root", str
8793
8816
  readonly cx: (...args: any) => string;
8794
8817
  };
8795
8818
 
8796
- declare const useClasses_45: (classesProp?: Partial<Record<"xs" | "dot" | "main" | "title" | "controls" | "root" | "panel" | "counter" | "actions" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>, addStatic?: boolean) => {
8819
+ declare const useClasses_46: (classesProp?: Partial<Record<"xs" | "dot" | "main" | "title" | "controls" | "root" | "panel" | "counter" | "actions" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>, addStatic?: boolean) => {
8797
8820
  readonly classes: {
8798
8821
  root: string;
8799
8822
  xs: string;
@@ -8824,7 +8847,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"xs" | "dot" | "main"
8824
8847
  readonly cx: (...args: any) => string;
8825
8848
  };
8826
8849
 
8827
- declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
8850
+ declare const useClasses_47: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
8828
8851
  readonly classes: {
8829
8852
  slide: string;
8830
8853
  image: string;
@@ -8833,7 +8856,7 @@ declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", st
8833
8856
  readonly cx: (...args: any) => string;
8834
8857
  };
8835
8858
 
8836
- declare const useClasses_47: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeRoot" | "pageSizeTextContainer" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput", string>>, addStatic?: boolean) => {
8859
+ declare const useClasses_48: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeRoot" | "pageSizeTextContainer" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput", string>>, addStatic?: boolean) => {
8837
8860
  readonly classes: {
8838
8861
  root: string;
8839
8862
  pageSizeOptions: string;
@@ -8851,7 +8874,7 @@ declare const useClasses_47: (classesProp?: Partial<Record<"icon" | "root" | "ic
8851
8874
  readonly cx: (...args: any) => string;
8852
8875
  };
8853
8876
 
8854
- declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "error" | "group" | "root" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
8877
+ declare const useClasses_49: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "error" | "group" | "root" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
8855
8878
  readonly classes: {
8856
8879
  root: string;
8857
8880
  label: string;
@@ -8866,24 +8889,6 @@ declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizon
8866
8889
  readonly cx: (...args: any) => string;
8867
8890
  };
8868
8891
 
8869
- declare const useClasses_49: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "description" | "panel" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly", string>>, addStatic?: boolean) => {
8870
- readonly classes: {
8871
- root: string;
8872
- labelContainer: string;
8873
- label: string;
8874
- description: string;
8875
- headerColorValue: string;
8876
- headerColorIcon: string;
8877
- panel: string;
8878
- colorPicker: string;
8879
- colorPickerIcon: string;
8880
- dropdownRootIconOnly: string;
8881
- headerColorIconOnly: string;
8882
- };
8883
- readonly css: any;
8884
- readonly cx: (...args: any) => string;
8885
- };
8886
-
8887
8892
  declare const useClasses_5: (classesProp?: Partial<Record<"condensed" | "separator" | "disabled" | "selected" | "root" | "focus" | "startAdornment" | "endAdornment" | "interactive" | "gutters", string>>, addStatic?: boolean) => {
8888
8893
  readonly classes: {
8889
8894
  root: string;
@@ -8901,7 +8906,25 @@ declare const useClasses_5: (classesProp?: Partial<Record<"condensed" | "separat
8901
8906
  readonly cx: (...args: any) => string;
8902
8907
  };
8903
8908
 
8904
- declare const useClasses_50: (classesProp?: Partial<Record<"fixed" | "root" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
8909
+ declare const useClasses_50: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "description" | "panel" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly", string>>, addStatic?: boolean) => {
8910
+ readonly classes: {
8911
+ root: string;
8912
+ labelContainer: string;
8913
+ label: string;
8914
+ description: string;
8915
+ headerColorValue: string;
8916
+ headerColorIcon: string;
8917
+ panel: string;
8918
+ colorPicker: string;
8919
+ colorPickerIcon: string;
8920
+ dropdownRootIconOnly: string;
8921
+ headerColorIconOnly: string;
8922
+ };
8923
+ readonly css: any;
8924
+ readonly cx: (...args: any) => string;
8925
+ };
8926
+
8927
+ declare const useClasses_51: (classesProp?: Partial<Record<"fixed" | "root" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
8905
8928
  readonly classes: {
8906
8929
  root: string;
8907
8930
  disableGutters: string;
@@ -8916,7 +8939,7 @@ declare const useClasses_50: (classesProp?: Partial<Record<"fixed" | "root" | "d
8916
8939
  readonly cx: (...args: any) => string;
8917
8940
  };
8918
8941
 
8919
- declare const useClasses_51: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
8942
+ declare const useClasses_52: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
8920
8943
  readonly classes: {
8921
8944
  root: string;
8922
8945
  section: string;
@@ -8927,7 +8950,7 @@ declare const useClasses_51: (classesProp?: Partial<Record<"section" | "root" |
8927
8950
  readonly cx: (...args: any) => string;
8928
8951
  };
8929
8952
 
8930
- declare const useClasses_52: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "variantListHead" | "variantListactions" | "variantListcheckbox" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing", string>>, addStatic?: boolean) => {
8953
+ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "variantListHead" | "variantListactions" | "variantListcheckbox" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing", string>>, addStatic?: boolean) => {
8931
8954
  readonly classes: {
8932
8955
  root: string;
8933
8956
  head: string;
@@ -8958,7 +8981,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"body" | "footer" | "
8958
8981
  readonly cx: (...args: any) => string;
8959
8982
  };
8960
8983
 
8961
- declare const useClasses_53: (classesProp?: Partial<Record<"body" | "expanded" | "footer" | "head" | "selected" | "root" | "variantList" | "variantListHead" | "striped" | "hover", string>>, addStatic?: boolean) => {
8984
+ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "expanded" | "footer" | "head" | "selected" | "root" | "variantList" | "variantListHead" | "striped" | "hover", string>>, addStatic?: boolean) => {
8962
8985
  readonly classes: {
8963
8986
  root: string;
8964
8987
  head: string;
@@ -8975,7 +8998,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "expanded" |
8975
8998
  readonly cx: (...args: any) => string;
8976
8999
  };
8977
9000
 
8978
- declare const useClasses_54: (classesProp?: Partial<Record<"body" | "resizer" | "footer" | "head" | "root" | "resizable" | "headerContent" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortButton" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
9001
+ declare const useClasses_55: (classesProp?: Partial<Record<"body" | "resizer" | "footer" | "head" | "root" | "resizable" | "headerContent" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortButton" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
8979
9002
  readonly classes: {
8980
9003
  root: string;
8981
9004
  head: string;
@@ -9015,7 +9038,7 @@ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "resizer" |
9015
9038
  readonly cx: (...args: any) => string;
9016
9039
  };
9017
9040
 
9018
- declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9041
+ declare const useClasses_56: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9019
9042
  readonly classes: {
9020
9043
  root: string;
9021
9044
  stickyHeader: string;
@@ -9026,7 +9049,7 @@ declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeade
9026
9049
  readonly cx: (...args: any) => string;
9027
9050
  };
9028
9051
 
9029
- declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9052
+ declare const useClasses_57: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9030
9053
  readonly classes: {
9031
9054
  root: string;
9032
9055
  };
@@ -9034,7 +9057,7 @@ declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, add
9034
9057
  readonly cx: (...args: any) => string;
9035
9058
  };
9036
9059
 
9037
- declare const useClasses_57: (classesProp?: Partial<Record<"label" | "icon" | "error" | "input" | "root" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline", string>>, addStatic?: boolean) => {
9060
+ declare const useClasses_58: (classesProp?: Partial<Record<"label" | "icon" | "error" | "input" | "root" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline", string>>, addStatic?: boolean) => {
9038
9061
  readonly classes: {
9039
9062
  root: string;
9040
9063
  labelContainer: string;
@@ -9058,7 +9081,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"label" | "icon" | "e
9058
9081
  readonly cx: (...args: any) => string;
9059
9082
  };
9060
9083
 
9061
- declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9084
+ declare const useClasses_59: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9062
9085
  readonly classes: {
9063
9086
  root: string;
9064
9087
  sortDropdown: string;
@@ -9067,7 +9090,18 @@ declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdow
9067
9090
  readonly cx: (...args: any) => string;
9068
9091
  };
9069
9092
 
9070
- declare const useClasses_59: (classesProp?: Partial<Record<"dropdown" | "label" | "disabled" | "error" | "placeholder" | "readOnly" | "root" | "description" | "arrow" | "selectionDisabled" | "labelContainer" | "placeholderClosed" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
9093
+ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9094
+ readonly classes: {
9095
+ root: string;
9096
+ counterDisabled: string;
9097
+ gutter: string;
9098
+ overloaded: string;
9099
+ };
9100
+ readonly css: any;
9101
+ readonly cx: (...args: any) => string;
9102
+ };
9103
+
9104
+ declare const useClasses_60: (classesProp?: Partial<Record<"dropdown" | "label" | "disabled" | "error" | "placeholder" | "readOnly" | "root" | "description" | "arrow" | "selectionDisabled" | "labelContainer" | "placeholderClosed" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
9071
9105
  readonly classes: {
9072
9106
  root: string;
9073
9107
  labelContainer: string;
@@ -9091,18 +9125,7 @@ declare const useClasses_59: (classesProp?: Partial<Record<"dropdown" | "label"
9091
9125
  readonly cx: (...args: any) => string;
9092
9126
  };
9093
9127
 
9094
- declare const useClasses_6: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9095
- readonly classes: {
9096
- root: string;
9097
- counterDisabled: string;
9098
- gutter: string;
9099
- overloaded: string;
9100
- };
9101
- readonly css: any;
9102
- readonly cx: (...args: any) => string;
9103
- };
9104
-
9105
- declare const useClasses_60: (classesProp?: Partial<Record<"virtualized" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer" | "selectAll", string>>, addStatic?: boolean) => {
9128
+ declare const useClasses_61: (classesProp?: Partial<Record<"virtualized" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer" | "selectAll", string>>, addStatic?: boolean) => {
9106
9129
  readonly classes: {
9107
9130
  rootList: string;
9108
9131
  dropdownListContainer: string;
@@ -9116,7 +9139,7 @@ declare const useClasses_60: (classesProp?: Partial<Record<"virtualized" | "drop
9116
9139
  readonly cx: (...args: any) => string;
9117
9140
  };
9118
9141
 
9119
- declare const useClasses_61: (classesProp?: Partial<Record<"dropdown" | "container" | "label" | "icon" | "error" | "action" | "root" | "description" | "panel" | "actionContainer" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "rightContainer" | "leftContainer" | "inputText" | "dateText", string>>, addStatic?: boolean) => {
9142
+ declare const useClasses_62: (classesProp?: Partial<Record<"dropdown" | "container" | "label" | "icon" | "error" | "action" | "root" | "description" | "panel" | "actionContainer" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "rightContainer" | "leftContainer" | "inputText" | "dateText", string>>, addStatic?: boolean) => {
9120
9143
  readonly classes: {
9121
9144
  root: string;
9122
9145
  actionContainer: string;
@@ -9140,7 +9163,7 @@ declare const useClasses_61: (classesProp?: Partial<Record<"dropdown" | "contain
9140
9163
  readonly cx: (...args: any) => string;
9141
9164
  };
9142
9165
 
9143
- declare const useClasses_62: (classesProp?: Partial<Record<"root" | "fullScreen", string>>, addStatic?: boolean) => {
9166
+ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "fullScreen", string>>, addStatic?: boolean) => {
9144
9167
  readonly classes: {
9145
9168
  root: string;
9146
9169
  fullScreen: string;
@@ -9149,7 +9172,7 @@ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "fullScreen"
9149
9172
  readonly cx: (...args: any) => string;
9150
9173
  };
9151
9174
 
9152
- declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9175
+ declare const useClasses_64: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9153
9176
  readonly classes: {
9154
9177
  root: string;
9155
9178
  textContent: string;
@@ -9158,7 +9181,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent
9158
9181
  readonly cx: (...args: any) => string;
9159
9182
  };
9160
9183
 
9161
- declare const useClasses_64: (classesProp?: Partial<Record<"spacing" | "root" | "fullscreen", string>>, addStatic?: boolean) => {
9184
+ declare const useClasses_65: (classesProp?: Partial<Record<"spacing" | "root" | "fullscreen", string>>, addStatic?: boolean) => {
9162
9185
  readonly classes: {
9163
9186
  root: string;
9164
9187
  fullscreen: string;
@@ -9168,7 +9191,7 @@ declare const useClasses_64: (classesProp?: Partial<Record<"spacing" | "root" |
9168
9191
  readonly cx: (...args: any) => string;
9169
9192
  };
9170
9193
 
9171
- declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "background" | "error" | "root" | "success" | "fullScreen" | "paper" | "fullHeight" | "closeButton" | "statusBar", string>>, addStatic?: boolean) => {
9194
+ declare const useClasses_66: (classesProp?: Partial<Record<"warning" | "background" | "error" | "root" | "success" | "fullScreen" | "paper" | "fullHeight" | "closeButton" | "statusBar", string>>, addStatic?: boolean) => {
9172
9195
  readonly classes: {
9173
9196
  root: string;
9174
9197
  background: string;
@@ -9185,7 +9208,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "backgrou
9185
9208
  readonly cx: (...args: any) => string;
9186
9209
  };
9187
9210
 
9188
- declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "radio" | "icon" | "root", string>>, addStatic?: boolean) => {
9211
+ declare const useClasses_67: (classesProp?: Partial<Record<"horizontal" | "radio" | "icon" | "root", string>>, addStatic?: boolean) => {
9189
9212
  readonly classes: {
9190
9213
  root: string;
9191
9214
  horizontal: string;
@@ -9196,7 +9219,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "radio
9196
9219
  readonly cx: (...args: any) => string;
9197
9220
  };
9198
9221
 
9199
- declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "error" | "group" | "root" | "invalid", string>>, addStatic?: boolean) => {
9222
+ declare const useClasses_68: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "error" | "group" | "root" | "invalid", string>>, addStatic?: boolean) => {
9200
9223
  readonly classes: {
9201
9224
  root: string;
9202
9225
  label: string;
@@ -9210,7 +9233,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizon
9210
9233
  readonly cx: (...args: any) => string;
9211
9234
  };
9212
9235
 
9213
- declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9236
+ declare const useClasses_69: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9214
9237
  readonly classes: {
9215
9238
  root: string;
9216
9239
  paper: string;
@@ -9221,32 +9244,32 @@ declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root"
9221
9244
  readonly cx: (...args: any) => string;
9222
9245
  };
9223
9246
 
9224
- declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root" | "actionContainer" | "messageContainer" | "iconContainer" | "containerMessageOnly" | "titleContainer" | "textContainer", string>>, addStatic?: boolean) => {
9247
+ declare const useClasses_7: (classesProp?: Partial<Record<"disabled" | "root" | "hideIcon", string>>, addStatic?: boolean) => {
9225
9248
  readonly classes: {
9226
9249
  root: string;
9227
- container: string;
9228
- containerMessageOnly: string;
9229
- iconContainer: string;
9230
- titleContainer: string;
9231
- textContainer: string;
9232
- messageContainer: string;
9233
- actionContainer: string;
9250
+ hideIcon: string;
9251
+ disabled: string;
9234
9252
  };
9235
9253
  readonly css: any;
9236
9254
  readonly cx: (...args: any) => string;
9237
9255
  };
9238
9256
 
9239
- declare const useClasses_7: (classesProp?: Partial<Record<"disabled" | "root" | "hideIcon", string>>, addStatic?: boolean) => {
9257
+ declare const useClasses_70: (classesProp?: Partial<Record<"container" | "root" | "actionContainer" | "messageContainer" | "iconContainer" | "containerMessageOnly" | "titleContainer" | "textContainer", string>>, addStatic?: boolean) => {
9240
9258
  readonly classes: {
9241
9259
  root: string;
9242
- hideIcon: string;
9243
- disabled: string;
9260
+ container: string;
9261
+ containerMessageOnly: string;
9262
+ iconContainer: string;
9263
+ titleContainer: string;
9264
+ textContainer: string;
9265
+ messageContainer: string;
9266
+ actionContainer: string;
9244
9267
  };
9245
9268
  readonly css: any;
9246
9269
  readonly cx: (...args: any) => string;
9247
9270
  };
9248
9271
 
9249
- declare const useClasses_70: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9272
+ declare const useClasses_71: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9250
9273
  readonly classes: {
9251
9274
  previewButton: string;
9252
9275
  overlay: string;
@@ -9255,7 +9278,7 @@ declare const useClasses_70: (classesProp?: Partial<Record<"overlay" | "previewB
9255
9278
  readonly cx: (...args: any) => string;
9256
9279
  };
9257
9280
 
9258
- declare const useClasses_71: (classesProp?: Partial<Record<"icon" | "progressbar" | "root" | "removeButton" | "progressbarContainer" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer" | "fail", string>>, addStatic?: boolean) => {
9281
+ declare const useClasses_72: (classesProp?: Partial<Record<"icon" | "progressbar" | "root" | "removeButton" | "progressbarContainer" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer" | "fail", string>>, addStatic?: boolean) => {
9259
9282
  readonly classes: {
9260
9283
  root: string;
9261
9284
  progressbar: string;
@@ -9272,7 +9295,7 @@ declare const useClasses_71: (classesProp?: Partial<Record<"icon" | "progressbar
9272
9295
  readonly cx: (...args: any) => string;
9273
9296
  };
9274
9297
 
9275
- declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9298
+ declare const useClasses_73: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9276
9299
  readonly classes: {
9277
9300
  root: string;
9278
9301
  };
@@ -9280,7 +9303,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, add
9280
9303
  readonly cx: (...args: any) => string;
9281
9304
  };
9282
9305
 
9283
- declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" | "dropZoneLabelsGroup" | "dragAction" | "dropZoneContainerDisabled" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9306
+ declare const useClasses_74: (classesProp?: Partial<Record<"dropZoneContainer" | "dropZoneLabelsGroup" | "dragAction" | "dropZoneContainerDisabled" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9284
9307
  readonly classes: {
9285
9308
  dropZoneContainer: string;
9286
9309
  dropZoneLabelsGroup: string;
@@ -9298,7 +9321,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" |
9298
9321
  readonly cx: (...args: any) => string;
9299
9322
  };
9300
9323
 
9301
- declare const useClasses_74: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9324
+ declare const useClasses_75: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9302
9325
  readonly classes: {
9303
9326
  root: string;
9304
9327
  label: string;
@@ -9310,7 +9333,7 @@ declare const useClasses_74: (classesProp?: Partial<Record<"label" | "error" | "
9310
9333
  readonly cx: (...args: any) => string;
9311
9334
  };
9312
9335
 
9313
- declare const useClasses_75: (classesProp?: Partial<Record<"dropdown" | "space" | "header" | "root" | "panel" | "actions" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "actionBar" | "applyButton", string>>, addStatic?: boolean) => {
9336
+ declare const useClasses_76: (classesProp?: Partial<Record<"dropdown" | "space" | "header" | "root" | "panel" | "actions" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "actionBar" | "applyButton", string>>, addStatic?: boolean) => {
9314
9337
  readonly classes: {
9315
9338
  dropdown: string;
9316
9339
  panel: string;
@@ -9328,7 +9351,7 @@ declare const useClasses_75: (classesProp?: Partial<Record<"dropdown" | "space"
9328
9351
  readonly cx: (...args: any) => string;
9329
9352
  };
9330
9353
 
9331
- declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "separator" | "root" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9354
+ declare const useClasses_77: (classesProp?: Partial<Record<"name" | "small" | "separator" | "root" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9332
9355
  readonly classes: {
9333
9356
  root: string;
9334
9357
  name: string;
@@ -9341,7 +9364,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "s
9341
9364
  readonly cx: (...args: any) => string;
9342
9365
  };
9343
9366
 
9344
- declare const useClasses_77: (classesProp?: Partial<Record<"name" | "section" | "root" | "actions" | "backButton" | "wrapper" | "positionSticky" | "positionFixed" | "global", string>>, addStatic?: boolean) => {
9367
+ declare const useClasses_78: (classesProp?: Partial<Record<"name" | "section" | "root" | "actions" | "backButton" | "wrapper" | "positionSticky" | "positionFixed" | "global", string>>, addStatic?: boolean) => {
9345
9368
  readonly classes: {
9346
9369
  root: string;
9347
9370
  positionSticky: string;
@@ -9357,7 +9380,7 @@ declare const useClasses_77: (classesProp?: Partial<Record<"name" | "section" |
9357
9380
  readonly cx: (...args: any) => string;
9358
9381
  };
9359
9382
 
9360
- declare const useClasses_78: (classesProp?: Partial<Record<"container" | "root" | "item" | "zeroMinWidth" | "direction-xs-column" | "direction-xs-reverse" | "direction-xs-row-reverse" | "wrap-xs-nowrap" | "wrap-xs-wrap-reverse" | "spacing-xs-1" | "spacing-xs-2" | "spacing-xs-3" | "spacing-xs-4" | "spacing-xs-5" | "spacing-xs-6" | "spacing-xs-7" | "spacing-xs-8" | "spacing-xs-9" | "spacing-xs-10" | "grid-xs-auto" | "grid-xs-true" | "grid-xs-1" | "grid-xs-2" | "grid-xs-3" | "grid-xs-4" | "grid-xs-5" | "grid-xs-6" | "grid-xs-7" | "grid-xs-8" | "grid-xs-9" | "grid-xs-10" | "grid-xs-11" | "grid-xs-12", string>>, addStatic?: boolean) => {
9383
+ declare const useClasses_79: (classesProp?: Partial<Record<"container" | "root" | "item" | "zeroMinWidth" | "direction-xs-column" | "direction-xs-reverse" | "direction-xs-row-reverse" | "wrap-xs-nowrap" | "wrap-xs-wrap-reverse" | "spacing-xs-1" | "spacing-xs-2" | "spacing-xs-3" | "spacing-xs-4" | "spacing-xs-5" | "spacing-xs-6" | "spacing-xs-7" | "spacing-xs-8" | "spacing-xs-9" | "spacing-xs-10" | "grid-xs-auto" | "grid-xs-true" | "grid-xs-1" | "grid-xs-2" | "grid-xs-3" | "grid-xs-4" | "grid-xs-5" | "grid-xs-6" | "grid-xs-7" | "grid-xs-8" | "grid-xs-9" | "grid-xs-10" | "grid-xs-11" | "grid-xs-12", string>>, addStatic?: boolean) => {
9361
9384
  readonly classes: {
9362
9385
  root: string;
9363
9386
  container: string;
@@ -9397,25 +9420,25 @@ declare const useClasses_78: (classesProp?: Partial<Record<"container" | "root"
9397
9420
  readonly cx: (...args: any) => string;
9398
9421
  };
9399
9422
 
9400
- declare const useClasses_79: (classesProp?: Partial<Record<"header" | "fixed" | "root", string>>, addStatic?: boolean) => {
9423
+ declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9401
9424
  readonly classes: {
9402
9425
  root: string;
9403
- header: string;
9404
- fixed: string;
9405
9426
  };
9406
9427
  readonly css: any;
9407
9428
  readonly cx: (...args: any) => string;
9408
9429
  };
9409
9430
 
9410
- declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9431
+ declare const useClasses_80: (classesProp?: Partial<Record<"header" | "fixed" | "root", string>>, addStatic?: boolean) => {
9411
9432
  readonly classes: {
9412
9433
  root: string;
9434
+ header: string;
9435
+ fixed: string;
9413
9436
  };
9414
9437
  readonly css: any;
9415
9438
  readonly cx: (...args: any) => string;
9416
9439
  };
9417
9440
 
9418
- declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9441
+ declare const useClasses_81: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9419
9442
  readonly classes: {
9420
9443
  root: string;
9421
9444
  };
@@ -9423,7 +9446,7 @@ declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, add
9423
9446
  readonly cx: (...args: any) => string;
9424
9447
  };
9425
9448
 
9426
- declare const useClasses_81: (classesProp?: Partial<Record<"separator" | "root" | "brandName", string>>, addStatic?: boolean) => {
9449
+ declare const useClasses_82: (classesProp?: Partial<Record<"separator" | "root" | "brandName", string>>, addStatic?: boolean) => {
9427
9450
  readonly classes: {
9428
9451
  root: string;
9429
9452
  separator: string;
@@ -9433,7 +9456,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"separator" | "root"
9433
9456
  readonly cx: (...args: any) => string;
9434
9457
  };
9435
9458
 
9436
- declare const useClasses_82: (classesProp?: Partial<Record<"hidden" | "menu" | "menubar" | "active" | "list" | "root", string>>, addStatic?: boolean) => {
9459
+ declare const useClasses_83: (classesProp?: Partial<Record<"hidden" | "menu" | "menubar" | "active" | "list" | "root", string>>, addStatic?: boolean) => {
9437
9460
  readonly classes: {
9438
9461
  root: string;
9439
9462
  menu: string;
@@ -9446,7 +9469,7 @@ declare const useClasses_82: (classesProp?: Partial<Record<"hidden" | "menu" | "
9446
9469
  readonly cx: (...args: any) => string;
9447
9470
  };
9448
9471
 
9449
- declare const useClasses_83: (classesProp?: Partial<Record<"link" | "button" | "menu" | "menubar" | "selected" | "root" | "item", string>>, addStatic?: boolean) => {
9472
+ declare const useClasses_84: (classesProp?: Partial<Record<"link" | "button" | "menu" | "menubar" | "selected" | "root" | "item", string>>, addStatic?: boolean) => {
9450
9473
  readonly classes: {
9451
9474
  root: string;
9452
9475
  menu: string;
@@ -9460,7 +9483,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"link" | "button" | "
9460
9483
  readonly cx: (...args: any) => string;
9461
9484
  };
9462
9485
 
9463
- declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9486
+ declare const useClasses_85: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9464
9487
  readonly classes: {
9465
9488
  root: string;
9466
9489
  };
@@ -9468,7 +9491,7 @@ declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, add
9468
9491
  readonly cx: (...args: any) => string;
9469
9492
  };
9470
9493
 
9471
- declare const useClasses_85: (classesProp?: Partial<Record<"text" | "button" | "icon" | "input" | "root" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
9494
+ declare const useClasses_86: (classesProp?: Partial<Record<"text" | "button" | "icon" | "input" | "root" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
9472
9495
  readonly classes: {
9473
9496
  root: string;
9474
9497
  input: string;
@@ -9484,7 +9507,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"text" | "button" | "
9484
9507
  readonly cx: (...args: any) => string;
9485
9508
  };
9486
9509
 
9487
- declare const useClasses_86: (classesProp?: Partial<Record<"link" | "root" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "itemSelector" | "selectAllSelector", string>>, addStatic?: boolean) => {
9510
+ declare const useClasses_87: (classesProp?: Partial<Record<"link" | "root" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "itemSelector" | "selectAllSelector", string>>, addStatic?: boolean) => {
9488
9511
  readonly classes: {
9489
9512
  root: string;
9490
9513
  virtualizedRoot: string;
@@ -9501,7 +9524,7 @@ declare const useClasses_86: (classesProp?: Partial<Record<"link" | "root" | "it
9501
9524
  readonly cx: (...args: any) => string;
9502
9525
  };
9503
9526
 
9504
- declare const useClasses_87: (classesProp?: Partial<Record<"overlay" | "label" | "hidden" | "root" | "blur" | "barContainer" | "loadingBar", string>>, addStatic?: boolean) => {
9527
+ declare const useClasses_88: (classesProp?: Partial<Record<"overlay" | "label" | "hidden" | "root" | "blur" | "barContainer" | "loadingBar", string>>, addStatic?: boolean) => {
9505
9528
  readonly classes: {
9506
9529
  root: string;
9507
9530
  barContainer: string;
@@ -9515,7 +9538,7 @@ declare const useClasses_87: (classesProp?: Partial<Record<"overlay" | "label" |
9515
9538
  readonly cx: (...args: any) => string;
9516
9539
  };
9517
9540
 
9518
- declare const useClasses_88: (classesProp?: Partial<Record<"loading" | "root", string>>, addStatic?: boolean) => {
9541
+ declare const useClasses_89: (classesProp?: Partial<Record<"loading" | "root", string>>, addStatic?: boolean) => {
9519
9542
  readonly classes: {
9520
9543
  root: string;
9521
9544
  loading: string;
@@ -9524,26 +9547,26 @@ declare const useClasses_88: (classesProp?: Partial<Record<"loading" | "root", s
9524
9547
  readonly cx: (...args: any) => string;
9525
9548
  };
9526
9549
 
9527
- declare const useClasses_89: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
9550
+ declare const useClasses_9: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
9528
9551
  readonly classes: {
9529
9552
  root: string;
9530
- formContainer: string;
9553
+ labelDisabled: string;
9554
+ childGutter: string;
9531
9555
  };
9532
9556
  readonly css: any;
9533
9557
  readonly cx: (...args: any) => string;
9534
9558
  };
9535
9559
 
9536
- declare const useClasses_9: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
9560
+ declare const useClasses_90: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
9537
9561
  readonly classes: {
9538
9562
  root: string;
9539
- labelDisabled: string;
9540
- childGutter: string;
9563
+ formContainer: string;
9541
9564
  };
9542
9565
  readonly css: any;
9543
9566
  readonly cx: (...args: any) => string;
9544
9567
  };
9545
9568
 
9546
- declare const useClasses_90: (classesProp?: Partial<Record<"vertical" | "button" | "multiple" | "selected" | "root" | "splitGroup" | "splitGroupDisabled" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
9569
+ declare const useClasses_91: (classesProp?: Partial<Record<"vertical" | "button" | "multiple" | "selected" | "root" | "splitGroup" | "splitGroupDisabled" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
9547
9570
  readonly classes: {
9548
9571
  root: string;
9549
9572
  multiple: string;
@@ -9559,7 +9582,7 @@ declare const useClasses_90: (classesProp?: Partial<Record<"vertical" | "button"
9559
9582
  readonly cx: (...args: any) => string;
9560
9583
  };
9561
9584
 
9562
- declare const useClasses_91: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
9585
+ declare const useClasses_92: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
9563
9586
  readonly classes: {
9564
9587
  tooltipData: string;
9565
9588
  tooltipAnchor: string;
@@ -9569,7 +9592,7 @@ declare const useClasses_91: (classesProp?: Partial<Record<"tooltipData" | "tool
9569
9592
  readonly cx: (...args: any) => string;
9570
9593
  };
9571
9594
 
9572
- declare const useClasses_92: (classesProp?: Partial<Record<"tooltip" | "root" | "popper", string>>, addStatic?: boolean) => {
9595
+ declare const useClasses_93: (classesProp?: Partial<Record<"tooltip" | "root" | "popper", string>>, addStatic?: boolean) => {
9573
9596
  readonly classes: {
9574
9597
  root: string;
9575
9598
  tooltip: string;
@@ -9579,7 +9602,7 @@ declare const useClasses_92: (classesProp?: Partial<Record<"tooltip" | "root" |
9579
9602
  readonly cx: (...args: any) => string;
9580
9603
  };
9581
9604
 
9582
- declare const useClasses_93: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9605
+ declare const useClasses_94: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9583
9606
  readonly classes: {
9584
9607
  root: string;
9585
9608
  };
@@ -9587,7 +9610,7 @@ declare const useClasses_93: (classesProp?: Partial<Record<"root", string>>, add
9587
9610
  readonly cx: (...args: any) => string;
9588
9611
  };
9589
9612
 
9590
- declare const useClasses_94: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
9613
+ declare const useClasses_95: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
9591
9614
  readonly classes: {
9592
9615
  root: string;
9593
9616
  progress: string;
@@ -9602,7 +9625,7 @@ declare const useClasses_94: (classesProp?: Partial<Record<"progress" | "root" |
9602
9625
  readonly cx: (...args: any) => string;
9603
9626
  };
9604
9627
 
9605
- declare const useClasses_95: (classesProp?: Partial<Record<"root" | "removeButton" | "combinator" | "topGroup" | "subGroup" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground" | "createConditionButton" | "createGroupButton", string>>, addStatic?: boolean) => {
9628
+ declare const useClasses_96: (classesProp?: Partial<Record<"root" | "removeButton" | "combinator" | "topGroup" | "subGroup" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground" | "createConditionButton" | "createGroupButton", string>>, addStatic?: boolean) => {
9606
9629
  readonly classes: {
9607
9630
  root: string;
9608
9631
  topGroup: string;
@@ -9626,7 +9649,7 @@ declare const useClasses_95: (classesProp?: Partial<Record<"root" | "removeButto
9626
9649
  readonly cx: (...args: any) => string;
9627
9650
  };
9628
9651
 
9629
- declare const useClasses_96: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "radio" | "disabled" | "checked" | "root" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
9652
+ declare const useClasses_97: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "radio" | "disabled" | "checked" | "root" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
9630
9653
  readonly classes: {
9631
9654
  root: string;
9632
9655
  container: string;
@@ -9645,7 +9668,7 @@ declare const useClasses_96: (classesProp?: Partial<Record<"left" | "right" | "c
9645
9668
  readonly cx: (...args: any) => string;
9646
9669
  };
9647
9670
 
9648
- declare const useClasses_97: (classesProp?: Partial<Record<"text" | "button" | "selected" | "root" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
9671
+ declare const useClasses_98: (classesProp?: Partial<Record<"text" | "button" | "selected" | "root" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
9649
9672
  readonly classes: {
9650
9673
  root: string;
9651
9674
  button: string;
@@ -9658,7 +9681,7 @@ declare const useClasses_97: (classesProp?: Partial<Record<"text" | "button" | "
9658
9681
  readonly cx: (...args: any) => string;
9659
9682
  };
9660
9683
 
9661
- declare const useClasses_98: (classesProp?: Partial<Record<"root" | "item" | "itemSelected" | "positionSticky" | "positionFixed", string>>, addStatic?: boolean) => {
9684
+ declare const useClasses_99: (classesProp?: Partial<Record<"root" | "item" | "itemSelected" | "positionSticky" | "positionFixed", string>>, addStatic?: boolean) => {
9662
9685
  readonly classes: {
9663
9686
  root: string;
9664
9687
  positionSticky: string;
@@ -9670,17 +9693,6 @@ declare const useClasses_98: (classesProp?: Partial<Record<"root" | "item" | "it
9670
9693
  readonly cx: (...args: any) => string;
9671
9694
  };
9672
9695
 
9673
- declare const useClasses_99: (classesProp?: Partial<Record<"button" | "icon" | "root" | "notSelected", string>>, addStatic?: boolean) => {
9674
- readonly classes: {
9675
- root: string;
9676
- icon: string;
9677
- notSelected: string;
9678
- button: string;
9679
- };
9680
- readonly css: any;
9681
- readonly cx: (...args: any) => string;
9682
- };
9683
-
9684
9696
  export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: React.RefObject<T | null>, handler: (event: HvClickOutsideEvent) => void) => void;
9685
9697
 
9686
9698
  export declare const useComputation: (valueFn: Function, valueFallback?: Function) => (Function | undefined)[];