@commercetools-frontend/application-components 22.35.0 → 22.35.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.
|
@@ -89,7 +89,7 @@ var Stamp__default = /*#__PURE__*/_interopDefault(Stamp);
|
|
|
89
89
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
90
90
|
|
|
91
91
|
// NOTE: This string will be replaced on build time with the package version.
|
|
92
|
-
var version = "22.35.
|
|
92
|
+
var version = "22.35.1";
|
|
93
93
|
|
|
94
94
|
// We keep these tokens as they are related to page layout components which should have
|
|
95
95
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -88,7 +88,7 @@ var Stamp__default = /*#__PURE__*/_interopDefault(Stamp);
|
|
|
88
88
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
89
89
|
|
|
90
90
|
// NOTE: This string will be replaced on build time with the package version.
|
|
91
|
-
var version = "22.35.
|
|
91
|
+
var version = "22.35.1";
|
|
92
92
|
|
|
93
93
|
// We keep these tokens as they are related to page layout components which should have
|
|
94
94
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -50,7 +50,7 @@ import useResizeObserver from '@react-hook/resize-observer';
|
|
|
50
50
|
import { useMutationObserver } from '@commercetools-uikit/hooks';
|
|
51
51
|
|
|
52
52
|
// NOTE: This string will be replaced on build time with the package version.
|
|
53
|
-
var version = "22.35.
|
|
53
|
+
var version = "22.35.1";
|
|
54
54
|
|
|
55
55
|
// We keep these tokens as they are related to page layout components which should have
|
|
56
56
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "22.35.
|
|
3
|
+
"version": "22.35.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,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.35.
|
|
40
|
-
"@commercetools-frontend/application-config": "22.35.
|
|
41
|
-
"@commercetools-frontend/application-shell-connectors": "22.35.
|
|
42
|
-
"@commercetools-frontend/assets": "22.35.
|
|
43
|
-
"@commercetools-frontend/constants": "22.35.
|
|
44
|
-
"@commercetools-frontend/i18n": "22.35.
|
|
45
|
-
"@commercetools-frontend/l10n": "22.35.
|
|
46
|
-
"@commercetools-frontend/sentry": "22.35.
|
|
39
|
+
"@commercetools-frontend/actions-global": "22.35.1",
|
|
40
|
+
"@commercetools-frontend/application-config": "22.35.1",
|
|
41
|
+
"@commercetools-frontend/application-shell-connectors": "22.35.1",
|
|
42
|
+
"@commercetools-frontend/assets": "22.35.1",
|
|
43
|
+
"@commercetools-frontend/constants": "22.35.1",
|
|
44
|
+
"@commercetools-frontend/i18n": "22.35.1",
|
|
45
|
+
"@commercetools-frontend/l10n": "22.35.1",
|
|
46
|
+
"@commercetools-frontend/sentry": "22.35.1",
|
|
47
47
|
"@commercetools-uikit/accessible-button": "^19.9.0",
|
|
48
48
|
"@commercetools-uikit/card": "^19.9.0",
|
|
49
49
|
"@commercetools-uikit/constraints": "^19.9.0",
|