@commercetools-frontend/application-shell 21.15.0 → 21.17.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-44aa936e.esm.js → application-entry-point-292e3a3e.esm.js} +1 -1
- package/dist/{application-entry-point-f11084a2.cjs.dev.js → application-entry-point-67d8754d.cjs.dev.js} +1 -1
- package/dist/{application-entry-point-f2241482.cjs.prod.js → application-entry-point-c63a6460.cjs.prod.js} +1 -1
- package/dist/commercetools-frontend-application-shell.cjs.dev.js +3 -3
- package/dist/commercetools-frontend-application-shell.cjs.prod.js +3 -3
- package/dist/commercetools-frontend-application-shell.esm.js +3 -3
- package/dist/declarations/src/components/{application-shell-provider → application-shell}/global-styles.d.ts +0 -0
- package/dist/declarations/src/types/generated/mc.d.ts +23 -0
- package/dist/{index-b36cb446.cjs.dev.js → index-42368b52.cjs.dev.js} +102 -101
- package/dist/{index-3772c69a.cjs.prod.js → index-4581e7d6.cjs.prod.js} +69 -68
- package/dist/{index-a83ab097.esm.js → index-f19062cd.esm.js} +103 -102
- package/dist/{project-expired-53693a44.cjs.dev.js → project-expired-04bc8e74.cjs.dev.js} +4 -4
- package/dist/{project-expired-99a33d18.cjs.prod.js → project-expired-bdefb97a.cjs.prod.js} +4 -4
- package/dist/{project-expired-b8997ad7.esm.js → project-expired-fe3d9a1e.esm.js} +4 -4
- package/dist/{project-not-found-358e38c4.cjs.dev.js → project-not-found-079b6307.cjs.dev.js} +4 -4
- package/dist/{project-not-found-49a62d0d.cjs.prod.js → project-not-found-28b4da26.cjs.prod.js} +4 -4
- package/dist/{project-not-found-57935e60.esm.js → project-not-found-730d25f7.esm.js} +4 -4
- package/dist/{project-not-initialized-a79da777.cjs.prod.js → project-not-initialized-20d04d23.cjs.prod.js} +4 -4
- package/dist/{project-not-initialized-4ce09ccf.cjs.dev.js → project-not-initialized-8d841463.cjs.dev.js} +4 -4
- package/dist/{project-not-initialized-439ce483.esm.js → project-not-initialized-a6d52347.esm.js} +4 -4
- package/dist/{project-suspended-99cdde6e.cjs.prod.js → project-suspended-267991e0.cjs.prod.js} +4 -4
- package/dist/{project-suspended-d137e6d8.esm.js → project-suspended-ef98c178.esm.js} +4 -4
- package/dist/{project-suspended-5ba78526.cjs.dev.js → project-suspended-f1151f09.cjs.dev.js} +4 -4
- package/dist/{quick-access-2399d78b.esm.js → quick-access-767dd225.esm.js} +2 -2
- package/dist/{quick-access-7842cacf.cjs.prod.js → quick-access-9f784445.cjs.prod.js} +2 -2
- package/dist/{quick-access-e63ca230.cjs.dev.js → quick-access-e8c01f0e.cjs.dev.js} +2 -2
- package/dist/{service-page-project-switcher-1fc522d5.esm.js → service-page-project-switcher-1d482ee4.esm.js} +1 -1
- package/dist/{service-page-project-switcher-76065a92.cjs.prod.js → service-page-project-switcher-a2965a24.cjs.prod.js} +1 -1
- package/dist/{service-page-project-switcher-c1b51dce.cjs.dev.js → service-page-project-switcher-b832958f.cjs.dev.js} +1 -1
- package/package.json +32 -32
- 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
|
@@ -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-292e3a3e.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';
|