@hitachivantara/uikit-react-core 5.101.0 → 5.102.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/themes/ds5.cjs +22 -0
- package/dist/esm/themes/ds5.js +22 -0
- package/package.json +2 -2
package/dist/cjs/themes/ds5.cjs
CHANGED
|
@@ -217,6 +217,13 @@ const ds5 = uikitStyles.mergeTheme(uikitStyles.ds5, {
|
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
|
+
HvTabs: {
|
|
221
|
+
classes: {
|
|
222
|
+
indicator: {
|
|
223
|
+
backgroundColor: uikitStyles.theme.colors.primaryStrong
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
},
|
|
220
227
|
HvTag: {
|
|
221
228
|
classes: {
|
|
222
229
|
root: {
|
|
@@ -230,6 +237,14 @@ const ds5 = uikitStyles.mergeTheme(uikitStyles.ds5, {
|
|
|
230
237
|
}
|
|
231
238
|
}
|
|
232
239
|
},
|
|
240
|
+
HvDialog: {
|
|
241
|
+
classes: {
|
|
242
|
+
statusBar: {
|
|
243
|
+
borderTopLeftRadius: uikitStyles.theme.radii.round,
|
|
244
|
+
borderTopRightRadius: uikitStyles.theme.radii.round
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
},
|
|
233
248
|
HvDialogTitle: {
|
|
234
249
|
classes: {
|
|
235
250
|
root: {
|
|
@@ -249,6 +264,13 @@ const ds5 = uikitStyles.mergeTheme(uikitStyles.ds5, {
|
|
|
249
264
|
borderBottom: "none"
|
|
250
265
|
}
|
|
251
266
|
}
|
|
267
|
+
},
|
|
268
|
+
HvDialogActions: {
|
|
269
|
+
classes: {
|
|
270
|
+
root: {
|
|
271
|
+
borderTop: `1px solid ${uikitStyles.theme.colors.borderSubtle}`
|
|
272
|
+
}
|
|
273
|
+
}
|
|
252
274
|
}
|
|
253
275
|
}
|
|
254
276
|
});
|
package/dist/esm/themes/ds5.js
CHANGED
|
@@ -215,6 +215,13 @@ const ds5 = mergeTheme(ds5$1, {
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
},
|
|
218
|
+
HvTabs: {
|
|
219
|
+
classes: {
|
|
220
|
+
indicator: {
|
|
221
|
+
backgroundColor: theme.colors.primaryStrong
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
218
225
|
HvTag: {
|
|
219
226
|
classes: {
|
|
220
227
|
root: {
|
|
@@ -228,6 +235,14 @@ const ds5 = mergeTheme(ds5$1, {
|
|
|
228
235
|
}
|
|
229
236
|
}
|
|
230
237
|
},
|
|
238
|
+
HvDialog: {
|
|
239
|
+
classes: {
|
|
240
|
+
statusBar: {
|
|
241
|
+
borderTopLeftRadius: theme.radii.round,
|
|
242
|
+
borderTopRightRadius: theme.radii.round
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
},
|
|
231
246
|
HvDialogTitle: {
|
|
232
247
|
classes: {
|
|
233
248
|
root: {
|
|
@@ -247,6 +262,13 @@ const ds5 = mergeTheme(ds5$1, {
|
|
|
247
262
|
borderBottom: "none"
|
|
248
263
|
}
|
|
249
264
|
}
|
|
265
|
+
},
|
|
266
|
+
HvDialogActions: {
|
|
267
|
+
classes: {
|
|
268
|
+
root: {
|
|
269
|
+
borderTop: `1px solid ${theme.colors.borderSubtle}`
|
|
270
|
+
}
|
|
271
|
+
}
|
|
250
272
|
}
|
|
251
273
|
}
|
|
252
274
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.102.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "UI Kit Core React components.",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"access": "public",
|
|
62
62
|
"directory": "package"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "ebaccbc2b47777ea570e856cb1e21cf163e37316",
|
|
65
65
|
"exports": {
|
|
66
66
|
".": {
|
|
67
67
|
"types": "./dist/types/index.d.ts",
|