@commercetools-frontend/application-shell 21.9.0 → 21.10.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/dist/{application-entry-point-9df8f75e.cjs.dev.js → application-entry-point-4de6686c.cjs.dev.js} +48 -14
- package/dist/{application-entry-point-0650332e.cjs.prod.js → application-entry-point-9a23a345.cjs.prod.js} +48 -14
- package/dist/{application-entry-point-f104319e.esm.js → application-entry-point-a5b662f7.esm.js} +48 -16
- package/dist/commercetools-frontend-application-shell.cjs.dev.js +9 -4
- package/dist/commercetools-frontend-application-shell.cjs.prod.js +9 -4
- package/dist/commercetools-frontend-application-shell.esm.js +6 -4
- package/dist/{constants-3cf6ed64.esm.js → constants-a3c850be.esm.js} +4 -1
- package/dist/{constants-bf2e1d68.cjs.dev.js → constants-c2c238ff.cjs.prod.js} +4 -1
- package/dist/{constants-f34da47c.cjs.prod.js → constants-d9a5241e.cjs.dev.js} +4 -1
- package/dist/declarations/src/configure-apollo.d.ts +2 -1
- package/dist/declarations/src/constants.d.ts +3 -0
- package/dist/declarations/src/export-types.d.ts +9 -0
- package/dist/declarations/src/index.d.ts +2 -0
- package/dist/declarations/src/types/generated/ctp.d.ts +15 -1
- package/dist/declarations/src/utils/http-client.d.ts +19 -0
- package/dist/{index-edd1f296.esm.js → index-5062ecc2.esm.js} +254 -102
- package/dist/{index-3dac983e.cjs.prod.js → index-e96ff96a.cjs.prod.js} +257 -100
- package/dist/{index-b0b16985.cjs.dev.js → index-f576ae07.cjs.dev.js} +257 -100
- package/dist/{oidc-82e151f9.cjs.prod.js → oidc-5b507512.cjs.prod.js} +1 -1
- package/dist/{oidc-8af521ca.esm.js → oidc-5cae2dba.esm.js} +1 -1
- package/dist/{oidc-ff089e6f.cjs.dev.js → oidc-9134face.cjs.dev.js} +1 -1
- package/dist/{project-expired-23ed250a.cjs.prod.js → project-expired-1f22bb6e.cjs.dev.js} +7 -5
- package/dist/{project-expired-5f0f3bb2.cjs.dev.js → project-expired-3802e644.cjs.prod.js} +7 -5
- package/dist/{project-expired-e4b56600.esm.js → project-expired-609688e8.esm.js} +7 -5
- package/dist/{project-not-found-24cd5af4.cjs.dev.js → project-not-found-2bf5f586.cjs.dev.js} +7 -5
- package/dist/{project-not-found-cf44540b.cjs.prod.js → project-not-found-345a1103.cjs.prod.js} +7 -5
- package/dist/{project-not-found-11ee63f2.esm.js → project-not-found-931cbb6b.esm.js} +7 -5
- package/dist/{project-not-initialized-e5b36044.cjs.dev.js → project-not-initialized-24d58aac.cjs.dev.js} +7 -5
- package/dist/{project-not-initialized-23dd0a8d.esm.js → project-not-initialized-69a8f77c.esm.js} +7 -5
- package/dist/{project-not-initialized-f160d31e.cjs.prod.js → project-not-initialized-f840b682.cjs.prod.js} +7 -5
- package/dist/{project-suspended-f6f25355.cjs.prod.js → project-suspended-283ebad8.cjs.prod.js} +7 -5
- package/dist/{project-suspended-ad97c11c.cjs.dev.js → project-suspended-a21d49f2.cjs.dev.js} +7 -5
- package/dist/{project-suspended-5b470857.esm.js → project-suspended-b650b271.esm.js} +7 -5
- package/dist/{quick-access-5223e91a.esm.js → quick-access-193a477e.esm.js} +6 -4
- package/dist/{quick-access-cdb8ce9e.cjs.prod.js → quick-access-6368a1c1.cjs.prod.js} +6 -4
- package/dist/{quick-access-4077e80d.cjs.dev.js → quick-access-d42f4898.cjs.dev.js} +6 -4
- package/dist/{service-page-project-switcher-ab9d0c0e.cjs.dev.js → service-page-project-switcher-5d2bef22.cjs.dev.js} +1 -1
- package/dist/{service-page-project-switcher-057e819c.cjs.prod.js → service-page-project-switcher-5e28ee0f.cjs.prod.js} +1 -1
- package/dist/{service-page-project-switcher-f29ee61d.esm.js → service-page-project-switcher-ea8878cf.esm.js} +1 -1
- package/package.json +16 -16
- 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,7 +3,7 @@
|
|
|
3
3
|
var _toConsumableArray = require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
4
4
|
var _concatInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
5
5
|
var _mapInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/map');
|
|
6
|
-
var constants = require('./constants-
|
|
6
|
+
var constants = require('./constants-c2c238ff.cjs.prod.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
9
9
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _toConsumableArray from '@babel/runtime-corejs3/helpers/esm/toConsumableArray';
|
|
2
2
|
import _concatInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/concat';
|
|
3
3
|
import _mapInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/map';
|
|
4
|
-
import { O as OIDC_CLAIMS } from './constants-
|
|
4
|
+
import { O as OIDC_CLAIMS } from './constants-a3c850be.esm.js';
|
|
5
5
|
|
|
6
6
|
var buildOidcScope = function buildOidcScope(options) {
|
|
7
7
|
var _context2, _options$oAuthScopes$, _options$oAuthScopes, _context4, _options$oAuthScopes$2, _options$oAuthScopes2, _context7;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _toConsumableArray = require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
4
4
|
var _concatInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
5
5
|
var _mapInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/map');
|
|
6
|
-
var constants = require('./constants-
|
|
6
|
+
var constants = require('./constants-d9a5241e.cjs.dev.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
9
9
|
|
|
@@ -12,13 +12,13 @@ var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
|
12
12
|
var reactIntl = require('react-intl');
|
|
13
13
|
var ProjectExpiredSVG = require('@commercetools-frontend/assets/images/hourglass.svg');
|
|
14
14
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
15
|
-
var servicePageProjectSwitcher = require('./service-page-project-switcher-
|
|
15
|
+
var servicePageProjectSwitcher = require('./service-page-project-switcher-5d2bef22.cjs.dev.js');
|
|
16
16
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
17
17
|
require('@emotion/styled/base');
|
|
18
18
|
require('react-router-dom');
|
|
19
19
|
require('@commercetools-frontend/application-shell-connectors');
|
|
20
|
-
require('./index-
|
|
21
|
-
require('./application-entry-point-
|
|
20
|
+
require('./index-f576ae07.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-4de6686c.cjs.dev.js');
|
|
22
22
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
23
23
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
24
24
|
require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
@@ -32,7 +32,7 @@ require('omit-empty-es');
|
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
33
33
|
require('@commercetools-frontend/sdk');
|
|
34
34
|
require('@commercetools-frontend/constants');
|
|
35
|
-
require('./constants-
|
|
35
|
+
require('./constants-d9a5241e.cjs.dev.js');
|
|
36
36
|
require('@commercetools-frontend/react-notifications');
|
|
37
37
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
38
38
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -71,7 +71,7 @@ require('perfume.js');
|
|
|
71
71
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
72
72
|
require('lodash/camelCase');
|
|
73
73
|
require('@apollo/client/react');
|
|
74
|
-
require('./oidc-
|
|
74
|
+
require('./oidc-9134face.cjs.dev.js');
|
|
75
75
|
require('qss');
|
|
76
76
|
require('jwt-decode');
|
|
77
77
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -116,6 +116,8 @@ require('@commercetools-frontend/assets/images/diagonal-line.svg');
|
|
|
116
116
|
require('lodash/throttle');
|
|
117
117
|
require('@commercetools-frontend/url-utils');
|
|
118
118
|
require('@commercetools-frontend/actions-global');
|
|
119
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
120
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
119
121
|
|
|
120
122
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
121
123
|
|
|
@@ -12,13 +12,13 @@ var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
|
12
12
|
var reactIntl = require('react-intl');
|
|
13
13
|
var ProjectExpiredSVG = require('@commercetools-frontend/assets/images/hourglass.svg');
|
|
14
14
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
15
|
-
var servicePageProjectSwitcher = require('./service-page-project-switcher-
|
|
15
|
+
var servicePageProjectSwitcher = require('./service-page-project-switcher-5e28ee0f.cjs.prod.js');
|
|
16
16
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
17
17
|
require('@emotion/styled/base');
|
|
18
18
|
require('react-router-dom');
|
|
19
19
|
require('@commercetools-frontend/application-shell-connectors');
|
|
20
|
-
require('./index-
|
|
21
|
-
require('./application-entry-point-
|
|
20
|
+
require('./index-e96ff96a.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-9a23a345.cjs.prod.js');
|
|
22
22
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
23
23
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
24
24
|
require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
@@ -32,7 +32,7 @@ require('omit-empty-es');
|
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
33
33
|
require('@commercetools-frontend/sdk');
|
|
34
34
|
require('@commercetools-frontend/constants');
|
|
35
|
-
require('./constants-
|
|
35
|
+
require('./constants-c2c238ff.cjs.prod.js');
|
|
36
36
|
require('@commercetools-frontend/react-notifications');
|
|
37
37
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
38
38
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -71,7 +71,7 @@ require('perfume.js');
|
|
|
71
71
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
72
72
|
require('lodash/camelCase');
|
|
73
73
|
require('@apollo/client/react');
|
|
74
|
-
require('./oidc-
|
|
74
|
+
require('./oidc-5b507512.cjs.prod.js');
|
|
75
75
|
require('qss');
|
|
76
76
|
require('jwt-decode');
|
|
77
77
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -116,6 +116,8 @@ require('@commercetools-frontend/assets/images/diagonal-line.svg');
|
|
|
116
116
|
require('lodash/throttle');
|
|
117
117
|
require('@commercetools-frontend/url-utils');
|
|
118
118
|
require('@commercetools-frontend/actions-global');
|
|
119
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
120
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
119
121
|
|
|
120
122
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
121
123
|
|
|
@@ -10,13 +10,13 @@ import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
|
10
10
|
import { defineMessages, useIntl, FormattedMessage } from 'react-intl';
|
|
11
11
|
import ProjectExpiredSVG from '@commercetools-frontend/assets/images/hourglass.svg';
|
|
12
12
|
import { MaintenancePageLayout } from '@commercetools-frontend/application-components';
|
|
13
|
-
import { S as ServicePageProjectSwitcher } from './service-page-project-switcher-
|
|
13
|
+
import { S as ServicePageProjectSwitcher } from './service-page-project-switcher-ea8878cf.esm.js';
|
|
14
14
|
import { jsx } from '@emotion/react/jsx-runtime';
|
|
15
15
|
import '@emotion/styled/base';
|
|
16
16
|
import 'react-router-dom';
|
|
17
17
|
import '@commercetools-frontend/application-shell-connectors';
|
|
18
|
-
import './index-
|
|
19
|
-
import './application-entry-point-
|
|
18
|
+
import './index-5062ecc2.esm.js';
|
|
19
|
+
import './application-entry-point-a5b662f7.esm.js';
|
|
20
20
|
import '@babel/runtime-corejs3/helpers/toConsumableArray';
|
|
21
21
|
import '@babel/runtime-corejs3/helpers/slicedToArray';
|
|
22
22
|
import '@babel/runtime-corejs3/core-js-stable/instance/reduce';
|
|
@@ -30,7 +30,7 @@ import 'omit-empty-es';
|
|
|
30
30
|
import '@commercetools-frontend/notifications';
|
|
31
31
|
import '@commercetools-frontend/sdk';
|
|
32
32
|
import '@commercetools-frontend/constants';
|
|
33
|
-
import './constants-
|
|
33
|
+
import './constants-a3c850be.esm.js';
|
|
34
34
|
import '@commercetools-frontend/react-notifications';
|
|
35
35
|
import '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
36
36
|
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-5cae2dba.esm.js';
|
|
73
73
|
import 'qss';
|
|
74
74
|
import 'jwt-decode';
|
|
75
75
|
import '@commercetools-frontend/assets/images/locked-diamond.svg';
|
|
@@ -114,6 +114,8 @@ import '@commercetools-frontend/assets/images/diagonal-line.svg';
|
|
|
114
114
|
import 'lodash/throttle';
|
|
115
115
|
import '@commercetools-frontend/url-utils';
|
|
116
116
|
import '@commercetools-frontend/actions-global';
|
|
117
|
+
import '@babel/runtime-corejs3/helpers/assertThisInitialized';
|
|
118
|
+
import '@babel/runtime-corejs3/helpers/wrapNativeSuper';
|
|
117
119
|
|
|
118
120
|
var messages = defineMessages({
|
|
119
121
|
title: {
|
package/dist/{project-not-found-24cd5af4.cjs.dev.js → project-not-found-2bf5f586.cjs.dev.js}
RENAMED
|
@@ -12,13 +12,13 @@ var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
|
12
12
|
var reactIntl = require('react-intl');
|
|
13
13
|
var FailedAuthorizationSVG = require('@commercetools-frontend/assets/images/folder-full-locked.svg');
|
|
14
14
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
15
|
-
var servicePageProjectSwitcher = require('./service-page-project-switcher-
|
|
15
|
+
var servicePageProjectSwitcher = require('./service-page-project-switcher-5d2bef22.cjs.dev.js');
|
|
16
16
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
17
17
|
require('@emotion/styled/base');
|
|
18
18
|
require('react-router-dom');
|
|
19
19
|
require('@commercetools-frontend/application-shell-connectors');
|
|
20
|
-
require('./index-
|
|
21
|
-
require('./application-entry-point-
|
|
20
|
+
require('./index-f576ae07.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-4de6686c.cjs.dev.js');
|
|
22
22
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
23
23
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
24
24
|
require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
@@ -32,7 +32,7 @@ require('omit-empty-es');
|
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
33
33
|
require('@commercetools-frontend/sdk');
|
|
34
34
|
require('@commercetools-frontend/constants');
|
|
35
|
-
require('./constants-
|
|
35
|
+
require('./constants-d9a5241e.cjs.dev.js');
|
|
36
36
|
require('@commercetools-frontend/react-notifications');
|
|
37
37
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
38
38
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -71,7 +71,7 @@ require('perfume.js');
|
|
|
71
71
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
72
72
|
require('lodash/camelCase');
|
|
73
73
|
require('@apollo/client/react');
|
|
74
|
-
require('./oidc-
|
|
74
|
+
require('./oidc-9134face.cjs.dev.js');
|
|
75
75
|
require('qss');
|
|
76
76
|
require('jwt-decode');
|
|
77
77
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -116,6 +116,8 @@ require('@commercetools-frontend/assets/images/diagonal-line.svg');
|
|
|
116
116
|
require('lodash/throttle');
|
|
117
117
|
require('@commercetools-frontend/url-utils');
|
|
118
118
|
require('@commercetools-frontend/actions-global');
|
|
119
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
120
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
119
121
|
|
|
120
122
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
121
123
|
|
package/dist/{project-not-found-cf44540b.cjs.prod.js → project-not-found-345a1103.cjs.prod.js}
RENAMED
|
@@ -12,13 +12,13 @@ var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
|
12
12
|
var reactIntl = require('react-intl');
|
|
13
13
|
var FailedAuthorizationSVG = require('@commercetools-frontend/assets/images/folder-full-locked.svg');
|
|
14
14
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
15
|
-
var servicePageProjectSwitcher = require('./service-page-project-switcher-
|
|
15
|
+
var servicePageProjectSwitcher = require('./service-page-project-switcher-5e28ee0f.cjs.prod.js');
|
|
16
16
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
17
17
|
require('@emotion/styled/base');
|
|
18
18
|
require('react-router-dom');
|
|
19
19
|
require('@commercetools-frontend/application-shell-connectors');
|
|
20
|
-
require('./index-
|
|
21
|
-
require('./application-entry-point-
|
|
20
|
+
require('./index-e96ff96a.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-9a23a345.cjs.prod.js');
|
|
22
22
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
23
23
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
24
24
|
require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
@@ -32,7 +32,7 @@ require('omit-empty-es');
|
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
33
33
|
require('@commercetools-frontend/sdk');
|
|
34
34
|
require('@commercetools-frontend/constants');
|
|
35
|
-
require('./constants-
|
|
35
|
+
require('./constants-c2c238ff.cjs.prod.js');
|
|
36
36
|
require('@commercetools-frontend/react-notifications');
|
|
37
37
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
38
38
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -71,7 +71,7 @@ require('perfume.js');
|
|
|
71
71
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
72
72
|
require('lodash/camelCase');
|
|
73
73
|
require('@apollo/client/react');
|
|
74
|
-
require('./oidc-
|
|
74
|
+
require('./oidc-5b507512.cjs.prod.js');
|
|
75
75
|
require('qss');
|
|
76
76
|
require('jwt-decode');
|
|
77
77
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -116,6 +116,8 @@ require('@commercetools-frontend/assets/images/diagonal-line.svg');
|
|
|
116
116
|
require('lodash/throttle');
|
|
117
117
|
require('@commercetools-frontend/url-utils');
|
|
118
118
|
require('@commercetools-frontend/actions-global');
|
|
119
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
120
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
119
121
|
|
|
120
122
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
121
123
|
|
|
@@ -10,13 +10,13 @@ import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
|
10
10
|
import { defineMessages, useIntl, FormattedMessage } from 'react-intl';
|
|
11
11
|
import FailedAuthorizationSVG from '@commercetools-frontend/assets/images/folder-full-locked.svg';
|
|
12
12
|
import { MaintenancePageLayout } from '@commercetools-frontend/application-components';
|
|
13
|
-
import { S as ServicePageProjectSwitcher } from './service-page-project-switcher-
|
|
13
|
+
import { S as ServicePageProjectSwitcher } from './service-page-project-switcher-ea8878cf.esm.js';
|
|
14
14
|
import { jsx } from '@emotion/react/jsx-runtime';
|
|
15
15
|
import '@emotion/styled/base';
|
|
16
16
|
import 'react-router-dom';
|
|
17
17
|
import '@commercetools-frontend/application-shell-connectors';
|
|
18
|
-
import './index-
|
|
19
|
-
import './application-entry-point-
|
|
18
|
+
import './index-5062ecc2.esm.js';
|
|
19
|
+
import './application-entry-point-a5b662f7.esm.js';
|
|
20
20
|
import '@babel/runtime-corejs3/helpers/toConsumableArray';
|
|
21
21
|
import '@babel/runtime-corejs3/helpers/slicedToArray';
|
|
22
22
|
import '@babel/runtime-corejs3/core-js-stable/instance/reduce';
|
|
@@ -30,7 +30,7 @@ import 'omit-empty-es';
|
|
|
30
30
|
import '@commercetools-frontend/notifications';
|
|
31
31
|
import '@commercetools-frontend/sdk';
|
|
32
32
|
import '@commercetools-frontend/constants';
|
|
33
|
-
import './constants-
|
|
33
|
+
import './constants-a3c850be.esm.js';
|
|
34
34
|
import '@commercetools-frontend/react-notifications';
|
|
35
35
|
import '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
36
36
|
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-5cae2dba.esm.js';
|
|
73
73
|
import 'qss';
|
|
74
74
|
import 'jwt-decode';
|
|
75
75
|
import '@commercetools-frontend/assets/images/locked-diamond.svg';
|
|
@@ -114,6 +114,8 @@ import '@commercetools-frontend/assets/images/diagonal-line.svg';
|
|
|
114
114
|
import 'lodash/throttle';
|
|
115
115
|
import '@commercetools-frontend/url-utils';
|
|
116
116
|
import '@commercetools-frontend/actions-global';
|
|
117
|
+
import '@babel/runtime-corejs3/helpers/assertThisInitialized';
|
|
118
|
+
import '@babel/runtime-corejs3/helpers/wrapNativeSuper';
|
|
117
119
|
|
|
118
120
|
var messages = defineMessages({
|
|
119
121
|
title: {
|
|
@@ -12,13 +12,13 @@ var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
|
12
12
|
var reactIntl = require('react-intl');
|
|
13
13
|
var ProjectExpiredSVG = require('@commercetools-frontend/assets/images/hourglass.svg');
|
|
14
14
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
15
|
-
var servicePageProjectSwitcher = require('./service-page-project-switcher-
|
|
15
|
+
var servicePageProjectSwitcher = require('./service-page-project-switcher-5d2bef22.cjs.dev.js');
|
|
16
16
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
17
17
|
require('@emotion/styled/base');
|
|
18
18
|
require('react-router-dom');
|
|
19
19
|
require('@commercetools-frontend/application-shell-connectors');
|
|
20
|
-
require('./index-
|
|
21
|
-
require('./application-entry-point-
|
|
20
|
+
require('./index-f576ae07.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-4de6686c.cjs.dev.js');
|
|
22
22
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
23
23
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
24
24
|
require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
@@ -32,7 +32,7 @@ require('omit-empty-es');
|
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
33
33
|
require('@commercetools-frontend/sdk');
|
|
34
34
|
require('@commercetools-frontend/constants');
|
|
35
|
-
require('./constants-
|
|
35
|
+
require('./constants-d9a5241e.cjs.dev.js');
|
|
36
36
|
require('@commercetools-frontend/react-notifications');
|
|
37
37
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
38
38
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -71,7 +71,7 @@ require('perfume.js');
|
|
|
71
71
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
72
72
|
require('lodash/camelCase');
|
|
73
73
|
require('@apollo/client/react');
|
|
74
|
-
require('./oidc-
|
|
74
|
+
require('./oidc-9134face.cjs.dev.js');
|
|
75
75
|
require('qss');
|
|
76
76
|
require('jwt-decode');
|
|
77
77
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -116,6 +116,8 @@ require('@commercetools-frontend/assets/images/diagonal-line.svg');
|
|
|
116
116
|
require('lodash/throttle');
|
|
117
117
|
require('@commercetools-frontend/url-utils');
|
|
118
118
|
require('@commercetools-frontend/actions-global');
|
|
119
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
120
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
119
121
|
|
|
120
122
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
121
123
|
|
package/dist/{project-not-initialized-23dd0a8d.esm.js → project-not-initialized-69a8f77c.esm.js}
RENAMED
|
@@ -10,13 +10,13 @@ import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
|
10
10
|
import { defineMessages, useIntl, FormattedMessage } from 'react-intl';
|
|
11
11
|
import ProjectExpiredSVG from '@commercetools-frontend/assets/images/hourglass.svg';
|
|
12
12
|
import { MaintenancePageLayout } from '@commercetools-frontend/application-components';
|
|
13
|
-
import { S as ServicePageProjectSwitcher } from './service-page-project-switcher-
|
|
13
|
+
import { S as ServicePageProjectSwitcher } from './service-page-project-switcher-ea8878cf.esm.js';
|
|
14
14
|
import { jsx } from '@emotion/react/jsx-runtime';
|
|
15
15
|
import '@emotion/styled/base';
|
|
16
16
|
import 'react-router-dom';
|
|
17
17
|
import '@commercetools-frontend/application-shell-connectors';
|
|
18
|
-
import './index-
|
|
19
|
-
import './application-entry-point-
|
|
18
|
+
import './index-5062ecc2.esm.js';
|
|
19
|
+
import './application-entry-point-a5b662f7.esm.js';
|
|
20
20
|
import '@babel/runtime-corejs3/helpers/toConsumableArray';
|
|
21
21
|
import '@babel/runtime-corejs3/helpers/slicedToArray';
|
|
22
22
|
import '@babel/runtime-corejs3/core-js-stable/instance/reduce';
|
|
@@ -30,7 +30,7 @@ import 'omit-empty-es';
|
|
|
30
30
|
import '@commercetools-frontend/notifications';
|
|
31
31
|
import '@commercetools-frontend/sdk';
|
|
32
32
|
import '@commercetools-frontend/constants';
|
|
33
|
-
import './constants-
|
|
33
|
+
import './constants-a3c850be.esm.js';
|
|
34
34
|
import '@commercetools-frontend/react-notifications';
|
|
35
35
|
import '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
36
36
|
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-5cae2dba.esm.js';
|
|
73
73
|
import 'qss';
|
|
74
74
|
import 'jwt-decode';
|
|
75
75
|
import '@commercetools-frontend/assets/images/locked-diamond.svg';
|
|
@@ -114,6 +114,8 @@ import '@commercetools-frontend/assets/images/diagonal-line.svg';
|
|
|
114
114
|
import 'lodash/throttle';
|
|
115
115
|
import '@commercetools-frontend/url-utils';
|
|
116
116
|
import '@commercetools-frontend/actions-global';
|
|
117
|
+
import '@babel/runtime-corejs3/helpers/assertThisInitialized';
|
|
118
|
+
import '@babel/runtime-corejs3/helpers/wrapNativeSuper';
|
|
117
119
|
|
|
118
120
|
var messages = defineMessages({
|
|
119
121
|
title: {
|
|
@@ -12,13 +12,13 @@ var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
|
12
12
|
var reactIntl = require('react-intl');
|
|
13
13
|
var ProjectExpiredSVG = require('@commercetools-frontend/assets/images/hourglass.svg');
|
|
14
14
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
15
|
-
var servicePageProjectSwitcher = require('./service-page-project-switcher-
|
|
15
|
+
var servicePageProjectSwitcher = require('./service-page-project-switcher-5e28ee0f.cjs.prod.js');
|
|
16
16
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
17
17
|
require('@emotion/styled/base');
|
|
18
18
|
require('react-router-dom');
|
|
19
19
|
require('@commercetools-frontend/application-shell-connectors');
|
|
20
|
-
require('./index-
|
|
21
|
-
require('./application-entry-point-
|
|
20
|
+
require('./index-e96ff96a.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-9a23a345.cjs.prod.js');
|
|
22
22
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
23
23
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
24
24
|
require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
@@ -32,7 +32,7 @@ require('omit-empty-es');
|
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
33
33
|
require('@commercetools-frontend/sdk');
|
|
34
34
|
require('@commercetools-frontend/constants');
|
|
35
|
-
require('./constants-
|
|
35
|
+
require('./constants-c2c238ff.cjs.prod.js');
|
|
36
36
|
require('@commercetools-frontend/react-notifications');
|
|
37
37
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
38
38
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -71,7 +71,7 @@ require('perfume.js');
|
|
|
71
71
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
72
72
|
require('lodash/camelCase');
|
|
73
73
|
require('@apollo/client/react');
|
|
74
|
-
require('./oidc-
|
|
74
|
+
require('./oidc-5b507512.cjs.prod.js');
|
|
75
75
|
require('qss');
|
|
76
76
|
require('jwt-decode');
|
|
77
77
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -116,6 +116,8 @@ require('@commercetools-frontend/assets/images/diagonal-line.svg');
|
|
|
116
116
|
require('lodash/throttle');
|
|
117
117
|
require('@commercetools-frontend/url-utils');
|
|
118
118
|
require('@commercetools-frontend/actions-global');
|
|
119
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
120
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
119
121
|
|
|
120
122
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
121
123
|
|
package/dist/{project-suspended-f6f25355.cjs.prod.js → project-suspended-283ebad8.cjs.prod.js}
RENAMED
|
@@ -12,13 +12,13 @@ var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
|
12
12
|
var reactIntl = require('react-intl');
|
|
13
13
|
var ProjectSuspendedSVG = require('@commercetools-frontend/assets/images/doors-closed.svg');
|
|
14
14
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
15
|
-
var servicePageProjectSwitcher = require('./service-page-project-switcher-
|
|
15
|
+
var servicePageProjectSwitcher = require('./service-page-project-switcher-5e28ee0f.cjs.prod.js');
|
|
16
16
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
17
17
|
require('@emotion/styled/base');
|
|
18
18
|
require('react-router-dom');
|
|
19
19
|
require('@commercetools-frontend/application-shell-connectors');
|
|
20
|
-
require('./index-
|
|
21
|
-
require('./application-entry-point-
|
|
20
|
+
require('./index-e96ff96a.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-9a23a345.cjs.prod.js');
|
|
22
22
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
23
23
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
24
24
|
require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
@@ -32,7 +32,7 @@ require('omit-empty-es');
|
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
33
33
|
require('@commercetools-frontend/sdk');
|
|
34
34
|
require('@commercetools-frontend/constants');
|
|
35
|
-
require('./constants-
|
|
35
|
+
require('./constants-c2c238ff.cjs.prod.js');
|
|
36
36
|
require('@commercetools-frontend/react-notifications');
|
|
37
37
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
38
38
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -71,7 +71,7 @@ require('perfume.js');
|
|
|
71
71
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
72
72
|
require('lodash/camelCase');
|
|
73
73
|
require('@apollo/client/react');
|
|
74
|
-
require('./oidc-
|
|
74
|
+
require('./oidc-5b507512.cjs.prod.js');
|
|
75
75
|
require('qss');
|
|
76
76
|
require('jwt-decode');
|
|
77
77
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -116,6 +116,8 @@ require('@commercetools-frontend/assets/images/diagonal-line.svg');
|
|
|
116
116
|
require('lodash/throttle');
|
|
117
117
|
require('@commercetools-frontend/url-utils');
|
|
118
118
|
require('@commercetools-frontend/actions-global');
|
|
119
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
120
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
119
121
|
|
|
120
122
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
121
123
|
|
package/dist/{project-suspended-ad97c11c.cjs.dev.js → project-suspended-a21d49f2.cjs.dev.js}
RENAMED
|
@@ -12,13 +12,13 @@ var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
|
12
12
|
var reactIntl = require('react-intl');
|
|
13
13
|
var ProjectSuspendedSVG = require('@commercetools-frontend/assets/images/doors-closed.svg');
|
|
14
14
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
15
|
-
var servicePageProjectSwitcher = require('./service-page-project-switcher-
|
|
15
|
+
var servicePageProjectSwitcher = require('./service-page-project-switcher-5d2bef22.cjs.dev.js');
|
|
16
16
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
17
17
|
require('@emotion/styled/base');
|
|
18
18
|
require('react-router-dom');
|
|
19
19
|
require('@commercetools-frontend/application-shell-connectors');
|
|
20
|
-
require('./index-
|
|
21
|
-
require('./application-entry-point-
|
|
20
|
+
require('./index-f576ae07.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-4de6686c.cjs.dev.js');
|
|
22
22
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
23
23
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
24
24
|
require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
@@ -32,7 +32,7 @@ require('omit-empty-es');
|
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
33
33
|
require('@commercetools-frontend/sdk');
|
|
34
34
|
require('@commercetools-frontend/constants');
|
|
35
|
-
require('./constants-
|
|
35
|
+
require('./constants-d9a5241e.cjs.dev.js');
|
|
36
36
|
require('@commercetools-frontend/react-notifications');
|
|
37
37
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
38
38
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
@@ -71,7 +71,7 @@ require('perfume.js');
|
|
|
71
71
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
72
72
|
require('lodash/camelCase');
|
|
73
73
|
require('@apollo/client/react');
|
|
74
|
-
require('./oidc-
|
|
74
|
+
require('./oidc-9134face.cjs.dev.js');
|
|
75
75
|
require('qss');
|
|
76
76
|
require('jwt-decode');
|
|
77
77
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -116,6 +116,8 @@ require('@commercetools-frontend/assets/images/diagonal-line.svg');
|
|
|
116
116
|
require('lodash/throttle');
|
|
117
117
|
require('@commercetools-frontend/url-utils');
|
|
118
118
|
require('@commercetools-frontend/actions-global');
|
|
119
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
120
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
119
121
|
|
|
120
122
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
121
123
|
|
|
@@ -10,13 +10,13 @@ import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
|
10
10
|
import { defineMessages, useIntl, FormattedMessage } from 'react-intl';
|
|
11
11
|
import ProjectSuspendedSVG from '@commercetools-frontend/assets/images/doors-closed.svg';
|
|
12
12
|
import { MaintenancePageLayout } from '@commercetools-frontend/application-components';
|
|
13
|
-
import { S as ServicePageProjectSwitcher } from './service-page-project-switcher-
|
|
13
|
+
import { S as ServicePageProjectSwitcher } from './service-page-project-switcher-ea8878cf.esm.js';
|
|
14
14
|
import { jsx } from '@emotion/react/jsx-runtime';
|
|
15
15
|
import '@emotion/styled/base';
|
|
16
16
|
import 'react-router-dom';
|
|
17
17
|
import '@commercetools-frontend/application-shell-connectors';
|
|
18
|
-
import './index-
|
|
19
|
-
import './application-entry-point-
|
|
18
|
+
import './index-5062ecc2.esm.js';
|
|
19
|
+
import './application-entry-point-a5b662f7.esm.js';
|
|
20
20
|
import '@babel/runtime-corejs3/helpers/toConsumableArray';
|
|
21
21
|
import '@babel/runtime-corejs3/helpers/slicedToArray';
|
|
22
22
|
import '@babel/runtime-corejs3/core-js-stable/instance/reduce';
|
|
@@ -30,7 +30,7 @@ import 'omit-empty-es';
|
|
|
30
30
|
import '@commercetools-frontend/notifications';
|
|
31
31
|
import '@commercetools-frontend/sdk';
|
|
32
32
|
import '@commercetools-frontend/constants';
|
|
33
|
-
import './constants-
|
|
33
|
+
import './constants-a3c850be.esm.js';
|
|
34
34
|
import '@commercetools-frontend/react-notifications';
|
|
35
35
|
import '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
36
36
|
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-5cae2dba.esm.js';
|
|
73
73
|
import 'qss';
|
|
74
74
|
import 'jwt-decode';
|
|
75
75
|
import '@commercetools-frontend/assets/images/locked-diamond.svg';
|
|
@@ -114,6 +114,8 @@ import '@commercetools-frontend/assets/images/diagonal-line.svg';
|
|
|
114
114
|
import 'lodash/throttle';
|
|
115
115
|
import '@commercetools-frontend/url-utils';
|
|
116
116
|
import '@commercetools-frontend/actions-global';
|
|
117
|
+
import '@babel/runtime-corejs3/helpers/assertThisInitialized';
|
|
118
|
+
import '@babel/runtime-corejs3/helpers/wrapNativeSuper';
|
|
117
119
|
|
|
118
120
|
var messages = defineMessages({
|
|
119
121
|
defaultSuspensionMessage: {
|
|
@@ -22,7 +22,7 @@ import debounce from 'debounce-async';
|
|
|
22
22
|
import { SUPPORT_PORTAL_URL, LOGOUT_REASONS, GRAPHQL_TARGETS, MC_API_PROXY_TARGETS } from '@commercetools-frontend/constants';
|
|
23
23
|
import { hasSomePermissions } from '@commercetools-frontend/permissions';
|
|
24
24
|
import { useApplicationContext } from '@commercetools-frontend/application-shell-connectors';
|
|
25
|
-
import { c as location } from './application-entry-point-
|
|
25
|
+
import { c as location } from './application-entry-point-a5b662f7.esm.js';
|
|
26
26
|
import _Object$keys from '@babel/runtime-corejs3/core-js-stable/object/keys';
|
|
27
27
|
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
28
28
|
import _Object$getOwnPropertyDescriptor from '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor';
|
|
@@ -41,7 +41,7 @@ import LoadingSpinner from '@commercetools-uikit/loading-spinner';
|
|
|
41
41
|
import { AngleThinRightIcon, SearchIcon } from '@commercetools-uikit/icons';
|
|
42
42
|
import { customProperties } from '@commercetools-uikit/design-system';
|
|
43
43
|
import { jsxs, jsx } from '@emotion/react/jsx-runtime';
|
|
44
|
-
import { B as ButlerContainer, p as pimIndexerStates } from './index-
|
|
44
|
+
import { B as ButlerContainer, p as pimIndexerStates } from './index-5062ecc2.esm.js';
|
|
45
45
|
import _Promise from '@babel/runtime-corejs3/core-js-stable/promise';
|
|
46
46
|
import _reduceInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/reduce';
|
|
47
47
|
import _findInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/find';
|
|
@@ -52,7 +52,7 @@ import 'redux';
|
|
|
52
52
|
import 'redux-thunk';
|
|
53
53
|
import 'omit-empty-es';
|
|
54
54
|
import '@commercetools-frontend/notifications';
|
|
55
|
-
import './constants-
|
|
55
|
+
import './constants-a3c850be.esm.js';
|
|
56
56
|
import '@commercetools-frontend/react-notifications';
|
|
57
57
|
import 'redux-logger';
|
|
58
58
|
import 'react-dom';
|
|
@@ -80,7 +80,7 @@ import '@commercetools-frontend/i18n';
|
|
|
80
80
|
import 'perfume.js';
|
|
81
81
|
import '@babel/runtime-corejs3/core-js-stable/instance/reverse';
|
|
82
82
|
import 'lodash/camelCase';
|
|
83
|
-
import './oidc-
|
|
83
|
+
import './oidc-5cae2dba.esm.js';
|
|
84
84
|
import 'qss';
|
|
85
85
|
import 'jwt-decode';
|
|
86
86
|
import '@commercetools-frontend/assets/images/locked-diamond.svg';
|
|
@@ -118,6 +118,8 @@ import '@commercetools-frontend/assets/images/diagonal-line.svg';
|
|
|
118
118
|
import 'lodash/throttle';
|
|
119
119
|
import '@commercetools-frontend/url-utils';
|
|
120
120
|
import '@commercetools-frontend/actions-global';
|
|
121
|
+
import '@babel/runtime-corejs3/helpers/assertThisInitialized';
|
|
122
|
+
import '@babel/runtime-corejs3/helpers/wrapNativeSuper';
|
|
121
123
|
|
|
122
124
|
function _EMOTION_STRINGIFIED_CSS_ERROR__$1() { 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)."; }
|
|
123
125
|
|