@hitachivantara/uikit-react-core 5.18.1 → 5.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/cjs/components/Button/Button.cjs +1 -1
  2. package/dist/cjs/components/Button/Button.cjs.map +1 -1
  3. package/dist/cjs/components/Button/Button.styles.cjs +6 -5
  4. package/dist/cjs/components/Button/Button.styles.cjs.map +1 -1
  5. package/dist/cjs/components/DatePicker/DatePicker.cjs +1 -1
  6. package/dist/cjs/components/DatePicker/DatePicker.cjs.map +1 -1
  7. package/dist/cjs/components/DotPagination/DotPagination.cjs +19 -13
  8. package/dist/cjs/components/DotPagination/DotPagination.cjs.map +1 -1
  9. package/dist/cjs/components/DotPagination/DotPagination.styles.cjs +20 -67
  10. package/dist/cjs/components/DotPagination/DotPagination.styles.cjs.map +1 -1
  11. package/dist/cjs/components/DropDownMenu/DropDownMenu.styles.cjs +1 -0
  12. package/dist/cjs/components/DropDownMenu/DropDownMenu.styles.cjs.map +1 -1
  13. package/dist/cjs/components/Typography/Typography.cjs +20 -133
  14. package/dist/cjs/components/Typography/Typography.cjs.map +1 -1
  15. package/dist/cjs/components/Typography/Typography.styles.cjs +107 -0
  16. package/dist/cjs/components/Typography/Typography.styles.cjs.map +1 -0
  17. package/dist/cjs/components/Typography/utils.cjs.map +1 -1
  18. package/dist/cjs/index.cjs +5 -4
  19. package/dist/cjs/index.cjs.map +1 -1
  20. package/dist/esm/components/Button/Button.js +1 -1
  21. package/dist/esm/components/Button/Button.js.map +1 -1
  22. package/dist/esm/components/Button/Button.styles.js +6 -5
  23. package/dist/esm/components/Button/Button.styles.js.map +1 -1
  24. package/dist/esm/components/DatePicker/DatePicker.js +1 -1
  25. package/dist/esm/components/DatePicker/DatePicker.js.map +1 -1
  26. package/dist/esm/components/DotPagination/DotPagination.js +22 -15
  27. package/dist/esm/components/DotPagination/DotPagination.js.map +1 -1
  28. package/dist/esm/components/DotPagination/DotPagination.styles.js +20 -65
  29. package/dist/esm/components/DotPagination/DotPagination.styles.js.map +1 -1
  30. package/dist/esm/components/DropDownMenu/DropDownMenu.styles.js +1 -0
  31. package/dist/esm/components/DropDownMenu/DropDownMenu.styles.js.map +1 -1
  32. package/dist/esm/components/Typography/Typography.js +23 -133
  33. package/dist/esm/components/Typography/Typography.js.map +1 -1
  34. package/dist/esm/components/Typography/Typography.styles.js +107 -0
  35. package/dist/esm/components/Typography/Typography.styles.js.map +1 -0
  36. package/dist/esm/components/Typography/utils.js.map +1 -1
  37. package/dist/esm/index.js +266 -265
  38. package/dist/types/index.d.ts +187 -162
  39. package/package.json +2 -2
  40. package/dist/cjs/components/DotPagination/dotPaginationClasses.cjs +0 -8
  41. package/dist/cjs/components/DotPagination/dotPaginationClasses.cjs.map +0 -1
  42. package/dist/cjs/components/Typography/typographyClasses.cjs +0 -8
  43. package/dist/cjs/components/Typography/typographyClasses.cjs.map +0 -1
  44. package/dist/esm/components/DotPagination/dotPaginationClasses.js +0 -8
  45. package/dist/esm/components/DotPagination/dotPaginationClasses.js.map +0 -1
  46. package/dist/esm/components/Typography/typographyClasses.js +0 -8
  47. package/dist/esm/components/Typography/typographyClasses.js.map +0 -1
@@ -1062,14 +1062,14 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
1062
1062
 
1063
1063
  export declare const HvActionBar: (props: HvActionBarProps) => JSX_2.Element;
1064
1064
 
1065
- export declare type HvActionBarClasses = ExtractNames<typeof useClasses_2>;
1065
+ export declare type HvActionBarClasses = ExtractNames<typeof useClasses_3>;
1066
1066
 
1067
1067
  export declare interface HvActionBarProps extends HvBaseProps {
1068
1068
  /** A Jss Object used to override or extend the styles applied to the component. */
1069
1069
  classes?: HvActionBarClasses;
1070
1070
  }
1071
1071
 
1072
- declare type HvActionContainerClasses = ExtractNames<typeof useClasses_12>;
1072
+ declare type HvActionContainerClasses = ExtractNames<typeof useClasses_14>;
1073
1073
 
1074
1074
  declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
1075
1075
  /** onClose function. */
@@ -1377,11 +1377,11 @@ export declare const HvBanner: ({ id, classes: classesProp, className, open, onC
1377
1377
 
1378
1378
  export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
1379
1379
 
1380
- export declare type HvBannerClasses = ExtractNames<typeof useClasses_11>;
1380
+ export declare type HvBannerClasses = ExtractNames<typeof useClasses_13>;
1381
1381
 
1382
1382
  export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
1383
1383
 
1384
- export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_13>;
1384
+ export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_15>;
1385
1385
 
1386
1386
  export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose">, HvBaseProps {
1387
1387
  /** The message to display. */
@@ -1639,7 +1639,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
1639
1639
  */
1640
1640
  export declare const HvBaseInput: ({ classes: classesProp, className, id, name, value, defaultValue, required, readOnly, disabled, onChange, type, placeholder, multiline, resizable, invalid, inputRef, inputProps, ...others }: HvBaseInputProps) => JSX_2.Element;
1641
1641
 
1642
- export declare type HvBaseInputClasses = ExtractNames<typeof useClasses>;
1642
+ export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_2>;
1643
1643
 
1644
1644
  export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" | "classes">, HvBaseProps<HTMLDivElement, "onChange" | "color" | "onBlur" | "onFocus" | "onInvalid" | "onKeyDown" | "onKeyUp"> {
1645
1645
  /** The input name. */
@@ -2185,11 +2185,11 @@ export declare interface HvCalendarProps {
2185
2185
  */
2186
2186
  export declare const HvCard: ({ classes: classesProp, className, children, icon, selectable, selected, statusColor, bgcolor, ...others }: HvCardProps) => JSX_2.Element;
2187
2187
 
2188
- export declare type HvCardClasses = ExtractNames<typeof useClasses_3>;
2188
+ export declare type HvCardClasses = ExtractNames<typeof useClasses_4>;
2189
2189
 
2190
2190
  export declare const HvCardContent: ({ id, classes: classesProp, className, children, onClick, ...others }: HvCardContentProps) => JSX_2.Element;
2191
2191
 
2192
- export declare type HvCardContentClasses = ExtractNames<typeof useClasses_5>;
2192
+ export declare type HvCardContentClasses = ExtractNames<typeof useClasses_6>;
2193
2193
 
2194
2194
  export declare interface HvCardContentProps extends Omit<CardContentProps, "classes">, HvBaseProps {
2195
2195
  /** Id to be applied to the root node. */
@@ -2202,7 +2202,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
2202
2202
 
2203
2203
  export declare const HvCardHeader: ({ classes: classesProp, className, title, subheader, icon, onClick, ...others }: HvCardHeaderProps) => JSX_2.Element;
2204
2204
 
2205
- export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_4>;
2205
+ export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_5>;
2206
2206
 
2207
2207
  export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes">, HvBaseProps<HTMLDivElement, "title"> {
2208
2208
  /** The renderable content inside the title slot of the header. */
@@ -2219,7 +2219,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
2219
2219
 
2220
2220
  export declare const HvCardMedia: ({ id, classes: classesProp, className, children, title, onClick, ...others }: HvCardMediaProps) => JSX_2.Element;
2221
2221
 
2222
- export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_6>;
2222
+ export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_7>;
2223
2223
 
2224
2224
  export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, ImgHTMLAttributes<HTMLDivElement>, HvBaseProps<HTMLDivElement, "onClick" | "title"> {
2225
2225
  /** Id to be applied to the root node. */
@@ -2260,7 +2260,7 @@ export declare interface HvCardProps extends HvBaseProps {
2260
2260
  */
2261
2261
  export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
2262
2262
 
2263
- export declare type HvCarouselClasses = ExtractNames<typeof useClasses_29>;
2263
+ export declare type HvCarouselClasses = ExtractNames<typeof useClasses_31>;
2264
2264
 
2265
2265
  export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "title" | "onChange"> {
2266
2266
  /** A Jss Object used to override or extend the styles applied. */
@@ -2301,7 +2301,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
2301
2301
  */
2302
2302
  export declare const HvCarouselSlide: ({ classes: classesProp, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
2303
2303
 
2304
- export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_30>;
2304
+ export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_32>;
2305
2305
 
2306
2306
  export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
2307
2307
  /** A Jss Object used to override or extend the styles applied. */
@@ -2525,7 +2525,7 @@ export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEven
2525
2525
  */
2526
2526
  export declare const HvColorPicker: ({ id, name, required, disabled, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, className, classes: classesProp, value, onChange, defaultValue, expanded, defaultExpanded, recommendedColorsPosition, recommendedColors, showLabels, labels: labelsProp, dropdownIcon, placeholder, iconOnly, showSavedColors, showCustomColors, savedColorsValue, defaultSavedColorsValue, onSavedColorAdded, onSavedColorRemoved, deleteSavedColorButtonArialLabel, }: HvColorPickerProps) => JSX_2.Element;
2527
2527
 
2528
- export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_28>;
2528
+ export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_30>;
2529
2529
 
2530
2530
  export declare interface HvColorPickerProps {
2531
2531
  "aria-label"?: string;
@@ -2768,7 +2768,7 @@ declare interface HvDateColumnCellProp {
2768
2768
  */
2769
2769
  export declare const HvDatePicker: ({ classes: classesProp, className, id, name, required, disabled, readOnly, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, onChange, onCancel, onClear, status, statusMessage, "aria-errormessage": ariaErrorMessage, placeholder, labels: labelsProp, value, startValue, endValue, rangeMode, startAdornment, horizontalPlacement, locale: localeProp, showActions, showClear, disablePortal, escapeWithReference, dropdownProps, calendarProps, ...others }: HvDatePickerProps) => JSX_2.Element;
2770
2770
 
2771
- export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_21>;
2771
+ export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_23>;
2772
2772
 
2773
2773
  export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
2774
2774
  /**
@@ -2830,7 +2830,7 @@ export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "
2830
2830
  * When uncontrolled and unspecified it will default to "standBy" and change to either "valid"
2831
2831
  * or "invalid" after any change to the state.
2832
2832
  */
2833
- status?: HvDatePickerStatus;
2833
+ status?: HvFormStatus;
2834
2834
  /**
2835
2835
  * The error message to show when the validation status is "invalid".
2836
2836
  *
@@ -2937,7 +2937,8 @@ export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "
2937
2937
  calendarProps?: Partial<HvCalendarProps>;
2938
2938
  }
2939
2939
 
2940
- export declare type HvDatePickerStatus = "standBy" | "valid" | "invalid";
2940
+ /** @deprecated use `HvFormStatus` instead */
2941
+ export declare type HvDatePickerStatus = HvFormStatus;
2941
2942
 
2942
2943
  export declare const HvDialog: ({ classes: classesProp, className, id, children, open, onClose, firstFocusable, buttonTitle, fullscreen, disableBackdropClick, ...others }: HvDialogProps) => JSX_2.Element;
2943
2944
 
@@ -2955,7 +2956,7 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
2955
2956
  classes?: HvDialogActionClasses;
2956
2957
  }
2957
2958
 
2958
- export declare type HvDialogClasses = ExtractNames<typeof useClasses_7>;
2959
+ export declare type HvDialogClasses = ExtractNames<typeof useClasses_8>;
2959
2960
 
2960
2961
  export declare const HvDialogContent: ({ classes, className, children, indentContent, }: HvDialogContentProps) => JSX_2.Element;
2961
2962
 
@@ -3022,15 +3023,9 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
3022
3023
  * Pagination is the process of dividing a document into discrete pages. It relates to how users interact with structured content on a website or application.
3023
3024
  * This component uses Radio Buttons to represent each page.
3024
3025
  */
3025
- export declare const HvDotPagination: ({ className, classes, unselectedIcon, selectedIcon, pages, page, onPageChange, getItemAriaLabel, ...others }: HvDotPaginationProps) => JSX_2.Element;
3026
+ export declare const HvDotPagination: ({ className, classes: classesProp, unselectedIcon, selectedIcon, pages, page, onPageChange, getItemAriaLabel, ...others }: HvDotPaginationProps) => JSX_2.Element;
3026
3027
 
3027
- export declare interface HvDotPaginationClasses {
3028
- root?: string;
3029
- horizontal?: string;
3030
- radioRoot?: string;
3031
- radio?: string;
3032
- icon?: string;
3033
- }
3028
+ export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_12>;
3034
3029
 
3035
3030
  export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
3036
3031
  /**
@@ -3209,7 +3204,7 @@ declare interface HvDropdownListProps {
3209
3204
  */
3210
3205
  export declare const HvDropDownMenu: ({ id: idProp, classes: classesProp, className, icon, placement, dataList, disablePortal, onToggle, onClick, keepOpened, disabled, expanded, defaultExpanded, category, ...others }: HvDropDownMenuProps) => JSX_2.Element;
3211
3206
 
3212
- export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_9>;
3207
+ export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_10>;
3213
3208
 
3214
3209
  export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3215
3210
  /** Icon. */
@@ -3680,9 +3675,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
3680
3675
  */
3681
3676
  export declare const HvFilterGroup: ({ className, id, name, required, disabled, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, description, "aria-describedby": ariaDescribedBy, onChange, onCancel, onClear, status, statusMessage, labels: labelsProp, defaultValue, value, filters, horizontalPlacement, disablePortal, escapeWithReference, height, filterContentProps, classes: classesProp, ...others }: HvFilterGroupProps) => JSX_2.Element;
3682
3677
 
3683
- export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_19>;
3678
+ export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_21>;
3684
3679
 
3685
- declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_20>;
3680
+ declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_22>;
3686
3681
 
3687
3682
  declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
3688
3683
  description?: React.ReactNode;
@@ -4230,7 +4225,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
4230
4225
  useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
4231
4226
  }
4232
4227
 
4233
- export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_24>;
4228
+ export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_26>;
4234
4229
 
4235
4230
  /**
4236
4231
  * Provides the user with additional descriptive text for the form element.
@@ -4258,7 +4253,7 @@ export declare interface HvInfoMessageProps extends HvBaseProps {
4258
4253
  */
4259
4254
  export declare const HvInlineEditor: ({ className, classes: classesProp, value: valueProp, defaultValue, showIcon, component: InputComponent, variant, placeholder, onBlur, onChange, onKeyDown, buttonProps, typographyProps, ...others }: HvInlineEditorProps) => JSX_2.Element;
4260
4255
 
4261
- export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_26>;
4256
+ export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_28>;
4262
4257
 
4263
4258
  export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
4264
4259
  /** The value of the form element. */
@@ -4286,7 +4281,7 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
4286
4281
  */
4287
4282
  export declare const HvInput: React_2.ForwardRefExoticComponent<HvInputProps & React_2.RefAttributes<InputElement>>;
4288
4283
 
4289
- export declare type HvInputClasses = ExtractNames<typeof useClasses_8>;
4284
+ export declare type HvInputClasses = ExtractNames<typeof useClasses_9>;
4290
4285
 
4291
4286
  export declare interface HvInputLabels {
4292
4287
  /** The label of the clear button. */
@@ -4899,7 +4894,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
4899
4894
  */
4900
4895
  export declare const HvPagination: ({ classes: classesProp, className, id, pages, page, showPageSizeOptions, pageSizeOptions, pageSize, showPageJump, canPrevious, canNext, onPageChange, onPageSizeChange, labels: labelsProp, showPageProps, navigationProps, currentPageInputProps, ...others }: HvPaginationProps) => JSX_2.Element;
4901
4896
 
4902
- export declare type HvPaginationClasses = ExtractNames<typeof useClasses_10>;
4897
+ export declare type HvPaginationClasses = ExtractNames<typeof useClasses_11>;
4903
4898
 
4904
4899
  export declare interface HvPaginationLabels {
4905
4900
  /** The show label. */
@@ -5098,7 +5093,7 @@ export declare interface HvProviderProps {
5098
5093
  */
5099
5094
  export declare const HvQueryBuilder: ({ attributes, query, onChange, operators, combinators, maxDepth, labels, readOnly, classes, }: HvQueryBuilderProps) => JSX_2.Element;
5100
5095
 
5101
- export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof useClasses_27>>;
5096
+ export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof useClasses_29>>;
5102
5097
 
5103
5098
  export declare interface HvQueryBuilderProps {
5104
5099
  attributes?: Record<string, Attribute>;
@@ -5416,7 +5411,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
5416
5411
  */
5417
5412
  export declare const HvScrollToHorizontal: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes: classesProp, options, offset, position, tooltipPosition, ...others }: HvScrollToHorizontalProps) => JSX_2.Element;
5418
5413
 
5419
- export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_25>;
5414
+ export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_27>;
5420
5415
 
5421
5416
  export declare interface HvScrollToHorizontalOption {
5422
5417
  key?: string;
@@ -5469,7 +5464,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
5469
5464
  */
5470
5465
  export declare const HvScrollToVertical: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes: classesProp, options, offset, position, tooltipPosition, style, ...others }: HvScrollToVerticalProps) => JSX_2.Element;
5471
5466
 
5472
- export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_23>;
5467
+ export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_25>;
5473
5468
 
5474
5469
  export declare interface HvScrollToVerticalOption {
5475
5470
  key?: string;
@@ -5785,11 +5780,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
5785
5780
  */
5786
5781
  export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, transitionDuration, transitionDirection, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_2.Element;
5787
5782
 
5788
- export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_14>;
5783
+ export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_16>;
5789
5784
 
5790
5785
  export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
5791
5786
 
5792
- export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_15>;
5787
+ export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_17>;
5793
5788
 
5794
5789
  export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes">, HvBaseProps {
5795
5790
  /** The message to display. */
@@ -5843,7 +5838,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5843
5838
 
5844
5839
  export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
5845
5840
 
5846
- export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_16>;
5841
+ export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_18>;
5847
5842
 
5848
5843
  export declare interface HvSnackbarProviderProps {
5849
5844
  /** Your component tree. */
@@ -6139,7 +6134,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
6139
6134
 
6140
6135
  export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
6141
6136
 
6142
- export declare type HvTableCellClasses = ExtractNames<typeof useClasses_18>;
6137
+ export declare type HvTableCellClasses = ExtractNames<typeof useClasses_20>;
6143
6138
 
6144
6139
  export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
6145
6140
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
@@ -6446,7 +6441,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
6446
6441
  */
6447
6442
  export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
6448
6443
 
6449
- export declare type HvTableRowClasses = ExtractNames<typeof useClasses_17>;
6444
+ export declare type HvTableRowClasses = ExtractNames<typeof useClasses_19>;
6450
6445
 
6451
6446
  export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
6452
6447
  /** Content to be rendered */
@@ -6904,7 +6899,7 @@ export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "childr
6904
6899
  */
6905
6900
  export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
6906
6901
 
6907
- export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_31>;
6902
+ export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_33>;
6908
6903
 
6909
6904
  export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
6910
6905
 
@@ -7054,45 +7049,13 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
7054
7049
  */
7055
7050
  export declare const HvTypography: ForwardRefExoticComponent<HvTypographyProps & RefAttributes<HTMLElement>>;
7056
7051
 
7057
- export declare interface HvTypographyClasses {
7058
- root?: string;
7059
- noWrap?: string;
7060
- display?: string;
7061
- title1?: string;
7062
- title2?: string;
7063
- title3?: string;
7064
- title4?: string;
7065
- body?: string;
7066
- label?: string;
7067
- caption1?: string;
7068
- caption2?: string;
7069
- "5xlTitle"?: string;
7070
- "4xlTitle"?: string;
7071
- "3xlTitle"?: string;
7072
- xxlTitle?: string;
7073
- xlTitle?: string;
7074
- lTitle?: string;
7075
- mTitle?: string;
7076
- sTitle?: string;
7077
- xsTitle?: string;
7078
- xxsTitle?: string;
7079
- sectionTitle?: string;
7080
- highlightText?: string;
7081
- normalText?: string;
7082
- placeholderText?: string;
7083
- link?: string;
7084
- disabledText?: string;
7085
- selectedNavText?: string;
7086
- vizText?: string;
7087
- vizTextDisabled?: string;
7088
- xsInlineLink?: string;
7089
- }
7052
+ export declare type HvTypographyClasses = ExtractNames<typeof useClasses>;
7090
7053
 
7091
7054
  /** @deprecated */
7092
7055
  export declare type HvTypographyLegacyVariants = "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink";
7093
7056
 
7094
7057
  export declare interface HvTypographyProps extends Omit<AllHTMLAttributes<HTMLElement>, "disabled">, HvBaseProps<HTMLElement> {
7095
- component?: React.ReactNode | React.ElementType;
7058
+ component?: React.ElementType;
7096
7059
  /** Use the variant prop to change the visual style of the Typography. */
7097
7060
  variant?: HvTypographyVariants | HvTypographyLegacyVariants;
7098
7061
  /** If `true` the typography will display the look of a link. */
@@ -7112,7 +7075,7 @@ export declare interface HvTypographyProps extends Omit<AllHTMLAttributes<HTMLEl
7112
7075
  classes?: HvTypographyClasses;
7113
7076
  }
7114
7077
 
7115
- export declare type HvTypographyVariants = "display" | "title1" | "title2" | "title3" | "title4" | "body" | "label" | "caption1" | "caption2";
7078
+ export declare type HvTypographyVariants = (typeof typographyVariants)[number];
7116
7079
 
7117
7080
  export declare type HvUndefinedStateColorKeys = "atmo4";
7118
7081
 
@@ -7643,7 +7606,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
7643
7606
  children?: React.ReactNode;
7644
7607
  }
7645
7608
 
7646
- export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_22>;
7609
+ export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_24>;
7647
7610
 
7648
7611
  /**
7649
7612
  * Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
@@ -8569,6 +8532,7 @@ export declare const typographyClasses: {
8569
8532
  body: "HvTypography-body";
8570
8533
  label: "HvTypography-label";
8571
8534
  display: "HvTypography-display";
8535
+ disabled: "HvTypography-disabled";
8572
8536
  noWrap: "HvTypography-noWrap";
8573
8537
  title1: "HvTypography-title1";
8574
8538
  title2: "HvTypography-title2";
@@ -8596,30 +8560,67 @@ export declare const typographyClasses: {
8596
8560
  highlightText: "HvTypography-highlightText";
8597
8561
  normalText: "HvTypography-normalText";
8598
8562
  vizText: "HvTypography-vizText";
8563
+ isLink: "HvTypography-isLink";
8599
8564
  };
8600
8565
 
8566
+ export declare const typographyVariants: readonly ["display", "title1", "title2", "title3", "title4", "body", "label", "caption1", "caption2"];
8567
+
8601
8568
  export declare type UseBulkActionsProps = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
8602
8569
  pluginName: string;
8603
8570
  };
8604
8571
 
8605
- declare const useClasses: (classesProp?: Partial<Record<"input" | "disabled" | "readOnly" | "invalid" | "root" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>) => {
8572
+ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label" | "display" | "disabled" | "noWrap" | "title1" | "title2" | "title3" | "title4" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "xxlTitle" | "lTitle" | "sTitle" | "xxsTitle" | "sectionTitle" | "placeholderText" | "disabledText" | "selectedNavText" | "vizTextDisabled" | "xsInlineLink" | "root" | "3xlTitle" | "xlTitle" | "mTitle" | "xsTitle" | "highlightText" | "normalText" | "vizText" | "isLink", string>>) => {
8606
8573
  classes: {
8607
- input: string;
8574
+ link: string;
8575
+ body: string;
8576
+ label: string;
8577
+ display: string;
8608
8578
  disabled: string;
8609
- readOnly: string;
8610
- invalid: string;
8579
+ noWrap: string;
8580
+ title1: string;
8581
+ title2: string;
8582
+ title3: string;
8583
+ title4: string;
8584
+ caption1: string;
8585
+ caption2: string;
8586
+ "5xlTitle": string;
8587
+ "4xlTitle": string;
8588
+ xxlTitle: string;
8589
+ lTitle: string;
8590
+ sTitle: string;
8591
+ xxsTitle: string;
8592
+ sectionTitle: string;
8593
+ placeholderText: string;
8594
+ disabledText: string;
8595
+ selectedNavText: string;
8596
+ vizTextDisabled: string;
8597
+ xsInlineLink: string;
8611
8598
  root: string;
8612
- resizable: string;
8613
- inputBorderContainer: string;
8614
- inputRootInvalid: string;
8615
- inputRootReadOnly: string;
8616
- inputRoot: string;
8617
- inputRootFocused: string;
8618
- inputRootDisabled: string;
8619
- inputRootMultiline: string;
8620
- inputDisabled: string;
8621
- inputReadOnly: string;
8622
- inputResizable: string;
8599
+ "3xlTitle": string;
8600
+ xlTitle: string;
8601
+ mTitle: string;
8602
+ xsTitle: string;
8603
+ highlightText: string;
8604
+ normalText: string;
8605
+ vizText: string;
8606
+ isLink: string;
8607
+ };
8608
+ css: {
8609
+ (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
8610
+ (...args: CSSInterpolation[]): string;
8611
+ };
8612
+ cx: (...args: any) => string;
8613
+ };
8614
+
8615
+ declare const useClasses_10: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>) => {
8616
+ classes: {
8617
+ container: string;
8618
+ icon: string;
8619
+ root: string;
8620
+ baseContainer: string;
8621
+ iconSelected: string;
8622
+ menuListRoot: string;
8623
+ menuList: string;
8623
8624
  };
8624
8625
  css: {
8625
8626
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -8628,7 +8629,7 @@ declare const useClasses: (classesProp?: Partial<Record<"input" | "disabled" | "
8628
8629
  cx: (...args: any) => string;
8629
8630
  };
8630
8631
 
8631
- declare const useClasses_10: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>) => {
8632
+ declare const useClasses_11: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>) => {
8632
8633
  classes: {
8633
8634
  icon: string;
8634
8635
  root: string;
@@ -8650,7 +8651,22 @@ declare const useClasses_10: (classesProp?: Partial<Record<"icon" | "root" | "ic
8650
8651
  cx: (...args: any) => string;
8651
8652
  };
8652
8653
 
8653
- declare const useClasses_11: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>) => {
8654
+ declare const useClasses_12: (classesProp?: Partial<Record<"radio" | "horizontal" | "icon" | "root" | "radioRoot", string>>) => {
8655
+ classes: {
8656
+ radio: string;
8657
+ horizontal: string;
8658
+ icon: string;
8659
+ root: string;
8660
+ radioRoot: string;
8661
+ };
8662
+ css: {
8663
+ (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
8664
+ (...args: CSSInterpolation[]): string;
8665
+ };
8666
+ cx: (...args: any) => string;
8667
+ };
8668
+
8669
+ declare const useClasses_13: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>) => {
8654
8670
  classes: {
8655
8671
  root: string;
8656
8672
  rootClosed: string;
@@ -8664,7 +8680,7 @@ declare const useClasses_11: (classesProp?: Partial<Record<"root" | "rootClosed"
8664
8680
  cx: (...args: any) => string;
8665
8681
  };
8666
8682
 
8667
- declare const useClasses_12: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>) => {
8683
+ declare const useClasses_14: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>) => {
8668
8684
  classes: {
8669
8685
  actionContainer: string;
8670
8686
  iconContainer: string;
@@ -8678,7 +8694,7 @@ declare const useClasses_12: (classesProp?: Partial<Record<"actionContainer" | "
8678
8694
  cx: (...args: any) => string;
8679
8695
  };
8680
8696
 
8681
- declare const useClasses_13: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "baseVariant" | "outContainer", string>>) => {
8697
+ declare const useClasses_15: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "baseVariant" | "outContainer", string>>) => {
8682
8698
  classes: {
8683
8699
  default: string;
8684
8700
  action: string;
@@ -8697,7 +8713,7 @@ declare const useClasses_13: (classesProp?: Partial<Record<"default" | "action"
8697
8713
  cx: (...args: any) => string;
8698
8714
  };
8699
8715
 
8700
- declare const useClasses_14: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>) => {
8716
+ declare const useClasses_16: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>) => {
8701
8717
  classes: {
8702
8718
  root: string;
8703
8719
  anchorOriginTopCenter: string;
@@ -8714,7 +8730,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"root" | "anchorOrigi
8714
8730
  cx: (...args: any) => string;
8715
8731
  };
8716
8732
 
8717
- declare const useClasses_15: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>) => {
8733
+ declare const useClasses_17: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>) => {
8718
8734
  classes: {
8719
8735
  default: string;
8720
8736
  action: string;
@@ -8734,7 +8750,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"default" | "action"
8734
8750
  cx: (...args: any) => string;
8735
8751
  };
8736
8752
 
8737
- declare const useClasses_16: (classesProp?: Partial<Record<"snackItemRoot", string>>) => {
8753
+ declare const useClasses_18: (classesProp?: Partial<Record<"snackItemRoot", string>>) => {
8738
8754
  classes: {
8739
8755
  snackItemRoot: string;
8740
8756
  };
@@ -8745,7 +8761,7 @@ declare const useClasses_16: (classesProp?: Partial<Record<"snackItemRoot", stri
8745
8761
  cx: (...args: any) => string;
8746
8762
  };
8747
8763
 
8748
- declare const useClasses_17: (classesProp?: Partial<Record<"body" | "footer" | "head" | "expanded" | "selected" | "root" | "hover" | "striped" | "variantList" | "variantListHead", string>>) => {
8764
+ declare const useClasses_19: (classesProp?: Partial<Record<"body" | "footer" | "head" | "expanded" | "selected" | "root" | "hover" | "striped" | "variantList" | "variantListHead", string>>) => {
8749
8765
  classes: {
8750
8766
  body: string;
8751
8767
  footer: string;
@@ -8765,7 +8781,33 @@ declare const useClasses_17: (classesProp?: Partial<Record<"body" | "footer" | "
8765
8781
  cx: (...args: any) => string;
8766
8782
  };
8767
8783
 
8768
- declare const useClasses_18: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizable" | "sorted" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "variantListHead" | "variantListactions" | "variantListcheckbox", string>>) => {
8784
+ declare const useClasses_2: (classesProp?: Partial<Record<"input" | "disabled" | "readOnly" | "invalid" | "root" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>) => {
8785
+ classes: {
8786
+ input: string;
8787
+ disabled: string;
8788
+ readOnly: string;
8789
+ invalid: string;
8790
+ root: string;
8791
+ resizable: string;
8792
+ inputBorderContainer: string;
8793
+ inputRootInvalid: string;
8794
+ inputRootReadOnly: string;
8795
+ inputRoot: string;
8796
+ inputRootFocused: string;
8797
+ inputRootDisabled: string;
8798
+ inputRootMultiline: string;
8799
+ inputDisabled: string;
8800
+ inputReadOnly: string;
8801
+ inputResizable: string;
8802
+ };
8803
+ css: {
8804
+ (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
8805
+ (...args: CSSInterpolation[]): string;
8806
+ };
8807
+ cx: (...args: any) => string;
8808
+ };
8809
+
8810
+ declare const useClasses_20: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizable" | "sorted" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "variantListHead" | "variantListactions" | "variantListcheckbox", string>>) => {
8769
8811
  classes: {
8770
8812
  body: string;
8771
8813
  footer: string;
@@ -8799,7 +8841,7 @@ declare const useClasses_18: (classesProp?: Partial<Record<"body" | "footer" | "
8799
8841
  cx: (...args: any) => string;
8800
8842
  };
8801
8843
 
8802
- declare const useClasses_19: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>) => {
8844
+ declare const useClasses_21: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>) => {
8803
8845
  classes: {
8804
8846
  label: string;
8805
8847
  error: string;
@@ -8814,18 +8856,7 @@ declare const useClasses_19: (classesProp?: Partial<Record<"label" | "error" | "
8814
8856
  cx: (...args: any) => string;
8815
8857
  };
8816
8858
 
8817
- declare const useClasses_2: (classesProp?: Partial<Record<"root", string>>) => {
8818
- classes: {
8819
- root: string;
8820
- };
8821
- css: {
8822
- (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
8823
- (...args: CSSInterpolation[]): string;
8824
- };
8825
- cx: (...args: any) => string;
8826
- };
8827
-
8828
- declare const useClasses_20: (classesProp?: Partial<Record<"header" | "space" | "actionBar" | "dropdown" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>) => {
8859
+ declare const useClasses_22: (classesProp?: Partial<Record<"header" | "space" | "actionBar" | "dropdown" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>) => {
8829
8860
  classes: {
8830
8861
  header: string;
8831
8862
  space: string;
@@ -8845,7 +8876,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"header" | "space" |
8845
8876
  cx: (...args: any) => string;
8846
8877
  };
8847
8878
 
8848
- declare const useClasses_21: (classesProp?: Partial<Record<"label" | "icon" | "action" | "error" | "dropdown" | "root" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>) => {
8879
+ declare const useClasses_23: (classesProp?: Partial<Record<"label" | "icon" | "action" | "error" | "dropdown" | "root" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>) => {
8849
8880
  classes: {
8850
8881
  label: string;
8851
8882
  icon: string;
@@ -8869,7 +8900,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"label" | "icon" | "a
8869
8900
  cx: (...args: any) => string;
8870
8901
  };
8871
8902
 
8872
- declare const useClasses_22: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>) => {
8903
+ declare const useClasses_24: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>) => {
8873
8904
  classes: {
8874
8905
  button: string;
8875
8906
  text: string;
@@ -8883,7 +8914,7 @@ declare const useClasses_22: (classesProp?: Partial<Record<"button" | "text" | "
8883
8914
  cx: (...args: any) => string;
8884
8915
  };
8885
8916
 
8886
- declare const useClasses_23: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>) => {
8917
+ declare const useClasses_25: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>) => {
8887
8918
  classes: {
8888
8919
  root: string;
8889
8920
  positionFixed: string;
@@ -8896,7 +8927,7 @@ declare const useClasses_23: (classesProp?: Partial<Record<"root" | "positionFix
8896
8927
  cx: (...args: any) => string;
8897
8928
  };
8898
8929
 
8899
- declare const useClasses_24: (classesProp?: Partial<Record<"button" | "text" | "selected" | "root", string>>) => {
8930
+ declare const useClasses_26: (classesProp?: Partial<Record<"button" | "text" | "selected" | "root", string>>) => {
8900
8931
  classes: {
8901
8932
  button: string;
8902
8933
  text: string;
@@ -8910,7 +8941,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"button" | "text" | "
8910
8941
  cx: (...args: any) => string;
8911
8942
  };
8912
8943
 
8913
- declare const useClasses_25: (classesProp?: Partial<Record<"selected" | "root" | "positionFixed" | "positionSticky" | "notSelectedRoot" | "notSelected", string>>) => {
8944
+ declare const useClasses_27: (classesProp?: Partial<Record<"selected" | "root" | "positionFixed" | "positionSticky" | "notSelectedRoot" | "notSelected", string>>) => {
8914
8945
  classes: {
8915
8946
  selected: string;
8916
8947
  root: string;
@@ -8926,7 +8957,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"selected" | "root" |
8926
8957
  cx: (...args: any) => string;
8927
8958
  };
8928
8959
 
8929
- declare const useClasses_26: (classesProp?: Partial<Record<"button" | "input" | "text" | "icon" | "root" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>) => {
8960
+ declare const useClasses_28: (classesProp?: Partial<Record<"button" | "input" | "text" | "icon" | "root" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>) => {
8930
8961
  classes: {
8931
8962
  button: string;
8932
8963
  input: string;
@@ -8946,7 +8977,7 @@ declare const useClasses_26: (classesProp?: Partial<Record<"button" | "input" |
8946
8977
  cx: (...args: any) => string;
8947
8978
  };
8948
8979
 
8949
- declare const useClasses_27: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>) => {
8980
+ declare const useClasses_29: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>) => {
8950
8981
  classes: {
8951
8982
  root: string;
8952
8983
  removeButton: string;
@@ -8971,7 +9002,18 @@ declare const useClasses_27: (classesProp?: Partial<Record<"root" | "removeButto
8971
9002
  cx: (...args: any) => string;
8972
9003
  };
8973
9004
 
8974
- declare const useClasses_28: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>) => {
9005
+ declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>) => {
9006
+ classes: {
9007
+ root: string;
9008
+ };
9009
+ css: {
9010
+ (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
9011
+ (...args: CSSInterpolation[]): string;
9012
+ };
9013
+ cx: (...args: any) => string;
9014
+ };
9015
+
9016
+ declare const useClasses_30: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>) => {
8975
9017
  classes: {
8976
9018
  label: string;
8977
9019
  colorPicker: string;
@@ -8994,7 +9036,7 @@ declare const useClasses_28: (classesProp?: Partial<Record<"label" | "colorPicke
8994
9036
  cx: (...args: any) => string;
8995
9037
  };
8996
9038
 
8997
- declare const useClasses_29: (classesProp?: Partial<Record<"title" | "main" | "dot" | "controls" | "xs" | "root" | "actions" | "panel" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "counter" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>) => {
9039
+ declare const useClasses_31: (classesProp?: Partial<Record<"title" | "main" | "dot" | "controls" | "xs" | "root" | "actions" | "panel" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "counter" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>) => {
8998
9040
  classes: {
8999
9041
  title: string;
9000
9042
  main: string;
@@ -9028,23 +9070,7 @@ declare const useClasses_29: (classesProp?: Partial<Record<"title" | "main" | "d
9028
9070
  cx: (...args: any) => string;
9029
9071
  };
9030
9072
 
9031
- declare const useClasses_3: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>) => {
9032
- classes: {
9033
- icon: string;
9034
- selected: string;
9035
- root: string;
9036
- selectable: string;
9037
- semanticContainer: string;
9038
- semanticBar: string;
9039
- };
9040
- css: {
9041
- (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
9042
- (...args: CSSInterpolation[]): string;
9043
- };
9044
- cx: (...args: any) => string;
9045
- };
9046
-
9047
- declare const useClasses_30: (classesProp?: Partial<Record<"image" | "slide", string>>) => {
9073
+ declare const useClasses_32: (classesProp?: Partial<Record<"image" | "slide", string>>) => {
9048
9074
  classes: {
9049
9075
  image: string;
9050
9076
  slide: string;
@@ -9056,7 +9082,7 @@ declare const useClasses_30: (classesProp?: Partial<Record<"image" | "slide", st
9056
9082
  cx: (...args: any) => string;
9057
9083
  };
9058
9084
 
9059
- declare const useClasses_31: (classesProp?: Partial<Record<"placeholder" | "label" | "icon" | "error" | "root" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>) => {
9085
+ declare const useClasses_33: (classesProp?: Partial<Record<"placeholder" | "label" | "icon" | "error" | "root" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>) => {
9060
9086
  classes: {
9061
9087
  placeholder: string;
9062
9088
  label: string;
@@ -9079,7 +9105,23 @@ declare const useClasses_31: (classesProp?: Partial<Record<"placeholder" | "labe
9079
9105
  cx: (...args: any) => string;
9080
9106
  };
9081
9107
 
9082
- declare const useClasses_4: (classesProp?: Partial<Record<"title" | "content" | "action" | "root" | "titleShort" | "subheader", string>>) => {
9108
+ declare const useClasses_4: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>) => {
9109
+ classes: {
9110
+ icon: string;
9111
+ selected: string;
9112
+ root: string;
9113
+ selectable: string;
9114
+ semanticContainer: string;
9115
+ semanticBar: string;
9116
+ };
9117
+ css: {
9118
+ (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
9119
+ (...args: CSSInterpolation[]): string;
9120
+ };
9121
+ cx: (...args: any) => string;
9122
+ };
9123
+
9124
+ declare const useClasses_5: (classesProp?: Partial<Record<"title" | "content" | "action" | "root" | "titleShort" | "subheader", string>>) => {
9083
9125
  classes: {
9084
9126
  title: string;
9085
9127
  content: string;
@@ -9095,7 +9137,7 @@ declare const useClasses_4: (classesProp?: Partial<Record<"title" | "content" |
9095
9137
  cx: (...args: any) => string;
9096
9138
  };
9097
9139
 
9098
- declare const useClasses_5: (classesProp?: Partial<Record<"content", string>>) => {
9140
+ declare const useClasses_6: (classesProp?: Partial<Record<"content", string>>) => {
9099
9141
  classes: {
9100
9142
  content: string;
9101
9143
  };
@@ -9106,7 +9148,7 @@ declare const useClasses_5: (classesProp?: Partial<Record<"content", string>>) =
9106
9148
  cx: (...args: any) => string;
9107
9149
  };
9108
9150
 
9109
- declare const useClasses_6: (classesProp?: Partial<Record<"media" | "root", string>>) => {
9151
+ declare const useClasses_7: (classesProp?: Partial<Record<"media" | "root", string>>) => {
9110
9152
  classes: {
9111
9153
  media: string;
9112
9154
  root: string;
@@ -9118,7 +9160,7 @@ declare const useClasses_6: (classesProp?: Partial<Record<"media" | "root", stri
9118
9160
  cx: (...args: any) => string;
9119
9161
  };
9120
9162
 
9121
- declare const useClasses_7: (classesProp?: Partial<Record<"background" | "root" | "fullscreen" | "closeButton" | "paper", string>>) => {
9163
+ declare const useClasses_8: (classesProp?: Partial<Record<"background" | "root" | "fullscreen" | "closeButton" | "paper", string>>) => {
9122
9164
  classes: {
9123
9165
  background: string;
9124
9166
  root: string;
@@ -9133,7 +9175,7 @@ declare const useClasses_7: (classesProp?: Partial<Record<"background" | "root"
9133
9175
  cx: (...args: any) => string;
9134
9176
  };
9135
9177
 
9136
- declare const useClasses_8: (classesProp?: Partial<Record<"input" | "label" | "icon" | "error" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>) => {
9178
+ declare const useClasses_9: (classesProp?: Partial<Record<"input" | "label" | "icon" | "error" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>) => {
9137
9179
  classes: {
9138
9180
  input: string;
9139
9181
  label: string;
@@ -9162,23 +9204,6 @@ declare const useClasses_8: (classesProp?: Partial<Record<"input" | "label" | "i
9162
9204
  cx: (...args: any) => string;
9163
9205
  };
9164
9206
 
9165
- declare const useClasses_9: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>) => {
9166
- classes: {
9167
- container: string;
9168
- icon: string;
9169
- root: string;
9170
- baseContainer: string;
9171
- iconSelected: string;
9172
- menuListRoot: string;
9173
- menuList: string;
9174
- };
9175
- css: {
9176
- (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
9177
- (...args: CSSInterpolation[]): string;
9178
- };
9179
- cx: (...args: any) => string;
9180
- };
9181
-
9182
9207
  export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
9183
9208
 
9184
9209
  export declare function useComputation(valueFn: any, valueFallback?: any): any[];