@commercetools-frontend/application-components 20.10.3 → 20.10.4
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-frontend-application-components.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-application-components.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-application-components.esm.js +1 -1
- package/dist/declarations/src/version.d.ts +1 -1
- package/package.json +6 -6
|
@@ -69,7 +69,7 @@ var PageNotFoundSVG__default = /*#__PURE__*/_interopDefault(PageNotFoundSVG);
|
|
|
69
69
|
var FailedAuthorizationSVG__default = /*#__PURE__*/_interopDefault(FailedAuthorizationSVG);
|
|
70
70
|
|
|
71
71
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
72
|
-
var version = '20.10.
|
|
72
|
+
var version = '20.10.4';
|
|
73
73
|
|
|
74
74
|
function _EMOTION_STRINGIFIED_CSS_ERROR__$8() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
75
75
|
|
|
@@ -68,7 +68,7 @@ var PageNotFoundSVG__default = /*#__PURE__*/_interopDefault(PageNotFoundSVG);
|
|
|
68
68
|
var FailedAuthorizationSVG__default = /*#__PURE__*/_interopDefault(FailedAuthorizationSVG);
|
|
69
69
|
|
|
70
70
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
71
|
-
var version = '20.10.
|
|
71
|
+
var version = '20.10.4';
|
|
72
72
|
|
|
73
73
|
var getConstraintForGridStyle = function getConstraintForGridStyle(size) {
|
|
74
74
|
switch (size) {
|
|
@@ -36,7 +36,7 @@ import PageNotFoundSVG from '@commercetools-frontend/assets/images/desert-fox.sv
|
|
|
36
36
|
import FailedAuthorizationSVG from '@commercetools-frontend/assets/images/folder-full-locked.svg';
|
|
37
37
|
|
|
38
38
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
39
|
-
var version = '20.10.
|
|
39
|
+
var version = '20.10.4';
|
|
40
40
|
|
|
41
41
|
function _EMOTION_STRINGIFIED_CSS_ERROR__$8() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
42
42
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "20.10.
|
|
1
|
+
declare const _default: "20.10.4";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "20.10.
|
|
3
|
+
"version": "20.10.4",
|
|
4
4
|
"description": "Generic components for building Merchant Center applications",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "7.15.4",
|
|
35
35
|
"@babel/runtime-corejs3": "7.15.4",
|
|
36
|
-
"@commercetools-frontend/application-shell-connectors": "20.10.
|
|
36
|
+
"@commercetools-frontend/application-shell-connectors": "20.10.4",
|
|
37
37
|
"@commercetools-frontend/assets": "20.10.1",
|
|
38
38
|
"@commercetools-frontend/constants": "20.10.1",
|
|
39
|
-
"@commercetools-frontend/i18n": "20.10.
|
|
40
|
-
"@commercetools-frontend/l10n": "20.10.
|
|
39
|
+
"@commercetools-frontend/i18n": "20.10.4",
|
|
40
|
+
"@commercetools-frontend/l10n": "20.10.4",
|
|
41
41
|
"@commercetools-uikit/async-select-input": "^12.2.2",
|
|
42
42
|
"@commercetools-uikit/card": "^12.2.2",
|
|
43
43
|
"@commercetools-uikit/constraints": "^12.2.2",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@commercetools-uikit/secondary-icon-button": "^12.2.2",
|
|
52
52
|
"@commercetools-uikit/spacings": "^12.2.2",
|
|
53
53
|
"@commercetools-uikit/text": "^12.2.2",
|
|
54
|
-
"@emotion/react": "11.
|
|
54
|
+
"@emotion/react": "11.5.0",
|
|
55
55
|
"@emotion/styled": "11.3.0",
|
|
56
56
|
"@types/lodash": "^4.14.167",
|
|
57
57
|
"@types/prop-types": "^15.7.3",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"react": "17.0.2",
|
|
68
68
|
"react-dom": "17.0.2",
|
|
69
|
-
"react-intl": "5.
|
|
69
|
+
"react-intl": "5.21.0"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"react": "17.x",
|