@hitachivantara/uikit-react-lab 6.0.1 → 6.0.3
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.
- package/dist/index.d.ts +2 -6
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -690,9 +690,7 @@ export declare interface HvStepNavigationProps extends HvBaseProps {
|
|
|
690
690
|
* Width of the component element on each breakpoint screen resolution.
|
|
691
691
|
* If undefined and the step component has no title, the width of the separator element will be 100px.
|
|
692
692
|
* */
|
|
693
|
-
width?:
|
|
694
|
-
[breakpoint in HvBreakpoints]?: number;
|
|
695
|
-
};
|
|
693
|
+
width?: Partial<Record<HvBreakpoints, number>>;
|
|
696
694
|
/** Defines either show a title or only a tooltip on each step component. */
|
|
697
695
|
showTitles?: boolean;
|
|
698
696
|
/** A Jss Object used to override or extend the styles applied to the empty state StepNavigation. */
|
|
@@ -853,9 +851,7 @@ export declare type HvWizardTab = {
|
|
|
853
851
|
[other: string]: any;
|
|
854
852
|
};
|
|
855
853
|
|
|
856
|
-
export declare type HvWizardTabs =
|
|
857
|
-
[tab in number]?: HvWizardTab;
|
|
858
|
-
};
|
|
854
|
+
export declare type HvWizardTabs = Partial<Record<number, HvWizardTab>>;
|
|
859
855
|
|
|
860
856
|
export declare const HvWizardTitle: ({ title, hasSummary, labels, classes: classesProp, customStep, }: HvWizardTitleProps) => JSX_2.Element;
|
|
861
857
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-lab",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Hitachi Vantara UI Kit Team",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@dnd-kit/core": "^6.1.0",
|
|
35
35
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
36
36
|
"@emotion/css": "^11.11.0",
|
|
37
|
-
"@hitachivantara/uikit-react-core": "^6.
|
|
38
|
-
"@hitachivantara/uikit-react-icons": "^6.0.
|
|
39
|
-
"@hitachivantara/uikit-react-utils": "^6.1.
|
|
40
|
-
"@hitachivantara/uikit-styles": "^6.0.
|
|
37
|
+
"@hitachivantara/uikit-react-core": "^6.3.0",
|
|
38
|
+
"@hitachivantara/uikit-react-icons": "^6.0.2",
|
|
39
|
+
"@hitachivantara/uikit-react-utils": "^6.1.1",
|
|
40
|
+
"@hitachivantara/uikit-styles": "^6.0.2",
|
|
41
41
|
"@mui/base": "5.0.0-beta.68",
|
|
42
42
|
"@types/react-grid-layout": "^1.3.5",
|
|
43
43
|
"react-grid-layout": "^1.4.4",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"access": "public",
|
|
54
54
|
"directory": "package"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "f2b8a9e107bc8886231d527b37b30716d891105c",
|
|
57
57
|
"exports": {
|
|
58
58
|
".": {
|
|
59
59
|
"types": "./dist/index.d.ts",
|