@commercetools-frontend/application-components 24.5.0 → 24.7.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-af39ba45.cjs.dev.js → custom-views-selector-c286c1c4.cjs.dev.js} +0 -0
- /package/dist/{custom-views-selector-46228314.cjs.prod.js → custom-views-selector-cddbfd54.cjs.prod.js} +0 -0
- /package/dist/{custom-views-selector-4cb1f6bc.esm.js → custom-views-selector-d14c954b.esm.js} +0 -0
|
@@ -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 = "24.
|
|
87
|
+
var version = "24.7.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.
|
|
@@ -637,7 +637,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
637
637
|
|
|
638
638
|
const CustomViewSelector = /*#__PURE__*/react$1.lazy(() => {
|
|
639
639
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
640
|
-
return Promise.resolve().then(function () { return require('./custom-views-selector-
|
|
640
|
+
return Promise.resolve().then(function () { return require('./custom-views-selector-c286c1c4.cjs.dev.js' /* webpackChunkName: "custom-views-selector" */); });
|
|
641
641
|
}
|
|
642
642
|
return _Promise__default["default"].resolve({
|
|
643
643
|
default: () => null
|
|
@@ -83,7 +83,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
83
83
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
84
84
|
|
|
85
85
|
// NOTE: This string will be replaced on build time with the package version.
|
|
86
|
-
var version = "24.
|
|
86
|
+
var version = "24.7.0";
|
|
87
87
|
|
|
88
88
|
// We keep these tokens as they are related to page layout components which should have
|
|
89
89
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -500,7 +500,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
500
500
|
|
|
501
501
|
const CustomViewSelector = /*#__PURE__*/react$1.lazy(() => {
|
|
502
502
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
503
|
-
return Promise.resolve().then(function () { return require('./custom-views-selector-
|
|
503
|
+
return Promise.resolve().then(function () { return require('./custom-views-selector-cddbfd54.cjs.prod.js' /* webpackChunkName: "custom-views-selector" */); });
|
|
504
504
|
}
|
|
505
505
|
return _Promise__default["default"].resolve({
|
|
506
506
|
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 = "24.
|
|
51
|
+
var version = "24.7.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.
|
|
@@ -601,7 +601,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
601
601
|
|
|
602
602
|
const CustomViewSelector = /*#__PURE__*/lazy(() => {
|
|
603
603
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
604
|
-
return import('./custom-views-selector-
|
|
604
|
+
return import('./custom-views-selector-d14c954b.esm.js' /* webpackChunkName: "custom-views-selector" */);
|
|
605
605
|
}
|
|
606
606
|
return _Promise.resolve({
|
|
607
607
|
default: () => null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.7.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": "24.
|
|
40
|
-
"@commercetools-frontend/application-config": "24.
|
|
41
|
-
"@commercetools-frontend/application-shell-connectors": "24.
|
|
42
|
-
"@commercetools-frontend/assets": "24.
|
|
43
|
-
"@commercetools-frontend/constants": "24.
|
|
44
|
-
"@commercetools-frontend/i18n": "24.
|
|
45
|
-
"@commercetools-frontend/l10n": "24.
|
|
46
|
-
"@commercetools-frontend/sentry": "24.
|
|
39
|
+
"@commercetools-frontend/actions-global": "24.7.0",
|
|
40
|
+
"@commercetools-frontend/application-config": "24.7.0",
|
|
41
|
+
"@commercetools-frontend/application-shell-connectors": "24.7.0",
|
|
42
|
+
"@commercetools-frontend/assets": "24.7.0",
|
|
43
|
+
"@commercetools-frontend/constants": "24.7.0",
|
|
44
|
+
"@commercetools-frontend/i18n": "24.7.0",
|
|
45
|
+
"@commercetools-frontend/l10n": "24.7.0",
|
|
46
|
+
"@commercetools-frontend/sentry": "24.7.0",
|
|
47
47
|
"@commercetools-uikit/accessible-button": "20.0.0",
|
|
48
48
|
"@commercetools-uikit/card": "20.0.0",
|
|
49
49
|
"@commercetools-uikit/constraints": "20.0.0",
|
|
File without changes
|
|
File without changes
|
/package/dist/{custom-views-selector-4cb1f6bc.esm.js → custom-views-selector-d14c954b.esm.js}
RENAMED
|
File without changes
|