@commercetools-frontend/application-components 22.8.1 → 22.8.2

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.
@@ -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.1";
79
+ var version = "22.8.2";
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-0270d79f.cjs.dev.js' /* webpackChunkName: "public-page-layout" */); }));
1589
+ const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-3cb98e12.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.1";
78
+ var version = "22.8.2";
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-e19749f3.cjs.prod.js' /* webpackChunkName: "public-page-layout" */); }));
1148
+ const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-6400f06c.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.1";
44
+ var version = "22.8.2";
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-93e50da4.esm.js' /* webpackChunkName: "public-page-layout" */));
1554
+ const PublicPageLayout = /*#__PURE__*/lazy(() => import('./public-page-layout-70d90ee8.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.1",
3
+ "version": "22.8.2",
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.1",
40
- "@commercetools-frontend/assets": "22.8.1",
41
- "@commercetools-frontend/constants": "22.8.1",
42
- "@commercetools-frontend/i18n": "22.8.1",
43
- "@commercetools-frontend/l10n": "22.8.1",
44
- "@commercetools-frontend/sentry": "22.8.1",
39
+ "@commercetools-frontend/actions-global": "22.8.2",
40
+ "@commercetools-frontend/assets": "22.8.2",
41
+ "@commercetools-frontend/constants": "22.8.2",
42
+ "@commercetools-frontend/i18n": "22.8.2",
43
+ "@commercetools-frontend/l10n": "22.8.2",
44
+ "@commercetools-frontend/sentry": "22.8.2",
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",