@commercetools-frontend/application-shell 21.5.1 → 21.8.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/LICENSE +1 -1
- package/dist/{application-entry-point-51c355b0.esm.js → application-entry-point-14c74303.esm.js} +3 -3
- package/dist/{application-entry-point-07173b29.cjs.prod.js → application-entry-point-dc4da815.cjs.prod.js} +3 -3
- package/dist/{application-entry-point-292ce747.cjs.dev.js → application-entry-point-f22a0ec9.cjs.dev.js} +3 -3
- package/dist/commercetools-frontend-application-shell.cjs.dev.js +5 -4
- package/dist/commercetools-frontend-application-shell.cjs.prod.js +5 -4
- package/dist/commercetools-frontend-application-shell.esm.js +5 -4
- package/dist/{constants-6f8e0d87.esm.js → constants-3cf6ed64.esm.js} +1 -0
- package/dist/{constants-9710f983.cjs.prod.js → constants-bf2e1d68.cjs.dev.js} +1 -0
- package/dist/{constants-0b2cadbb.cjs.dev.js → constants-f34da47c.cjs.prod.js} +1 -0
- package/dist/declarations/src/components/locale-switcher/messages.d.ts +8 -0
- package/dist/declarations/src/components/project-switcher/messages.d.ts +1 -1
- package/dist/declarations/src/components/user-settings-menu/messages.d.ts +5 -0
- package/dist/declarations/src/constants.d.ts +1 -0
- package/dist/declarations/src/types/generated/ctp.d.ts +29 -132
- package/dist/declarations/src/types/generated/mc.d.ts +47 -47
- package/dist/declarations/src/types/generated/proxy.d.ts +11 -10
- package/dist/declarations/src/types/generated/settings.d.ts +31 -0
- package/dist/declarations/src/utils/apollo-context.d.ts +3 -0
- package/dist/{index-86c616dd.esm.js → index-691497c4.esm.js} +108 -77
- package/dist/{index-abc0ed25.cjs.dev.js → index-b67a270d.cjs.dev.js} +109 -77
- package/dist/{index-c3ce2310.cjs.prod.js → index-b937ebec.cjs.prod.js} +78 -46
- package/dist/{oidc-ebdbe61e.cjs.prod.js → oidc-82e151f9.cjs.prod.js} +1 -1
- package/dist/{oidc-ad6058e2.esm.js → oidc-8af521ca.esm.js} +1 -1
- package/dist/{oidc-137df8f6.cjs.dev.js → oidc-ff089e6f.cjs.dev.js} +1 -1
- package/dist/{project-expired-ebe4a567.cjs.dev.js → project-expired-3ff8b6af.cjs.dev.js} +6 -5
- package/dist/{project-expired-95666a03.esm.js → project-expired-af63adca.esm.js} +6 -5
- package/dist/{project-expired-fbd676d7.cjs.prod.js → project-expired-f6ee2c5a.cjs.prod.js} +6 -5
- package/dist/{project-not-found-d6e52818.cjs.prod.js → project-not-found-0fb97434.cjs.dev.js} +6 -5
- package/dist/{project-not-found-818f58ca.cjs.dev.js → project-not-found-4d6af409.cjs.prod.js} +6 -5
- package/dist/{project-not-found-f1cad1f2.esm.js → project-not-found-a8ec89b8.esm.js} +6 -5
- package/dist/{project-not-initialized-1c39d7ac.cjs.dev.js → project-not-initialized-1a4af9f3.cjs.dev.js} +6 -5
- package/dist/{project-not-initialized-051dea72.esm.js → project-not-initialized-7fb913bb.esm.js} +6 -5
- package/dist/{project-not-initialized-2fbd0b99.cjs.prod.js → project-not-initialized-e67beb94.cjs.prod.js} +6 -5
- package/dist/{project-suspended-63f85754.cjs.prod.js → project-suspended-a3e8e976.cjs.dev.js} +6 -5
- package/dist/{project-suspended-37ef515b.esm.js → project-suspended-b8d28c48.esm.js} +6 -5
- package/dist/{project-suspended-b61c6767.cjs.dev.js → project-suspended-dc511990.cjs.prod.js} +6 -5
- package/dist/{quick-access-28a06e23.cjs.prod.js → quick-access-3c5120c2.cjs.prod.js} +5 -4
- package/dist/{quick-access-061ae07e.esm.js → quick-access-69f5ce27.esm.js} +5 -4
- package/dist/{quick-access-68b53a3b.cjs.dev.js → quick-access-c71b6351.cjs.dev.js} +5 -4
- package/dist/{service-page-project-switcher-e680f8bd.cjs.dev.js → service-page-project-switcher-76aa47ce.cjs.dev.js} +1 -1
- package/dist/{service-page-project-switcher-c2a8c14e.cjs.prod.js → service-page-project-switcher-7dcfaf3a.cjs.prod.js} +1 -1
- package/dist/{service-page-project-switcher-3137886a.esm.js → service-page-project-switcher-dffc7091.esm.js} +1 -1
- package/package.json +27 -26
- 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 +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
|
@@ -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-dc4da815.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-f34da47c.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');
|
|
@@ -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, w as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-
|
|
36
|
+
import { A as ApplicationEntryPoint, w as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-14c74303.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-3cf6ed64.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';
|