@commercetools-uikit/design-system 16.8.0 → 16.9.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.
@@ -1230,7 +1230,7 @@ const withThemeContext = WrappedComponent => {
1230
1230
  };
1231
1231
 
1232
1232
  // NOTE: This string will be replaced on build time with the package version.
1233
- var version = "16.8.0";
1233
+ var version = "16.9.0";
1234
1234
 
1235
1235
  exports.ThemeProvider = ThemeProvider;
1236
1236
  exports.customProperties = designTokens$1;
@@ -1230,7 +1230,7 @@ const withThemeContext = WrappedComponent => {
1230
1230
  };
1231
1231
 
1232
1232
  // NOTE: This string will be replaced on build time with the package version.
1233
- var version = "16.8.0";
1233
+ var version = "16.9.0";
1234
1234
 
1235
1235
  exports.ThemeProvider = ThemeProvider;
1236
1236
  exports.customProperties = designTokens$1;
@@ -1205,6 +1205,6 @@ const withThemeContext = WrappedComponent => {
1205
1205
  };
1206
1206
 
1207
1207
  // NOTE: This string will be replaced on build time with the package version.
1208
- var version = "16.8.0";
1208
+ var version = "16.9.0";
1209
1209
 
1210
1210
  export { ThemeProvider, designTokens$1 as customProperties, designTokens$1 as designTokens, themes, transformTokensToCssVarsReferences, transformTokensToCssVarsValues, useTheme, version, withThemeContext };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/design-system",
3
3
  "description": "Core package of the commercetools design system.",
4
- "version": "16.8.0",
4
+ "version": "16.9.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.20.13",
27
27
  "@babel/runtime-corejs3": "^7.20.13",
28
- "@commercetools-uikit/hooks": "16.8.0",
28
+ "@commercetools-uikit/hooks": "16.9.0",
29
29
  "@emotion/react": "^11.10.5",
30
30
  "lodash": "4.17.21",
31
31
  "prop-types": "15.8.1",