@hitachivantara/uikit-react-core 5.56.0 → 5.58.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 (166) hide show
  1. package/dist/cjs/ActionsGeneric/ActionsGeneric.cjs +39 -21
  2. package/dist/cjs/ActionsGeneric/ActionsGeneric.cjs.map +1 -1
  3. package/dist/cjs/Banner/Banner.cjs +3 -0
  4. package/dist/cjs/Banner/Banner.cjs.map +1 -1
  5. package/dist/cjs/Banner/BannerContent/ActionContainer/ActionContainer.cjs +5 -2
  6. package/dist/cjs/Banner/BannerContent/ActionContainer/ActionContainer.cjs.map +1 -1
  7. package/dist/cjs/Banner/BannerContent/BannerContent.cjs +7 -3
  8. package/dist/cjs/Banner/BannerContent/BannerContent.cjs.map +1 -1
  9. package/dist/cjs/Banner/BannerContent/MessageContainer/MessageContainer.cjs +9 -4
  10. package/dist/cjs/Banner/BannerContent/MessageContainer/MessageContainer.cjs.map +1 -1
  11. package/dist/cjs/BulkActions/BulkActions.cjs +4 -1
  12. package/dist/cjs/BulkActions/BulkActions.cjs.map +1 -1
  13. package/dist/cjs/Button/Button.cjs +11 -0
  14. package/dist/cjs/Button/Button.cjs.map +1 -1
  15. package/dist/cjs/Button/Button.styles.cjs +71 -62
  16. package/dist/cjs/Button/Button.styles.cjs.map +1 -1
  17. package/dist/cjs/Button/types.cjs +9 -0
  18. package/dist/cjs/Button/types.cjs.map +1 -1
  19. package/dist/cjs/Calendar/model.cjs +23 -14
  20. package/dist/cjs/Calendar/model.cjs.map +1 -1
  21. package/dist/cjs/Calendar/utils.cjs +2 -3
  22. package/dist/cjs/Calendar/utils.cjs.map +1 -1
  23. package/dist/cjs/Carousel/Carousel.cjs +3 -3
  24. package/dist/cjs/Carousel/Carousel.cjs.map +1 -1
  25. package/dist/cjs/DotPagination/DotPagination.cjs +2 -2
  26. package/dist/cjs/DotPagination/DotPagination.cjs.map +1 -1
  27. package/dist/cjs/DropDownMenu/DropDownMenu.cjs +1 -0
  28. package/dist/cjs/DropDownMenu/DropDownMenu.cjs.map +1 -1
  29. package/dist/cjs/FileUploader/DropZone/DropZone.cjs +2 -4
  30. package/dist/cjs/FileUploader/DropZone/DropZone.cjs.map +1 -1
  31. package/dist/cjs/FilterGroup/FilterGroupContext.cjs +2 -4
  32. package/dist/cjs/FilterGroup/FilterGroupContext.cjs.map +1 -1
  33. package/dist/cjs/FilterGroup/RightPanel/RightPanel.cjs +1 -4
  34. package/dist/cjs/FilterGroup/RightPanel/RightPanel.cjs.map +1 -1
  35. package/dist/cjs/Grid/Grid.cjs +1 -3
  36. package/dist/cjs/Grid/Grid.cjs.map +1 -1
  37. package/dist/cjs/Loading/Loading.cjs +2 -4
  38. package/dist/cjs/Loading/Loading.cjs.map +1 -1
  39. package/dist/cjs/MultiButton/MultiButton.cjs +2 -1
  40. package/dist/cjs/MultiButton/MultiButton.cjs.map +1 -1
  41. package/dist/cjs/MultiButton/MultiButton.styles.cjs +3 -2
  42. package/dist/cjs/MultiButton/MultiButton.styles.cjs.map +1 -1
  43. package/dist/cjs/ProgressBar/ProgressBar.cjs +2 -4
  44. package/dist/cjs/ProgressBar/ProgressBar.cjs.map +1 -1
  45. package/dist/cjs/QueryBuilder/QueryBuilder.cjs +4 -8
  46. package/dist/cjs/QueryBuilder/QueryBuilder.cjs.map +1 -1
  47. package/dist/cjs/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.cjs +2 -3
  48. package/dist/cjs/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.cjs.map +1 -1
  49. package/dist/cjs/QueryBuilder/Rule/Value/NumericValue/NumericValue.cjs +4 -7
  50. package/dist/cjs/QueryBuilder/Rule/Value/NumericValue/NumericValue.cjs.map +1 -1
  51. package/dist/cjs/Snackbar/Snackbar.cjs +5 -3
  52. package/dist/cjs/Snackbar/Snackbar.cjs.map +1 -1
  53. package/dist/cjs/Snackbar/SnackbarContent/SnackbarContent.cjs +5 -2
  54. package/dist/cjs/Snackbar/SnackbarContent/SnackbarContent.cjs.map +1 -1
  55. package/dist/cjs/Stack/Stack.cjs +2 -6
  56. package/dist/cjs/Stack/Stack.cjs.map +1 -1
  57. package/dist/cjs/Table/TableCell/TableCell.cjs +3 -5
  58. package/dist/cjs/Table/TableCell/TableCell.cjs.map +1 -1
  59. package/dist/cjs/Table/TableHeader/TableHeader.cjs +4 -6
  60. package/dist/cjs/Table/TableHeader/TableHeader.cjs.map +1 -1
  61. package/dist/cjs/TreeView/internals/utils/EventManager.cjs +3 -5
  62. package/dist/cjs/TreeView/internals/utils/EventManager.cjs.map +1 -1
  63. package/dist/cjs/TreeView/internals/utils/FinalizationRegistryBasedCleanupTracking.cjs +5 -7
  64. package/dist/cjs/TreeView/internals/utils/FinalizationRegistryBasedCleanupTracking.cjs.map +1 -1
  65. package/dist/cjs/TreeView/internals/utils/TimerBasedCleanupTracking.cjs +2 -2
  66. package/dist/cjs/TreeView/internals/utils/TimerBasedCleanupTracking.cjs.map +1 -1
  67. package/dist/cjs/Typography/Typography.cjs +1 -0
  68. package/dist/cjs/Typography/Typography.cjs.map +1 -1
  69. package/dist/cjs/Typography/Typography.styles.cjs +1 -0
  70. package/dist/cjs/Typography/Typography.styles.cjs.map +1 -1
  71. package/dist/cjs/Typography/utils.cjs +1 -0
  72. package/dist/cjs/Typography/utils.cjs.map +1 -1
  73. package/dist/cjs/VerticalNavigation/Navigation/Navigation.cjs +3 -5
  74. package/dist/cjs/VerticalNavigation/Navigation/Navigation.cjs.map +1 -1
  75. package/dist/cjs/utils/Random.cjs +3 -0
  76. package/dist/cjs/utils/Random.cjs.map +1 -1
  77. package/dist/cjs/utils/classes.cjs +1 -1
  78. package/dist/cjs/utils/classes.cjs.map +1 -1
  79. package/dist/cjs/utils/helpers.cjs +33 -0
  80. package/dist/cjs/utils/helpers.cjs.map +1 -0
  81. package/dist/cjs/utils/setId.cjs +2 -4
  82. package/dist/cjs/utils/setId.cjs.map +1 -1
  83. package/dist/esm/ActionsGeneric/ActionsGeneric.js +39 -21
  84. package/dist/esm/ActionsGeneric/ActionsGeneric.js.map +1 -1
  85. package/dist/esm/Banner/Banner.js +3 -0
  86. package/dist/esm/Banner/Banner.js.map +1 -1
  87. package/dist/esm/Banner/BannerContent/ActionContainer/ActionContainer.js +5 -2
  88. package/dist/esm/Banner/BannerContent/ActionContainer/ActionContainer.js.map +1 -1
  89. package/dist/esm/Banner/BannerContent/BannerContent.js +7 -3
  90. package/dist/esm/Banner/BannerContent/BannerContent.js.map +1 -1
  91. package/dist/esm/Banner/BannerContent/MessageContainer/MessageContainer.js +9 -4
  92. package/dist/esm/Banner/BannerContent/MessageContainer/MessageContainer.js.map +1 -1
  93. package/dist/esm/BulkActions/BulkActions.js +4 -1
  94. package/dist/esm/BulkActions/BulkActions.js.map +1 -1
  95. package/dist/esm/Button/Button.js +12 -1
  96. package/dist/esm/Button/Button.js.map +1 -1
  97. package/dist/esm/Button/Button.styles.js +71 -62
  98. package/dist/esm/Button/Button.styles.js.map +1 -1
  99. package/dist/esm/Button/types.js +9 -0
  100. package/dist/esm/Button/types.js.map +1 -1
  101. package/dist/esm/Calendar/model.js +23 -14
  102. package/dist/esm/Calendar/model.js.map +1 -1
  103. package/dist/esm/Calendar/utils.js +1 -1
  104. package/dist/esm/Calendar/utils.js.map +1 -1
  105. package/dist/esm/Carousel/Carousel.js +3 -3
  106. package/dist/esm/Carousel/Carousel.js.map +1 -1
  107. package/dist/esm/DotPagination/DotPagination.js +1 -1
  108. package/dist/esm/DotPagination/DotPagination.js.map +1 -1
  109. package/dist/esm/DropDownMenu/DropDownMenu.js +1 -0
  110. package/dist/esm/DropDownMenu/DropDownMenu.js.map +1 -1
  111. package/dist/esm/FileUploader/DropZone/DropZone.js +1 -1
  112. package/dist/esm/FileUploader/DropZone/DropZone.js.map +1 -1
  113. package/dist/esm/FilterGroup/FilterGroupContext.js +1 -1
  114. package/dist/esm/FilterGroup/FilterGroupContext.js.map +1 -1
  115. package/dist/esm/FilterGroup/RightPanel/RightPanel.js +1 -2
  116. package/dist/esm/FilterGroup/RightPanel/RightPanel.js.map +1 -1
  117. package/dist/esm/Grid/Grid.js +1 -2
  118. package/dist/esm/Grid/Grid.js.map +1 -1
  119. package/dist/esm/Loading/Loading.js +2 -2
  120. package/dist/esm/Loading/Loading.js.map +1 -1
  121. package/dist/esm/MultiButton/MultiButton.js +2 -1
  122. package/dist/esm/MultiButton/MultiButton.js.map +1 -1
  123. package/dist/esm/MultiButton/MultiButton.styles.js +3 -2
  124. package/dist/esm/MultiButton/MultiButton.styles.js.map +1 -1
  125. package/dist/esm/ProgressBar/ProgressBar.js +2 -2
  126. package/dist/esm/ProgressBar/ProgressBar.js.map +1 -1
  127. package/dist/esm/QueryBuilder/QueryBuilder.js +3 -4
  128. package/dist/esm/QueryBuilder/QueryBuilder.js.map +1 -1
  129. package/dist/esm/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.js +1 -1
  130. package/dist/esm/QueryBuilder/Rule/Value/DateTimeValue/DateTimeValue.js.map +1 -1
  131. package/dist/esm/QueryBuilder/Rule/Value/NumericValue/NumericValue.js +3 -4
  132. package/dist/esm/QueryBuilder/Rule/Value/NumericValue/NumericValue.js.map +1 -1
  133. package/dist/esm/Snackbar/Snackbar.js +4 -1
  134. package/dist/esm/Snackbar/Snackbar.js.map +1 -1
  135. package/dist/esm/Snackbar/SnackbarContent/SnackbarContent.js +5 -2
  136. package/dist/esm/Snackbar/SnackbarContent/SnackbarContent.js.map +1 -1
  137. package/dist/esm/Stack/Stack.js +2 -4
  138. package/dist/esm/Stack/Stack.js.map +1 -1
  139. package/dist/esm/Table/TableCell/TableCell.js +1 -1
  140. package/dist/esm/Table/TableCell/TableCell.js.map +1 -1
  141. package/dist/esm/Table/TableHeader/TableHeader.js +1 -1
  142. package/dist/esm/Table/TableHeader/TableHeader.js.map +1 -1
  143. package/dist/esm/TreeView/internals/utils/EventManager.js +3 -5
  144. package/dist/esm/TreeView/internals/utils/EventManager.js.map +1 -1
  145. package/dist/esm/TreeView/internals/utils/FinalizationRegistryBasedCleanupTracking.js +5 -7
  146. package/dist/esm/TreeView/internals/utils/FinalizationRegistryBasedCleanupTracking.js.map +1 -1
  147. package/dist/esm/TreeView/internals/utils/TimerBasedCleanupTracking.js +2 -2
  148. package/dist/esm/TreeView/internals/utils/TimerBasedCleanupTracking.js.map +1 -1
  149. package/dist/esm/Typography/Typography.js +1 -0
  150. package/dist/esm/Typography/Typography.js.map +1 -1
  151. package/dist/esm/Typography/Typography.styles.js +1 -0
  152. package/dist/esm/Typography/Typography.styles.js.map +1 -1
  153. package/dist/esm/Typography/utils.js +1 -0
  154. package/dist/esm/Typography/utils.js.map +1 -1
  155. package/dist/esm/VerticalNavigation/Navigation/Navigation.js +1 -1
  156. package/dist/esm/VerticalNavigation/Navigation/Navigation.js.map +1 -1
  157. package/dist/esm/utils/Random.js +3 -0
  158. package/dist/esm/utils/Random.js.map +1 -1
  159. package/dist/esm/utils/classes.js +1 -1
  160. package/dist/esm/utils/classes.js.map +1 -1
  161. package/dist/esm/utils/helpers.js +33 -0
  162. package/dist/esm/utils/helpers.js.map +1 -0
  163. package/dist/esm/utils/setId.js +1 -1
  164. package/dist/esm/utils/setId.js.map +1 -1
  165. package/dist/types/index.d.ts +130 -90
  166. package/package.json +5 -6
@@ -433,21 +433,22 @@ export declare const buttonClasses: {
433
433
  disabled: "HvButton-disabled";
434
434
  semantic: "HvButton-semantic";
435
435
  secondarySubtle: "HvButton-secondarySubtle";
436
+ ghost: "HvButton-ghost";
436
437
  icon: "HvButton-icon";
437
438
  secondaryGhost: "HvButton-secondaryGhost";
438
439
  primaryGhost: "HvButton-primaryGhost";
439
440
  primarySubtle: "HvButton-primarySubtle";
440
- ghost: "HvButton-ghost";
441
441
  startIcon: "HvButton-startIcon";
442
442
  endIcon: "HvButton-endIcon";
443
443
  focusVisible: "HvButton-focusVisible";
444
+ subtle: "HvButton-subtle";
444
445
  };
445
446
 
446
447
  export declare const buttonRadius: readonly ["none", "base", "round", "circle", "full"];
447
448
 
448
449
  export declare const buttonSize: readonly ["xs", "sm", "md", "lg", "xl"];
449
450
 
450
- export declare const buttonVariant: readonly ["primary", "primarySubtle", "primaryGhost", "secondarySubtle", "secondaryGhost", "semantic", "secondary", "ghost"];
451
+ export declare const buttonVariant: readonly ["primary", "primarySubtle", "primaryGhost", "positive", "positiveSubtle", "positiveGhost", "negative", "negativeSubtle", "negativeGhost", "warning", "warningSubtle", "warningGhost", "secondarySubtle", "secondaryGhost", "semantic", "secondary", "ghost"];
451
452
 
452
453
  export declare const calendarClasses: {
453
454
  root: "HvCalendar-root";
@@ -1183,24 +1184,34 @@ export declare interface HvActionBarProps extends HvBaseProps {
1183
1184
 
1184
1185
  declare type HvActionContainerClasses = ExtractNames<typeof useClasses_27>;
1185
1186
 
1186
- declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
1187
- /** onClose function. */
1187
+ declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement>, Pick<Partial<HvActionsGenericProps>, "onAction"> {
1188
+ /** Function called when clicking on the close button. */
1188
1189
  onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;
1189
1190
  /** Actions to display. */
1190
- action?: React.ReactNode | HvActionGeneric[];
1191
- /** The callback function ran when an action is triggered, receiving `action` as param */
1192
- actionCallback?: (event: React.SyntheticEvent, id: string, action: HvActionGeneric) => void;
1191
+ action?: HvActionsGenericProps["actions"];
1192
+ /**
1193
+ * The callback function called when an action is triggered, receiving `action` as parameter.
1194
+ *
1195
+ * @deprecated Use `onAction` instead.
1196
+ * */
1197
+ actionCallback?: HvActionsGenericProps["actionsCallback"];
1193
1198
  /** A Jss Object used to override or extend the styles applied to the component. */
1194
1199
  classes?: HvActionContainerClasses;
1195
1200
  }
1196
1201
 
1197
1202
  export declare interface HvActionGeneric {
1203
+ /** Action id. */
1198
1204
  id: string;
1205
+ /** Action label. */
1199
1206
  label: string;
1200
- icon?: React_2.ReactNode | ((params: {
1207
+ /** Action icon. */
1208
+ icon?: React.ReactNode | ((params: {
1201
1209
  isDisabled?: boolean;
1202
- }) => React_2.ReactNode);
1210
+ }) => React.ReactNode);
1211
+ /** Whether the action is disabled or not. */
1203
1212
  disabled?: boolean;
1213
+ /** When set to `true`, the button will have the icon has its content and a tooltip with the label will appear when the button is visible and hovered. */
1214
+ iconOnly?: boolean;
1204
1215
  }
1205
1216
 
1206
1217
  export declare const HvActionsGeneric: (props: HvActionsGenericProps) => JSX_3.Element | null;
@@ -1208,15 +1219,29 @@ export declare const HvActionsGeneric: (props: HvActionsGenericProps) => JSX_3.E
1208
1219
  export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_20>;
1209
1220
 
1210
1221
  export declare interface HvActionsGenericProps extends HvBaseProps {
1211
- /** Button category. */
1222
+ /**
1223
+ * The button category for all actions.
1224
+ *
1225
+ * @deprecated Use `variant` instead.
1226
+ */
1212
1227
  category?: HvButtonVariant;
1213
- /** Whether actions should be all disabled */
1228
+ /** The button variant for all actions. */
1229
+ variant?: HvButtonVariant;
1230
+ /** Whether the actions should be all disabled. */
1214
1231
  disabled?: boolean;
1215
- /** The renderable content inside the actions slot of the footer, or an Array of actions `{id, label, icon, disabled}` */
1216
- actions: React_2.ReactNode | HvActionGeneric[];
1217
- /** The callback function ran when an action is triggered, receiving `action` as param */
1218
- actionsCallback?: (event: React_2.SyntheticEvent, id: string, action: HvActionGeneric) => void;
1219
- /** The number of maximum visible actions before they're collapsed into a `DropDownMenu`. */
1232
+ /** Whether the actions should be all icon buttons when visible. */
1233
+ iconOnly?: boolean;
1234
+ /** The renderable content inside the actions slot of the footer, or an array of actions. */
1235
+ actions: React.ReactNode | HvActionGeneric[];
1236
+ /**
1237
+ * The callback function called when an action is triggered, receiving the `action` as parameter.
1238
+ *
1239
+ * @deprecated Use `onAction` instead.
1240
+ * */
1241
+ actionsCallback?: (event: React.SyntheticEvent, id: string, action: HvActionGeneric) => void;
1242
+ /** The callback function called when an action is triggered, receiving the `action` as parameter. */
1243
+ onAction?: (event: React.SyntheticEvent, action: HvActionGeneric) => void;
1244
+ /** The maximum number of visible actions before they're collapsed into a dropdown menu. */
1220
1245
  maxVisibleActions?: number;
1221
1246
  /** A Jss Object used to override or extend the styles applied to the component. */
1222
1247
  classes?: HvActionsGenericClasses;
@@ -1462,12 +1487,18 @@ export declare interface HvBannerContentProps extends Omit<SnackbarContentProps,
1462
1487
  showIcon?: boolean;
1463
1488
  /** Custom icon to replace the variant default. */
1464
1489
  customIcon?: React.ReactNode;
1465
- /** onClose function. */
1490
+ /** Function called when clicking on the close button. */
1466
1491
  onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;
1467
1492
  /** Actions to display on the right side. */
1468
- actions?: React.ReactNode | HvActionGeneric[];
1469
- /** The callback function ran when an action is triggered, receiving `action` as param */
1470
- actionsCallback?: (event: React.SyntheticEvent, id: string, action: HvActionGeneric) => void;
1493
+ actions?: HvActionsGenericProps["actions"];
1494
+ /**
1495
+ * The callback function called when an action is triggered, receiving `action` as parameter.
1496
+ *
1497
+ * @deprecated Use `onAction` instead.
1498
+ * */
1499
+ actionsCallback?: HvActionsGenericProps["actionsCallback"];
1500
+ /** The callback function called when an action is triggered, receiving `action` as parameter. */
1501
+ onAction?: HvActionsGenericProps["onAction"];
1471
1502
  /** The position property of the header. */
1472
1503
  actionsPosition?: HvBannerActionPosition;
1473
1504
  /** The props to pass down to the Action Container. */
@@ -1479,7 +1510,11 @@ export declare interface HvBannerContentProps extends Omit<SnackbarContentProps,
1479
1510
  export declare interface HvBannerProps extends Omit<SnackbarProps, "anchorOrigin" | "classes" | "onClose"> {
1480
1511
  /** If true, the snackbar is open. */
1481
1512
  open: boolean;
1482
- /** Callback fired when the component requests to be closed. Typically onClose is used to set state in the parent component, which is used to control the Snackbar open prop. The reason parameter can optionally be used to control the response to onClose, for example ignoring clickaway. */
1513
+ /**
1514
+ * Callback fired when the component requests to be closed.
1515
+ * Typically onClose is used to set state in the parent component, which is used to control the Snackbar open prop.
1516
+ * The reason parameter can optionally be used to control the response to onClose, for example ignoring click away.
1517
+ * */
1483
1518
  onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;
1484
1519
  /** The message to display. */
1485
1520
  label?: string;
@@ -1492,9 +1527,15 @@ export declare interface HvBannerProps extends Omit<SnackbarProps, "anchorOrigin
1492
1527
  /** Controls if the associated icon to the variant should be shown. */
1493
1528
  showIcon?: boolean;
1494
1529
  /** Actions to display on the right side. */
1495
- actions?: React.ReactNode | HvActionGeneric[];
1496
- /** The callback function ran when an action is triggered, receiving `action` as param */
1497
- actionsCallback?: (event: React.SyntheticEvent, id: string, action: HvActionGeneric) => void;
1530
+ actions?: HvActionsGenericProps["actions"];
1531
+ /**
1532
+ * The callback function called when an action is triggered, receiving `action` as parameter.
1533
+ *
1534
+ * @deprecated Use `onAction` instead.
1535
+ * */
1536
+ actionsCallback?: HvActionsGenericProps["actionsCallback"];
1537
+ /** The callback function called when an action is triggered, receiving `action` as parameter. */
1538
+ onAction?: HvActionsGenericProps["onAction"];
1498
1539
  /** The position property of the header. */
1499
1540
  actionsPosition?: HvBannerActionPosition;
1500
1541
  /** How much the transition animation last in milliseconds, if 0 no animation is played. */
@@ -1947,67 +1988,41 @@ export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_34>;
1947
1988
  export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTAbleBulkActionsProps>;
1948
1989
 
1949
1990
  export declare interface HvBulkActionsProps extends HvBaseProps {
1950
- /**
1951
- * Custom label for select all checkbox
1952
- */
1991
+ /** Custom label for select all checkbox */
1953
1992
  selectAllLabel?: React.ReactNode;
1954
- /**
1955
- * Custom label for select all checkbox conjunction
1956
- */
1993
+ /** Custom label for select all checkbox conjunction */
1957
1994
  selectAllConjunctionLabel?: string;
1958
- /**
1959
- * Custom label for select all pages button
1960
- */
1995
+ /** Custom label for select all pages button */
1961
1996
  selectAllPagesLabel?: React.ReactNode;
1962
- /**
1963
- * Whether select all pages element should be visible
1964
- */
1997
+ /** Whether select all pages element should be visible */
1965
1998
  showSelectAllPages?: boolean;
1966
- /**
1967
- * The total number of elements
1968
- */
1999
+ /** The total number of elements */
1969
2000
  numTotal?: number;
1970
- /**
1971
- * The number of elements currently selected
1972
- */
2001
+ /** The number of elements currently selected */
1973
2002
  numSelected?: number;
1974
- /**
1975
- * Function called when the "select all" Checkbox is toggled.
1976
- */
2003
+ /** Function called when the "select all" Checkbox is toggled. */
1977
2004
  onSelectAll?: HvCheckBoxProps["onChange"];
1978
- /**
1979
- * Function called when the "select all pages" button is clicked toggled.
1980
- */
2005
+ /** Function called when the "select all pages" button is clicked toggled. */
1981
2006
  onSelectAllPages?: HvButtonProps["onClick"];
1982
- /**
1983
- * Whether the bulk actions should use the semantic styles when there are selected elements.
1984
- */
2007
+ /** Whether the bulk actions should use the semantic styles when there are selected elements. */
1985
2008
  semantic?: boolean;
1986
- /**
1987
- * The renderable content inside the right actions slot,
1988
- * or an Array of actions `{ id, label, icon, disabled, ... }`
1989
- */
1990
- actions?: React.ReactNode | HvActionGeneric[];
1991
- /**
1992
- * Whether actions should be all disabled
1993
- */
2009
+ /** The renderable content inside the right actions slot, or an array of actions `{ id, label, icon, disabled, ... }` */
2010
+ actions?: HvActionsGenericProps["actions"];
2011
+ /** Whether actions should be all disabled */
1994
2012
  actionsDisabled?: boolean;
1995
2013
  /**
1996
- * The callback function ran when an action is triggered, receiving `action` as param
1997
- */
2014
+ * The callback function called when an action is triggered, receiving `action` as parameter.
2015
+ *
2016
+ * @deprecated Use `onAction` instead.
2017
+ * */
1998
2018
  actionsCallback?: HvActionsGenericProps["actionsCallback"];
1999
- /**
2000
- * The number of maximum visible actions before they're collapsed into a `DropDownMenu`.
2001
- */
2019
+ /** The callback function called when an action is triggered, receiving `action` as parameter. */
2020
+ onAction?: HvActionsGenericProps["onAction"];
2021
+ /** The number of maximum visible actions before they're collapsed into a `DropDownMenu`. */
2002
2022
  maxVisibleActions?: number;
2003
- /**
2004
- * Properties to be passed onto the checkbox component, the values of the object are equivalent to the
2005
- * HvCheckbox API.
2006
- */
2023
+ /** Properties to be passed onto the checkbox component, the values of the object are equivalent to the HvCheckbox API. */
2007
2024
  checkboxProps?: HvCheckBoxProps;
2008
- /**
2009
- * A Jss Object used to override or extend the styles applied.
2010
- */
2025
+ /** A Jss Object used to override or extend the styles applied. */
2011
2026
  classes?: HvBulkActionsClasses;
2012
2027
  }
2013
2028
 
@@ -2016,7 +2031,7 @@ export declare interface HvBulkActionsProps extends HvBaseProps {
2016
2031
  */
2017
2032
  export declare const HvButton: <C extends ElementType<any, keyof JSX_2.IntrinsicElements> = "button">(props: {
2018
2033
  /** Use the variant prop to change the visual style of the button. */
2019
- variant?: "secondary" | "primary" | "semantic" | "secondarySubtle" | "secondaryGhost" | "primaryGhost" | "primarySubtle" | "ghost" | undefined;
2034
+ variant?: "positive" | "warning" | "negative" | "secondary" | "primary" | "semantic" | "secondarySubtle" | "ghost" | "secondaryGhost" | "primaryGhost" | "primarySubtle" | "positiveSubtle" | "positiveGhost" | "negativeSubtle" | "negativeGhost" | "warningSubtle" | "warningGhost" | undefined;
2020
2035
  /** Whether the button is an icon-only button. */
2021
2036
  icon?: boolean | undefined;
2022
2037
  /** Whether the button is disabled or not. */
@@ -2041,14 +2056,15 @@ export declare const HvButton: <C extends ElementType<any, keyof JSX_2.Intrinsic
2041
2056
  disabled: string;
2042
2057
  semantic: string;
2043
2058
  secondarySubtle: string;
2059
+ ghost: string;
2044
2060
  icon: string;
2045
2061
  secondaryGhost: string;
2046
2062
  primaryGhost: string;
2047
2063
  primarySubtle: string;
2048
- ghost: string;
2049
2064
  startIcon: string;
2050
2065
  endIcon: string;
2051
2066
  focusVisible: string;
2067
+ subtle: string;
2052
2068
  }> | undefined;
2053
2069
  /** Whether the button is selected or not. */
2054
2070
  selected?: boolean | undefined;
@@ -2062,7 +2078,7 @@ export declare const HvButton: <C extends ElementType<any, keyof JSX_2.Intrinsic
2062
2078
  component?: C | undefined;
2063
2079
  } & {
2064
2080
  children?: ReactNode;
2065
- } & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "size" | "component" | "className" | "radius" | "variant" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "size" | "component" | "className" | "radius" | "variant" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never) & {
2081
+ } & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never) & {
2066
2082
  ref?: PolymorphicRef<C> | undefined;
2067
2083
  } & RefAttributes<unknown>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
2068
2084
 
@@ -4100,7 +4116,7 @@ export declare const HvIconButton: <C extends ElementType<any, keyof JSX_2.Intri
4100
4116
  component?: C | undefined;
4101
4117
  } & {
4102
4118
  children?: ReactNode;
4103
- } & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "title" | "selected" | "size" | "component" | "className" | "radius" | "variant" | "placement" | "overrideIconColors" | "enterDelay" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "size" | "component" | "className" | "radius" | "variant" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "size" | "component" | "className" | "radius" | "variant" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never), "icon" | "title" | "component" | "ref" | "children" | "startIcon" | "endIcon" | "focusableWhenDisabled">> extends infer T_1 ? T_1 extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "title" | "selected" | "size" | "component" | "className" | "radius" | "variant" | "placement" | "overrideIconColors" | "enterDelay" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "size" | "component" | "className" | "radius" | "variant" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "size" | "component" | "className" | "radius" | "variant" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never), "icon" | "title" | "component" | "ref" | "children" | "startIcon" | "endIcon" | "focusableWhenDisabled">> ? T_1 extends any ? T_1 : never : never : never) & {
4119
+ } & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "title" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "placement" | "overrideIconColors" | "enterDelay" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never), "icon" | "title" | "component" | "ref" | "children" | "startIcon" | "endIcon" | "focusableWhenDisabled">> extends infer T_1 ? T_1 extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "title" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "placement" | "overrideIconColors" | "enterDelay" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "icon" | "selected" | "variant" | "size" | "component" | "className" | "radius" | "startIcon" | "endIcon" | "overrideIconColors" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never), "icon" | "title" | "component" | "ref" | "children" | "startIcon" | "endIcon" | "focusableWhenDisabled">> ? T_1 extends any ? T_1 : never : never : never) & {
4104
4120
  ref?: PolymorphicRef<C> | undefined;
4105
4121
  } & RefAttributes<unknown>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
4106
4122
 
@@ -5922,7 +5938,7 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
5922
5938
  * One is the HvSnackbar, which wraps all the positioning, transition, auto hide, etc.
5923
5939
  * The other is the HvSnackbarContent, which allows a finer control and customization of the content of the Snackbar.
5924
5940
  */
5925
- export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, transitionDuration, transitionDirection, container, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_3.Element;
5941
+ export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, onAction, transitionDuration, transitionDirection, container, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_3.Element;
5926
5942
 
5927
5943
  export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_101>;
5928
5944
 
@@ -5941,8 +5957,14 @@ export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProp
5941
5957
  customIcon?: React.ReactNode;
5942
5958
  /** Action to display. */
5943
5959
  action?: React.ReactNode | HvActionGeneric;
5944
- /** The callback function ran when an action is triggered, receiving `action` as param */
5945
- actionCallback?: (event: React.SyntheticEvent, id: string, action: HvActionGeneric) => void;
5960
+ /**
5961
+ * The callback function called when an action is triggered, receiving `action` as parameter.
5962
+ *
5963
+ * @deprecated Use `onAction` instead.
5964
+ * */
5965
+ actionCallback?: HvActionsGenericProps["actionsCallback"];
5966
+ /** The callback function called when an action is triggered, receiving `action` as parameter. */
5967
+ onAction?: HvActionsGenericProps["onAction"];
5946
5968
  /** A Jss Object used to override or extend the styles applied to the component. */
5947
5969
  classes?: HvSnackbarContentClasses;
5948
5970
  }
@@ -5950,11 +5972,17 @@ export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProp
5950
5972
  export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" | "classes" | "children"> {
5951
5973
  /** If true, Snackbar is open. */
5952
5974
  open?: boolean;
5953
- /** Callback fired when the component requests to be closed. Typically onClose is used to set state in the parent component, which is used to control the Snackbar open prop. The reason parameter can optionally be used to control the response to onClose, for example ignoring clickaway. */
5975
+ /**
5976
+ * Callback fired when the component requests to be closed.
5977
+ * Typically onClose is used to set state in the parent component, which is used to control the Snackbar open prop.
5978
+ * The reason parameter can optionally be used to control the response to onClose, for example ignoring click away.
5979
+ * */
5954
5980
  onClose?: ((event: Event | SyntheticEvent<any, Event>, reason: SnackbarCloseReason) => void) | undefined;
5955
5981
  /** The message to display. */
5956
5982
  label?: React.ReactNode;
5957
- /** The anchor of the Snackbar. vertical: "top", "bottom" | horizontal: "left","center","right. It defines where the snackbar will end his animation */
5983
+ /**
5984
+ * The anchor of the Snackbar. vertical: "top", "bottom" | horizontal: "left", "center", "right".
5985
+ * It defines where the snackbar will end his animation */
5958
5986
  anchorOrigin?: SnackbarOrigin;
5959
5987
  /** The number of milliseconds to wait before automatically calling the onClose function. onClose should then set the state of the open prop to hide the Snackbar */
5960
5988
  autoHideDuration?: number;
@@ -5966,8 +5994,14 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5966
5994
  showIcon?: boolean;
5967
5995
  /** Action to display. */
5968
5996
  action?: React.ReactNode | HvActionGeneric;
5969
- /** The callback function ran when an action is triggered, receiving `action` as param */
5970
- actionCallback?: (event: React.SyntheticEvent, id: string, action: HvActionGeneric) => void;
5997
+ /**
5998
+ * The callback function called when an action is triggered, receiving `action` as parameter.
5999
+ *
6000
+ * @deprecated Use `onAction` instead.
6001
+ * */
6002
+ actionCallback?: HvActionsGenericProps["actionsCallback"];
6003
+ /** The callback function called when an action is triggered, receiving `action` as parameter. */
6004
+ onAction?: HvActionsGenericProps["onAction"];
5971
6005
  /** Duration of transition in milliseconds. */
5972
6006
  transitionDuration?: number;
5973
6007
  /** Direction of slide transition. */
@@ -7124,7 +7158,7 @@ export declare interface HvTreeViewProps<Multiple extends boolean | undefined> e
7124
7158
  */
7125
7159
  export declare const HvTypography: <C extends ElementType<any, keyof JSX_2.IntrinsicElements> = "p">(props: {
7126
7160
  /** Use the variant prop to change the visual style of the Typography. */
7127
- variant?: "display" | "title1" | "title2" | "title3" | "title4" | "label" | "body" | "caption1" | "caption2" | HvTypographyLegacyVariants | undefined;
7161
+ variant?: "display" | "title1" | "title2" | "title3" | "title4" | "label" | "body" | "captionLabel" | "caption1" | "caption2" | HvTypographyLegacyVariants | undefined;
7128
7162
  /** If `true` the typography will display the look of a link. */
7129
7163
  link?: boolean | undefined;
7130
7164
  /** If `true` the typography will display the look of a disabled state. */
@@ -7152,6 +7186,7 @@ export declare const HvTypography: <C extends ElementType<any, keyof JSX_2.Intri
7152
7186
  title4: string;
7153
7187
  label: string;
7154
7188
  body: string;
7189
+ captionLabel: string;
7155
7190
  caption1: string;
7156
7191
  caption2: string;
7157
7192
  xxlTitle: string;
@@ -7181,7 +7216,7 @@ export declare const HvTypography: <C extends ElementType<any, keyof JSX_2.Intri
7181
7216
  component?: C | undefined;
7182
7217
  } & {
7183
7218
  children?: ReactNode;
7184
- } & (Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "component" | "noWrap" | "variant" | "paragraph"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "component" | "noWrap" | "variant" | "paragraph"> ? T extends any ? T : never : never : never) & {
7219
+ } & (Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "variant" | "component" | "noWrap" | "paragraph"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "variant" | "component" | "noWrap" | "paragraph"> ? T extends any ? T : never : never : never) & {
7185
7220
  ref?: PolymorphicRef<C> | undefined;
7186
7221
  } & RefAttributes<unknown>) => ReactElement<any, string | JSXElementConstructor<any>> | null;
7187
7222
 
@@ -7890,6 +7925,7 @@ export declare const multiButtonClasses: {
7890
7925
  primaryGhost: "HvMultiButton-primaryGhost";
7891
7926
  primarySubtle: "HvMultiButton-primarySubtle";
7892
7927
  splitGroup: "HvMultiButton-splitGroup";
7928
+ splitGroupDisabled: "HvMultiButton-splitGroupDisabled";
7893
7929
  firstButton: "HvMultiButton-firstButton";
7894
7930
  lastButton: "HvMultiButton-lastButton";
7895
7931
  splitContainer: "HvMultiButton-splitContainer";
@@ -8516,6 +8552,7 @@ export declare const typographyClasses: {
8516
8552
  title4: "HvTypography-title4";
8517
8553
  label: "HvTypography-label";
8518
8554
  body: "HvTypography-body";
8555
+ captionLabel: "HvTypography-captionLabel";
8519
8556
  caption1: "HvTypography-caption1";
8520
8557
  caption2: "HvTypography-caption2";
8521
8558
  xxlTitle: "HvTypography-xxlTitle";
@@ -8542,13 +8579,13 @@ export declare const typographyClasses: {
8542
8579
  noWrap: "HvTypography-noWrap";
8543
8580
  };
8544
8581
 
8545
- export declare const typographyVariants: readonly ["display", "title1", "title2", "title3", "title4", "body", "label", "caption1", "caption2"];
8582
+ export declare const typographyVariants: readonly ["display", "title1", "title2", "title3", "title4", "body", "label", "captionLabel", "caption1", "caption2"];
8546
8583
 
8547
8584
  export declare type UseBulkActionsProps = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
8548
8585
  pluginName: string;
8549
8586
  };
8550
8587
 
8551
- declare const useClasses: (classesProp?: Partial<Record<"display" | "5xlTitle" | "4xlTitle" | "title1" | "title2" | "title3" | "title4" | "label" | "body" | "caption1" | "caption2" | "xxlTitle" | "lTitle" | "sTitle" | "xxsTitle" | "sectionTitle" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizTextDisabled" | "xsInlineLink" | "root" | "disabled" | "3xlTitle" | "xlTitle" | "mTitle" | "xsTitle" | "highlightText" | "normalText" | "vizText" | "isLink" | "noWrap", string>>, addStatic?: boolean) => {
8588
+ declare const useClasses: (classesProp?: Partial<Record<"display" | "5xlTitle" | "4xlTitle" | "title1" | "title2" | "title3" | "title4" | "label" | "body" | "captionLabel" | "caption1" | "caption2" | "xxlTitle" | "lTitle" | "sTitle" | "xxsTitle" | "sectionTitle" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizTextDisabled" | "xsInlineLink" | "root" | "disabled" | "3xlTitle" | "xlTitle" | "mTitle" | "xsTitle" | "highlightText" | "normalText" | "vizText" | "isLink" | "noWrap", string>>, addStatic?: boolean) => {
8552
8589
  classes: {
8553
8590
  display: string;
8554
8591
  "5xlTitle": string;
@@ -8559,6 +8596,7 @@ declare const useClasses: (classesProp?: Partial<Record<"display" | "5xlTitle" |
8559
8596
  title4: string;
8560
8597
  label: string;
8561
8598
  body: string;
8599
+ captionLabel: string;
8562
8600
  caption1: string;
8563
8601
  caption2: string;
8564
8602
  xxlTitle: string;
@@ -9548,7 +9586,7 @@ declare const useClasses_35: (classesProp?: Partial<Record<"container" | "label"
9548
9586
  cx: (...args: any) => string;
9549
9587
  };
9550
9588
 
9551
- declare const useClasses_36: (classesProp?: Partial<Record<"secondary" | "primary" | "root" | "disabled" | "semantic" | "secondarySubtle" | "icon" | "secondaryGhost" | "primaryGhost" | "primarySubtle" | "ghost" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
9589
+ declare const useClasses_36: (classesProp?: Partial<Record<"secondary" | "primary" | "root" | "disabled" | "semantic" | "secondarySubtle" | "ghost" | "icon" | "secondaryGhost" | "primaryGhost" | "primarySubtle" | "startIcon" | "endIcon" | "focusVisible" | "subtle", string>>, addStatic?: boolean) => {
9552
9590
  classes: {
9553
9591
  secondary: string;
9554
9592
  primary: string;
@@ -9556,14 +9594,15 @@ declare const useClasses_36: (classesProp?: Partial<Record<"secondary" | "primar
9556
9594
  disabled: string;
9557
9595
  semantic: string;
9558
9596
  secondarySubtle: string;
9597
+ ghost: string;
9559
9598
  icon: string;
9560
9599
  secondaryGhost: string;
9561
9600
  primaryGhost: string;
9562
9601
  primarySubtle: string;
9563
- ghost: string;
9564
9602
  startIcon: string;
9565
9603
  endIcon: string;
9566
9604
  focusVisible: string;
9605
+ subtle: string;
9567
9606
  };
9568
9607
  css: {
9569
9608
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -10568,7 +10607,7 @@ declare const useClasses_86: (classesProp?: Partial<Record<"root" | "formContain
10568
10607
  cx: (...args: any) => string;
10569
10608
  };
10570
10609
 
10571
- declare const useClasses_87: (classesProp?: Partial<Record<"secondary" | "primary" | "vertical" | "split" | "root" | "secondarySubtle" | "selected" | "button" | "secondaryGhost" | "primaryGhost" | "primarySubtle" | "splitGroup" | "firstButton" | "lastButton" | "splitContainer" | "splitDisabled", string>>, addStatic?: boolean) => {
10610
+ declare const useClasses_87: (classesProp?: Partial<Record<"secondary" | "primary" | "vertical" | "split" | "root" | "secondarySubtle" | "selected" | "button" | "secondaryGhost" | "primaryGhost" | "primarySubtle" | "splitGroup" | "splitGroupDisabled" | "firstButton" | "lastButton" | "splitContainer" | "splitDisabled", string>>, addStatic?: boolean) => {
10572
10611
  classes: {
10573
10612
  secondary: string;
10574
10613
  primary: string;
@@ -10582,6 +10621,7 @@ declare const useClasses_87: (classesProp?: Partial<Record<"secondary" | "primar
10582
10621
  primaryGhost: string;
10583
10622
  primarySubtle: string;
10584
10623
  splitGroup: string;
10624
+ splitGroupDisabled: string;
10585
10625
  firstButton: string;
10586
10626
  lastButton: string;
10587
10627
  splitContainer: string;
@@ -10689,7 +10729,7 @@ declare const useClasses_92: (classesProp?: Partial<Record<"root" | "topGroup" |
10689
10729
  actionButtonContainer: string;
10690
10730
  topRulesContainer: string;
10691
10731
  buttonBackground: string;
10692
- };
10732
+ }; /** Styles applied to the action button container. */
10693
10733
  css: {
10694
10734
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
10695
10735
  (...args: CSSInterpolation[]): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-core",
3
- "version": "5.56.0",
3
+ "version": "5.58.0",
4
4
  "private": false,
5
5
  "author": "Hitachi Vantara UI Kit Team",
6
6
  "description": "Core React components for the NEXT Design System.",
@@ -33,9 +33,9 @@
33
33
  "@emotion/css": "^11.11.2",
34
34
  "@emotion/serialize": "^1.1.2",
35
35
  "@emotion/utils": "^1.2.1",
36
- "@hitachivantara/uikit-react-icons": "^5.8.6",
37
- "@hitachivantara/uikit-react-shared": "^5.1.31",
38
- "@hitachivantara/uikit-styles": "^5.22.0",
36
+ "@hitachivantara/uikit-react-icons": "^5.8.7",
37
+ "@hitachivantara/uikit-react-shared": "^5.1.32",
38
+ "@hitachivantara/uikit-styles": "^5.23.0",
39
39
  "@internationalized/date": "^3.2.0",
40
40
  "@mui/base": "^5.0.0-beta.34",
41
41
  "@popperjs/core": "^2.11.8",
@@ -46,7 +46,6 @@
46
46
  "dayjs": "^1.11.10",
47
47
  "detect-browser": "^5.3.0",
48
48
  "embla-carousel-react": "^8.0.0-rc15",
49
- "lodash": "^4.17.21",
50
49
  "notistack": "^2.0.8",
51
50
  "rc-slider": "^10.5.0",
52
51
  "rc-tooltip": "^6.1.2",
@@ -63,7 +62,7 @@
63
62
  "access": "public",
64
63
  "directory": "package"
65
64
  },
66
- "gitHead": "67ac3fbb762df89f4f55c563f24f691c775fe99c",
65
+ "gitHead": "070f46b3d2785d65f62d45ee263506aa102ffdab",
67
66
  "main": "dist/cjs/index.cjs",
68
67
  "exports": {
69
68
  ".": {