@commercetools-frontend/application-shell 21.18.0 → 21.18.1
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-36b7bfe3.cjs.dev.js → application-entry-point-13dfd321.cjs.dev.js} +1 -1
- package/dist/{application-entry-point-8d3c847a.cjs.prod.js → application-entry-point-88e60ecd.cjs.prod.js} +1 -1
- package/dist/{application-entry-point-4e192ad3.esm.js → application-entry-point-afa38a2f.esm.js} +1 -1
- package/dist/commercetools-frontend-application-shell.cjs.dev.js +2 -2
- package/dist/commercetools-frontend-application-shell.cjs.prod.js +2 -2
- package/dist/commercetools-frontend-application-shell.esm.js +2 -2
- package/dist/{index-7b73e413.cjs.dev.js → index-09303181.cjs.dev.js} +6 -6
- package/dist/{index-19352a11.esm.js → index-a49b2df7.esm.js} +6 -6
- package/dist/{index-65b08106.cjs.prod.js → index-fe68c713.cjs.prod.js} +6 -6
- package/dist/{project-expired-9719af49.cjs.dev.js → project-expired-0826550b.cjs.dev.js} +3 -3
- package/dist/{project-expired-18807c81.cjs.prod.js → project-expired-35706f6f.cjs.prod.js} +3 -3
- package/dist/{project-expired-7babdaae.esm.js → project-expired-4628d284.esm.js} +3 -3
- package/dist/{project-not-found-8e9a3c20.cjs.prod.js → project-not-found-18ac7cda.cjs.prod.js} +3 -3
- package/dist/{project-not-found-dba273af.cjs.dev.js → project-not-found-c84c1be7.cjs.dev.js} +3 -3
- package/dist/{project-not-found-9a20e9ac.esm.js → project-not-found-ff3bdde2.esm.js} +3 -3
- package/dist/{project-not-initialized-abbeb3cf.cjs.prod.js → project-not-initialized-6b2644dc.cjs.prod.js} +3 -3
- package/dist/{project-not-initialized-f03e49bf.esm.js → project-not-initialized-9339b71d.esm.js} +3 -3
- package/dist/{project-not-initialized-b7f56f43.cjs.dev.js → project-not-initialized-d71db5f0.cjs.dev.js} +3 -3
- package/dist/{project-suspended-1c332b17.cjs.prod.js → project-suspended-3a5f6bb2.cjs.prod.js} +3 -3
- package/dist/{project-suspended-66d9cec9.cjs.dev.js → project-suspended-3cdf50f0.cjs.dev.js} +3 -3
- package/dist/{project-suspended-e6d3467f.esm.js → project-suspended-663a8c83.esm.js} +3 -3
- package/dist/{quick-access-5b13a6db.cjs.prod.js → quick-access-055999e2.cjs.prod.js} +5 -5
- package/dist/{quick-access-82aea47e.cjs.dev.js → quick-access-6dc0e7dc.cjs.dev.js} +5 -5
- package/dist/{quick-access-f42413f7.esm.js → quick-access-762b88b6.esm.js} +5 -5
- package/dist/{service-page-project-switcher-2f585ac7.cjs.prod.js → service-page-project-switcher-8c11f457.cjs.prod.js} +1 -1
- package/dist/{service-page-project-switcher-1babe7f9.cjs.dev.js → service-page-project-switcher-ed869de3.cjs.dev.js} +1 -1
- package/dist/{service-page-project-switcher-9c3e6295.esm.js → service-page-project-switcher-ee8dc044.esm.js} +1 -1
- package/package.json +16 -16
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.dev.js +1 -1
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.prod.js +1 -1
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.esm.js +1 -1
|
@@ -113,7 +113,7 @@ var _pt__default = /*#__PURE__*/_interopDefault(_pt);
|
|
|
113
113
|
var invariant__default = /*#__PURE__*/_interopDefault(invariant);
|
|
114
114
|
|
|
115
115
|
// NOTE: This string will be replaced on build time with the package version.
|
|
116
|
-
var version = "21.18.
|
|
116
|
+
var version = "21.18.1";
|
|
117
117
|
|
|
118
118
|
var isAddNotificationErrorAction = function isAddNotificationErrorAction(action) {
|
|
119
119
|
var errorAction = action;
|
|
@@ -112,7 +112,7 @@ var _regeneratorRuntime__default = /*#__PURE__*/_interopDefault(_regeneratorRunt
|
|
|
112
112
|
var invariant__default = /*#__PURE__*/_interopDefault(invariant);
|
|
113
113
|
|
|
114
114
|
// NOTE: This string will be replaced on build time with the package version.
|
|
115
|
-
var version = "21.18.
|
|
115
|
+
var version = "21.18.1";
|
|
116
116
|
|
|
117
117
|
var isAddNotificationErrorAction = function isAddNotificationErrorAction(action) {
|
|
118
118
|
var errorAction = action;
|
package/dist/{application-entry-point-4e192ad3.esm.js → application-entry-point-afa38a2f.esm.js}
RENAMED
|
@@ -70,7 +70,7 @@ import { entryPointUriPathToPermissionKeys } from '@commercetools-frontend/appli
|
|
|
70
70
|
import { useApplicationContext } from '@commercetools-frontend/application-shell-connectors';
|
|
71
71
|
|
|
72
72
|
// NOTE: This string will be replaced on build time with the package version.
|
|
73
|
-
var version = "21.18.
|
|
73
|
+
var version = "21.18.1";
|
|
74
74
|
|
|
75
75
|
var isAddNotificationErrorAction = function isAddNotificationErrorAction(action) {
|
|
76
76
|
var errorAction = action;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var applicationEntryPoint = require('./application-entry-point-
|
|
6
|
-
var dist_commercetoolsFrontendApplicationShell = require('./index-
|
|
5
|
+
var applicationEntryPoint = require('./application-entry-point-13dfd321.cjs.dev.js');
|
|
6
|
+
var dist_commercetoolsFrontendApplicationShell = require('./index-09303181.cjs.dev.js');
|
|
7
7
|
require('@babel/runtime-corejs3/core-js-stable/instance/filter');
|
|
8
8
|
require('uuid');
|
|
9
9
|
var ssr = require('@commercetools-frontend/application-config/ssr');
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var applicationEntryPoint = require('./application-entry-point-
|
|
6
|
-
var dist_commercetoolsFrontendApplicationShell = require('./index-
|
|
5
|
+
var applicationEntryPoint = require('./application-entry-point-88e60ecd.cjs.prod.js');
|
|
6
|
+
var dist_commercetoolsFrontendApplicationShell = require('./index-fe68c713.cjs.prod.js');
|
|
7
7
|
require('@babel/runtime-corejs3/core-js-stable/instance/filter');
|
|
8
8
|
require('uuid');
|
|
9
9
|
var ssr = require('@commercetools-frontend/application-config/ssr');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { p as RouteCatchAll, q as applyDefaultMiddlewares, w as buildApiUrl, f as createApolloClient, x as createHttpClientOptions, y as executeHttpClientRequest, g as getMcApiUrl, n as selectProjectKeyFromUrl, t as selectUserId, v as version } from './application-entry-point-
|
|
2
|
-
export { b as ApplicationPageTitle, A as ApplicationShell, a as ApplicationShellProvider, C as ConfigureIntlProvider, G as GtmContext, d as GtmUserLogoutTracker, I as InjectReducers, S as SetupFlopFlipProvider, e as SuspendedRoute, c as createApolloContextForProxyForwardTo, s as setupGlobalErrorListener, f as useMcLazyQuery, g as useMcMutation, u as useMcQuery } from './index-
|
|
1
|
+
export { p as RouteCatchAll, q as applyDefaultMiddlewares, w as buildApiUrl, f as createApolloClient, x as createHttpClientOptions, y as executeHttpClientRequest, g as getMcApiUrl, n as selectProjectKeyFromUrl, t as selectUserId, v as version } from './application-entry-point-afa38a2f.esm.js';
|
|
2
|
+
export { b as ApplicationPageTitle, A as ApplicationShell, a as ApplicationShellProvider, C as ConfigureIntlProvider, G as GtmContext, d as GtmUserLogoutTracker, I as InjectReducers, S as SetupFlopFlipProvider, e as SuspendedRoute, c as createApolloContextForProxyForwardTo, s as setupGlobalErrorListener, f as useMcLazyQuery, g as useMcMutation, u as useMcQuery } from './index-a49b2df7.esm.js';
|
|
3
3
|
import '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
4
4
|
import 'uuid';
|
|
5
5
|
export { entryPointUriPathToPermissionKeys, entryPointUriPathToResourceAccesses } from '@commercetools-frontend/application-config/ssr';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var applicationEntryPoint = require('./application-entry-point-
|
|
3
|
+
var applicationEntryPoint = require('./application-entry-point-13dfd321.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');
|
|
@@ -2475,19 +2475,19 @@ LocaleSwitcher.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
2475
2475
|
} : {};
|
|
2476
2476
|
|
|
2477
2477
|
var ProjectNotFound = /*#__PURE__*/react.lazy(function () {
|
|
2478
|
-
return Promise.resolve().then(function () { return require('./project-not-found-
|
|
2478
|
+
return Promise.resolve().then(function () { return require('./project-not-found-c84c1be7.cjs.dev.js'
|
|
2479
2479
|
/* webpackChunkName: "project-not-found" */
|
|
2480
2480
|
); });
|
|
2481
2481
|
});
|
|
2482
2482
|
|
|
2483
2483
|
var ProjectExpired = /*#__PURE__*/react.lazy(function () {
|
|
2484
|
-
return Promise.resolve().then(function () { return require('./project-expired-
|
|
2484
|
+
return Promise.resolve().then(function () { return require('./project-expired-0826550b.cjs.dev.js'
|
|
2485
2485
|
/* webpackChunkName: "project-expired" */
|
|
2486
2486
|
); });
|
|
2487
2487
|
});
|
|
2488
2488
|
|
|
2489
2489
|
var ProjectNotInitialized = /*#__PURE__*/react.lazy(function () {
|
|
2490
|
-
return Promise.resolve().then(function () { return require('./project-not-initialized-
|
|
2490
|
+
return Promise.resolve().then(function () { return require('./project-not-initialized-d71db5f0.cjs.dev.js'
|
|
2491
2491
|
/* webpackChunkName: "project-not-initialized" */
|
|
2492
2492
|
); });
|
|
2493
2493
|
});
|
|
@@ -2534,7 +2534,7 @@ var RedirectToProjectCreate = function RedirectToProjectCreate() {
|
|
|
2534
2534
|
RedirectToProjectCreate.displayName = 'RedirectToProjectCreate';
|
|
2535
2535
|
|
|
2536
2536
|
var ProjectSuspended = /*#__PURE__*/react.lazy(function () {
|
|
2537
|
-
return Promise.resolve().then(function () { return require('./project-suspended-
|
|
2537
|
+
return Promise.resolve().then(function () { return require('./project-suspended-3cdf50f0.cjs.dev.js'
|
|
2538
2538
|
/* webpackChunkName: "project-suspended" */
|
|
2539
2539
|
); });
|
|
2540
2540
|
});
|
|
@@ -3880,7 +3880,7 @@ var pimIndexerStates = {
|
|
|
3880
3880
|
};
|
|
3881
3881
|
|
|
3882
3882
|
var QuickAccess = /*#__PURE__*/react.lazy(function () {
|
|
3883
|
-
return Promise.resolve().then(function () { return require('./quick-access-
|
|
3883
|
+
return Promise.resolve().then(function () { return require('./quick-access-6dc0e7dc.cjs.dev.js'
|
|
3884
3884
|
/* webpackChunkName: "quick-access" */
|
|
3885
3885
|
); });
|
|
3886
3886
|
});
|
|
@@ -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-afa38a2f.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';
|
|
@@ -2413,19 +2413,19 @@ LocaleSwitcher.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
2413
2413
|
} : {};
|
|
2414
2414
|
|
|
2415
2415
|
var ProjectNotFound = /*#__PURE__*/lazy(function () {
|
|
2416
|
-
return import('./project-not-found-
|
|
2416
|
+
return import('./project-not-found-ff3bdde2.esm.js'
|
|
2417
2417
|
/* webpackChunkName: "project-not-found" */
|
|
2418
2418
|
);
|
|
2419
2419
|
});
|
|
2420
2420
|
|
|
2421
2421
|
var ProjectExpired = /*#__PURE__*/lazy(function () {
|
|
2422
|
-
return import('./project-expired-
|
|
2422
|
+
return import('./project-expired-4628d284.esm.js'
|
|
2423
2423
|
/* webpackChunkName: "project-expired" */
|
|
2424
2424
|
);
|
|
2425
2425
|
});
|
|
2426
2426
|
|
|
2427
2427
|
var ProjectNotInitialized = /*#__PURE__*/lazy(function () {
|
|
2428
|
-
return import('./project-not-initialized-
|
|
2428
|
+
return import('./project-not-initialized-9339b71d.esm.js'
|
|
2429
2429
|
/* webpackChunkName: "project-not-initialized" */
|
|
2430
2430
|
);
|
|
2431
2431
|
});
|
|
@@ -2472,7 +2472,7 @@ var RedirectToProjectCreate = function RedirectToProjectCreate() {
|
|
|
2472
2472
|
RedirectToProjectCreate.displayName = 'RedirectToProjectCreate';
|
|
2473
2473
|
|
|
2474
2474
|
var ProjectSuspended = /*#__PURE__*/lazy(function () {
|
|
2475
|
-
return import('./project-suspended-
|
|
2475
|
+
return import('./project-suspended-663a8c83.esm.js'
|
|
2476
2476
|
/* webpackChunkName: "project-suspended" */
|
|
2477
2477
|
);
|
|
2478
2478
|
});
|
|
@@ -3818,7 +3818,7 @@ var pimIndexerStates = {
|
|
|
3818
3818
|
};
|
|
3819
3819
|
|
|
3820
3820
|
var QuickAccess = /*#__PURE__*/lazy(function () {
|
|
3821
|
-
return import('./quick-access-
|
|
3821
|
+
return import('./quick-access-762b88b6.esm.js'
|
|
3822
3822
|
/* webpackChunkName: "quick-access" */
|
|
3823
3823
|
);
|
|
3824
3824
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var applicationEntryPoint = require('./application-entry-point-
|
|
3
|
+
var applicationEntryPoint = require('./application-entry-point-88e60ecd.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');
|
|
@@ -2387,19 +2387,19 @@ var LocaleSwitcher = function LocaleSwitcher(props) {
|
|
|
2387
2387
|
LocaleSwitcher.propTypes = {};
|
|
2388
2388
|
|
|
2389
2389
|
var ProjectNotFound = /*#__PURE__*/react.lazy(function () {
|
|
2390
|
-
return Promise.resolve().then(function () { return require('./project-not-found-
|
|
2390
|
+
return Promise.resolve().then(function () { return require('./project-not-found-18ac7cda.cjs.prod.js'
|
|
2391
2391
|
/* webpackChunkName: "project-not-found" */
|
|
2392
2392
|
); });
|
|
2393
2393
|
});
|
|
2394
2394
|
|
|
2395
2395
|
var ProjectExpired = /*#__PURE__*/react.lazy(function () {
|
|
2396
|
-
return Promise.resolve().then(function () { return require('./project-expired-
|
|
2396
|
+
return Promise.resolve().then(function () { return require('./project-expired-35706f6f.cjs.prod.js'
|
|
2397
2397
|
/* webpackChunkName: "project-expired" */
|
|
2398
2398
|
); });
|
|
2399
2399
|
});
|
|
2400
2400
|
|
|
2401
2401
|
var ProjectNotInitialized = /*#__PURE__*/react.lazy(function () {
|
|
2402
|
-
return Promise.resolve().then(function () { return require('./project-not-initialized-
|
|
2402
|
+
return Promise.resolve().then(function () { return require('./project-not-initialized-6b2644dc.cjs.prod.js'
|
|
2403
2403
|
/* webpackChunkName: "project-not-initialized" */
|
|
2404
2404
|
); });
|
|
2405
2405
|
});
|
|
@@ -2446,7 +2446,7 @@ var RedirectToProjectCreate = function RedirectToProjectCreate() {
|
|
|
2446
2446
|
RedirectToProjectCreate.displayName = 'RedirectToProjectCreate';
|
|
2447
2447
|
|
|
2448
2448
|
var ProjectSuspended = /*#__PURE__*/react.lazy(function () {
|
|
2449
|
-
return Promise.resolve().then(function () { return require('./project-suspended-
|
|
2449
|
+
return Promise.resolve().then(function () { return require('./project-suspended-3a5f6bb2.cjs.prod.js'
|
|
2450
2450
|
/* webpackChunkName: "project-suspended" */
|
|
2451
2451
|
); });
|
|
2452
2452
|
});
|
|
@@ -3691,7 +3691,7 @@ var pimIndexerStates = {
|
|
|
3691
3691
|
};
|
|
3692
3692
|
|
|
3693
3693
|
var QuickAccess = /*#__PURE__*/react.lazy(function () {
|
|
3694
|
-
return Promise.resolve().then(function () { return require('./quick-access-
|
|
3694
|
+
return Promise.resolve().then(function () { return require('./quick-access-055999e2.cjs.prod.js'
|
|
3695
3695
|
/* webpackChunkName: "quick-access" */
|
|
3696
3696
|
); });
|
|
3697
3697
|
});
|
|
@@ -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-ed869de3.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-09303181.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-13dfd321.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');
|
|
@@ -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-8c11f457.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-fe68c713.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-88e60ecd.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');
|
|
@@ -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-ee8dc044.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-a49b2df7.esm.js';
|
|
19
|
+
import './application-entry-point-afa38a2f.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';
|
package/dist/{project-not-found-8e9a3c20.cjs.prod.js → project-not-found-18ac7cda.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-8c11f457.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-fe68c713.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-88e60ecd.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');
|
package/dist/{project-not-found-dba273af.cjs.dev.js → project-not-found-c84c1be7.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-ed869de3.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-09303181.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-13dfd321.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');
|
|
@@ -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-ee8dc044.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-a49b2df7.esm.js';
|
|
19
|
+
import './application-entry-point-afa38a2f.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';
|
|
@@ -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-8c11f457.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-fe68c713.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-88e60ecd.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');
|
package/dist/{project-not-initialized-f03e49bf.esm.js → project-not-initialized-9339b71d.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-ee8dc044.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-a49b2df7.esm.js';
|
|
19
|
+
import './application-entry-point-afa38a2f.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';
|
|
@@ -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-ed869de3.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-09303181.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-13dfd321.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');
|
package/dist/{project-suspended-1c332b17.cjs.prod.js → project-suspended-3a5f6bb2.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-8c11f457.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-fe68c713.cjs.prod.js');
|
|
21
|
+
require('./application-entry-point-88e60ecd.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');
|
package/dist/{project-suspended-66d9cec9.cjs.dev.js → project-suspended-3cdf50f0.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-ed869de3.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-09303181.cjs.dev.js');
|
|
21
|
+
require('./application-entry-point-13dfd321.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');
|
|
@@ -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-ee8dc044.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-a49b2df7.esm.js';
|
|
19
|
+
import './application-entry-point-afa38a2f.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 @@ 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-88e60ecd.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,7 +43,7 @@ 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-fe68c713.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');
|
|
@@ -1083,14 +1083,14 @@ var createCommands = function createCommands(_ref) {
|
|
|
1083
1083
|
keywords: ['Go to Products'],
|
|
1084
1084
|
action: {
|
|
1085
1085
|
type: actionTypes.go,
|
|
1086
|
-
to: "/".concat(applicationContext.project.key, "/products
|
|
1086
|
+
to: "/".concat(applicationContext.project.key, "/products")
|
|
1087
1087
|
},
|
|
1088
1088
|
subCommands: _filterInstanceProperty__default["default"](_context3 = [permissions$1.hasSomePermissions([permissions.ViewProducts], applicationContext.permissions) && {
|
|
1089
1089
|
id: 'go/products/list',
|
|
1090
1090
|
text: intl.formatMessage(messages.openProductList),
|
|
1091
1091
|
action: {
|
|
1092
1092
|
type: actionTypes.go,
|
|
1093
|
-
to: "/".concat(applicationContext.project.key, "/products
|
|
1093
|
+
to: "/".concat(applicationContext.project.key, "/products")
|
|
1094
1094
|
}
|
|
1095
1095
|
}, permissions$1.hasSomePermissions([permissions.ViewProducts], applicationContext.permissions) && {
|
|
1096
1096
|
id: 'go/products/modified',
|
|
@@ -1104,7 +1104,7 @@ var createCommands = function createCommands(_ref) {
|
|
|
1104
1104
|
text: intl.formatMessage(messages.openPimSearch),
|
|
1105
1105
|
action: {
|
|
1106
1106
|
type: actionTypes.go,
|
|
1107
|
-
to: "/".concat(applicationContext.project.key, "/products
|
|
1107
|
+
to: "/".concat(applicationContext.project.key, "/products")
|
|
1108
1108
|
}
|
|
1109
1109
|
}, permissions$1.hasSomePermissions([permissions.ManageProducts], applicationContext.permissions) && {
|
|
1110
1110
|
id: 'go/products/add',
|
|
@@ -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-13dfd321.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,7 +43,7 @@ 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-09303181.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');
|
|
@@ -1118,14 +1118,14 @@ var createCommands = function createCommands(_ref) {
|
|
|
1118
1118
|
keywords: ['Go to Products'],
|
|
1119
1119
|
action: {
|
|
1120
1120
|
type: actionTypes.go,
|
|
1121
|
-
to: "/".concat(applicationContext.project.key, "/products
|
|
1121
|
+
to: "/".concat(applicationContext.project.key, "/products")
|
|
1122
1122
|
},
|
|
1123
1123
|
subCommands: _filterInstanceProperty__default["default"](_context3 = [permissions$1.hasSomePermissions([permissions.ViewProducts], applicationContext.permissions) && {
|
|
1124
1124
|
id: 'go/products/list',
|
|
1125
1125
|
text: intl.formatMessage(messages.openProductList),
|
|
1126
1126
|
action: {
|
|
1127
1127
|
type: actionTypes.go,
|
|
1128
|
-
to: "/".concat(applicationContext.project.key, "/products
|
|
1128
|
+
to: "/".concat(applicationContext.project.key, "/products")
|
|
1129
1129
|
}
|
|
1130
1130
|
}, permissions$1.hasSomePermissions([permissions.ViewProducts], applicationContext.permissions) && {
|
|
1131
1131
|
id: 'go/products/modified',
|
|
@@ -1139,7 +1139,7 @@ var createCommands = function createCommands(_ref) {
|
|
|
1139
1139
|
text: intl.formatMessage(messages.openPimSearch),
|
|
1140
1140
|
action: {
|
|
1141
1141
|
type: actionTypes.go,
|
|
1142
|
-
to: "/".concat(applicationContext.project.key, "/products
|
|
1142
|
+
to: "/".concat(applicationContext.project.key, "/products")
|
|
1143
1143
|
}
|
|
1144
1144
|
}, permissions$1.hasSomePermissions([permissions.ManageProducts], applicationContext.permissions) && {
|
|
1145
1145
|
id: 'go/products/add',
|
|
@@ -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-afa38a2f.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-a49b2df7.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';
|
|
@@ -1087,14 +1087,14 @@ var createCommands = function createCommands(_ref) {
|
|
|
1087
1087
|
keywords: ['Go to Products'],
|
|
1088
1088
|
action: {
|
|
1089
1089
|
type: actionTypes.go,
|
|
1090
|
-
to: "/".concat(applicationContext.project.key, "/products
|
|
1090
|
+
to: "/".concat(applicationContext.project.key, "/products")
|
|
1091
1091
|
},
|
|
1092
1092
|
subCommands: _filterInstanceProperty(_context3 = [hasSomePermissions([permissions.ViewProducts], applicationContext.permissions) && {
|
|
1093
1093
|
id: 'go/products/list',
|
|
1094
1094
|
text: intl.formatMessage(messages.openProductList),
|
|
1095
1095
|
action: {
|
|
1096
1096
|
type: actionTypes.go,
|
|
1097
|
-
to: "/".concat(applicationContext.project.key, "/products
|
|
1097
|
+
to: "/".concat(applicationContext.project.key, "/products")
|
|
1098
1098
|
}
|
|
1099
1099
|
}, hasSomePermissions([permissions.ViewProducts], applicationContext.permissions) && {
|
|
1100
1100
|
id: 'go/products/modified',
|
|
@@ -1108,7 +1108,7 @@ var createCommands = function createCommands(_ref) {
|
|
|
1108
1108
|
text: intl.formatMessage(messages.openPimSearch),
|
|
1109
1109
|
action: {
|
|
1110
1110
|
type: actionTypes.go,
|
|
1111
|
-
to: "/".concat(applicationContext.project.key, "/products
|
|
1111
|
+
to: "/".concat(applicationContext.project.key, "/products")
|
|
1112
1112
|
}
|
|
1113
1113
|
}, hasSomePermissions([permissions.ManageProducts], applicationContext.permissions) && {
|
|
1114
1114
|
id: 'go/products/add',
|
|
@@ -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-fe68c713.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 }; }
|
|
@@ -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-09303181.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 }; }
|
|
@@ -1,7 +1,7 @@
|
|
|
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-a49b2df7.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)."; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-shell",
|
|
3
|
-
"version": "21.18.
|
|
3
|
+
"version": "21.18.1",
|
|
4
4
|
"description": "React component to bootstrap the general MC application logic",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -33,21 +33,21 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.19.0",
|
|
35
35
|
"@babel/runtime-corejs3": "^7.19.0",
|
|
36
|
-
"@commercetools-frontend/actions-global": "21.18.
|
|
37
|
-
"@commercetools-frontend/application-components": "21.18.
|
|
38
|
-
"@commercetools-frontend/application-config": "21.18.
|
|
39
|
-
"@commercetools-frontend/application-shell-connectors": "21.18.
|
|
40
|
-
"@commercetools-frontend/assets": "21.18.
|
|
41
|
-
"@commercetools-frontend/browser-history": "21.18.
|
|
42
|
-
"@commercetools-frontend/constants": "21.18.
|
|
43
|
-
"@commercetools-frontend/i18n": "21.18.
|
|
44
|
-
"@commercetools-frontend/l10n": "21.18.
|
|
45
|
-
"@commercetools-frontend/notifications": "21.18.
|
|
46
|
-
"@commercetools-frontend/permissions": "21.18.
|
|
47
|
-
"@commercetools-frontend/react-notifications": "21.18.
|
|
48
|
-
"@commercetools-frontend/sdk": "21.18.
|
|
49
|
-
"@commercetools-frontend/sentry": "21.18.
|
|
50
|
-
"@commercetools-frontend/url-utils": "21.18.
|
|
36
|
+
"@commercetools-frontend/actions-global": "21.18.1",
|
|
37
|
+
"@commercetools-frontend/application-components": "21.18.1",
|
|
38
|
+
"@commercetools-frontend/application-config": "21.18.1",
|
|
39
|
+
"@commercetools-frontend/application-shell-connectors": "21.18.1",
|
|
40
|
+
"@commercetools-frontend/assets": "21.18.1",
|
|
41
|
+
"@commercetools-frontend/browser-history": "21.18.1",
|
|
42
|
+
"@commercetools-frontend/constants": "21.18.1",
|
|
43
|
+
"@commercetools-frontend/i18n": "21.18.1",
|
|
44
|
+
"@commercetools-frontend/l10n": "21.18.1",
|
|
45
|
+
"@commercetools-frontend/notifications": "21.18.1",
|
|
46
|
+
"@commercetools-frontend/permissions": "21.18.1",
|
|
47
|
+
"@commercetools-frontend/react-notifications": "21.18.1",
|
|
48
|
+
"@commercetools-frontend/sdk": "21.18.1",
|
|
49
|
+
"@commercetools-frontend/sentry": "21.18.1",
|
|
50
|
+
"@commercetools-frontend/url-utils": "21.18.1",
|
|
51
51
|
"@commercetools-uikit/accessible-hidden": "^15.3.0",
|
|
52
52
|
"@commercetools-uikit/avatar": "^15.3.0",
|
|
53
53
|
"@commercetools-uikit/card": "^15.3.0",
|
|
@@ -36,7 +36,7 @@ var reactNotifications = require('@commercetools-frontend/react-notifications');
|
|
|
36
36
|
var constants = require('@commercetools-frontend/constants');
|
|
37
37
|
var testUtils = require('@commercetools-frontend/sdk/test-utils');
|
|
38
38
|
var ssr = require('@commercetools-frontend/application-config/ssr');
|
|
39
|
-
var applicationEntryPoint = require('../../dist/application-entry-point-
|
|
39
|
+
var applicationEntryPoint = require('../../dist/application-entry-point-13dfd321.cjs.dev.js');
|
|
40
40
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
41
41
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
42
42
|
require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
@@ -36,7 +36,7 @@ var reactNotifications = require('@commercetools-frontend/react-notifications');
|
|
|
36
36
|
var constants = require('@commercetools-frontend/constants');
|
|
37
37
|
var testUtils = require('@commercetools-frontend/sdk/test-utils');
|
|
38
38
|
var ssr = require('@commercetools-frontend/application-config/ssr');
|
|
39
|
-
var applicationEntryPoint = require('../../dist/application-entry-point-
|
|
39
|
+
var applicationEntryPoint = require('../../dist/application-entry-point-88e60ecd.cjs.prod.js');
|
|
40
40
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
41
41
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
42
42
|
require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
@@ -33,7 +33,7 @@ import { NotificationProviderForCustomComponent, NotificationsList } from '@comm
|
|
|
33
33
|
import { DOMAINS } from '@commercetools-frontend/constants';
|
|
34
34
|
import { createTestMiddleware } from '@commercetools-frontend/sdk/test-utils';
|
|
35
35
|
import { entryPointUriPathToPermissionKeys } from '@commercetools-frontend/application-config/ssr';
|
|
36
|
-
import { A as ApplicationEntryPoint, z as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-
|
|
36
|
+
import { A as ApplicationEntryPoint, z as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-afa38a2f.esm.js';
|
|
37
37
|
import { jsx, Fragment, jsxs } from '@emotion/react/jsx-runtime';
|
|
38
38
|
import '@babel/runtime-corejs3/helpers/slicedToArray';
|
|
39
39
|
import '@babel/runtime-corejs3/core-js-stable/object/entries';
|