@commercetools-uikit/design-system 17.0.0 → 17.0.1
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.
- package/dist/commercetools-uikit-design-system.cjs.d.ts +1 -1
- package/dist/commercetools-uikit-design-system.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-design-system.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-design-system.esm.js +1 -1
- package/package.json +2 -2
- package/dist/commercetools-uikit-design-system.cjs.d.ts.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./declarations/src/index";
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC1kZXNpZ24tc3lzdGVtLmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi9kZWNsYXJhdGlvbnMvc3JjL2luZGV4LmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ==
|
|
@@ -1242,7 +1242,7 @@ const withThemeContext = WrappedComponent => {
|
|
|
1242
1242
|
};
|
|
1243
1243
|
|
|
1244
1244
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1245
|
-
var version = "17.0.
|
|
1245
|
+
var version = "17.0.1";
|
|
1246
1246
|
|
|
1247
1247
|
exports.ThemeProvider = ThemeProvider;
|
|
1248
1248
|
exports.customProperties = designTokens$1;
|
|
@@ -1242,7 +1242,7 @@ const withThemeContext = WrappedComponent => {
|
|
|
1242
1242
|
};
|
|
1243
1243
|
|
|
1244
1244
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1245
|
-
var version = "17.0.
|
|
1245
|
+
var version = "17.0.1";
|
|
1246
1246
|
|
|
1247
1247
|
exports.ThemeProvider = ThemeProvider;
|
|
1248
1248
|
exports.customProperties = designTokens$1;
|
|
@@ -1217,6 +1217,6 @@ const withThemeContext = WrappedComponent => {
|
|
|
1217
1217
|
};
|
|
1218
1218
|
|
|
1219
1219
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1220
|
-
var version = "17.0.
|
|
1220
|
+
var version = "17.0.1";
|
|
1221
1221
|
|
|
1222
1222
|
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": "17.0.
|
|
4
|
+
"version": "17.0.1",
|
|
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": "17.0.
|
|
28
|
+
"@commercetools-uikit/hooks": "17.0.1",
|
|
29
29
|
"@emotion/react": "^11.10.5",
|
|
30
30
|
"lodash": "4.17.21",
|
|
31
31
|
"prop-types": "15.8.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commercetools-uikit-design-system.cjs.d.ts","sourceRoot":"","sources":["./declarations/src/index.d.ts"],"names":[],"mappings":"AAAA"}
|