@commercetools-frontend/application-shell 20.12.1 → 20.13.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-aa870890.cjs.prod.js → application-entry-point-0e540c26.cjs.prod.js} +26 -74
- package/dist/{application-entry-point-140f92f2.cjs.dev.js → application-entry-point-9bcb1dcd.cjs.dev.js} +26 -74
- package/dist/{application-entry-point-21cef8e6.esm.js → application-entry-point-fa443a5c.esm.js} +5 -48
- package/dist/commercetools-frontend-application-shell.cjs.dev.js +9 -3
- package/dist/commercetools-frontend-application-shell.cjs.prod.js +9 -3
- package/dist/commercetools-frontend-application-shell.esm.js +7 -3
- package/dist/constants-33a16227.esm.js +46 -0
- package/dist/constants-745aeeca.cjs.prod.js +54 -0
- package/dist/constants-fdbe0e9d.cjs.dev.js +54 -0
- package/dist/declarations/src/components/locale-switcher/locale-switcher.d.ts +3 -4
- package/dist/declarations/src/index.d.ts +1 -1
- package/dist/declarations/src/ssr/index.d.ts +2 -0
- package/dist/declarations/src/utils/formatters.d.ts +8 -0
- package/dist/declarations/src/utils/index.d.ts +1 -0
- package/dist/declarations/src/{components/authenticated/helpers.d.ts → utils/oidc.d.ts} +0 -0
- package/dist/{index-91dc2ebb.cjs.dev.js → index-08bd5156.cjs.dev.js} +95 -114
- package/dist/{index-eebc40b6.esm.js → index-145d8478.esm.js} +54 -73
- package/dist/{index-473958c5.cjs.prod.js → index-b8de2a19.cjs.prod.js} +80 -99
- package/dist/oidc-7e7761de.cjs.dev.js +94 -0
- package/dist/oidc-8e05c00e.esm.js +84 -0
- package/dist/oidc-be09bd90.cjs.prod.js +94 -0
- package/dist/{project-expired-a0163148.cjs.prod.js → project-expired-081f7710.cjs.dev.js} +8 -4
- package/dist/{project-expired-9d8377ce.esm.js → project-expired-1090404c.esm.js} +8 -4
- package/dist/{project-expired-d0c9a419.cjs.dev.js → project-expired-b7b2dc9c.cjs.prod.js} +8 -4
- package/dist/{project-not-found-6bdfc28d.cjs.prod.js → project-not-found-a631b489.cjs.dev.js} +8 -4
- package/dist/{project-not-found-a48ca67b.esm.js → project-not-found-b42cec67.esm.js} +8 -4
- package/dist/{project-not-found-4f1e5015.cjs.dev.js → project-not-found-f0de3443.cjs.prod.js} +8 -4
- package/dist/{project-not-initialized-746e3f1c.esm.js → project-not-initialized-1f945b2d.esm.js} +8 -4
- package/dist/{project-not-initialized-e07d2b6b.cjs.prod.js → project-not-initialized-3e276968.cjs.prod.js} +8 -4
- package/dist/{project-not-initialized-84372c36.cjs.dev.js → project-not-initialized-5f3922ea.cjs.dev.js} +8 -4
- package/dist/{project-suspended-08625b77.cjs.prod.js → project-suspended-2a8ee7c7.cjs.dev.js} +8 -4
- package/dist/{project-suspended-bee672c3.cjs.dev.js → project-suspended-55fb4c82.cjs.prod.js} +8 -4
- package/dist/{project-suspended-1a678884.esm.js → project-suspended-60b18d52.esm.js} +8 -4
- package/dist/{quick-access-0a31b56f.cjs.prod.js → quick-access-0f6a3105.cjs.prod.js} +6 -2
- package/dist/{quick-access-de902fa0.esm.js → quick-access-191a24de.esm.js} +6 -2
- package/dist/{quick-access-a50256b3.cjs.dev.js → quick-access-b148b0da.cjs.dev.js} +6 -2
- package/dist/{service-page-project-switcher-ab78eb6d.cjs.dev.js → service-page-project-switcher-6217ebd1.cjs.dev.js} +1 -1
- package/dist/{service-page-project-switcher-bf6bb20a.cjs.prod.js → service-page-project-switcher-6f0e736d.cjs.prod.js} +1 -1
- package/dist/{service-page-project-switcher-454e6146.esm.js → service-page-project-switcher-a3be39d0.esm.js} +1 -1
- package/package.json +55 -48
- package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.d.ts +1 -0
- package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.dev.js +16 -0
- package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.js +7 -0
- package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.prod.js +16 -0
- package/ssr/dist/commercetools-frontend-application-shell-ssr.esm.js +6 -0
- package/ssr/package.json +4 -0
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.dev.js +3 -1
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.prod.js +3 -1
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.esm.js +3 -1
|
@@ -35,7 +35,7 @@ var applicationShellConnectors = require('@commercetools-frontend/application-sh
|
|
|
35
35
|
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
|
-
var applicationEntryPoint = require('../../dist/application-entry-point-
|
|
38
|
+
var applicationEntryPoint = require('../../dist/application-entry-point-9bcb1dcd.cjs.dev.js');
|
|
39
39
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
40
40
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
41
41
|
require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
@@ -46,6 +46,7 @@ require('redux-thunk');
|
|
|
46
46
|
require('omit-empty-es');
|
|
47
47
|
require('@commercetools-frontend/notifications');
|
|
48
48
|
require('@commercetools-frontend/sdk');
|
|
49
|
+
require('../../dist/constants-fdbe0e9d.cjs.dev.js');
|
|
49
50
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
50
51
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
51
52
|
require('redux-logger');
|
|
@@ -55,6 +56,7 @@ require('@babel/runtime-corejs3/core-js-stable/instance/index-of');
|
|
|
55
56
|
require('@babel/runtime-corejs3/core-js-stable/instance/slice');
|
|
56
57
|
require('@commercetools-frontend/sentry');
|
|
57
58
|
require('@babel/runtime-corejs3/core-js-stable/url');
|
|
59
|
+
require('lodash/upperFirst');
|
|
58
60
|
require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
59
61
|
require('@apollo/client');
|
|
60
62
|
require('@commercetools/http-user-agent');
|
|
@@ -35,7 +35,7 @@ var applicationShellConnectors = require('@commercetools-frontend/application-sh
|
|
|
35
35
|
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
|
-
var applicationEntryPoint = require('../../dist/application-entry-point-
|
|
38
|
+
var applicationEntryPoint = require('../../dist/application-entry-point-0e540c26.cjs.prod.js');
|
|
39
39
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
40
40
|
require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
41
41
|
require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
@@ -46,6 +46,7 @@ require('redux-thunk');
|
|
|
46
46
|
require('omit-empty-es');
|
|
47
47
|
require('@commercetools-frontend/notifications');
|
|
48
48
|
require('@commercetools-frontend/sdk');
|
|
49
|
+
require('../../dist/constants-745aeeca.cjs.prod.js');
|
|
49
50
|
require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
|
|
50
51
|
require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
51
52
|
require('redux-logger');
|
|
@@ -55,6 +56,7 @@ require('@babel/runtime-corejs3/core-js-stable/instance/index-of');
|
|
|
55
56
|
require('@babel/runtime-corejs3/core-js-stable/instance/slice');
|
|
56
57
|
require('@commercetools-frontend/sentry');
|
|
57
58
|
require('@babel/runtime-corejs3/core-js-stable/url');
|
|
59
|
+
require('lodash/upperFirst');
|
|
58
60
|
require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
59
61
|
require('@apollo/client');
|
|
60
62
|
require('@commercetools/http-user-agent');
|
|
@@ -32,7 +32,7 @@ import { ApplicationContextProvider } from '@commercetools-frontend/application-
|
|
|
32
32
|
import { NotificationProviderForCustomComponent, NotificationsList } from '@commercetools-frontend/react-notifications';
|
|
33
33
|
import { DOMAINS } from '@commercetools-frontend/constants';
|
|
34
34
|
import { createTestMiddleware } from '@commercetools-frontend/sdk/test-utils';
|
|
35
|
-
import { A as ApplicationEntryPoint,
|
|
35
|
+
import { A as ApplicationEntryPoint, w as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-fa443a5c.esm.js';
|
|
36
36
|
import { jsx, Fragment, jsxs } from '@emotion/react/jsx-runtime';
|
|
37
37
|
import '@babel/runtime-corejs3/helpers/slicedToArray';
|
|
38
38
|
import '@babel/runtime-corejs3/core-js-stable/object/entries';
|
|
@@ -43,6 +43,7 @@ import 'redux-thunk';
|
|
|
43
43
|
import 'omit-empty-es';
|
|
44
44
|
import '@commercetools-frontend/notifications';
|
|
45
45
|
import '@commercetools-frontend/sdk';
|
|
46
|
+
import '../../dist/constants-33a16227.esm.js';
|
|
46
47
|
import '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
47
48
|
import '@babel/runtime-corejs3/core-js-stable/instance/includes';
|
|
48
49
|
import 'redux-logger';
|
|
@@ -52,6 +53,7 @@ import '@babel/runtime-corejs3/core-js-stable/instance/index-of';
|
|
|
52
53
|
import '@babel/runtime-corejs3/core-js-stable/instance/slice';
|
|
53
54
|
import '@commercetools-frontend/sentry';
|
|
54
55
|
import '@babel/runtime-corejs3/core-js-stable/url';
|
|
56
|
+
import 'lodash/upperFirst';
|
|
55
57
|
import '@babel/runtime-corejs3/core-js-stable/instance/find';
|
|
56
58
|
import '@apollo/client';
|
|
57
59
|
import '@commercetools/http-user-agent';
|