@commercetools-frontend/application-components 22.38.3 → 22.39.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/{custom-views-selector-4db393ba.cjs.prod.js → custom-views-selector-8a25393c.cjs.prod.js} +0 -0
- /package/dist/{custom-views-selector-07bd3cc1.cjs.dev.js → custom-views-selector-c937d1ae.cjs.dev.js} +0 -0
- /package/dist/{custom-views-selector-34b438ba.esm.js → custom-views-selector-f4fc597a.esm.js} +0 -0
|
@@ -85,7 +85,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
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.39.0";
|
|
89
89
|
|
|
90
90
|
// We keep these tokens as they are related to page layout components which should have
|
|
91
91
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -598,7 +598,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
598
598
|
|
|
599
599
|
const CustomViewSelector = /*#__PURE__*/react$1.lazy(() => {
|
|
600
600
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
601
|
-
return Promise.resolve().then(function () { return require('./custom-views-selector-
|
|
601
|
+
return Promise.resolve().then(function () { return require('./custom-views-selector-c937d1ae.cjs.dev.js' /* webpackChunkName: "custom-views-selector" */); });
|
|
602
602
|
}
|
|
603
603
|
return _Promise__default["default"].resolve({
|
|
604
604
|
default: () => null
|
|
@@ -84,7 +84,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
84
84
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
85
85
|
|
|
86
86
|
// NOTE: This string will be replaced on build time with the package version.
|
|
87
|
-
var version = "22.
|
|
87
|
+
var version = "22.39.0";
|
|
88
88
|
|
|
89
89
|
// We keep these tokens as they are related to page layout components which should have
|
|
90
90
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -474,7 +474,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
474
474
|
|
|
475
475
|
const CustomViewSelector = /*#__PURE__*/react$1.lazy(() => {
|
|
476
476
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
477
|
-
return Promise.resolve().then(function () { return require('./custom-views-selector-
|
|
477
|
+
return Promise.resolve().then(function () { return require('./custom-views-selector-8a25393c.cjs.prod.js' /* webpackChunkName: "custom-views-selector" */); });
|
|
478
478
|
}
|
|
479
479
|
return _Promise__default["default"].resolve({
|
|
480
480
|
default: () => null
|
|
@@ -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.39.0";
|
|
52
52
|
|
|
53
53
|
// We keep these tokens as they are related to page layout components which should have
|
|
54
54
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -561,7 +561,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
561
561
|
|
|
562
562
|
const CustomViewSelector = /*#__PURE__*/lazy(() => {
|
|
563
563
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
564
|
-
return import('./custom-views-selector-
|
|
564
|
+
return import('./custom-views-selector-f4fc597a.esm.js' /* webpackChunkName: "custom-views-selector" */);
|
|
565
565
|
}
|
|
566
566
|
return _Promise.resolve({
|
|
567
567
|
default: () => null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.39.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.39.0",
|
|
40
|
+
"@commercetools-frontend/application-config": "22.39.0",
|
|
41
|
+
"@commercetools-frontend/application-shell-connectors": "22.39.0",
|
|
42
|
+
"@commercetools-frontend/assets": "22.39.0",
|
|
43
|
+
"@commercetools-frontend/constants": "22.39.0",
|
|
44
|
+
"@commercetools-frontend/i18n": "22.39.0",
|
|
45
|
+
"@commercetools-frontend/l10n": "22.39.0",
|
|
46
|
+
"@commercetools-frontend/sentry": "22.39.0",
|
|
47
47
|
"@commercetools-uikit/accessible-button": "^19.17.1",
|
|
48
48
|
"@commercetools-uikit/card": "^19.17.1",
|
|
49
49
|
"@commercetools-uikit/constraints": "^19.17.1",
|
|
File without changes
|
|
File without changes
|
/package/dist/{custom-views-selector-34b438ba.esm.js → custom-views-selector-f4fc597a.esm.js}
RENAMED
|
File without changes
|