@hitachivantara/uikit-react-core 6.0.0-next.6 → 6.0.0-next.8

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.
@@ -30,7 +30,13 @@ const HvThemeProvider = ({
30
30
  changeMode(newMode = colorMode) {
31
31
  setColorModeValue(newMode);
32
32
  },
33
- rootId
33
+ rootId,
34
+ // TODO: remove once backwards-compatibility is not needed anymore
35
+ themes: [theme],
36
+ selectedTheme: theme.name,
37
+ changeTheme(theme2, mode) {
38
+ setColorModeValue(mode);
39
+ }
34
40
  }),
35
41
  [theme, colorMode, rootId]
36
42
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-core",
3
- "version": "6.0.0-next.6",
3
+ "version": "6.0.0-next.8",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "author": "Hitachi Vantara UI Kit Team",
@@ -33,8 +33,8 @@
33
33
  "dependencies": {
34
34
  "@emotion/cache": "^11.11.0",
35
35
  "@emotion/serialize": "^1.1.2",
36
- "@hitachivantara/uikit-react-shared": "^6.0.0-next.5",
37
- "@hitachivantara/uikit-react-utils": "^6.0.0-next.5",
36
+ "@hitachivantara/uikit-react-shared": "^6.0.0-next.6",
37
+ "@hitachivantara/uikit-react-utils": "^6.0.0-next.6",
38
38
  "@hitachivantara/uikit-styles": "^6.0.0-next.5",
39
39
  "@internationalized/date": "^3.2.0",
40
40
  "@mui/base": "5.0.0-beta.68",
@@ -61,7 +61,7 @@
61
61
  "access": "public",
62
62
  "directory": "package"
63
63
  },
64
- "gitHead": "bf1f8dcbead53467253e86b24f15ecbc2b23ed0f",
64
+ "gitHead": "24e6e06e007de4c6262eab9c62a279bdf62627e0",
65
65
  "exports": {
66
66
  ".": {
67
67
  "types": "./dist/index.d.ts",