@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.
Files changed (45) hide show
  1. package/dist/{application-entry-point-9c924b81.esm.js → application-entry-point-0de0fed2.esm.js} +9 -3
  2. package/dist/{application-entry-point-43fd73f5.cjs.dev.js → application-entry-point-379ddfbf.cjs.dev.js} +9 -3
  3. package/dist/{application-entry-point-f5a19490.cjs.prod.js → application-entry-point-d7ed60b0.cjs.prod.js} +9 -3
  4. package/dist/commercetools-frontend-application-shell.cjs.dev.js +5 -4
  5. package/dist/commercetools-frontend-application-shell.cjs.prod.js +5 -4
  6. package/dist/commercetools-frontend-application-shell.esm.js +5 -4
  7. package/dist/{constants-a3c850be.esm.js → constants-0d48a7ae.esm.js} +1 -0
  8. package/dist/{constants-c2c238ff.cjs.prod.js → constants-41338dec.cjs.dev.js} +1 -0
  9. package/dist/{constants-d9a5241e.cjs.dev.js → constants-9ffc458b.cjs.prod.js} +1 -0
  10. package/dist/declarations/src/components/application-page-title/application-page-title.d.ts +9 -0
  11. package/dist/declarations/src/components/application-page-title/index.d.ts +1 -0
  12. package/dist/declarations/src/components/navbar/navbar.d.ts +1 -1
  13. package/dist/declarations/src/constants.d.ts +1 -0
  14. package/dist/declarations/src/utils/http-client.d.ts +2 -0
  15. package/dist/{index-a544deff.cjs.prod.js → index-23885269.cjs.prod.js} +65 -15
  16. package/dist/{index-428502d7.esm.js → index-aee304c6.esm.js} +63 -15
  17. package/dist/{index-e4a6db71.cjs.dev.js → index-bf785dc5.cjs.dev.js} +65 -15
  18. package/dist/{oidc-5cae2dba.esm.js → oidc-4c509f49.esm.js} +1 -1
  19. package/dist/{oidc-9134face.cjs.dev.js → oidc-a2126dac.cjs.dev.js} +1 -1
  20. package/dist/{oidc-5b507512.cjs.prod.js → oidc-d13fc045.cjs.prod.js} +1 -1
  21. package/dist/{project-expired-45491d93.esm.js → project-expired-6dd19ac5.esm.js} +6 -5
  22. package/dist/{project-expired-110383bb.cjs.prod.js → project-expired-884349ac.cjs.dev.js} +6 -5
  23. package/dist/{project-expired-5609f6c3.cjs.dev.js → project-expired-b70d0be4.cjs.prod.js} +6 -5
  24. package/dist/{project-not-found-05608a7b.cjs.dev.js → project-not-found-1bb414bd.cjs.prod.js} +6 -5
  25. package/dist/{project-not-found-64180914.esm.js → project-not-found-5c5d8978.esm.js} +6 -5
  26. package/dist/{project-not-found-56537969.cjs.prod.js → project-not-found-f4588a92.cjs.dev.js} +6 -5
  27. package/dist/{project-not-initialized-55986b48.esm.js → project-not-initialized-4ffa6dfd.esm.js} +6 -5
  28. package/dist/{project-not-initialized-f715cd11.cjs.dev.js → project-not-initialized-730e8f66.cjs.prod.js} +6 -5
  29. package/dist/{project-not-initialized-ecf77673.cjs.prod.js → project-not-initialized-e14aec3c.cjs.dev.js} +6 -5
  30. package/dist/{project-suspended-4e25c346.cjs.dev.js → project-suspended-021b826a.cjs.prod.js} +6 -5
  31. package/dist/{project-suspended-af3dcdac.esm.js → project-suspended-4586252a.esm.js} +6 -5
  32. package/dist/{project-suspended-0d7731b8.cjs.prod.js → project-suspended-9dc74eb9.cjs.dev.js} +6 -5
  33. package/dist/{quick-access-28ff2c5f.cjs.prod.js → quick-access-06faafe4.cjs.prod.js} +5 -4
  34. package/dist/{quick-access-44288a69.cjs.dev.js → quick-access-529bfe5e.cjs.dev.js} +5 -4
  35. package/dist/{quick-access-20f2f865.esm.js → quick-access-7e849881.esm.js} +5 -4
  36. package/dist/{service-page-project-switcher-ae61c39d.cjs.prod.js → service-page-project-switcher-38236d62.cjs.prod.js} +1 -1
  37. package/dist/{service-page-project-switcher-d1c2ae56.esm.js → service-page-project-switcher-3faeb457.esm.js} +1 -1
  38. package/dist/{service-page-project-switcher-a1cbb100.cjs.dev.js → service-page-project-switcher-5c01b213.cjs.dev.js} +1 -1
  39. package/package.json +21 -21
  40. package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.dev.js +2 -2
  41. package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.prod.js +2 -2
  42. package/ssr/dist/commercetools-frontend-application-shell-ssr.esm.js +2 -2
  43. package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.dev.js +2 -2
  44. package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.prod.js +2 -2
  45. 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-9c924b81.esm.js';
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-a3c850be.esm.js';
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';