@commercetools-frontend/application-components 22.7.0 → 22.7.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.
@@ -79,7 +79,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
79
79
  var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
80
80
 
81
81
  // NOTE: This string will be replaced on build time with the package version.
82
- var version = "22.7.0";
82
+ var version = "22.7.1";
83
83
 
84
84
  var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
85
85
  const appKitSpacing55 = '40px';
@@ -1589,7 +1589,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
1589
1589
  // This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
1590
1590
  TabularDetailPage.Intl = i18n.sharedMessages;
1591
1591
 
1592
- const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-610f2030.cjs.dev.js' /* webpackChunkName: "public-page-layout" */); }));
1592
+ const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-d482c2a8.cjs.dev.js' /* webpackChunkName: "public-page-layout" */); }));
1593
1593
 
1594
1594
  const MainPageContainer = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
1595
1595
  target: "ev8m2jf2"
@@ -78,7 +78,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
78
78
  var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
79
79
 
80
80
  // NOTE: This string will be replaced on build time with the package version.
81
- var version = "22.7.0";
81
+ var version = "22.7.1";
82
82
 
83
83
  var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
84
84
  const appKitSpacing55 = '40px';
@@ -1148,7 +1148,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
1148
1148
  // This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
1149
1149
  TabularDetailPage.Intl = i18n.sharedMessages;
1150
1150
 
1151
- const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-ee5b2b05.cjs.prod.js' /* webpackChunkName: "public-page-layout" */); }));
1151
+ const PublicPageLayout = /*#__PURE__*/react$1.lazy(() => Promise.resolve().then(function () { return require('./public-page-layout-3b9c221c.cjs.prod.js' /* webpackChunkName: "public-page-layout" */); }));
1152
1152
 
1153
1153
  const MainPageContainer = /*#__PURE__*/_styled__default["default"]("div", {
1154
1154
  target: "ev8m2jf2"
@@ -44,7 +44,7 @@ import useResizeObserver from '@react-hook/resize-observer';
44
44
  import { useMutationObserver } from '@commercetools-uikit/hooks';
45
45
 
46
46
  // NOTE: This string will be replaced on build time with the package version.
47
- var version = "22.7.0";
47
+ var version = "22.7.1";
48
48
 
49
49
  var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9;
50
50
  const appKitSpacing55 = '40px';
@@ -1554,7 +1554,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle;
1554
1554
  // This is a convenience proxy export to expose pre-defined Intl messages defined in the `@commercetools-frontend/i18n` package.
1555
1555
  TabularDetailPage.Intl = sharedMessages;
1556
1556
 
1557
- const PublicPageLayout = /*#__PURE__*/lazy(() => import('./public-page-layout-322be92c.esm.js' /* webpackChunkName: "public-page-layout" */));
1557
+ const PublicPageLayout = /*#__PURE__*/lazy(() => import('./public-page-layout-3e1e86b8.esm.js' /* webpackChunkName: "public-page-layout" */));
1558
1558
 
1559
1559
  const MainPageContainer = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
1560
1560
  target: "ev8m2jf2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-components",
3
- "version": "22.7.0",
3
+ "version": "22.7.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,13 +36,13 @@
36
36
  "dependencies": {
37
37
  "@babel/runtime": "^7.20.13",
38
38
  "@babel/runtime-corejs3": "^7.20.13",
39
- "@commercetools-frontend/actions-global": "22.7.0",
40
- "@commercetools-frontend/application-shell-connectors": "22.7.0",
41
- "@commercetools-frontend/assets": "22.7.0",
42
- "@commercetools-frontend/constants": "22.7.0",
43
- "@commercetools-frontend/i18n": "22.7.0",
44
- "@commercetools-frontend/l10n": "22.7.0",
45
- "@commercetools-frontend/sentry": "22.7.0",
39
+ "@commercetools-frontend/actions-global": "22.7.1",
40
+ "@commercetools-frontend/application-shell-connectors": "22.7.1",
41
+ "@commercetools-frontend/assets": "22.7.1",
42
+ "@commercetools-frontend/constants": "22.7.1",
43
+ "@commercetools-frontend/i18n": "22.7.1",
44
+ "@commercetools-frontend/l10n": "22.7.1",
45
+ "@commercetools-frontend/sentry": "22.7.1",
46
46
  "@commercetools-uikit/card": "^16.7.0",
47
47
  "@commercetools-uikit/constraints": "^16.7.0",
48
48
  "@commercetools-uikit/design-system": "^16.7.0",