@commercetools-frontend/application-shell 21.9.0 → 21.12.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-f104319e.esm.js → application-entry-point-01424eb5.esm.js} +276 -95
- package/dist/{application-entry-point-0650332e.cjs.prod.js → application-entry-point-93ad5f12.cjs.prod.js} +280 -94
- package/dist/{application-entry-point-9df8f75e.cjs.dev.js → application-entry-point-a9aa0d45.cjs.dev.js} +280 -94
- package/dist/commercetools-frontend-application-shell.cjs.dev.js +21 -15
- package/dist/commercetools-frontend-application-shell.cjs.prod.js +21 -15
- package/dist/commercetools-frontend-application-shell.esm.js +17 -15
- 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 -2
- 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 +3 -1
- package/dist/declarations/src/types/generated/ctp.d.ts +15 -1
- package/dist/declarations/src/utils/apollo-client-runtime-cache.d.ts +1 -2
- package/dist/declarations/src/utils/apollo-context.d.ts +3 -14
- package/dist/declarations/src/utils/get-mc-api-url/get-mc-api-url.d.ts +2 -7
- package/dist/declarations/src/utils/http-client.d.ts +29 -0
- package/dist/declarations/src/utils/index.d.ts +1 -1
- package/dist/{index-b0b16985.cjs.dev.js → index-149f53ec.cjs.dev.js} +9 -14
- package/dist/{index-edd1f296.esm.js → index-424de814.esm.js} +9 -14
- package/dist/{index-3dac983e.cjs.prod.js → index-f0bd3232.cjs.prod.js} +9 -14
- 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-18373b37.cjs.dev.js} +16 -14
- package/dist/{project-expired-e4b56600.esm.js → project-expired-457db600.esm.js} +16 -14
- package/dist/{project-expired-5f0f3bb2.cjs.dev.js → project-expired-de826ba3.cjs.prod.js} +16 -14
- package/dist/{project-not-found-11ee63f2.esm.js → project-not-found-0c6fe7f5.esm.js} +16 -14
- package/dist/{project-not-found-24cd5af4.cjs.dev.js → project-not-found-5c0fe8a1.cjs.dev.js} +16 -14
- package/dist/{project-not-found-cf44540b.cjs.prod.js → project-not-found-fa0e524c.cjs.prod.js} +16 -14
- package/dist/{project-not-initialized-e5b36044.cjs.dev.js → project-not-initialized-a1bf95fd.cjs.dev.js} +16 -14
- package/dist/{project-not-initialized-f160d31e.cjs.prod.js → project-not-initialized-da0fad06.cjs.prod.js} +16 -14
- package/dist/{project-not-initialized-23dd0a8d.esm.js → project-not-initialized-dc38f9f9.esm.js} +16 -14
- package/dist/{project-suspended-5b470857.esm.js → project-suspended-32b5b5b2.esm.js} +16 -14
- package/dist/{project-suspended-ad97c11c.cjs.dev.js → project-suspended-92518e78.cjs.dev.js} +16 -14
- package/dist/{project-suspended-f6f25355.cjs.prod.js → project-suspended-cbad48d9.cjs.prod.js} +16 -14
- package/dist/{quick-access-5223e91a.esm.js → quick-access-793ccbe9.esm.js} +13 -11
- package/dist/{quick-access-4077e80d.cjs.dev.js → quick-access-9dc493d3.cjs.dev.js} +13 -11
- package/dist/{quick-access-cdb8ce9e.cjs.prod.js → quick-access-feca5530.cjs.prod.js} +13 -11
- package/dist/{service-page-project-switcher-057e819c.cjs.prod.js → service-page-project-switcher-15a90544.cjs.prod.js} +1 -1
- package/dist/{service-page-project-switcher-f29ee61d.esm.js → service-page-project-switcher-5f17d0e5.esm.js} +1 -1
- package/dist/{service-page-project-switcher-ab9d0c0e.cjs.dev.js → service-page-project-switcher-b9c66554.cjs.dev.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 +13 -3
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.prod.js +13 -3
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.esm.js +13 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var applicationEntryPoint = require('./application-entry-point-
|
|
3
|
+
var applicationEntryPoint = require('./application-entry-point-a9aa0d45.cjs.dev.js');
|
|
4
4
|
var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
5
5
|
var _styled = require('@emotion/styled/base');
|
|
6
6
|
var _pt = require('prop-types');
|
|
@@ -24,7 +24,7 @@ var applicationShellConnectors = require('@commercetools-frontend/application-sh
|
|
|
24
24
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
25
25
|
var reactNotifications = require('@commercetools-frontend/react-notifications');
|
|
26
26
|
var i18n = require('@commercetools-frontend/i18n');
|
|
27
|
-
var constants = require('./constants-
|
|
27
|
+
var constants = require('./constants-d9a5241e.cjs.dev.js');
|
|
28
28
|
var uuid = require('uuid');
|
|
29
29
|
var _URL = require('@babel/runtime-corejs3/core-js-stable/url');
|
|
30
30
|
var _concatInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
@@ -38,7 +38,7 @@ var reactRedux = require('react-redux');
|
|
|
38
38
|
var history = require('@commercetools-frontend/browser-history');
|
|
39
39
|
var reactIntl = require('react-intl');
|
|
40
40
|
var _startsWithInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
41
|
-
var oidc = require('./oidc-
|
|
41
|
+
var oidc = require('./oidc-9134face.cjs.dev.js');
|
|
42
42
|
var qss = require('qss');
|
|
43
43
|
var jwtDecode = require('jwt-decode');
|
|
44
44
|
var FailedAuthenticationSVG = require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -172,12 +172,7 @@ var createApolloContextForProxyForwardTo = function createApolloContextForProxyF
|
|
|
172
172
|
// Send the request to the forward-to endpoint.
|
|
173
173
|
uri: "".concat(applicationEntryPoint.getMcApiUrl(), "/proxy/forward-to"),
|
|
174
174
|
// Custom properties to be used by the "header-link".
|
|
175
|
-
forwardToConfig:
|
|
176
|
-
version: 'v2',
|
|
177
|
-
uri: proxyForwardTocontext.uri,
|
|
178
|
-
headers: proxyForwardTocontext.headers,
|
|
179
|
-
audiencePolicy: proxyForwardTocontext.audiencePolicy || 'forward-url-full-path'
|
|
180
|
-
},
|
|
175
|
+
forwardToConfig: proxyForwardTocontext,
|
|
181
176
|
skipGraphQlTargetCheck: true
|
|
182
177
|
};
|
|
183
178
|
};
|
|
@@ -2453,19 +2448,19 @@ LocaleSwitcher.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
2453
2448
|
} : {};
|
|
2454
2449
|
|
|
2455
2450
|
var ProjectNotFound = /*#__PURE__*/react.lazy(function () {
|
|
2456
|
-
return Promise.resolve().then(function () { return require('./project-not-found-
|
|
2451
|
+
return Promise.resolve().then(function () { return require('./project-not-found-5c0fe8a1.cjs.dev.js'
|
|
2457
2452
|
/* webpackChunkName: "project-not-found" */
|
|
2458
2453
|
); });
|
|
2459
2454
|
});
|
|
2460
2455
|
|
|
2461
2456
|
var ProjectExpired = /*#__PURE__*/react.lazy(function () {
|
|
2462
|
-
return Promise.resolve().then(function () { return require('./project-expired-
|
|
2457
|
+
return Promise.resolve().then(function () { return require('./project-expired-18373b37.cjs.dev.js'
|
|
2463
2458
|
/* webpackChunkName: "project-expired" */
|
|
2464
2459
|
); });
|
|
2465
2460
|
});
|
|
2466
2461
|
|
|
2467
2462
|
var ProjectNotInitialized = /*#__PURE__*/react.lazy(function () {
|
|
2468
|
-
return Promise.resolve().then(function () { return require('./project-not-initialized-
|
|
2463
|
+
return Promise.resolve().then(function () { return require('./project-not-initialized-a1bf95fd.cjs.dev.js'
|
|
2469
2464
|
/* webpackChunkName: "project-not-initialized" */
|
|
2470
2465
|
); });
|
|
2471
2466
|
});
|
|
@@ -2512,7 +2507,7 @@ var RedirectToProjectCreate = function RedirectToProjectCreate() {
|
|
|
2512
2507
|
RedirectToProjectCreate.displayName = 'RedirectToProjectCreate';
|
|
2513
2508
|
|
|
2514
2509
|
var ProjectSuspended = /*#__PURE__*/react.lazy(function () {
|
|
2515
|
-
return Promise.resolve().then(function () { return require('./project-suspended-
|
|
2510
|
+
return Promise.resolve().then(function () { return require('./project-suspended-92518e78.cjs.dev.js'
|
|
2516
2511
|
/* webpackChunkName: "project-suspended" */
|
|
2517
2512
|
); });
|
|
2518
2513
|
});
|
|
@@ -3859,7 +3854,7 @@ var pimIndexerStates = {
|
|
|
3859
3854
|
};
|
|
3860
3855
|
|
|
3861
3856
|
var QuickAccess = /*#__PURE__*/react.lazy(function () {
|
|
3862
|
-
return Promise.resolve().then(function () { return require('./quick-access-
|
|
3857
|
+
return Promise.resolve().then(function () { return require('./quick-access-9dc493d3.cjs.dev.js'
|
|
3863
3858
|
/* webpackChunkName: "quick-access" */
|
|
3864
3859
|
); });
|
|
3865
3860
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getMcApiUrl, l as logger, a as getActiveProjectKey, r as removeActiveProjectKey, s as setActiveProjectKey, b as getSessionScope, c as location, d as getSessionState, e as setActiveSession, f as createApolloClient, i as internalReduxStore, h as setCachedApolloClient, v as version, R as REQUESTS_IN_FLIGHT_LOADER_DOM_ID, u as useIsServedByProxy, A as ApplicationEntryPoint, j as setSessionScope, k as setSessionState, m as clearSession, n as selectProjectKeyFromUrl, o as RequestsInFlightLoader, p as RouteCatchAll } from './application-entry-point-
|
|
1
|
+
import { g as getMcApiUrl, l as logger, a as getActiveProjectKey, r as removeActiveProjectKey, s as setActiveProjectKey, b as getSessionScope, c as location, d as getSessionState, e as setActiveSession, f as createApolloClient, i as internalReduxStore, h as setCachedApolloClient, v as version, R as REQUESTS_IN_FLIGHT_LOADER_DOM_ID, u as useIsServedByProxy, A as ApplicationEntryPoint, j as setSessionScope, k as setSessionState, m as clearSession, n as selectProjectKeyFromUrl, o as RequestsInFlightLoader, p as RouteCatchAll } from './application-entry-point-01424eb5.esm.js';
|
|
2
2
|
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
3
3
|
import _styled from '@emotion/styled/base';
|
|
4
4
|
import _pt from 'prop-types';
|
|
@@ -22,7 +22,7 @@ import { ApplicationContextProvider, useApplicationContext, normalizeAllAppliedP
|
|
|
22
22
|
import { PublicPageLayout, MaintenancePageLayout, PortalsContainer } from '@commercetools-frontend/application-components';
|
|
23
23
|
import { Notifier, NotificationsList } from '@commercetools-frontend/react-notifications';
|
|
24
24
|
import { AsyncLocaleData } from '@commercetools-frontend/i18n';
|
|
25
|
-
import { S as STORAGE_KEYS, O as OIDC_CLAIMS, D as DIMENSIONS, C as CONTAINERS, a as SUSPENSION_REASONS, b as OIDC_RESPONSE_TYPES } from './constants-
|
|
25
|
+
import { S as STORAGE_KEYS, O as OIDC_CLAIMS, D as DIMENSIONS, C as CONTAINERS, a as SUSPENSION_REASONS, b as OIDC_RESPONSE_TYPES } from './constants-a3c850be.esm.js';
|
|
26
26
|
import { v4 } from 'uuid';
|
|
27
27
|
import _URL from '@babel/runtime-corejs3/core-js-stable/url';
|
|
28
28
|
import _concatInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/concat';
|
|
@@ -36,7 +36,7 @@ import { Provider, useStore } from 'react-redux';
|
|
|
36
36
|
import history from '@commercetools-frontend/browser-history';
|
|
37
37
|
import { IntlProvider, defineMessages, useIntl, FormattedMessage } from 'react-intl';
|
|
38
38
|
import _startsWithInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
39
|
-
import { b as buildOidcScope } from './oidc-
|
|
39
|
+
import { b as buildOidcScope } from './oidc-5cae2dba.esm.js';
|
|
40
40
|
import { encode, decode } from 'qss';
|
|
41
41
|
import jwtDecode from 'jwt-decode';
|
|
42
42
|
import FailedAuthenticationSVG from '@commercetools-frontend/assets/images/locked-diamond.svg';
|
|
@@ -112,12 +112,7 @@ var createApolloContextForProxyForwardTo = function createApolloContextForProxyF
|
|
|
112
112
|
// Send the request to the forward-to endpoint.
|
|
113
113
|
uri: "".concat(getMcApiUrl(), "/proxy/forward-to"),
|
|
114
114
|
// Custom properties to be used by the "header-link".
|
|
115
|
-
forwardToConfig:
|
|
116
|
-
version: 'v2',
|
|
117
|
-
uri: proxyForwardTocontext.uri,
|
|
118
|
-
headers: proxyForwardTocontext.headers,
|
|
119
|
-
audiencePolicy: proxyForwardTocontext.audiencePolicy || 'forward-url-full-path'
|
|
120
|
-
},
|
|
115
|
+
forwardToConfig: proxyForwardTocontext,
|
|
121
116
|
skipGraphQlTargetCheck: true
|
|
122
117
|
};
|
|
123
118
|
};
|
|
@@ -2393,19 +2388,19 @@ LocaleSwitcher.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
2393
2388
|
} : {};
|
|
2394
2389
|
|
|
2395
2390
|
var ProjectNotFound = /*#__PURE__*/lazy(function () {
|
|
2396
|
-
return import('./project-not-found-
|
|
2391
|
+
return import('./project-not-found-0c6fe7f5.esm.js'
|
|
2397
2392
|
/* webpackChunkName: "project-not-found" */
|
|
2398
2393
|
);
|
|
2399
2394
|
});
|
|
2400
2395
|
|
|
2401
2396
|
var ProjectExpired = /*#__PURE__*/lazy(function () {
|
|
2402
|
-
return import('./project-expired-
|
|
2397
|
+
return import('./project-expired-457db600.esm.js'
|
|
2403
2398
|
/* webpackChunkName: "project-expired" */
|
|
2404
2399
|
);
|
|
2405
2400
|
});
|
|
2406
2401
|
|
|
2407
2402
|
var ProjectNotInitialized = /*#__PURE__*/lazy(function () {
|
|
2408
|
-
return import('./project-not-initialized-
|
|
2403
|
+
return import('./project-not-initialized-dc38f9f9.esm.js'
|
|
2409
2404
|
/* webpackChunkName: "project-not-initialized" */
|
|
2410
2405
|
);
|
|
2411
2406
|
});
|
|
@@ -2452,7 +2447,7 @@ var RedirectToProjectCreate = function RedirectToProjectCreate() {
|
|
|
2452
2447
|
RedirectToProjectCreate.displayName = 'RedirectToProjectCreate';
|
|
2453
2448
|
|
|
2454
2449
|
var ProjectSuspended = /*#__PURE__*/lazy(function () {
|
|
2455
|
-
return import('./project-suspended-
|
|
2450
|
+
return import('./project-suspended-32b5b5b2.esm.js'
|
|
2456
2451
|
/* webpackChunkName: "project-suspended" */
|
|
2457
2452
|
);
|
|
2458
2453
|
});
|
|
@@ -3799,7 +3794,7 @@ var pimIndexerStates = {
|
|
|
3799
3794
|
};
|
|
3800
3795
|
|
|
3801
3796
|
var QuickAccess = /*#__PURE__*/lazy(function () {
|
|
3802
|
-
return import('./quick-access-
|
|
3797
|
+
return import('./quick-access-793ccbe9.esm.js'
|
|
3803
3798
|
/* webpackChunkName: "quick-access" */
|
|
3804
3799
|
);
|
|
3805
3800
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var applicationEntryPoint = require('./application-entry-point-
|
|
3
|
+
var applicationEntryPoint = require('./application-entry-point-93ad5f12.cjs.prod.js');
|
|
4
4
|
var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
5
5
|
var _styled = require('@emotion/styled/base');
|
|
6
6
|
var _pt = require('prop-types');
|
|
@@ -24,7 +24,7 @@ var applicationShellConnectors = require('@commercetools-frontend/application-sh
|
|
|
24
24
|
var applicationComponents = require('@commercetools-frontend/application-components');
|
|
25
25
|
var reactNotifications = require('@commercetools-frontend/react-notifications');
|
|
26
26
|
var i18n = require('@commercetools-frontend/i18n');
|
|
27
|
-
var constants = require('./constants-
|
|
27
|
+
var constants = require('./constants-c2c238ff.cjs.prod.js');
|
|
28
28
|
var uuid = require('uuid');
|
|
29
29
|
var _URL = require('@babel/runtime-corejs3/core-js-stable/url');
|
|
30
30
|
var _concatInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
@@ -38,7 +38,7 @@ var reactRedux = require('react-redux');
|
|
|
38
38
|
var history = require('@commercetools-frontend/browser-history');
|
|
39
39
|
var reactIntl = require('react-intl');
|
|
40
40
|
var _startsWithInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
41
|
-
var oidc = require('./oidc-
|
|
41
|
+
var oidc = require('./oidc-5b507512.cjs.prod.js');
|
|
42
42
|
var qss = require('qss');
|
|
43
43
|
var jwtDecode = require('jwt-decode');
|
|
44
44
|
var FailedAuthenticationSVG = require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -172,12 +172,7 @@ var createApolloContextForProxyForwardTo = function createApolloContextForProxyF
|
|
|
172
172
|
// Send the request to the forward-to endpoint.
|
|
173
173
|
uri: "".concat(applicationEntryPoint.getMcApiUrl(), "/proxy/forward-to"),
|
|
174
174
|
// Custom properties to be used by the "header-link".
|
|
175
|
-
forwardToConfig:
|
|
176
|
-
version: 'v2',
|
|
177
|
-
uri: proxyForwardTocontext.uri,
|
|
178
|
-
headers: proxyForwardTocontext.headers,
|
|
179
|
-
audiencePolicy: proxyForwardTocontext.audiencePolicy || 'forward-url-full-path'
|
|
180
|
-
},
|
|
175
|
+
forwardToConfig: proxyForwardTocontext,
|
|
181
176
|
skipGraphQlTargetCheck: true
|
|
182
177
|
};
|
|
183
178
|
};
|
|
@@ -2359,19 +2354,19 @@ var LocaleSwitcher = function LocaleSwitcher(props) {
|
|
|
2359
2354
|
LocaleSwitcher.propTypes = {};
|
|
2360
2355
|
|
|
2361
2356
|
var ProjectNotFound = /*#__PURE__*/react.lazy(function () {
|
|
2362
|
-
return Promise.resolve().then(function () { return require('./project-not-found-
|
|
2357
|
+
return Promise.resolve().then(function () { return require('./project-not-found-fa0e524c.cjs.prod.js'
|
|
2363
2358
|
/* webpackChunkName: "project-not-found" */
|
|
2364
2359
|
); });
|
|
2365
2360
|
});
|
|
2366
2361
|
|
|
2367
2362
|
var ProjectExpired = /*#__PURE__*/react.lazy(function () {
|
|
2368
|
-
return Promise.resolve().then(function () { return require('./project-expired-
|
|
2363
|
+
return Promise.resolve().then(function () { return require('./project-expired-de826ba3.cjs.prod.js'
|
|
2369
2364
|
/* webpackChunkName: "project-expired" */
|
|
2370
2365
|
); });
|
|
2371
2366
|
});
|
|
2372
2367
|
|
|
2373
2368
|
var ProjectNotInitialized = /*#__PURE__*/react.lazy(function () {
|
|
2374
|
-
return Promise.resolve().then(function () { return require('./project-not-initialized-
|
|
2369
|
+
return Promise.resolve().then(function () { return require('./project-not-initialized-da0fad06.cjs.prod.js'
|
|
2375
2370
|
/* webpackChunkName: "project-not-initialized" */
|
|
2376
2371
|
); });
|
|
2377
2372
|
});
|
|
@@ -2418,7 +2413,7 @@ var RedirectToProjectCreate = function RedirectToProjectCreate() {
|
|
|
2418
2413
|
RedirectToProjectCreate.displayName = 'RedirectToProjectCreate';
|
|
2419
2414
|
|
|
2420
2415
|
var ProjectSuspended = /*#__PURE__*/react.lazy(function () {
|
|
2421
|
-
return Promise.resolve().then(function () { return require('./project-suspended-
|
|
2416
|
+
return Promise.resolve().then(function () { return require('./project-suspended-cbad48d9.cjs.prod.js'
|
|
2422
2417
|
/* webpackChunkName: "project-suspended" */
|
|
2423
2418
|
); });
|
|
2424
2419
|
});
|
|
@@ -3664,7 +3659,7 @@ var pimIndexerStates = {
|
|
|
3664
3659
|
};
|
|
3665
3660
|
|
|
3666
3661
|
var QuickAccess = /*#__PURE__*/react.lazy(function () {
|
|
3667
|
-
return Promise.resolve().then(function () { return require('./quick-access-
|
|
3662
|
+
return Promise.resolve().then(function () { return require('./quick-access-feca5530.cjs.prod.js'
|
|
3668
3663
|
/* webpackChunkName: "quick-access" */
|
|
3669
3664
|
); });
|
|
3670
3665
|
});
|
|
@@ -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-b9c66554.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-149f53ec.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-a9aa0d45.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');
|
|
@@ -46,7 +46,6 @@ require('@commercetools-frontend/sentry');
|
|
|
46
46
|
require('@babel/runtime-corejs3/core-js-stable/url');
|
|
47
47
|
require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
48
48
|
require('@apollo/client');
|
|
49
|
-
require('@commercetools/http-user-agent');
|
|
50
49
|
require('apollo-link-logger');
|
|
51
50
|
require('@babel/runtime-corejs3/core-js-stable/array/from');
|
|
52
51
|
require('@babel/runtime-corejs3/core-js-stable/symbol');
|
|
@@ -57,8 +56,19 @@ require('@commercetools-frontend/browser-history');
|
|
|
57
56
|
require('@babel/runtime-corejs3/core-js-stable/instance/some');
|
|
58
57
|
require('@babel/runtime-corejs3/core-js-stable/object/values');
|
|
59
58
|
require('@babel/runtime-corejs3/core-js-stable/instance/map');
|
|
59
|
+
require('@commercetools/http-user-agent');
|
|
60
60
|
require('uuid');
|
|
61
61
|
require('@babel/runtime-corejs3/core-js-stable/json/stringify');
|
|
62
|
+
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
63
|
+
require('@babel/runtime-corejs3/helpers/asyncToGenerator');
|
|
64
|
+
require('@babel/runtime-corejs3/helpers/createClass');
|
|
65
|
+
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
66
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
67
|
+
require('@babel/runtime-corejs3/helpers/inherits');
|
|
68
|
+
require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
|
|
69
|
+
require('@babel/runtime-corejs3/helpers/getPrototypeOf');
|
|
70
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
71
|
+
require('@babel/runtime-corejs3/regenerator');
|
|
62
72
|
require('@apollo/client/link/retry');
|
|
63
73
|
require('prop-types');
|
|
64
74
|
require('react');
|
|
@@ -71,7 +81,7 @@ require('perfume.js');
|
|
|
71
81
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
72
82
|
require('lodash/camelCase');
|
|
73
83
|
require('@apollo/client/react');
|
|
74
|
-
require('./oidc-
|
|
84
|
+
require('./oidc-9134face.cjs.dev.js');
|
|
75
85
|
require('qss');
|
|
76
86
|
require('jwt-decode');
|
|
77
87
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -83,12 +93,6 @@ require('@commercetools-uikit/text');
|
|
|
83
93
|
require('@commercetools-uikit/flat-button');
|
|
84
94
|
require('@commercetools-uikit/icons');
|
|
85
95
|
require('@commercetools-frontend/assets/images/ct-logo.svg');
|
|
86
|
-
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
87
|
-
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
88
|
-
require('@babel/runtime-corejs3/helpers/createClass');
|
|
89
|
-
require('@babel/runtime-corejs3/helpers/inherits');
|
|
90
|
-
require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
|
|
91
|
-
require('@babel/runtime-corejs3/helpers/getPrototypeOf');
|
|
92
96
|
require('@commercetools-frontend/assets/images/icecream.svg');
|
|
93
97
|
require('@commercetools-frontend/l10n');
|
|
94
98
|
require('@commercetools-frontend/assets/images/logo.svg');
|
|
@@ -102,8 +106,6 @@ require('memoize-one');
|
|
|
102
106
|
require('@commercetools-uikit/select-input');
|
|
103
107
|
require('@babel/runtime-corejs3/helpers/taggedTemplateLiteral');
|
|
104
108
|
require('lodash/isNil');
|
|
105
|
-
require('@babel/runtime-corejs3/helpers/asyncToGenerator');
|
|
106
|
-
require('@babel/runtime-corejs3/regenerator');
|
|
107
109
|
require('@babel/runtime-corejs3/core-js-stable/object/from-entries');
|
|
108
110
|
require('@babel/runtime-corejs3/core-js-stable/instance/flags');
|
|
109
111
|
require('@flopflip/launchdarkly-adapter');
|
|
@@ -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-5f17d0e5.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-424de814.esm.js';
|
|
19
|
+
import './application-entry-point-01424eb5.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';
|
|
@@ -44,7 +44,6 @@ import '@commercetools-frontend/sentry';
|
|
|
44
44
|
import '@babel/runtime-corejs3/core-js-stable/url';
|
|
45
45
|
import '@babel/runtime-corejs3/core-js-stable/instance/find';
|
|
46
46
|
import '@apollo/client';
|
|
47
|
-
import '@commercetools/http-user-agent';
|
|
48
47
|
import 'apollo-link-logger';
|
|
49
48
|
import '@babel/runtime-corejs3/core-js-stable/array/from';
|
|
50
49
|
import '@babel/runtime-corejs3/core-js-stable/symbol';
|
|
@@ -55,8 +54,19 @@ import '@commercetools-frontend/browser-history';
|
|
|
55
54
|
import '@babel/runtime-corejs3/core-js-stable/instance/some';
|
|
56
55
|
import '@babel/runtime-corejs3/core-js-stable/object/values';
|
|
57
56
|
import '@babel/runtime-corejs3/core-js-stable/instance/map';
|
|
57
|
+
import '@commercetools/http-user-agent';
|
|
58
58
|
import 'uuid';
|
|
59
59
|
import '@babel/runtime-corejs3/core-js-stable/json/stringify';
|
|
60
|
+
import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
|
|
61
|
+
import '@babel/runtime-corejs3/helpers/asyncToGenerator';
|
|
62
|
+
import '@babel/runtime-corejs3/helpers/createClass';
|
|
63
|
+
import '@babel/runtime-corejs3/helpers/classCallCheck';
|
|
64
|
+
import '@babel/runtime-corejs3/helpers/assertThisInitialized';
|
|
65
|
+
import '@babel/runtime-corejs3/helpers/inherits';
|
|
66
|
+
import '@babel/runtime-corejs3/helpers/possibleConstructorReturn';
|
|
67
|
+
import '@babel/runtime-corejs3/helpers/getPrototypeOf';
|
|
68
|
+
import '@babel/runtime-corejs3/helpers/wrapNativeSuper';
|
|
69
|
+
import '@babel/runtime-corejs3/regenerator';
|
|
60
70
|
import '@apollo/client/link/retry';
|
|
61
71
|
import 'prop-types';
|
|
62
72
|
import 'react';
|
|
@@ -69,7 +79,7 @@ import 'perfume.js';
|
|
|
69
79
|
import '@babel/runtime-corejs3/core-js-stable/instance/reverse';
|
|
70
80
|
import 'lodash/camelCase';
|
|
71
81
|
import '@apollo/client/react';
|
|
72
|
-
import './oidc-
|
|
82
|
+
import './oidc-5cae2dba.esm.js';
|
|
73
83
|
import 'qss';
|
|
74
84
|
import 'jwt-decode';
|
|
75
85
|
import '@commercetools-frontend/assets/images/locked-diamond.svg';
|
|
@@ -81,12 +91,6 @@ import '@commercetools-uikit/text';
|
|
|
81
91
|
import '@commercetools-uikit/flat-button';
|
|
82
92
|
import '@commercetools-uikit/icons';
|
|
83
93
|
import '@commercetools-frontend/assets/images/ct-logo.svg';
|
|
84
|
-
import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
|
|
85
|
-
import '@babel/runtime-corejs3/helpers/classCallCheck';
|
|
86
|
-
import '@babel/runtime-corejs3/helpers/createClass';
|
|
87
|
-
import '@babel/runtime-corejs3/helpers/inherits';
|
|
88
|
-
import '@babel/runtime-corejs3/helpers/possibleConstructorReturn';
|
|
89
|
-
import '@babel/runtime-corejs3/helpers/getPrototypeOf';
|
|
90
94
|
import '@commercetools-frontend/assets/images/icecream.svg';
|
|
91
95
|
import '@commercetools-frontend/l10n';
|
|
92
96
|
import '@commercetools-frontend/assets/images/logo.svg';
|
|
@@ -100,8 +104,6 @@ import 'memoize-one';
|
|
|
100
104
|
import '@commercetools-uikit/select-input';
|
|
101
105
|
import '@babel/runtime-corejs3/helpers/taggedTemplateLiteral';
|
|
102
106
|
import 'lodash/isNil';
|
|
103
|
-
import '@babel/runtime-corejs3/helpers/asyncToGenerator';
|
|
104
|
-
import '@babel/runtime-corejs3/regenerator';
|
|
105
107
|
import '@babel/runtime-corejs3/core-js-stable/object/from-entries';
|
|
106
108
|
import '@babel/runtime-corejs3/core-js-stable/instance/flags';
|
|
107
109
|
import '@flopflip/launchdarkly-adapter';
|
|
@@ -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-15a90544.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-f0bd3232.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-93ad5f12.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');
|
|
@@ -46,7 +46,6 @@ require('@commercetools-frontend/sentry');
|
|
|
46
46
|
require('@babel/runtime-corejs3/core-js-stable/url');
|
|
47
47
|
require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
48
48
|
require('@apollo/client');
|
|
49
|
-
require('@commercetools/http-user-agent');
|
|
50
49
|
require('apollo-link-logger');
|
|
51
50
|
require('@babel/runtime-corejs3/core-js-stable/array/from');
|
|
52
51
|
require('@babel/runtime-corejs3/core-js-stable/symbol');
|
|
@@ -57,8 +56,19 @@ require('@commercetools-frontend/browser-history');
|
|
|
57
56
|
require('@babel/runtime-corejs3/core-js-stable/instance/some');
|
|
58
57
|
require('@babel/runtime-corejs3/core-js-stable/object/values');
|
|
59
58
|
require('@babel/runtime-corejs3/core-js-stable/instance/map');
|
|
59
|
+
require('@commercetools/http-user-agent');
|
|
60
60
|
require('uuid');
|
|
61
61
|
require('@babel/runtime-corejs3/core-js-stable/json/stringify');
|
|
62
|
+
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
63
|
+
require('@babel/runtime-corejs3/helpers/asyncToGenerator');
|
|
64
|
+
require('@babel/runtime-corejs3/helpers/createClass');
|
|
65
|
+
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
66
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
67
|
+
require('@babel/runtime-corejs3/helpers/inherits');
|
|
68
|
+
require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
|
|
69
|
+
require('@babel/runtime-corejs3/helpers/getPrototypeOf');
|
|
70
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
71
|
+
require('@babel/runtime-corejs3/regenerator');
|
|
62
72
|
require('@apollo/client/link/retry');
|
|
63
73
|
require('prop-types');
|
|
64
74
|
require('react');
|
|
@@ -71,7 +81,7 @@ require('perfume.js');
|
|
|
71
81
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
72
82
|
require('lodash/camelCase');
|
|
73
83
|
require('@apollo/client/react');
|
|
74
|
-
require('./oidc-
|
|
84
|
+
require('./oidc-5b507512.cjs.prod.js');
|
|
75
85
|
require('qss');
|
|
76
86
|
require('jwt-decode');
|
|
77
87
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -83,12 +93,6 @@ require('@commercetools-uikit/text');
|
|
|
83
93
|
require('@commercetools-uikit/flat-button');
|
|
84
94
|
require('@commercetools-uikit/icons');
|
|
85
95
|
require('@commercetools-frontend/assets/images/ct-logo.svg');
|
|
86
|
-
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
87
|
-
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
88
|
-
require('@babel/runtime-corejs3/helpers/createClass');
|
|
89
|
-
require('@babel/runtime-corejs3/helpers/inherits');
|
|
90
|
-
require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
|
|
91
|
-
require('@babel/runtime-corejs3/helpers/getPrototypeOf');
|
|
92
96
|
require('@commercetools-frontend/assets/images/icecream.svg');
|
|
93
97
|
require('@commercetools-frontend/l10n');
|
|
94
98
|
require('@commercetools-frontend/assets/images/logo.svg');
|
|
@@ -102,8 +106,6 @@ require('memoize-one');
|
|
|
102
106
|
require('@commercetools-uikit/select-input');
|
|
103
107
|
require('@babel/runtime-corejs3/helpers/taggedTemplateLiteral');
|
|
104
108
|
require('lodash/isNil');
|
|
105
|
-
require('@babel/runtime-corejs3/helpers/asyncToGenerator');
|
|
106
|
-
require('@babel/runtime-corejs3/regenerator');
|
|
107
109
|
require('@babel/runtime-corejs3/core-js-stable/object/from-entries');
|
|
108
110
|
require('@babel/runtime-corejs3/core-js-stable/instance/flags');
|
|
109
111
|
require('@flopflip/launchdarkly-adapter');
|
|
@@ -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-5f17d0e5.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-424de814.esm.js';
|
|
19
|
+
import './application-entry-point-01424eb5.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';
|
|
@@ -44,7 +44,6 @@ import '@commercetools-frontend/sentry';
|
|
|
44
44
|
import '@babel/runtime-corejs3/core-js-stable/url';
|
|
45
45
|
import '@babel/runtime-corejs3/core-js-stable/instance/find';
|
|
46
46
|
import '@apollo/client';
|
|
47
|
-
import '@commercetools/http-user-agent';
|
|
48
47
|
import 'apollo-link-logger';
|
|
49
48
|
import '@babel/runtime-corejs3/core-js-stable/array/from';
|
|
50
49
|
import '@babel/runtime-corejs3/core-js-stable/symbol';
|
|
@@ -55,8 +54,19 @@ import '@commercetools-frontend/browser-history';
|
|
|
55
54
|
import '@babel/runtime-corejs3/core-js-stable/instance/some';
|
|
56
55
|
import '@babel/runtime-corejs3/core-js-stable/object/values';
|
|
57
56
|
import '@babel/runtime-corejs3/core-js-stable/instance/map';
|
|
57
|
+
import '@commercetools/http-user-agent';
|
|
58
58
|
import 'uuid';
|
|
59
59
|
import '@babel/runtime-corejs3/core-js-stable/json/stringify';
|
|
60
|
+
import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
|
|
61
|
+
import '@babel/runtime-corejs3/helpers/asyncToGenerator';
|
|
62
|
+
import '@babel/runtime-corejs3/helpers/createClass';
|
|
63
|
+
import '@babel/runtime-corejs3/helpers/classCallCheck';
|
|
64
|
+
import '@babel/runtime-corejs3/helpers/assertThisInitialized';
|
|
65
|
+
import '@babel/runtime-corejs3/helpers/inherits';
|
|
66
|
+
import '@babel/runtime-corejs3/helpers/possibleConstructorReturn';
|
|
67
|
+
import '@babel/runtime-corejs3/helpers/getPrototypeOf';
|
|
68
|
+
import '@babel/runtime-corejs3/helpers/wrapNativeSuper';
|
|
69
|
+
import '@babel/runtime-corejs3/regenerator';
|
|
60
70
|
import '@apollo/client/link/retry';
|
|
61
71
|
import 'prop-types';
|
|
62
72
|
import 'react';
|
|
@@ -69,7 +79,7 @@ import 'perfume.js';
|
|
|
69
79
|
import '@babel/runtime-corejs3/core-js-stable/instance/reverse';
|
|
70
80
|
import 'lodash/camelCase';
|
|
71
81
|
import '@apollo/client/react';
|
|
72
|
-
import './oidc-
|
|
82
|
+
import './oidc-5cae2dba.esm.js';
|
|
73
83
|
import 'qss';
|
|
74
84
|
import 'jwt-decode';
|
|
75
85
|
import '@commercetools-frontend/assets/images/locked-diamond.svg';
|
|
@@ -81,12 +91,6 @@ import '@commercetools-uikit/text';
|
|
|
81
91
|
import '@commercetools-uikit/flat-button';
|
|
82
92
|
import '@commercetools-uikit/icons';
|
|
83
93
|
import '@commercetools-frontend/assets/images/ct-logo.svg';
|
|
84
|
-
import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
|
|
85
|
-
import '@babel/runtime-corejs3/helpers/classCallCheck';
|
|
86
|
-
import '@babel/runtime-corejs3/helpers/createClass';
|
|
87
|
-
import '@babel/runtime-corejs3/helpers/inherits';
|
|
88
|
-
import '@babel/runtime-corejs3/helpers/possibleConstructorReturn';
|
|
89
|
-
import '@babel/runtime-corejs3/helpers/getPrototypeOf';
|
|
90
94
|
import '@commercetools-frontend/assets/images/icecream.svg';
|
|
91
95
|
import '@commercetools-frontend/l10n';
|
|
92
96
|
import '@commercetools-frontend/assets/images/logo.svg';
|
|
@@ -100,8 +104,6 @@ import 'memoize-one';
|
|
|
100
104
|
import '@commercetools-uikit/select-input';
|
|
101
105
|
import '@babel/runtime-corejs3/helpers/taggedTemplateLiteral';
|
|
102
106
|
import 'lodash/isNil';
|
|
103
|
-
import '@babel/runtime-corejs3/helpers/asyncToGenerator';
|
|
104
|
-
import '@babel/runtime-corejs3/regenerator';
|
|
105
107
|
import '@babel/runtime-corejs3/core-js-stable/object/from-entries';
|
|
106
108
|
import '@babel/runtime-corejs3/core-js-stable/instance/flags';
|
|
107
109
|
import '@flopflip/launchdarkly-adapter';
|