@hitachivantara/uikit-react-lab 5.4.31 → 5.4.32

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.
@@ -215,17 +215,17 @@ export declare interface HvWizardTitleProps extends HvBaseProps {
215
215
  export declare const stepNavigationClasses: {
216
216
  li: "HvStepNavigation-li";
217
217
  ol: "HvStepNavigation-ol";
218
- separator: "HvStepNavigation-separator";
219
218
  root: "HvStepNavigation-root";
219
+ separator: "HvStepNavigation-separator";
220
220
  titles: "HvStepNavigation-titles";
221
221
  };
222
222
 
223
- declare const useClasses: (classesProp?: Partial<Record<"li" | "ol" | "separator" | "root" | "titles", string>>, addStatic?: boolean) => {
223
+ declare const useClasses: (classesProp?: Partial<Record<"li" | "ol" | "root" | "separator" | "titles", string>>, addStatic?: boolean) => {
224
224
  classes: {
225
225
  li: string;
226
226
  ol: string;
227
- separator: string;
228
227
  root: string;
228
+ separator: string;
229
229
  titles: string;
230
230
  };
231
231
  css: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-lab",
3
- "version": "5.4.31",
3
+ "version": "5.4.32",
4
4
  "private": false,
5
5
  "author": "Hitachi Vantara UI Kit Team",
6
6
  "description": "Contributed React components for the NEXT UI Kit.",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@emotion/css": "^11.11.0",
33
- "@hitachivantara/uikit-react-core": "^5.24.3",
33
+ "@hitachivantara/uikit-react-core": "^5.24.4",
34
34
  "@hitachivantara/uikit-react-icons": "^5.5.4",
35
35
  "@hitachivantara/uikit-styles": "^5.10.1",
36
36
  "usehooks-ts": "^2.9.1"
@@ -42,7 +42,7 @@
42
42
  "access": "public",
43
43
  "directory": "package"
44
44
  },
45
- "gitHead": "9ca51f13fd92a8b183d4c138df883e2c58a659b0",
45
+ "gitHead": "687fd3e92a0a09e224df97aa9b7584f431e8332a",
46
46
  "main": "dist/cjs/index.cjs",
47
47
  "exports": {
48
48
  ".": {