@commercetools-frontend/application-components 22.13.1 → 22.13.2
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 +371 -362
- package/dist/commercetools-frontend-application-components.cjs.prod.js +270 -264
- package/dist/commercetools-frontend-application-components.esm.js +372 -363
- package/package.json +11 -11
- package/dist/{public-page-layout-6891ad6b.cjs.dev.js → public-page-layout-9103bea1.cjs.dev.js} +1 -1
- package/dist/{public-page-layout-9ea88288.esm.js → public-page-layout-b08b8ade.esm.js} +1 -1
- package/dist/{public-page-layout-609304bf.cjs.prod.js → public-page-layout-f84502f6.cjs.prod.js} +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "22.13.
|
|
3
|
+
"version": "22.13.2",
|
|
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": {
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@babel/runtime": "^7.22.15",
|
|
38
38
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
39
|
-
"@commercetools-frontend/actions-global": "22.13.
|
|
40
|
-
"@commercetools-frontend/application-config": "22.13.
|
|
41
|
-
"@commercetools-frontend/application-shell-connectors": "22.13.
|
|
42
|
-
"@commercetools-frontend/assets": "22.13.
|
|
43
|
-
"@commercetools-frontend/constants": "22.13.
|
|
44
|
-
"@commercetools-frontend/i18n": "22.13.
|
|
45
|
-
"@commercetools-frontend/l10n": "22.13.
|
|
46
|
-
"@commercetools-frontend/sentry": "22.13.
|
|
39
|
+
"@commercetools-frontend/actions-global": "22.13.2",
|
|
40
|
+
"@commercetools-frontend/application-config": "22.13.2",
|
|
41
|
+
"@commercetools-frontend/application-shell-connectors": "22.13.2",
|
|
42
|
+
"@commercetools-frontend/assets": "22.13.2",
|
|
43
|
+
"@commercetools-frontend/constants": "22.13.2",
|
|
44
|
+
"@commercetools-frontend/i18n": "22.13.2",
|
|
45
|
+
"@commercetools-frontend/l10n": "22.13.2",
|
|
46
|
+
"@commercetools-frontend/sentry": "22.13.2",
|
|
47
47
|
"@commercetools-uikit/accessible-button": "^16.12.0",
|
|
48
48
|
"@commercetools-uikit/card": "^16.12.0",
|
|
49
49
|
"@commercetools-uikit/constraints": "^16.12.0",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@commercetools-uikit/spacings": "^16.12.0",
|
|
61
61
|
"@commercetools-uikit/text": "^16.12.0",
|
|
62
62
|
"@commercetools-uikit/utils": "^16.12.0",
|
|
63
|
-
"@emotion/react": "11.11.
|
|
64
|
-
"@emotion/styled": "11.11.0",
|
|
63
|
+
"@emotion/react": "^11.11.1",
|
|
64
|
+
"@emotion/styled": "^11.11.0",
|
|
65
65
|
"@flopflip/react-broadcast": "13.1.7",
|
|
66
66
|
"@react-hook/latest": "1.0.3",
|
|
67
67
|
"@react-hook/resize-observer": "1.2.6",
|
package/dist/{public-page-layout-6891ad6b.cjs.dev.js → public-page-layout-9103bea1.cjs.dev.js}
RENAMED
|
@@ -40,10 +40,10 @@ require('@commercetools-uikit/accessible-button');
|
|
|
40
40
|
require('@commercetools-uikit/constraints');
|
|
41
41
|
require('@commercetools-frontend/actions-global');
|
|
42
42
|
require('@commercetools-frontend/application-shell-connectors');
|
|
43
|
-
require('@commercetools-uikit/icon-button');
|
|
44
43
|
require('@babel/runtime-corejs3/core-js-stable/set-timeout');
|
|
45
44
|
require('@commercetools-uikit/flat-button');
|
|
46
45
|
require('@flopflip/react-broadcast');
|
|
46
|
+
require('@commercetools-uikit/icon-button');
|
|
47
47
|
require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
48
48
|
require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
49
49
|
require('@commercetools-frontend/assets/images/page-not-found.svg');
|
|
@@ -38,10 +38,10 @@ import '@commercetools-uikit/accessible-button';
|
|
|
38
38
|
import '@commercetools-uikit/constraints';
|
|
39
39
|
import '@commercetools-frontend/actions-global';
|
|
40
40
|
import '@commercetools-frontend/application-shell-connectors';
|
|
41
|
-
import '@commercetools-uikit/icon-button';
|
|
42
41
|
import '@babel/runtime-corejs3/core-js-stable/set-timeout';
|
|
43
42
|
import '@commercetools-uikit/flat-button';
|
|
44
43
|
import '@flopflip/react-broadcast';
|
|
44
|
+
import '@commercetools-uikit/icon-button';
|
|
45
45
|
import '@babel/runtime-corejs3/core-js-stable/instance/find';
|
|
46
46
|
import '@babel/runtime-corejs3/core-js-stable/object/entries';
|
|
47
47
|
import '@commercetools-frontend/assets/images/page-not-found.svg';
|
package/dist/{public-page-layout-609304bf.cjs.prod.js → public-page-layout-f84502f6.cjs.prod.js}
RENAMED
|
@@ -40,10 +40,10 @@ require('@commercetools-uikit/accessible-button');
|
|
|
40
40
|
require('@commercetools-uikit/constraints');
|
|
41
41
|
require('@commercetools-frontend/actions-global');
|
|
42
42
|
require('@commercetools-frontend/application-shell-connectors');
|
|
43
|
-
require('@commercetools-uikit/icon-button');
|
|
44
43
|
require('@babel/runtime-corejs3/core-js-stable/set-timeout');
|
|
45
44
|
require('@commercetools-uikit/flat-button');
|
|
46
45
|
require('@flopflip/react-broadcast');
|
|
46
|
+
require('@commercetools-uikit/icon-button');
|
|
47
47
|
require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
48
48
|
require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
49
49
|
require('@commercetools-frontend/assets/images/page-not-found.svg');
|