@commercetools-frontend/application-components 22.1.0 → 22.2.1
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/package.json +6 -6
- /package/dist/{public-page-layout-8630631e.cjs.prod.js → public-page-layout-7f46c618.cjs.prod.js} +0 -0
- /package/dist/{public-page-layout-163ab97e.cjs.dev.js → public-page-layout-83959274.cjs.dev.js} +0 -0
- /package/dist/{public-page-layout-3c6edaf5.esm.js → public-page-layout-e5a9b13a.esm.js} +0 -0
|
@@ -76,7 +76,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
76
76
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
77
77
|
|
|
78
78
|
// NOTE: This string will be replaced on build time with the package version.
|
|
79
|
-
var version = "22.1
|
|
79
|
+
var version = "22.2.1";
|
|
80
80
|
|
|
81
81
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
|
|
82
82
|
const appKitSpacing55 = '40px'; // TODO: move to uikit?
|
|
@@ -1768,7 +1768,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
|
|
|
1768
1768
|
|
|
1769
1769
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
1770
1770
|
|
|
1771
|
-
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-
|
|
1771
|
+
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-83959274.cjs.dev.js'
|
|
1772
1772
|
/* webpackChunkName: "public-page-layout" */
|
|
1773
1773
|
); }));
|
|
1774
1774
|
|
|
@@ -75,7 +75,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
75
75
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
76
76
|
|
|
77
77
|
// NOTE: This string will be replaced on build time with the package version.
|
|
78
|
-
var version = "22.1
|
|
78
|
+
var version = "22.2.1";
|
|
79
79
|
|
|
80
80
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
|
|
81
81
|
const appKitSpacing55 = '40px'; // TODO: move to uikit?
|
|
@@ -1325,7 +1325,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
|
|
|
1325
1325
|
|
|
1326
1326
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
1327
1327
|
|
|
1328
|
-
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-
|
|
1328
|
+
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-7f46c618.cjs.prod.js'
|
|
1329
1329
|
/* webpackChunkName: "public-page-layout" */
|
|
1330
1330
|
); }));
|
|
1331
1331
|
|
|
@@ -41,7 +41,7 @@ import useResizeObserver from '@react-hook/resize-observer';
|
|
|
41
41
|
import { useMutationObserver } from '@commercetools-uikit/hooks';
|
|
42
42
|
|
|
43
43
|
// NOTE: This string will be replaced on build time with the package version.
|
|
44
|
-
var version = "22.1
|
|
44
|
+
var version = "22.2.1";
|
|
45
45
|
|
|
46
46
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
|
|
47
47
|
const appKitSpacing55 = '40px'; // TODO: move to uikit?
|
|
@@ -1733,7 +1733,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
|
|
|
1733
1733
|
|
|
1734
1734
|
TabularDetailPage.Intl = sharedMessages;
|
|
1735
1735
|
|
|
1736
|
-
const PublicPageLayout = /*#__PURE__*/lazy(() => import('./public-page-layout-
|
|
1736
|
+
const PublicPageLayout = /*#__PURE__*/lazy(() => import('./public-page-layout-e5a9b13a.esm.js'
|
|
1737
1737
|
/* webpackChunkName: "public-page-layout" */
|
|
1738
1738
|
));
|
|
1739
1739
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "22.1
|
|
3
|
+
"version": "22.2.1",
|
|
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.20.13",
|
|
31
31
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
32
|
-
"@commercetools-frontend/application-shell-connectors": "22.1
|
|
33
|
-
"@commercetools-frontend/assets": "22.1
|
|
34
|
-
"@commercetools-frontend/constants": "22.1
|
|
35
|
-
"@commercetools-frontend/i18n": "22.1
|
|
36
|
-
"@commercetools-frontend/l10n": "22.1
|
|
32
|
+
"@commercetools-frontend/application-shell-connectors": "22.2.1",
|
|
33
|
+
"@commercetools-frontend/assets": "22.2.1",
|
|
34
|
+
"@commercetools-frontend/constants": "22.2.1",
|
|
35
|
+
"@commercetools-frontend/i18n": "22.2.1",
|
|
36
|
+
"@commercetools-frontend/l10n": "22.2.1",
|
|
37
37
|
"@commercetools-uikit/card": "^16.0.0",
|
|
38
38
|
"@commercetools-uikit/constraints": "^16.0.0",
|
|
39
39
|
"@commercetools-uikit/design-system": "^16.0.0",
|
/package/dist/{public-page-layout-8630631e.cjs.prod.js → public-page-layout-7f46c618.cjs.prod.js}
RENAMED
|
File without changes
|
/package/dist/{public-page-layout-163ab97e.cjs.dev.js → public-page-layout-83959274.cjs.dev.js}
RENAMED
|
File without changes
|
|
File without changes
|