@commercetools-frontend/application-shell 20.10.5 → 20.10.6

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 (34) hide show
  1. package/dist/{application-entry-point-4b134bcb.cjs.dev.js → application-entry-point-015f1dfd.cjs.dev.js} +55 -55
  2. package/dist/{application-entry-point-b7c5325e.esm.js → application-entry-point-7f99da26.esm.js} +3 -3
  3. package/dist/{application-entry-point-83ea80e3.cjs.prod.js → application-entry-point-9247fc63.cjs.prod.js} +52 -52
  4. package/dist/commercetools-frontend-application-shell.cjs.dev.js +15 -41
  5. package/dist/commercetools-frontend-application-shell.cjs.prod.js +15 -41
  6. package/dist/commercetools-frontend-application-shell.esm.js +2 -2
  7. package/dist/declarations/src/components/locale-switcher/locale-switcher.d.ts +0 -5
  8. package/dist/declarations/src/components/quick-access/butler-command/butler-command.d.ts +0 -11
  9. package/dist/declarations/src/version.d.ts +1 -1
  10. package/dist/{index-82a5ea23.cjs.dev.js → index-c6cce324.cjs.dev.js} +294 -293
  11. package/dist/{index-577c7a43.esm.js → index-e34cdcda.esm.js} +13 -12
  12. package/dist/{index-8605a9e1.cjs.prod.js → index-f012b7bd.cjs.prod.js} +204 -202
  13. package/dist/{project-expired-5603cf9b.cjs.prod.js → project-expired-0c4726a5.cjs.prod.js} +7 -7
  14. package/dist/{project-expired-55c51196.esm.js → project-expired-3b4cf60d.esm.js} +3 -3
  15. package/dist/{project-expired-4a4db9c8.cjs.dev.js → project-expired-a8eb69b9.cjs.dev.js} +7 -7
  16. package/dist/{project-not-found-f325728d.cjs.prod.js → project-not-found-0baa83dc.cjs.prod.js} +7 -7
  17. package/dist/{project-not-found-efa7e5a7.esm.js → project-not-found-1a2b80e0.esm.js} +3 -3
  18. package/dist/{project-not-found-33567915.cjs.dev.js → project-not-found-52138a75.cjs.dev.js} +7 -7
  19. package/dist/{project-not-initialized-36c1617d.esm.js → project-not-initialized-40da3944.esm.js} +3 -3
  20. package/dist/{project-not-initialized-68192fda.cjs.prod.js → project-not-initialized-429473b1.cjs.prod.js} +7 -7
  21. package/dist/{project-not-initialized-d396896e.cjs.dev.js → project-not-initialized-8589ae81.cjs.dev.js} +7 -7
  22. package/dist/{project-suspended-61a15b65.cjs.dev.js → project-suspended-9697db58.cjs.dev.js} +7 -7
  23. package/dist/{project-suspended-e43ce7c2.cjs.prod.js → project-suspended-9bc132ab.cjs.prod.js} +7 -7
  24. package/dist/{project-suspended-69502d1e.esm.js → project-suspended-a23e7271.esm.js} +3 -3
  25. package/dist/{quick-access-1f9e885b.esm.js → quick-access-74ab8004.esm.js} +9 -15
  26. package/dist/{quick-access-2e6398f7.cjs.prod.js → quick-access-821643e7.cjs.prod.js} +87 -87
  27. package/dist/{quick-access-57979158.cjs.dev.js → quick-access-9fbae3f2.cjs.dev.js} +104 -110
  28. package/dist/{service-page-project-switcher-013404f5.esm.js → service-page-project-switcher-03ca40af.esm.js} +1 -1
  29. package/dist/{service-page-project-switcher-8efe2817.cjs.prod.js → service-page-project-switcher-3adcc61d.cjs.prod.js} +2 -2
  30. package/dist/{service-page-project-switcher-ef90ae95.cjs.dev.js → service-page-project-switcher-690fde70.cjs.dev.js} +2 -2
  31. package/package.json +15 -17
  32. package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.dev.js +25 -29
  33. package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.prod.js +19 -23
  34. package/test-utils/dist/commercetools-frontend-application-shell-test-utils.esm.js +1 -1
@@ -1,6 +1,5 @@
1
1
  import type { Command } from '../types';
2
2
  import { MouseEventHandler } from 'react';
3
- import PropTypes from 'prop-types';
4
3
  declare type Props = {
5
4
  command: Command;
6
5
  isSelected?: boolean;
@@ -10,15 +9,5 @@ declare type Props = {
10
9
  declare const ButlerCommand: {
11
10
  (props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
12
11
  displayName: string;
13
- propTypes: {
14
- command: PropTypes.Validator<PropTypes.InferProps<{
15
- id: PropTypes.Validator<string>;
16
- text: PropTypes.Validator<string>;
17
- subCommands: PropTypes.Requireable<((...args: any[]) => any) | (object | null | undefined)[]>;
18
- }>>;
19
- isSelected: PropTypes.Requireable<boolean>;
20
- onMouseEnter: PropTypes.Validator<(...args: any[]) => any>;
21
- onClick: PropTypes.Validator<(...args: any[]) => any>;
22
- };
23
12
  };
24
13
  export default ButlerCommand;
@@ -1,2 +1,2 @@
1
- declare const _default: "20.10.5";
1
+ declare const _default: "__@APPLICATION_KIT_PACKAGE/VERSION_OF_RELEASE__";
2
2
  export default _default;