@commercetools-frontend/application-components 25.2.0 → 26.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 +26 -26
- /package/dist/{custom-views-selector-042deb62.esm.js → custom-views-selector-2d1b68b5.esm.js} +0 -0
- /package/dist/{custom-views-selector-8cde3a16.cjs.dev.js → custom-views-selector-dfbd2d10.cjs.dev.js} +0 -0
- /package/dist/{custom-views-selector-aa3a81ae.cjs.prod.js → custom-views-selector-f159e6f8.cjs.prod.js} +0 -0
|
@@ -82,7 +82,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
82
82
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
83
83
|
|
|
84
84
|
// NOTE: This string will be replaced on build time with the package version.
|
|
85
|
-
var version = "
|
|
85
|
+
var version = "26.0.0";
|
|
86
86
|
|
|
87
87
|
// We keep these tokens as they are related to page layout components which should have
|
|
88
88
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -526,7 +526,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
526
526
|
|
|
527
527
|
const CustomViewSelector = /*#__PURE__*/react$1.lazy(() => {
|
|
528
528
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
529
|
-
return Promise.resolve().then(function () { return require('./custom-views-selector-
|
|
529
|
+
return Promise.resolve().then(function () { return require('./custom-views-selector-dfbd2d10.cjs.dev.js' /* webpackChunkName: "custom-views-selector" */); });
|
|
530
530
|
}
|
|
531
531
|
return _Promise__default["default"].resolve({
|
|
532
532
|
default: () => null
|
|
@@ -82,7 +82,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
82
82
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
83
83
|
|
|
84
84
|
// NOTE: This string will be replaced on build time with the package version.
|
|
85
|
-
var version = "
|
|
85
|
+
var version = "26.0.0";
|
|
86
86
|
|
|
87
87
|
// We keep these tokens as they are related to page layout components which should have
|
|
88
88
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -491,7 +491,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
491
491
|
|
|
492
492
|
const CustomViewSelector = /*#__PURE__*/react$1.lazy(() => {
|
|
493
493
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
494
|
-
return Promise.resolve().then(function () { return require('./custom-views-selector-
|
|
494
|
+
return Promise.resolve().then(function () { return require('./custom-views-selector-f159e6f8.cjs.prod.js' /* webpackChunkName: "custom-views-selector" */); });
|
|
495
495
|
}
|
|
496
496
|
return _Promise__default["default"].resolve({
|
|
497
497
|
default: () => null
|
|
@@ -47,7 +47,7 @@ import useResizeObserver from '@react-hook/resize-observer';
|
|
|
47
47
|
import { useMutationObserver } from '@commercetools-uikit/hooks';
|
|
48
48
|
|
|
49
49
|
// NOTE: This string will be replaced on build time with the package version.
|
|
50
|
-
var version = "
|
|
50
|
+
var version = "26.0.0";
|
|
51
51
|
|
|
52
52
|
// We keep these tokens as they are related to page layout components which should have
|
|
53
53
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -491,7 +491,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
491
491
|
|
|
492
492
|
const CustomViewSelector = /*#__PURE__*/lazy(() => {
|
|
493
493
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
494
|
-
return import('./custom-views-selector-
|
|
494
|
+
return import('./custom-views-selector-2d1b68b5.esm.js' /* webpackChunkName: "custom-views-selector" */);
|
|
495
495
|
}
|
|
496
496
|
return _Promise.resolve({
|
|
497
497
|
default: () => null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "26.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,31 +36,31 @@
|
|
|
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": "
|
|
47
|
-
"@commercetools-uikit/accessible-button": "^20.3.
|
|
48
|
-
"@commercetools-uikit/card": "^20.3.
|
|
49
|
-
"@commercetools-uikit/constraints": "^20.3.
|
|
50
|
-
"@commercetools-uikit/design-system": "^20.3.
|
|
51
|
-
"@commercetools-uikit/flat-button": "^20.3.
|
|
52
|
-
"@commercetools-uikit/hooks": "^20.3.
|
|
53
|
-
"@commercetools-uikit/icon-button": "^20.3.
|
|
54
|
-
"@commercetools-uikit/icons": "^20.3.
|
|
55
|
-
"@commercetools-uikit/label": "^20.3.
|
|
56
|
-
"@commercetools-uikit/messages": "^20.3.
|
|
57
|
-
"@commercetools-uikit/primary-button": "^20.3.
|
|
58
|
-
"@commercetools-uikit/secondary-button": "^20.3.
|
|
59
|
-
"@commercetools-uikit/secondary-icon-button": "^20.3.
|
|
60
|
-
"@commercetools-uikit/spacings": "^20.3.
|
|
61
|
-
"@commercetools-uikit/stamp": "^20.3.
|
|
62
|
-
"@commercetools-uikit/text": "^20.3.
|
|
63
|
-
"@commercetools-uikit/utils": "^20.3.
|
|
39
|
+
"@commercetools-frontend/actions-global": "26.0.0",
|
|
40
|
+
"@commercetools-frontend/application-config": "26.0.0",
|
|
41
|
+
"@commercetools-frontend/application-shell-connectors": "26.0.0",
|
|
42
|
+
"@commercetools-frontend/assets": "26.0.0",
|
|
43
|
+
"@commercetools-frontend/constants": "26.0.0",
|
|
44
|
+
"@commercetools-frontend/i18n": "26.0.0",
|
|
45
|
+
"@commercetools-frontend/l10n": "26.0.0",
|
|
46
|
+
"@commercetools-frontend/sentry": "26.0.0",
|
|
47
|
+
"@commercetools-uikit/accessible-button": "^20.3.1",
|
|
48
|
+
"@commercetools-uikit/card": "^20.3.1",
|
|
49
|
+
"@commercetools-uikit/constraints": "^20.3.1",
|
|
50
|
+
"@commercetools-uikit/design-system": "^20.3.1",
|
|
51
|
+
"@commercetools-uikit/flat-button": "^20.3.1",
|
|
52
|
+
"@commercetools-uikit/hooks": "^20.3.1",
|
|
53
|
+
"@commercetools-uikit/icon-button": "^20.3.1",
|
|
54
|
+
"@commercetools-uikit/icons": "^20.3.1",
|
|
55
|
+
"@commercetools-uikit/label": "^20.3.1",
|
|
56
|
+
"@commercetools-uikit/messages": "^20.3.1",
|
|
57
|
+
"@commercetools-uikit/primary-button": "^20.3.1",
|
|
58
|
+
"@commercetools-uikit/secondary-button": "^20.3.1",
|
|
59
|
+
"@commercetools-uikit/secondary-icon-button": "^20.3.1",
|
|
60
|
+
"@commercetools-uikit/spacings": "^20.3.1",
|
|
61
|
+
"@commercetools-uikit/stamp": "^20.3.1",
|
|
62
|
+
"@commercetools-uikit/text": "^20.3.1",
|
|
63
|
+
"@commercetools-uikit/utils": "^20.3.1",
|
|
64
64
|
"@emotion/react": "^11.14.0",
|
|
65
65
|
"@emotion/styled": "^11.14.0",
|
|
66
66
|
"@flopflip/react-broadcast": "15.1.5",
|
/package/dist/{custom-views-selector-042deb62.esm.js → custom-views-selector-2d1b68b5.esm.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|