@hitachivantara/uikit-react-lab 5.38.0 → 5.38.2
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.
|
@@ -8,7 +8,7 @@ const { staticClasses, useClasses } = uikitReactCore.createClasses("HvFlowSideba
|
|
|
8
8
|
padding: uikitReactCore.theme.spacing("sm", "lg", "xs", "sm")
|
|
9
9
|
},
|
|
10
10
|
contentContainer: { padding: uikitReactCore.theme.spacing(0, "lg", "sm", "lg") },
|
|
11
|
-
description: { color: uikitReactCore.theme.colors.
|
|
11
|
+
description: { color: uikitReactCore.theme.colors.secondary_80 },
|
|
12
12
|
searchRoot: {
|
|
13
13
|
paddingTop: uikitReactCore.theme.space.sm,
|
|
14
14
|
paddingBottom: uikitReactCore.theme.space.sm
|
|
@@ -6,7 +6,7 @@ const { staticClasses, useClasses } = createClasses("HvFlowSidebar", {
|
|
|
6
6
|
padding: theme.spacing("sm", "lg", "xs", "sm")
|
|
7
7
|
},
|
|
8
8
|
contentContainer: { padding: theme.spacing(0, "lg", "sm", "lg") },
|
|
9
|
-
description: { color: theme.colors.
|
|
9
|
+
description: { color: theme.colors.secondary_80 },
|
|
10
10
|
searchRoot: {
|
|
11
11
|
paddingTop: theme.space.sm,
|
|
12
12
|
paddingBottom: theme.space.sm
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sidebar.styles.js","sources":["../../../../src/Flow/Sidebar/Sidebar.styles.tsx"],"sourcesContent":["import { createClasses, theme } from \"@hitachivantara/uikit-react-core\";\n\nexport const { staticClasses, useClasses } = createClasses(\"HvFlowSidebar\", {\n drawerPaper: { width: \"360px\" },\n titleContainer: {\n display: \"flex\",\n padding: theme.spacing(\"sm\", \"lg\", \"xs\", \"sm\"),\n },\n contentContainer: { padding: theme.spacing(0, \"lg\", \"sm\", \"lg\") },\n description: { color: theme.colors.
|
|
1
|
+
{"version":3,"file":"Sidebar.styles.js","sources":["../../../../src/Flow/Sidebar/Sidebar.styles.tsx"],"sourcesContent":["import { createClasses, theme } from \"@hitachivantara/uikit-react-core\";\n\nexport const { staticClasses, useClasses } = createClasses(\"HvFlowSidebar\", {\n drawerPaper: { width: \"360px\" },\n titleContainer: {\n display: \"flex\",\n padding: theme.spacing(\"sm\", \"lg\", \"xs\", \"sm\"),\n },\n contentContainer: { padding: theme.spacing(0, \"lg\", \"sm\", \"lg\") },\n description: { color: theme.colors.secondary_80 },\n searchRoot: {\n paddingTop: theme.space.sm,\n paddingBottom: theme.space.sm,\n },\n groupsContainer: {\n display: \"flex\",\n flexDirection: \"column\",\n gap: theme.space.sm,\n listStyleType: \"none\",\n },\n});\n"],"names":[],"mappings":";AAEO,MAAM,EAAE,eAAe,eAAe,cAAc,iBAAiB;AAAA,EAC1E,aAAa,EAAE,OAAO,QAAQ;AAAA,EAC9B,gBAAgB;AAAA,IACd,SAAS;AAAA,IACT,SAAS,MAAM,QAAQ,MAAM,MAAM,MAAM,IAAI;AAAA,EAC/C;AAAA,EACA,kBAAkB,EAAE,SAAS,MAAM,QAAQ,GAAG,MAAM,MAAM,IAAI,EAAE;AAAA,EAChE,aAAa,EAAE,OAAO,MAAM,OAAO,aAAa;AAAA,EAChD,YAAY;AAAA,IACV,YAAY,MAAM,MAAM;AAAA,IACxB,eAAe,MAAM,MAAM;AAAA,EAC7B;AAAA,EACA,iBAAiB;AAAA,IACf,SAAS;AAAA,IACT,eAAe;AAAA,IACf,KAAK,MAAM,MAAM;AAAA,IACjB,eAAe;AAAA,EACjB;AACF,CAAC;"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ import { ClipboardEventHandler } from 'react';
|
|
|
6
6
|
import { CompositionEventHandler } from 'react';
|
|
7
7
|
import { Context } from 'react';
|
|
8
8
|
import { ControlProps } from 'reactflow';
|
|
9
|
-
import { CSSInterpolation } from '@emotion/serialize';
|
|
10
9
|
import { CSSProperties } from 'react';
|
|
11
10
|
import { default as default_2 } from 'react';
|
|
12
11
|
import { Dispatch } from 'react';
|
|
@@ -918,10 +917,7 @@ declare const useClasses: (classesProp?: Partial<Record<"container" | "root" | "
|
|
|
918
917
|
fullWidth: string;
|
|
919
918
|
textOnlyLabel: string;
|
|
920
919
|
};
|
|
921
|
-
css:
|
|
922
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
923
|
-
(...args: CSSInterpolation[]): string;
|
|
924
|
-
};
|
|
920
|
+
css: any;
|
|
925
921
|
cx: (...args: any) => string;
|
|
926
922
|
};
|
|
927
923
|
|
|
@@ -933,10 +929,7 @@ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "separator"
|
|
|
933
929
|
ol: string;
|
|
934
930
|
titles: string;
|
|
935
931
|
};
|
|
936
|
-
css:
|
|
937
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
938
|
-
(...args: CSSInterpolation[]): string;
|
|
939
|
-
};
|
|
932
|
+
css: any;
|
|
940
933
|
cx: (...args: any) => string;
|
|
941
934
|
};
|
|
942
935
|
|
|
@@ -953,10 +946,7 @@ declare const useClasses_11: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
|
|
|
953
946
|
ghostDisabled: string;
|
|
954
947
|
notCurrent: string;
|
|
955
948
|
};
|
|
956
|
-
css:
|
|
957
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
958
|
-
(...args: CSSInterpolation[]): string;
|
|
959
|
-
};
|
|
949
|
+
css: any;
|
|
960
950
|
cx: (...args: any) => string;
|
|
961
951
|
};
|
|
962
952
|
|
|
@@ -964,10 +954,7 @@ declare const useClasses_12: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
964
954
|
classes: {
|
|
965
955
|
root: string;
|
|
966
956
|
};
|
|
967
|
-
css:
|
|
968
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
969
|
-
(...args: CSSInterpolation[]): string;
|
|
970
|
-
};
|
|
957
|
+
css: any;
|
|
971
958
|
cx: (...args: any) => string;
|
|
972
959
|
};
|
|
973
960
|
|
|
@@ -978,10 +965,7 @@ declare const useClasses_13: (classesProp?: Partial<Record<"actionsContainer" |
|
|
|
978
965
|
buttonsContainer: string;
|
|
979
966
|
buttonSpacing: string;
|
|
980
967
|
};
|
|
981
|
-
css:
|
|
982
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
983
|
-
(...args: CSSInterpolation[]): string;
|
|
984
|
-
};
|
|
968
|
+
css: any;
|
|
985
969
|
cx: (...args: any) => string;
|
|
986
970
|
};
|
|
987
971
|
|
|
@@ -994,10 +978,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"titleContainer" | "m
|
|
|
994
978
|
rootSummaryButton: string;
|
|
995
979
|
stepContainer: string;
|
|
996
980
|
};
|
|
997
|
-
css:
|
|
998
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
999
|
-
(...args: CSSInterpolation[]): string;
|
|
1000
|
-
};
|
|
981
|
+
css: any;
|
|
1001
982
|
cx: (...args: any) => string;
|
|
1002
983
|
};
|
|
1003
984
|
|
|
@@ -1007,10 +988,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"root" | "paper" | "c
|
|
|
1007
988
|
paper: string;
|
|
1008
989
|
closeButton: string;
|
|
1009
990
|
};
|
|
1010
|
-
css:
|
|
1011
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
1012
|
-
(...args: CSSInterpolation[]): string;
|
|
1013
|
-
};
|
|
991
|
+
css: any;
|
|
1014
992
|
cx: (...args: any) => string;
|
|
1015
993
|
};
|
|
1016
994
|
|
|
@@ -1022,10 +1000,7 @@ declare const useClasses_16: (classesProp?: Partial<Record<"contentContainer" |
|
|
|
1022
1000
|
summarySticky: string;
|
|
1023
1001
|
summaryContainer: string;
|
|
1024
1002
|
};
|
|
1025
|
-
css:
|
|
1026
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
1027
|
-
(...args: CSSInterpolation[]): string;
|
|
1028
|
-
};
|
|
1003
|
+
css: any;
|
|
1029
1004
|
cx: (...args: any) => string;
|
|
1030
1005
|
};
|
|
1031
1006
|
|
|
@@ -1033,10 +1008,7 @@ declare const useClasses_2: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
1033
1008
|
classes: {
|
|
1034
1009
|
root: string;
|
|
1035
1010
|
};
|
|
1036
|
-
css:
|
|
1037
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
1038
|
-
(...args: CSSInterpolation[]): string;
|
|
1039
|
-
};
|
|
1011
|
+
css: any;
|
|
1040
1012
|
cx: (...args: any) => string;
|
|
1041
1013
|
};
|
|
1042
1014
|
|
|
@@ -1044,10 +1016,7 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
1044
1016
|
classes: {
|
|
1045
1017
|
root: string;
|
|
1046
1018
|
};
|
|
1047
|
-
css:
|
|
1048
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
1049
|
-
(...args: CSSInterpolation[]): string;
|
|
1050
|
-
};
|
|
1019
|
+
css: any;
|
|
1051
1020
|
cx: (...args: any) => string;
|
|
1052
1021
|
};
|
|
1053
1022
|
|
|
@@ -1055,10 +1024,7 @@ declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
1055
1024
|
classes: {
|
|
1056
1025
|
root: string;
|
|
1057
1026
|
};
|
|
1058
|
-
css:
|
|
1059
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
1060
|
-
(...args: CSSInterpolation[]): string;
|
|
1061
|
-
};
|
|
1027
|
+
css: any;
|
|
1062
1028
|
cx: (...args: any) => string;
|
|
1063
1029
|
};
|
|
1064
1030
|
|
|
@@ -1066,10 +1032,7 @@ declare const useClasses_5: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
1066
1032
|
classes: {
|
|
1067
1033
|
root: string;
|
|
1068
1034
|
};
|
|
1069
|
-
css:
|
|
1070
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
1071
|
-
(...args: CSSInterpolation[]): string;
|
|
1072
|
-
};
|
|
1035
|
+
css: any;
|
|
1073
1036
|
cx: (...args: any) => string;
|
|
1074
1037
|
};
|
|
1075
1038
|
|
|
@@ -1082,10 +1045,7 @@ declare const useClasses_6: (classesProp?: Partial<Record<"titleContainer" | "de
|
|
|
1082
1045
|
searchRoot: string;
|
|
1083
1046
|
groupsContainer: string;
|
|
1084
1047
|
};
|
|
1085
|
-
css:
|
|
1086
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
1087
|
-
(...args: CSSInterpolation[]): string;
|
|
1088
|
-
};
|
|
1048
|
+
css: any;
|
|
1089
1049
|
cx: (...args: any) => string;
|
|
1090
1050
|
};
|
|
1091
1051
|
|
|
@@ -1109,10 +1069,7 @@ declare const useClasses_7: (classesProp?: Partial<Record<"root" | "title" | "ti
|
|
|
1109
1069
|
outputContainer: string;
|
|
1110
1070
|
handleConnected: string;
|
|
1111
1071
|
};
|
|
1112
|
-
css:
|
|
1113
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
1114
|
-
(...args: CSSInterpolation[]): string;
|
|
1115
|
-
};
|
|
1072
|
+
css: any;
|
|
1116
1073
|
cx: (...args: any) => string;
|
|
1117
1074
|
};
|
|
1118
1075
|
|
|
@@ -1143,10 +1100,7 @@ declare const useClasses_8: (classesProp?: Partial<Record<"root" | "title" | "ti
|
|
|
1143
1100
|
actionsButton: string;
|
|
1144
1101
|
paramsContainer: string;
|
|
1145
1102
|
};
|
|
1146
|
-
css:
|
|
1147
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
1148
|
-
(...args: CSSInterpolation[]): string;
|
|
1149
|
-
};
|
|
1103
|
+
css: any;
|
|
1150
1104
|
cx: (...args: any) => string;
|
|
1151
1105
|
};
|
|
1152
1106
|
|
|
@@ -1178,10 +1132,7 @@ declare const useClasses_9: (classesProp?: Partial<Record<"root" | "title" | "ti
|
|
|
1178
1132
|
actionsButton: string;
|
|
1179
1133
|
paramsContainer: string;
|
|
1180
1134
|
};
|
|
1181
|
-
css:
|
|
1182
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
1183
|
-
(...args: CSSInterpolation[]): string;
|
|
1184
|
-
};
|
|
1135
|
+
css: any;
|
|
1185
1136
|
cx: (...args: any) => string;
|
|
1186
1137
|
};
|
|
1187
1138
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-lab",
|
|
3
|
-
"version": "5.38.
|
|
3
|
+
"version": "5.38.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "Contributed React components for the NEXT UI Kit.",
|
|
@@ -33,9 +33,9 @@
|
|
|
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.10.
|
|
38
|
-
"@hitachivantara/uikit-styles": "^5.
|
|
36
|
+
"@hitachivantara/uikit-react-core": "^5.68.1",
|
|
37
|
+
"@hitachivantara/uikit-react-icons": "^5.10.8",
|
|
38
|
+
"@hitachivantara/uikit-styles": "^5.32.0",
|
|
39
39
|
"@mui/base": "^5.0.0-beta.40",
|
|
40
40
|
"@types/react-grid-layout": "^1.3.5",
|
|
41
41
|
"react-grid-layout": "^1.4.4",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"access": "public",
|
|
52
52
|
"directory": "package"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "e6a4e1b89e4fec6bcebf1a88fcaab0ba41c0bda7",
|
|
55
55
|
"exports": {
|
|
56
56
|
".": {
|
|
57
57
|
"require": "./dist/cjs/index.cjs",
|