@commercetools-frontend/application-components 21.23.6 → 21.23.8

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 (42) hide show
  1. package/dist/commercetools-frontend-application-components.cjs.dev.js +2 -2
  2. package/dist/commercetools-frontend-application-components.cjs.prod.js +2 -2
  3. package/dist/commercetools-frontend-application-components.esm.js +2 -2
  4. package/dist/declarations/src/components/detail-pages/custom-form-detail-page/custom-form-detail-page.d.ts +2 -2
  5. package/dist/declarations/src/components/detail-pages/form-detail-page/form-detail-page.d.ts +3 -3
  6. package/dist/declarations/src/components/detail-pages/info-detail-page/info-detail-page.d.ts +2 -2
  7. package/dist/declarations/src/components/detail-pages/tabular-detail-page/tabular-detail-page.d.ts +2 -2
  8. package/dist/declarations/src/components/dialogs/confirmation-dialog/confirmation-dialog.d.ts +3 -3
  9. package/dist/declarations/src/components/dialogs/form-dialog/form-dialog.d.ts +3 -3
  10. package/dist/declarations/src/components/dialogs/info-dialog/info-dialog.d.ts +1 -1
  11. package/dist/declarations/src/components/dialogs/internals/dialog-container.d.ts +1 -1
  12. package/dist/declarations/src/components/dialogs/internals/dialog-footer.d.ts +3 -3
  13. package/dist/declarations/src/components/dialogs/internals/dialog-header.d.ts +1 -1
  14. package/dist/declarations/src/components/dialogs/internals/dialog.styles.d.ts +1 -1
  15. package/dist/declarations/src/components/internals/default-form-buttons.d.ts +4 -4
  16. package/dist/declarations/src/components/internals/page-header-title.d.ts +1 -1
  17. package/dist/declarations/src/components/internals/page-header.d.ts +1 -1
  18. package/dist/declarations/src/components/internals/page-top-bar.d.ts +3 -3
  19. package/dist/declarations/src/components/internals/tabular-page.d.ts +2 -2
  20. package/dist/declarations/src/components/main-pages/custom-form-main-page/custom-form-main-page.d.ts +1 -1
  21. package/dist/declarations/src/components/main-pages/form-main-page/form-main-page.d.ts +3 -3
  22. package/dist/declarations/src/components/main-pages/info-main-page/info-main-page.d.ts +1 -1
  23. package/dist/declarations/src/components/main-pages/tabular-main-page/tabular-main-page.d.ts +1 -1
  24. package/dist/declarations/src/components/maintenance-page-layout/maintenance-page-layout.d.ts +1 -1
  25. package/dist/declarations/src/components/modal-pages/custom-form-modal-page/custom-form-modal-page.d.ts +3 -3
  26. package/dist/declarations/src/components/modal-pages/form-modal-page/form-modal-page.d.ts +3 -3
  27. package/dist/declarations/src/components/modal-pages/info-modal-page/info-modal-page.d.ts +3 -3
  28. package/dist/declarations/src/components/modal-pages/internals/modal-page-top-bar.d.ts +3 -3
  29. package/dist/declarations/src/components/modal-pages/internals/modal-page.d.ts +3 -3
  30. package/dist/declarations/src/components/modal-pages/internals/modal-page.styles.d.ts +1 -1
  31. package/dist/declarations/src/components/modal-pages/tabular-modal-page/tabular-modal-page.d.ts +3 -3
  32. package/dist/declarations/src/components/page-content-containers/page-content-full/page-content-full.d.ts +1 -1
  33. package/dist/declarations/src/components/page-content-containers/page-content-narrow/page-content-narrow.d.ts +1 -1
  34. package/dist/declarations/src/components/page-content-containers/page-content-wide/page-content-wide.d.ts +1 -1
  35. package/dist/declarations/src/components/portals-container/portals-container.d.ts +2 -2
  36. package/dist/declarations/src/components/public-page-layout/public-page-layout.d.ts +1 -1
  37. package/dist/declarations/src/components/tab-header/tab-header.d.ts +1 -1
  38. package/dist/declarations/src/hooks/use-mutation-observer/use-mutation-observer.d.ts +1 -1
  39. package/package.json +26 -26
  40. /package/dist/{public-page-layout-8920031c.esm.js → public-page-layout-4ef18ee7.esm.js} +0 -0
  41. /package/dist/{public-page-layout-8043329c.cjs.prod.js → public-page-layout-a9c9695e.cjs.prod.js} +0 -0
  42. /package/dist/{public-page-layout-8ee82247.cjs.dev.js → public-page-layout-bab6d356.cjs.dev.js} +0 -0
@@ -88,7 +88,7 @@ var useLatest__default = /*#__PURE__*/_interopDefault(useLatest);
88
88
  var rafSchd__default = /*#__PURE__*/_interopDefault(rafSchd);
89
89
 
90
90
  // NOTE: This string will be replaced on build time with the package version.
91
- var version = "21.23.6";
91
+ var version = "21.23.8";
92
92
 
93
93
  var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
94
94
  var appKitSpacing55 = '40px'; // TODO: move to uikit?
@@ -1847,7 +1847,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
1847
1847
  TabularDetailPage.Intl = i18n.sharedMessages;
1848
1848
 
1849
1849
  var PublicPageLayout = /*#__PURE__*/react$1.lazy(function () {
1850
- return Promise.resolve().then(function () { return require('./public-page-layout-8ee82247.cjs.dev.js'
1850
+ return Promise.resolve().then(function () { return require('./public-page-layout-bab6d356.cjs.dev.js'
1851
1851
  /* webpackChunkName: "public-page-layout" */
1852
1852
  ); });
1853
1853
  });
@@ -87,7 +87,7 @@ var useLatest__default = /*#__PURE__*/_interopDefault(useLatest);
87
87
  var rafSchd__default = /*#__PURE__*/_interopDefault(rafSchd);
88
88
 
89
89
  // NOTE: This string will be replaced on build time with the package version.
90
- var version = "21.23.6";
90
+ var version = "21.23.8";
91
91
 
92
92
  var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
93
93
  var appKitSpacing55 = '40px'; // TODO: move to uikit?
@@ -1403,7 +1403,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
1403
1403
  TabularDetailPage.Intl = i18n.sharedMessages;
1404
1404
 
1405
1405
  var PublicPageLayout = /*#__PURE__*/react$1.lazy(function () {
1406
- return Promise.resolve().then(function () { return require('./public-page-layout-8043329c.cjs.prod.js'
1406
+ return Promise.resolve().then(function () { return require('./public-page-layout-a9c9695e.cjs.prod.js'
1407
1407
  /* webpackChunkName: "public-page-layout" */
1408
1408
  ); });
1409
1409
  });
@@ -47,7 +47,7 @@ import useLatest from '@react-hook/latest';
47
47
  import rafSchd from 'raf-schd';
48
48
 
49
49
  // NOTE: This string will be replaced on build time with the package version.
50
- var version = "21.23.6";
50
+ var version = "21.23.8";
51
51
 
52
52
  var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12;
53
53
  var appKitSpacing55 = '40px'; // TODO: move to uikit?
@@ -1806,7 +1806,7 @@ TabularDetailPage.PageHeaderTitle = PageHeaderTitle; // This is a convenience pr
1806
1806
  TabularDetailPage.Intl = sharedMessages;
1807
1807
 
1808
1808
  var PublicPageLayout = /*#__PURE__*/lazy(function () {
1809
- return import('./public-page-layout-8920031c.esm.js'
1809
+ return import('./public-page-layout-4ef18ee7.esm.js'
1810
1810
  /* webpackChunkName: "public-page-layout" */
1811
1811
  );
1812
1812
  });
@@ -1,11 +1,11 @@
1
1
  import type { ReactElement, ReactNode, MouseEvent, KeyboardEvent } from 'react';
2
- declare type MessageDescriptor = {
2
+ type MessageDescriptor = {
3
3
  id: string;
4
4
  description?: string | object;
5
5
  defaultMessage?: string;
6
6
  values?: Record<string, ReactNode>;
7
7
  };
8
- declare type CustomFormDetailPageProps = {
8
+ type CustomFormDetailPageProps = {
9
9
  title?: string;
10
10
  subtitle?: string | ReactElement;
11
11
  customTitleRow?: ReactNode;
@@ -1,11 +1,11 @@
1
1
  import type { ReactElement, ReactNode, MouseEvent, KeyboardEvent, SyntheticEvent } from 'react';
2
- declare type MessageDescriptor = {
2
+ type MessageDescriptor = {
3
3
  id: string;
4
4
  description?: string | object;
5
5
  defaultMessage?: string;
6
6
  };
7
- declare type Label = string | MessageDescriptor;
8
- declare type FormDetailPageProps = {
7
+ type Label = string | MessageDescriptor;
8
+ type FormDetailPageProps = {
9
9
  title?: string;
10
10
  subtitle?: string | ReactElement;
11
11
  customTitleRow?: ReactNode;
@@ -1,11 +1,11 @@
1
1
  import type { ReactElement, ReactNode, MouseEvent, KeyboardEvent } from 'react';
2
- declare type MessageDescriptor = {
2
+ type MessageDescriptor = {
3
3
  id: string;
4
4
  description?: string | object;
5
5
  defaultMessage?: string;
6
6
  values?: Record<string, ReactNode>;
7
7
  };
8
- declare type InfoDetailPageProps = {
8
+ type InfoDetailPageProps = {
9
9
  title?: string;
10
10
  subtitle?: string | ReactElement;
11
11
  customTitleRow?: ReactNode;
@@ -1,11 +1,11 @@
1
1
  import type { ReactElement, ReactNode, MouseEvent, KeyboardEvent } from 'react';
2
- declare type MessageDescriptor = {
2
+ type MessageDescriptor = {
3
3
  id: string;
4
4
  description?: string | object;
5
5
  defaultMessage?: string;
6
6
  values?: Record<string, ReactNode>;
7
7
  };
8
- declare type TTabularDetailPageProps = {
8
+ type TTabularDetailPageProps = {
9
9
  title?: string;
10
10
  subtitle?: string | ReactElement;
11
11
  customTitleRow?: ReactNode;
@@ -1,11 +1,11 @@
1
1
  import { ReactNode, SyntheticEvent } from 'react';
2
- declare type MessageDescriptor = {
2
+ type MessageDescriptor = {
3
3
  id: string;
4
4
  description?: string | object;
5
5
  defaultMessage?: string;
6
6
  };
7
- declare type Label = string | MessageDescriptor;
8
- declare type Props = {
7
+ type Label = string | MessageDescriptor;
8
+ type Props = {
9
9
  isOpen: boolean;
10
10
  onClose?: (event: SyntheticEvent) => void;
11
11
  title: string;
@@ -1,11 +1,11 @@
1
1
  import type { SyntheticEvent, ReactNode, ReactElement } from 'react';
2
- declare type MessageDescriptor = {
2
+ type MessageDescriptor = {
3
3
  id: string;
4
4
  description?: string | object;
5
5
  defaultMessage?: string;
6
6
  };
7
- declare type Label = string | MessageDescriptor;
8
- declare type Props = {
7
+ type Label = string | MessageDescriptor;
8
+ type Props = {
9
9
  isOpen: boolean;
10
10
  onClose?: (event: SyntheticEvent) => void;
11
11
  title: string;
@@ -1,5 +1,5 @@
1
1
  import { SyntheticEvent, ReactNode } from 'react';
2
- declare type Props = {
2
+ type Props = {
3
3
  isOpen: boolean;
4
4
  onClose?: (event: SyntheticEvent) => void;
5
5
  size?: 'm' | 'l' | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 'scale';
@@ -1,6 +1,6 @@
1
1
  import type { ReactNode, SyntheticEvent } from 'react';
2
2
  declare const getDefaultParentSelector: () => HTMLElement;
3
- declare type Props = {
3
+ type Props = {
4
4
  isOpen: boolean;
5
5
  onClose?: (event: SyntheticEvent) => void;
6
6
  size: 'm' | 'l' | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 'scale';
@@ -1,11 +1,11 @@
1
1
  import type { ReactElement, SyntheticEvent } from 'react';
2
- declare type MessageDescriptor = {
2
+ type MessageDescriptor = {
3
3
  id: string;
4
4
  description?: string | object;
5
5
  defaultMessage?: string;
6
6
  };
7
- declare type Label = string | MessageDescriptor;
8
- declare type Props = {
7
+ type Label = string | MessageDescriptor;
8
+ type Props = {
9
9
  labelSecondary: Label;
10
10
  labelPrimary: Label;
11
11
  onCancel: (event: SyntheticEvent) => void;
@@ -1,5 +1,5 @@
1
1
  import type { SyntheticEvent } from 'react';
2
- declare type Props = {
2
+ type Props = {
3
3
  title: string;
4
4
  onClose?: (event: SyntheticEvent) => void;
5
5
  children?: never;
@@ -1,4 +1,4 @@
1
- declare type StyleProps = {
1
+ type StyleProps = {
2
2
  size: 'm' | 'l' | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 'scale';
3
3
  zIndex?: number;
4
4
  };
@@ -1,11 +1,11 @@
1
1
  import type { ReactElement, SyntheticEvent } from 'react';
2
- declare type MessageDescriptor = {
2
+ type MessageDescriptor = {
3
3
  id: string;
4
4
  description?: string | object;
5
5
  defaultMessage?: string;
6
6
  };
7
- declare type Label = string | MessageDescriptor;
8
- declare type Props = {
7
+ type Label = string | MessageDescriptor;
8
+ type Props = {
9
9
  label: Label;
10
10
  onClick: (event: SyntheticEvent) => void;
11
11
  isDisabled: boolean;
@@ -19,7 +19,7 @@ declare const FormPrimaryButton: {
19
19
  displayName: string;
20
20
  defaultProps: Pick<Props, "label" | "isDisabled" | "dataAttributes">;
21
21
  };
22
- declare type SecondaryButtonProps = {
22
+ type SecondaryButtonProps = {
23
23
  iconLeft?: ReactElement;
24
24
  } & Props;
25
25
  declare const FormSecondaryButton: {
@@ -1,5 +1,5 @@
1
1
  import { type ReactElement } from 'react';
2
- declare type Props = {
2
+ type Props = {
3
3
  title: string;
4
4
  titleSize: 'big' | 'small';
5
5
  truncate: boolean;
@@ -1,5 +1,5 @@
1
1
  import type { ReactElement, ReactNode } from 'react';
2
- declare type Props = {
2
+ type Props = {
3
3
  title: string;
4
4
  subtitle?: string | ReactElement;
5
5
  children?: ReactNode;
@@ -1,12 +1,12 @@
1
1
  import type { MouseEvent, KeyboardEvent, ReactNode } from 'react';
2
- declare type MessageDescriptor = {
2
+ type MessageDescriptor = {
3
3
  id: string;
4
4
  description?: string | object;
5
5
  defaultMessage?: string;
6
6
  values?: Record<string, ReactNode>;
7
7
  };
8
- declare type Label = string | MessageDescriptor;
9
- declare type Props = {
8
+ type Label = string | MessageDescriptor;
9
+ type Props = {
10
10
  color: 'surface' | 'neutral';
11
11
  previousPathLabel: Label;
12
12
  onClick: (event: MouseEvent<HTMLButtonElement> | KeyboardEvent<HTMLButtonElement>) => void;
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
- declare type TControlsContainterProps = {
2
+ type TControlsContainterProps = {
3
3
  tabControls: ReactNode;
4
4
  formControls?: ReactNode;
5
5
  children?: never;
@@ -8,7 +8,7 @@ declare const ControlsContainter: {
8
8
  (props: TControlsContainterProps): import("@emotion/react/jsx-runtime").JSX.Element;
9
9
  displayName: string;
10
10
  };
11
- declare type TTabularPageContainerProps = {
11
+ type TTabularPageContainerProps = {
12
12
  children: ReactNode;
13
13
  color: 'surface' | 'neutral';
14
14
  };
@@ -1,5 +1,5 @@
1
1
  import type { ReactElement, ReactNode } from 'react';
2
- declare type CustomFormMainPageProps = {
2
+ type CustomFormMainPageProps = {
3
3
  title?: string;
4
4
  subtitle?: string | ReactElement;
5
5
  customTitleRow?: ReactNode;
@@ -1,11 +1,11 @@
1
1
  import type { ReactElement, ReactNode, SyntheticEvent } from 'react';
2
- declare type MessageDescriptor = {
2
+ type MessageDescriptor = {
3
3
  id: string;
4
4
  description?: string | object;
5
5
  defaultMessage?: string;
6
6
  };
7
- declare type Label = string | MessageDescriptor;
8
- declare type FormMainPageProps = {
7
+ type Label = string | MessageDescriptor;
8
+ type FormMainPageProps = {
9
9
  title?: string;
10
10
  subtitle?: string | ReactElement;
11
11
  customTitleRow?: ReactNode;
@@ -1,5 +1,5 @@
1
1
  import type { ReactElement, ReactNode } from 'react';
2
- declare type InfoMainPageProps = {
2
+ type InfoMainPageProps = {
3
3
  title?: string;
4
4
  subtitle?: string | ReactElement;
5
5
  customTitleRow?: ReactNode;
@@ -1,5 +1,5 @@
1
1
  import type { ReactElement, ReactNode } from 'react';
2
- declare type TTabularMainPageProps = {
2
+ type TTabularMainPageProps = {
3
3
  title?: string;
4
4
  subtitle?: string | ReactElement;
5
5
  customTitleRow?: ReactNode;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- export declare type Props = {
2
+ export type Props = {
3
3
  imageSrc: string;
4
4
  title: ReactNode;
5
5
  label?: string;
@@ -1,12 +1,12 @@
1
1
  import type { CSSObject } from '@emotion/react';
2
2
  import { SyntheticEvent, ReactNode, ReactElement } from 'react';
3
- declare type MessageDescriptor = {
3
+ type MessageDescriptor = {
4
4
  id: string;
5
5
  description?: string | object;
6
6
  defaultMessage?: string;
7
7
  };
8
- declare type Label = string | MessageDescriptor;
9
- declare type Props = {
8
+ type Label = string | MessageDescriptor;
9
+ type Props = {
10
10
  level?: number;
11
11
  title: string;
12
12
  isOpen: boolean;
@@ -1,12 +1,12 @@
1
1
  import type { CSSObject } from '@emotion/react';
2
2
  import { SyntheticEvent, ReactNode, ReactElement } from 'react';
3
- declare type MessageDescriptor = {
3
+ type MessageDescriptor = {
4
4
  id: string;
5
5
  description?: string | object;
6
6
  defaultMessage?: string;
7
7
  };
8
- declare type Label = string | MessageDescriptor;
9
- declare type Props = {
8
+ type Label = string | MessageDescriptor;
9
+ type Props = {
10
10
  level?: number;
11
11
  title: string;
12
12
  isOpen: boolean;
@@ -1,12 +1,12 @@
1
1
  import type { CSSObject } from '@emotion/react';
2
2
  import { ReactElement, ReactNode, SyntheticEvent } from 'react';
3
- declare type MessageDescriptor = {
3
+ type MessageDescriptor = {
4
4
  id: string;
5
5
  description?: string | object;
6
6
  defaultMessage?: string;
7
7
  };
8
- declare type Label = string | MessageDescriptor;
9
- declare type Props = {
8
+ type Label = string | MessageDescriptor;
9
+ type Props = {
10
10
  level?: number;
11
11
  title: string;
12
12
  isOpen: boolean;
@@ -1,11 +1,11 @@
1
1
  import { SyntheticEvent } from 'react';
2
- declare type MessageDescriptor = {
2
+ type MessageDescriptor = {
3
3
  id: string;
4
4
  description?: string | object;
5
5
  defaultMessage?: string;
6
6
  };
7
- declare type Label = string | MessageDescriptor;
8
- declare type Props = {
7
+ type Label = string | MessageDescriptor;
8
+ type Props = {
9
9
  color: 'surface' | 'neutral';
10
10
  currentPathLabel?: string;
11
11
  previousPathLabel: Label;
@@ -1,13 +1,13 @@
1
1
  import { type ReactNode, type SyntheticEvent } from 'react';
2
2
  import { type CSSObject } from '@emotion/react';
3
3
  declare const getDefaultParentSelector: () => HTMLElement;
4
- declare type MessageDescriptor = {
4
+ type MessageDescriptor = {
5
5
  id: string;
6
6
  description?: string | object;
7
7
  defaultMessage?: string;
8
8
  };
9
- declare type Label = string | MessageDescriptor;
10
- declare type Props = {
9
+ type Label = string | MessageDescriptor;
10
+ type Props = {
11
11
  level?: number;
12
12
  title: string;
13
13
  isOpen: boolean;
@@ -1,5 +1,5 @@
1
1
  export declare const TRANSITION_DURATION = 200;
2
- declare type StyleProps = {
2
+ type StyleProps = {
3
3
  zIndex?: number;
4
4
  };
5
5
  export declare const getContainerStyles: (_props: StyleProps) => import("@emotion/utils").SerializedStyles;
@@ -1,12 +1,12 @@
1
1
  import type { CSSObject } from '@emotion/react';
2
2
  import { ReactElement, ReactNode, SyntheticEvent } from 'react';
3
- declare type MessageDescriptor = {
3
+ type MessageDescriptor = {
4
4
  id: string;
5
5
  description?: string | object;
6
6
  defaultMessage?: string;
7
7
  };
8
- declare type Label = string | MessageDescriptor;
9
- declare type Props = {
8
+ type Label = string | MessageDescriptor;
9
+ type Props = {
10
10
  level?: number;
11
11
  title: string;
12
12
  isOpen: boolean;
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
- export declare type TPageContentFull = {
2
+ export type TPageContentFull = {
3
3
  children: ReactNode;
4
4
  };
5
5
  declare function PageContentFull(props: TPageContentFull): import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
- export declare type TPageContentNarrow = {
2
+ export type TPageContentNarrow = {
3
3
  children: ReactNode;
4
4
  };
5
5
  declare function PageContentNarrow(props: TPageContentNarrow): import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import { type ReactNode } from 'react';
2
- export declare type TPageContentWide = {
2
+ export type TPageContentWide = {
3
3
  columns: '1' | '1/1' | '2/1';
4
4
  gapSize: '10' | '20';
5
5
  children: ReactNode;
@@ -1,9 +1,9 @@
1
1
  import { type MutableRefObject } from 'react';
2
- declare type TLayoutRefs = {
2
+ type TLayoutRefs = {
3
3
  notificationsGlobalRef: MutableRefObject<HTMLDivElement>;
4
4
  notificationsPageRef: MutableRefObject<HTMLDivElement>;
5
5
  };
6
- declare type TPortalsContainerProps = {
6
+ type TPortalsContainerProps = {
7
7
  offsetTop?: string;
8
8
  offsetLeft?: string;
9
9
  offsetLeftOnExpandedMenu?: string;
@@ -1,5 +1,5 @@
1
1
  import { FC, ReactNode } from 'react';
2
- declare type TProps = {
2
+ type TProps = {
3
3
  welcomeMessage?: string;
4
4
  legalMessage?: ReactNode;
5
5
  contentScale?: 'normal' | 'wide';
@@ -1,7 +1,7 @@
1
1
  import { type MessageDescriptor } from 'react-intl';
2
2
  import type { ReactNode } from 'react';
3
3
  import type { LocationDescriptor } from 'history';
4
- export declare type TTabHeaderProps = {
4
+ export type TTabHeaderProps = {
5
5
  to: string | LocationDescriptor;
6
6
  label?: string;
7
7
  intlMessage?: MessageDescriptor & {
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
- declare type TUseMutationObserverCallback = (mutationRecord: MutationRecord, observer: MutationObserver) => void;
2
+ type TUseMutationObserverCallback = (mutationRecord: MutationRecord, observer: MutationObserver) => void;
3
3
  declare function useMutationObserver<T extends HTMLElement>(target: React.RefObject<T> | T | null, callback: TUseMutationObserverCallback, options?: MutationObserverInit): MutationObserver;
4
4
  export default useMutationObserver;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-components",
3
- "version": "21.23.6",
3
+ "version": "21.23.8",
4
4
  "description": "Generic components for building Merchant Center applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -27,35 +27,35 @@
27
27
  "README.md"
28
28
  ],
29
29
  "dependencies": {
30
- "@babel/runtime": "^7.19.0",
31
- "@babel/runtime-corejs3": "^7.19.0",
32
- "@commercetools-frontend/application-shell-connectors": "21.23.6",
33
- "@commercetools-frontend/assets": "21.23.6",
34
- "@commercetools-frontend/constants": "21.23.6",
35
- "@commercetools-frontend/i18n": "21.23.6",
36
- "@commercetools-frontend/l10n": "21.23.6",
37
- "@commercetools-uikit/card": "^15.11.0",
38
- "@commercetools-uikit/constraints": "^15.11.0",
39
- "@commercetools-uikit/design-system": "^15.11.0",
40
- "@commercetools-uikit/flat-button": "^15.11.0",
41
- "@commercetools-uikit/icon-button": "^15.11.0",
42
- "@commercetools-uikit/icons": "^15.11.0",
43
- "@commercetools-uikit/messages": "^15.11.0",
44
- "@commercetools-uikit/primary-button": "^15.11.0",
45
- "@commercetools-uikit/secondary-button": "^15.11.0",
46
- "@commercetools-uikit/secondary-icon-button": "^15.11.0",
47
- "@commercetools-uikit/spacings": "^15.11.0",
48
- "@commercetools-uikit/text": "^15.11.0",
49
- "@commercetools-uikit/utils": "^15.11.0",
50
- "@emotion/react": "11.10.4",
51
- "@emotion/styled": "11.10.4",
30
+ "@babel/runtime": "^7.20.13",
31
+ "@babel/runtime-corejs3": "^7.20.13",
32
+ "@commercetools-frontend/application-shell-connectors": "21.23.8",
33
+ "@commercetools-frontend/assets": "21.23.8",
34
+ "@commercetools-frontend/constants": "21.23.8",
35
+ "@commercetools-frontend/i18n": "21.23.8",
36
+ "@commercetools-frontend/l10n": "21.23.8",
37
+ "@commercetools-uikit/card": "^15.11.2",
38
+ "@commercetools-uikit/constraints": "^15.11.2",
39
+ "@commercetools-uikit/design-system": "^15.11.2",
40
+ "@commercetools-uikit/flat-button": "^15.11.2",
41
+ "@commercetools-uikit/icon-button": "^15.11.2",
42
+ "@commercetools-uikit/icons": "^15.11.2",
43
+ "@commercetools-uikit/messages": "^15.11.2",
44
+ "@commercetools-uikit/primary-button": "^15.11.2",
45
+ "@commercetools-uikit/secondary-button": "^15.11.2",
46
+ "@commercetools-uikit/secondary-icon-button": "^15.11.2",
47
+ "@commercetools-uikit/spacings": "^15.11.2",
48
+ "@commercetools-uikit/text": "^15.11.2",
49
+ "@commercetools-uikit/utils": "^15.11.2",
50
+ "@emotion/react": "11.10.5",
51
+ "@emotion/styled": "11.10.5",
52
52
  "@react-hook/latest": "1.0.3",
53
53
  "@react-hook/resize-observer": "1.2.6",
54
54
  "@types/history": "^4.7.11",
55
- "@types/lodash": "^4.14.185",
55
+ "@types/lodash": "^4.14.191",
56
56
  "@types/prop-types": "^15.7.5",
57
- "@types/react": "^17.0.49",
58
- "@types/react-dom": "^17.0.17",
57
+ "@types/react": "^17.0.53",
58
+ "@types/react-dom": "^17.0.19",
59
59
  "@types/react-modal": "^3.13.1",
60
60
  "history": "4.10.1",
61
61
  "lodash": "4.17.21",