@hitachivantara/uikit-react-lab 5.45.1 → 5.46.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.
package/dist/cjs/Blade/Blade.cjs
CHANGED
|
@@ -80,8 +80,8 @@ const HvBlade = (props) => {
|
|
|
80
80
|
component: "div",
|
|
81
81
|
role: "button",
|
|
82
82
|
className: cx(classes.button, {
|
|
83
|
-
[classes.
|
|
84
|
-
[classes.
|
|
83
|
+
[classes.textOnlyLabel]: typeof buttonLabel === "string",
|
|
84
|
+
[classes.disabled]: disabled
|
|
85
85
|
}),
|
|
86
86
|
style: { flexShrink: headingLevel === void 0 ? 0 : void 0 },
|
|
87
87
|
disabled,
|
|
@@ -55,6 +55,7 @@ const HvWizardTitle = ({
|
|
|
55
55
|
classes.messageContainer,
|
|
56
56
|
classes.titleContainer
|
|
57
57
|
),
|
|
58
|
+
showIcon: false,
|
|
58
59
|
children: [
|
|
59
60
|
title && /* @__PURE__ */ jsxRuntime.jsx(uikitReactCore.HvTypography, { variant: "title3", component: "div", children: title }),
|
|
60
61
|
!!steps.length && /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/esm/Blade/Blade.js
CHANGED
|
@@ -79,8 +79,8 @@ const HvBlade = (props) => {
|
|
|
79
79
|
component: "div",
|
|
80
80
|
role: "button",
|
|
81
81
|
className: cx(classes.button, {
|
|
82
|
-
[classes.
|
|
83
|
-
[classes.
|
|
82
|
+
[classes.textOnlyLabel]: typeof buttonLabel === "string",
|
|
83
|
+
[classes.disabled]: disabled
|
|
84
84
|
}),
|
|
85
85
|
style: { flexShrink: headingLevel === void 0 ? 0 : void 0 },
|
|
86
86
|
disabled,
|
|
@@ -54,6 +54,7 @@ const HvWizardTitle = ({
|
|
|
54
54
|
classes.messageContainer,
|
|
55
55
|
classes.titleContainer
|
|
56
56
|
),
|
|
57
|
+
showIcon: false,
|
|
57
58
|
children: [
|
|
58
59
|
title && /* @__PURE__ */ jsx(HvTypography, { variant: "title3", component: "div", children: title }),
|
|
59
60
|
!!steps.length && /* @__PURE__ */ jsx(
|
package/dist/types/index.d.ts
CHANGED
|
@@ -966,7 +966,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"root" | "messageCont
|
|
|
966
966
|
readonly cx: (...args: any) => string;
|
|
967
967
|
};
|
|
968
968
|
|
|
969
|
-
declare const useClasses_15: (classesProp?: Partial<Record<"root" | "
|
|
969
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
|
|
970
970
|
readonly classes: {
|
|
971
971
|
root: string;
|
|
972
972
|
paper: string;
|
|
@@ -1088,7 +1088,7 @@ declare const useClasses_8: (classesProp?: Partial<Record<"mandatory" | "root" |
|
|
|
1088
1088
|
readonly cx: (...args: any) => string;
|
|
1089
1089
|
};
|
|
1090
1090
|
|
|
1091
|
-
declare const useClasses_9: (classesProp?: Partial<Record<"mandatory" | "root" | "title" | "
|
|
1091
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"mandatory" | "root" | "title" | "actions" | "empty" | "footerContainer" | "titleContainer" | "inputContainer" | "handle" | "headerContainer" | "inputsTitleContainer" | "outputsTitleContainer" | "contentContainer" | "inputsContainer" | "outputsContainer" | "inputGroupContainer" | "outputGroupContainer" | "outputContainer" | "handleConnected" | "subtitle" | "subtitleContainer" | "inlineEditRoot" | "inlineEditButton" | "actionsButton" | "paramsContainer", string>>, addStatic?: boolean) => {
|
|
1092
1092
|
readonly classes: {
|
|
1093
1093
|
mandatory: string;
|
|
1094
1094
|
root: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-lab",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.46.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "Contributed React components for the NEXT UI Kit.",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"@dnd-kit/core": "^6.1.0",
|
|
34
34
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
35
35
|
"@emotion/css": "^11.11.0",
|
|
36
|
-
"@hitachivantara/uikit-react-core": "^5.
|
|
37
|
-
"@hitachivantara/uikit-react-icons": "^5.16.
|
|
38
|
-
"@hitachivantara/uikit-react-utils": "^0.2.
|
|
39
|
-
"@hitachivantara/uikit-styles": "^5.
|
|
36
|
+
"@hitachivantara/uikit-react-core": "^5.99.0",
|
|
37
|
+
"@hitachivantara/uikit-react-icons": "^5.16.2",
|
|
38
|
+
"@hitachivantara/uikit-react-utils": "^0.2.42",
|
|
39
|
+
"@hitachivantara/uikit-styles": "^5.50.0",
|
|
40
40
|
"@mui/base": "5.0.0-beta.68",
|
|
41
41
|
"@types/react-grid-layout": "^1.3.5",
|
|
42
42
|
"react-grid-layout": "^1.4.4",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"access": "public",
|
|
53
53
|
"directory": "package"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "ac709f3b46b8b62ea3fccfa689983b5a9b72c4ec",
|
|
56
56
|
"exports": {
|
|
57
57
|
".": {
|
|
58
58
|
"types": "./dist/types/index.d.ts",
|