@hitachivantara/uikit-react-core 6.6.1 → 6.8.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
  /**
@@ -1368,7 +1364,7 @@ export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChan
1368
1364
 
1369
1365
  export declare const HvBaseDropdown: ForwardRefExoticComponent<Omit<HvBaseDropdownProps, "ref"> & RefAttributes<HTMLDivElement>>;
1370
1366
 
1371
- export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_19>;
1367
+ export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_18>;
1372
1368
 
1373
1369
  export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement, "onToggle"> {
1374
1370
  /**
@@ -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
  */
@@ -1466,7 +1462,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
1466
1462
  */
1467
1463
  export declare const HvBaseInput: ForwardRefExoticComponent<HvBaseInputProps & RefAttributes<HTMLInputElement>>;
1468
1464
 
1469
- export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_18>;
1465
+ export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_20>;
1470
1466
 
1471
1467
  export declare interface HvBaseInputProps extends Omit<InputBaseProps, "onChange" | "classes" | "ref" | "color" | "size" | "inputProps"> {
1472
1468
  /** The input name. */
@@ -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_19>;
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. */
@@ -5664,7 +5672,7 @@ export declare interface HvSuggestionsProps extends HvBaseProps {
5664
5672
  /** Function called when a suggestion is selected */
5665
5673
  onSuggestionSelected?: (event: React.MouseEvent, value: HvSuggestion) => void;
5666
5674
  /** Function called when suggestion list is closed */
5667
- onClose?: ClickAwayListenerProps["onClickAway"];
5675
+ onClose?: HvDropdownPanelProps["onClickAway"];
5668
5676
  /** A Jss Object used to override or extend the styles applied to the component. */
5669
5677
  classes?: HvSuggestionsClasses;
5670
5678
  /**
@@ -5674,7 +5682,7 @@ export declare interface HvSuggestionsProps extends HvBaseProps {
5674
5682
  * */
5675
5683
  enablePortal?: boolean;
5676
5684
  /** Props passed to the underlying MUI Popper component */
5677
- popperProps?: Partial<PopperProps>;
5685
+ popperProps?: Partial<HvDropdownPanelProps>;
5678
5686
  }
5679
5687
 
5680
5688
  /**
@@ -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.
@@ -7499,6 +7507,7 @@ declare type StringKey<D> = Extract<keyof D, string>;
7499
7507
 
7500
7508
  export declare const suggestionsClasses: {
7501
7509
  root: string;
7510
+ panel: string;
7502
7511
  list: string;
7503
7512
  popper: string;
7504
7513
  portal: string;
@@ -7821,7 +7830,18 @@ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "gutter" | "
7821
7830
  readonly cx: (...args: any) => string;
7822
7831
  };
7823
7832
 
7824
- declare const useClasses_100: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
7833
+ declare const useClasses_100: (classesProp?: Partial<Record<"button" | "icon" | "root" | "notSelected", string>>, addStatic?: boolean) => {
7834
+ readonly classes: {
7835
+ root: string;
7836
+ icon: string;
7837
+ notSelected: string;
7838
+ button: string;
7839
+ };
7840
+ readonly css: any;
7841
+ readonly cx: (...args: any) => string;
7842
+ };
7843
+
7844
+ declare const useClasses_101: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
7825
7845
  readonly classes: {
7826
7846
  root: string;
7827
7847
  positionAbsolute: string;
@@ -7831,7 +7851,7 @@ declare const useClasses_100: (classesProp?: Partial<Record<"root" | "positionFi
7831
7851
  readonly cx: (...args: any) => string;
7832
7852
  };
7833
7853
 
7834
- declare const useClasses_101: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "headerExpandable" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
7854
+ declare const useClasses_102: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "headerExpandable" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
7835
7855
  readonly classes: {
7836
7856
  root: string;
7837
7857
  hidden: string;
@@ -7846,7 +7866,7 @@ declare const useClasses_101: (classesProp?: Partial<Record<"content" | "header"
7846
7866
  readonly cx: (...args: any) => string;
7847
7867
  };
7848
7868
 
7849
- declare const useClasses_102: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7869
+ declare const useClasses_103: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7850
7870
  readonly classes: {
7851
7871
  root: string;
7852
7872
  };
@@ -7854,7 +7874,7 @@ declare const useClasses_102: (classesProp?: Partial<Record<"root", string>>, ad
7854
7874
  readonly cx: (...args: any) => string;
7855
7875
  };
7856
7876
 
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) => {
7877
+ 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
7878
  readonly classes: {
7859
7879
  sliderBase: string;
7860
7880
  rootDisabled: string;
@@ -7879,7 +7899,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"label" | "error" |
7879
7899
  readonly cx: (...args: any) => string;
7880
7900
  };
7881
7901
 
7882
- declare const useClasses_104: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
7902
+ declare const useClasses_105: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
7883
7903
  readonly classes: {
7884
7904
  root: string;
7885
7905
  anchorOriginTopRight: string;
@@ -7893,7 +7913,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"root" | "anchorOrig
7893
7913
  readonly cx: (...args: any) => string;
7894
7914
  };
7895
7915
 
7896
- declare const useClasses_105: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "message" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
7916
+ declare const useClasses_106: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "message" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
7897
7917
  readonly classes: {
7898
7918
  root: string;
7899
7919
  success: string;
@@ -7911,7 +7931,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"accent" | "warning"
7911
7931
  readonly cx: (...args: any) => string;
7912
7932
  };
7913
7933
 
7914
- declare const useClasses_106: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
7934
+ declare const useClasses_107: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
7915
7935
  readonly classes: {
7916
7936
  snackItemRoot: string;
7917
7937
  };
@@ -7919,7 +7939,7 @@ declare const useClasses_106: (classesProp?: Partial<Record<"snackItemRoot", str
7919
7939
  readonly cx: (...args: any) => string;
7920
7940
  };
7921
7941
 
7922
- declare const useClasses_107: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "column" | "row" | "root" | "divider", string>>, addStatic?: boolean) => {
7942
+ declare const useClasses_108: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "column" | "row" | "root" | "divider", string>>, addStatic?: boolean) => {
7923
7943
  readonly classes: {
7924
7944
  root: string;
7925
7945
  column: string;
@@ -7935,7 +7955,7 @@ declare const useClasses_107: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
7935
7955
  readonly cx: (...args: any) => string;
7936
7956
  };
7937
7957
 
7938
- declare const useClasses_108: (classesProp?: Partial<Record<"icon" | "root", string>>, addStatic?: boolean) => {
7958
+ declare const useClasses_109: (classesProp?: Partial<Record<"icon" | "root", string>>, addStatic?: boolean) => {
7939
7959
  readonly classes: {
7940
7960
  root: string;
7941
7961
  icon: string;
@@ -7944,7 +7964,21 @@ declare const useClasses_108: (classesProp?: Partial<Record<"icon" | "root", str
7944
7964
  readonly cx: (...args: any) => string;
7945
7965
  };
7946
7966
 
7947
- declare const useClasses_109: (classesProp?: Partial<Record<"left" | "right" | "top" | "container" | "label" | "error" | "root" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
7967
+ declare const useClasses_11: (classesProp?: Partial<Record<"show" | "root" | "defaultIcon" | "warningText" | "topGutter" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
7968
+ readonly classes: {
7969
+ root: string;
7970
+ defaultIcon: string;
7971
+ warningText: string;
7972
+ show: string;
7973
+ topGutter: string;
7974
+ hideText: string;
7975
+ topBorder: string;
7976
+ };
7977
+ readonly css: any;
7978
+ readonly cx: (...args: any) => string;
7979
+ };
7980
+
7981
+ declare const useClasses_110: (classesProp?: Partial<Record<"left" | "right" | "top" | "container" | "label" | "error" | "root" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
7948
7982
  readonly classes: {
7949
7983
  root: string;
7950
7984
  label: string;
@@ -7960,29 +7994,15 @@ declare const useClasses_109: (classesProp?: Partial<Record<"left" | "right" | "
7960
7994
  readonly cx: (...args: any) => string;
7961
7995
  };
7962
7996
 
7963
- declare const useClasses_11: (classesProp?: Partial<Record<"show" | "root" | "defaultIcon" | "warningText" | "topGutter" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
7997
+ declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7964
7998
  readonly classes: {
7965
7999
  root: string;
7966
- defaultIcon: string;
7967
- warningText: string;
7968
- show: string;
7969
- topGutter: string;
7970
- hideText: string;
7971
- topBorder: string;
7972
8000
  };
7973
8001
  readonly css: any;
7974
8002
  readonly cx: (...args: any) => string;
7975
8003
  };
7976
8004
 
7977
- declare const useClasses_110: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7978
- readonly classes: {
7979
- root: string;
7980
- };
7981
- readonly css: any;
7982
- readonly cx: (...args: any) => string;
7983
- };
7984
-
7985
- declare const useClasses_111: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
8005
+ declare const useClasses_112: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
7986
8006
  readonly classes: {
7987
8007
  root: string;
7988
8008
  header: string;
@@ -7996,7 +8016,7 @@ declare const useClasses_111: (classesProp?: Partial<Record<"content" | "header"
7996
8016
  readonly cx: (...args: any) => string;
7997
8017
  };
7998
8018
 
7999
- declare const useClasses_112: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8019
+ declare const useClasses_113: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8000
8020
  readonly classes: {
8001
8021
  root: string;
8002
8022
  };
@@ -8004,7 +8024,7 @@ declare const useClasses_112: (classesProp?: Partial<Record<"root", string>>, ad
8004
8024
  readonly cx: (...args: any) => string;
8005
8025
  };
8006
8026
 
8007
- declare const useClasses_113: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
8027
+ declare const useClasses_114: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
8008
8028
  readonly classes: {
8009
8029
  root: string;
8010
8030
  stickyHeader: string;
@@ -8013,7 +8033,7 @@ declare const useClasses_113: (classesProp?: Partial<Record<"root" | "stickyHead
8013
8033
  readonly cx: (...args: any) => string;
8014
8034
  };
8015
8035
 
8016
- declare const useClasses_114: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "label" | "icon" | "disabled" | "selected" | "root" | "hasIcon" | "outlined" | "categorical" | "deleteIcon" | "clickable", string>>, addStatic?: boolean) => {
8036
+ declare const useClasses_115: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "label" | "icon" | "disabled" | "selected" | "root" | "hasIcon" | "outlined" | "categorical" | "deleteIcon" | "clickable", string>>, addStatic?: boolean) => {
8017
8037
  readonly classes: {
8018
8038
  root: string;
8019
8039
  hasIcon: string;
@@ -8033,7 +8053,7 @@ declare const useClasses_114: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
8033
8053
  readonly cx: (...args: any) => string;
8034
8054
  };
8035
8055
 
8036
- declare const useClasses_115: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer" | "floating", string>>, addStatic?: boolean) => {
8056
+ declare const useClasses_116: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer" | "floating", string>>, addStatic?: boolean) => {
8037
8057
  readonly classes: {
8038
8058
  root: string;
8039
8059
  indicator: string;
@@ -8045,7 +8065,7 @@ declare const useClasses_115: (classesProp?: Partial<Record<"root" | "indicator"
8045
8065
  readonly cx: (...args: any) => string;
8046
8066
  };
8047
8067
 
8048
- declare const useClasses_116: (classesProp?: Partial<Record<"disabled" | "selected" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8068
+ declare const useClasses_117: (classesProp?: Partial<Record<"disabled" | "selected" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8049
8069
  readonly classes: {
8050
8070
  root: string;
8051
8071
  focusVisible: string;
@@ -8056,7 +8076,7 @@ declare const useClasses_116: (classesProp?: Partial<Record<"disabled" | "select
8056
8076
  readonly cx: (...args: any) => string;
8057
8077
  };
8058
8078
 
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) => {
8079
+ 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
8080
  readonly classes: {
8061
8081
  root: string;
8062
8082
  tag: string;
@@ -8080,7 +8100,7 @@ declare const useClasses_117: (classesProp?: Partial<Record<"label" | "disabled"
8080
8100
  readonly cx: (...args: any) => string;
8081
8101
  };
8082
8102
 
8083
- declare const useClasses_118: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "input" | "root" | "description" | "invalid" | "resizable" | "inputResizable" | "labelContainer" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8103
+ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "input" | "root" | "description" | "invalid" | "resizable" | "inputResizable" | "labelContainer" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8084
8104
  readonly classes: {
8085
8105
  root: string;
8086
8106
  disabled: string;
@@ -8099,14 +8119,6 @@ declare const useClasses_118: (classesProp?: Partial<Record<"label" | "disabled"
8099
8119
  readonly cx: (...args: any) => string;
8100
8120
  };
8101
8121
 
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
8122
  declare const useClasses_12: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "select" | "readOnly" | "root" | "description" | "invalid" | "panel" | "popper" | "labelContainer", string>>, addStatic?: boolean) => {
8111
8123
  readonly classes: {
8112
8124
  root: string;
@@ -8125,7 +8137,15 @@ declare const useClasses_12: (classesProp?: Partial<Record<"label" | "disabled"
8125
8137
  readonly cx: (...args: any) => string;
8126
8138
  };
8127
8139
 
8128
- declare const useClasses_120: (classesProp?: Partial<Record<"label" | "icon" | "error" | "placeholder" | "root" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8140
+ declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8141
+ readonly classes: {
8142
+ root: string;
8143
+ };
8144
+ readonly css: any;
8145
+ readonly cx: (...args: any) => string;
8146
+ };
8147
+
8148
+ declare const useClasses_121: (classesProp?: Partial<Record<"label" | "icon" | "error" | "placeholder" | "root" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8129
8149
  readonly classes: {
8130
8150
  root: string;
8131
8151
  labelContainer: string;
@@ -8145,7 +8165,7 @@ declare const useClasses_120: (classesProp?: Partial<Record<"label" | "icon" | "
8145
8165
  readonly cx: (...args: any) => string;
8146
8166
  };
8147
8167
 
8148
- declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8168
+ declare const useClasses_122: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8149
8169
  readonly classes: {
8150
8170
  root: string;
8151
8171
  };
@@ -8153,7 +8173,7 @@ declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, ad
8153
8173
  readonly cx: (...args: any) => string;
8154
8174
  };
8155
8175
 
8156
- declare const useClasses_122: (classesProp?: Partial<Record<"content" | "label" | "expanded" | "disabled" | "group" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8176
+ declare const useClasses_123: (classesProp?: Partial<Record<"content" | "label" | "expanded" | "disabled" | "group" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8157
8177
  readonly classes: {
8158
8178
  root: string;
8159
8179
  group: string;
@@ -8169,7 +8189,7 @@ declare const useClasses_122: (classesProp?: Partial<Record<"content" | "label"
8169
8189
  readonly cx: (...args: any) => string;
8170
8190
  };
8171
8191
 
8172
- declare const useClasses_123: (classesProp?: Partial<Record<"label" | "expanded" | "disabled" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8192
+ declare const useClasses_124: (classesProp?: Partial<Record<"label" | "expanded" | "disabled" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8173
8193
  readonly classes: {
8174
8194
  root: string;
8175
8195
  expanded: string;
@@ -8183,7 +8203,7 @@ declare const useClasses_123: (classesProp?: Partial<Record<"label" | "expanded"
8183
8203
  readonly cx: (...args: any) => string;
8184
8204
  };
8185
8205
 
8186
- declare const useClasses_124: (classesProp?: Partial<Record<"slider" | "root" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8206
+ declare const useClasses_125: (classesProp?: Partial<Record<"slider" | "root" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8187
8207
  readonly classes: {
8188
8208
  root: string;
8189
8209
  collapsed: string;
@@ -8194,7 +8214,7 @@ declare const useClasses_124: (classesProp?: Partial<Record<"slider" | "root" |
8194
8214
  readonly cx: (...args: any) => string;
8195
8215
  };
8196
8216
 
8197
- declare const useClasses_125: (classesProp?: Partial<Record<"title" | "root" | "minimized" | "collapseButton" | "backButton", string>>, addStatic?: boolean) => {
8217
+ declare const useClasses_126: (classesProp?: Partial<Record<"title" | "root" | "minimized" | "collapseButton" | "backButton", string>>, addStatic?: boolean) => {
8198
8218
  readonly classes: {
8199
8219
  root: string;
8200
8220
  minimized: string;
@@ -8206,7 +8226,7 @@ declare const useClasses_125: (classesProp?: Partial<Record<"title" | "root" | "
8206
8226
  readonly cx: (...args: any) => string;
8207
8227
  };
8208
8228
 
8209
- declare const useClasses_126: (classesProp?: Partial<Record<"hide" | "root", string>>, addStatic?: boolean) => {
8229
+ declare const useClasses_127: (classesProp?: Partial<Record<"hide" | "root", string>>, addStatic?: boolean) => {
8210
8230
  readonly classes: {
8211
8231
  root: string;
8212
8232
  hide: string;
@@ -8215,7 +8235,7 @@ declare const useClasses_126: (classesProp?: Partial<Record<"hide" | "root", str
8215
8235
  readonly cx: (...args: any) => string;
8216
8236
  };
8217
8237
 
8218
- declare const useClasses_127: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8238
+ declare const useClasses_128: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8219
8239
  readonly classes: {
8220
8240
  action: string;
8221
8241
  noIcon: string;
@@ -8225,7 +8245,7 @@ declare const useClasses_127: (classesProp?: Partial<Record<"action" | "minimize
8225
8245
  readonly cx: (...args: any) => string;
8226
8246
  };
8227
8247
 
8228
- declare const useClasses_128: (classesProp?: Partial<Record<"list" | "popup" | "root" | "listItem" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
8248
+ declare const useClasses_129: (classesProp?: Partial<Record<"list" | "popup" | "root" | "listItem" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
8229
8249
  readonly classes: {
8230
8250
  root: string;
8231
8251
  list: string;
@@ -8238,19 +8258,6 @@ declare const useClasses_128: (classesProp?: Partial<Record<"list" | "popup" | "
8238
8258
  readonly cx: (...args: any) => string;
8239
8259
  };
8240
8260
 
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
8261
  declare const useClasses_13: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "root" | "startIcon" | "endIcon" | "focusVisible" | "contained" | "subtle" | "ghost", string>>, addStatic?: boolean) => {
8255
8262
  readonly classes: {
8256
8263
  root: string;
@@ -8268,7 +8275,20 @@ declare const useClasses_13: (classesProp?: Partial<Record<"semantic" | "icon" |
8268
8275
  readonly cx: (...args: any) => string;
8269
8276
  };
8270
8277
 
8271
- declare const useClasses_130: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8278
+ declare const useClasses_130: (classesProp?: Partial<Record<"root" | "listContainer" | "listItemSelected" | "listItemFocus" | "forwardButton" | "listItemDisabled", string>>, addStatic?: boolean) => {
8279
+ readonly classes: {
8280
+ root: string;
8281
+ listItemSelected: string;
8282
+ listItemFocus: string;
8283
+ forwardButton: string;
8284
+ listContainer: string;
8285
+ listItemDisabled: string;
8286
+ };
8287
+ readonly css: any;
8288
+ readonly cx: (...args: any) => string;
8289
+ };
8290
+
8291
+ declare const useClasses_131: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8272
8292
  readonly classes: {
8273
8293
  root: string;
8274
8294
  };
@@ -8276,7 +8296,7 @@ declare const useClasses_130: (classesProp?: Partial<Record<"root", string>>, ad
8276
8296
  readonly cx: (...args: any) => string;
8277
8297
  };
8278
8298
 
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) => {
8299
+ 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
8300
  readonly classes: {
8281
8301
  node: string;
8282
8302
  content: string;
@@ -8302,7 +8322,7 @@ declare const useClasses_131: (classesProp?: Partial<Record<"hide" | "content" |
8302
8322
  readonly cx: (...args: any) => string;
8303
8323
  };
8304
8324
 
8305
- declare const useClasses_132: (classesProp?: Partial<Record<"text" | "content" | "square" | "circle" | "root" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8325
+ declare const useClasses_133: (classesProp?: Partial<Record<"text" | "content" | "square" | "circle" | "root" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8306
8326
  readonly classes: {
8307
8327
  root: string;
8308
8328
  content: string;
@@ -8348,9 +8368,10 @@ declare const useClasses_16: (classesProp?: Partial<Record<"vertical" | "horizon
8348
8368
  readonly cx: (...args: any) => string;
8349
8369
  };
8350
8370
 
8351
- declare const useClasses_17: (classesProp?: Partial<Record<"list" | "root" | "popper" | "portal", string>>, addStatic?: boolean) => {
8371
+ declare const useClasses_17: (classesProp?: Partial<Record<"list" | "root" | "panel" | "popper" | "portal", string>>, addStatic?: boolean) => {
8352
8372
  readonly classes: {
8353
8373
  root: string;
8374
+ panel: string;
8354
8375
  list: string;
8355
8376
  popper: string;
8356
8377
  portal: string;
@@ -8359,25 +8380,7 @@ declare const useClasses_17: (classesProp?: Partial<Record<"list" | "root" | "po
8359
8380
  readonly cx: (...args: any) => string;
8360
8381
  };
8361
8382
 
8362
- declare const useClasses_18: (classesProp?: Partial<Record<"disabled" | "input" | "readOnly" | "root" | "invalid" | "focused" | "multiline" | "resizable" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>, addStatic?: boolean) => {
8363
- readonly classes: {
8364
- root: string;
8365
- disabled: string;
8366
- invalid: string;
8367
- multiline: string;
8368
- resizable: string;
8369
- readOnly: string;
8370
- focused: string;
8371
- input: string;
8372
- inputDisabled: string;
8373
- inputReadOnly: string;
8374
- inputResizable: string;
8375
- };
8376
- readonly css: any;
8377
- readonly cx: (...args: any) => string;
8378
- };
8379
-
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) => {
8383
+ declare const useClasses_18: (classesProp?: Partial<Record<"container" | "header" | "anchor" | "placeholder" | "root" | "rootDisabled" | "headerOpen" | "headerDisabled" | "headerReadOnly" | "arrowContainer" | "arrow" | "selection" | "selectionDisabled" | "panel", string>>, addStatic?: boolean) => {
8381
8384
  readonly classes: {
8382
8385
  root: string;
8383
8386
  rootDisabled: string;
@@ -8393,11 +8396,15 @@ declare const useClasses_19: (classesProp?: Partial<Record<"container" | "header
8393
8396
  selectionDisabled: string;
8394
8397
  placeholder: string;
8395
8398
  panel: string;
8396
- inputExtensionOpen: string;
8397
- inputExtensionLeftPosition: string;
8398
- inputExtensionOpenShadow: string;
8399
- inputExtensionFloatRight: string;
8400
- inputExtensionFloatLeft: string;
8399
+ };
8400
+ readonly css: any;
8401
+ readonly cx: (...args: any) => string;
8402
+ };
8403
+
8404
+ declare const useClasses_19: (classesProp?: Partial<Record<"container" | "panel", string>>, addStatic?: boolean) => {
8405
+ readonly classes: {
8406
+ container: string;
8407
+ panel: string;
8401
8408
  };
8402
8409
  readonly css: any;
8403
8410
  readonly cx: (...args: any) => string;
@@ -8414,7 +8421,25 @@ declare const useClasses_2: (classesProp?: Partial<Record<"disabled" | "root" |
8414
8421
  readonly cx: (...args: any) => string;
8415
8422
  };
8416
8423
 
8417
- declare const useClasses_20: (classesProp?: Partial<Record<"container" | "label" | "hidden" | "disabled" | "root", string>>, addStatic?: boolean) => {
8424
+ declare const useClasses_20: (classesProp?: Partial<Record<"disabled" | "input" | "readOnly" | "root" | "invalid" | "focused" | "multiline" | "resizable" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>, addStatic?: boolean) => {
8425
+ readonly classes: {
8426
+ root: string;
8427
+ disabled: string;
8428
+ invalid: string;
8429
+ multiline: string;
8430
+ resizable: string;
8431
+ readOnly: string;
8432
+ focused: string;
8433
+ input: string;
8434
+ inputDisabled: string;
8435
+ inputReadOnly: string;
8436
+ inputResizable: string;
8437
+ };
8438
+ readonly css: any;
8439
+ readonly cx: (...args: any) => string;
8440
+ };
8441
+
8442
+ declare const useClasses_21: (classesProp?: Partial<Record<"container" | "label" | "hidden" | "disabled" | "root", string>>, addStatic?: boolean) => {
8418
8443
  readonly classes: {
8419
8444
  root: string;
8420
8445
  hidden: string;
@@ -8426,7 +8451,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "label"
8426
8451
  readonly cx: (...args: any) => string;
8427
8452
  };
8428
8453
 
8429
- declare const useClasses_21: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8454
+ declare const useClasses_22: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8430
8455
  readonly classes: {
8431
8456
  root: string;
8432
8457
  };
@@ -8434,7 +8459,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"root", string>>, add
8434
8459
  readonly cx: (...args: any) => string;
8435
8460
  };
8436
8461
 
8437
- declare const useClasses_22: (classesProp?: Partial<Record<"button" | "root" | "actionContainer" | "dropDownMenu" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
8462
+ declare const useClasses_23: (classesProp?: Partial<Record<"button" | "root" | "actionContainer" | "dropDownMenu" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
8438
8463
  readonly classes: {
8439
8464
  root: string;
8440
8465
  button: string;
@@ -8446,7 +8471,7 @@ declare const useClasses_22: (classesProp?: Partial<Record<"button" | "root" | "
8446
8471
  readonly cx: (...args: any) => string;
8447
8472
  };
8448
8473
 
8449
- declare const useClasses_23: (classesProp?: Partial<Record<"open" | "root" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
8474
+ declare const useClasses_24: (classesProp?: Partial<Record<"open" | "root" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
8450
8475
  readonly classes: {
8451
8476
  root: string;
8452
8477
  open: string;
@@ -8457,7 +8482,7 @@ declare const useClasses_23: (classesProp?: Partial<Record<"open" | "root" | "me
8457
8482
  readonly cx: (...args: any) => string;
8458
8483
  };
8459
8484
 
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) => {
8485
+ 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
8486
  readonly classes: {
8462
8487
  root: string;
8463
8488
  item: string;
@@ -8481,7 +8506,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"open" | "single" | "
8481
8506
  readonly cx: (...args: any) => string;
8482
8507
  };
8483
8508
 
8484
- declare const useClasses_25: (classesProp?: Partial<Record<"typography" | "icon" | "disabled" | "title" | "selected" | "root" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
8509
+ declare const useClasses_26: (classesProp?: Partial<Record<"typography" | "icon" | "disabled" | "title" | "selected" | "root" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
8485
8510
  readonly classes: {
8486
8511
  root: string;
8487
8512
  icon: string;
@@ -8497,7 +8522,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"typography" | "icon"
8497
8522
  readonly cx: (...args: any) => string;
8498
8523
  };
8499
8524
 
8500
- declare const useClasses_26: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "container" | "square" | "img" | "root" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
8525
+ declare const useClasses_27: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "container" | "square" | "img" | "root" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
8501
8526
  readonly classes: {
8502
8527
  root: string;
8503
8528
  img: string;
@@ -8517,7 +8542,7 @@ declare const useClasses_26: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
8517
8542
  readonly cx: (...args: any) => string;
8518
8543
  };
8519
8544
 
8520
- declare const useClasses_27: (classesProp?: Partial<Record<"column" | "row" | "root" | "highlight" | "toBack", string>>, addStatic?: boolean) => {
8545
+ declare const useClasses_28: (classesProp?: Partial<Record<"column" | "row" | "root" | "highlight" | "toBack", string>>, addStatic?: boolean) => {
8521
8546
  readonly classes: {
8522
8547
  root: string;
8523
8548
  row: string;
@@ -8529,7 +8554,7 @@ declare const useClasses_27: (classesProp?: Partial<Record<"column" | "row" | "r
8529
8554
  readonly cx: (...args: any) => string;
8530
8555
  };
8531
8556
 
8532
- declare const useClasses_28: (classesProp?: Partial<Record<"root" | "badge" | "badgeHidden" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
8557
+ declare const useClasses_29: (classesProp?: Partial<Record<"root" | "badge" | "badgeHidden" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
8533
8558
  readonly classes: {
8534
8559
  root: string;
8535
8560
  badge: string;
@@ -8541,27 +8566,27 @@ declare const useClasses_28: (classesProp?: Partial<Record<"root" | "badge" | "b
8541
8566
  readonly cx: (...args: any) => string;
8542
8567
  };
8543
8568
 
8544
- declare const useClasses_29: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
8569
+ declare const useClasses_3: (classesProp?: Partial<Record<"disabled" | "root", string>>, addStatic?: boolean) => {
8545
8570
  readonly classes: {
8546
- rootClosed: string;
8547
8571
  root: string;
8548
- anchorOriginTopCenter: string;
8549
- anchorOriginBottomCenter: string;
8572
+ disabled: string;
8550
8573
  };
8551
8574
  readonly css: any;
8552
8575
  readonly cx: (...args: any) => string;
8553
8576
  };
8554
8577
 
8555
- declare const useClasses_3: (classesProp?: Partial<Record<"disabled" | "root", string>>, addStatic?: boolean) => {
8578
+ declare const useClasses_30: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
8556
8579
  readonly classes: {
8580
+ rootClosed: string;
8557
8581
  root: string;
8558
- disabled: string;
8582
+ anchorOriginTopCenter: string;
8583
+ anchorOriginBottomCenter: string;
8559
8584
  };
8560
8585
  readonly css: any;
8561
8586
  readonly cx: (...args: any) => string;
8562
8587
  };
8563
8588
 
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) => {
8589
+ 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
8590
  readonly classes: {
8566
8591
  root: string;
8567
8592
  success: string;
@@ -8583,7 +8608,7 @@ declare const useClasses_30: (classesProp?: Partial<Record<"accent" | "warning"
8583
8608
  readonly cx: (...args: any) => string;
8584
8609
  };
8585
8610
 
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) => {
8611
+ 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
8612
  readonly classes: {
8588
8613
  root: string;
8589
8614
  success: string;
@@ -8604,7 +8629,7 @@ declare const useClasses_31: (classesProp?: Partial<Record<"accent" | "warning"
8604
8629
  readonly cx: (...args: any) => string;
8605
8630
  };
8606
8631
 
8607
- declare const useClasses_32: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate", string>>, addStatic?: boolean) => {
8632
+ declare const useClasses_33: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate", string>>, addStatic?: boolean) => {
8608
8633
  readonly classes: {
8609
8634
  root: string;
8610
8635
  disabled: string;
@@ -8618,7 +8643,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"semantic" | "icon" |
8618
8643
  readonly cx: (...args: any) => string;
8619
8644
  };
8620
8645
 
8621
- declare const useClasses_33: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8646
+ declare const useClasses_34: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8622
8647
  readonly classes: {
8623
8648
  root: string;
8624
8649
  disabled: string;
@@ -8631,7 +8656,7 @@ declare const useClasses_33: (classesProp?: Partial<Record<"semantic" | "icon" |
8631
8656
  readonly cx: (...args: any) => string;
8632
8657
  };
8633
8658
 
8634
- declare const useClasses_34: (classesProp?: Partial<Record<"disabled" | "track" | "switch" | "readOnly" | "checked" | "root" | "focusVisible" | "switchBase" | "thumb", string>>, addStatic?: boolean) => {
8659
+ declare const useClasses_35: (classesProp?: Partial<Record<"disabled" | "track" | "switch" | "readOnly" | "checked" | "root" | "focusVisible" | "switchBase" | "thumb", string>>, addStatic?: boolean) => {
8635
8660
  readonly classes: {
8636
8661
  root: string;
8637
8662
  switch: string;
@@ -8647,7 +8672,7 @@ declare const useClasses_34: (classesProp?: Partial<Record<"disabled" | "track"
8647
8672
  readonly cx: (...args: any) => string;
8648
8673
  };
8649
8674
 
8650
- declare const useClasses_35: (classesProp?: Partial<Record<"link" | "a" | "root" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
8675
+ declare const useClasses_36: (classesProp?: Partial<Record<"link" | "a" | "root" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
8651
8676
  readonly classes: {
8652
8677
  root: string;
8653
8678
  link: string;
@@ -8661,7 +8686,7 @@ declare const useClasses_35: (classesProp?: Partial<Record<"link" | "a" | "root"
8661
8686
  readonly cx: (...args: any) => string;
8662
8687
  };
8663
8688
 
8664
- declare const useClasses_36: (classesProp?: Partial<Record<"semantic" | "disabled" | "root" | "actions" | "selectAll" | "selectAllContainer" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
8689
+ declare const useClasses_37: (classesProp?: Partial<Record<"semantic" | "disabled" | "root" | "actions" | "selectAll" | "selectAllContainer" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
8665
8690
  readonly classes: {
8666
8691
  root: string;
8667
8692
  semantic: string;
@@ -8676,7 +8701,7 @@ declare const useClasses_36: (classesProp?: Partial<Record<"semantic" | "disable
8676
8701
  readonly cx: (...args: any) => string;
8677
8702
  };
8678
8703
 
8679
- declare const useClasses_37: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "checkbox" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
8704
+ declare const useClasses_38: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "checkbox" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
8680
8705
  readonly classes: {
8681
8706
  root: string;
8682
8707
  container: string;
@@ -8696,7 +8721,7 @@ declare const useClasses_37: (classesProp?: Partial<Record<"left" | "right" | "c
8696
8721
  readonly cx: (...args: any) => string;
8697
8722
  };
8698
8723
 
8699
- declare const useClasses_38: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
8724
+ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
8700
8725
  readonly classes: {
8701
8726
  root: string;
8702
8727
  rangeCalendarContainer: string;
@@ -8709,25 +8734,25 @@ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "rangeCalend
8709
8734
  readonly cx: (...args: any) => string;
8710
8735
  };
8711
8736
 
8712
- declare const useClasses_39: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
8737
+ declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8713
8738
  readonly classes: {
8714
8739
  root: string;
8715
- invalid: string;
8716
- headerDayOfWeek: string;
8717
8740
  };
8718
8741
  readonly css: any;
8719
8742
  readonly cx: (...args: any) => string;
8720
8743
  };
8721
8744
 
8722
- declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8745
+ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
8723
8746
  readonly classes: {
8724
8747
  root: string;
8748
+ invalid: string;
8749
+ headerDayOfWeek: string;
8725
8750
  };
8726
8751
  readonly css: any;
8727
8752
  readonly cx: (...args: any) => string;
8728
8753
  };
8729
8754
 
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) => {
8755
+ 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
8756
  readonly classes: {
8732
8757
  root: string;
8733
8758
  calendarGrid: string;
@@ -8751,7 +8776,7 @@ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "focusSelect
8751
8776
  readonly cx: (...args: any) => string;
8752
8777
  };
8753
8778
 
8754
- declare const useClasses_41: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
8779
+ declare const useClasses_42: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
8755
8780
  readonly classes: {
8756
8781
  root: string;
8757
8782
  selected: string;
@@ -8764,7 +8789,7 @@ declare const useClasses_41: (classesProp?: Partial<Record<"icon" | "selected" |
8764
8789
  readonly cx: (...args: any) => string;
8765
8790
  };
8766
8791
 
8767
- declare const useClasses_42: (classesProp?: Partial<Record<"content" | "title" | "action" | "root" | "subheader", string>>, addStatic?: boolean) => {
8792
+ declare const useClasses_43: (classesProp?: Partial<Record<"content" | "title" | "action" | "root" | "subheader", string>>, addStatic?: boolean) => {
8768
8793
  readonly classes: {
8769
8794
  root: string;
8770
8795
  title: string;
@@ -8776,7 +8801,7 @@ declare const useClasses_42: (classesProp?: Partial<Record<"content" | "title" |
8776
8801
  readonly cx: (...args: any) => string;
8777
8802
  };
8778
8803
 
8779
- declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
8804
+ declare const useClasses_44: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
8780
8805
  readonly classes: {
8781
8806
  content: string;
8782
8807
  };
@@ -8784,7 +8809,7 @@ declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>,
8784
8809
  readonly cx: (...args: any) => string;
8785
8810
  };
8786
8811
 
8787
- declare const useClasses_44: (classesProp?: Partial<Record<"media" | "root", string>>, addStatic?: boolean) => {
8812
+ declare const useClasses_45: (classesProp?: Partial<Record<"media" | "root", string>>, addStatic?: boolean) => {
8788
8813
  readonly classes: {
8789
8814
  root: string;
8790
8815
  media: string;
@@ -8793,7 +8818,7 @@ declare const useClasses_44: (classesProp?: Partial<Record<"media" | "root", str
8793
8818
  readonly cx: (...args: any) => string;
8794
8819
  };
8795
8820
 
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) => {
8821
+ 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
8822
  readonly classes: {
8798
8823
  root: string;
8799
8824
  xs: string;
@@ -8824,7 +8849,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"xs" | "dot" | "main"
8824
8849
  readonly cx: (...args: any) => string;
8825
8850
  };
8826
8851
 
8827
- declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
8852
+ declare const useClasses_47: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
8828
8853
  readonly classes: {
8829
8854
  slide: string;
8830
8855
  image: string;
@@ -8833,7 +8858,7 @@ declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", st
8833
8858
  readonly cx: (...args: any) => string;
8834
8859
  };
8835
8860
 
8836
- declare const useClasses_47: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeRoot" | "pageSizeTextContainer" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput", string>>, addStatic?: boolean) => {
8861
+ declare const useClasses_48: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeRoot" | "pageSizeTextContainer" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput", string>>, addStatic?: boolean) => {
8837
8862
  readonly classes: {
8838
8863
  root: string;
8839
8864
  pageSizeOptions: string;
@@ -8851,7 +8876,7 @@ declare const useClasses_47: (classesProp?: Partial<Record<"icon" | "root" | "ic
8851
8876
  readonly cx: (...args: any) => string;
8852
8877
  };
8853
8878
 
8854
- declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "error" | "group" | "root" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
8879
+ declare const useClasses_49: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "error" | "group" | "root" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
8855
8880
  readonly classes: {
8856
8881
  root: string;
8857
8882
  label: string;
@@ -8866,24 +8891,6 @@ declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizon
8866
8891
  readonly cx: (...args: any) => string;
8867
8892
  };
8868
8893
 
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
8894
  declare const useClasses_5: (classesProp?: Partial<Record<"condensed" | "separator" | "disabled" | "selected" | "root" | "focus" | "startAdornment" | "endAdornment" | "interactive" | "gutters", string>>, addStatic?: boolean) => {
8888
8895
  readonly classes: {
8889
8896
  root: string;
@@ -8901,7 +8908,25 @@ declare const useClasses_5: (classesProp?: Partial<Record<"condensed" | "separat
8901
8908
  readonly cx: (...args: any) => string;
8902
8909
  };
8903
8910
 
8904
- declare const useClasses_50: (classesProp?: Partial<Record<"fixed" | "root" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
8911
+ declare const useClasses_50: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "description" | "panel" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly", string>>, addStatic?: boolean) => {
8912
+ readonly classes: {
8913
+ root: string;
8914
+ labelContainer: string;
8915
+ label: string;
8916
+ description: string;
8917
+ headerColorValue: string;
8918
+ headerColorIcon: string;
8919
+ panel: string;
8920
+ colorPicker: string;
8921
+ colorPickerIcon: string;
8922
+ dropdownRootIconOnly: string;
8923
+ headerColorIconOnly: string;
8924
+ };
8925
+ readonly css: any;
8926
+ readonly cx: (...args: any) => string;
8927
+ };
8928
+
8929
+ declare const useClasses_51: (classesProp?: Partial<Record<"fixed" | "root" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
8905
8930
  readonly classes: {
8906
8931
  root: string;
8907
8932
  disableGutters: string;
@@ -8916,7 +8941,7 @@ declare const useClasses_50: (classesProp?: Partial<Record<"fixed" | "root" | "d
8916
8941
  readonly cx: (...args: any) => string;
8917
8942
  };
8918
8943
 
8919
- declare const useClasses_51: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
8944
+ declare const useClasses_52: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
8920
8945
  readonly classes: {
8921
8946
  root: string;
8922
8947
  section: string;
@@ -8927,7 +8952,7 @@ declare const useClasses_51: (classesProp?: Partial<Record<"section" | "root" |
8927
8952
  readonly cx: (...args: any) => string;
8928
8953
  };
8929
8954
 
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) => {
8955
+ 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
8956
  readonly classes: {
8932
8957
  root: string;
8933
8958
  head: string;
@@ -8958,7 +8983,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"body" | "footer" | "
8958
8983
  readonly cx: (...args: any) => string;
8959
8984
  };
8960
8985
 
8961
- declare const useClasses_53: (classesProp?: Partial<Record<"body" | "expanded" | "footer" | "head" | "selected" | "root" | "variantList" | "variantListHead" | "striped" | "hover", string>>, addStatic?: boolean) => {
8986
+ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "expanded" | "footer" | "head" | "selected" | "root" | "variantList" | "variantListHead" | "striped" | "hover", string>>, addStatic?: boolean) => {
8962
8987
  readonly classes: {
8963
8988
  root: string;
8964
8989
  head: string;
@@ -8975,7 +9000,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "expanded" |
8975
9000
  readonly cx: (...args: any) => string;
8976
9001
  };
8977
9002
 
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) => {
9003
+ 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
9004
  readonly classes: {
8980
9005
  root: string;
8981
9006
  head: string;
@@ -9015,7 +9040,7 @@ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "resizer" |
9015
9040
  readonly cx: (...args: any) => string;
9016
9041
  };
9017
9042
 
9018
- declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9043
+ declare const useClasses_56: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9019
9044
  readonly classes: {
9020
9045
  root: string;
9021
9046
  stickyHeader: string;
@@ -9026,7 +9051,7 @@ declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeade
9026
9051
  readonly cx: (...args: any) => string;
9027
9052
  };
9028
9053
 
9029
- declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9054
+ declare const useClasses_57: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9030
9055
  readonly classes: {
9031
9056
  root: string;
9032
9057
  };
@@ -9034,7 +9059,7 @@ declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, add
9034
9059
  readonly cx: (...args: any) => string;
9035
9060
  };
9036
9061
 
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) => {
9062
+ 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
9063
  readonly classes: {
9039
9064
  root: string;
9040
9065
  labelContainer: string;
@@ -9058,7 +9083,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"label" | "icon" | "e
9058
9083
  readonly cx: (...args: any) => string;
9059
9084
  };
9060
9085
 
9061
- declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9086
+ declare const useClasses_59: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9062
9087
  readonly classes: {
9063
9088
  root: string;
9064
9089
  sortDropdown: string;
@@ -9067,7 +9092,18 @@ declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdow
9067
9092
  readonly cx: (...args: any) => string;
9068
9093
  };
9069
9094
 
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) => {
9095
+ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9096
+ readonly classes: {
9097
+ root: string;
9098
+ counterDisabled: string;
9099
+ gutter: string;
9100
+ overloaded: string;
9101
+ };
9102
+ readonly css: any;
9103
+ readonly cx: (...args: any) => string;
9104
+ };
9105
+
9106
+ 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
9107
  readonly classes: {
9072
9108
  root: string;
9073
9109
  labelContainer: string;
@@ -9091,18 +9127,7 @@ declare const useClasses_59: (classesProp?: Partial<Record<"dropdown" | "label"
9091
9127
  readonly cx: (...args: any) => string;
9092
9128
  };
9093
9129
 
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) => {
9130
+ declare const useClasses_61: (classesProp?: Partial<Record<"virtualized" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer" | "selectAll", string>>, addStatic?: boolean) => {
9106
9131
  readonly classes: {
9107
9132
  rootList: string;
9108
9133
  dropdownListContainer: string;
@@ -9116,7 +9141,7 @@ declare const useClasses_60: (classesProp?: Partial<Record<"virtualized" | "drop
9116
9141
  readonly cx: (...args: any) => string;
9117
9142
  };
9118
9143
 
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) => {
9144
+ 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
9145
  readonly classes: {
9121
9146
  root: string;
9122
9147
  actionContainer: string;
@@ -9140,7 +9165,7 @@ declare const useClasses_61: (classesProp?: Partial<Record<"dropdown" | "contain
9140
9165
  readonly cx: (...args: any) => string;
9141
9166
  };
9142
9167
 
9143
- declare const useClasses_62: (classesProp?: Partial<Record<"root" | "fullScreen", string>>, addStatic?: boolean) => {
9168
+ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "fullScreen", string>>, addStatic?: boolean) => {
9144
9169
  readonly classes: {
9145
9170
  root: string;
9146
9171
  fullScreen: string;
@@ -9149,7 +9174,7 @@ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "fullScreen"
9149
9174
  readonly cx: (...args: any) => string;
9150
9175
  };
9151
9176
 
9152
- declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9177
+ declare const useClasses_64: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9153
9178
  readonly classes: {
9154
9179
  root: string;
9155
9180
  textContent: string;
@@ -9158,7 +9183,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent
9158
9183
  readonly cx: (...args: any) => string;
9159
9184
  };
9160
9185
 
9161
- declare const useClasses_64: (classesProp?: Partial<Record<"spacing" | "root" | "fullscreen", string>>, addStatic?: boolean) => {
9186
+ declare const useClasses_65: (classesProp?: Partial<Record<"spacing" | "root" | "fullscreen", string>>, addStatic?: boolean) => {
9162
9187
  readonly classes: {
9163
9188
  root: string;
9164
9189
  fullscreen: string;
@@ -9168,7 +9193,7 @@ declare const useClasses_64: (classesProp?: Partial<Record<"spacing" | "root" |
9168
9193
  readonly cx: (...args: any) => string;
9169
9194
  };
9170
9195
 
9171
- declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "background" | "error" | "root" | "success" | "fullScreen" | "paper" | "fullHeight" | "closeButton" | "statusBar", string>>, addStatic?: boolean) => {
9196
+ declare const useClasses_66: (classesProp?: Partial<Record<"warning" | "background" | "error" | "root" | "success" | "fullScreen" | "paper" | "fullHeight" | "closeButton" | "statusBar", string>>, addStatic?: boolean) => {
9172
9197
  readonly classes: {
9173
9198
  root: string;
9174
9199
  background: string;
@@ -9185,7 +9210,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "backgrou
9185
9210
  readonly cx: (...args: any) => string;
9186
9211
  };
9187
9212
 
9188
- declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "radio" | "icon" | "root", string>>, addStatic?: boolean) => {
9213
+ declare const useClasses_67: (classesProp?: Partial<Record<"horizontal" | "radio" | "icon" | "root", string>>, addStatic?: boolean) => {
9189
9214
  readonly classes: {
9190
9215
  root: string;
9191
9216
  horizontal: string;
@@ -9196,7 +9221,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "radio
9196
9221
  readonly cx: (...args: any) => string;
9197
9222
  };
9198
9223
 
9199
- declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "error" | "group" | "root" | "invalid", string>>, addStatic?: boolean) => {
9224
+ declare const useClasses_68: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "error" | "group" | "root" | "invalid", string>>, addStatic?: boolean) => {
9200
9225
  readonly classes: {
9201
9226
  root: string;
9202
9227
  label: string;
@@ -9210,7 +9235,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizon
9210
9235
  readonly cx: (...args: any) => string;
9211
9236
  };
9212
9237
 
9213
- declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9238
+ declare const useClasses_69: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9214
9239
  readonly classes: {
9215
9240
  root: string;
9216
9241
  paper: string;
@@ -9221,32 +9246,32 @@ declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root"
9221
9246
  readonly cx: (...args: any) => string;
9222
9247
  };
9223
9248
 
9224
- declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root" | "actionContainer" | "messageContainer" | "iconContainer" | "containerMessageOnly" | "titleContainer" | "textContainer", string>>, addStatic?: boolean) => {
9249
+ declare const useClasses_7: (classesProp?: Partial<Record<"disabled" | "root" | "hideIcon", string>>, addStatic?: boolean) => {
9225
9250
  readonly classes: {
9226
9251
  root: string;
9227
- container: string;
9228
- containerMessageOnly: string;
9229
- iconContainer: string;
9230
- titleContainer: string;
9231
- textContainer: string;
9232
- messageContainer: string;
9233
- actionContainer: string;
9252
+ hideIcon: string;
9253
+ disabled: string;
9234
9254
  };
9235
9255
  readonly css: any;
9236
9256
  readonly cx: (...args: any) => string;
9237
9257
  };
9238
9258
 
9239
- declare const useClasses_7: (classesProp?: Partial<Record<"disabled" | "root" | "hideIcon", string>>, addStatic?: boolean) => {
9259
+ declare const useClasses_70: (classesProp?: Partial<Record<"container" | "root" | "actionContainer" | "messageContainer" | "iconContainer" | "containerMessageOnly" | "titleContainer" | "textContainer", string>>, addStatic?: boolean) => {
9240
9260
  readonly classes: {
9241
9261
  root: string;
9242
- hideIcon: string;
9243
- disabled: string;
9262
+ container: string;
9263
+ containerMessageOnly: string;
9264
+ iconContainer: string;
9265
+ titleContainer: string;
9266
+ textContainer: string;
9267
+ messageContainer: string;
9268
+ actionContainer: string;
9244
9269
  };
9245
9270
  readonly css: any;
9246
9271
  readonly cx: (...args: any) => string;
9247
9272
  };
9248
9273
 
9249
- declare const useClasses_70: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9274
+ declare const useClasses_71: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9250
9275
  readonly classes: {
9251
9276
  previewButton: string;
9252
9277
  overlay: string;
@@ -9255,7 +9280,7 @@ declare const useClasses_70: (classesProp?: Partial<Record<"overlay" | "previewB
9255
9280
  readonly cx: (...args: any) => string;
9256
9281
  };
9257
9282
 
9258
- declare const useClasses_71: (classesProp?: Partial<Record<"icon" | "progressbar" | "root" | "removeButton" | "progressbarContainer" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer" | "fail", string>>, addStatic?: boolean) => {
9283
+ declare const useClasses_72: (classesProp?: Partial<Record<"icon" | "progressbar" | "root" | "removeButton" | "progressbarContainer" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer" | "fail", string>>, addStatic?: boolean) => {
9259
9284
  readonly classes: {
9260
9285
  root: string;
9261
9286
  progressbar: string;
@@ -9272,7 +9297,7 @@ declare const useClasses_71: (classesProp?: Partial<Record<"icon" | "progressbar
9272
9297
  readonly cx: (...args: any) => string;
9273
9298
  };
9274
9299
 
9275
- declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9300
+ declare const useClasses_73: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9276
9301
  readonly classes: {
9277
9302
  root: string;
9278
9303
  };
@@ -9280,7 +9305,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, add
9280
9305
  readonly cx: (...args: any) => string;
9281
9306
  };
9282
9307
 
9283
- declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" | "dropZoneLabelsGroup" | "dragAction" | "dropZoneContainerDisabled" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9308
+ declare const useClasses_74: (classesProp?: Partial<Record<"dropZoneContainer" | "dropZoneLabelsGroup" | "dragAction" | "dropZoneContainerDisabled" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9284
9309
  readonly classes: {
9285
9310
  dropZoneContainer: string;
9286
9311
  dropZoneLabelsGroup: string;
@@ -9298,7 +9323,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" |
9298
9323
  readonly cx: (...args: any) => string;
9299
9324
  };
9300
9325
 
9301
- declare const useClasses_74: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9326
+ declare const useClasses_75: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9302
9327
  readonly classes: {
9303
9328
  root: string;
9304
9329
  label: string;
@@ -9310,7 +9335,7 @@ declare const useClasses_74: (classesProp?: Partial<Record<"label" | "error" | "
9310
9335
  readonly cx: (...args: any) => string;
9311
9336
  };
9312
9337
 
9313
- declare const useClasses_75: (classesProp?: Partial<Record<"dropdown" | "space" | "header" | "root" | "panel" | "actions" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "actionBar" | "applyButton", string>>, addStatic?: boolean) => {
9338
+ declare const useClasses_76: (classesProp?: Partial<Record<"dropdown" | "space" | "header" | "root" | "panel" | "actions" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "actionBar" | "applyButton", string>>, addStatic?: boolean) => {
9314
9339
  readonly classes: {
9315
9340
  dropdown: string;
9316
9341
  panel: string;
@@ -9328,7 +9353,7 @@ declare const useClasses_75: (classesProp?: Partial<Record<"dropdown" | "space"
9328
9353
  readonly cx: (...args: any) => string;
9329
9354
  };
9330
9355
 
9331
- declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "separator" | "root" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9356
+ declare const useClasses_77: (classesProp?: Partial<Record<"name" | "small" | "separator" | "root" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9332
9357
  readonly classes: {
9333
9358
  root: string;
9334
9359
  name: string;
@@ -9341,7 +9366,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "s
9341
9366
  readonly cx: (...args: any) => string;
9342
9367
  };
9343
9368
 
9344
- declare const useClasses_77: (classesProp?: Partial<Record<"name" | "section" | "root" | "actions" | "backButton" | "wrapper" | "positionSticky" | "positionFixed" | "global", string>>, addStatic?: boolean) => {
9369
+ declare const useClasses_78: (classesProp?: Partial<Record<"name" | "section" | "root" | "actions" | "backButton" | "wrapper" | "positionSticky" | "positionFixed" | "global", string>>, addStatic?: boolean) => {
9345
9370
  readonly classes: {
9346
9371
  root: string;
9347
9372
  positionSticky: string;
@@ -9357,7 +9382,7 @@ declare const useClasses_77: (classesProp?: Partial<Record<"name" | "section" |
9357
9382
  readonly cx: (...args: any) => string;
9358
9383
  };
9359
9384
 
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) => {
9385
+ 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
9386
  readonly classes: {
9362
9387
  root: string;
9363
9388
  container: string;
@@ -9397,25 +9422,25 @@ declare const useClasses_78: (classesProp?: Partial<Record<"container" | "root"
9397
9422
  readonly cx: (...args: any) => string;
9398
9423
  };
9399
9424
 
9400
- declare const useClasses_79: (classesProp?: Partial<Record<"header" | "fixed" | "root", string>>, addStatic?: boolean) => {
9425
+ declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9401
9426
  readonly classes: {
9402
9427
  root: string;
9403
- header: string;
9404
- fixed: string;
9405
9428
  };
9406
9429
  readonly css: any;
9407
9430
  readonly cx: (...args: any) => string;
9408
9431
  };
9409
9432
 
9410
- declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9433
+ declare const useClasses_80: (classesProp?: Partial<Record<"header" | "fixed" | "root", string>>, addStatic?: boolean) => {
9411
9434
  readonly classes: {
9412
9435
  root: string;
9436
+ header: string;
9437
+ fixed: string;
9413
9438
  };
9414
9439
  readonly css: any;
9415
9440
  readonly cx: (...args: any) => string;
9416
9441
  };
9417
9442
 
9418
- declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9443
+ declare const useClasses_81: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9419
9444
  readonly classes: {
9420
9445
  root: string;
9421
9446
  };
@@ -9423,7 +9448,7 @@ declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, add
9423
9448
  readonly cx: (...args: any) => string;
9424
9449
  };
9425
9450
 
9426
- declare const useClasses_81: (classesProp?: Partial<Record<"separator" | "root" | "brandName", string>>, addStatic?: boolean) => {
9451
+ declare const useClasses_82: (classesProp?: Partial<Record<"separator" | "root" | "brandName", string>>, addStatic?: boolean) => {
9427
9452
  readonly classes: {
9428
9453
  root: string;
9429
9454
  separator: string;
@@ -9433,7 +9458,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"separator" | "root"
9433
9458
  readonly cx: (...args: any) => string;
9434
9459
  };
9435
9460
 
9436
- declare const useClasses_82: (classesProp?: Partial<Record<"hidden" | "menu" | "menubar" | "active" | "list" | "root", string>>, addStatic?: boolean) => {
9461
+ declare const useClasses_83: (classesProp?: Partial<Record<"hidden" | "menu" | "menubar" | "active" | "list" | "root", string>>, addStatic?: boolean) => {
9437
9462
  readonly classes: {
9438
9463
  root: string;
9439
9464
  menu: string;
@@ -9446,7 +9471,7 @@ declare const useClasses_82: (classesProp?: Partial<Record<"hidden" | "menu" | "
9446
9471
  readonly cx: (...args: any) => string;
9447
9472
  };
9448
9473
 
9449
- declare const useClasses_83: (classesProp?: Partial<Record<"link" | "button" | "menu" | "menubar" | "selected" | "root" | "item", string>>, addStatic?: boolean) => {
9474
+ declare const useClasses_84: (classesProp?: Partial<Record<"link" | "button" | "menu" | "menubar" | "selected" | "root" | "item", string>>, addStatic?: boolean) => {
9450
9475
  readonly classes: {
9451
9476
  root: string;
9452
9477
  menu: string;
@@ -9460,7 +9485,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"link" | "button" | "
9460
9485
  readonly cx: (...args: any) => string;
9461
9486
  };
9462
9487
 
9463
- declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9488
+ declare const useClasses_85: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9464
9489
  readonly classes: {
9465
9490
  root: string;
9466
9491
  };
@@ -9468,7 +9493,7 @@ declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, add
9468
9493
  readonly cx: (...args: any) => string;
9469
9494
  };
9470
9495
 
9471
- declare const useClasses_85: (classesProp?: Partial<Record<"text" | "button" | "icon" | "input" | "root" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
9496
+ declare const useClasses_86: (classesProp?: Partial<Record<"text" | "button" | "icon" | "input" | "root" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
9472
9497
  readonly classes: {
9473
9498
  root: string;
9474
9499
  input: string;
@@ -9484,7 +9509,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"text" | "button" | "
9484
9509
  readonly cx: (...args: any) => string;
9485
9510
  };
9486
9511
 
9487
- declare const useClasses_86: (classesProp?: Partial<Record<"link" | "root" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "itemSelector" | "selectAllSelector", string>>, addStatic?: boolean) => {
9512
+ declare const useClasses_87: (classesProp?: Partial<Record<"link" | "root" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "itemSelector" | "selectAllSelector", string>>, addStatic?: boolean) => {
9488
9513
  readonly classes: {
9489
9514
  root: string;
9490
9515
  virtualizedRoot: string;
@@ -9501,7 +9526,7 @@ declare const useClasses_86: (classesProp?: Partial<Record<"link" | "root" | "it
9501
9526
  readonly cx: (...args: any) => string;
9502
9527
  };
9503
9528
 
9504
- declare const useClasses_87: (classesProp?: Partial<Record<"overlay" | "label" | "hidden" | "root" | "blur" | "barContainer" | "loadingBar", string>>, addStatic?: boolean) => {
9529
+ declare const useClasses_88: (classesProp?: Partial<Record<"overlay" | "label" | "hidden" | "root" | "blur" | "barContainer" | "loadingBar", string>>, addStatic?: boolean) => {
9505
9530
  readonly classes: {
9506
9531
  root: string;
9507
9532
  barContainer: string;
@@ -9515,7 +9540,7 @@ declare const useClasses_87: (classesProp?: Partial<Record<"overlay" | "label" |
9515
9540
  readonly cx: (...args: any) => string;
9516
9541
  };
9517
9542
 
9518
- declare const useClasses_88: (classesProp?: Partial<Record<"loading" | "root", string>>, addStatic?: boolean) => {
9543
+ declare const useClasses_89: (classesProp?: Partial<Record<"loading" | "root", string>>, addStatic?: boolean) => {
9519
9544
  readonly classes: {
9520
9545
  root: string;
9521
9546
  loading: string;
@@ -9524,26 +9549,26 @@ declare const useClasses_88: (classesProp?: Partial<Record<"loading" | "root", s
9524
9549
  readonly cx: (...args: any) => string;
9525
9550
  };
9526
9551
 
9527
- declare const useClasses_89: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
9552
+ declare const useClasses_9: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
9528
9553
  readonly classes: {
9529
9554
  root: string;
9530
- formContainer: string;
9555
+ labelDisabled: string;
9556
+ childGutter: string;
9531
9557
  };
9532
9558
  readonly css: any;
9533
9559
  readonly cx: (...args: any) => string;
9534
9560
  };
9535
9561
 
9536
- declare const useClasses_9: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
9562
+ declare const useClasses_90: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
9537
9563
  readonly classes: {
9538
9564
  root: string;
9539
- labelDisabled: string;
9540
- childGutter: string;
9565
+ formContainer: string;
9541
9566
  };
9542
9567
  readonly css: any;
9543
9568
  readonly cx: (...args: any) => string;
9544
9569
  };
9545
9570
 
9546
- declare const useClasses_90: (classesProp?: Partial<Record<"vertical" | "button" | "multiple" | "selected" | "root" | "splitGroup" | "splitGroupDisabled" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
9571
+ declare const useClasses_91: (classesProp?: Partial<Record<"vertical" | "button" | "multiple" | "selected" | "root" | "splitGroup" | "splitGroupDisabled" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
9547
9572
  readonly classes: {
9548
9573
  root: string;
9549
9574
  multiple: string;
@@ -9559,7 +9584,7 @@ declare const useClasses_90: (classesProp?: Partial<Record<"vertical" | "button"
9559
9584
  readonly cx: (...args: any) => string;
9560
9585
  };
9561
9586
 
9562
- declare const useClasses_91: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
9587
+ declare const useClasses_92: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
9563
9588
  readonly classes: {
9564
9589
  tooltipData: string;
9565
9590
  tooltipAnchor: string;
@@ -9569,7 +9594,7 @@ declare const useClasses_91: (classesProp?: Partial<Record<"tooltipData" | "tool
9569
9594
  readonly cx: (...args: any) => string;
9570
9595
  };
9571
9596
 
9572
- declare const useClasses_92: (classesProp?: Partial<Record<"tooltip" | "root" | "popper", string>>, addStatic?: boolean) => {
9597
+ declare const useClasses_93: (classesProp?: Partial<Record<"tooltip" | "root" | "popper", string>>, addStatic?: boolean) => {
9573
9598
  readonly classes: {
9574
9599
  root: string;
9575
9600
  tooltip: string;
@@ -9579,7 +9604,7 @@ declare const useClasses_92: (classesProp?: Partial<Record<"tooltip" | "root" |
9579
9604
  readonly cx: (...args: any) => string;
9580
9605
  };
9581
9606
 
9582
- declare const useClasses_93: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9607
+ declare const useClasses_94: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9583
9608
  readonly classes: {
9584
9609
  root: string;
9585
9610
  };
@@ -9587,7 +9612,7 @@ declare const useClasses_93: (classesProp?: Partial<Record<"root", string>>, add
9587
9612
  readonly cx: (...args: any) => string;
9588
9613
  };
9589
9614
 
9590
- declare const useClasses_94: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
9615
+ declare const useClasses_95: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
9591
9616
  readonly classes: {
9592
9617
  root: string;
9593
9618
  progress: string;
@@ -9602,7 +9627,7 @@ declare const useClasses_94: (classesProp?: Partial<Record<"progress" | "root" |
9602
9627
  readonly cx: (...args: any) => string;
9603
9628
  };
9604
9629
 
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) => {
9630
+ 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
9631
  readonly classes: {
9607
9632
  root: string;
9608
9633
  topGroup: string;
@@ -9626,7 +9651,7 @@ declare const useClasses_95: (classesProp?: Partial<Record<"root" | "removeButto
9626
9651
  readonly cx: (...args: any) => string;
9627
9652
  };
9628
9653
 
9629
- declare const useClasses_96: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "radio" | "disabled" | "checked" | "root" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
9654
+ declare const useClasses_97: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "radio" | "disabled" | "checked" | "root" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
9630
9655
  readonly classes: {
9631
9656
  root: string;
9632
9657
  container: string;
@@ -9645,7 +9670,7 @@ declare const useClasses_96: (classesProp?: Partial<Record<"left" | "right" | "c
9645
9670
  readonly cx: (...args: any) => string;
9646
9671
  };
9647
9672
 
9648
- declare const useClasses_97: (classesProp?: Partial<Record<"text" | "button" | "selected" | "root" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
9673
+ declare const useClasses_98: (classesProp?: Partial<Record<"text" | "button" | "selected" | "root" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
9649
9674
  readonly classes: {
9650
9675
  root: string;
9651
9676
  button: string;
@@ -9658,7 +9683,7 @@ declare const useClasses_97: (classesProp?: Partial<Record<"text" | "button" | "
9658
9683
  readonly cx: (...args: any) => string;
9659
9684
  };
9660
9685
 
9661
- declare const useClasses_98: (classesProp?: Partial<Record<"root" | "item" | "itemSelected" | "positionSticky" | "positionFixed", string>>, addStatic?: boolean) => {
9686
+ declare const useClasses_99: (classesProp?: Partial<Record<"root" | "item" | "itemSelected" | "positionSticky" | "positionFixed", string>>, addStatic?: boolean) => {
9662
9687
  readonly classes: {
9663
9688
  root: string;
9664
9689
  positionSticky: string;
@@ -9670,17 +9695,6 @@ declare const useClasses_98: (classesProp?: Partial<Record<"root" | "item" | "it
9670
9695
  readonly cx: (...args: any) => string;
9671
9696
  };
9672
9697
 
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
9698
  export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: React.RefObject<T | null>, handler: (event: HvClickOutsideEvent) => void) => void;
9685
9699
 
9686
9700
  export declare const useComputation: (valueFn: Function, valueFallback?: Function) => (Function | undefined)[];