@commercetools-uikit/design-system 15.14.2 → 15.14.3

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.
@@ -1509,7 +1509,7 @@ var withThemeContext = function withThemeContext(WrappedComponent) {
1509
1509
  };
1510
1510
 
1511
1511
  // NOTE: This string will be replaced on build time with the package version.
1512
- var version = "15.14.2";
1512
+ var version = "15.14.3";
1513
1513
 
1514
1514
  exports.ThemeProvider = ThemeProvider;
1515
1515
  exports.customProperties = designTokens$1;
@@ -1509,7 +1509,7 @@ var withThemeContext = function withThemeContext(WrappedComponent) {
1509
1509
  };
1510
1510
 
1511
1511
  // NOTE: This string will be replaced on build time with the package version.
1512
- var version = "15.14.2";
1512
+ var version = "15.14.3";
1513
1513
 
1514
1514
  exports.ThemeProvider = ThemeProvider;
1515
1515
  exports.customProperties = designTokens$1;
@@ -1484,6 +1484,6 @@ var withThemeContext = function withThemeContext(WrappedComponent) {
1484
1484
  };
1485
1485
 
1486
1486
  // NOTE: This string will be replaced on build time with the package version.
1487
- var version = "15.14.2";
1487
+ var version = "15.14.3";
1488
1488
 
1489
1489
  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": "15.14.2",
4
+ "version": "15.14.3",
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": "15.14.2",
28
+ "@commercetools-uikit/hooks": "15.14.3",
29
29
  "@emotion/react": "^11.10.5",
30
30
  "lodash": "4.17.21",
31
31
  "prop-types": "15.8.1",