@commercetools-frontend/application-shell 21.8.1 → 21.11.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-223805b2.cjs.prod.js → application-entry-point-06ad02d5.cjs.prod.js} +252 -61
- package/dist/{application-entry-point-c27f68f3.esm.js → application-entry-point-28843eb4.esm.js} +248 -62
- package/dist/{application-entry-point-c0bfdb99.cjs.dev.js → application-entry-point-6189b3a3.cjs.dev.js} +252 -61
- package/dist/commercetools-frontend-application-shell.cjs.dev.js +18 -13
- package/dist/commercetools-frontend-application-shell.cjs.prod.js +18 -13
- package/dist/commercetools-frontend-application-shell.esm.js +15 -13
- 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/components/requests-in-flight-loader/reducer.d.ts +1 -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 +2 -0
- package/dist/declarations/src/test-utils/test-utils.d.ts +3 -3
- package/dist/declarations/src/types/generated/ctp.d.ts +603 -4
- package/dist/declarations/src/types/generated/mc.d.ts +11 -0
- package/dist/declarations/src/types/generated/settings.d.ts +104 -8
- 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-previous-project-key/get-previous-project-key.d.ts +1 -1
- package/dist/declarations/src/utils/gtm.d.ts +3 -3
- package/dist/declarations/src/utils/http-client.d.ts +29 -0
- package/dist/declarations/src/utils/oidc-storage.d.ts +2 -2
- package/dist/{index-6021fecc.cjs.prod.js → index-4ebc615c.cjs.prod.js} +9 -14
- package/dist/{index-7ef7e644.esm.js → index-5fcda492.esm.js} +9 -14
- package/dist/{index-82b11dc7.cjs.dev.js → index-bcff2029.cjs.dev.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-a02e25e1.esm.js → project-expired-53f0f1ff.esm.js} +16 -14
- package/dist/{project-expired-061c2603.cjs.dev.js → project-expired-96b88908.cjs.dev.js} +16 -14
- package/dist/{project-expired-c3d4e453.cjs.prod.js → project-expired-9fb2e01b.cjs.prod.js} +16 -14
- package/dist/{project-not-found-ff0b8045.cjs.prod.js → project-not-found-17e74630.cjs.prod.js} +16 -14
- package/dist/{project-not-found-761c55ff.cjs.dev.js → project-not-found-30c140be.cjs.dev.js} +16 -14
- package/dist/{project-not-found-355fee41.esm.js → project-not-found-e8ca2011.esm.js} +16 -14
- package/dist/{project-not-initialized-054b47ae.cjs.prod.js → project-not-initialized-8bec4622.cjs.dev.js} +16 -14
- package/dist/{project-not-initialized-ca16754f.cjs.dev.js → project-not-initialized-c5116ce2.cjs.prod.js} +16 -14
- package/dist/{project-not-initialized-75ac9791.esm.js → project-not-initialized-c83c731d.esm.js} +16 -14
- package/dist/{project-suspended-7498203c.esm.js → project-suspended-14419c20.esm.js} +16 -14
- package/dist/{project-suspended-14651874.cjs.dev.js → project-suspended-748201e1.cjs.dev.js} +16 -14
- package/dist/{project-suspended-3d9de033.cjs.prod.js → project-suspended-892ad1b9.cjs.prod.js} +16 -14
- package/dist/{quick-access-0f57e72d.cjs.prod.js → quick-access-a451f632.cjs.prod.js} +13 -11
- package/dist/{quick-access-dd177f35.esm.js → quick-access-b0132ced.esm.js} +13 -11
- package/dist/{quick-access-8e05592d.cjs.dev.js → quick-access-c08139f1.cjs.dev.js} +13 -11
- package/dist/{service-page-project-switcher-0b4618a2.cjs.prod.js → service-page-project-switcher-4b7ab3ee.cjs.prod.js} +1 -1
- package/dist/{service-page-project-switcher-a3b28af7.esm.js → service-page-project-switcher-53ffca17.esm.js} +1 -1
- package/dist/{service-page-project-switcher-2965e268.cjs.dev.js → service-page-project-switcher-c99348cd.cjs.dev.js} +1 -1
- package/package.json +41 -41
- 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
|
@@ -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-28843eb4.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-5fcda492.esm.js';
|
|
45
45
|
import _Promise from '@babel/runtime-corejs3/core-js-stable/promise';
|
|
46
46
|
import _reduceInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/reduce';
|
|
47
47
|
import _findInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/find';
|
|
@@ -52,7 +52,7 @@ import 'redux';
|
|
|
52
52
|
import 'redux-thunk';
|
|
53
53
|
import 'omit-empty-es';
|
|
54
54
|
import '@commercetools-frontend/notifications';
|
|
55
|
-
import './constants-
|
|
55
|
+
import './constants-a3c850be.esm.js';
|
|
56
56
|
import '@commercetools-frontend/react-notifications';
|
|
57
57
|
import 'redux-logger';
|
|
58
58
|
import 'react-dom';
|
|
@@ -61,7 +61,6 @@ import '@babel/runtime-corejs3/core-js-stable/instance/index-of';
|
|
|
61
61
|
import '@commercetools-frontend/sentry';
|
|
62
62
|
import '@babel/runtime-corejs3/core-js-stable/url';
|
|
63
63
|
import '@apollo/client';
|
|
64
|
-
import '@commercetools/http-user-agent';
|
|
65
64
|
import 'apollo-link-logger';
|
|
66
65
|
import '@babel/runtime-corejs3/core-js-stable/array/from';
|
|
67
66
|
import '@babel/runtime-corejs3/core-js-stable/symbol';
|
|
@@ -70,7 +69,16 @@ import '@apollo/client/link/error';
|
|
|
70
69
|
import '@commercetools-frontend/browser-history';
|
|
71
70
|
import '@babel/runtime-corejs3/core-js-stable/instance/some';
|
|
72
71
|
import '@babel/runtime-corejs3/core-js-stable/object/values';
|
|
72
|
+
import '@commercetools/http-user-agent';
|
|
73
73
|
import 'uuid';
|
|
74
|
+
import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
|
|
75
|
+
import '@babel/runtime-corejs3/helpers/createClass';
|
|
76
|
+
import '@babel/runtime-corejs3/helpers/classCallCheck';
|
|
77
|
+
import '@babel/runtime-corejs3/helpers/assertThisInitialized';
|
|
78
|
+
import '@babel/runtime-corejs3/helpers/inherits';
|
|
79
|
+
import '@babel/runtime-corejs3/helpers/possibleConstructorReturn';
|
|
80
|
+
import '@babel/runtime-corejs3/helpers/getPrototypeOf';
|
|
81
|
+
import '@babel/runtime-corejs3/helpers/wrapNativeSuper';
|
|
74
82
|
import '@apollo/client/link/retry';
|
|
75
83
|
import 'tiny-invariant';
|
|
76
84
|
import '@commercetools-frontend/application-components';
|
|
@@ -80,7 +88,7 @@ import '@commercetools-frontend/i18n';
|
|
|
80
88
|
import 'perfume.js';
|
|
81
89
|
import '@babel/runtime-corejs3/core-js-stable/instance/reverse';
|
|
82
90
|
import 'lodash/camelCase';
|
|
83
|
-
import './oidc-
|
|
91
|
+
import './oidc-5cae2dba.esm.js';
|
|
84
92
|
import 'qss';
|
|
85
93
|
import 'jwt-decode';
|
|
86
94
|
import '@commercetools-frontend/assets/images/locked-diamond.svg';
|
|
@@ -90,12 +98,6 @@ import '@commercetools-uikit/card';
|
|
|
90
98
|
import '@commercetools-uikit/text';
|
|
91
99
|
import '@commercetools-uikit/flat-button';
|
|
92
100
|
import '@commercetools-frontend/assets/images/ct-logo.svg';
|
|
93
|
-
import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
|
|
94
|
-
import '@babel/runtime-corejs3/helpers/classCallCheck';
|
|
95
|
-
import '@babel/runtime-corejs3/helpers/createClass';
|
|
96
|
-
import '@babel/runtime-corejs3/helpers/inherits';
|
|
97
|
-
import '@babel/runtime-corejs3/helpers/possibleConstructorReturn';
|
|
98
|
-
import '@babel/runtime-corejs3/helpers/getPrototypeOf';
|
|
99
101
|
import '@commercetools-frontend/assets/images/icecream.svg';
|
|
100
102
|
import '@commercetools-frontend/l10n';
|
|
101
103
|
import '@commercetools-frontend/assets/images/logo.svg';
|
|
@@ -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-6189b3a3.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-bcff2029.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');
|
|
@@ -54,7 +54,7 @@ require('redux');
|
|
|
54
54
|
require('redux-thunk');
|
|
55
55
|
require('omit-empty-es');
|
|
56
56
|
require('@commercetools-frontend/notifications');
|
|
57
|
-
require('./constants-
|
|
57
|
+
require('./constants-d9a5241e.cjs.dev.js');
|
|
58
58
|
require('@commercetools-frontend/react-notifications');
|
|
59
59
|
require('redux-logger');
|
|
60
60
|
require('react-dom');
|
|
@@ -63,7 +63,6 @@ require('@babel/runtime-corejs3/core-js-stable/instance/index-of');
|
|
|
63
63
|
require('@commercetools-frontend/sentry');
|
|
64
64
|
require('@babel/runtime-corejs3/core-js-stable/url');
|
|
65
65
|
require('@apollo/client');
|
|
66
|
-
require('@commercetools/http-user-agent');
|
|
67
66
|
require('apollo-link-logger');
|
|
68
67
|
require('@babel/runtime-corejs3/core-js-stable/array/from');
|
|
69
68
|
require('@babel/runtime-corejs3/core-js-stable/symbol');
|
|
@@ -72,7 +71,16 @@ require('@apollo/client/link/error');
|
|
|
72
71
|
require('@commercetools-frontend/browser-history');
|
|
73
72
|
require('@babel/runtime-corejs3/core-js-stable/instance/some');
|
|
74
73
|
require('@babel/runtime-corejs3/core-js-stable/object/values');
|
|
74
|
+
require('@commercetools/http-user-agent');
|
|
75
75
|
require('uuid');
|
|
76
|
+
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
77
|
+
require('@babel/runtime-corejs3/helpers/createClass');
|
|
78
|
+
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
79
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
80
|
+
require('@babel/runtime-corejs3/helpers/inherits');
|
|
81
|
+
require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
|
|
82
|
+
require('@babel/runtime-corejs3/helpers/getPrototypeOf');
|
|
83
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
76
84
|
require('@apollo/client/link/retry');
|
|
77
85
|
require('tiny-invariant');
|
|
78
86
|
require('@commercetools-frontend/application-components');
|
|
@@ -82,7 +90,7 @@ require('@commercetools-frontend/i18n');
|
|
|
82
90
|
require('perfume.js');
|
|
83
91
|
require('@babel/runtime-corejs3/core-js-stable/instance/reverse');
|
|
84
92
|
require('lodash/camelCase');
|
|
85
|
-
require('./oidc-
|
|
93
|
+
require('./oidc-9134face.cjs.dev.js');
|
|
86
94
|
require('qss');
|
|
87
95
|
require('jwt-decode');
|
|
88
96
|
require('@commercetools-frontend/assets/images/locked-diamond.svg');
|
|
@@ -92,12 +100,6 @@ require('@commercetools-uikit/card');
|
|
|
92
100
|
require('@commercetools-uikit/text');
|
|
93
101
|
require('@commercetools-uikit/flat-button');
|
|
94
102
|
require('@commercetools-frontend/assets/images/ct-logo.svg');
|
|
95
|
-
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
96
|
-
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
97
|
-
require('@babel/runtime-corejs3/helpers/createClass');
|
|
98
|
-
require('@babel/runtime-corejs3/helpers/inherits');
|
|
99
|
-
require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
|
|
100
|
-
require('@babel/runtime-corejs3/helpers/getPrototypeOf');
|
|
101
103
|
require('@commercetools-frontend/assets/images/icecream.svg');
|
|
102
104
|
require('@commercetools-frontend/l10n');
|
|
103
105
|
require('@commercetools-frontend/assets/images/logo.svg');
|
|
@@ -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-4ebc615c.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 }; }
|
|
@@ -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-5fcda492.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)."; }
|
|
@@ -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-bcff2029.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 }; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-shell",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.11.0",
|
|
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": {
|
|
@@ -31,49 +31,49 @@
|
|
|
31
31
|
"compile-css-modules": "./scripts/compile-styles.js"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@babel/runtime": "^7.
|
|
35
|
-
"@babel/runtime-corejs3": "^7.
|
|
36
|
-
"@commercetools-frontend/actions-global": "21.
|
|
37
|
-
"@commercetools-frontend/application-components": "21.
|
|
38
|
-
"@commercetools-frontend/application-config": "21.
|
|
39
|
-
"@commercetools-frontend/application-shell-connectors": "21.
|
|
40
|
-
"@commercetools-frontend/assets": "21.
|
|
41
|
-
"@commercetools-frontend/browser-history": "21.
|
|
42
|
-
"@commercetools-frontend/constants": "21.
|
|
43
|
-
"@commercetools-frontend/i18n": "21.
|
|
44
|
-
"@commercetools-frontend/l10n": "21.
|
|
45
|
-
"@commercetools-frontend/notifications": "21.
|
|
46
|
-
"@commercetools-frontend/permissions": "21.
|
|
47
|
-
"@commercetools-frontend/react-notifications": "21.
|
|
48
|
-
"@commercetools-frontend/sdk": "21.
|
|
49
|
-
"@commercetools-frontend/sentry": "21.
|
|
50
|
-
"@commercetools-frontend/url-utils": "21.
|
|
51
|
-
"@commercetools-uikit/accessible-hidden": "^15.
|
|
52
|
-
"@commercetools-uikit/avatar": "^15.
|
|
53
|
-
"@commercetools-uikit/card": "^15.
|
|
54
|
-
"@commercetools-uikit/design-system": "^15.
|
|
55
|
-
"@commercetools-uikit/flat-button": "^15.
|
|
56
|
-
"@commercetools-uikit/icons": "^15.
|
|
57
|
-
"@commercetools-uikit/loading-spinner": "^15.
|
|
58
|
-
"@commercetools-uikit/notifications": "^15.
|
|
59
|
-
"@commercetools-uikit/select-input": "^15.
|
|
60
|
-
"@commercetools-uikit/spacings": "^15.
|
|
61
|
-
"@commercetools-uikit/text": "^15.
|
|
34
|
+
"@babel/runtime": "^7.18.6",
|
|
35
|
+
"@babel/runtime-corejs3": "^7.18.6",
|
|
36
|
+
"@commercetools-frontend/actions-global": "21.11.0",
|
|
37
|
+
"@commercetools-frontend/application-components": "21.11.0",
|
|
38
|
+
"@commercetools-frontend/application-config": "21.11.0",
|
|
39
|
+
"@commercetools-frontend/application-shell-connectors": "21.11.0",
|
|
40
|
+
"@commercetools-frontend/assets": "21.11.0",
|
|
41
|
+
"@commercetools-frontend/browser-history": "21.11.0",
|
|
42
|
+
"@commercetools-frontend/constants": "21.11.0",
|
|
43
|
+
"@commercetools-frontend/i18n": "21.11.0",
|
|
44
|
+
"@commercetools-frontend/l10n": "21.11.0",
|
|
45
|
+
"@commercetools-frontend/notifications": "21.11.0",
|
|
46
|
+
"@commercetools-frontend/permissions": "21.11.0",
|
|
47
|
+
"@commercetools-frontend/react-notifications": "21.11.0",
|
|
48
|
+
"@commercetools-frontend/sdk": "21.11.0",
|
|
49
|
+
"@commercetools-frontend/sentry": "21.11.0",
|
|
50
|
+
"@commercetools-frontend/url-utils": "21.11.0",
|
|
51
|
+
"@commercetools-uikit/accessible-hidden": "^15.1.0",
|
|
52
|
+
"@commercetools-uikit/avatar": "^15.1.0",
|
|
53
|
+
"@commercetools-uikit/card": "^15.1.0",
|
|
54
|
+
"@commercetools-uikit/design-system": "^15.1.0",
|
|
55
|
+
"@commercetools-uikit/flat-button": "^15.1.0",
|
|
56
|
+
"@commercetools-uikit/icons": "^15.1.0",
|
|
57
|
+
"@commercetools-uikit/loading-spinner": "^15.1.0",
|
|
58
|
+
"@commercetools-uikit/notifications": "^15.1.0",
|
|
59
|
+
"@commercetools-uikit/select-input": "^15.1.0",
|
|
60
|
+
"@commercetools-uikit/spacings": "^15.1.0",
|
|
61
|
+
"@commercetools-uikit/text": "^15.1.0",
|
|
62
62
|
"@commercetools/http-user-agent": "2.1.2",
|
|
63
|
-
"@emotion/react": "11.9.
|
|
64
|
-
"@emotion/styled": "11.
|
|
63
|
+
"@emotion/react": "11.9.3",
|
|
64
|
+
"@emotion/styled": "11.9.3",
|
|
65
65
|
"@flopflip/combine-adapters": "0.0.32",
|
|
66
66
|
"@flopflip/http-adapter": "0.0.22",
|
|
67
67
|
"@flopflip/launchdarkly-adapter": "5.0.27",
|
|
68
68
|
"@flopflip/react-broadcast": "12.2.18",
|
|
69
69
|
"@flopflip/types": "4.1.23",
|
|
70
70
|
"@types/common-tags": "^1.8.1",
|
|
71
|
-
"@types/history": "4.7.11",
|
|
72
|
-
"@types/lodash": "^4.14.
|
|
71
|
+
"@types/history": "^4.7.11",
|
|
72
|
+
"@types/lodash": "^4.14.182",
|
|
73
73
|
"@types/prop-types": "^15.7.5",
|
|
74
|
-
"@types/react": "^17.0.
|
|
75
|
-
"@types/react-dom": "^17.0.
|
|
76
|
-
"@types/react-redux": "^7.1.
|
|
74
|
+
"@types/react": "^17.0.47",
|
|
75
|
+
"@types/react-dom": "^17.0.17",
|
|
76
|
+
"@types/react-redux": "^7.1.24",
|
|
77
77
|
"@types/react-router": "^5.1.18",
|
|
78
78
|
"@types/react-router-dom": "^5.3.3",
|
|
79
79
|
"@types/redux-logger": "^3.0.9",
|
|
@@ -84,13 +84,13 @@
|
|
|
84
84
|
"debounce-async": "0.0.2",
|
|
85
85
|
"downshift": "6.1.7",
|
|
86
86
|
"fuse.js": "6.6.1",
|
|
87
|
-
"graphql": "
|
|
87
|
+
"graphql": "16.5.0",
|
|
88
88
|
"history": "4.10.1",
|
|
89
89
|
"is-retina": "1.0.3",
|
|
90
90
|
"jwt-decode": "3.1.2",
|
|
91
91
|
"lodash": "4.17.21",
|
|
92
92
|
"memoize-one": "5.2.1",
|
|
93
|
-
"moment": "^2.29.
|
|
93
|
+
"moment": "^2.29.4",
|
|
94
94
|
"moment-timezone": "^0.5.34",
|
|
95
95
|
"omit-empty-es": "1.1.3",
|
|
96
96
|
"perfume.js": "6.4.0",
|
|
@@ -105,13 +105,13 @@
|
|
|
105
105
|
"uuid": "8.3.2"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@apollo/client": "3.6.
|
|
108
|
+
"@apollo/client": "3.6.9",
|
|
109
109
|
"@testing-library/react": "12.1.5",
|
|
110
110
|
"@testing-library/react-hooks": "7.0.2",
|
|
111
|
-
"msw": "0.
|
|
111
|
+
"msw": "0.44.0",
|
|
112
112
|
"react": "17.0.2",
|
|
113
113
|
"react-dom": "17.0.2",
|
|
114
|
-
"react-intl": "^5.25.
|
|
114
|
+
"react-intl": "^5.25.1",
|
|
115
115
|
"react-redux": "7.2.8",
|
|
116
116
|
"react-router-dom": "5.3.1",
|
|
117
117
|
"redux": "4.2.0",
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var ssr = require('@commercetools-frontend/application-config/ssr');
|
|
6
|
-
var oidc = require('../../dist/oidc-
|
|
6
|
+
var oidc = require('../../dist/oidc-9134face.cjs.dev.js');
|
|
7
7
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
9
9
|
require('@babel/runtime-corejs3/core-js-stable/instance/map');
|
|
10
|
-
require('../../dist/constants-
|
|
10
|
+
require('../../dist/constants-d9a5241e.cjs.dev.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var ssr = require('@commercetools-frontend/application-config/ssr');
|
|
6
|
-
var oidc = require('../../dist/oidc-
|
|
6
|
+
var oidc = require('../../dist/oidc-5b507512.cjs.prod.js');
|
|
7
7
|
require('@babel/runtime-corejs3/helpers/toConsumableArray');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/instance/concat');
|
|
9
9
|
require('@babel/runtime-corejs3/core-js-stable/instance/map');
|
|
10
|
-
require('../../dist/constants-
|
|
10
|
+
require('../../dist/constants-c2c238ff.cjs.prod.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { entryPointUriPathToPermissionKeys, entryPointUriPathToResourceAccesses } from '@commercetools-frontend/application-config/ssr';
|
|
2
|
-
export { b as buildOidcScope } from '../../dist/oidc-
|
|
2
|
+
export { b as buildOidcScope } from '../../dist/oidc-5cae2dba.esm.js';
|
|
3
3
|
import '@babel/runtime-corejs3/helpers/toConsumableArray';
|
|
4
4
|
import '@babel/runtime-corejs3/core-js-stable/instance/concat';
|
|
5
5
|
import '@babel/runtime-corejs3/core-js-stable/instance/map';
|
|
6
|
-
import '../../dist/constants-
|
|
6
|
+
import '../../dist/constants-a3c850be.esm.js';
|
|
@@ -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-6189b3a3.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');
|
|
@@ -47,7 +47,7 @@ require('redux-thunk');
|
|
|
47
47
|
require('omit-empty-es');
|
|
48
48
|
require('@commercetools-frontend/notifications');
|
|
49
49
|
require('@commercetools-frontend/sdk');
|
|
50
|
-
require('../../dist/constants-
|
|
50
|
+
require('../../dist/constants-d9a5241e.cjs.dev.js');
|
|
51
51
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
52
52
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
53
53
|
require('redux-logger');
|
|
@@ -59,7 +59,6 @@ require('@commercetools-frontend/sentry');
|
|
|
59
59
|
require('@babel/runtime-corejs3/core-js-stable/url');
|
|
60
60
|
require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
61
61
|
require('@apollo/client');
|
|
62
|
-
require('@commercetools/http-user-agent');
|
|
63
62
|
require('apollo-link-logger');
|
|
64
63
|
require('@babel/runtime-corejs3/core-js-stable/array/from');
|
|
65
64
|
require('@babel/runtime-corejs3/core-js-stable/symbol');
|
|
@@ -68,8 +67,19 @@ require('@babel/runtime-corejs3/core-js-stable/array/is-array');
|
|
|
68
67
|
require('@apollo/client/link/error');
|
|
69
68
|
require('@babel/runtime-corejs3/core-js-stable/instance/some');
|
|
70
69
|
require('@babel/runtime-corejs3/core-js-stable/object/values');
|
|
70
|
+
require('@commercetools/http-user-agent');
|
|
71
71
|
require('uuid');
|
|
72
72
|
require('@babel/runtime-corejs3/core-js-stable/json/stringify');
|
|
73
|
+
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
74
|
+
require('@babel/runtime-corejs3/helpers/asyncToGenerator');
|
|
75
|
+
require('@babel/runtime-corejs3/helpers/createClass');
|
|
76
|
+
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
77
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
78
|
+
require('@babel/runtime-corejs3/helpers/inherits');
|
|
79
|
+
require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
|
|
80
|
+
require('@babel/runtime-corejs3/helpers/getPrototypeOf');
|
|
81
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
82
|
+
require('@babel/runtime-corejs3/regenerator');
|
|
73
83
|
require('@apollo/client/link/retry');
|
|
74
84
|
require('@commercetools-frontend/permissions');
|
|
75
85
|
require('@commercetools-frontend/application-components');
|
|
@@ -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-06ad02d5.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');
|
|
@@ -47,7 +47,7 @@ require('redux-thunk');
|
|
|
47
47
|
require('omit-empty-es');
|
|
48
48
|
require('@commercetools-frontend/notifications');
|
|
49
49
|
require('@commercetools-frontend/sdk');
|
|
50
|
-
require('../../dist/constants-
|
|
50
|
+
require('../../dist/constants-c2c238ff.cjs.prod.js');
|
|
51
51
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
52
52
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
53
53
|
require('redux-logger');
|
|
@@ -59,7 +59,6 @@ require('@commercetools-frontend/sentry');
|
|
|
59
59
|
require('@babel/runtime-corejs3/core-js-stable/url');
|
|
60
60
|
require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
61
61
|
require('@apollo/client');
|
|
62
|
-
require('@commercetools/http-user-agent');
|
|
63
62
|
require('apollo-link-logger');
|
|
64
63
|
require('@babel/runtime-corejs3/core-js-stable/array/from');
|
|
65
64
|
require('@babel/runtime-corejs3/core-js-stable/symbol');
|
|
@@ -68,8 +67,19 @@ require('@babel/runtime-corejs3/core-js-stable/array/is-array');
|
|
|
68
67
|
require('@apollo/client/link/error');
|
|
69
68
|
require('@babel/runtime-corejs3/core-js-stable/instance/some');
|
|
70
69
|
require('@babel/runtime-corejs3/core-js-stable/object/values');
|
|
70
|
+
require('@commercetools/http-user-agent');
|
|
71
71
|
require('uuid');
|
|
72
72
|
require('@babel/runtime-corejs3/core-js-stable/json/stringify');
|
|
73
|
+
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
74
|
+
require('@babel/runtime-corejs3/helpers/asyncToGenerator');
|
|
75
|
+
require('@babel/runtime-corejs3/helpers/createClass');
|
|
76
|
+
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
77
|
+
require('@babel/runtime-corejs3/helpers/assertThisInitialized');
|
|
78
|
+
require('@babel/runtime-corejs3/helpers/inherits');
|
|
79
|
+
require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
|
|
80
|
+
require('@babel/runtime-corejs3/helpers/getPrototypeOf');
|
|
81
|
+
require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
82
|
+
require('@babel/runtime-corejs3/regenerator');
|
|
73
83
|
require('@apollo/client/link/retry');
|
|
74
84
|
require('@commercetools-frontend/permissions');
|
|
75
85
|
require('@commercetools-frontend/application-components');
|
|
@@ -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,
|
|
36
|
+
import { A as ApplicationEntryPoint, z as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-28843eb4.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';
|
|
@@ -44,7 +44,7 @@ import 'redux-thunk';
|
|
|
44
44
|
import 'omit-empty-es';
|
|
45
45
|
import '@commercetools-frontend/notifications';
|
|
46
46
|
import '@commercetools-frontend/sdk';
|
|
47
|
-
import '../../dist/constants-
|
|
47
|
+
import '../../dist/constants-a3c850be.esm.js';
|
|
48
48
|
import '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
49
49
|
import '@babel/runtime-corejs3/core-js-stable/instance/includes';
|
|
50
50
|
import 'redux-logger';
|
|
@@ -56,7 +56,6 @@ import '@commercetools-frontend/sentry';
|
|
|
56
56
|
import '@babel/runtime-corejs3/core-js-stable/url';
|
|
57
57
|
import '@babel/runtime-corejs3/core-js-stable/instance/find';
|
|
58
58
|
import '@apollo/client';
|
|
59
|
-
import '@commercetools/http-user-agent';
|
|
60
59
|
import 'apollo-link-logger';
|
|
61
60
|
import '@babel/runtime-corejs3/core-js-stable/array/from';
|
|
62
61
|
import '@babel/runtime-corejs3/core-js-stable/symbol';
|
|
@@ -65,8 +64,19 @@ import '@babel/runtime-corejs3/core-js-stable/array/is-array';
|
|
|
65
64
|
import '@apollo/client/link/error';
|
|
66
65
|
import '@babel/runtime-corejs3/core-js-stable/instance/some';
|
|
67
66
|
import '@babel/runtime-corejs3/core-js-stable/object/values';
|
|
67
|
+
import '@commercetools/http-user-agent';
|
|
68
68
|
import 'uuid';
|
|
69
69
|
import '@babel/runtime-corejs3/core-js-stable/json/stringify';
|
|
70
|
+
import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
|
|
71
|
+
import '@babel/runtime-corejs3/helpers/asyncToGenerator';
|
|
72
|
+
import '@babel/runtime-corejs3/helpers/createClass';
|
|
73
|
+
import '@babel/runtime-corejs3/helpers/classCallCheck';
|
|
74
|
+
import '@babel/runtime-corejs3/helpers/assertThisInitialized';
|
|
75
|
+
import '@babel/runtime-corejs3/helpers/inherits';
|
|
76
|
+
import '@babel/runtime-corejs3/helpers/possibleConstructorReturn';
|
|
77
|
+
import '@babel/runtime-corejs3/helpers/getPrototypeOf';
|
|
78
|
+
import '@babel/runtime-corejs3/helpers/wrapNativeSuper';
|
|
79
|
+
import '@babel/runtime-corejs3/regenerator';
|
|
70
80
|
import '@apollo/client/link/retry';
|
|
71
81
|
import '@commercetools-frontend/permissions';
|
|
72
82
|
import '@commercetools-frontend/application-components';
|