@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
|
@@ -22,7 +22,7 @@ var omitEmpty = require('omit-empty-es');
|
|
|
22
22
|
var notifications = require('@commercetools-frontend/notifications');
|
|
23
23
|
var sdk = require('@commercetools-frontend/sdk');
|
|
24
24
|
var constants = require('@commercetools-frontend/constants');
|
|
25
|
-
var constants$1 = require('./constants-
|
|
25
|
+
var constants$1 = require('./constants-90b58549.cjs.prod.js');
|
|
26
26
|
var reactNotifications = require('@commercetools-frontend/react-notifications');
|
|
27
27
|
var _startsWithInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
28
28
|
var _includesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -100,7 +100,7 @@ var _JSON$stringify__default = /*#__PURE__*/_interopDefault(_JSON$stringify);
|
|
|
100
100
|
var invariant__default = /*#__PURE__*/_interopDefault(invariant);
|
|
101
101
|
|
|
102
102
|
// NOTE: This string will be replaced on build time with the package version.
|
|
103
|
-
var version = "21.3.
|
|
103
|
+
var version = "21.3.3";
|
|
104
104
|
|
|
105
105
|
var isAddNotificationErrorAction = function isAddNotificationErrorAction(action) {
|
|
106
106
|
var errorAction = action;
|
|
@@ -22,7 +22,7 @@ var omitEmpty = require('omit-empty-es');
|
|
|
22
22
|
var notifications = require('@commercetools-frontend/notifications');
|
|
23
23
|
var sdk = require('@commercetools-frontend/sdk');
|
|
24
24
|
var constants = require('@commercetools-frontend/constants');
|
|
25
|
-
var constants$1 = require('./constants-
|
|
25
|
+
var constants$1 = require('./constants-20e45958.cjs.dev.js');
|
|
26
26
|
var reactNotifications = require('@commercetools-frontend/react-notifications');
|
|
27
27
|
var _startsWithInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
28
28
|
var _includesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -101,7 +101,7 @@ var _pt__default = /*#__PURE__*/_interopDefault(_pt);
|
|
|
101
101
|
var invariant__default = /*#__PURE__*/_interopDefault(invariant);
|
|
102
102
|
|
|
103
103
|
// NOTE: This string will be replaced on build time with the package version.
|
|
104
|
-
var version = "21.3.
|
|
104
|
+
var version = "21.3.3";
|
|
105
105
|
|
|
106
106
|
var isAddNotificationErrorAction = function isAddNotificationErrorAction(action) {
|
|
107
107
|
var errorAction = action;
|
package/dist/{application-entry-point-bad42f46.esm.js → application-entry-point-df5ce5b0.esm.js}
RENAMED
|
@@ -20,7 +20,7 @@ import omitEmpty from 'omit-empty-es';
|
|
|
20
20
|
import { ADD_NOTIFICATION, removeNotification, REMOVE_NOTIFICATION, reducer, middleware } from '@commercetools-frontend/notifications';
|
|
21
21
|
import { createMiddleware } from '@commercetools-frontend/sdk';
|
|
22
22
|
import { HIDE_ALL_PAGE_NOTIFICATIONS, NOTIFICATION_KINDS_PAGE, SHOW_LOADING, HIDE_LOADING, GRAPHQL_TARGETS, STATUS_CODES, LOGOUT_REASONS } from '@commercetools-frontend/constants';
|
|
23
|
-
import { S as STORAGE_KEYS, L as LOGIN_STRATEGY_OIDC, c as SUPPORTED_HEADERS } from './constants-
|
|
23
|
+
import { S as STORAGE_KEYS, L as LOGIN_STRATEGY_OIDC, c as SUPPORTED_HEADERS } from './constants-8c9773dd.esm.js';
|
|
24
24
|
import { selectPageNotifications } from '@commercetools-frontend/react-notifications';
|
|
25
25
|
import _startsWithInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
26
26
|
import _includesInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/includes';
|
|
@@ -60,7 +60,7 @@ import { entryPointUriPathToPermissionKeys } from '@commercetools-frontend/appli
|
|
|
60
60
|
import { useApplicationContext } from '@commercetools-frontend/application-shell-connectors';
|
|
61
61
|
|
|
62
62
|
// NOTE: This string will be replaced on build time with the package version.
|
|
63
|
-
var version = "21.3.
|
|
63
|
+
var version = "21.3.3";
|
|
64
64
|
|
|
65
65
|
var isAddNotificationErrorAction = function isAddNotificationErrorAction(action) {
|
|
66
66
|
var errorAction = action;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var applicationEntryPoint = require('./application-entry-point-
|
|
6
|
-
var dist_commercetoolsFrontendApplicationShell = require('./index-
|
|
5
|
+
var applicationEntryPoint = require('./application-entry-point-d60d4795.cjs.dev.js');
|
|
6
|
+
var dist_commercetoolsFrontendApplicationShell = require('./index-dc0c3748.cjs.dev.js');
|
|
7
7
|
require('@babel/runtime-corejs3/core-js-stable/instance/filter');
|
|
8
8
|
require('uuid');
|
|
9
9
|
require('@babel/runtime-corejs3/core-js-stable/url');
|
|
@@ -31,7 +31,7 @@ require('omit-empty-es');
|
|
|
31
31
|
require('@commercetools-frontend/notifications');
|
|
32
32
|
require('@commercetools-frontend/sdk');
|
|
33
33
|
require('@commercetools-frontend/constants');
|
|
34
|
-
require('./constants-
|
|
34
|
+
require('./constants-20e45958.cjs.dev.js');
|
|
35
35
|
require('@commercetools-frontend/react-notifications');
|
|
36
36
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
37
37
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -73,7 +73,7 @@ require('perfume.js');
|
|
|
73
73
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
74
74
|
require('lodash/camelCase');
|
|
75
75
|
require('@apollo/client/react');
|
|
76
|
-
require('./oidc-
|
|
76
|
+
require('./oidc-cc8438b0.cjs.dev.js');
|
|
77
77
|
require('qss');
|
|
78
78
|
require('jwt-decode');
|
|
79
79
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var applicationEntryPoint = require('./application-entry-point-
|
|
6
|
-
var dist_commercetoolsFrontendApplicationShell = require('./index-
|
|
5
|
+
var applicationEntryPoint = require('./application-entry-point-0178aabe.cjs.prod.js');
|
|
6
|
+
var dist_commercetoolsFrontendApplicationShell = require('./index-76ebb56d.cjs.prod.js');
|
|
7
7
|
require('@babel/runtime-corejs3/core-js-stable/instance/filter');
|
|
8
8
|
require('uuid');
|
|
9
9
|
require('@babel/runtime-corejs3/core-js-stable/url');
|
|
@@ -31,7 +31,7 @@ require('omit-empty-es');
|
|
|
31
31
|
require('@commercetools-frontend/notifications');
|
|
32
32
|
require('@commercetools-frontend/sdk');
|
|
33
33
|
require('@commercetools-frontend/constants');
|
|
34
|
-
require('./constants-
|
|
34
|
+
require('./constants-90b58549.cjs.prod.js');
|
|
35
35
|
require('@commercetools-frontend/react-notifications');
|
|
36
36
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
37
37
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -73,7 +73,7 @@ require('perfume.js');
|
|
|
73
73
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
74
74
|
require('lodash/camelCase');
|
|
75
75
|
require('@apollo/client/react');
|
|
76
|
-
require('./oidc-
|
|
76
|
+
require('./oidc-8ad956b5.cjs.prod.js');
|
|
77
77
|
require('qss');
|
|
78
78
|
require('jwt-decode');
|
|
79
79
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { p as RouteCatchAll, q as applyDefaultMiddlewares, f as createApolloClient, n as selectProjectKeyFromUrl, t as selectUserId, v as version } from './application-entry-point-
|
|
2
|
-
export { A as ApplicationShell, a as ApplicationShellProvider, C as ConfigureIntlProvider, G as GtmContext, b as GtmUserLogoutTracker, I as InjectReducers, S as SetupFlopFlipProvider, c as createApolloContextForProxyForwardTo, s as setupGlobalErrorListener, d as useMcLazyQuery, e as useMcMutation, u as useMcQuery } from './index-
|
|
1
|
+
export { p as RouteCatchAll, q as applyDefaultMiddlewares, f as createApolloClient, n as selectProjectKeyFromUrl, t as selectUserId, v as version } from './application-entry-point-df5ce5b0.esm.js';
|
|
2
|
+
export { A as ApplicationShell, a as ApplicationShellProvider, C as ConfigureIntlProvider, G as GtmContext, b as GtmUserLogoutTracker, I as InjectReducers, S as SetupFlopFlipProvider, c as createApolloContextForProxyForwardTo, s as setupGlobalErrorListener, d as useMcLazyQuery, e as useMcMutation, u as useMcQuery } from './index-464be964.esm.js';
|
|
3
3
|
import '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
4
4
|
import 'uuid';
|
|
5
5
|
import '@babel/runtime-corejs3/core-js-stable/url';
|
|
@@ -27,7 +27,7 @@ import 'omit-empty-es';
|
|
|
27
27
|
import '@commercetools-frontend/notifications';
|
|
28
28
|
import '@commercetools-frontend/sdk';
|
|
29
29
|
import '@commercetools-frontend/constants';
|
|
30
|
-
import './constants-
|
|
30
|
+
import './constants-8c9773dd.esm.js';
|
|
31
31
|
import '@commercetools-frontend/react-notifications';
|
|
32
32
|
import '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
33
33
|
import '@babel/runtime-corejs3/core-js-stable/instance/includes';
|
|
@@ -69,7 +69,7 @@ import 'perfume.js';
|
|
|
69
69
|
import '@babel/runtime-corejs3/core-js-stable/instance/reverse';
|
|
70
70
|
import 'lodash/camelCase';
|
|
71
71
|
import '@apollo/client/react';
|
|
72
|
-
import './oidc-
|
|
72
|
+
import './oidc-54c28ae8.esm.js';
|
|
73
73
|
import 'qss';
|
|
74
74
|
import 'jwt-decode';
|
|
75
75
|
import '@commercetools-frontend/assets/images/locked-diamond.svg';
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var HEIGHTS = {
|
|
4
|
+
header: '43px'
|
|
5
|
+
};
|
|
3
6
|
var SUPPORTED_HEADERS = {
|
|
4
7
|
ACCEPT_VERSION: 'Accept-version',
|
|
5
8
|
AUTHORIZATION: 'Authorization',
|
|
@@ -46,6 +49,7 @@ var OIDC_CLAIMS = {
|
|
|
46
49
|
};
|
|
47
50
|
|
|
48
51
|
exports.CONTAINERS = CONTAINERS;
|
|
52
|
+
exports.HEIGHTS = HEIGHTS;
|
|
49
53
|
exports.LOGIN_STRATEGY_OIDC = LOGIN_STRATEGY_OIDC;
|
|
50
54
|
exports.OIDC_CLAIMS = OIDC_CLAIMS;
|
|
51
55
|
exports.OIDC_RESPONSE_TYPES = OIDC_RESPONSE_TYPES;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
var HEIGHTS = {
|
|
2
|
+
header: '43px'
|
|
3
|
+
};
|
|
1
4
|
var SUPPORTED_HEADERS = {
|
|
2
5
|
ACCEPT_VERSION: 'Accept-version',
|
|
3
6
|
AUTHORIZATION: 'Authorization',
|
|
@@ -43,4 +46,4 @@ var OIDC_CLAIMS = {
|
|
|
43
46
|
MANAGE: 'manage'
|
|
44
47
|
};
|
|
45
48
|
|
|
46
|
-
export { CONTAINERS as C, LOGIN_STRATEGY_OIDC as L, OIDC_CLAIMS as O, STORAGE_KEYS as S, SUSPENSION_REASONS as a, OIDC_RESPONSE_TYPES as b, SUPPORTED_HEADERS as c };
|
|
49
|
+
export { CONTAINERS as C, HEIGHTS as H, LOGIN_STRATEGY_OIDC as L, OIDC_CLAIMS as O, STORAGE_KEYS as S, SUSPENSION_REASONS as a, OIDC_RESPONSE_TYPES as b, SUPPORTED_HEADERS as c };
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var HEIGHTS = {
|
|
4
|
+
header: '43px'
|
|
5
|
+
};
|
|
3
6
|
var SUPPORTED_HEADERS = {
|
|
4
7
|
ACCEPT_VERSION: 'Accept-version',
|
|
5
8
|
AUTHORIZATION: 'Authorization',
|
|
@@ -46,6 +49,7 @@ var OIDC_CLAIMS = {
|
|
|
46
49
|
};
|
|
47
50
|
|
|
48
51
|
exports.CONTAINERS = CONTAINERS;
|
|
52
|
+
exports.HEIGHTS = HEIGHTS;
|
|
49
53
|
exports.LOGIN_STRATEGY_OIDC = LOGIN_STRATEGY_OIDC;
|
|
50
54
|
exports.OIDC_CLAIMS = OIDC_CLAIMS;
|
|
51
55
|
exports.OIDC_RESPONSE_TYPES = OIDC_RESPONSE_TYPES;
|