@hitachivantara/uikit-react-core 5.91.2 → 5.92.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 (204) hide show
  1. package/dist/cjs/Accordion/Accordion.cjs +2 -2
  2. package/dist/cjs/ActionsGeneric/ActionsGeneric.cjs +2 -2
  3. package/dist/cjs/AppSwitcher/Action/Action.cjs +10 -2
  4. package/dist/cjs/Avatar/Avatar.cjs +3 -2
  5. package/dist/cjs/BaseCheckBox/BaseCheckBox.styles.cjs +4 -8
  6. package/dist/cjs/BaseCheckBox/CheckBoxIcon.cjs +4 -8
  7. package/dist/cjs/BaseDropdown/BaseDropdown.cjs +5 -5
  8. package/dist/cjs/BaseInput/BaseInput.styles.cjs +4 -1
  9. package/dist/cjs/BaseRadio/RadioIcon.cjs +2 -7
  10. package/dist/cjs/BreadCrumb/PathElement/PathElement.cjs +4 -2
  11. package/dist/cjs/BreadCrumb/utils.cjs +2 -2
  12. package/dist/cjs/ButtonBase/ButtonBase.styles.cjs +1 -4
  13. package/dist/cjs/Calendar/CalendarNavigation/Navigation/Navigation.cjs +3 -3
  14. package/dist/cjs/Carousel/Carousel.cjs +4 -4
  15. package/dist/cjs/Carousel/CarouselControls.cjs +3 -3
  16. package/dist/cjs/CheckBox/CheckBox.cjs +1 -1
  17. package/dist/cjs/CheckBox/CheckBox.styles.cjs +13 -39
  18. package/dist/cjs/ColorPicker/ColorPicker.cjs +2 -2
  19. package/dist/cjs/ColorPicker/ColorPicker.styles.cjs +4 -2
  20. package/dist/cjs/ColorPicker/SavedColors/SavedColors.cjs +3 -3
  21. package/dist/cjs/ColorPicker/SavedColors/SavedColors.styles.cjs +1 -10
  22. package/dist/cjs/DatePicker/DatePicker.cjs +2 -2
  23. package/dist/cjs/Dialog/Dialog.cjs +2 -2
  24. package/dist/cjs/Drawer/Drawer.cjs +2 -2
  25. package/dist/cjs/DropDownMenu/DropDownMenu.cjs +2 -2
  26. package/dist/cjs/DropDownMenu/DropDownMenu.styles.cjs +6 -1
  27. package/dist/cjs/Dropdown/List/List.cjs +12 -18
  28. package/dist/cjs/Dropdown/List/List.styles.cjs +0 -2
  29. package/dist/cjs/DropdownButton/DropdownButton.cjs +5 -4
  30. package/dist/cjs/FileUploader/DropZone/DropZone.cjs +9 -2
  31. package/dist/cjs/FileUploader/File/File.cjs +4 -4
  32. package/dist/cjs/FileUploader/Preview/Preview.cjs +2 -2
  33. package/dist/cjs/FilterGroup/FilterContent/FilterContent.cjs +2 -2
  34. package/dist/cjs/FormElement/Adornment/Adornment.styles.cjs +5 -1
  35. package/dist/cjs/FormElement/InfoMessage/InfoMessage.styles.cjs +1 -1
  36. package/dist/cjs/FormElement/Label/Label.styles.cjs +1 -1
  37. package/dist/cjs/FormElement/Suggestions/Suggestions.cjs +2 -2
  38. package/dist/cjs/FormElement/WarningText/WarningText.cjs +2 -2
  39. package/dist/cjs/FormElement/WarningText/WarningText.styles.cjs +1 -1
  40. package/dist/cjs/InlineEditor/InlineEditor.cjs +3 -2
  41. package/dist/cjs/Input/Input.cjs +17 -26
  42. package/dist/cjs/Input/Input.styles.cjs +10 -6
  43. package/dist/cjs/Input/icons.cjs +22 -0
  44. package/dist/cjs/List/List.cjs +2 -2
  45. package/dist/cjs/Pagination/Pagination.cjs +5 -5
  46. package/dist/cjs/QueryBuilder/Rule/Rule.cjs +2 -2
  47. package/dist/cjs/QueryBuilder/RuleGroup/RuleGroup.cjs +6 -5
  48. package/dist/cjs/Radio/Radio.styles.cjs +8 -5
  49. package/dist/cjs/Section/Section.cjs +2 -2
  50. package/dist/cjs/Table/TableHeader/TableHeader.cjs +8 -5
  51. package/dist/cjs/Table/TableHeader/utils.cjs +5 -6
  52. package/dist/cjs/Table/hooks/useHvRowExpand.cjs +2 -2
  53. package/dist/cjs/Table/renderers/renderers.cjs +2 -2
  54. package/dist/cjs/Tag/Tag.cjs +6 -5
  55. package/dist/cjs/Tag/Tag.styles.cjs +8 -3
  56. package/dist/cjs/TimePicker/TimePicker.cjs +2 -8
  57. package/dist/cjs/TimePicker/Unit/Unit.cjs +4 -5
  58. package/dist/cjs/TimePicker/Unit/Unit.styles.cjs +0 -6
  59. package/dist/cjs/TreeView/TreeView.cjs +3 -3
  60. package/dist/cjs/VerticalNavigation/Header/Header.cjs +4 -4
  61. package/dist/cjs/VerticalNavigation/NavigationSlider/NavigationSlider.cjs +2 -2
  62. package/dist/cjs/VerticalNavigation/TreeView/TreeViewItem.cjs +3 -3
  63. package/dist/cjs/VerticalNavigation/TreeView/TreeViewItem.styles.cjs +1 -1
  64. package/dist/cjs/VerticalNavigation/VerticalNavigation.styles.cjs +1 -4
  65. package/dist/cjs/icons.cjs +98 -0
  66. package/dist/cjs/utils/Callout.cjs +5 -3
  67. package/dist/cjs/utils/iconVariant.cjs +9 -13
  68. package/dist/esm/Accordion/Accordion.js +2 -2
  69. package/dist/esm/Accordion/Accordion.js.map +1 -1
  70. package/dist/esm/ActionsGeneric/ActionsGeneric.js +2 -2
  71. package/dist/esm/ActionsGeneric/ActionsGeneric.js.map +1 -1
  72. package/dist/esm/AppSwitcher/Action/Action.js +10 -2
  73. package/dist/esm/AppSwitcher/Action/Action.js.map +1 -1
  74. package/dist/esm/Avatar/Avatar.js +3 -2
  75. package/dist/esm/Avatar/Avatar.js.map +1 -1
  76. package/dist/esm/BaseCheckBox/BaseCheckBox.styles.js +4 -8
  77. package/dist/esm/BaseCheckBox/BaseCheckBox.styles.js.map +1 -1
  78. package/dist/esm/BaseCheckBox/CheckBoxIcon.js +4 -8
  79. package/dist/esm/BaseCheckBox/CheckBoxIcon.js.map +1 -1
  80. package/dist/esm/BaseDropdown/BaseDropdown.js +5 -5
  81. package/dist/esm/BaseDropdown/BaseDropdown.js.map +1 -1
  82. package/dist/esm/BaseInput/BaseInput.styles.js +4 -1
  83. package/dist/esm/BaseInput/BaseInput.styles.js.map +1 -1
  84. package/dist/esm/BaseRadio/RadioIcon.js +2 -7
  85. package/dist/esm/BaseRadio/RadioIcon.js.map +1 -1
  86. package/dist/esm/BreadCrumb/PathElement/PathElement.js +4 -2
  87. package/dist/esm/BreadCrumb/PathElement/PathElement.js.map +1 -1
  88. package/dist/esm/BreadCrumb/utils.js +2 -2
  89. package/dist/esm/BreadCrumb/utils.js.map +1 -1
  90. package/dist/esm/ButtonBase/ButtonBase.styles.js +1 -4
  91. package/dist/esm/ButtonBase/ButtonBase.styles.js.map +1 -1
  92. package/dist/esm/Calendar/CalendarNavigation/Navigation/Navigation.js +3 -3
  93. package/dist/esm/Calendar/CalendarNavigation/Navigation/Navigation.js.map +1 -1
  94. package/dist/esm/Carousel/Carousel.js +4 -4
  95. package/dist/esm/Carousel/Carousel.js.map +1 -1
  96. package/dist/esm/Carousel/CarouselControls.js +3 -3
  97. package/dist/esm/Carousel/CarouselControls.js.map +1 -1
  98. package/dist/esm/CheckBox/CheckBox.js +1 -1
  99. package/dist/esm/CheckBox/CheckBox.js.map +1 -1
  100. package/dist/esm/CheckBox/CheckBox.styles.js +13 -39
  101. package/dist/esm/CheckBox/CheckBox.styles.js.map +1 -1
  102. package/dist/esm/ColorPicker/ColorPicker.js +2 -2
  103. package/dist/esm/ColorPicker/ColorPicker.js.map +1 -1
  104. package/dist/esm/ColorPicker/ColorPicker.styles.js +4 -2
  105. package/dist/esm/ColorPicker/ColorPicker.styles.js.map +1 -1
  106. package/dist/esm/ColorPicker/SavedColors/SavedColors.js +3 -3
  107. package/dist/esm/ColorPicker/SavedColors/SavedColors.js.map +1 -1
  108. package/dist/esm/ColorPicker/SavedColors/SavedColors.styles.js +1 -10
  109. package/dist/esm/ColorPicker/SavedColors/SavedColors.styles.js.map +1 -1
  110. package/dist/esm/DatePicker/DatePicker.js +2 -2
  111. package/dist/esm/DatePicker/DatePicker.js.map +1 -1
  112. package/dist/esm/Dialog/Dialog.js +2 -2
  113. package/dist/esm/Dialog/Dialog.js.map +1 -1
  114. package/dist/esm/Drawer/Drawer.js +2 -2
  115. package/dist/esm/Drawer/Drawer.js.map +1 -1
  116. package/dist/esm/DropDownMenu/DropDownMenu.js +2 -2
  117. package/dist/esm/DropDownMenu/DropDownMenu.js.map +1 -1
  118. package/dist/esm/DropDownMenu/DropDownMenu.styles.js +6 -1
  119. package/dist/esm/DropDownMenu/DropDownMenu.styles.js.map +1 -1
  120. package/dist/esm/Dropdown/List/List.js +13 -19
  121. package/dist/esm/Dropdown/List/List.js.map +1 -1
  122. package/dist/esm/Dropdown/List/List.styles.js +0 -2
  123. package/dist/esm/Dropdown/List/List.styles.js.map +1 -1
  124. package/dist/esm/Dropdown/utils.js.map +1 -1
  125. package/dist/esm/DropdownButton/DropdownButton.js +5 -4
  126. package/dist/esm/DropdownButton/DropdownButton.js.map +1 -1
  127. package/dist/esm/FileUploader/DropZone/DropZone.js +9 -2
  128. package/dist/esm/FileUploader/DropZone/DropZone.js.map +1 -1
  129. package/dist/esm/FileUploader/File/File.js +4 -4
  130. package/dist/esm/FileUploader/File/File.js.map +1 -1
  131. package/dist/esm/FileUploader/Preview/Preview.js +2 -2
  132. package/dist/esm/FileUploader/Preview/Preview.js.map +1 -1
  133. package/dist/esm/FilterGroup/FilterContent/FilterContent.js +2 -2
  134. package/dist/esm/FilterGroup/FilterContent/FilterContent.js.map +1 -1
  135. package/dist/esm/FormElement/Adornment/Adornment.styles.js +5 -1
  136. package/dist/esm/FormElement/Adornment/Adornment.styles.js.map +1 -1
  137. package/dist/esm/FormElement/InfoMessage/InfoMessage.styles.js +1 -1
  138. package/dist/esm/FormElement/InfoMessage/InfoMessage.styles.js.map +1 -1
  139. package/dist/esm/FormElement/Label/Label.styles.js +1 -1
  140. package/dist/esm/FormElement/Label/Label.styles.js.map +1 -1
  141. package/dist/esm/FormElement/Suggestions/Suggestions.js +2 -2
  142. package/dist/esm/FormElement/Suggestions/Suggestions.js.map +1 -1
  143. package/dist/esm/FormElement/WarningText/WarningText.js +2 -2
  144. package/dist/esm/FormElement/WarningText/WarningText.js.map +1 -1
  145. package/dist/esm/FormElement/WarningText/WarningText.styles.js +1 -1
  146. package/dist/esm/FormElement/WarningText/WarningText.styles.js.map +1 -1
  147. package/dist/esm/InlineEditor/InlineEditor.js +3 -2
  148. package/dist/esm/InlineEditor/InlineEditor.js.map +1 -1
  149. package/dist/esm/Input/Input.js +18 -27
  150. package/dist/esm/Input/Input.js.map +1 -1
  151. package/dist/esm/Input/Input.styles.js +10 -6
  152. package/dist/esm/Input/Input.styles.js.map +1 -1
  153. package/dist/esm/Input/icons.js +22 -0
  154. package/dist/esm/Input/icons.js.map +1 -0
  155. package/dist/esm/List/List.js +2 -2
  156. package/dist/esm/List/List.js.map +1 -1
  157. package/dist/esm/Pagination/Pagination.js +5 -5
  158. package/dist/esm/Pagination/Pagination.js.map +1 -1
  159. package/dist/esm/QueryBuilder/Rule/Rule.js +2 -2
  160. package/dist/esm/QueryBuilder/Rule/Rule.js.map +1 -1
  161. package/dist/esm/QueryBuilder/RuleGroup/RuleGroup.js +6 -5
  162. package/dist/esm/QueryBuilder/RuleGroup/RuleGroup.js.map +1 -1
  163. package/dist/esm/Radio/Radio.styles.js +8 -5
  164. package/dist/esm/Radio/Radio.styles.js.map +1 -1
  165. package/dist/esm/Section/Section.js +2 -2
  166. package/dist/esm/Section/Section.js.map +1 -1
  167. package/dist/esm/Table/TableHeader/TableHeader.js +10 -7
  168. package/dist/esm/Table/TableHeader/TableHeader.js.map +1 -1
  169. package/dist/esm/Table/TableHeader/utils.js +5 -6
  170. package/dist/esm/Table/TableHeader/utils.js.map +1 -1
  171. package/dist/esm/Table/hooks/useHvRowExpand.js +2 -2
  172. package/dist/esm/Table/hooks/useHvRowExpand.js.map +1 -1
  173. package/dist/esm/Table/renderers/renderers.js +2 -2
  174. package/dist/esm/Table/renderers/renderers.js.map +1 -1
  175. package/dist/esm/Tag/Tag.js +6 -5
  176. package/dist/esm/Tag/Tag.js.map +1 -1
  177. package/dist/esm/Tag/Tag.styles.js +8 -3
  178. package/dist/esm/Tag/Tag.styles.js.map +1 -1
  179. package/dist/esm/TimePicker/TimePicker.js +4 -10
  180. package/dist/esm/TimePicker/TimePicker.js.map +1 -1
  181. package/dist/esm/TimePicker/Unit/Unit.js +4 -5
  182. package/dist/esm/TimePicker/Unit/Unit.js.map +1 -1
  183. package/dist/esm/TimePicker/Unit/Unit.styles.js +0 -6
  184. package/dist/esm/TimePicker/Unit/Unit.styles.js.map +1 -1
  185. package/dist/esm/TreeView/TreeView.js +3 -3
  186. package/dist/esm/TreeView/TreeView.js.map +1 -1
  187. package/dist/esm/VerticalNavigation/Header/Header.js +4 -4
  188. package/dist/esm/VerticalNavigation/Header/Header.js.map +1 -1
  189. package/dist/esm/VerticalNavigation/NavigationSlider/NavigationSlider.js +2 -2
  190. package/dist/esm/VerticalNavigation/NavigationSlider/NavigationSlider.js.map +1 -1
  191. package/dist/esm/VerticalNavigation/TreeView/TreeViewItem.js +3 -3
  192. package/dist/esm/VerticalNavigation/TreeView/TreeViewItem.js.map +1 -1
  193. package/dist/esm/VerticalNavigation/TreeView/TreeViewItem.styles.js +1 -1
  194. package/dist/esm/VerticalNavigation/TreeView/TreeViewItem.styles.js.map +1 -1
  195. package/dist/esm/VerticalNavigation/VerticalNavigation.styles.js +1 -4
  196. package/dist/esm/VerticalNavigation/VerticalNavigation.styles.js.map +1 -1
  197. package/dist/esm/icons.js +96 -0
  198. package/dist/esm/icons.js.map +1 -0
  199. package/dist/esm/utils/Callout.js +5 -3
  200. package/dist/esm/utils/Callout.js.map +1 -1
  201. package/dist/esm/utils/iconVariant.js +9 -13
  202. package/dist/esm/utils/iconVariant.js.map +1 -1
  203. package/dist/types/index.d.ts +7 -10
  204. package/package.json +5 -6
@@ -3,7 +3,12 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
4
4
  const uikitStyles = require("@hitachivantara/uikit-styles");
5
5
  const { staticClasses, useClasses } = uikitReactUtils.createClasses("HvDropDownMenu", {
6
- root: {},
6
+ root: {
7
+ flexShrink: 0,
8
+ "& > div": {
9
+ height: "inherit"
10
+ }
11
+ },
7
12
  /** @deprecated use `classes.root` instead */
8
13
  container: {},
9
14
  baseContainer: {
@@ -5,6 +5,7 @@ const React = require("react");
5
5
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
6
6
  const uikitStyles = require("@hitachivantara/uikit-styles");
7
7
  const context = require("../../BaseDropdown/context.cjs");
8
+ const CounterLabel = require("../../utils/CounterLabel.cjs");
8
9
  const setId = require("../../utils/setId.cjs");
9
10
  const utils = require("../utils.cjs");
10
11
  const List_styles = require("./List.styles.cjs");
@@ -12,7 +13,6 @@ const ActionBar = require("../../ActionBar/ActionBar.cjs");
12
13
  const Button = require("../../Button/Button.cjs");
13
14
  const List = require("../../List/List.cjs");
14
15
  const Input = require("../../Input/Input.cjs");
15
- const Typography = require("../../Typography/Typography.cjs");
16
16
  const CheckBox = require("../../CheckBox/CheckBox.cjs");
17
17
  const clone = (values) => values.map((value) => ({ ...value }));
18
18
  const cleanHidden = (lst) => lst.map((item) => ({ ...item, isHidden: false }));
@@ -111,30 +111,24 @@ const HvDropdownList = (props) => {
111
111
  updateSelectAll(newList);
112
112
  };
113
113
  const renderSelectAll = () => {
114
- const selectAll = labels?.selectAll;
115
- const multiSelectionConjunction = labels?.multiSelectionConjunction;
116
- const nbrSelected = utils.getSelected(list).length;
117
- const defaultLabel = /* @__PURE__ */ jsxRuntime.jsx(Typography.HvTypography, { component: "span", children: nbrSelected > 0 ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
118
- /* @__PURE__ */ jsxRuntime.jsx("b", { children: nbrSelected }),
119
- ` ${multiSelectionConjunction} ${list.length}`
120
- ] }) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
121
- /* @__PURE__ */ jsxRuntime.jsx("b", { children: selectAll }),
122
- ` (${list.length})`
123
- ] }) });
124
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: classes.selectAllContainer, children: /* @__PURE__ */ jsxRuntime.jsx(
114
+ return /* @__PURE__ */ jsxRuntime.jsx(
125
115
  CheckBox.HvCheckBox,
126
116
  {
127
117
  id: setId.setId(id, "select-all"),
128
- label: defaultLabel,
129
- onChange: () => handleSelectAll(),
130
- classes: {
131
- container: classes.selection
132
- },
118
+ label: /* @__PURE__ */ jsxRuntime.jsx(
119
+ CounterLabel.CounterLabel,
120
+ {
121
+ selected: utils.getSelected(list).length,
122
+ total: list.length,
123
+ conjunctionLabel: labels?.multiSelectionConjunction
124
+ }
125
+ ),
126
+ onChange: handleSelectAll,
133
127
  className: classes.selectAll,
134
128
  indeterminate: anySelected && !allSelected,
135
129
  checked: allSelected
136
130
  }
137
- ) });
131
+ );
138
132
  };
139
133
  const onSelection = (listValues) => {
140
134
  if (!multiSelect) {
@@ -20,8 +20,6 @@ const { staticClasses, useClasses } = uikitReactUtils.createClasses("HvDropdownL
20
20
  searchContainer: { marginBottom: uikitStyles.theme.space.xs },
21
21
  listBorderDown: {},
22
22
  listContainer: { padding: uikitStyles.theme.space.sm },
23
- selectAllContainer: {},
24
- selection: {},
25
23
  selectAll: {}
26
24
  });
27
25
  exports.staticClasses = staticClasses;
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
- const uikitReactIcons = require("@hitachivantara/uikit-react-icons");
6
5
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
6
+ const icons = require("../icons.cjs");
7
7
  const DropdownButton_styles = require("./DropdownButton.styles.cjs");
8
8
  const Button = require("../Button/Button.cjs");
9
9
  const HvDropdownButton = React.forwardRef(function HvDropdownButton2(props, ref) {
@@ -15,12 +15,13 @@ const HvDropdownButton = React.forwardRef(function HvDropdownButton2(props, ref)
15
15
  open,
16
16
  icon,
17
17
  readOnly,
18
- children,
18
+ children: childrenProp,
19
19
  variant,
20
20
  ...others
21
21
  } = uikitReactUtils.useDefaultProps("HvDropdownButton", props);
22
22
  const { classes, cx } = DropdownButton_styles.useClasses(classesProp, false);
23
- const endIcon = icon ? void 0 : /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.DropDownXS, { size: "XS", rotate: open });
23
+ const endIcon = !icon && /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "CaretDown", size: "xs", rotate: open });
24
+ const children = childrenProp && typeof childrenProp === "string" ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: classes.placeholder, children: childrenProp }) : childrenProp;
24
25
  return /* @__PURE__ */ jsxRuntime.jsx(
25
26
  Button.HvButton,
26
27
  {
@@ -41,7 +42,7 @@ const HvDropdownButton = React.forwardRef(function HvDropdownButton2(props, ref)
41
42
  endIcon,
42
43
  variant: open ? "secondarySubtle" : variant,
43
44
  ...others,
44
- children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cx({ [classes.selection]: !icon }), children: children && typeof children === "string" ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: classes.placeholder, children }) : children })
45
+ children: icon ? children : /* @__PURE__ */ jsxRuntime.jsx("div", { className: classes.selection, children })
45
46
  }
46
47
  );
47
48
  });
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
- const uikitReactIcons = require("@hitachivantara/uikit-react-icons");
6
5
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
7
6
  const useLabels = require("../../hooks/useLabels.cjs");
8
7
  const useUniqueId = require("../../hooks/useUniqueId.cjs");
8
+ const icons = require("../../icons.cjs");
9
9
  const helpers = require("../../utils/helpers.cjs");
10
10
  const setId = require("../../utils/setId.cjs");
11
11
  const utils = require("../utils.cjs");
@@ -163,7 +163,14 @@ const HvDropZone = (props) => {
163
163
  }
164
164
  ),
165
165
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: classes?.dropArea, children: dragState ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: classes.dropZoneAreaLabels, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: classes.dragText, children: labels?.dropFiles }) }) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
166
- /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Doc, { size: "M", className: classes.dropZoneAreaIcon }),
166
+ /* @__PURE__ */ jsxRuntime.jsx(
167
+ icons.HvIcon,
168
+ {
169
+ name: "Doc",
170
+ size: "md",
171
+ className: classes.dropZoneAreaIcon
172
+ }
173
+ ),
167
174
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: classes.dropZoneAreaLabels, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: classes.dragText, children: [
168
175
  labels?.drag,
169
176
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
- const uikitReactIcons = require("@hitachivantara/uikit-react-icons");
5
4
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
5
+ const icons = require("../../icons.cjs");
6
6
  const utils = require("../utils.cjs");
7
7
  const File_styles = require("./File.styles.cjs");
8
8
  const ProgressBar = require("../../ProgressBar/ProgressBar.cjs");
@@ -11,9 +11,9 @@ const IconButton = require("../../IconButton/IconButton.cjs");
11
11
  const getStatusIcon = (classes, status) => {
12
12
  switch (status) {
13
13
  case "success":
14
- return /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Success, { className: classes?.icon, color: "positive" });
14
+ return /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "Success", className: classes?.icon, color: "positive" });
15
15
  case "fail":
16
- return /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Fail, { className: classes?.icon, color: "negative" });
16
+ return /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "Fail", className: classes?.icon, color: "negative" });
17
17
  default:
18
18
  return /* @__PURE__ */ jsxRuntime.jsx("div", { className: classes?.icon });
19
19
  }
@@ -72,7 +72,7 @@ const HvFile = (props) => {
72
72
  title: removeFileButtonLabel,
73
73
  className: classes.removeButton,
74
74
  onClick: () => onFileRemoved?.(data),
75
- children: /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Close, { iconSize: "XS" })
75
+ children: /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "Close", size: "xs" })
76
76
  }
77
77
  )
78
78
  ] });
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
- const uikitReactIcons = require("@hitachivantara/uikit-react-icons");
6
5
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
6
+ const icons = require("../../Input/icons.cjs");
7
7
  const Preview_styles = require("./Preview.styles.cjs");
8
8
  const Button = require("../../Button/Button.cjs");
9
9
  const HvFileUploaderPreview = (props) => {
@@ -33,7 +33,7 @@ const HvFileUploaderPreview = (props) => {
33
33
  children: [
34
34
  children,
35
35
  !disableOverlay && /* @__PURE__ */ jsxRuntime.jsx("div", { className: classes.overlay, "aria-hidden": "true", children: /* @__PURE__ */ jsxRuntime.jsx(
36
- uikitReactIcons.Preview,
36
+ icons.EyeIcon,
37
37
  {
38
38
  className: css({
39
39
  position: "absolute",
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
- const uikitReactIcons = require("@hitachivantara/uikit-react-icons");
6
5
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
6
+ const icons = require("../../icons.cjs");
7
7
  const setId = require("../../utils/setId.cjs");
8
8
  const FilterGroupContext = require("../FilterGroupContext.cjs");
9
9
  const FilterContent_styles = require("./FilterContent.styles.cjs");
@@ -72,7 +72,7 @@ const HvFilterGroupContent = React.forwardRef(function HvFilterGroupContent2(pro
72
72
  };
73
73
  const Header = React.useMemo(
74
74
  () => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
75
- /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Filters, {}),
75
+ /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "Filters" }),
76
76
  /* @__PURE__ */ jsxRuntime.jsx(Typography.HvTypography, { variant: "label", children: labels?.placeholder })
77
77
  ] }),
78
78
  [labels?.placeholder]
@@ -3,8 +3,12 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
4
4
  const { staticClasses, useClasses } = uikitReactUtils.createClasses("HvAdornment", {
5
5
  root: {
6
+ display: "flex",
7
+ alignItems: "center",
8
+ justifyContent: "center",
6
9
  width: 32,
7
- height: 30
10
+ height: 30,
11
+ flexShrink: 0
8
12
  },
9
13
  /** @deprecated use `classes.root` */
10
14
  icon: {},
@@ -5,7 +5,7 @@ const uikitStyles = require("@hitachivantara/uikit-styles");
5
5
  const { staticClasses, useClasses } = uikitReactUtils.createClasses("HvInfoMessage", {
6
6
  root: { color: uikitStyles.theme.colors.textSubtle, display: "inline-block" },
7
7
  infoDisabled: { color: uikitStyles.theme.colors.textDisabled },
8
- gutter: { padding: `0 0 6px ${uikitStyles.theme.space.xs}` }
8
+ gutter: { padding: uikitStyles.theme.spacing(0, 0, "xxs", "xs") }
9
9
  });
10
10
  exports.staticClasses = staticClasses;
11
11
  exports.useClasses = useClasses;
@@ -5,7 +5,7 @@ const uikitStyles = require("@hitachivantara/uikit-styles");
5
5
  const { staticClasses, useClasses } = uikitReactUtils.createClasses("HvLabel", {
6
6
  root: { fontWeight: uikitStyles.theme.fontWeights.normal, display: "inline-block" },
7
7
  labelDisabled: { color: uikitStyles.theme.colors.textDisabled },
8
- childGutter: { paddingBottom: 4 }
8
+ childGutter: { paddingBottom: uikitStyles.theme.space.xxs }
9
9
  });
10
10
  exports.staticClasses = staticClasses;
11
11
  exports.useClasses = useClasses;
@@ -18,10 +18,10 @@ const HvSuggestions = React.forwardRef(function HvSuggestions2(props, extRef) {
18
18
  className,
19
19
  classes: classesProp,
20
20
  expanded = false,
21
- enablePortal = false,
21
+ enablePortal,
22
22
  open: openProp,
23
23
  anchorEl,
24
- suggestionValues = [],
24
+ suggestionValues,
25
25
  onClose,
26
26
  onSuggestionSelected,
27
27
  popperProps,
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
- const uikitReactIcons = require("@hitachivantara/uikit-react-icons");
6
5
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
6
+ const icons = require("../../icons.cjs");
7
7
  const setId = require("../../utils/setId.cjs");
8
8
  const context = require("../context.cjs");
9
9
  const WarningText_styles = require("./WarningText.styles.cjs");
@@ -28,7 +28,7 @@ const HvWarningText = (props) => {
28
28
  const visible = isVisibleProp ?? context$1.status === "invalid";
29
29
  const id = idProp ?? setId.setId(context$1.id, "error");
30
30
  const showWarning = visible && !disabled;
31
- const adornment = adornmentProp || /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Fail, { size: "xs", className: classes.defaultIcon });
31
+ const adornment = adornmentProp || /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "Fail", size: "xs", className: classes.defaultIcon });
32
32
  return /* @__PURE__ */ jsxRuntime.jsxs(
33
33
  "div",
34
34
  {
@@ -7,7 +7,7 @@ const { staticClasses, useClasses } = uikitReactUtils.createClasses("HvWarningTe
7
7
  display: "none",
8
8
  color: uikitStyles.theme.form.errorColor
9
9
  },
10
- defaultIcon: { minWidth: "24px", width: "24px", height: "24px" },
10
+ defaultIcon: { margin: 6 },
11
11
  warningText: {
12
12
  ...uikitStyles.theme.typography.caption1,
13
13
  color: "inherit",
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
- const uikitReactIcons = require("@hitachivantara/uikit-react-icons");
6
5
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
7
6
  const useControlled = require("../hooks/useControlled.cjs");
8
7
  const useEnhancedEffect = require("../hooks/useEnhancedEffect.cjs");
8
+ const icons = require("../icons.cjs");
9
9
  const generic = require("../types/generic.cjs");
10
10
  const keyboardUtils = require("../utils/keyboardUtils.cjs");
11
11
  const InlineEditor_styles = require("./InlineEditor.styles.cjs");
@@ -100,8 +100,9 @@ const HvInlineEditor = generic.fixedForwardRef(function HvInlineEditor2(props, r
100
100
  {
101
101
  variant: "secondaryGhost",
102
102
  endIcon: /* @__PURE__ */ jsxRuntime.jsx(
103
- uikitReactIcons.Edit,
103
+ icons.HvIcon,
104
104
  {
105
+ name: "Edit",
105
106
  color: "textDisabled",
106
107
  className: cx(classes.icon, {
107
108
  [classes.iconVisible]: showIcon
@@ -3,7 +3,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
5
  const utils = require("@mui/material/utils");
6
- const uikitReactIcons = require("@hitachivantara/uikit-react-icons");
7
6
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
8
7
  const validations = require("../BaseInput/validations.cjs");
9
8
  const Suggestions = require("../FormElement/Suggestions/Suggestions.cjs");
@@ -11,9 +10,11 @@ const useControlled = require("../hooks/useControlled.cjs");
11
10
  const useIsMounted = require("../hooks/useIsMounted.cjs");
12
11
  const useLabels = require("../hooks/useLabels.cjs");
13
12
  const useUniqueId = require("../hooks/useUniqueId.cjs");
13
+ const icons = require("../icons.cjs");
14
14
  const generic = require("../types/generic.cjs");
15
15
  const keyboardUtils = require("../utils/keyboardUtils.cjs");
16
16
  const setId = require("../utils/setId.cjs");
17
+ const icons$1 = require("./icons.cjs");
17
18
  const Input_styles = require("./Input.styles.cjs");
18
19
  const Adornment = require("../FormElement/Adornment/Adornment.cjs");
19
20
  const utils$1 = require("../FormElement/utils.cjs");
@@ -26,7 +27,7 @@ const WarningText = require("../FormElement/WarningText/WarningText.cjs");
26
27
  const DEFAULT_LABELS = {
27
28
  /** The label of the clear button. */
28
29
  clearButtonLabel: "Clear the text",
29
- /** The label of the reveal password button. */
30
+ /** The label of the reveal password button. @deprecated unused */
30
31
  revealPasswordButtonLabel: "Reveal password",
31
32
  /** The tooltip of the reveal password button when the password is hidden. */
32
33
  revealPasswordButtonClickToShowTooltip: "Click to show password.",
@@ -58,8 +59,8 @@ const HvInput = generic.fixedForwardRef(function HvInput2(props, ref) {
58
59
  required,
59
60
  readOnly,
60
61
  disabled,
61
- enablePortal = false,
62
- suggestOnFocus = false,
62
+ enablePortal,
63
+ suggestOnFocus,
63
64
  label,
64
65
  "aria-label": ariaLabel,
65
66
  "aria-labelledby": ariaLabelledBy,
@@ -72,17 +73,17 @@ const HvInput = generic.fixedForwardRef(function HvInput2(props, ref) {
72
73
  "aria-errormessage": ariaErrorMessage,
73
74
  type = "text",
74
75
  placeholder,
75
- autoFocus = false,
76
+ autoFocus,
76
77
  labels: labelsProp,
77
78
  validationMessages,
78
- disableClear = false,
79
- disableRevealPassword = false,
80
- disableSearchButton = false,
79
+ disableClear,
80
+ disableRevealPassword,
81
+ disableSearchButton,
81
82
  endAdornment,
82
83
  maxCharQuantity,
83
84
  minCharQuantity,
84
85
  validation,
85
- showValidationIcon = false,
86
+ showValidationIcon,
86
87
  suggestionListCallback,
87
88
  inputRef: inputRefProp,
88
89
  onBlur,
@@ -272,7 +273,7 @@ const HvInput = generic.fixedForwardRef(function HvInput2(props, ref) {
272
273
  onClick: handleClear,
273
274
  "aria-label": labels?.clearButtonLabel,
274
275
  "aria-controls": setId.setId(elementId, "input"),
275
- icon: /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.CloseXS, {})
276
+ icon: /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { compact: true, name: "Close", size: "xs" })
276
277
  }
277
278
  );
278
279
  }, [
@@ -293,7 +294,7 @@ const HvInput = generic.fixedForwardRef(function HvInput2(props, ref) {
293
294
  {
294
295
  className: classes.adornmentButton,
295
296
  onClick: onEnter && ((evt) => onEnter?.(evt, inputRef.current?.value ?? "")),
296
- icon: /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Search, { title: labels.searchButtonLabel })
297
+ icon: /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { compact: true, name: "Search", title: labels.searchButtonLabel })
297
298
  }
298
299
  );
299
300
  }, [
@@ -309,17 +310,14 @@ const HvInput = generic.fixedForwardRef(function HvInput2(props, ref) {
309
310
  return /* @__PURE__ */ jsxRuntime.jsx(
310
311
  Tooltip.HvTooltip,
311
312
  {
312
- disableFocusListener: true,
313
- disableTouchListener: true,
314
313
  title: revealPassword ? labels?.revealPasswordButtonClickToHideTooltip : labels?.revealPasswordButtonClickToShowTooltip,
315
314
  children: /* @__PURE__ */ jsxRuntime.jsx(
316
315
  Adornment.HvAdornment,
317
316
  {
318
317
  className: classes.adornmentButton,
319
318
  onClick: () => setRevealPassword((s) => !s),
320
- "aria-label": labels?.revealPasswordButtonLabel,
321
319
  "aria-controls": setId.setId(elementId, "input"),
322
- icon: revealPassword ? /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.PreviewOff, {}) : /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Preview, {}),
320
+ icon: /* @__PURE__ */ jsxRuntime.jsx(icons$1.EyeIcon, { selected: revealPassword }),
323
321
  tabIndex: 0,
324
322
  ...{ selected: revealPassword }
325
323
  }
@@ -331,34 +329,27 @@ const HvInput = generic.fixedForwardRef(function HvInput2(props, ref) {
331
329
  revealPassword,
332
330
  labels?.revealPasswordButtonClickToHideTooltip,
333
331
  labels?.revealPasswordButtonClickToShowTooltip,
334
- labels?.revealPasswordButtonLabel,
335
332
  classes.adornmentButton,
336
333
  elementId
337
334
  ]);
338
335
  const validationIcon = React.useMemo(() => {
339
336
  if (!showValidationIcon) return null;
340
337
  if (!utils$1.isValid(validationState)) return null;
341
- return /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Success, { color: "positive", className: classes.icon });
338
+ return /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "Success", color: "positive", className: classes.icon });
342
339
  }, [showValidationIcon, validationState, classes.icon]);
343
- const customIconEl = React.useMemo(
344
- () => React.isValidElement(endAdornment) ? React.cloneElement(endAdornment, {
345
- className: cx(endAdornment.props.className, classes.icon)
346
- }) : endAdornment,
347
- [classes.icon, endAdornment, cx]
348
- );
349
340
  const adornments = React.useMemo(() => {
350
- if (!clearButton && !revealPasswordButton && !searchButton && !validationIcon && !customIconEl)
341
+ if (!clearButton && !revealPasswordButton && !searchButton && !validationIcon && !endAdornment)
351
342
  return null;
352
343
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: classes.adornmentsBox, children: [
353
344
  clearButton,
354
345
  revealPasswordButton,
355
346
  searchButton,
356
- validationIcon || customIconEl
347
+ validationIcon || endAdornment
357
348
  ] });
358
349
  }, [
359
350
  classes.adornmentsBox,
360
351
  clearButton,
361
- customIconEl,
352
+ endAdornment,
362
353
  revealPasswordButton,
363
354
  searchButton,
364
355
  validationIcon
@@ -6,22 +6,26 @@ const Suggestions_styles = require("../FormElement/Suggestions/Suggestions.style
6
6
  require("../FormElement/Suggestions/Suggestions.cjs");
7
7
  const { staticClasses, useClasses } = uikitReactUtils.createClasses("HvInput", {
8
8
  root: { display: "block" },
9
- labelContainer: { display: "flex", alignItems: "flex-start" },
9
+ labelContainer: {
10
+ display: "flex",
11
+ alignItems: "flex-start",
12
+ paddingBottom: 2
13
+ },
10
14
  label: {},
11
15
  description: {},
12
16
  adornmentsBox: {
13
17
  display: "flex",
14
18
  flexDirection: "row",
15
19
  height: "30px",
20
+ alignSelf: "center",
16
21
  alignItems: "center",
17
22
  justifyContent: "center",
18
- marginRight: 1
23
+ borderRadius: "inherit",
24
+ flexShrink: 0
19
25
  },
20
- icon: { width: "30px", height: "30px" },
26
+ icon: {},
21
27
  adornmentButton: {
22
- ":focus-visible,:hover": {
23
- backgroundColor: "transparent"
24
- }
28
+ borderRadius: "inherit"
25
29
  },
26
30
  iconClear: { display: "none" },
27
31
  hasSuggestions: {},
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("react/jsx-runtime");
4
+ const icons = require("../icons.cjs");
5
+ const EyeIcon = ({
6
+ selected,
7
+ ...others
8
+ }) => /* @__PURE__ */ jsxRuntime.jsxs(icons.SvgBase, { viewBox: "0 0 16 16", ...others, children: [
9
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11 8a3 3 0 1 1-3-3 3 3 0 0 1 3 3m5 0s-3.58 6-8 6-8-6-8-6 4-6 8-6 8 6 8 6m-1.2.03a22 22 0 0 0-2-2.32C11.01 3.94 9.35 3 8 3s-3 .93-4.77 2.68a22 22 0 0 0-2.02 2.35 18 18 0 0 0 1.85 2.28C4.25 11.53 6.08 13 8 13s3.73-1.45 4.91-2.67a18 18 0 0 0 1.88-2.3z" }),
10
+ /* @__PURE__ */ jsxRuntime.jsx(
11
+ "rect",
12
+ {
13
+ style: { transition: "width 0.2s ease" },
14
+ width: selected ? 20 : 0,
15
+ height: 1,
16
+ x: -2,
17
+ y: 8,
18
+ transform: "translate(-4 8) rotate(-45)"
19
+ }
20
+ )
21
+ ] });
22
+ exports.EyeIcon = EyeIcon;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
5
  const reactWindow = require("react-window");
6
- const uikitReactIcons = require("@hitachivantara/uikit-react-icons");
7
6
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
7
+ const icons = require("../icons.cjs");
8
8
  const CounterLabel = require("../utils/CounterLabel.cjs");
9
9
  const setId = require("../utils/setId.cjs");
10
10
  const List_styles = require("./List.styles.cjs");
@@ -153,7 +153,7 @@ const HvList = (props) => {
153
153
  selected: multiSelect || selected ? selected : void 0,
154
154
  onClick: (evt) => handleSelect(evt, item),
155
155
  startAdornment,
156
- endAdornment: item.showNavIcon && /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.DropRightXS, { className: classes.box, iconSize: "XS" }),
156
+ endAdornment: item.showNavIcon && /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "CaretRight", className: classes.box, size: "xs" }),
157
157
  ...otherProps,
158
158
  children: renderSelectItem(item, itemId)
159
159
  },
@@ -3,9 +3,9 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
5
  const material = require("@mui/material");
6
- const uikitReactIcons = require("@hitachivantara/uikit-react-icons");
7
6
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
8
7
  const useLabels = require("../hooks/useLabels.cjs");
8
+ const icons = require("../icons.cjs");
9
9
  const setId = require("../utils/setId.cjs");
10
10
  const Pagination_styles = require("./Pagination.styles.cjs");
11
11
  const Select = require("./Select.cjs");
@@ -151,7 +151,7 @@ const HvPagination = React.forwardRef(function HvPagination2(props, ref) {
151
151
  disabled: !canPrevious,
152
152
  onClick: () => changePage(0),
153
153
  title: labels?.firstPage || labels?.paginationFirstPageTitle,
154
- children: /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Start, { className: classes.icon, iconSize: "XS" })
154
+ children: /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "Start", className: classes.icon, size: "xs" })
155
155
  }
156
156
  ),
157
157
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -162,7 +162,7 @@ const HvPagination = React.forwardRef(function HvPagination2(props, ref) {
162
162
  disabled: !canPrevious,
163
163
  onClick: () => changePage(page - 1),
164
164
  title: labels?.previousPage || labels?.paginationPreviousPageTitle,
165
- children: /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Backwards, { className: classes.icon, iconSize: "XS" })
165
+ children: /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "Backwards", className: classes.icon, size: "xs" })
166
166
  }
167
167
  ),
168
168
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: classes.pageInfo, children: [
@@ -186,7 +186,7 @@ const HvPagination = React.forwardRef(function HvPagination2(props, ref) {
186
186
  disabled: !canNext,
187
187
  onClick: () => changePage(page + 1),
188
188
  title: labels?.nextPage || labels?.paginationNextPageTitle,
189
- children: /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Forwards, { className: classes.icon, iconSize: "XS" })
189
+ children: /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "Forwards", className: classes.icon, size: "xs" })
190
190
  }
191
191
  ),
192
192
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -197,7 +197,7 @@ const HvPagination = React.forwardRef(function HvPagination2(props, ref) {
197
197
  disabled: !canNext,
198
198
  onClick: () => changePage(pages - 1),
199
199
  title: labels?.lastPage || labels?.paginationLastPageTitle,
200
- children: /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.End, { className: classes.icon, iconSize: "XS" })
200
+ children: /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "End", className: classes.icon, size: "xs" })
201
201
  }
202
202
  )
203
203
  ] })
@@ -4,8 +4,8 @@ const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
5
  const styles = require("@mui/material/styles");
6
6
  const useMediaQuery = require("@mui/material/useMediaQuery");
7
- const uikitReactIcons = require("@hitachivantara/uikit-react-icons");
8
7
  const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
8
+ const icons = require("../../icons.cjs");
9
9
  const Context = require("../Context.cjs");
10
10
  const Rule_styles = require("./Rule.styles.cjs");
11
11
  const Grid = require("../../Grid/Grid.cjs");
@@ -95,7 +95,7 @@ const Rule = (props) => {
95
95
  dialog: labels.rule.delete
96
96
  }),
97
97
  disabled: readOnly,
98
- children: /* @__PURE__ */ jsxRuntime.jsx(uikitReactIcons.Delete, {})
98
+ children: /* @__PURE__ */ jsxRuntime.jsx(icons.HvIcon, { name: "Delete" })
99
99
  }
100
100
  ) })
101
101
  ]