@commercetools-frontend/application-shell 21.14.1 → 21.14.2
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-ede05690.esm.js → application-entry-point-a9e70072.esm.js} +26 -13
- package/dist/{application-entry-point-8914057c.cjs.prod.js → application-entry-point-c063e0e6.cjs.prod.js} +28 -15
- package/dist/{application-entry-point-357edcbf.cjs.dev.js → application-entry-point-fc681745.cjs.dev.js} +28 -15
- package/dist/commercetools-frontend-application-shell.cjs.dev.js +3 -3
- package/dist/commercetools-frontend-application-shell.cjs.prod.js +3 -3
- package/dist/commercetools-frontend-application-shell.esm.js +3 -3
- package/dist/declarations/src/configure-store.d.ts +1 -1
- package/dist/declarations/src/middleware/hide-notifications.d.ts +2 -2
- package/dist/declarations/src/test-utils/test-utils.d.ts +16 -16
- package/dist/{index-78444791.cjs.dev.js → index-02fb791d.cjs.dev.js} +11 -11
- package/dist/{index-40a2f8e6.cjs.prod.js → index-9a633459.cjs.prod.js} +11 -11
- package/dist/{index-33893109.esm.js → index-a8623473.esm.js} +11 -11
- package/dist/{project-expired-e2deb0f4.cjs.dev.js → project-expired-958d21c6.cjs.dev.js} +4 -4
- package/dist/{project-expired-008678a2.esm.js → project-expired-c67224ed.esm.js} +4 -4
- package/dist/{project-expired-3052360c.cjs.prod.js → project-expired-d1be8808.cjs.prod.js} +4 -4
- package/dist/{project-not-found-7b246064.cjs.prod.js → project-not-found-136eb085.cjs.prod.js} +4 -4
- package/dist/{project-not-found-b5308ce5.esm.js → project-not-found-16494cf5.esm.js} +4 -4
- package/dist/{project-not-found-d6b078fe.cjs.dev.js → project-not-found-52a2113f.cjs.dev.js} +4 -4
- package/dist/{project-not-initialized-8bfb5a7f.cjs.prod.js → project-not-initialized-4f5c6b67.cjs.prod.js} +4 -4
- package/dist/{project-not-initialized-8e0d9015.cjs.dev.js → project-not-initialized-a019f3f4.cjs.dev.js} +4 -4
- package/dist/{project-not-initialized-779d83e9.esm.js → project-not-initialized-e7120dea.esm.js} +4 -4
- package/dist/{project-suspended-2ae022c3.esm.js → project-suspended-9ee648f1.esm.js} +4 -4
- package/dist/{project-suspended-531ea8d4.cjs.prod.js → project-suspended-d7adc638.cjs.prod.js} +4 -4
- package/dist/{project-suspended-6fef215f.cjs.dev.js → project-suspended-de237fcf.cjs.dev.js} +4 -4
- package/dist/{quick-access-0069b1d7.cjs.dev.js → quick-access-0739e5e1.cjs.dev.js} +3 -3
- package/dist/{quick-access-c1bcf1d4.esm.js → quick-access-abd14584.esm.js} +3 -3
- package/dist/{quick-access-126b87ae.cjs.prod.js → quick-access-b89faa1e.cjs.prod.js} +3 -3
- package/dist/{service-page-project-switcher-83f138af.esm.js → service-page-project-switcher-6b1cb91f.esm.js} +2 -2
- package/dist/{service-page-project-switcher-a788f738.cjs.prod.js → service-page-project-switcher-989fb228.cjs.prod.js} +2 -2
- package/dist/{service-page-project-switcher-5335c3a7.cjs.dev.js → service-page-project-switcher-b86aa161.cjs.dev.js} +2 -2
- package/package.json +44 -43
- 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
|
@@ -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-a9e70072.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';
|
|
@@ -759,7 +759,7 @@ Redirector.propTypes = {
|
|
|
759
759
|
};
|
|
760
760
|
Redirector.displayName = 'Redirector';
|
|
761
761
|
|
|
762
|
-
var Divider = _styled("div", process.env.NODE_ENV === "production" ? {
|
|
762
|
+
var Divider = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
763
763
|
target: "e57nw7s0"
|
|
764
764
|
} : {
|
|
765
765
|
target: "e57nw7s0",
|
|
@@ -1691,7 +1691,7 @@ var renderLabel = function renderLabel(menu, applicationLanguage) {
|
|
|
1691
1691
|
return NO_VALUE_FALLBACK;
|
|
1692
1692
|
};
|
|
1693
1693
|
|
|
1694
|
-
var MenuItem$1 = _styled("div", process.env.NODE_ENV === "production" ? {
|
|
1694
|
+
var MenuItem$1 = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
1695
1695
|
target: "e1al5ftg0"
|
|
1696
1696
|
} : {
|
|
1697
1697
|
target: "e1al5ftg0",
|
|
@@ -2223,7 +2223,7 @@ var getRadiusBySize = function getRadiusBySize(props) {
|
|
|
2223
2223
|
}
|
|
2224
2224
|
};
|
|
2225
2225
|
|
|
2226
|
-
var LoadingPlaceholder = _styled("div", process.env.NODE_ENV === "production" ? {
|
|
2226
|
+
var LoadingPlaceholder = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
2227
2227
|
target: "e4c5pm00"
|
|
2228
2228
|
} : {
|
|
2229
2229
|
target: "e4c5pm00",
|
|
@@ -2435,19 +2435,19 @@ LocaleSwitcher.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
2435
2435
|
} : {};
|
|
2436
2436
|
|
|
2437
2437
|
var ProjectNotFound = /*#__PURE__*/lazy(function () {
|
|
2438
|
-
return import('./project-not-found-
|
|
2438
|
+
return import('./project-not-found-16494cf5.esm.js'
|
|
2439
2439
|
/* webpackChunkName: "project-not-found" */
|
|
2440
2440
|
);
|
|
2441
2441
|
});
|
|
2442
2442
|
|
|
2443
2443
|
var ProjectExpired = /*#__PURE__*/lazy(function () {
|
|
2444
|
-
return import('./project-expired-
|
|
2444
|
+
return import('./project-expired-c67224ed.esm.js'
|
|
2445
2445
|
/* webpackChunkName: "project-expired" */
|
|
2446
2446
|
);
|
|
2447
2447
|
});
|
|
2448
2448
|
|
|
2449
2449
|
var ProjectNotInitialized = /*#__PURE__*/lazy(function () {
|
|
2450
|
-
return import('./project-not-initialized-
|
|
2450
|
+
return import('./project-not-initialized-e7120dea.esm.js'
|
|
2451
2451
|
/* webpackChunkName: "project-not-initialized" */
|
|
2452
2452
|
);
|
|
2453
2453
|
});
|
|
@@ -2494,7 +2494,7 @@ var RedirectToProjectCreate = function RedirectToProjectCreate() {
|
|
|
2494
2494
|
RedirectToProjectCreate.displayName = 'RedirectToProjectCreate';
|
|
2495
2495
|
|
|
2496
2496
|
var ProjectSuspended = /*#__PURE__*/lazy(function () {
|
|
2497
|
-
return import('./project-suspended-
|
|
2497
|
+
return import('./project-suspended-9ee648f1.esm.js'
|
|
2498
2498
|
/* webpackChunkName: "project-suspended" */
|
|
2499
2499
|
);
|
|
2500
2500
|
});
|
|
@@ -3815,7 +3815,7 @@ var trackingEvents = {
|
|
|
3815
3815
|
|
|
3816
3816
|
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)."; }
|
|
3817
3817
|
|
|
3818
|
-
var ButlerContainer = _styled("div", process.env.NODE_ENV === "production" ? {
|
|
3818
|
+
var ButlerContainer = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
3819
3819
|
target: "e1fuwyk10"
|
|
3820
3820
|
} : {
|
|
3821
3821
|
target: "e1fuwyk10",
|
|
@@ -3840,7 +3840,7 @@ var pimIndexerStates = {
|
|
|
3840
3840
|
};
|
|
3841
3841
|
|
|
3842
3842
|
var QuickAccess = /*#__PURE__*/lazy(function () {
|
|
3843
|
-
return import('./quick-access-
|
|
3843
|
+
return import('./quick-access-abd14584.esm.js'
|
|
3844
3844
|
/* webpackChunkName: "quick-access" */
|
|
3845
3845
|
);
|
|
3846
3846
|
});
|
|
@@ -4122,7 +4122,7 @@ var getHasUserBeenDeletedError = function getHasUserBeenDeletedError(graphQLErro
|
|
|
4122
4122
|
});
|
|
4123
4123
|
};
|
|
4124
4124
|
|
|
4125
|
-
var MainContainer = _styled("main", process.env.NODE_ENV === "production" ? {
|
|
4125
|
+
var MainContainer = /*#__PURE__*/_styled("main", process.env.NODE_ENV === "production" ? {
|
|
4126
4126
|
target: "e1kyr09u0"
|
|
4127
4127
|
} : {
|
|
4128
4128
|
target: "e1kyr09u0",
|
|
@@ -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-b86aa161.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-02fb791d.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-fc681745.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');
|
|
@@ -26,7 +26,7 @@ require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
|
26
26
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
27
27
|
require('@babel/runtime-corejs3/core-js-stable/reflect/has');
|
|
28
28
|
require('lodash/mapValues');
|
|
29
|
-
require('
|
|
29
|
+
require('@reduxjs/toolkit');
|
|
30
30
|
require('redux-thunk');
|
|
31
31
|
require('omit-empty-es');
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
@@ -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-6b1cb91f.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-a8623473.esm.js';
|
|
19
|
+
import './application-entry-point-a9e70072.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';
|
|
@@ -24,7 +24,7 @@ import '@babel/runtime-corejs3/core-js-stable/object/entries';
|
|
|
24
24
|
import '@babel/runtime-corejs3/core-js-stable/instance/concat';
|
|
25
25
|
import '@babel/runtime-corejs3/core-js-stable/reflect/has';
|
|
26
26
|
import 'lodash/mapValues';
|
|
27
|
-
import '
|
|
27
|
+
import '@reduxjs/toolkit';
|
|
28
28
|
import 'redux-thunk';
|
|
29
29
|
import 'omit-empty-es';
|
|
30
30
|
import '@commercetools-frontend/notifications';
|
|
@@ -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-989fb228.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-9a633459.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-c063e0e6.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');
|
|
@@ -26,7 +26,7 @@ require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
|
26
26
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
27
27
|
require('@babel/runtime-corejs3/core-js-stable/reflect/has');
|
|
28
28
|
require('lodash/mapValues');
|
|
29
|
-
require('
|
|
29
|
+
require('@reduxjs/toolkit');
|
|
30
30
|
require('redux-thunk');
|
|
31
31
|
require('omit-empty-es');
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
package/dist/{project-not-found-7b246064.cjs.prod.js → project-not-found-136eb085.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-989fb228.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-9a633459.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-c063e0e6.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');
|
|
@@ -26,7 +26,7 @@ require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
|
26
26
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
27
27
|
require('@babel/runtime-corejs3/core-js-stable/reflect/has');
|
|
28
28
|
require('lodash/mapValues');
|
|
29
|
-
require('
|
|
29
|
+
require('@reduxjs/toolkit');
|
|
30
30
|
require('redux-thunk');
|
|
31
31
|
require('omit-empty-es');
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
@@ -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-6b1cb91f.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-a8623473.esm.js';
|
|
19
|
+
import './application-entry-point-a9e70072.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';
|
|
@@ -24,7 +24,7 @@ import '@babel/runtime-corejs3/core-js-stable/object/entries';
|
|
|
24
24
|
import '@babel/runtime-corejs3/core-js-stable/instance/concat';
|
|
25
25
|
import '@babel/runtime-corejs3/core-js-stable/reflect/has';
|
|
26
26
|
import 'lodash/mapValues';
|
|
27
|
-
import '
|
|
27
|
+
import '@reduxjs/toolkit';
|
|
28
28
|
import 'redux-thunk';
|
|
29
29
|
import 'omit-empty-es';
|
|
30
30
|
import '@commercetools-frontend/notifications';
|
package/dist/{project-not-found-d6b078fe.cjs.dev.js → project-not-found-52a2113f.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-b86aa161.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-02fb791d.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-fc681745.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');
|
|
@@ -26,7 +26,7 @@ require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
|
26
26
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
27
27
|
require('@babel/runtime-corejs3/core-js-stable/reflect/has');
|
|
28
28
|
require('lodash/mapValues');
|
|
29
|
-
require('
|
|
29
|
+
require('@reduxjs/toolkit');
|
|
30
30
|
require('redux-thunk');
|
|
31
31
|
require('omit-empty-es');
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
@@ -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-989fb228.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-9a633459.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-c063e0e6.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');
|
|
@@ -26,7 +26,7 @@ require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
|
26
26
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
27
27
|
require('@babel/runtime-corejs3/core-js-stable/reflect/has');
|
|
28
28
|
require('lodash/mapValues');
|
|
29
|
-
require('
|
|
29
|
+
require('@reduxjs/toolkit');
|
|
30
30
|
require('redux-thunk');
|
|
31
31
|
require('omit-empty-es');
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
@@ -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-b86aa161.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-02fb791d.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-fc681745.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');
|
|
@@ -26,7 +26,7 @@ require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
|
26
26
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
27
27
|
require('@babel/runtime-corejs3/core-js-stable/reflect/has');
|
|
28
28
|
require('lodash/mapValues');
|
|
29
|
-
require('
|
|
29
|
+
require('@reduxjs/toolkit');
|
|
30
30
|
require('redux-thunk');
|
|
31
31
|
require('omit-empty-es');
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
package/dist/{project-not-initialized-779d83e9.esm.js → project-not-initialized-e7120dea.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-6b1cb91f.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-a8623473.esm.js';
|
|
19
|
+
import './application-entry-point-a9e70072.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';
|
|
@@ -24,7 +24,7 @@ import '@babel/runtime-corejs3/core-js-stable/object/entries';
|
|
|
24
24
|
import '@babel/runtime-corejs3/core-js-stable/instance/concat';
|
|
25
25
|
import '@babel/runtime-corejs3/core-js-stable/reflect/has';
|
|
26
26
|
import 'lodash/mapValues';
|
|
27
|
-
import '
|
|
27
|
+
import '@reduxjs/toolkit';
|
|
28
28
|
import 'redux-thunk';
|
|
29
29
|
import 'omit-empty-es';
|
|
30
30
|
import '@commercetools-frontend/notifications';
|
|
@@ -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-6b1cb91f.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-a8623473.esm.js';
|
|
19
|
+
import './application-entry-point-a9e70072.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';
|
|
@@ -24,7 +24,7 @@ import '@babel/runtime-corejs3/core-js-stable/object/entries';
|
|
|
24
24
|
import '@babel/runtime-corejs3/core-js-stable/instance/concat';
|
|
25
25
|
import '@babel/runtime-corejs3/core-js-stable/reflect/has';
|
|
26
26
|
import 'lodash/mapValues';
|
|
27
|
-
import '
|
|
27
|
+
import '@reduxjs/toolkit';
|
|
28
28
|
import 'redux-thunk';
|
|
29
29
|
import 'omit-empty-es';
|
|
30
30
|
import '@commercetools-frontend/notifications';
|
package/dist/{project-suspended-531ea8d4.cjs.prod.js → project-suspended-d7adc638.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-989fb228.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-9a633459.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-c063e0e6.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');
|
|
@@ -26,7 +26,7 @@ require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
|
26
26
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
27
27
|
require('@babel/runtime-corejs3/core-js-stable/reflect/has');
|
|
28
28
|
require('lodash/mapValues');
|
|
29
|
-
require('
|
|
29
|
+
require('@reduxjs/toolkit');
|
|
30
30
|
require('redux-thunk');
|
|
31
31
|
require('omit-empty-es');
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
package/dist/{project-suspended-6fef215f.cjs.dev.js → project-suspended-de237fcf.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-b86aa161.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-02fb791d.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-fc681745.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');
|
|
@@ -26,7 +26,7 @@ require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
|
26
26
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
27
27
|
require('@babel/runtime-corejs3/core-js-stable/reflect/has');
|
|
28
28
|
require('lodash/mapValues');
|
|
29
|
-
require('
|
|
29
|
+
require('@reduxjs/toolkit');
|
|
30
30
|
require('redux-thunk');
|
|
31
31
|
require('omit-empty-es');
|
|
32
32
|
require('@commercetools-frontend/notifications');
|
|
@@ -24,7 +24,7 @@ var debounce = require('debounce-async');
|
|
|
24
24
|
var constants = require('@commercetools-frontend/constants');
|
|
25
25
|
var permissions$1 = require('@commercetools-frontend/permissions');
|
|
26
26
|
var applicationShellConnectors = require('@commercetools-frontend/application-shell-connectors');
|
|
27
|
-
var applicationEntryPoint = require('./application-entry-point-
|
|
27
|
+
var applicationEntryPoint = require('./application-entry-point-fc681745.cjs.dev.js');
|
|
28
28
|
var _Object$keys = require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
29
29
|
var _Object$getOwnPropertySymbols = require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
|
30
30
|
var _Object$getOwnPropertyDescriptor = require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor');
|
|
@@ -43,14 +43,14 @@ var LoadingSpinner = require('@commercetools-uikit/loading-spinner');
|
|
|
43
43
|
var icons = require('@commercetools-uikit/icons');
|
|
44
44
|
var designSystem = require('@commercetools-uikit/design-system');
|
|
45
45
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
46
|
-
var dist_commercetoolsFrontendApplicationShell = require('./index-
|
|
46
|
+
var dist_commercetoolsFrontendApplicationShell = require('./index-02fb791d.cjs.dev.js');
|
|
47
47
|
var _Promise = require('@babel/runtime-corejs3/core-js-stable/promise');
|
|
48
48
|
var _reduceInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
49
49
|
var _findInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
50
50
|
require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
51
51
|
require('@babel/runtime-corejs3/core-js-stable/reflect/has');
|
|
52
52
|
require('lodash/mapValues');
|
|
53
|
-
require('
|
|
53
|
+
require('@reduxjs/toolkit');
|
|
54
54
|
require('redux-thunk');
|
|
55
55
|
require('omit-empty-es');
|
|
56
56
|
require('@commercetools-frontend/notifications');
|
|
@@ -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-a9e70072.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,14 +41,14 @@ 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-a8623473.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';
|
|
48
48
|
import '@babel/runtime-corejs3/core-js-stable/object/entries';
|
|
49
49
|
import '@babel/runtime-corejs3/core-js-stable/reflect/has';
|
|
50
50
|
import 'lodash/mapValues';
|
|
51
|
-
import '
|
|
51
|
+
import '@reduxjs/toolkit';
|
|
52
52
|
import 'redux-thunk';
|
|
53
53
|
import 'omit-empty-es';
|
|
54
54
|
import '@commercetools-frontend/notifications';
|
|
@@ -24,7 +24,7 @@ var debounce = require('debounce-async');
|
|
|
24
24
|
var constants = require('@commercetools-frontend/constants');
|
|
25
25
|
var permissions$1 = require('@commercetools-frontend/permissions');
|
|
26
26
|
var applicationShellConnectors = require('@commercetools-frontend/application-shell-connectors');
|
|
27
|
-
var applicationEntryPoint = require('./application-entry-point-
|
|
27
|
+
var applicationEntryPoint = require('./application-entry-point-c063e0e6.cjs.prod.js');
|
|
28
28
|
var _Object$keys = require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
29
29
|
var _Object$getOwnPropertySymbols = require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
|
30
30
|
var _Object$getOwnPropertyDescriptor = require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor');
|
|
@@ -43,14 +43,14 @@ var LoadingSpinner = require('@commercetools-uikit/loading-spinner');
|
|
|
43
43
|
var icons = require('@commercetools-uikit/icons');
|
|
44
44
|
var designSystem = require('@commercetools-uikit/design-system');
|
|
45
45
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
46
|
-
var dist_commercetoolsFrontendApplicationShell = require('./index-
|
|
46
|
+
var dist_commercetoolsFrontendApplicationShell = require('./index-9a633459.cjs.prod.js');
|
|
47
47
|
var _Promise = require('@babel/runtime-corejs3/core-js-stable/promise');
|
|
48
48
|
var _reduceInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
|
|
49
49
|
var _findInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
50
50
|
require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
51
51
|
require('@babel/runtime-corejs3/core-js-stable/reflect/has');
|
|
52
52
|
require('lodash/mapValues');
|
|
53
|
-
require('
|
|
53
|
+
require('@reduxjs/toolkit');
|
|
54
54
|
require('redux-thunk');
|
|
55
55
|
require('omit-empty-es');
|
|
56
56
|
require('@commercetools-frontend/notifications');
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import _styled from '@emotion/styled/base';
|
|
2
2
|
import { useParams } from 'react-router-dom';
|
|
3
3
|
import { useApplicationContext } from '@commercetools-frontend/application-shell-connectors';
|
|
4
|
-
import { P as ProjectSwitcher } from './index-
|
|
4
|
+
import { P as ProjectSwitcher } from './index-a8623473.esm.js';
|
|
5
5
|
import { jsx } from '@emotion/react/jsx-runtime';
|
|
6
6
|
|
|
7
7
|
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
8
8
|
|
|
9
|
-
var Container = _styled("div", process.env.NODE_ENV === "production" ? {
|
|
9
|
+
var Container = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
10
10
|
target: "efv14x0"
|
|
11
11
|
} : {
|
|
12
12
|
target: "efv14x0",
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
var _styled = require('@emotion/styled/base');
|
|
4
4
|
var reactRouterDom = require('react-router-dom');
|
|
5
5
|
var applicationShellConnectors = require('@commercetools-frontend/application-shell-connectors');
|
|
6
|
-
var dist_commercetoolsFrontendApplicationShell = require('./index-
|
|
6
|
+
var dist_commercetoolsFrontendApplicationShell = require('./index-9a633459.cjs.prod.js');
|
|
7
7
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
8
8
|
|
|
9
9
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
10
10
|
|
|
11
11
|
var _styled__default = /*#__PURE__*/_interopDefault(_styled);
|
|
12
12
|
|
|
13
|
-
var Container = _styled__default["default"]("div", {
|
|
13
|
+
var Container = /*#__PURE__*/_styled__default["default"]("div", {
|
|
14
14
|
target: "efv14x0"
|
|
15
15
|
} )({
|
|
16
16
|
name: "no8ssc",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _styled = require('@emotion/styled/base');
|
|
4
4
|
var reactRouterDom = require('react-router-dom');
|
|
5
5
|
var applicationShellConnectors = require('@commercetools-frontend/application-shell-connectors');
|
|
6
|
-
var dist_commercetoolsFrontendApplicationShell = require('./index-
|
|
6
|
+
var dist_commercetoolsFrontendApplicationShell = require('./index-02fb791d.cjs.dev.js');
|
|
7
7
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
8
8
|
|
|
9
9
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
@@ -12,7 +12,7 @@ var _styled__default = /*#__PURE__*/_interopDefault(_styled);
|
|
|
12
12
|
|
|
13
13
|
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
14
14
|
|
|
15
|
-
var Container = _styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
15
|
+
var Container = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
16
16
|
target: "efv14x0"
|
|
17
17
|
} : {
|
|
18
18
|
target: "efv14x0",
|