@commercetools-frontend/application-components 22.13.2 → 22.14.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/package.json +9 -9
- /package/dist/{public-page-layout-b08b8ade.esm.js → public-page-layout-1529812f.esm.js} +0 -0
- /package/dist/{public-page-layout-9103bea1.cjs.dev.js → public-page-layout-50f8264b.cjs.dev.js} +0 -0
- /package/dist/{public-page-layout-f84502f6.cjs.prod.js → public-page-layout-ef7101c4.cjs.prod.js} +0 -0
|
@@ -86,7 +86,7 @@ var FailedAuthorizationSVG__default = /*#__PURE__*/_interopDefault(FailedAuthori
|
|
|
86
86
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
87
87
|
|
|
88
88
|
// NOTE: This string will be replaced on build time with the package version.
|
|
89
|
-
var version = "22.
|
|
89
|
+
var version = "22.14.0";
|
|
90
90
|
|
|
91
91
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
|
|
92
92
|
const appKitSpacing55 = '40px';
|
|
@@ -1992,7 +1992,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
|
|
|
1992
1992
|
// This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
|
|
1993
1993
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
1994
1994
|
|
|
1995
|
-
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-
|
|
1995
|
+
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-50f8264b.cjs.dev.js' /* webpackChunkName: "public-page-layout" */); }));
|
|
1996
1996
|
|
|
1997
1997
|
const MainPageContainer = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
1998
1998
|
target: "ev8m2jf2"
|
|
@@ -85,7 +85,7 @@ var FailedAuthorizationSVG__default = /*#__PURE__*/_interopDefault(FailedAuthori
|
|
|
85
85
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
86
86
|
|
|
87
87
|
// NOTE: This string will be replaced on build time with the package version.
|
|
88
|
-
var version = "22.
|
|
88
|
+
var version = "22.14.0";
|
|
89
89
|
|
|
90
90
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
|
|
91
91
|
const appKitSpacing55 = '40px';
|
|
@@ -1492,7 +1492,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
|
|
|
1492
1492
|
// This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
|
|
1493
1493
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
1494
1494
|
|
|
1495
|
-
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-
|
|
1495
|
+
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-ef7101c4.cjs.prod.js' /* webpackChunkName: "public-page-layout" */); }));
|
|
1496
1496
|
|
|
1497
1497
|
const MainPageContainer = /*#__PURE__*/_styled__default["default"]("div", {
|
|
1498
1498
|
target: "ev8m2jf2"
|
|
@@ -48,7 +48,7 @@ import useResizeObserver from '@react-hook/resize-observer';
|
|
|
48
48
|
import { useMutationObserver } from '@commercetools-uikit/hooks';
|
|
49
49
|
|
|
50
50
|
// NOTE: This string will be replaced on build time with the package version.
|
|
51
|
-
var version = "22.
|
|
51
|
+
var version = "22.14.0";
|
|
52
52
|
|
|
53
53
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
|
|
54
54
|
const appKitSpacing55 = '40px';
|
|
@@ -1954,7 +1954,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
|
|
|
1954
1954
|
// This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
|
|
1955
1955
|
TabularDetailPage.Intl = sharedMessages;
|
|
1956
1956
|
|
|
1957
|
-
const PublicPageLayout = /*#__PURE__*/lazy(() => import('./public-page-layout-
|
|
1957
|
+
const PublicPageLayout = /*#__PURE__*/lazy(() => import('./public-page-layout-1529812f.esm.js' /* webpackChunkName: "public-page-layout" */));
|
|
1958
1958
|
|
|
1959
1959
|
const MainPageContainer = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
1960
1960
|
target: "ev8m2jf2"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.14.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": {
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@babel/runtime": "^7.22.15",
|
|
38
38
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
39
|
-
"@commercetools-frontend/actions-global": "22.
|
|
40
|
-
"@commercetools-frontend/application-config": "22.
|
|
41
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
42
|
-
"@commercetools-frontend/assets": "22.
|
|
43
|
-
"@commercetools-frontend/constants": "22.
|
|
44
|
-
"@commercetools-frontend/i18n": "22.
|
|
45
|
-
"@commercetools-frontend/l10n": "22.
|
|
46
|
-
"@commercetools-frontend/sentry": "22.
|
|
39
|
+
"@commercetools-frontend/actions-global": "22.14.0",
|
|
40
|
+
"@commercetools-frontend/application-config": "22.14.0",
|
|
41
|
+
"@commercetools-frontend/application-shell-connectors": "22.14.0",
|
|
42
|
+
"@commercetools-frontend/assets": "22.14.0",
|
|
43
|
+
"@commercetools-frontend/constants": "22.14.0",
|
|
44
|
+
"@commercetools-frontend/i18n": "22.14.0",
|
|
45
|
+
"@commercetools-frontend/l10n": "22.14.0",
|
|
46
|
+
"@commercetools-frontend/sentry": "22.14.0",
|
|
47
47
|
"@commercetools-uikit/accessible-button": "^16.12.0",
|
|
48
48
|
"@commercetools-uikit/card": "^16.12.0",
|
|
49
49
|
"@commercetools-uikit/constraints": "^16.12.0",
|
|
File without changes
|
/package/dist/{public-page-layout-9103bea1.cjs.dev.js → public-page-layout-50f8264b.cjs.dev.js}
RENAMED
|
File without changes
|
/package/dist/{public-page-layout-f84502f6.cjs.prod.js → public-page-layout-ef7101c4.cjs.prod.js}
RENAMED
|
File without changes
|