@commercetools-frontend/application-components 22.8.3 → 22.8.4
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 +7 -7
- /package/dist/{public-page-layout-b7c648d2.esm.js → public-page-layout-8cb7e83a.esm.js} +0 -0
- /package/dist/{public-page-layout-5eb189a9.cjs.dev.js → public-page-layout-971ae258.cjs.dev.js} +0 -0
- /package/dist/{public-page-layout-f5b15f7b.cjs.prod.js → public-page-layout-c1f12507.cjs.prod.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.8.
|
|
79
|
+
var version = "22.8.4";
|
|
80
80
|
|
|
81
81
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
|
|
82
82
|
const appKitSpacing55 = '40px';
|
|
@@ -1586,7 +1586,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
|
|
|
1586
1586
|
// This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
|
|
1587
1587
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
1588
1588
|
|
|
1589
|
-
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-
|
|
1589
|
+
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-971ae258.cjs.dev.js' /* webpackChunkName: "public-page-layout" */); }));
|
|
1590
1590
|
|
|
1591
1591
|
const MainPageContainer = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
1592
1592
|
target: "ev8m2jf2"
|
|
@@ -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.8.
|
|
78
|
+
var version = "22.8.4";
|
|
79
79
|
|
|
80
80
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
|
|
81
81
|
const appKitSpacing55 = '40px';
|
|
@@ -1145,7 +1145,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
|
|
|
1145
1145
|
// This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
|
|
1146
1146
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
1147
1147
|
|
|
1148
|
-
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-
|
|
1148
|
+
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-c1f12507.cjs.prod.js' /* webpackChunkName: "public-page-layout" */); }));
|
|
1149
1149
|
|
|
1150
1150
|
const MainPageContainer = /*#__PURE__*/_styled__default["default"]("div", {
|
|
1151
1151
|
target: "ev8m2jf2"
|
|
@@ -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.8.
|
|
44
|
+
var version = "22.8.4";
|
|
45
45
|
|
|
46
46
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
|
|
47
47
|
const appKitSpacing55 = '40px';
|
|
@@ -1551,7 +1551,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
|
|
|
1551
1551
|
// This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
|
|
1552
1552
|
TabularDetailPage.Intl = sharedMessages;
|
|
1553
1553
|
|
|
1554
|
-
const PublicPageLayout = /*#__PURE__*/lazy(() => import('./public-page-layout-
|
|
1554
|
+
const PublicPageLayout = /*#__PURE__*/lazy(() => import('./public-page-layout-8cb7e83a.esm.js' /* webpackChunkName: "public-page-layout" */));
|
|
1555
1555
|
|
|
1556
1556
|
const MainPageContainer = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
1557
1557
|
target: "ev8m2jf2"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "22.8.
|
|
3
|
+
"version": "22.8.4",
|
|
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,12 +36,12 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@babel/runtime": "^7.22.15",
|
|
38
38
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
39
|
-
"@commercetools-frontend/actions-global": "22.8.
|
|
40
|
-
"@commercetools-frontend/assets": "22.8.
|
|
41
|
-
"@commercetools-frontend/constants": "22.8.
|
|
42
|
-
"@commercetools-frontend/i18n": "22.8.
|
|
43
|
-
"@commercetools-frontend/l10n": "22.8.
|
|
44
|
-
"@commercetools-frontend/sentry": "22.8.
|
|
39
|
+
"@commercetools-frontend/actions-global": "22.8.4",
|
|
40
|
+
"@commercetools-frontend/assets": "22.8.4",
|
|
41
|
+
"@commercetools-frontend/constants": "22.8.4",
|
|
42
|
+
"@commercetools-frontend/i18n": "22.8.4",
|
|
43
|
+
"@commercetools-frontend/l10n": "22.8.4",
|
|
44
|
+
"@commercetools-frontend/sentry": "22.8.4",
|
|
45
45
|
"@commercetools-uikit/card": "^16.7.3",
|
|
46
46
|
"@commercetools-uikit/constraints": "^16.7.3",
|
|
47
47
|
"@commercetools-uikit/design-system": "^16.7.3",
|
|
File without changes
|
/package/dist/{public-page-layout-5eb189a9.cjs.dev.js → public-page-layout-971ae258.cjs.dev.js}
RENAMED
|
File without changes
|
/package/dist/{public-page-layout-f5b15f7b.cjs.prod.js → public-page-layout-c1f12507.cjs.prod.js}
RENAMED
|
File without changes
|