@commercetools-frontend/application-components 21.20.2 → 21.20.3
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 +2 -2
- package/dist/commercetools-frontend-application-components.cjs.prod.js +2 -2
- package/dist/commercetools-frontend-application-components.esm.js +2 -2
- package/dist/{public-page-layout-bb45c637.cjs.prod.js → public-page-layout-48d2dbbc.cjs.prod.js} +0 -0
- package/dist/{public-page-layout-d9f83085.esm.js → public-page-layout-4cc43f11.esm.js} +0 -0
- package/dist/{public-page-layout-4a910086.cjs.dev.js → public-page-layout-dff38882.cjs.dev.js} +0 -0
- package/package.json +6 -6
|
@@ -88,7 +88,7 @@ var useLatest__default = /*#__PURE__*/_interopDefault(useLatest);
|
|
|
88
88
|
var rafSchd__default = /*#__PURE__*/_interopDefault(rafSchd);
|
|
89
89
|
|
|
90
90
|
// NOTE: This string will be replaced on build time with the package version.
|
|
91
|
-
var version = "21.20.
|
|
91
|
+
var version = "21.20.3";
|
|
92
92
|
|
|
93
93
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
|
|
94
94
|
var spacing40 = '40px';
|
|
@@ -1743,7 +1743,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
|
|
|
1743
1743
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
1744
1744
|
|
|
1745
1745
|
var PublicPageLayout = /*#__PURE__*/react$1.lazy(function () {
|
|
1746
|
-
return Promise.resolve().then(function () { return require('./public-page-layout-
|
|
1746
|
+
return Promise.resolve().then(function () { return require('./public-page-layout-dff38882.cjs.dev.js'
|
|
1747
1747
|
/* webpackChunkName: "public-page-layout" */
|
|
1748
1748
|
); });
|
|
1749
1749
|
});
|
|
@@ -87,7 +87,7 @@ var useLatest__default = /*#__PURE__*/_interopDefault(useLatest);
|
|
|
87
87
|
var rafSchd__default = /*#__PURE__*/_interopDefault(rafSchd);
|
|
88
88
|
|
|
89
89
|
// NOTE: This string will be replaced on build time with the package version.
|
|
90
|
-
var version = "21.20.
|
|
90
|
+
var version = "21.20.3";
|
|
91
91
|
|
|
92
92
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
|
|
93
93
|
var spacing40 = '40px';
|
|
@@ -1300,7 +1300,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
|
|
|
1300
1300
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
1301
1301
|
|
|
1302
1302
|
var PublicPageLayout = /*#__PURE__*/react$1.lazy(function () {
|
|
1303
|
-
return Promise.resolve().then(function () { return require('./public-page-layout-
|
|
1303
|
+
return Promise.resolve().then(function () { return require('./public-page-layout-48d2dbbc.cjs.prod.js'
|
|
1304
1304
|
/* webpackChunkName: "public-page-layout" */
|
|
1305
1305
|
); });
|
|
1306
1306
|
});
|
|
@@ -47,7 +47,7 @@ import useLatest from '@react-hook/latest';
|
|
|
47
47
|
import rafSchd from 'raf-schd';
|
|
48
48
|
|
|
49
49
|
// NOTE: This string will be replaced on build time with the package version.
|
|
50
|
-
var version = "21.20.
|
|
50
|
+
var version = "21.20.3";
|
|
51
51
|
|
|
52
52
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
|
|
53
53
|
var spacing40 = '40px';
|
|
@@ -1702,7 +1702,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
|
|
|
1702
1702
|
TabularDetailPage.Intl = sharedMessages;
|
|
1703
1703
|
|
|
1704
1704
|
var PublicPageLayout = /*#__PURE__*/lazy(function () {
|
|
1705
|
-
return import('./public-page-layout-
|
|
1705
|
+
return import('./public-page-layout-4cc43f11.esm.js'
|
|
1706
1706
|
/* webpackChunkName: "public-page-layout" */
|
|
1707
1707
|
);
|
|
1708
1708
|
});
|
package/dist/{public-page-layout-bb45c637.cjs.prod.js → public-page-layout-48d2dbbc.cjs.prod.js}
RENAMED
|
File without changes
|
|
File without changes
|
package/dist/{public-page-layout-4a910086.cjs.dev.js → public-page-layout-dff38882.cjs.dev.js}
RENAMED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "21.20.
|
|
3
|
+
"version": "21.20.3",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.19.0",
|
|
31
31
|
"@babel/runtime-corejs3": "^7.19.0",
|
|
32
|
-
"@commercetools-frontend/application-shell-connectors": "21.20.
|
|
33
|
-
"@commercetools-frontend/assets": "21.20.
|
|
34
|
-
"@commercetools-frontend/constants": "21.20.
|
|
35
|
-
"@commercetools-frontend/i18n": "21.20.
|
|
36
|
-
"@commercetools-frontend/l10n": "21.20.
|
|
32
|
+
"@commercetools-frontend/application-shell-connectors": "21.20.3",
|
|
33
|
+
"@commercetools-frontend/assets": "21.20.3",
|
|
34
|
+
"@commercetools-frontend/constants": "21.20.3",
|
|
35
|
+
"@commercetools-frontend/i18n": "21.20.3",
|
|
36
|
+
"@commercetools-frontend/l10n": "21.20.3",
|
|
37
37
|
"@commercetools-uikit/card": "^15.5.1",
|
|
38
38
|
"@commercetools-uikit/constraints": "^15.5.1",
|
|
39
39
|
"@commercetools-uikit/design-system": "^15.5.1",
|