@commercetools-frontend/application-components 22.15.0 → 22.15.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 +9 -9
- /package/dist/{public-page-layout-98a81c62.cjs.dev.js → public-page-layout-07173984.cjs.dev.js} +0 -0
- /package/dist/{public-page-layout-521d28bb.cjs.prod.js → public-page-layout-5057ca91.cjs.prod.js} +0 -0
- /package/dist/{public-page-layout-c4bb2239.esm.js → public-page-layout-554a7b09.esm.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.15.
|
|
89
|
+
var version = "22.15.1";
|
|
90
90
|
|
|
91
91
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
|
|
92
92
|
const appKitSpacing55 = '40px';
|
|
@@ -2009,7 +2009,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
|
|
|
2009
2009
|
// This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
|
|
2010
2010
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
2011
2011
|
|
|
2012
|
-
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-
|
|
2012
|
+
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-07173984.cjs.dev.js' /* webpackChunkName: "public-page-layout" */); }));
|
|
2013
2013
|
|
|
2014
2014
|
const MainPageContainer = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
2015
2015
|
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.15.
|
|
88
|
+
var version = "22.15.1";
|
|
89
89
|
|
|
90
90
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
|
|
91
91
|
const appKitSpacing55 = '40px';
|
|
@@ -1504,7 +1504,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
|
|
|
1504
1504
|
// This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
|
|
1505
1505
|
TabularDetailPage.Intl = i18n.sharedMessages;
|
|
1506
1506
|
|
|
1507
|
-
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-
|
|
1507
|
+
const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-5057ca91.cjs.prod.js' /* webpackChunkName: "public-page-layout" */); }));
|
|
1508
1508
|
|
|
1509
1509
|
const MainPageContainer = /*#__PURE__*/_styled__default["default"]("div", {
|
|
1510
1510
|
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.15.
|
|
51
|
+
var version = "22.15.1";
|
|
52
52
|
|
|
53
53
|
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
|
|
54
54
|
const appKitSpacing55 = '40px';
|
|
@@ -1971,7 +1971,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
|
|
|
1971
1971
|
// This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
|
|
1972
1972
|
TabularDetailPage.Intl = sharedMessages;
|
|
1973
1973
|
|
|
1974
|
-
const PublicPageLayout = /*#__PURE__*/lazy(() => import('./public-page-layout-
|
|
1974
|
+
const PublicPageLayout = /*#__PURE__*/lazy(() => import('./public-page-layout-554a7b09.esm.js' /* webpackChunkName: "public-page-layout" */));
|
|
1975
1975
|
|
|
1976
1976
|
const MainPageContainer = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
1977
1977
|
target: "ev8m2jf2"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "22.15.
|
|
3
|
+
"version": "22.15.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": {
|
|
@@ -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.15.
|
|
40
|
-
"@commercetools-frontend/application-config": "22.15.
|
|
41
|
-
"@commercetools-frontend/application-shell-connectors": "22.15.
|
|
42
|
-
"@commercetools-frontend/assets": "22.15.
|
|
43
|
-
"@commercetools-frontend/constants": "22.15.
|
|
44
|
-
"@commercetools-frontend/i18n": "22.15.
|
|
45
|
-
"@commercetools-frontend/l10n": "22.15.
|
|
46
|
-
"@commercetools-frontend/sentry": "22.15.
|
|
39
|
+
"@commercetools-frontend/actions-global": "22.15.1",
|
|
40
|
+
"@commercetools-frontend/application-config": "22.15.1",
|
|
41
|
+
"@commercetools-frontend/application-shell-connectors": "22.15.1",
|
|
42
|
+
"@commercetools-frontend/assets": "22.15.1",
|
|
43
|
+
"@commercetools-frontend/constants": "22.15.1",
|
|
44
|
+
"@commercetools-frontend/i18n": "22.15.1",
|
|
45
|
+
"@commercetools-frontend/l10n": "22.15.1",
|
|
46
|
+
"@commercetools-frontend/sentry": "22.15.1",
|
|
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",
|
/package/dist/{public-page-layout-98a81c62.cjs.dev.js → public-page-layout-07173984.cjs.dev.js}
RENAMED
|
File without changes
|
/package/dist/{public-page-layout-521d28bb.cjs.prod.js → public-page-layout-5057ca91.cjs.prod.js}
RENAMED
|
File without changes
|
|
File without changes
|