@hitachivantara/app-shell-ui 1.11.3 → 1.11.5

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.
@@ -28,7 +28,7 @@ const classes = {
28
28
  width: "100%",
29
29
  alignItems: "center",
30
30
  "& svg path": {
31
- fill: theme.colors.base_light
31
+ fill: theme.colors.textLight
32
32
  },
33
33
  gap: theme.space.xs
34
34
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/app-shell-ui",
3
- "version": "1.11.3",
3
+ "version": "1.11.5",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "author": "Hitachi Vantara UI Kit Team",
@@ -18,11 +18,11 @@
18
18
  "@emotion/css": "^11.10.5",
19
19
  "@emotion/react": "^11.10.5",
20
20
  "@emotion/styled": "^11.10.5",
21
- "@hitachivantara/app-shell-events": "^1.1.1",
22
- "@hitachivantara/app-shell-navigation": "^1.4.3",
23
- "@hitachivantara/app-shell-shared": "^1.5.13",
24
- "@hitachivantara/uikit-react-core": "^5.99.1",
25
- "@hitachivantara/uikit-react-icons": "^5.16.3",
21
+ "@hitachivantara/app-shell-events": "^1.1.2",
22
+ "@hitachivantara/app-shell-navigation": "^1.4.5",
23
+ "@hitachivantara/app-shell-shared": "^1.5.15",
24
+ "@hitachivantara/uikit-react-core": "^5.100.1",
25
+ "@hitachivantara/uikit-react-icons": "^5.16.4",
26
26
  "@mui/material": "^5.16.14",
27
27
  "i18next": "^24.2.2",
28
28
  "i18next-browser-languagedetector": "^8.0.3",
@@ -43,7 +43,7 @@
43
43
  "access": "public",
44
44
  "directory": "package"
45
45
  },
46
- "gitHead": "581850c6252b29a8cd9820a6e87b2df89830155f",
46
+ "gitHead": "597165cf787bef63a0f77d391d7333f608269aca",
47
47
  "exports": {
48
48
  ".": {
49
49
  "types": "./dist/types/index.d.ts",