@commercetools-frontend/application-shell 21.11.0 → 21.13.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.
- package/dist/{application-entry-point-6189b3a3.cjs.dev.js → application-entry-point-43fd73f5.cjs.dev.js} +33 -34
- package/dist/{application-entry-point-28843eb4.esm.js → application-entry-point-9c924b81.esm.js} +33 -34
- package/dist/{application-entry-point-06ad02d5.cjs.prod.js → application-entry-point-f5a19490.cjs.prod.js} +33 -34
- package/dist/commercetools-frontend-application-shell.cjs.dev.js +5 -4
- package/dist/commercetools-frontend-application-shell.cjs.prod.js +5 -4
- package/dist/commercetools-frontend-application-shell.esm.js +4 -4
- package/dist/declarations/src/index.d.ts +1 -1
- package/dist/declarations/src/types/generated/settings.d.ts +108 -84
- package/dist/declarations/src/utils/get-mc-api-url/get-mc-api-url.d.ts +2 -7
- package/dist/declarations/src/utils/index.d.ts +1 -1
- package/dist/{index-5fcda492.esm.js → index-428502d7.esm.js} +16 -17
- package/dist/{index-4ebc615c.cjs.prod.js → index-a544deff.cjs.prod.js} +15 -16
- package/dist/{index-bcff2029.cjs.dev.js → index-e4a6db71.cjs.dev.js} +16 -17
- package/dist/{project-expired-9fb2e01b.cjs.prod.js → project-expired-110383bb.cjs.prod.js} +3 -3
- package/dist/{project-expired-53f0f1ff.esm.js → project-expired-45491d93.esm.js} +3 -3
- package/dist/{project-expired-96b88908.cjs.dev.js → project-expired-5609f6c3.cjs.dev.js} +3 -3
- package/dist/{project-not-found-30c140be.cjs.dev.js → project-not-found-05608a7b.cjs.dev.js} +3 -3
- package/dist/{project-not-found-17e74630.cjs.prod.js → project-not-found-56537969.cjs.prod.js} +3 -3
- package/dist/{project-not-found-e8ca2011.esm.js → project-not-found-64180914.esm.js} +3 -3
- package/dist/{project-not-initialized-c83c731d.esm.js → project-not-initialized-55986b48.esm.js} +3 -3
- package/dist/{project-not-initialized-c5116ce2.cjs.prod.js → project-not-initialized-ecf77673.cjs.prod.js} +3 -3
- package/dist/{project-not-initialized-8bec4622.cjs.dev.js → project-not-initialized-f715cd11.cjs.dev.js} +3 -3
- package/dist/{project-suspended-892ad1b9.cjs.prod.js → project-suspended-0d7731b8.cjs.prod.js} +3 -3
- package/dist/{project-suspended-748201e1.cjs.dev.js → project-suspended-4e25c346.cjs.dev.js} +3 -3
- package/dist/{project-suspended-14419c20.esm.js → project-suspended-af3dcdac.esm.js} +3 -3
- package/dist/{quick-access-b0132ced.esm.js → quick-access-20f2f865.esm.js} +2 -2
- package/dist/{quick-access-a451f632.cjs.prod.js → quick-access-28ff2c5f.cjs.prod.js} +2 -2
- package/dist/{quick-access-c08139f1.cjs.dev.js → quick-access-44288a69.cjs.dev.js} +2 -2
- package/dist/{service-page-project-switcher-c99348cd.cjs.dev.js → service-page-project-switcher-a1cbb100.cjs.dev.js} +1 -1
- package/dist/{service-page-project-switcher-4b7ab3ee.cjs.prod.js → service-page-project-switcher-ae61c39d.cjs.prod.js} +1 -1
- package/dist/{service-page-project-switcher-53ffca17.esm.js → service-page-project-switcher-d1c2ae56.esm.js} +1 -1
- package/package.json +26 -26
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.dev.js +1 -1
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.prod.js +1 -1
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.esm.js +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _styled = require('@emotion/styled/base');
|
|
4
4
|
var reactRouterDom = require('react-router-dom');
|
|
5
5
|
var applicationShellConnectors = require('@commercetools-frontend/application-shell-connectors');
|
|
6
|
-
var dist_commercetoolsFrontendApplicationShell = require('./index-
|
|
6
|
+
var dist_commercetoolsFrontendApplicationShell = require('./index-a544deff.cjs.prod.js');
|
|
7
7
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
8
8
|
|
|
9
9
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _styled from '@emotion/styled/base';
|
|
2
2
|
import { useParams } from 'react-router-dom';
|
|
3
3
|
import { useApplicationContext } from '@commercetools-frontend/application-shell-connectors';
|
|
4
|
-
import { P as ProjectSwitcher } from './index-
|
|
4
|
+
import { P as ProjectSwitcher } from './index-428502d7.esm.js';
|
|
5
5
|
import { jsx } from '@emotion/react/jsx-runtime';
|
|
6
6
|
|
|
7
7
|
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-shell",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.13.1",
|
|
4
4
|
"description": "React component to bootstrap the general MC application logic",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -33,21 +33,21 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.18.6",
|
|
35
35
|
"@babel/runtime-corejs3": "^7.18.6",
|
|
36
|
-
"@commercetools-frontend/actions-global": "21.
|
|
37
|
-
"@commercetools-frontend/application-components": "21.
|
|
38
|
-
"@commercetools-frontend/application-config": "21.
|
|
39
|
-
"@commercetools-frontend/application-shell-connectors": "21.
|
|
40
|
-
"@commercetools-frontend/assets": "21.
|
|
41
|
-
"@commercetools-frontend/browser-history": "21.
|
|
42
|
-
"@commercetools-frontend/constants": "21.
|
|
43
|
-
"@commercetools-frontend/i18n": "21.
|
|
44
|
-
"@commercetools-frontend/l10n": "21.
|
|
45
|
-
"@commercetools-frontend/notifications": "21.
|
|
46
|
-
"@commercetools-frontend/permissions": "21.
|
|
47
|
-
"@commercetools-frontend/react-notifications": "21.
|
|
48
|
-
"@commercetools-frontend/sdk": "21.
|
|
49
|
-
"@commercetools-frontend/sentry": "21.
|
|
50
|
-
"@commercetools-frontend/url-utils": "21.
|
|
36
|
+
"@commercetools-frontend/actions-global": "21.13.1",
|
|
37
|
+
"@commercetools-frontend/application-components": "21.13.1",
|
|
38
|
+
"@commercetools-frontend/application-config": "21.13.1",
|
|
39
|
+
"@commercetools-frontend/application-shell-connectors": "21.13.1",
|
|
40
|
+
"@commercetools-frontend/assets": "21.13.1",
|
|
41
|
+
"@commercetools-frontend/browser-history": "21.13.1",
|
|
42
|
+
"@commercetools-frontend/constants": "21.13.1",
|
|
43
|
+
"@commercetools-frontend/i18n": "21.13.1",
|
|
44
|
+
"@commercetools-frontend/l10n": "21.13.1",
|
|
45
|
+
"@commercetools-frontend/notifications": "21.13.1",
|
|
46
|
+
"@commercetools-frontend/permissions": "21.13.1",
|
|
47
|
+
"@commercetools-frontend/react-notifications": "21.13.1",
|
|
48
|
+
"@commercetools-frontend/sdk": "21.13.1",
|
|
49
|
+
"@commercetools-frontend/sentry": "21.13.1",
|
|
50
|
+
"@commercetools-frontend/url-utils": "21.13.1",
|
|
51
51
|
"@commercetools-uikit/accessible-hidden": "^15.1.0",
|
|
52
52
|
"@commercetools-uikit/avatar": "^15.1.0",
|
|
53
53
|
"@commercetools-uikit/card": "^15.1.0",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"@commercetools/http-user-agent": "2.1.2",
|
|
63
63
|
"@emotion/react": "11.9.3",
|
|
64
64
|
"@emotion/styled": "11.9.3",
|
|
65
|
-
"@flopflip/combine-adapters": "0.0.
|
|
66
|
-
"@flopflip/http-adapter": "0.0.
|
|
67
|
-
"@flopflip/launchdarkly-adapter": "5.0.
|
|
68
|
-
"@flopflip/react-broadcast": "12.
|
|
69
|
-
"@flopflip/types": "4.1.
|
|
65
|
+
"@flopflip/combine-adapters": "0.0.33",
|
|
66
|
+
"@flopflip/http-adapter": "0.0.23",
|
|
67
|
+
"@flopflip/launchdarkly-adapter": "5.0.28",
|
|
68
|
+
"@flopflip/react-broadcast": "12.3.0",
|
|
69
|
+
"@flopflip/types": "4.1.24",
|
|
70
70
|
"@types/common-tags": "^1.8.1",
|
|
71
71
|
"@types/history": "^4.7.11",
|
|
72
72
|
"@types/lodash": "^4.14.182",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"classnames": "^2.3.1",
|
|
83
83
|
"common-tags": "1.8.2",
|
|
84
84
|
"debounce-async": "0.0.2",
|
|
85
|
-
"downshift": "6.1.
|
|
86
|
-
"fuse.js": "6.6.
|
|
85
|
+
"downshift": "6.1.9",
|
|
86
|
+
"fuse.js": "6.6.2",
|
|
87
87
|
"graphql": "16.5.0",
|
|
88
88
|
"history": "4.10.1",
|
|
89
89
|
"is-retina": "1.0.3",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"prop-types": "15.8.1",
|
|
98
98
|
"qss": "2.0.3",
|
|
99
99
|
"react-required-if": "1.0.3",
|
|
100
|
-
"react-select": "5.
|
|
100
|
+
"react-select": "5.4.0",
|
|
101
101
|
"redux-logger": "3.0.6",
|
|
102
102
|
"redux-thunk": "2.4.1",
|
|
103
103
|
"tiny-invariant": "1.2.0",
|
|
@@ -108,12 +108,12 @@
|
|
|
108
108
|
"@apollo/client": "3.6.9",
|
|
109
109
|
"@testing-library/react": "12.1.5",
|
|
110
110
|
"@testing-library/react-hooks": "7.0.2",
|
|
111
|
-
"msw": "0.44.
|
|
111
|
+
"msw": "0.44.2",
|
|
112
112
|
"react": "17.0.2",
|
|
113
113
|
"react-dom": "17.0.2",
|
|
114
114
|
"react-intl": "^5.25.1",
|
|
115
115
|
"react-redux": "7.2.8",
|
|
116
|
-
"react-router-dom": "5.3.
|
|
116
|
+
"react-router-dom": "5.3.3",
|
|
117
117
|
"redux": "4.2.0",
|
|
118
118
|
"wait-for-observables": "1.0.3"
|
|
119
119
|
},
|
|
@@ -36,7 +36,7 @@ var reactNotifications = require('@commercetools-frontend/react-notifications');
|
|
|
36
36
|
var constants = require('@commercetools-frontend/constants');
|
|
37
37
|
var testUtils = require('@commercetools-frontend/sdk/test-utils');
|
|
38
38
|
var ssr = require('@commercetools-frontend/application-config/ssr');
|
|
39
|
-
var applicationEntryPoint = require('../../dist/application-entry-point-
|
|
39
|
+
var applicationEntryPoint = require('../../dist/application-entry-point-43fd73f5.cjs.dev.js');
|
|
40
40
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
41
41
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
42
42
|
require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
@@ -36,7 +36,7 @@ var reactNotifications = require('@commercetools-frontend/react-notifications');
|
|
|
36
36
|
var constants = require('@commercetools-frontend/constants');
|
|
37
37
|
var testUtils = require('@commercetools-frontend/sdk/test-utils');
|
|
38
38
|
var ssr = require('@commercetools-frontend/application-config/ssr');
|
|
39
|
-
var applicationEntryPoint = require('../../dist/application-entry-point-
|
|
39
|
+
var applicationEntryPoint = require('../../dist/application-entry-point-f5a19490.cjs.prod.js');
|
|
40
40
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
41
41
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
42
42
|
require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
@@ -33,7 +33,7 @@ import { NotificationProviderForCustomComponent, NotificationsList } from '@comm
|
|
|
33
33
|
import { DOMAINS } from '@commercetools-frontend/constants';
|
|
34
34
|
import { createTestMiddleware } from '@commercetools-frontend/sdk/test-utils';
|
|
35
35
|
import { entryPointUriPathToPermissionKeys } from '@commercetools-frontend/application-config/ssr';
|
|
36
|
-
import { A as ApplicationEntryPoint, z as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-
|
|
36
|
+
import { A as ApplicationEntryPoint, z as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-9c924b81.esm.js';
|
|
37
37
|
import { jsx, Fragment, jsxs } from '@emotion/react/jsx-runtime';
|
|
38
38
|
import '@babel/runtime-corejs3/helpers/slicedToArray';
|
|
39
39
|
import '@babel/runtime-corejs3/core-js-stable/object/entries';
|