@commercetools-frontend/application-shell 21.13.1 → 21.14.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-9c924b81.esm.js → application-entry-point-0de0fed2.esm.js} +9 -3
- package/dist/{application-entry-point-43fd73f5.cjs.dev.js → application-entry-point-379ddfbf.cjs.dev.js} +9 -3
- package/dist/{application-entry-point-f5a19490.cjs.prod.js → application-entry-point-d7ed60b0.cjs.prod.js} +9 -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-a3c850be.esm.js → constants-0d48a7ae.esm.js} +1 -0
- package/dist/{constants-c2c238ff.cjs.prod.js → constants-41338dec.cjs.dev.js} +1 -0
- package/dist/{constants-d9a5241e.cjs.dev.js → constants-9ffc458b.cjs.prod.js} +1 -0
- package/dist/declarations/src/components/application-page-title/application-page-title.d.ts +9 -0
- package/dist/declarations/src/components/application-page-title/index.d.ts +1 -0
- package/dist/declarations/src/components/navbar/navbar.d.ts +1 -1
- package/dist/declarations/src/constants.d.ts +1 -0
- package/dist/declarations/src/utils/http-client.d.ts +2 -0
- package/dist/{index-a544deff.cjs.prod.js → index-23885269.cjs.prod.js} +65 -15
- package/dist/{index-428502d7.esm.js → index-aee304c6.esm.js} +63 -15
- package/dist/{index-e4a6db71.cjs.dev.js → index-bf785dc5.cjs.dev.js} +65 -15
- package/dist/{oidc-5cae2dba.esm.js → oidc-4c509f49.esm.js} +1 -1
- package/dist/{oidc-9134face.cjs.dev.js → oidc-a2126dac.cjs.dev.js} +1 -1
- package/dist/{oidc-5b507512.cjs.prod.js → oidc-d13fc045.cjs.prod.js} +1 -1
- package/dist/{project-expired-45491d93.esm.js → project-expired-6dd19ac5.esm.js} +6 -5
- package/dist/{project-expired-110383bb.cjs.prod.js → project-expired-884349ac.cjs.dev.js} +6 -5
- package/dist/{project-expired-5609f6c3.cjs.dev.js → project-expired-b70d0be4.cjs.prod.js} +6 -5
- package/dist/{project-not-found-05608a7b.cjs.dev.js → project-not-found-1bb414bd.cjs.prod.js} +6 -5
- package/dist/{project-not-found-64180914.esm.js → project-not-found-5c5d8978.esm.js} +6 -5
- package/dist/{project-not-found-56537969.cjs.prod.js → project-not-found-f4588a92.cjs.dev.js} +6 -5
- package/dist/{project-not-initialized-55986b48.esm.js → project-not-initialized-4ffa6dfd.esm.js} +6 -5
- package/dist/{project-not-initialized-f715cd11.cjs.dev.js → project-not-initialized-730e8f66.cjs.prod.js} +6 -5
- package/dist/{project-not-initialized-ecf77673.cjs.prod.js → project-not-initialized-e14aec3c.cjs.dev.js} +6 -5
- package/dist/{project-suspended-4e25c346.cjs.dev.js → project-suspended-021b826a.cjs.prod.js} +6 -5
- package/dist/{project-suspended-af3dcdac.esm.js → project-suspended-4586252a.esm.js} +6 -5
- package/dist/{project-suspended-0d7731b8.cjs.prod.js → project-suspended-9dc74eb9.cjs.dev.js} +6 -5
- package/dist/{quick-access-28ff2c5f.cjs.prod.js → quick-access-06faafe4.cjs.prod.js} +5 -4
- package/dist/{quick-access-44288a69.cjs.dev.js → quick-access-529bfe5e.cjs.dev.js} +5 -4
- package/dist/{quick-access-20f2f865.esm.js → quick-access-7e849881.esm.js} +5 -4
- package/dist/{service-page-project-switcher-ae61c39d.cjs.prod.js → service-page-project-switcher-38236d62.cjs.prod.js} +1 -1
- package/dist/{service-page-project-switcher-d1c2ae56.esm.js → service-page-project-switcher-3faeb457.esm.js} +1 -1
- package/dist/{service-page-project-switcher-a1cbb100.cjs.dev.js → service-page-project-switcher-5c01b213.cjs.dev.js} +1 -1
- package/package.json +21 -21
- 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
|
@@ -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-0de0fed2.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-0d48a7ae.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';
|