@commercetools-uikit/design-system 19.14.0 → 19.16.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.
|
@@ -663,7 +663,7 @@ const withThemeContext = WrappedComponent => {
|
|
|
663
663
|
};
|
|
664
664
|
|
|
665
665
|
// NOTE: This string will be replaced on build time with the package version.
|
|
666
|
-
var version = "19.
|
|
666
|
+
var version = "19.16.0";
|
|
667
667
|
|
|
668
668
|
exports.ThemeProvider = ThemeProvider;
|
|
669
669
|
exports.customProperties = designTokens$1;
|
|
@@ -663,7 +663,7 @@ const withThemeContext = WrappedComponent => {
|
|
|
663
663
|
};
|
|
664
664
|
|
|
665
665
|
// NOTE: This string will be replaced on build time with the package version.
|
|
666
|
-
var version = "19.
|
|
666
|
+
var version = "19.16.0";
|
|
667
667
|
|
|
668
668
|
exports.ThemeProvider = ThemeProvider;
|
|
669
669
|
exports.customProperties = designTokens$1;
|
|
@@ -639,6 +639,6 @@ const withThemeContext = WrappedComponent => {
|
|
|
639
639
|
};
|
|
640
640
|
|
|
641
641
|
// NOTE: This string will be replaced on build time with the package version.
|
|
642
|
-
var version = "19.
|
|
642
|
+
var version = "19.16.0";
|
|
643
643
|
|
|
644
644
|
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": "19.
|
|
4
|
+
"version": "19.16.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": "19.
|
|
28
|
+
"@commercetools-uikit/hooks": "19.16.0",
|
|
29
29
|
"@emotion/react": "^11.10.5",
|
|
30
30
|
"lodash": "4.17.21",
|
|
31
31
|
"prop-types": "15.8.1",
|