@commercetools-frontend/application-components 21.23.9 → 21.24.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.
- package/dist/commercetools-frontend-application-components.cjs.dev.js +688 -776
- package/dist/commercetools-frontend-application-components.cjs.prod.js +613 -702
- package/dist/commercetools-frontend-application-components.esm.js +688 -776
- package/dist/declarations/src/components/modal-pages/custom-form-modal-page/custom-form-modal-page.d.ts +1 -1
- package/dist/declarations/src/components/modal-pages/form-modal-page/form-modal-page.d.ts +1 -1
- package/dist/declarations/src/components/modal-pages/info-modal-page/info-modal-page.d.ts +1 -1
- package/dist/declarations/src/components/modal-pages/tabular-modal-page/tabular-modal-page.d.ts +1 -1
- package/dist/declarations/src/components/page-content-containers/page-content-wide/page-content-wide.d.ts +1 -0
- package/dist/declarations/src/components/tab-header/tab-header.d.ts +1 -1
- package/dist/public-page-layout-05a6f657.cjs.prod.js +151 -0
- package/dist/public-page-layout-595296cc.esm.js +152 -0
- package/dist/public-page-layout-ed102900.cjs.dev.js +171 -0
- package/package.json +21 -21
- package/dist/declarations/src/components/public-page-layout/public-background.d.ts +0 -2
- package/dist/public-page-layout-38b824d8.esm.js +0 -150
- package/dist/public-page-layout-6cef1b55.cjs.dev.js +0 -168
- package/dist/public-page-layout-96139307.cjs.prod.js +0 -148
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.24.0",
|
|
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": {
|
|
@@ -29,26 +29,26 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.20.13",
|
|
31
31
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
32
|
-
"@commercetools-frontend/application-shell-connectors": "21.
|
|
33
|
-
"@commercetools-frontend/assets": "21.
|
|
34
|
-
"@commercetools-frontend/constants": "21.
|
|
35
|
-
"@commercetools-frontend/i18n": "21.
|
|
36
|
-
"@commercetools-frontend/l10n": "21.
|
|
37
|
-
"@commercetools-uikit/card": "^15.
|
|
38
|
-
"@commercetools-uikit/constraints": "^15.
|
|
39
|
-
"@commercetools-uikit/design-system": "^15.
|
|
40
|
-
"@commercetools-uikit/flat-button": "^15.
|
|
41
|
-
"@commercetools-uikit/icon-button": "^15.
|
|
42
|
-
"@commercetools-uikit/icons": "^15.
|
|
43
|
-
"@commercetools-uikit/messages": "^15.
|
|
44
|
-
"@commercetools-uikit/primary-button": "^15.
|
|
45
|
-
"@commercetools-uikit/secondary-button": "^15.
|
|
46
|
-
"@commercetools-uikit/secondary-icon-button": "^15.
|
|
47
|
-
"@commercetools-uikit/spacings": "^15.
|
|
48
|
-
"@commercetools-uikit/text": "^15.
|
|
49
|
-
"@commercetools-uikit/utils": "^15.
|
|
50
|
-
"@emotion/react": "11.10.
|
|
51
|
-
"@emotion/styled": "11.10.
|
|
32
|
+
"@commercetools-frontend/application-shell-connectors": "21.24.0",
|
|
33
|
+
"@commercetools-frontend/assets": "21.24.0",
|
|
34
|
+
"@commercetools-frontend/constants": "21.24.0",
|
|
35
|
+
"@commercetools-frontend/i18n": "21.24.0",
|
|
36
|
+
"@commercetools-frontend/l10n": "21.24.0",
|
|
37
|
+
"@commercetools-uikit/card": "^15.13.2",
|
|
38
|
+
"@commercetools-uikit/constraints": "^15.13.2",
|
|
39
|
+
"@commercetools-uikit/design-system": "^15.13.2",
|
|
40
|
+
"@commercetools-uikit/flat-button": "^15.13.2",
|
|
41
|
+
"@commercetools-uikit/icon-button": "^15.13.2",
|
|
42
|
+
"@commercetools-uikit/icons": "^15.13.2",
|
|
43
|
+
"@commercetools-uikit/messages": "^15.13.2",
|
|
44
|
+
"@commercetools-uikit/primary-button": "^15.13.2",
|
|
45
|
+
"@commercetools-uikit/secondary-button": "^15.13.2",
|
|
46
|
+
"@commercetools-uikit/secondary-icon-button": "^15.13.2",
|
|
47
|
+
"@commercetools-uikit/spacings": "^15.13.2",
|
|
48
|
+
"@commercetools-uikit/text": "^15.13.2",
|
|
49
|
+
"@commercetools-uikit/utils": "^15.13.2",
|
|
50
|
+
"@emotion/react": "11.10.6",
|
|
51
|
+
"@emotion/styled": "11.10.6",
|
|
52
52
|
"@react-hook/latest": "1.0.3",
|
|
53
53
|
"@react-hook/resize-observer": "1.2.6",
|
|
54
54
|
"@types/history": "^4.7.11",
|