@commercetools-frontend/application-components 21.20.5 → 21.21.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 +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-e2fddafc.esm.js → public-page-layout-0147084b.esm.js} +0 -0
- package/dist/{public-page-layout-9fa2edc7.cjs.prod.js → public-page-layout-39006bbd.cjs.prod.js} +0 -0
- package/dist/{public-page-layout-9b7c81fb.cjs.dev.js → public-page-layout-5625ef60.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.
|
|
91
|
+
var version = "21.21.0";
|
|
92
92
|
|
|
93
93
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
|
|
94
94
|
var appKitSpacing55 = '40px';
|
|
@@ -1810,7 +1810,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
|
|
|
1810
1810
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
1811
1811
|
|
|
1812
1812
|
var PublicPageLayout = /*#__PURE__*/react$1.lazy(function () {
|
|
1813
|
-
return Promise.resolve().then(function () { return require('./public-page-layout-
|
|
1813
|
+
return Promise.resolve().then(function () { return require('./public-page-layout-5625ef60.cjs.dev.js'
|
|
1814
1814
|
/* webpackChunkName: "public-page-layout" */
|
|
1815
1815
|
); });
|
|
1816
1816
|
});
|
|
@@ -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.
|
|
90
|
+
var version = "21.21.0";
|
|
91
91
|
|
|
92
92
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
|
|
93
93
|
var appKitSpacing55 = '40px';
|
|
@@ -1366,7 +1366,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
|
|
|
1366
1366
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
1367
1367
|
|
|
1368
1368
|
var PublicPageLayout = /*#__PURE__*/react$1.lazy(function () {
|
|
1369
|
-
return Promise.resolve().then(function () { return require('./public-page-layout-
|
|
1369
|
+
return Promise.resolve().then(function () { return require('./public-page-layout-39006bbd.cjs.prod.js'
|
|
1370
1370
|
/* webpackChunkName: "public-page-layout" */
|
|
1371
1371
|
); });
|
|
1372
1372
|
});
|
|
@@ -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.
|
|
50
|
+
var version = "21.21.0";
|
|
51
51
|
|
|
52
52
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
|
|
53
53
|
var appKitSpacing55 = '40px';
|
|
@@ -1769,7 +1769,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
|
|
|
1769
1769
|
TabularDetailPage.Intl = sharedMessages;
|
|
1770
1770
|
|
|
1771
1771
|
var PublicPageLayout = /*#__PURE__*/lazy(function () {
|
|
1772
|
-
return import('./public-page-layout-
|
|
1772
|
+
return import('./public-page-layout-0147084b.esm.js'
|
|
1773
1773
|
/* webpackChunkName: "public-page-layout" */
|
|
1774
1774
|
);
|
|
1775
1775
|
});
|
|
File without changes
|
package/dist/{public-page-layout-9fa2edc7.cjs.prod.js → public-page-layout-39006bbd.cjs.prod.js}
RENAMED
|
File without changes
|
package/dist/{public-page-layout-9b7c81fb.cjs.dev.js → public-page-layout-5625ef60.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.
|
|
3
|
+
"version": "21.21.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,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.
|
|
33
|
-
"@commercetools-frontend/assets": "21.
|
|
34
|
-
"@commercetools-frontend/constants": "21.
|
|
35
|
-
"@commercetools-frontend/i18n": "21.
|
|
36
|
-
"@commercetools-frontend/l10n": "21.
|
|
32
|
+
"@commercetools-frontend/application-shell-connectors": "21.21.0",
|
|
33
|
+
"@commercetools-frontend/assets": "21.21.0",
|
|
34
|
+
"@commercetools-frontend/constants": "21.21.0",
|
|
35
|
+
"@commercetools-frontend/i18n": "21.21.0",
|
|
36
|
+
"@commercetools-frontend/l10n": "21.21.0",
|
|
37
37
|
"@commercetools-uikit/card": "^15.6.0",
|
|
38
38
|
"@commercetools-uikit/constraints": "^15.6.0",
|
|
39
39
|
"@commercetools-uikit/design-system": "^15.6.0",
|