@commercetools-frontend/application-shell 21.3.2 → 21.3.3
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-f21c8316.cjs.prod.js → application-entry-point-0178aabe.cjs.prod.js} +2 -2
- package/dist/{application-entry-point-575996c4.cjs.dev.js → application-entry-point-d60d4795.cjs.dev.js} +2 -2
- package/dist/{application-entry-point-bad42f46.esm.js → application-entry-point-df5ce5b0.esm.js} +2 -2
- package/dist/commercetools-frontend-application-shell.cjs.dev.js +4 -4
- package/dist/commercetools-frontend-application-shell.cjs.prod.js +4 -4
- package/dist/commercetools-frontend-application-shell.esm.js +4 -4
- package/dist/{constants-745aeeca.cjs.prod.js → constants-20e45958.cjs.dev.js} +4 -0
- package/dist/{constants-33a16227.esm.js → constants-8c9773dd.esm.js} +4 -1
- package/dist/{constants-fdbe0e9d.cjs.dev.js → constants-90b58549.cjs.prod.js} +4 -0
- package/dist/declarations/src/constants.d.ts +3 -0
- package/dist/{index-6ed51d04.esm.js → index-464be964.esm.js} +52 -67
- package/dist/{index-655dc306.cjs.prod.js → index-76ebb56d.cjs.prod.js} +41 -51
- package/dist/{index-7809bd4b.cjs.dev.js → index-dc0c3748.cjs.dev.js} +52 -67
- package/dist/{oidc-415a3ef6.esm.js → oidc-54c28ae8.esm.js} +1 -1
- package/dist/{oidc-69515812.cjs.prod.js → oidc-8ad956b5.cjs.prod.js} +1 -1
- package/dist/{oidc-dc44ab6f.cjs.dev.js → oidc-cc8438b0.cjs.dev.js} +1 -1
- package/dist/{project-expired-9e2d78cb.esm.js → project-expired-04855cdb.esm.js} +5 -5
- package/dist/{project-expired-3bd528cf.cjs.dev.js → project-expired-1f02eb42.cjs.dev.js} +5 -5
- package/dist/{project-expired-78a70097.cjs.prod.js → project-expired-38ca65c4.cjs.prod.js} +5 -5
- package/dist/{project-not-found-745820fa.esm.js → project-not-found-2640d731.esm.js} +5 -5
- package/dist/{project-not-found-bff932dd.cjs.prod.js → project-not-found-b3dc61be.cjs.prod.js} +5 -5
- package/dist/{project-not-found-4c43cd16.cjs.dev.js → project-not-found-ba2874ea.cjs.dev.js} +5 -5
- package/dist/{project-not-initialized-64ac7587.cjs.prod.js → project-not-initialized-0f274fc5.cjs.prod.js} +5 -5
- package/dist/{project-not-initialized-5666fe79.esm.js → project-not-initialized-1341a8ab.esm.js} +5 -5
- package/dist/{project-not-initialized-8c5c6c80.cjs.dev.js → project-not-initialized-f77240ae.cjs.dev.js} +5 -5
- package/dist/{project-suspended-a59a41d4.cjs.dev.js → project-suspended-1bc5aaaf.cjs.dev.js} +5 -5
- package/dist/{project-suspended-b4842f42.esm.js → project-suspended-c455d767.esm.js} +5 -5
- package/dist/{project-suspended-540da552.cjs.prod.js → project-suspended-f5ab439d.cjs.prod.js} +5 -5
- package/dist/{quick-access-1d4f2411.cjs.prod.js → quick-access-123514ab.cjs.prod.js} +4 -4
- package/dist/{quick-access-76a86348.cjs.dev.js → quick-access-63b805ff.cjs.dev.js} +4 -4
- package/dist/{quick-access-1233f1f8.esm.js → quick-access-f000a045.esm.js} +4 -4
- package/dist/{service-page-project-switcher-1abf73ea.cjs.prod.js → service-page-project-switcher-0488bf1e.cjs.prod.js} +1 -1
- package/dist/{service-page-project-switcher-a7a51a39.esm.js → service-page-project-switcher-2874e91c.esm.js} +1 -1
- package/dist/{service-page-project-switcher-000c0941.cjs.dev.js → service-page-project-switcher-a4125c47.cjs.dev.js} +1 -1
- package/package.json +3 -3
- package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.dev.js +2 -2
- package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.prod.js +2 -2
- package/ssr/dist/commercetools-frontend-application-shell-ssr.esm.js +2 -2
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.dev.js +2 -2
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.prod.js +2 -2
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.esm.js +2 -2
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var ssr = require('@commercetools-frontend/application-config/ssr');
|
|
6
|
-
var oidc = require('../../dist/oidc-
|
|
6
|
+
var oidc = require('../../dist/oidc-cc8438b0.cjs.dev.js');
|
|
7
7
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
9
9
|
require('@babel/runtime-corejs3/core-js-stable/instance/map');
|
|
10
|
-
require('../../dist/constants-
|
|
10
|
+
require('../../dist/constants-20e45958.cjs.dev.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var ssr = require('@commercetools-frontend/application-config/ssr');
|
|
6
|
-
var oidc = require('../../dist/oidc-
|
|
6
|
+
var oidc = require('../../dist/oidc-8ad956b5.cjs.prod.js');
|
|
7
7
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
9
9
|
require('@babel/runtime-corejs3/core-js-stable/instance/map');
|
|
10
|
-
require('../../dist/constants-
|
|
10
|
+
require('../../dist/constants-90b58549.cjs.prod.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { entryPointUriPathToPermissionKeys, entryPointUriPathToResourceAccesses } from '@commercetools-frontend/application-config/ssr';
|
|
2
|
-
export { b as buildOidcScope } from '../../dist/oidc-
|
|
2
|
+
export { b as buildOidcScope } from '../../dist/oidc-54c28ae8.esm.js';
|
|
3
3
|
import '@babel/runtime-corejs3/helpers/toConsumableArray';
|
|
4
4
|
import '@babel/runtime-corejs3/core-js-stable/instance/concat';
|
|
5
5
|
import '@babel/runtime-corejs3/core-js-stable/instance/map';
|
|
6
|
-
import '../../dist/constants-
|
|
6
|
+
import '../../dist/constants-8c9773dd.esm.js';
|
|
@@ -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-d60d4795.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');
|
|
@@ -47,7 +47,7 @@ require('redux-thunk');
|
|
|
47
47
|
require('omit-empty-es');
|
|
48
48
|
require('@commercetools-frontend/notifications');
|
|
49
49
|
require('@commercetools-frontend/sdk');
|
|
50
|
-
require('../../dist/constants-
|
|
50
|
+
require('../../dist/constants-20e45958.cjs.dev.js');
|
|
51
51
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
52
52
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
53
53
|
require('redux-logger');
|
|
@@ -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-0178aabe.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');
|
|
@@ -47,7 +47,7 @@ require('redux-thunk');
|
|
|
47
47
|
require('omit-empty-es');
|
|
48
48
|
require('@commercetools-frontend/notifications');
|
|
49
49
|
require('@commercetools-frontend/sdk');
|
|
50
|
-
require('../../dist/constants-
|
|
50
|
+
require('../../dist/constants-90b58549.cjs.prod.js');
|
|
51
51
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
52
52
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
53
53
|
require('redux-logger');
|
|
@@ -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, w as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-
|
|
36
|
+
import { A as ApplicationEntryPoint, w as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-df5ce5b0.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';
|
|
@@ -44,7 +44,7 @@ import 'redux-thunk';
|
|
|
44
44
|
import 'omit-empty-es';
|
|
45
45
|
import '@commercetools-frontend/notifications';
|
|
46
46
|
import '@commercetools-frontend/sdk';
|
|
47
|
-
import '../../dist/constants-
|
|
47
|
+
import '../../dist/constants-8c9773dd.esm.js';
|
|
48
48
|
import '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
49
49
|
import '@babel/runtime-corejs3/core-js-stable/instance/includes';
|
|
50
50
|
import 'redux-logger';
|