@commercetools-frontend/application-shell 21.13.0 → 21.14.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.
Files changed (46) hide show
  1. package/dist/{application-entry-point-56bf2606.cjs.dev.js → application-entry-point-357edcbf.cjs.dev.js} +9 -3
  2. package/dist/{application-entry-point-0712cf7e.cjs.prod.js → application-entry-point-8914057c.cjs.prod.js} +9 -3
  3. package/dist/{application-entry-point-7cff60bd.esm.js → application-entry-point-ede05690.esm.js} +9 -3
  4. package/dist/commercetools-frontend-application-shell.cjs.dev.js +6 -4
  5. package/dist/commercetools-frontend-application-shell.cjs.prod.js +6 -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/index.d.ts +1 -0
  15. package/dist/declarations/src/utils/http-client.d.ts +2 -0
  16. package/dist/{index-4381d726.esm.js → index-33893109.esm.js} +63 -16
  17. package/dist/{index-7c6d524e.cjs.prod.js → index-40a2f8e6.cjs.prod.js} +65 -15
  18. package/dist/{index-b3e5cace.cjs.dev.js → index-78444791.cjs.dev.js} +65 -15
  19. package/dist/{oidc-5cae2dba.esm.js → oidc-4c509f49.esm.js} +1 -1
  20. package/dist/{oidc-9134face.cjs.dev.js → oidc-a2126dac.cjs.dev.js} +1 -1
  21. package/dist/{oidc-5b507512.cjs.prod.js → oidc-d13fc045.cjs.prod.js} +1 -1
  22. package/dist/{project-expired-c12c6746.esm.js → project-expired-008678a2.esm.js} +6 -5
  23. package/dist/{project-expired-d3cd31db.cjs.prod.js → project-expired-3052360c.cjs.prod.js} +6 -5
  24. package/dist/{project-expired-438ef0b1.cjs.dev.js → project-expired-e2deb0f4.cjs.dev.js} +6 -5
  25. package/dist/{project-not-found-6b730bb8.cjs.prod.js → project-not-found-7b246064.cjs.prod.js} +6 -5
  26. package/dist/{project-not-found-cd6c819e.esm.js → project-not-found-b5308ce5.esm.js} +6 -5
  27. package/dist/{project-not-found-8c9e17dd.cjs.dev.js → project-not-found-d6b078fe.cjs.dev.js} +6 -5
  28. package/dist/{project-not-initialized-55c95285.esm.js → project-not-initialized-779d83e9.esm.js} +6 -5
  29. package/dist/{project-not-initialized-7fa9142a.cjs.dev.js → project-not-initialized-8bfb5a7f.cjs.prod.js} +6 -5
  30. package/dist/{project-not-initialized-0d7bf4dc.cjs.prod.js → project-not-initialized-8e0d9015.cjs.dev.js} +6 -5
  31. package/dist/{project-suspended-b4a42afc.esm.js → project-suspended-2ae022c3.esm.js} +6 -5
  32. package/dist/{project-suspended-edeef9ee.cjs.dev.js → project-suspended-531ea8d4.cjs.prod.js} +6 -5
  33. package/dist/{project-suspended-6dcd1921.cjs.prod.js → project-suspended-6fef215f.cjs.dev.js} +6 -5
  34. package/dist/{quick-access-6d91795e.cjs.dev.js → quick-access-0069b1d7.cjs.dev.js} +5 -4
  35. package/dist/{quick-access-7507cee0.cjs.prod.js → quick-access-126b87ae.cjs.prod.js} +5 -4
  36. package/dist/{quick-access-9f7222ae.esm.js → quick-access-c1bcf1d4.esm.js} +5 -4
  37. package/dist/{service-page-project-switcher-777675d0.cjs.dev.js → service-page-project-switcher-5335c3a7.cjs.dev.js} +1 -1
  38. package/dist/{service-page-project-switcher-8015085f.esm.js → service-page-project-switcher-83f138af.esm.js} +1 -1
  39. package/dist/{service-page-project-switcher-ee31b66a.cjs.prod.js → service-page-project-switcher-a788f738.cjs.prod.js} +1 -1
  40. package/package.json +22 -22
  41. package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.dev.js +2 -2
  42. package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.prod.js +2 -2
  43. package/ssr/dist/commercetools-frontend-application-shell-ssr.esm.js +2 -2
  44. package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.dev.js +2 -2
  45. package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.prod.js +2 -2
  46. 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-7cff60bd.esm.js';
36
+ import { A as ApplicationEntryPoint, z as createReduxStore, f as createApolloClient } from '../../dist/application-entry-point-ede05690.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';