@commercetools-frontend/application-components 22.5.0 → 22.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-components",
3
- "version": "22.5.0",
3
+ "version": "22.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,27 +36,27 @@
36
36
  "dependencies": {
37
37
  "@babel/runtime": "^7.20.13",
38
38
  "@babel/runtime-corejs3": "^7.20.13",
39
- "@commercetools-frontend/actions-global": "22.5.0",
40
- "@commercetools-frontend/application-shell-connectors": "22.5.0",
41
- "@commercetools-frontend/assets": "22.5.0",
42
- "@commercetools-frontend/constants": "22.5.0",
43
- "@commercetools-frontend/i18n": "22.5.0",
44
- "@commercetools-frontend/l10n": "22.5.0",
45
- "@commercetools-frontend/sentry": "22.5.0",
46
- "@commercetools-uikit/card": "^16.4.0",
47
- "@commercetools-uikit/constraints": "^16.4.0",
48
- "@commercetools-uikit/design-system": "^16.4.0",
49
- "@commercetools-uikit/flat-button": "^16.4.0",
50
- "@commercetools-uikit/hooks": "^16.4.0",
51
- "@commercetools-uikit/icon-button": "^16.4.0",
52
- "@commercetools-uikit/icons": "^16.4.0",
53
- "@commercetools-uikit/messages": "^16.4.0",
54
- "@commercetools-uikit/primary-button": "^16.4.0",
55
- "@commercetools-uikit/secondary-button": "^16.4.0",
56
- "@commercetools-uikit/secondary-icon-button": "^16.4.0",
57
- "@commercetools-uikit/spacings": "^16.4.0",
58
- "@commercetools-uikit/text": "^16.4.0",
59
- "@commercetools-uikit/utils": "^16.4.0",
39
+ "@commercetools-frontend/actions-global": "22.7.0",
40
+ "@commercetools-frontend/application-shell-connectors": "22.7.0",
41
+ "@commercetools-frontend/assets": "22.7.0",
42
+ "@commercetools-frontend/constants": "22.7.0",
43
+ "@commercetools-frontend/i18n": "22.7.0",
44
+ "@commercetools-frontend/l10n": "22.7.0",
45
+ "@commercetools-frontend/sentry": "22.7.0",
46
+ "@commercetools-uikit/card": "^16.7.0",
47
+ "@commercetools-uikit/constraints": "^16.7.0",
48
+ "@commercetools-uikit/design-system": "^16.7.0",
49
+ "@commercetools-uikit/flat-button": "^16.7.0",
50
+ "@commercetools-uikit/hooks": "^16.7.0",
51
+ "@commercetools-uikit/icon-button": "^16.7.0",
52
+ "@commercetools-uikit/icons": "^16.7.0",
53
+ "@commercetools-uikit/messages": "^16.7.0",
54
+ "@commercetools-uikit/primary-button": "^16.7.0",
55
+ "@commercetools-uikit/secondary-button": "^16.7.0",
56
+ "@commercetools-uikit/secondary-icon-button": "^16.7.0",
57
+ "@commercetools-uikit/spacings": "^16.7.0",
58
+ "@commercetools-uikit/text": "^16.7.0",
59
+ "@commercetools-uikit/utils": "^16.7.0",
60
60
  "@emotion/react": "11.11.0",
61
61
  "@emotion/styled": "11.11.0",
62
62
  "@react-hook/latest": "1.0.3",
@@ -1,8 +0,0 @@
1
- export declare const CUSTOM_VIEWS_EVENTS_NAMES: {
2
- CUSTOM_VIEW_BOOTSTRAP: string;
3
- CUSTOM_VIEW_INITIALIZATION: string;
4
- };
5
- export declare const CUSTOM_VIEWS_EVENTS_META: {
6
- SOURCE: string;
7
- DESTINATION_PREFIX: string;
8
- };