@hitachivantara/uikit-react-core 5.18.5 → 5.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/dist/cjs/components/Button/Button.cjs +32 -56
  2. package/dist/cjs/components/Button/Button.cjs.map +1 -1
  3. package/dist/cjs/components/Button/Button.styles.cjs +122 -240
  4. package/dist/cjs/components/Button/Button.styles.cjs.map +1 -1
  5. package/dist/cjs/components/Carousel/Carousel.cjs +95 -110
  6. package/dist/cjs/components/Carousel/Carousel.cjs.map +1 -1
  7. package/dist/cjs/components/Carousel/Carousel.styles.cjs +4 -8
  8. package/dist/cjs/components/Carousel/Carousel.styles.cjs.map +1 -1
  9. package/dist/cjs/components/Carousel/CarouselControls.cjs +62 -0
  10. package/dist/cjs/components/Carousel/CarouselControls.cjs.map +1 -0
  11. package/dist/cjs/components/Carousel/CarouselSlide/CarouselSlide.cjs +2 -1
  12. package/dist/cjs/components/Carousel/CarouselSlide/CarouselSlide.cjs.map +1 -1
  13. package/dist/cjs/components/Carousel/CarouselThumbnail.cjs +30 -0
  14. package/dist/cjs/components/Carousel/CarouselThumbnail.cjs.map +1 -0
  15. package/dist/cjs/components/Carousel/CarouselThumbnails.cjs +44 -0
  16. package/dist/cjs/components/Carousel/CarouselThumbnails.cjs.map +1 -0
  17. package/dist/cjs/components/Header/Actions/Actions.styles.cjs +3 -2
  18. package/dist/cjs/components/Header/Actions/Actions.styles.cjs.map +1 -1
  19. package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs +6 -1
  20. package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs.map +1 -1
  21. package/dist/cjs/components/InlineEditor/InlineEditor.cjs +10 -9
  22. package/dist/cjs/components/InlineEditor/InlineEditor.cjs.map +1 -1
  23. package/dist/cjs/components/MultiButton/MultiButton.styles.cjs +3 -2
  24. package/dist/cjs/components/MultiButton/MultiButton.styles.cjs.map +1 -1
  25. package/dist/cjs/index.cjs +2 -2
  26. package/dist/cjs/utils/classes.cjs +2 -2
  27. package/dist/cjs/utils/classes.cjs.map +1 -1
  28. package/dist/esm/components/Button/Button.js +37 -60
  29. package/dist/esm/components/Button/Button.js.map +1 -1
  30. package/dist/esm/components/Button/Button.styles.js +122 -238
  31. package/dist/esm/components/Button/Button.styles.js.map +1 -1
  32. package/dist/esm/components/Carousel/Carousel.js +96 -111
  33. package/dist/esm/components/Carousel/Carousel.js.map +1 -1
  34. package/dist/esm/components/Carousel/Carousel.styles.js +4 -8
  35. package/dist/esm/components/Carousel/Carousel.styles.js.map +1 -1
  36. package/dist/esm/components/Carousel/CarouselControls.js +62 -0
  37. package/dist/esm/components/Carousel/CarouselControls.js.map +1 -0
  38. package/dist/esm/components/Carousel/CarouselSlide/CarouselSlide.js +2 -1
  39. package/dist/esm/components/Carousel/CarouselSlide/CarouselSlide.js.map +1 -1
  40. package/dist/esm/components/Carousel/CarouselThumbnail.js +30 -0
  41. package/dist/esm/components/Carousel/CarouselThumbnail.js.map +1 -0
  42. package/dist/esm/components/Carousel/CarouselThumbnails.js +44 -0
  43. package/dist/esm/components/Carousel/CarouselThumbnails.js.map +1 -0
  44. package/dist/esm/components/Header/Actions/Actions.styles.js +3 -2
  45. package/dist/esm/components/Header/Actions/Actions.styles.js.map +1 -1
  46. package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js +6 -1
  47. package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js.map +1 -1
  48. package/dist/esm/components/InlineEditor/InlineEditor.js +11 -10
  49. package/dist/esm/components/InlineEditor/InlineEditor.js.map +1 -1
  50. package/dist/esm/components/MultiButton/MultiButton.styles.js +3 -2
  51. package/dist/esm/components/MultiButton/MultiButton.styles.js.map +1 -1
  52. package/dist/esm/index.js +230 -230
  53. package/dist/esm/utils/classes.js +2 -2
  54. package/dist/esm/utils/classes.js.map +1 -1
  55. package/dist/types/index.d.ts +125 -110
  56. package/package.json +5 -5
  57. package/dist/cjs/components/Button/buttonClasses.cjs +0 -8
  58. package/dist/cjs/components/Button/buttonClasses.cjs.map +0 -1
  59. package/dist/esm/components/Button/buttonClasses.js +0 -8
  60. package/dist/esm/components/Button/buttonClasses.js.map +0 -1
@@ -18,7 +18,7 @@ import type { CombinedClassKey } from 'notistack';
18
18
  import { ComponentProps } from 'react';
19
19
  import { ContainerProps } from '@mui/material/Container';
20
20
  import type { Context } from 'react';
21
- import type { CSSInterpolation } from '@emotion/serialize';
21
+ import { CSSInterpolation } from '@emotion/serialize';
22
22
  import { CSSInterpolation as CSSInterpolation_2 } from '@emotion/css';
23
23
  import { CSSProperties } from 'react';
24
24
  import { DialogActionsProps } from '@mui/material/DialogActions';
@@ -385,6 +385,8 @@ export declare const bulkActionsClasses: {
385
385
  };
386
386
 
387
387
  export declare const buttonClasses: {
388
+ icon: "HvButton-icon";
389
+ disabled: "HvButton-disabled";
388
390
  root: "HvButton-root";
389
391
  startIcon: "HvButton-startIcon";
390
392
  endIcon: "HvButton-endIcon";
@@ -552,7 +554,7 @@ export declare const controlsClasses: {
552
554
  export declare function createClasses<Name extends string, ClassName extends string>(
553
555
  /** Component name in PascalCase (ie. `HvTableCell`). */
554
556
  name: Name, stylesObject: Record<ClassName, CSSInterpolation_2>): {
555
- useClasses: (classesProp?: Partial<Record<ClassName, string>>) => {
557
+ useClasses: (classesProp?: Partial<Record<ClassName, string>>, addStatic?: boolean) => {
556
558
  classes: { [P in ClassName]: string; };
557
559
  css: {
558
560
  (template: TemplateStringsArray, ...args: CSSInterpolation_2[]): string;
@@ -1079,7 +1081,7 @@ export declare interface HvActionBarProps extends HvBaseProps {
1079
1081
  classes?: HvActionBarClasses;
1080
1082
  }
1081
1083
 
1082
- declare type HvActionContainerClasses = ExtractNames<typeof useClasses_15>;
1084
+ declare type HvActionContainerClasses = ExtractNames<typeof useClasses_16>;
1083
1085
 
1084
1086
  declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
1085
1087
  /** onClose function. */
@@ -1387,11 +1389,11 @@ export declare const HvBanner: ({ id, classes: classesProp, className, open, onC
1387
1389
 
1388
1390
  export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
1389
1391
 
1390
- export declare type HvBannerClasses = ExtractNames<typeof useClasses_14>;
1392
+ export declare type HvBannerClasses = ExtractNames<typeof useClasses_15>;
1391
1393
 
1392
1394
  export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
1393
1395
 
1394
- export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_16>;
1396
+ export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_17>;
1395
1397
 
1396
1398
  export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose">, HvBaseProps {
1397
1399
  /** The message to display. */
@@ -2013,12 +2015,7 @@ export declare interface HvBulkActionsProps extends HvBaseProps {
2013
2015
  */
2014
2016
  export declare const HvButton: <C extends React_2.ElementType = "button">(props: HvButtonProps<C>) => React_2.ReactElement | null;
2015
2017
 
2016
- export declare interface HvButtonClasses {
2017
- root?: string;
2018
- startIcon?: string;
2019
- endIcon?: string;
2020
- focusVisible?: string;
2021
- }
2018
+ export declare type HvButtonClasses = ExtractNames<typeof useClasses_4>;
2022
2019
 
2023
2020
  export declare type HvButtonProps<C extends React_2.ElementType = "button"> = PolymorphicComponentRef<C, {
2024
2021
  /** Use the variant prop to change the visual style of the Button. */
@@ -2195,11 +2192,11 @@ export declare interface HvCalendarProps {
2195
2192
  */
2196
2193
  export declare const HvCard: ({ classes: classesProp, className, children, icon, selectable, selected, statusColor, bgcolor, ...others }: HvCardProps) => JSX_2.Element;
2197
2194
 
2198
- export declare type HvCardClasses = ExtractNames<typeof useClasses_4>;
2195
+ export declare type HvCardClasses = ExtractNames<typeof useClasses_5>;
2199
2196
 
2200
2197
  export declare const HvCardContent: ({ id, classes: classesProp, className, children, onClick, ...others }: HvCardContentProps) => JSX_2.Element;
2201
2198
 
2202
- export declare type HvCardContentClasses = ExtractNames<typeof useClasses_6>;
2199
+ export declare type HvCardContentClasses = ExtractNames<typeof useClasses_7>;
2203
2200
 
2204
2201
  export declare interface HvCardContentProps extends Omit<CardContentProps, "classes">, HvBaseProps {
2205
2202
  /** Id to be applied to the root node. */
@@ -2212,7 +2209,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
2212
2209
 
2213
2210
  export declare const HvCardHeader: ({ classes: classesProp, className, title, subheader, icon, onClick, ...others }: HvCardHeaderProps) => JSX_2.Element;
2214
2211
 
2215
- export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_5>;
2212
+ export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_6>;
2216
2213
 
2217
2214
  export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes">, HvBaseProps<HTMLDivElement, "title"> {
2218
2215
  /** The renderable content inside the title slot of the header. */
@@ -2229,7 +2226,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
2229
2226
 
2230
2227
  export declare const HvCardMedia: ({ id, classes: classesProp, className, children, title, onClick, ...others }: HvCardMediaProps) => JSX_2.Element;
2231
2228
 
2232
- export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_7>;
2229
+ export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_8>;
2233
2230
 
2234
2231
  export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, ImgHTMLAttributes<HTMLDivElement>, HvBaseProps<HTMLDivElement, "onClick" | "title"> {
2235
2232
  /** Id to be applied to the root node. */
@@ -2270,7 +2267,7 @@ export declare interface HvCardProps extends HvBaseProps {
2270
2267
  */
2271
2268
  export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
2272
2269
 
2273
- export declare type HvCarouselClasses = ExtractNames<typeof useClasses_33>;
2270
+ export declare type HvCarouselClasses = ExtractNames<typeof useClasses_34>;
2274
2271
 
2275
2272
  export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "title" | "onChange"> {
2276
2273
  /** A Jss Object used to override or extend the styles applied. */
@@ -2297,6 +2294,8 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
2297
2294
  showFullscreen?: boolean;
2298
2295
  /** Whether to hide the thumbnails. Hidden by default in "xs" mode */
2299
2296
  hideThumbnails?: boolean;
2297
+ controlsPosition?: "top" | "bottom";
2298
+ thumbnailsPosition?: "top" | "bottom";
2300
2299
  /** Carousel configuration options. @see https://www.embla-carousel.com/api/options/ */
2301
2300
  carouselOptions?: EmblaOptionsType;
2302
2301
  /** */
@@ -2309,9 +2308,9 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
2309
2308
  * A container to use as `children` of `HvCarousel`.
2310
2309
  * Pass `img` props directly to it, or `children` for any custom content
2311
2310
  */
2312
- export declare const HvCarouselSlide: ({ classes: classesProp, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
2311
+ export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
2313
2312
 
2314
- export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_34>;
2313
+ export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_35>;
2315
2314
 
2316
2315
  export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
2317
2316
  /** A Jss Object used to override or extend the styles applied. */
@@ -2535,7 +2534,7 @@ export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEven
2535
2534
  */
2536
2535
  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;
2537
2536
 
2538
- export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_32>;
2537
+ export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_33>;
2539
2538
 
2540
2539
  export declare interface HvColorPickerProps {
2541
2540
  "aria-label"?: string;
@@ -2778,7 +2777,7 @@ declare interface HvDateColumnCellProp {
2778
2777
  */
2779
2778
  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;
2780
2779
 
2781
- export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_24>;
2780
+ export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_25>;
2782
2781
 
2783
2782
  export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
2784
2783
  /**
@@ -2966,7 +2965,7 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
2966
2965
  classes?: HvDialogActionClasses;
2967
2966
  }
2968
2967
 
2969
- export declare type HvDialogClasses = ExtractNames<typeof useClasses_8>;
2968
+ export declare type HvDialogClasses = ExtractNames<typeof useClasses_9>;
2970
2969
 
2971
2970
  export declare const HvDialogContent: ({ classes, className, children, indentContent, }: HvDialogContentProps) => JSX_2.Element;
2972
2971
 
@@ -3035,7 +3034,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
3035
3034
  */
3036
3035
  export declare const HvDotPagination: ({ className, classes: classesProp, unselectedIcon, selectedIcon, pages, page, onPageChange, getItemAriaLabel, ...others }: HvDotPaginationProps) => JSX_2.Element;
3037
3036
 
3038
- export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_13>;
3037
+ export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_14>;
3039
3038
 
3040
3039
  export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
3041
3040
  /**
@@ -3079,7 +3078,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
3079
3078
  */
3080
3079
  export declare const HvDrawer: ({ className, classes: classesProp, id, children, open, onClose, anchor, buttonTitle, ...others }: HvDrawerProps) => JSX_2.Element;
3081
3080
 
3082
- export declare type HvDrawerClasses = ExtractNames<typeof useClasses_9>;
3081
+ export declare type HvDrawerClasses = ExtractNames<typeof useClasses_10>;
3083
3082
 
3084
3083
  export declare interface HvDrawerProps extends DrawerProps, Omit<DrawerProps, "classes">, HvBaseProps<HTMLDivElement> {
3085
3084
  /**
@@ -3268,7 +3267,7 @@ declare interface HvDropdownListProps {
3268
3267
  */
3269
3268
  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;
3270
3269
 
3271
- export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_11>;
3270
+ export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_12>;
3272
3271
 
3273
3272
  export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3274
3273
  /** Icon. */
@@ -3739,9 +3738,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
3739
3738
  */
3740
3739
  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;
3741
3740
 
3742
- export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_22>;
3741
+ export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_23>;
3743
3742
 
3744
- declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_23>;
3743
+ declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_24>;
3745
3744
 
3746
3745
  declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
3747
3746
  description?: React.ReactNode;
@@ -4289,7 +4288,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
4289
4288
  useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
4290
4289
  }
4291
4290
 
4292
- export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_27>;
4291
+ export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_28>;
4293
4292
 
4294
4293
  /**
4295
4294
  * Provides the user with additional descriptive text for the form element.
@@ -4317,7 +4316,7 @@ export declare interface HvInfoMessageProps extends HvBaseProps {
4317
4316
  */
4318
4317
  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;
4319
4318
 
4320
- export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_29>;
4319
+ export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_30>;
4321
4320
 
4322
4321
  export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
4323
4322
  /** The value of the form element. */
@@ -4345,7 +4344,7 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
4345
4344
  */
4346
4345
  export declare const HvInput: React_2.ForwardRefExoticComponent<HvInputProps & React_2.RefAttributes<InputElement>>;
4347
4346
 
4348
- export declare type HvInputClasses = ExtractNames<typeof useClasses_10>;
4347
+ export declare type HvInputClasses = ExtractNames<typeof useClasses_11>;
4349
4348
 
4350
4349
  export declare interface HvInputLabels {
4351
4350
  /** The label of the clear button. */
@@ -4958,7 +4957,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
4958
4957
  */
4959
4958
  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;
4960
4959
 
4961
- export declare type HvPaginationClasses = ExtractNames<typeof useClasses_12>;
4960
+ export declare type HvPaginationClasses = ExtractNames<typeof useClasses_13>;
4962
4961
 
4963
4962
  export declare interface HvPaginationLabels {
4964
4963
  /** The show label. */
@@ -5157,7 +5156,7 @@ export declare interface HvProviderProps {
5157
5156
  */
5158
5157
  export declare const HvQueryBuilder: ({ attributes, query, onChange, operators, combinators, maxDepth, labels, readOnly, classes, }: HvQueryBuilderProps) => JSX_2.Element;
5159
5158
 
5160
- export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof useClasses_31>>;
5159
+ export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof useClasses_32>>;
5161
5160
 
5162
5161
  export declare interface HvQueryBuilderProps {
5163
5162
  attributes?: Record<string, Attribute>;
@@ -5475,7 +5474,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
5475
5474
  */
5476
5475
  export declare const HvScrollToHorizontal: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes: classesProp, options, offset, position, tooltipPosition, ...others }: HvScrollToHorizontalProps) => JSX_2.Element;
5477
5476
 
5478
- export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_28>;
5477
+ export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_29>;
5479
5478
 
5480
5479
  export declare interface HvScrollToHorizontalOption {
5481
5480
  key?: string;
@@ -5528,7 +5527,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
5528
5527
  */
5529
5528
  export declare const HvScrollToVertical: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes: classesProp, options, offset, position, tooltipPosition, style, ...others }: HvScrollToVerticalProps) => JSX_2.Element;
5530
5529
 
5531
- export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_26>;
5530
+ export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_27>;
5532
5531
 
5533
5532
  export declare interface HvScrollToVerticalOption {
5534
5533
  key?: string;
@@ -5844,11 +5843,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
5844
5843
  */
5845
5844
  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;
5846
5845
 
5847
- export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_17>;
5846
+ export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_18>;
5848
5847
 
5849
5848
  export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
5850
5849
 
5851
- export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_18>;
5850
+ export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_19>;
5852
5851
 
5853
5852
  export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes">, HvBaseProps {
5854
5853
  /** The message to display. */
@@ -5902,7 +5901,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5902
5901
 
5903
5902
  export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
5904
5903
 
5905
- export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_19>;
5904
+ export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_20>;
5906
5905
 
5907
5906
  export declare interface HvSnackbarProviderProps {
5908
5907
  /** Your component tree. */
@@ -6198,7 +6197,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
6198
6197
 
6199
6198
  export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
6200
6199
 
6201
- export declare type HvTableCellClasses = ExtractNames<typeof useClasses_21>;
6200
+ export declare type HvTableCellClasses = ExtractNames<typeof useClasses_22>;
6202
6201
 
6203
6202
  export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
6204
6203
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
@@ -6505,7 +6504,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
6505
6504
  */
6506
6505
  export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
6507
6506
 
6508
- export declare type HvTableRowClasses = ExtractNames<typeof useClasses_20>;
6507
+ export declare type HvTableRowClasses = ExtractNames<typeof useClasses_21>;
6509
6508
 
6510
6509
  export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
6511
6510
  /** Content to be rendered */
@@ -6916,7 +6915,7 @@ declare interface HvThemeProviderProps {
6916
6915
  */
6917
6916
  export declare const HvTimeAgo: ({ classes: classesProp, className, timestamp, locale: localeProp, component: Component, emptyElement, disableRefresh, showSeconds, justText, ...others }: HvTimeAgoProps) => JSX_2.Element;
6918
6917
 
6919
- export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_30>;
6918
+ export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_31>;
6920
6919
 
6921
6920
  export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "children"> {
6922
6921
  /**
@@ -6961,7 +6960,7 @@ export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "childr
6961
6960
  */
6962
6961
  export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
6963
6962
 
6964
- export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_35>;
6963
+ export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_36>;
6965
6964
 
6966
6965
  export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
6967
6966
 
@@ -7668,7 +7667,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
7668
7667
  children?: React.ReactNode;
7669
7668
  }
7670
7669
 
7671
- export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_25>;
7670
+ export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_26>;
7672
7671
 
7673
7672
  /**
7674
7673
  * Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
@@ -8013,8 +8012,8 @@ export declare const overflowTooltipClasses: {
8013
8012
  export declare const paginationClasses: {
8014
8013
  icon: "HvPagination-icon";
8015
8014
  root: "HvPagination-root";
8016
- iconContainer: "HvPagination-iconContainer";
8017
8015
  pageSizeOptions: "HvPagination-pageSizeOptions";
8016
+ iconContainer: "HvPagination-iconContainer";
8018
8017
  pageSizeTextContainer: "HvPagination-pageSizeTextContainer";
8019
8018
  pageSizeOptionsSelect: "HvPagination-pageSizeOptionsSelect";
8020
8019
  pageNavigator: "HvPagination-pageNavigator";
@@ -8631,7 +8630,7 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
8631
8630
  pluginName: string;
8632
8631
  };
8633
8632
 
8634
- 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>>) => {
8633
+ 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>>, addStatic?: boolean) => {
8635
8634
  classes: {
8636
8635
  link: string;
8637
8636
  body: string;
@@ -8674,7 +8673,21 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
8674
8673
  cx: (...args: any) => string;
8675
8674
  };
8676
8675
 
8677
- declare const useClasses_10: (classesProp?: Partial<Record<"input" | "label" | "icon" | "error" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>) => {
8676
+ declare const useClasses_10: (classesProp?: Partial<Record<"background" | "root" | "closeButton" | "paper", string>>, addStatic?: boolean) => {
8677
+ classes: {
8678
+ background: string;
8679
+ root: string;
8680
+ closeButton: string;
8681
+ paper: string;
8682
+ };
8683
+ css: {
8684
+ (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
8685
+ (...args: CSSInterpolation[]): string;
8686
+ };
8687
+ cx: (...args: any) => string;
8688
+ };
8689
+
8690
+ declare const useClasses_11: (classesProp?: Partial<Record<"input" | "label" | "icon" | "error" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
8678
8691
  classes: {
8679
8692
  input: string;
8680
8693
  label: string;
@@ -8703,7 +8716,7 @@ declare const useClasses_10: (classesProp?: Partial<Record<"input" | "label" | "
8703
8716
  cx: (...args: any) => string;
8704
8717
  };
8705
8718
 
8706
- declare const useClasses_11: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>) => {
8719
+ declare const useClasses_12: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
8707
8720
  classes: {
8708
8721
  container: string;
8709
8722
  icon: string;
@@ -8720,12 +8733,12 @@ declare const useClasses_11: (classesProp?: Partial<Record<"container" | "icon"
8720
8733
  cx: (...args: any) => string;
8721
8734
  };
8722
8735
 
8723
- declare const useClasses_12: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>) => {
8736
+ declare const useClasses_13: (classesProp?: Partial<Record<"icon" | "root" | "pageSizeOptions" | "iconContainer" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
8724
8737
  classes: {
8725
8738
  icon: string;
8726
8739
  root: string;
8727
- iconContainer: string;
8728
8740
  pageSizeOptions: string;
8741
+ iconContainer: string;
8729
8742
  pageSizeTextContainer: string;
8730
8743
  pageSizeOptionsSelect: string;
8731
8744
  pageNavigator: string;
@@ -8742,7 +8755,7 @@ declare const useClasses_12: (classesProp?: Partial<Record<"icon" | "root" | "ic
8742
8755
  cx: (...args: any) => string;
8743
8756
  };
8744
8757
 
8745
- declare const useClasses_13: (classesProp?: Partial<Record<"radio" | "horizontal" | "icon" | "root" | "radioRoot", string>>) => {
8758
+ declare const useClasses_14: (classesProp?: Partial<Record<"radio" | "horizontal" | "icon" | "root" | "radioRoot", string>>, addStatic?: boolean) => {
8746
8759
  classes: {
8747
8760
  radio: string;
8748
8761
  horizontal: string;
@@ -8757,7 +8770,7 @@ declare const useClasses_13: (classesProp?: Partial<Record<"radio" | "horizontal
8757
8770
  cx: (...args: any) => string;
8758
8771
  };
8759
8772
 
8760
- declare const useClasses_14: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>) => {
8773
+ declare const useClasses_15: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
8761
8774
  classes: {
8762
8775
  root: string;
8763
8776
  rootClosed: string;
@@ -8771,7 +8784,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"root" | "rootClosed"
8771
8784
  cx: (...args: any) => string;
8772
8785
  };
8773
8786
 
8774
- declare const useClasses_15: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>) => {
8787
+ declare const useClasses_16: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>, addStatic?: boolean) => {
8775
8788
  classes: {
8776
8789
  actionContainer: string;
8777
8790
  iconContainer: string;
@@ -8785,7 +8798,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"actionContainer" | "
8785
8798
  cx: (...args: any) => string;
8786
8799
  };
8787
8800
 
8788
- declare const useClasses_16: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "baseVariant" | "outContainer", string>>) => {
8801
+ declare const useClasses_17: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "baseVariant" | "outContainer", string>>, addStatic?: boolean) => {
8789
8802
  classes: {
8790
8803
  default: string;
8791
8804
  action: string;
@@ -8804,7 +8817,7 @@ declare const useClasses_16: (classesProp?: Partial<Record<"default" | "action"
8804
8817
  cx: (...args: any) => string;
8805
8818
  };
8806
8819
 
8807
- declare const useClasses_17: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>) => {
8820
+ declare const useClasses_18: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
8808
8821
  classes: {
8809
8822
  root: string;
8810
8823
  anchorOriginTopCenter: string;
@@ -8821,7 +8834,7 @@ declare const useClasses_17: (classesProp?: Partial<Record<"root" | "anchorOrigi
8821
8834
  cx: (...args: any) => string;
8822
8835
  };
8823
8836
 
8824
- declare const useClasses_18: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>) => {
8837
+ declare const useClasses_19: (classesProp?: Partial<Record<"default" | "action" | "error" | "warning" | "success" | "root" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
8825
8838
  classes: {
8826
8839
  default: string;
8827
8840
  action: string;
@@ -8841,18 +8854,7 @@ declare const useClasses_18: (classesProp?: Partial<Record<"default" | "action"
8841
8854
  cx: (...args: any) => string;
8842
8855
  };
8843
8856
 
8844
- declare const useClasses_19: (classesProp?: Partial<Record<"snackItemRoot", string>>) => {
8845
- classes: {
8846
- snackItemRoot: string;
8847
- };
8848
- css: {
8849
- (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
8850
- (...args: CSSInterpolation[]): string;
8851
- };
8852
- cx: (...args: any) => string;
8853
- };
8854
-
8855
- declare const useClasses_2: (classesProp?: Partial<Record<"input" | "disabled" | "readOnly" | "invalid" | "root" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>) => {
8857
+ declare const useClasses_2: (classesProp?: Partial<Record<"input" | "disabled" | "readOnly" | "invalid" | "root" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>, addStatic?: boolean) => {
8856
8858
  classes: {
8857
8859
  input: string;
8858
8860
  disabled: string;
@@ -8878,7 +8880,18 @@ declare const useClasses_2: (classesProp?: Partial<Record<"input" | "disabled" |
8878
8880
  cx: (...args: any) => string;
8879
8881
  };
8880
8882
 
8881
- declare const useClasses_20: (classesProp?: Partial<Record<"body" | "footer" | "head" | "expanded" | "selected" | "root" | "hover" | "striped" | "variantList" | "variantListHead", string>>) => {
8883
+ declare const useClasses_20: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
8884
+ classes: {
8885
+ snackItemRoot: string;
8886
+ };
8887
+ css: {
8888
+ (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
8889
+ (...args: CSSInterpolation[]): string;
8890
+ };
8891
+ cx: (...args: any) => string;
8892
+ };
8893
+
8894
+ declare const useClasses_21: (classesProp?: Partial<Record<"body" | "footer" | "head" | "expanded" | "selected" | "root" | "hover" | "striped" | "variantList" | "variantListHead", string>>, addStatic?: boolean) => {
8882
8895
  classes: {
8883
8896
  body: string;
8884
8897
  footer: string;
@@ -8898,7 +8911,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"body" | "footer" | "
8898
8911
  cx: (...args: any) => string;
8899
8912
  };
8900
8913
 
8901
- declare const useClasses_21: (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>>) => {
8914
+ declare const useClasses_22: (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>>, addStatic?: boolean) => {
8902
8915
  classes: {
8903
8916
  body: string;
8904
8917
  footer: string;
@@ -8932,7 +8945,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"body" | "footer" | "
8932
8945
  cx: (...args: any) => string;
8933
8946
  };
8934
8947
 
8935
- declare const useClasses_22: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>) => {
8948
+ declare const useClasses_23: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
8936
8949
  classes: {
8937
8950
  label: string;
8938
8951
  error: string;
@@ -8947,7 +8960,7 @@ declare const useClasses_22: (classesProp?: Partial<Record<"label" | "error" | "
8947
8960
  cx: (...args: any) => string;
8948
8961
  };
8949
8962
 
8950
- declare const useClasses_23: (classesProp?: Partial<Record<"header" | "space" | "actionBar" | "dropdown" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>) => {
8963
+ declare const useClasses_24: (classesProp?: Partial<Record<"header" | "space" | "actionBar" | "dropdown" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>, addStatic?: boolean) => {
8951
8964
  classes: {
8952
8965
  header: string;
8953
8966
  space: string;
@@ -8967,7 +8980,7 @@ declare const useClasses_23: (classesProp?: Partial<Record<"header" | "space" |
8967
8980
  cx: (...args: any) => string;
8968
8981
  };
8969
8982
 
8970
- declare const useClasses_24: (classesProp?: Partial<Record<"label" | "icon" | "action" | "error" | "dropdown" | "root" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>) => {
8983
+ declare const useClasses_25: (classesProp?: Partial<Record<"label" | "icon" | "action" | "error" | "dropdown" | "root" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
8971
8984
  classes: {
8972
8985
  label: string;
8973
8986
  icon: string;
@@ -8991,7 +9004,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"label" | "icon" | "a
8991
9004
  cx: (...args: any) => string;
8992
9005
  };
8993
9006
 
8994
- declare const useClasses_25: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>) => {
9007
+ declare const useClasses_26: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>, addStatic?: boolean) => {
8995
9008
  classes: {
8996
9009
  button: string;
8997
9010
  text: string;
@@ -9005,7 +9018,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"button" | "text" | "
9005
9018
  cx: (...args: any) => string;
9006
9019
  };
9007
9020
 
9008
- declare const useClasses_26: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>) => {
9021
+ declare const useClasses_27: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
9009
9022
  classes: {
9010
9023
  root: string;
9011
9024
  positionFixed: string;
@@ -9018,7 +9031,7 @@ declare const useClasses_26: (classesProp?: Partial<Record<"root" | "positionFix
9018
9031
  cx: (...args: any) => string;
9019
9032
  };
9020
9033
 
9021
- declare const useClasses_27: (classesProp?: Partial<Record<"button" | "text" | "selected" | "root", string>>) => {
9034
+ declare const useClasses_28: (classesProp?: Partial<Record<"button" | "text" | "selected" | "root", string>>, addStatic?: boolean) => {
9022
9035
  classes: {
9023
9036
  button: string;
9024
9037
  text: string;
@@ -9032,7 +9045,7 @@ declare const useClasses_27: (classesProp?: Partial<Record<"button" | "text" | "
9032
9045
  cx: (...args: any) => string;
9033
9046
  };
9034
9047
 
9035
- declare const useClasses_28: (classesProp?: Partial<Record<"selected" | "root" | "positionFixed" | "positionSticky" | "notSelectedRoot" | "notSelected", string>>) => {
9048
+ declare const useClasses_29: (classesProp?: Partial<Record<"selected" | "root" | "positionFixed" | "positionSticky" | "notSelectedRoot" | "notSelected", string>>, addStatic?: boolean) => {
9036
9049
  classes: {
9037
9050
  selected: string;
9038
9051
  root: string;
@@ -9048,18 +9061,9 @@ declare const useClasses_28: (classesProp?: Partial<Record<"selected" | "root" |
9048
9061
  cx: (...args: any) => string;
9049
9062
  };
9050
9063
 
9051
- declare const useClasses_29: (classesProp?: Partial<Record<"button" | "input" | "text" | "icon" | "root" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>) => {
9064
+ declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9052
9065
  classes: {
9053
- button: string;
9054
- input: string;
9055
- text: string;
9056
- icon: string;
9057
9066
  root: string;
9058
- inputBorderContainer: string;
9059
- inputRoot: string;
9060
- largeText: string;
9061
- textEmpty: string;
9062
- iconVisible: string;
9063
9067
  };
9064
9068
  css: {
9065
9069
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -9068,9 +9072,18 @@ declare const useClasses_29: (classesProp?: Partial<Record<"button" | "input" |
9068
9072
  cx: (...args: any) => string;
9069
9073
  };
9070
9074
 
9071
- declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>) => {
9075
+ declare const useClasses_30: (classesProp?: Partial<Record<"button" | "input" | "text" | "icon" | "root" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
9072
9076
  classes: {
9077
+ button: string;
9078
+ input: string;
9079
+ text: string;
9080
+ icon: string;
9073
9081
  root: string;
9082
+ inputBorderContainer: string;
9083
+ inputRoot: string;
9084
+ largeText: string;
9085
+ textEmpty: string;
9086
+ iconVisible: string;
9074
9087
  };
9075
9088
  css: {
9076
9089
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -9079,7 +9092,7 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>) => {
9079
9092
  cx: (...args: any) => string;
9080
9093
  };
9081
9094
 
9082
- declare const useClasses_30: (classesProp?: Partial<Record<"root", string>>) => {
9095
+ declare const useClasses_31: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9083
9096
  classes: {
9084
9097
  root: string;
9085
9098
  };
@@ -9090,7 +9103,7 @@ declare const useClasses_30: (classesProp?: Partial<Record<"root", string>>) =>
9090
9103
  cx: (...args: any) => string;
9091
9104
  };
9092
9105
 
9093
- declare const useClasses_31: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>) => {
9106
+ declare const useClasses_32: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
9094
9107
  classes: {
9095
9108
  root: string;
9096
9109
  removeButton: string;
@@ -9115,7 +9128,7 @@ declare const useClasses_31: (classesProp?: Partial<Record<"root" | "removeButto
9115
9128
  cx: (...args: any) => string;
9116
9129
  };
9117
9130
 
9118
- declare const useClasses_32: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>) => {
9131
+ declare const useClasses_33: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
9119
9132
  classes: {
9120
9133
  label: string;
9121
9134
  colorPicker: string;
@@ -9138,7 +9151,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"label" | "colorPicke
9138
9151
  cx: (...args: any) => string;
9139
9152
  };
9140
9153
 
9141
- declare const useClasses_33: (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>>) => {
9154
+ declare const useClasses_34: (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>>, addStatic?: boolean) => {
9142
9155
  classes: {
9143
9156
  title: string;
9144
9157
  main: string;
@@ -9172,7 +9185,7 @@ declare const useClasses_33: (classesProp?: Partial<Record<"title" | "main" | "d
9172
9185
  cx: (...args: any) => string;
9173
9186
  };
9174
9187
 
9175
- declare const useClasses_34: (classesProp?: Partial<Record<"image" | "slide", string>>) => {
9188
+ declare const useClasses_35: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
9176
9189
  classes: {
9177
9190
  image: string;
9178
9191
  slide: string;
@@ -9184,7 +9197,7 @@ declare const useClasses_34: (classesProp?: Partial<Record<"image" | "slide", st
9184
9197
  cx: (...args: any) => string;
9185
9198
  };
9186
9199
 
9187
- declare const useClasses_35: (classesProp?: Partial<Record<"placeholder" | "label" | "icon" | "error" | "root" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>) => {
9200
+ declare const useClasses_36: (classesProp?: Partial<Record<"placeholder" | "label" | "icon" | "error" | "root" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
9188
9201
  classes: {
9189
9202
  placeholder: string;
9190
9203
  label: string;
@@ -9207,7 +9220,23 @@ declare const useClasses_35: (classesProp?: Partial<Record<"placeholder" | "labe
9207
9220
  cx: (...args: any) => string;
9208
9221
  };
9209
9222
 
9210
- declare const useClasses_4: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>) => {
9223
+ declare const useClasses_4: (classesProp?: Partial<Record<"icon" | "disabled" | "root" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
9224
+ classes: {
9225
+ icon: string;
9226
+ disabled: string;
9227
+ root: string;
9228
+ startIcon: string;
9229
+ endIcon: string;
9230
+ focusVisible: string;
9231
+ };
9232
+ css: {
9233
+ (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
9234
+ (...args: CSSInterpolation[]): string;
9235
+ };
9236
+ cx: (...args: any) => string;
9237
+ };
9238
+
9239
+ declare const useClasses_5: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
9211
9240
  classes: {
9212
9241
  icon: string;
9213
9242
  selected: string;
@@ -9223,7 +9252,7 @@ declare const useClasses_4: (classesProp?: Partial<Record<"icon" | "selected" |
9223
9252
  cx: (...args: any) => string;
9224
9253
  };
9225
9254
 
9226
- declare const useClasses_5: (classesProp?: Partial<Record<"title" | "content" | "action" | "root" | "titleShort" | "subheader", string>>) => {
9255
+ declare const useClasses_6: (classesProp?: Partial<Record<"title" | "content" | "action" | "root" | "titleShort" | "subheader", string>>, addStatic?: boolean) => {
9227
9256
  classes: {
9228
9257
  title: string;
9229
9258
  content: string;
@@ -9239,7 +9268,7 @@ declare const useClasses_5: (classesProp?: Partial<Record<"title" | "content" |
9239
9268
  cx: (...args: any) => string;
9240
9269
  };
9241
9270
 
9242
- declare const useClasses_6: (classesProp?: Partial<Record<"content", string>>) => {
9271
+ declare const useClasses_7: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
9243
9272
  classes: {
9244
9273
  content: string;
9245
9274
  };
@@ -9250,7 +9279,7 @@ declare const useClasses_6: (classesProp?: Partial<Record<"content", string>>) =
9250
9279
  cx: (...args: any) => string;
9251
9280
  };
9252
9281
 
9253
- declare const useClasses_7: (classesProp?: Partial<Record<"media" | "root", string>>) => {
9282
+ declare const useClasses_8: (classesProp?: Partial<Record<"media" | "root", string>>, addStatic?: boolean) => {
9254
9283
  classes: {
9255
9284
  media: string;
9256
9285
  root: string;
@@ -9262,7 +9291,7 @@ declare const useClasses_7: (classesProp?: Partial<Record<"media" | "root", stri
9262
9291
  cx: (...args: any) => string;
9263
9292
  };
9264
9293
 
9265
- declare const useClasses_8: (classesProp?: Partial<Record<"background" | "root" | "fullscreen" | "closeButton" | "paper", string>>) => {
9294
+ declare const useClasses_9: (classesProp?: Partial<Record<"background" | "root" | "fullscreen" | "closeButton" | "paper", string>>, addStatic?: boolean) => {
9266
9295
  classes: {
9267
9296
  background: string;
9268
9297
  root: string;
@@ -9277,20 +9306,6 @@ declare const useClasses_8: (classesProp?: Partial<Record<"background" | "root"
9277
9306
  cx: (...args: any) => string;
9278
9307
  };
9279
9308
 
9280
- declare const useClasses_9: (classesProp?: Partial<Record<"background" | "root" | "closeButton" | "paper", string>>) => {
9281
- classes: {
9282
- background: string;
9283
- root: string;
9284
- closeButton: string;
9285
- paper: string;
9286
- };
9287
- css: {
9288
- (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
9289
- (...args: CSSInterpolation[]): string;
9290
- };
9291
- cx: (...args: any) => string;
9292
- };
9293
-
9294
9309
  export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
9295
9310
 
9296
9311
  export declare function useComputation(valueFn: any, valueFallback?: any): any[];