@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.
- package/dist/commercetools-frontend-application-components.cjs.dev.js +2 -2
- package/dist/commercetools-frontend-application-components.cjs.prod.js +2 -2
- package/dist/commercetools-frontend-application-components.esm.js +2 -2
- package/dist/declarations/src/components/detail-pages/custom-form-detail-page/custom-form-detail-page.d.ts +2 -2
- package/dist/declarations/src/components/detail-pages/form-detail-page/form-detail-page.d.ts +3 -3
- package/dist/declarations/src/components/detail-pages/info-detail-page/info-detail-page.d.ts +2 -2
- package/dist/declarations/src/components/detail-pages/tabular-detail-page/tabular-detail-page.d.ts +2 -2
- package/dist/declarations/src/components/dialogs/confirmation-dialog/confirmation-dialog.d.ts +3 -3
- package/dist/declarations/src/components/dialogs/form-dialog/form-dialog.d.ts +3 -3
- package/dist/declarations/src/components/dialogs/info-dialog/info-dialog.d.ts +1 -1
- package/dist/declarations/src/components/dialogs/internals/dialog-container.d.ts +1 -1
- package/dist/declarations/src/components/dialogs/internals/dialog-footer.d.ts +3 -3
- package/dist/declarations/src/components/dialogs/internals/dialog-header.d.ts +1 -1
- package/dist/declarations/src/components/dialogs/internals/dialog.styles.d.ts +1 -1
- package/dist/declarations/src/components/internals/default-form-buttons.d.ts +4 -4
- package/dist/declarations/src/components/internals/page-header-title.d.ts +1 -1
- package/dist/declarations/src/components/internals/page-header.d.ts +1 -1
- package/dist/declarations/src/components/internals/page-top-bar.d.ts +3 -3
- package/dist/declarations/src/components/internals/tabular-page.d.ts +2 -2
- package/dist/declarations/src/components/main-pages/custom-form-main-page/custom-form-main-page.d.ts +1 -1
- package/dist/declarations/src/components/main-pages/form-main-page/form-main-page.d.ts +3 -3
- package/dist/declarations/src/components/main-pages/info-main-page/info-main-page.d.ts +1 -1
- package/dist/declarations/src/components/main-pages/tabular-main-page/tabular-main-page.d.ts +1 -1
- package/dist/declarations/src/components/maintenance-page-layout/maintenance-page-layout.d.ts +1 -1
- package/dist/declarations/src/components/modal-pages/custom-form-modal-page/custom-form-modal-page.d.ts +3 -3
- package/dist/declarations/src/components/modal-pages/form-modal-page/form-modal-page.d.ts +3 -3
- package/dist/declarations/src/components/modal-pages/info-modal-page/info-modal-page.d.ts +3 -3
- package/dist/declarations/src/components/modal-pages/internals/modal-page-top-bar.d.ts +3 -3
- package/dist/declarations/src/components/modal-pages/internals/modal-page.d.ts +3 -3
- package/dist/declarations/src/components/modal-pages/internals/modal-page.styles.d.ts +1 -1
- package/dist/declarations/src/components/modal-pages/tabular-modal-page/tabular-modal-page.d.ts +3 -3
- package/dist/declarations/src/components/page-content-containers/page-content-full/page-content-full.d.ts +1 -1
- package/dist/declarations/src/components/page-content-containers/page-content-narrow/page-content-narrow.d.ts +1 -1
- package/dist/declarations/src/components/page-content-containers/page-content-wide/page-content-wide.d.ts +1 -1
- package/dist/declarations/src/components/portals-container/portals-container.d.ts +2 -2
- package/dist/declarations/src/components/public-page-layout/public-page-layout.d.ts +1 -1
- package/dist/declarations/src/components/tab-header/tab-header.d.ts +1 -1
- package/dist/declarations/src/hooks/use-mutation-observer/use-mutation-observer.d.ts +1 -1
- package/package.json +26 -26
- /package/dist/{public-page-layout-8920031c.esm.js → public-page-layout-4ef18ee7.esm.js} +0 -0
- /package/dist/{public-page-layout-8043329c.cjs.prod.js → public-page-layout-a9c9695e.cjs.prod.js} +0 -0
- /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.
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
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
|
-
|
|
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
|
-
|
|
8
|
+
type CustomFormDetailPageProps = {
|
|
9
9
|
title?: string;
|
|
10
10
|
subtitle?: string | ReactElement;
|
|
11
11
|
customTitleRow?: ReactNode;
|
package/dist/declarations/src/components/detail-pages/form-detail-page/form-detail-page.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ReactElement, ReactNode, MouseEvent, KeyboardEvent, SyntheticEvent } from 'react';
|
|
2
|
-
|
|
2
|
+
type MessageDescriptor = {
|
|
3
3
|
id: string;
|
|
4
4
|
description?: string | object;
|
|
5
5
|
defaultMessage?: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
type Label = string | MessageDescriptor;
|
|
8
|
+
type FormDetailPageProps = {
|
|
9
9
|
title?: string;
|
|
10
10
|
subtitle?: string | ReactElement;
|
|
11
11
|
customTitleRow?: ReactNode;
|
package/dist/declarations/src/components/detail-pages/info-detail-page/info-detail-page.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ReactElement, ReactNode, MouseEvent, KeyboardEvent } from 'react';
|
|
2
|
-
|
|
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
|
-
|
|
8
|
+
type InfoDetailPageProps = {
|
|
9
9
|
title?: string;
|
|
10
10
|
subtitle?: string | ReactElement;
|
|
11
11
|
customTitleRow?: ReactNode;
|
package/dist/declarations/src/components/detail-pages/tabular-detail-page/tabular-detail-page.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ReactElement, ReactNode, MouseEvent, KeyboardEvent } from 'react';
|
|
2
|
-
|
|
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
|
-
|
|
8
|
+
type TTabularDetailPageProps = {
|
|
9
9
|
title?: string;
|
|
10
10
|
subtitle?: string | ReactElement;
|
|
11
11
|
customTitleRow?: ReactNode;
|
package/dist/declarations/src/components/dialogs/confirmation-dialog/confirmation-dialog.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
|
|
2
|
+
type MessageDescriptor = {
|
|
3
3
|
id: string;
|
|
4
4
|
description?: string | object;
|
|
5
5
|
defaultMessage?: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
8
|
-
|
|
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
|
-
|
|
2
|
+
type MessageDescriptor = {
|
|
3
3
|
id: string;
|
|
4
4
|
description?: string | object;
|
|
5
5
|
defaultMessage?: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
type Label = string | MessageDescriptor;
|
|
8
|
+
type Props = {
|
|
9
9
|
isOpen: boolean;
|
|
10
10
|
onClose?: (event: SyntheticEvent) => void;
|
|
11
11
|
title: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
declare const getDefaultParentSelector: () => HTMLElement;
|
|
3
|
-
|
|
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
|
-
|
|
2
|
+
type MessageDescriptor = {
|
|
3
3
|
id: string;
|
|
4
4
|
description?: string | object;
|
|
5
5
|
defaultMessage?: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
type Label = string | MessageDescriptor;
|
|
8
|
+
type Props = {
|
|
9
9
|
labelSecondary: Label;
|
|
10
10
|
labelPrimary: Label;
|
|
11
11
|
onCancel: (event: SyntheticEvent) => void;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ReactElement, SyntheticEvent } from 'react';
|
|
2
|
-
|
|
2
|
+
type MessageDescriptor = {
|
|
3
3
|
id: string;
|
|
4
4
|
description?: string | object;
|
|
5
5
|
defaultMessage?: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
8
|
-
|
|
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
|
-
|
|
22
|
+
type SecondaryButtonProps = {
|
|
23
23
|
iconLeft?: ReactElement;
|
|
24
24
|
} & Props;
|
|
25
25
|
declare const FormSecondaryButton: {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { MouseEvent, KeyboardEvent, ReactNode } from 'react';
|
|
2
|
-
|
|
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
|
-
|
|
9
|
-
|
|
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
|
-
|
|
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
|
-
|
|
11
|
+
type TTabularPageContainerProps = {
|
|
12
12
|
children: ReactNode;
|
|
13
13
|
color: 'surface' | 'neutral';
|
|
14
14
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ReactElement, ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
|
|
2
|
+
type MessageDescriptor = {
|
|
3
3
|
id: string;
|
|
4
4
|
description?: string | object;
|
|
5
5
|
defaultMessage?: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
type Label = string | MessageDescriptor;
|
|
8
|
+
type FormMainPageProps = {
|
|
9
9
|
title?: string;
|
|
10
10
|
subtitle?: string | ReactElement;
|
|
11
11
|
customTitleRow?: ReactNode;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { CSSObject } from '@emotion/react';
|
|
2
2
|
import { SyntheticEvent, ReactNode, ReactElement } from 'react';
|
|
3
|
-
|
|
3
|
+
type MessageDescriptor = {
|
|
4
4
|
id: string;
|
|
5
5
|
description?: string | object;
|
|
6
6
|
defaultMessage?: string;
|
|
7
7
|
};
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
3
|
+
type MessageDescriptor = {
|
|
4
4
|
id: string;
|
|
5
5
|
description?: string | object;
|
|
6
6
|
defaultMessage?: string;
|
|
7
7
|
};
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
3
|
+
type MessageDescriptor = {
|
|
4
4
|
id: string;
|
|
5
5
|
description?: string | object;
|
|
6
6
|
defaultMessage?: string;
|
|
7
7
|
};
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
2
|
+
type MessageDescriptor = {
|
|
3
3
|
id: string;
|
|
4
4
|
description?: string | object;
|
|
5
5
|
defaultMessage?: string;
|
|
6
6
|
};
|
|
7
|
-
|
|
8
|
-
|
|
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
|
-
|
|
4
|
+
type MessageDescriptor = {
|
|
5
5
|
id: string;
|
|
6
6
|
description?: string | object;
|
|
7
7
|
defaultMessage?: string;
|
|
8
8
|
};
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
type Label = string | MessageDescriptor;
|
|
10
|
+
type Props = {
|
|
11
11
|
level?: number;
|
|
12
12
|
title: string;
|
|
13
13
|
isOpen: boolean;
|
package/dist/declarations/src/components/modal-pages/tabular-modal-page/tabular-modal-page.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { CSSObject } from '@emotion/react';
|
|
2
2
|
import { ReactElement, ReactNode, SyntheticEvent } from 'react';
|
|
3
|
-
|
|
3
|
+
type MessageDescriptor = {
|
|
4
4
|
id: string;
|
|
5
5
|
description?: string | object;
|
|
6
6
|
defaultMessage?: string;
|
|
7
7
|
};
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
type Label = string | MessageDescriptor;
|
|
9
|
+
type Props = {
|
|
10
10
|
level?: number;
|
|
11
11
|
title: string;
|
|
12
12
|
isOpen: boolean;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type MutableRefObject } from 'react';
|
|
2
|
-
|
|
2
|
+
type TLayoutRefs = {
|
|
3
3
|
notificationsGlobalRef: MutableRefObject<HTMLDivElement>;
|
|
4
4
|
notificationsPageRef: MutableRefObject<HTMLDivElement>;
|
|
5
5
|
};
|
|
6
|
-
|
|
6
|
+
type TPortalsContainerProps = {
|
|
7
7
|
offsetTop?: string;
|
|
8
8
|
offsetLeft?: string;
|
|
9
9
|
offsetLeftOnExpandedMenu?: string;
|
|
@@ -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
|
|
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
|
-
|
|
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.
|
|
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.
|
|
31
|
-
"@babel/runtime-corejs3": "^7.
|
|
32
|
-
"@commercetools-frontend/application-shell-connectors": "21.23.
|
|
33
|
-
"@commercetools-frontend/assets": "21.23.
|
|
34
|
-
"@commercetools-frontend/constants": "21.23.
|
|
35
|
-
"@commercetools-frontend/i18n": "21.23.
|
|
36
|
-
"@commercetools-frontend/l10n": "21.23.
|
|
37
|
-
"@commercetools-uikit/card": "^15.11.
|
|
38
|
-
"@commercetools-uikit/constraints": "^15.11.
|
|
39
|
-
"@commercetools-uikit/design-system": "^15.11.
|
|
40
|
-
"@commercetools-uikit/flat-button": "^15.11.
|
|
41
|
-
"@commercetools-uikit/icon-button": "^15.11.
|
|
42
|
-
"@commercetools-uikit/icons": "^15.11.
|
|
43
|
-
"@commercetools-uikit/messages": "^15.11.
|
|
44
|
-
"@commercetools-uikit/primary-button": "^15.11.
|
|
45
|
-
"@commercetools-uikit/secondary-button": "^15.11.
|
|
46
|
-
"@commercetools-uikit/secondary-icon-button": "^15.11.
|
|
47
|
-
"@commercetools-uikit/spacings": "^15.11.
|
|
48
|
-
"@commercetools-uikit/text": "^15.11.
|
|
49
|
-
"@commercetools-uikit/utils": "^15.11.
|
|
50
|
-
"@emotion/react": "11.10.
|
|
51
|
-
"@emotion/styled": "11.10.
|
|
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.
|
|
55
|
+
"@types/lodash": "^4.14.191",
|
|
56
56
|
"@types/prop-types": "^15.7.5",
|
|
57
|
-
"@types/react": "^17.0.
|
|
58
|
-
"@types/react-dom": "^17.0.
|
|
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",
|
|
File without changes
|
/package/dist/{public-page-layout-8043329c.cjs.prod.js → public-page-layout-a9c9695e.cjs.prod.js}
RENAMED
|
File without changes
|
/package/dist/{public-page-layout-8ee82247.cjs.dev.js → public-page-layout-bab6d356.cjs.dev.js}
RENAMED
|
File without changes
|