@commercetools-frontend/application-shell 20.12.0 → 20.12.1
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-ae4c00f2.cjs.dev.js → application-entry-point-140f92f2.cjs.dev.js} +11 -5
- package/dist/{application-entry-point-a7199847.esm.js → application-entry-point-21cef8e6.esm.js} +11 -6
- package/dist/{application-entry-point-52f79266.cjs.prod.js → application-entry-point-aa870890.cjs.prod.js} +11 -5
- 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/apollo-links/utils.d.ts +1 -1
- package/dist/declarations/src/components/application-shell/helpers.d.ts +1 -0
- package/dist/declarations/src/hooks/use-is-served-by-proxy/index.d.ts +1 -0
- package/dist/declarations/src/hooks/use-is-served-by-proxy/use-is-served-by-proxy.d.ts +2 -0
- package/dist/{index-b2a644f6.cjs.prod.js → index-473958c5.cjs.prod.js} +59 -15
- package/dist/{index-fd0e0765.cjs.dev.js → index-91dc2ebb.cjs.dev.js} +60 -16
- package/dist/{index-1d2a788a.esm.js → index-eebc40b6.esm.js} +60 -16
- package/dist/{project-expired-b312aef3.esm.js → project-expired-9d8377ce.esm.js} +3 -3
- package/dist/{project-expired-6f5d474a.cjs.prod.js → project-expired-a0163148.cjs.prod.js} +3 -3
- package/dist/{project-expired-8a630330.cjs.dev.js → project-expired-d0c9a419.cjs.dev.js} +3 -3
- package/dist/{project-not-found-7bdc583e.cjs.dev.js → project-not-found-4f1e5015.cjs.dev.js} +3 -3
- package/dist/{project-not-found-19312707.cjs.prod.js → project-not-found-6bdfc28d.cjs.prod.js} +3 -3
- package/dist/{project-not-found-1c1a349f.esm.js → project-not-found-a48ca67b.esm.js} +3 -3
- package/dist/{project-not-initialized-8179abd1.esm.js → project-not-initialized-746e3f1c.esm.js} +3 -3
- package/dist/{project-not-initialized-2f2ee69f.cjs.dev.js → project-not-initialized-84372c36.cjs.dev.js} +3 -3
- package/dist/{project-not-initialized-10a1ce69.cjs.prod.js → project-not-initialized-e07d2b6b.cjs.prod.js} +3 -3
- package/dist/{project-suspended-da1d5c10.cjs.prod.js → project-suspended-08625b77.cjs.prod.js} +3 -3
- package/dist/{project-suspended-3e5b8d4f.esm.js → project-suspended-1a678884.esm.js} +3 -3
- package/dist/{project-suspended-f541ad12.cjs.dev.js → project-suspended-bee672c3.cjs.dev.js} +3 -3
- package/dist/{quick-access-592bdd5b.cjs.prod.js → quick-access-0a31b56f.cjs.prod.js} +2 -2
- package/dist/{quick-access-8e4582e8.cjs.dev.js → quick-access-a50256b3.cjs.dev.js} +2 -2
- package/dist/{quick-access-52ee94fa.esm.js → quick-access-de902fa0.esm.js} +2 -2
- package/dist/{service-page-project-switcher-283ce683.esm.js → service-page-project-switcher-454e6146.esm.js} +1 -1
- package/dist/{service-page-project-switcher-8ccd2f3c.cjs.dev.js → service-page-project-switcher-ab78eb6d.cjs.dev.js} +1 -1
- package/dist/{service-page-project-switcher-c5ba651f.cjs.prod.js → service-page-project-switcher-bf6bb20a.cjs.prod.js} +1 -1
- package/package.json +33 -33
- 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
|
@@ -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-aa870890.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');
|
|
@@ -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, y as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-21cef8e6.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';
|