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