@hitachivantara/uikit-react-core 5.18.4 → 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 (80) hide show
  1. package/dist/cjs/components/BreadCrumb/BreadCrumb.cjs +1 -3
  2. package/dist/cjs/components/BreadCrumb/BreadCrumb.cjs.map +1 -1
  3. package/dist/cjs/components/BreadCrumb/Page/Page.cjs +1 -4
  4. package/dist/cjs/components/BreadCrumb/Page/Page.cjs.map +1 -1
  5. package/dist/cjs/components/Button/Button.cjs +32 -56
  6. package/dist/cjs/components/Button/Button.cjs.map +1 -1
  7. package/dist/cjs/components/Button/Button.styles.cjs +122 -240
  8. package/dist/cjs/components/Button/Button.styles.cjs.map +1 -1
  9. package/dist/cjs/components/Carousel/Carousel.cjs +95 -110
  10. package/dist/cjs/components/Carousel/Carousel.cjs.map +1 -1
  11. package/dist/cjs/components/Carousel/Carousel.styles.cjs +4 -8
  12. package/dist/cjs/components/Carousel/Carousel.styles.cjs.map +1 -1
  13. package/dist/cjs/components/Carousel/CarouselControls.cjs +62 -0
  14. package/dist/cjs/components/Carousel/CarouselControls.cjs.map +1 -0
  15. package/dist/cjs/components/Carousel/CarouselSlide/CarouselSlide.cjs +2 -1
  16. package/dist/cjs/components/Carousel/CarouselSlide/CarouselSlide.cjs.map +1 -1
  17. package/dist/cjs/components/Carousel/CarouselThumbnail.cjs +30 -0
  18. package/dist/cjs/components/Carousel/CarouselThumbnail.cjs.map +1 -0
  19. package/dist/cjs/components/Carousel/CarouselThumbnails.cjs +44 -0
  20. package/dist/cjs/components/Carousel/CarouselThumbnails.cjs.map +1 -0
  21. package/dist/cjs/components/Drawer/Drawer.cjs +81 -0
  22. package/dist/cjs/components/Drawer/Drawer.cjs.map +1 -0
  23. package/dist/cjs/components/Drawer/Drawer.styles.cjs +27 -0
  24. package/dist/cjs/components/Drawer/Drawer.styles.cjs.map +1 -0
  25. package/dist/cjs/components/Header/Actions/Actions.styles.cjs +3 -2
  26. package/dist/cjs/components/Header/Actions/Actions.styles.cjs.map +1 -1
  27. package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs +6 -1
  28. package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs.map +1 -1
  29. package/dist/cjs/components/InlineEditor/InlineEditor.cjs +10 -9
  30. package/dist/cjs/components/InlineEditor/InlineEditor.cjs.map +1 -1
  31. package/dist/cjs/components/MultiButton/MultiButton.styles.cjs +3 -2
  32. package/dist/cjs/components/MultiButton/MultiButton.styles.cjs.map +1 -1
  33. package/dist/cjs/components/Table/TableRow/TableRow.cjs +1 -1
  34. package/dist/cjs/index.cjs +6 -2
  35. package/dist/cjs/index.cjs.map +1 -1
  36. package/dist/cjs/utils/classes.cjs +2 -2
  37. package/dist/cjs/utils/classes.cjs.map +1 -1
  38. package/dist/esm/components/BreadCrumb/BreadCrumb.js +1 -2
  39. package/dist/esm/components/BreadCrumb/BreadCrumb.js.map +1 -1
  40. package/dist/esm/components/BreadCrumb/Page/Page.js +1 -2
  41. package/dist/esm/components/BreadCrumb/Page/Page.js.map +1 -1
  42. package/dist/esm/components/Button/Button.js +37 -60
  43. package/dist/esm/components/Button/Button.js.map +1 -1
  44. package/dist/esm/components/Button/Button.styles.js +122 -238
  45. package/dist/esm/components/Button/Button.styles.js.map +1 -1
  46. package/dist/esm/components/Carousel/Carousel.js +96 -111
  47. package/dist/esm/components/Carousel/Carousel.js.map +1 -1
  48. package/dist/esm/components/Carousel/Carousel.styles.js +4 -8
  49. package/dist/esm/components/Carousel/Carousel.styles.js.map +1 -1
  50. package/dist/esm/components/Carousel/CarouselControls.js +62 -0
  51. package/dist/esm/components/Carousel/CarouselControls.js.map +1 -0
  52. package/dist/esm/components/Carousel/CarouselSlide/CarouselSlide.js +2 -1
  53. package/dist/esm/components/Carousel/CarouselSlide/CarouselSlide.js.map +1 -1
  54. package/dist/esm/components/Carousel/CarouselThumbnail.js +30 -0
  55. package/dist/esm/components/Carousel/CarouselThumbnail.js.map +1 -0
  56. package/dist/esm/components/Carousel/CarouselThumbnails.js +44 -0
  57. package/dist/esm/components/Carousel/CarouselThumbnails.js.map +1 -0
  58. package/dist/esm/components/Drawer/Drawer.js +82 -0
  59. package/dist/esm/components/Drawer/Drawer.js.map +1 -0
  60. package/dist/esm/components/Drawer/Drawer.styles.js +27 -0
  61. package/dist/esm/components/Drawer/Drawer.styles.js.map +1 -0
  62. package/dist/esm/components/Header/Actions/Actions.styles.js +3 -2
  63. package/dist/esm/components/Header/Actions/Actions.styles.js.map +1 -1
  64. package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js +6 -1
  65. package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js.map +1 -1
  66. package/dist/esm/components/InlineEditor/InlineEditor.js +11 -10
  67. package/dist/esm/components/InlineEditor/InlineEditor.js.map +1 -1
  68. package/dist/esm/components/MultiButton/MultiButton.styles.js +3 -2
  69. package/dist/esm/components/MultiButton/MultiButton.styles.js.map +1 -1
  70. package/dist/esm/components/Table/TableRow/TableRow.js +1 -1
  71. package/dist/esm/index.js +232 -228
  72. package/dist/esm/index.js.map +1 -1
  73. package/dist/esm/utils/classes.js +2 -2
  74. package/dist/esm/utils/classes.js.map +1 -1
  75. package/dist/types/index.d.ts +222 -139
  76. package/package.json +5 -5
  77. package/dist/cjs/components/Button/buttonClasses.cjs +0 -8
  78. package/dist/cjs/components/Button/buttonClasses.cjs.map +0 -1
  79. package/dist/esm/components/Button/buttonClasses.js +0 -8
  80. 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';
@@ -26,6 +26,7 @@ import { DialogContentProps } from '@mui/material/DialogContent';
26
26
  import { DialogProps } from '@mui/material/Dialog';
27
27
  import { DialogTitleProps } from '@mui/material/DialogTitle';
28
28
  import { DividerProps } from '@mui/material/Divider';
29
+ import { DrawerProps } from '@mui/material';
29
30
  import { ds3 } from '@hitachivantara/uikit-styles';
30
31
  import { ds5 } from '@hitachivantara/uikit-styles';
31
32
  import { EmblaOptionsType } from 'embla-carousel-react';
@@ -384,6 +385,8 @@ export declare const bulkActionsClasses: {
384
385
  };
385
386
 
386
387
  export declare const buttonClasses: {
388
+ icon: "HvButton-icon";
389
+ disabled: "HvButton-disabled";
387
390
  root: "HvButton-root";
388
391
  startIcon: "HvButton-startIcon";
389
392
  endIcon: "HvButton-endIcon";
@@ -551,7 +554,7 @@ export declare const controlsClasses: {
551
554
  export declare function createClasses<Name extends string, ClassName extends string>(
552
555
  /** Component name in PascalCase (ie. `HvTableCell`). */
553
556
  name: Name, stylesObject: Record<ClassName, CSSInterpolation_2>): {
554
- useClasses: (classesProp?: Partial<Record<ClassName, string>>) => {
557
+ useClasses: (classesProp?: Partial<Record<ClassName, string>>, addStatic?: boolean) => {
555
558
  classes: { [P in ClassName]: string; };
556
559
  css: {
557
560
  (template: TemplateStringsArray, ...args: CSSInterpolation_2[]): string;
@@ -603,7 +606,7 @@ declare interface DateTimeStrings {
603
606
  export declare const decreaseSize: (size: string) => "XS" | "S" | "M" | "L";
604
607
 
605
608
  /** This type allows to do a deep partial by applying the Partial type to each key recursively */
606
- declare type DeepPartial<T> = Partial<{
609
+ export declare type DeepPartial<T> = Partial<{
607
610
  [P in keyof T]: DeepPartial<T[P]>;
608
611
  }>;
609
612
 
@@ -676,6 +679,13 @@ export declare const dotPaginationClasses: {
676
679
  radioRoot: "HvDotPagination-radioRoot";
677
680
  };
678
681
 
682
+ export declare const drawerClasses: {
683
+ background: "HvDrawer-background";
684
+ root: "HvDrawer-root";
685
+ closeButton: "HvDrawer-closeButton";
686
+ paper: "HvDrawer-paper";
687
+ };
688
+
679
689
  export declare const dropdownClasses: {
680
690
  placeholder: "HvDropdown-placeholder";
681
691
  arrow: "HvDropdown-arrow";
@@ -1071,7 +1081,7 @@ export declare interface HvActionBarProps extends HvBaseProps {
1071
1081
  classes?: HvActionBarClasses;
1072
1082
  }
1073
1083
 
1074
- declare type HvActionContainerClasses = ExtractNames<typeof useClasses_14>;
1084
+ declare type HvActionContainerClasses = ExtractNames<typeof useClasses_16>;
1075
1085
 
1076
1086
  declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
1077
1087
  /** onClose function. */
@@ -1379,11 +1389,11 @@ export declare const HvBanner: ({ id, classes: classesProp, className, open, onC
1379
1389
 
1380
1390
  export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
1381
1391
 
1382
- export declare type HvBannerClasses = ExtractNames<typeof useClasses_13>;
1392
+ export declare type HvBannerClasses = ExtractNames<typeof useClasses_15>;
1383
1393
 
1384
1394
  export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
1385
1395
 
1386
- export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_15>;
1396
+ export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_17>;
1387
1397
 
1388
1398
  export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose">, HvBaseProps {
1389
1399
  /** The message to display. */
@@ -2005,12 +2015,7 @@ export declare interface HvBulkActionsProps extends HvBaseProps {
2005
2015
  */
2006
2016
  export declare const HvButton: <C extends React_2.ElementType = "button">(props: HvButtonProps<C>) => React_2.ReactElement | null;
2007
2017
 
2008
- export declare interface HvButtonClasses {
2009
- root?: string;
2010
- startIcon?: string;
2011
- endIcon?: string;
2012
- focusVisible?: string;
2013
- }
2018
+ export declare type HvButtonClasses = ExtractNames<typeof useClasses_4>;
2014
2019
 
2015
2020
  export declare type HvButtonProps<C extends React_2.ElementType = "button"> = PolymorphicComponentRef<C, {
2016
2021
  /** Use the variant prop to change the visual style of the Button. */
@@ -2187,11 +2192,11 @@ export declare interface HvCalendarProps {
2187
2192
  */
2188
2193
  export declare const HvCard: ({ classes: classesProp, className, children, icon, selectable, selected, statusColor, bgcolor, ...others }: HvCardProps) => JSX_2.Element;
2189
2194
 
2190
- export declare type HvCardClasses = ExtractNames<typeof useClasses_4>;
2195
+ export declare type HvCardClasses = ExtractNames<typeof useClasses_5>;
2191
2196
 
2192
2197
  export declare const HvCardContent: ({ id, classes: classesProp, className, children, onClick, ...others }: HvCardContentProps) => JSX_2.Element;
2193
2198
 
2194
- export declare type HvCardContentClasses = ExtractNames<typeof useClasses_6>;
2199
+ export declare type HvCardContentClasses = ExtractNames<typeof useClasses_7>;
2195
2200
 
2196
2201
  export declare interface HvCardContentProps extends Omit<CardContentProps, "classes">, HvBaseProps {
2197
2202
  /** Id to be applied to the root node. */
@@ -2204,7 +2209,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
2204
2209
 
2205
2210
  export declare const HvCardHeader: ({ classes: classesProp, className, title, subheader, icon, onClick, ...others }: HvCardHeaderProps) => JSX_2.Element;
2206
2211
 
2207
- export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_5>;
2212
+ export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_6>;
2208
2213
 
2209
2214
  export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes">, HvBaseProps<HTMLDivElement, "title"> {
2210
2215
  /** The renderable content inside the title slot of the header. */
@@ -2221,7 +2226,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
2221
2226
 
2222
2227
  export declare const HvCardMedia: ({ id, classes: classesProp, className, children, title, onClick, ...others }: HvCardMediaProps) => JSX_2.Element;
2223
2228
 
2224
- export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_7>;
2229
+ export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_8>;
2225
2230
 
2226
2231
  export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, ImgHTMLAttributes<HTMLDivElement>, HvBaseProps<HTMLDivElement, "onClick" | "title"> {
2227
2232
  /** Id to be applied to the root node. */
@@ -2262,7 +2267,7 @@ export declare interface HvCardProps extends HvBaseProps {
2262
2267
  */
2263
2268
  export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
2264
2269
 
2265
- export declare type HvCarouselClasses = ExtractNames<typeof useClasses_32>;
2270
+ export declare type HvCarouselClasses = ExtractNames<typeof useClasses_34>;
2266
2271
 
2267
2272
  export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "title" | "onChange"> {
2268
2273
  /** A Jss Object used to override or extend the styles applied. */
@@ -2289,6 +2294,8 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
2289
2294
  showFullscreen?: boolean;
2290
2295
  /** Whether to hide the thumbnails. Hidden by default in "xs" mode */
2291
2296
  hideThumbnails?: boolean;
2297
+ controlsPosition?: "top" | "bottom";
2298
+ thumbnailsPosition?: "top" | "bottom";
2292
2299
  /** Carousel configuration options. @see https://www.embla-carousel.com/api/options/ */
2293
2300
  carouselOptions?: EmblaOptionsType;
2294
2301
  /** */
@@ -2301,9 +2308,9 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
2301
2308
  * A container to use as `children` of `HvCarousel`.
2302
2309
  * Pass `img` props directly to it, or `children` for any custom content
2303
2310
  */
2304
- 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;
2305
2312
 
2306
- export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_33>;
2313
+ export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_35>;
2307
2314
 
2308
2315
  export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
2309
2316
  /** A Jss Object used to override or extend the styles applied. */
@@ -2527,7 +2534,7 @@ export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEven
2527
2534
  */
2528
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;
2529
2536
 
2530
- export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_31>;
2537
+ export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_33>;
2531
2538
 
2532
2539
  export declare interface HvColorPickerProps {
2533
2540
  "aria-label"?: string;
@@ -2770,7 +2777,7 @@ declare interface HvDateColumnCellProp {
2770
2777
  */
2771
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;
2772
2779
 
2773
- export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_23>;
2780
+ export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_25>;
2774
2781
 
2775
2782
  export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
2776
2783
  /**
@@ -2958,7 +2965,7 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
2958
2965
  classes?: HvDialogActionClasses;
2959
2966
  }
2960
2967
 
2961
- export declare type HvDialogClasses = ExtractNames<typeof useClasses_8>;
2968
+ export declare type HvDialogClasses = ExtractNames<typeof useClasses_9>;
2962
2969
 
2963
2970
  export declare const HvDialogContent: ({ classes, className, children, indentContent, }: HvDialogContentProps) => JSX_2.Element;
2964
2971
 
@@ -3027,7 +3034,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
3027
3034
  */
3028
3035
  export declare const HvDotPagination: ({ className, classes: classesProp, unselectedIcon, selectedIcon, pages, page, onPageChange, getItemAriaLabel, ...others }: HvDotPaginationProps) => JSX_2.Element;
3029
3036
 
3030
- export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_12>;
3037
+ export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_14>;
3031
3038
 
3032
3039
  export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
3033
3040
  /**
@@ -3064,6 +3071,52 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
3064
3071
  classes?: HvDotPaginationClasses;
3065
3072
  }
3066
3073
 
3074
+ /**
3075
+ * The Drawer component provides a foundation to create a sliding pane.
3076
+ * It only provides the pane with a close button, the rest of the
3077
+ * content can be customized.
3078
+ */
3079
+ export declare const HvDrawer: ({ className, classes: classesProp, id, children, open, onClose, anchor, buttonTitle, ...others }: HvDrawerProps) => JSX_2.Element;
3080
+
3081
+ export declare type HvDrawerClasses = ExtractNames<typeof useClasses_10>;
3082
+
3083
+ export declare interface HvDrawerProps extends DrawerProps, Omit<DrawerProps, "classes">, HvBaseProps<HTMLDivElement> {
3084
+ /**
3085
+ * Class names to be applied.
3086
+ */
3087
+ className?: string;
3088
+ /**
3089
+ * Id to be applied to the root node.
3090
+ */
3091
+ id?: string;
3092
+ /**
3093
+ * A Jss Object used to override or extend the styles applied.
3094
+ */
3095
+ classes?: HvDrawerClasses;
3096
+ /**
3097
+ * Components of the Drawer.
3098
+ */
3099
+ children?: React.ReactNode;
3100
+ /**
3101
+ * Current state of the Drawer.
3102
+ */
3103
+ open?: boolean;
3104
+ /**
3105
+ * Function executed on close.
3106
+ * Extended from Modal from material-ui
3107
+ *
3108
+ */
3109
+ onClose?: (event: React.SyntheticEvent, reason?: "escapeKeyDown" | "backdropClick") => void;
3110
+ /**
3111
+ * The side the drawer opens from.
3112
+ */
3113
+ anchor?: "left" | "top" | "right" | "bottom";
3114
+ /**
3115
+ * Title for the button close.
3116
+ */
3117
+ buttonTitle?: string;
3118
+ }
3119
+
3067
3120
  /**
3068
3121
  * A dropdown list is a graphical control element, similar to a list box, that allows the user to choose one value from a list.
3069
3122
  */
@@ -3214,7 +3267,7 @@ declare interface HvDropdownListProps {
3214
3267
  */
3215
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;
3216
3269
 
3217
- export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_10>;
3270
+ export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_12>;
3218
3271
 
3219
3272
  export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3220
3273
  /** Icon. */
@@ -3685,9 +3738,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
3685
3738
  */
3686
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;
3687
3740
 
3688
- export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_21>;
3741
+ export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_23>;
3689
3742
 
3690
- declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_22>;
3743
+ declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_24>;
3691
3744
 
3692
3745
  declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
3693
3746
  description?: React.ReactNode;
@@ -4235,7 +4288,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
4235
4288
  useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
4236
4289
  }
4237
4290
 
4238
- export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_26>;
4291
+ export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_28>;
4239
4292
 
4240
4293
  /**
4241
4294
  * Provides the user with additional descriptive text for the form element.
@@ -4263,7 +4316,7 @@ export declare interface HvInfoMessageProps extends HvBaseProps {
4263
4316
  */
4264
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;
4265
4318
 
4266
- export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_28>;
4319
+ export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_30>;
4267
4320
 
4268
4321
  export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
4269
4322
  /** The value of the form element. */
@@ -4291,7 +4344,7 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
4291
4344
  */
4292
4345
  export declare const HvInput: React_2.ForwardRefExoticComponent<HvInputProps & React_2.RefAttributes<InputElement>>;
4293
4346
 
4294
- export declare type HvInputClasses = ExtractNames<typeof useClasses_9>;
4347
+ export declare type HvInputClasses = ExtractNames<typeof useClasses_11>;
4295
4348
 
4296
4349
  export declare interface HvInputLabels {
4297
4350
  /** The label of the clear button. */
@@ -4904,7 +4957,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
4904
4957
  */
4905
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;
4906
4959
 
4907
- export declare type HvPaginationClasses = ExtractNames<typeof useClasses_11>;
4960
+ export declare type HvPaginationClasses = ExtractNames<typeof useClasses_13>;
4908
4961
 
4909
4962
  export declare interface HvPaginationLabels {
4910
4963
  /** The show label. */
@@ -5103,7 +5156,7 @@ export declare interface HvProviderProps {
5103
5156
  */
5104
5157
  export declare const HvQueryBuilder: ({ attributes, query, onChange, operators, combinators, maxDepth, labels, readOnly, classes, }: HvQueryBuilderProps) => JSX_2.Element;
5105
5158
 
5106
- export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof useClasses_30>>;
5159
+ export declare type HvQueryBuilderClasses = Partial<ExtractNames<typeof useClasses_32>>;
5107
5160
 
5108
5161
  export declare interface HvQueryBuilderProps {
5109
5162
  attributes?: Record<string, Attribute>;
@@ -5421,7 +5474,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
5421
5474
  */
5422
5475
  export declare const HvScrollToHorizontal: ({ id, defaultSelectedIndex, scrollElementId, href, onChange, onClick, onEnter, className, classes: classesProp, options, offset, position, tooltipPosition, ...others }: HvScrollToHorizontalProps) => JSX_2.Element;
5423
5476
 
5424
- export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_27>;
5477
+ export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_29>;
5425
5478
 
5426
5479
  export declare interface HvScrollToHorizontalOption {
5427
5480
  key?: string;
@@ -5474,7 +5527,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
5474
5527
  */
5475
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;
5476
5529
 
5477
- export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_25>;
5530
+ export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_27>;
5478
5531
 
5479
5532
  export declare interface HvScrollToVerticalOption {
5480
5533
  key?: string;
@@ -5790,11 +5843,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
5790
5843
  */
5791
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;
5792
5845
 
5793
- export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_16>;
5846
+ export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_18>;
5794
5847
 
5795
5848
  export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
5796
5849
 
5797
- export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_17>;
5850
+ export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_19>;
5798
5851
 
5799
5852
  export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes">, HvBaseProps {
5800
5853
  /** The message to display. */
@@ -5848,7 +5901,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5848
5901
 
5849
5902
  export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
5850
5903
 
5851
- export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_18>;
5904
+ export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_20>;
5852
5905
 
5853
5906
  export declare interface HvSnackbarProviderProps {
5854
5907
  /** Your component tree. */
@@ -6144,7 +6197,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
6144
6197
 
6145
6198
  export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
6146
6199
 
6147
- export declare type HvTableCellClasses = ExtractNames<typeof useClasses_20>;
6200
+ export declare type HvTableCellClasses = ExtractNames<typeof useClasses_22>;
6148
6201
 
6149
6202
  export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
6150
6203
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
@@ -6451,7 +6504,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
6451
6504
  */
6452
6505
  export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
6453
6506
 
6454
- export declare type HvTableRowClasses = ExtractNames<typeof useClasses_19>;
6507
+ export declare type HvTableRowClasses = ExtractNames<typeof useClasses_21>;
6455
6508
 
6456
6509
  export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
6457
6510
  /** Content to be rendered */
@@ -6862,7 +6915,7 @@ declare interface HvThemeProviderProps {
6862
6915
  */
6863
6916
  export declare const HvTimeAgo: ({ classes: classesProp, className, timestamp, locale: localeProp, component: Component, emptyElement, disableRefresh, showSeconds, justText, ...others }: HvTimeAgoProps) => JSX_2.Element;
6864
6917
 
6865
- export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_29>;
6918
+ export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_31>;
6866
6919
 
6867
6920
  export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "children"> {
6868
6921
  /**
@@ -6907,7 +6960,7 @@ export declare interface HvTimeAgoProps extends HvBaseProps<HTMLElement, "childr
6907
6960
  */
6908
6961
  export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
6909
6962
 
6910
- export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_34>;
6963
+ export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_36>;
6911
6964
 
6912
6965
  export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
6913
6966
 
@@ -7614,7 +7667,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
7614
7667
  children?: React.ReactNode;
7615
7668
  }
7616
7669
 
7617
- export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_24>;
7670
+ export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_26>;
7618
7671
 
7619
7672
  /**
7620
7673
  * Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
@@ -7959,8 +8012,8 @@ export declare const overflowTooltipClasses: {
7959
8012
  export declare const paginationClasses: {
7960
8013
  icon: "HvPagination-icon";
7961
8014
  root: "HvPagination-root";
7962
- iconContainer: "HvPagination-iconContainer";
7963
8015
  pageSizeOptions: "HvPagination-pageSizeOptions";
8016
+ iconContainer: "HvPagination-iconContainer";
7964
8017
  pageSizeTextContainer: "HvPagination-pageSizeTextContainer";
7965
8018
  pageSizeOptionsSelect: "HvPagination-pageSizeOptionsSelect";
7966
8019
  pageNavigator: "HvPagination-pageNavigator";
@@ -8577,7 +8630,7 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
8577
8630
  pluginName: string;
8578
8631
  };
8579
8632
 
8580
- 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) => {
8581
8634
  classes: {
8582
8635
  link: string;
8583
8636
  body: string;
@@ -8620,7 +8673,50 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
8620
8673
  cx: (...args: any) => string;
8621
8674
  };
8622
8675
 
8623
- declare const useClasses_10: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", 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) => {
8691
+ classes: {
8692
+ input: string;
8693
+ label: string;
8694
+ icon: string;
8695
+ error: string;
8696
+ root: string;
8697
+ inputBorderContainer: string;
8698
+ inputRoot: string;
8699
+ inputRootFocused: string;
8700
+ inputRootDisabled: string;
8701
+ inputRootMultiline: string;
8702
+ description: string;
8703
+ labelContainer: string;
8704
+ adornmentsBox: string;
8705
+ adornmentButton: string;
8706
+ iconClear: string;
8707
+ hasSuggestions: string;
8708
+ suggestionsContainer: string;
8709
+ suggestionList: string;
8710
+ inputExtension: string;
8711
+ };
8712
+ css: {
8713
+ (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
8714
+ (...args: CSSInterpolation[]): string;
8715
+ };
8716
+ cx: (...args: any) => string;
8717
+ };
8718
+
8719
+ declare const useClasses_12: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
8624
8720
  classes: {
8625
8721
  container: string;
8626
8722
  icon: string;
@@ -8637,12 +8733,12 @@ declare const useClasses_10: (classesProp?: Partial<Record<"container" | "icon"
8637
8733
  cx: (...args: any) => string;
8638
8734
  };
8639
8735
 
8640
- declare const useClasses_11: (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) => {
8641
8737
  classes: {
8642
8738
  icon: string;
8643
8739
  root: string;
8644
- iconContainer: string;
8645
8740
  pageSizeOptions: string;
8741
+ iconContainer: string;
8646
8742
  pageSizeTextContainer: string;
8647
8743
  pageSizeOptionsSelect: string;
8648
8744
  pageNavigator: string;
@@ -8659,7 +8755,7 @@ declare const useClasses_11: (classesProp?: Partial<Record<"icon" | "root" | "ic
8659
8755
  cx: (...args: any) => string;
8660
8756
  };
8661
8757
 
8662
- declare const useClasses_12: (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) => {
8663
8759
  classes: {
8664
8760
  radio: string;
8665
8761
  horizontal: string;
@@ -8674,7 +8770,7 @@ declare const useClasses_12: (classesProp?: Partial<Record<"radio" | "horizontal
8674
8770
  cx: (...args: any) => string;
8675
8771
  };
8676
8772
 
8677
- declare const useClasses_13: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>) => {
8773
+ declare const useClasses_15: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
8678
8774
  classes: {
8679
8775
  root: string;
8680
8776
  rootClosed: string;
@@ -8688,7 +8784,7 @@ declare const useClasses_13: (classesProp?: Partial<Record<"root" | "rootClosed"
8688
8784
  cx: (...args: any) => string;
8689
8785
  };
8690
8786
 
8691
- declare const useClasses_14: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>) => {
8787
+ declare const useClasses_16: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>, addStatic?: boolean) => {
8692
8788
  classes: {
8693
8789
  actionContainer: string;
8694
8790
  iconContainer: string;
@@ -8702,7 +8798,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"actionContainer" | "
8702
8798
  cx: (...args: any) => string;
8703
8799
  };
8704
8800
 
8705
- declare const useClasses_15: (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) => {
8706
8802
  classes: {
8707
8803
  default: string;
8708
8804
  action: string;
@@ -8721,7 +8817,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"default" | "action"
8721
8817
  cx: (...args: any) => string;
8722
8818
  };
8723
8819
 
8724
- declare const useClasses_16: (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) => {
8725
8821
  classes: {
8726
8822
  root: string;
8727
8823
  anchorOriginTopCenter: string;
@@ -8738,7 +8834,7 @@ declare const useClasses_16: (classesProp?: Partial<Record<"root" | "anchorOrigi
8738
8834
  cx: (...args: any) => string;
8739
8835
  };
8740
8836
 
8741
- declare const useClasses_17: (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) => {
8742
8838
  classes: {
8743
8839
  default: string;
8744
8840
  action: string;
@@ -8758,7 +8854,33 @@ declare const useClasses_17: (classesProp?: Partial<Record<"default" | "action"
8758
8854
  cx: (...args: any) => string;
8759
8855
  };
8760
8856
 
8761
- declare const useClasses_18: (classesProp?: Partial<Record<"snackItemRoot", 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) => {
8858
+ classes: {
8859
+ input: string;
8860
+ disabled: string;
8861
+ readOnly: string;
8862
+ invalid: string;
8863
+ root: string;
8864
+ resizable: string;
8865
+ inputBorderContainer: string;
8866
+ inputRootInvalid: string;
8867
+ inputRootReadOnly: string;
8868
+ inputRoot: string;
8869
+ inputRootFocused: string;
8870
+ inputRootDisabled: string;
8871
+ inputRootMultiline: string;
8872
+ inputDisabled: string;
8873
+ inputReadOnly: string;
8874
+ inputResizable: string;
8875
+ };
8876
+ css: {
8877
+ (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
8878
+ (...args: CSSInterpolation[]): string;
8879
+ };
8880
+ cx: (...args: any) => string;
8881
+ };
8882
+
8883
+ declare const useClasses_20: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
8762
8884
  classes: {
8763
8885
  snackItemRoot: string;
8764
8886
  };
@@ -8769,7 +8891,7 @@ declare const useClasses_18: (classesProp?: Partial<Record<"snackItemRoot", stri
8769
8891
  cx: (...args: any) => string;
8770
8892
  };
8771
8893
 
8772
- declare const useClasses_19: (classesProp?: Partial<Record<"body" | "footer" | "head" | "expanded" | "selected" | "root" | "hover" | "striped" | "variantList" | "variantListHead", string>>) => {
8894
+ declare const useClasses_21: (classesProp?: Partial<Record<"body" | "footer" | "head" | "expanded" | "selected" | "root" | "hover" | "striped" | "variantList" | "variantListHead", string>>, addStatic?: boolean) => {
8773
8895
  classes: {
8774
8896
  body: string;
8775
8897
  footer: string;
@@ -8789,33 +8911,7 @@ declare const useClasses_19: (classesProp?: Partial<Record<"body" | "footer" | "
8789
8911
  cx: (...args: any) => string;
8790
8912
  };
8791
8913
 
8792
- declare const useClasses_2: (classesProp?: Partial<Record<"input" | "disabled" | "readOnly" | "invalid" | "root" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>) => {
8793
- classes: {
8794
- input: string;
8795
- disabled: string;
8796
- readOnly: string;
8797
- invalid: string;
8798
- root: string;
8799
- resizable: string;
8800
- inputBorderContainer: string;
8801
- inputRootInvalid: string;
8802
- inputRootReadOnly: string;
8803
- inputRoot: string;
8804
- inputRootFocused: string;
8805
- inputRootDisabled: string;
8806
- inputRootMultiline: string;
8807
- inputDisabled: string;
8808
- inputReadOnly: string;
8809
- inputResizable: string;
8810
- };
8811
- css: {
8812
- (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
8813
- (...args: CSSInterpolation[]): string;
8814
- };
8815
- cx: (...args: any) => string;
8816
- };
8817
-
8818
- 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>>) => {
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) => {
8819
8915
  classes: {
8820
8916
  body: string;
8821
8917
  footer: string;
@@ -8849,7 +8945,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"body" | "footer" | "
8849
8945
  cx: (...args: any) => string;
8850
8946
  };
8851
8947
 
8852
- declare const useClasses_21: (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) => {
8853
8949
  classes: {
8854
8950
  label: string;
8855
8951
  error: string;
@@ -8864,7 +8960,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"label" | "error" | "
8864
8960
  cx: (...args: any) => string;
8865
8961
  };
8866
8962
 
8867
- declare const useClasses_22: (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) => {
8868
8964
  classes: {
8869
8965
  header: string;
8870
8966
  space: string;
@@ -8884,7 +8980,7 @@ declare const useClasses_22: (classesProp?: Partial<Record<"header" | "space" |
8884
8980
  cx: (...args: any) => string;
8885
8981
  };
8886
8982
 
8887
- declare const useClasses_23: (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) => {
8888
8984
  classes: {
8889
8985
  label: string;
8890
8986
  icon: string;
@@ -8908,7 +9004,7 @@ declare const useClasses_23: (classesProp?: Partial<Record<"label" | "icon" | "a
8908
9004
  cx: (...args: any) => string;
8909
9005
  };
8910
9006
 
8911
- declare const useClasses_24: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>) => {
9007
+ declare const useClasses_26: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>, addStatic?: boolean) => {
8912
9008
  classes: {
8913
9009
  button: string;
8914
9010
  text: string;
@@ -8922,7 +9018,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"button" | "text" | "
8922
9018
  cx: (...args: any) => string;
8923
9019
  };
8924
9020
 
8925
- declare const useClasses_25: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>) => {
9021
+ declare const useClasses_27: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
8926
9022
  classes: {
8927
9023
  root: string;
8928
9024
  positionFixed: string;
@@ -8935,7 +9031,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"root" | "positionFix
8935
9031
  cx: (...args: any) => string;
8936
9032
  };
8937
9033
 
8938
- declare const useClasses_26: (classesProp?: Partial<Record<"button" | "text" | "selected" | "root", string>>) => {
9034
+ declare const useClasses_28: (classesProp?: Partial<Record<"button" | "text" | "selected" | "root", string>>, addStatic?: boolean) => {
8939
9035
  classes: {
8940
9036
  button: string;
8941
9037
  text: string;
@@ -8949,7 +9045,7 @@ declare const useClasses_26: (classesProp?: Partial<Record<"button" | "text" | "
8949
9045
  cx: (...args: any) => string;
8950
9046
  };
8951
9047
 
8952
- declare const useClasses_27: (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) => {
8953
9049
  classes: {
8954
9050
  selected: string;
8955
9051
  root: string;
@@ -8965,18 +9061,9 @@ declare const useClasses_27: (classesProp?: Partial<Record<"selected" | "root" |
8965
9061
  cx: (...args: any) => string;
8966
9062
  };
8967
9063
 
8968
- declare const useClasses_28: (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) => {
8969
9065
  classes: {
8970
- button: string;
8971
- input: string;
8972
- text: string;
8973
- icon: string;
8974
9066
  root: string;
8975
- inputBorderContainer: string;
8976
- inputRoot: string;
8977
- largeText: string;
8978
- textEmpty: string;
8979
- iconVisible: string;
8980
9067
  };
8981
9068
  css: {
8982
9069
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -8985,9 +9072,18 @@ declare const useClasses_28: (classesProp?: Partial<Record<"button" | "input" |
8985
9072
  cx: (...args: any) => string;
8986
9073
  };
8987
9074
 
8988
- declare const useClasses_29: (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) => {
8989
9076
  classes: {
9077
+ button: string;
9078
+ input: string;
9079
+ text: string;
9080
+ icon: string;
8990
9081
  root: string;
9082
+ inputBorderContainer: string;
9083
+ inputRoot: string;
9084
+ largeText: string;
9085
+ textEmpty: string;
9086
+ iconVisible: string;
8991
9087
  };
8992
9088
  css: {
8993
9089
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -8996,7 +9092,7 @@ declare const useClasses_29: (classesProp?: Partial<Record<"root", string>>) =>
8996
9092
  cx: (...args: any) => string;
8997
9093
  };
8998
9094
 
8999
- declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>) => {
9095
+ declare const useClasses_31: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9000
9096
  classes: {
9001
9097
  root: string;
9002
9098
  };
@@ -9007,7 +9103,7 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>) => {
9007
9103
  cx: (...args: any) => string;
9008
9104
  };
9009
9105
 
9010
- declare const useClasses_30: (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) => {
9011
9107
  classes: {
9012
9108
  root: string;
9013
9109
  removeButton: string;
@@ -9032,7 +9128,7 @@ declare const useClasses_30: (classesProp?: Partial<Record<"root" | "removeButto
9032
9128
  cx: (...args: any) => string;
9033
9129
  };
9034
9130
 
9035
- declare const useClasses_31: (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) => {
9036
9132
  classes: {
9037
9133
  label: string;
9038
9134
  colorPicker: string;
@@ -9055,7 +9151,7 @@ declare const useClasses_31: (classesProp?: Partial<Record<"label" | "colorPicke
9055
9151
  cx: (...args: any) => string;
9056
9152
  };
9057
9153
 
9058
- declare const useClasses_32: (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) => {
9059
9155
  classes: {
9060
9156
  title: string;
9061
9157
  main: string;
@@ -9089,7 +9185,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"title" | "main" | "d
9089
9185
  cx: (...args: any) => string;
9090
9186
  };
9091
9187
 
9092
- declare const useClasses_33: (classesProp?: Partial<Record<"image" | "slide", string>>) => {
9188
+ declare const useClasses_35: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
9093
9189
  classes: {
9094
9190
  image: string;
9095
9191
  slide: string;
@@ -9101,7 +9197,7 @@ declare const useClasses_33: (classesProp?: Partial<Record<"image" | "slide", st
9101
9197
  cx: (...args: any) => string;
9102
9198
  };
9103
9199
 
9104
- declare const useClasses_34: (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) => {
9105
9201
  classes: {
9106
9202
  placeholder: string;
9107
9203
  label: string;
@@ -9124,7 +9220,23 @@ declare const useClasses_34: (classesProp?: Partial<Record<"placeholder" | "labe
9124
9220
  cx: (...args: any) => string;
9125
9221
  };
9126
9222
 
9127
- 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) => {
9128
9240
  classes: {
9129
9241
  icon: string;
9130
9242
  selected: string;
@@ -9140,7 +9252,7 @@ declare const useClasses_4: (classesProp?: Partial<Record<"icon" | "selected" |
9140
9252
  cx: (...args: any) => string;
9141
9253
  };
9142
9254
 
9143
- 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) => {
9144
9256
  classes: {
9145
9257
  title: string;
9146
9258
  content: string;
@@ -9156,7 +9268,7 @@ declare const useClasses_5: (classesProp?: Partial<Record<"title" | "content" |
9156
9268
  cx: (...args: any) => string;
9157
9269
  };
9158
9270
 
9159
- declare const useClasses_6: (classesProp?: Partial<Record<"content", string>>) => {
9271
+ declare const useClasses_7: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
9160
9272
  classes: {
9161
9273
  content: string;
9162
9274
  };
@@ -9167,7 +9279,7 @@ declare const useClasses_6: (classesProp?: Partial<Record<"content", string>>) =
9167
9279
  cx: (...args: any) => string;
9168
9280
  };
9169
9281
 
9170
- declare const useClasses_7: (classesProp?: Partial<Record<"media" | "root", string>>) => {
9282
+ declare const useClasses_8: (classesProp?: Partial<Record<"media" | "root", string>>, addStatic?: boolean) => {
9171
9283
  classes: {
9172
9284
  media: string;
9173
9285
  root: string;
@@ -9179,7 +9291,7 @@ declare const useClasses_7: (classesProp?: Partial<Record<"media" | "root", stri
9179
9291
  cx: (...args: any) => string;
9180
9292
  };
9181
9293
 
9182
- 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) => {
9183
9295
  classes: {
9184
9296
  background: string;
9185
9297
  root: string;
@@ -9194,35 +9306,6 @@ declare const useClasses_8: (classesProp?: Partial<Record<"background" | "root"
9194
9306
  cx: (...args: any) => string;
9195
9307
  };
9196
9308
 
9197
- 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>>) => {
9198
- classes: {
9199
- input: string;
9200
- label: string;
9201
- icon: string;
9202
- error: string;
9203
- root: string;
9204
- inputBorderContainer: string;
9205
- inputRoot: string;
9206
- inputRootFocused: string;
9207
- inputRootDisabled: string;
9208
- inputRootMultiline: string;
9209
- description: string;
9210
- labelContainer: string;
9211
- adornmentsBox: string;
9212
- adornmentButton: string;
9213
- iconClear: string;
9214
- hasSuggestions: string;
9215
- suggestionsContainer: string;
9216
- suggestionList: string;
9217
- inputExtension: string;
9218
- };
9219
- css: {
9220
- (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
9221
- (...args: CSSInterpolation[]): string;
9222
- };
9223
- cx: (...args: any) => string;
9224
- };
9225
-
9226
9309
  export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
9227
9310
 
9228
9311
  export declare function useComputation(valueFn: any, valueFallback?: any): any[];