@commercetools-frontend/application-components 22.42.1 → 23.0.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-2e46bc4b.cjs.dev.js → custom-views-selector-d54ff1ef.cjs.dev.js} +0 -0
- /package/dist/{custom-views-selector-2bf0eb3c.esm.js → custom-views-selector-e1cb1301.esm.js} +0 -0
- /package/dist/{custom-views-selector-70de9115.cjs.prod.js → custom-views-selector-ee8ce60a.cjs.prod.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 = "
|
|
87
|
+
var version = "23.0.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.
|
|
@@ -633,7 +633,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
633
633
|
|
|
634
634
|
const CustomViewSelector = /*#__PURE__*/react$1.lazy(() => {
|
|
635
635
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
636
|
-
return Promise.resolve().then(function () { return require('./custom-views-selector-
|
|
636
|
+
return Promise.resolve().then(function () { return require('./custom-views-selector-d54ff1ef.cjs.dev.js' /* webpackChunkName: "custom-views-selector" */); });
|
|
637
637
|
}
|
|
638
638
|
return _Promise__default["default"].resolve({
|
|
639
639
|
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 = "
|
|
86
|
+
var version = "23.0.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.
|
|
@@ -498,7 +498,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
498
498
|
|
|
499
499
|
const CustomViewSelector = /*#__PURE__*/react$1.lazy(() => {
|
|
500
500
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
501
|
-
return Promise.resolve().then(function () { return require('./custom-views-selector-
|
|
501
|
+
return Promise.resolve().then(function () { return require('./custom-views-selector-ee8ce60a.cjs.prod.js' /* webpackChunkName: "custom-views-selector" */); });
|
|
502
502
|
}
|
|
503
503
|
return _Promise__default["default"].resolve({
|
|
504
504
|
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 = "
|
|
51
|
+
var version = "23.0.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.
|
|
@@ -597,7 +597,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
597
597
|
|
|
598
598
|
const CustomViewSelector = /*#__PURE__*/lazy(() => {
|
|
599
599
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
600
|
-
return import('./custom-views-selector-
|
|
600
|
+
return import('./custom-views-selector-e1cb1301.esm.js' /* webpackChunkName: "custom-views-selector" */);
|
|
601
601
|
}
|
|
602
602
|
return _Promise.resolve({
|
|
603
603
|
default: () => null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.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": "
|
|
40
|
-
"@commercetools-frontend/application-config": "
|
|
41
|
-
"@commercetools-frontend/application-shell-connectors": "
|
|
42
|
-
"@commercetools-frontend/assets": "
|
|
43
|
-
"@commercetools-frontend/constants": "
|
|
44
|
-
"@commercetools-frontend/i18n": "
|
|
45
|
-
"@commercetools-frontend/l10n": "
|
|
46
|
-
"@commercetools-frontend/sentry": "
|
|
39
|
+
"@commercetools-frontend/actions-global": "23.0.0",
|
|
40
|
+
"@commercetools-frontend/application-config": "23.0.0",
|
|
41
|
+
"@commercetools-frontend/application-shell-connectors": "23.0.0",
|
|
42
|
+
"@commercetools-frontend/assets": "23.0.0",
|
|
43
|
+
"@commercetools-frontend/constants": "23.0.0",
|
|
44
|
+
"@commercetools-frontend/i18n": "23.0.0",
|
|
45
|
+
"@commercetools-frontend/l10n": "23.0.0",
|
|
46
|
+
"@commercetools-frontend/sentry": "23.0.0",
|
|
47
47
|
"@commercetools-uikit/accessible-button": "^19.22.3",
|
|
48
48
|
"@commercetools-uikit/card": "^19.22.3",
|
|
49
49
|
"@commercetools-uikit/constraints": "^19.22.3",
|
|
File without changes
|
/package/dist/{custom-views-selector-2bf0eb3c.esm.js → custom-views-selector-e1cb1301.esm.js}
RENAMED
|
File without changes
|
|
File without changes
|