@soma-vertical-web/multi-lib 0.0.66 → 0.0.68
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/cms/ContentTypes/HelpButton/HelpButtonContent.d.ts +1 -1
- package/cms/Sections/BannerCarousel/BannerCarousel.d.ts +1 -1
- package/cms/Sections/BannerCarousel/index.d.ts +1 -1
- package/cms/Sections/BennefitsBar/Component.d.ts +2 -2
- package/cms/Sections/BennefitsBar/index.d.ts +1 -1
- package/cms/Sections/Newsletter/Component.d.ts +1 -3
- package/cms/Sections/ProductCarousel/Composite/CommonShelf.d.ts +1 -1
- package/cms/Sections/ProductCarousel/Composite/RecommendationShelf.d.ts +1 -1
- package/cms/Sections/ProductCarousel/ProductCarousel.d.ts +2 -2
- package/cms/Sections/SectionZone.d.ts +5 -0
- package/cms/index.d.ts +6 -7
- package/cms/server.d.ts +1 -1
- package/index.js +18 -18
- package/index.mjs +6145 -5898
- package/index2.js +1 -1
- package/index2.mjs +0 -1
- package/layout/index.d.ts +28 -5
- package/layout/team-component/BuyPackage/BuyPackage.d.ts +1 -1
- package/layout/team-component/ProductCard/Composite/Root.d.ts +1 -1
- package/layout/team-component/ProductCard/ProductCard.d.ts +1 -1
- package/layout/team-component/ProductList/Composite/Card/Card.d.ts +1 -1
- package/layout/team-component/ProductList/ProductList.d.ts +1 -1
- package/layout/template/PDC/Composite/Empty/Empty.d.ts +1 -1
- package/layout/template/PDC/Composite/Products/Products.d.ts +1 -1
- package/layout/template/PDC/index.d.ts +2 -2
- package/layout/template/WishList/Composite/Feedback.d.ts +11 -0
- package/layout/template/WishList/Composite/Grid.d.ts +7 -0
- package/layout/template/WishList/Composite/Init.d.ts +11 -0
- package/layout/template/WishList/Composite/Toggle.d.ts +7 -0
- package/layout/template/WishList/WishList.d.ts +26 -0
- package/layout/template/WishList/helpers.d.ts +12 -0
- package/layout/template/WishList/index.d.ts +1 -0
- package/package.json +1 -1
- package/style.css +1 -1
- package/types/cms/Sections/BannerCarousel/index.d.ts +2 -3
- package/types/cms/Sections/BennefitsBar/index.d.ts +2 -0
- package/types/cms/Sections/Newsletter/index.d.ts +6 -0
- package/types/cms/Sections/ProductCarousel/index.d.ts +2 -7
- package/types/cms/Sections/SectionZone/intex.d.ts +64 -0
- package/types/constants.d.ts +12 -0
- package/types/contexts/contexts/plp.d.ts +0 -1
- package/types/layout/team-components/BuyPackage/index.d.ts +0 -1
- package/types/layout/team-components/ProductCard/index.d.ts +3 -3
- package/types/layout/team-components/ProductList/index.d.ts +0 -1
- package/types/layout/templates/PLP/index.d.ts +5 -10
- package/types/layout/templates/Wishlist/index.d.ts +21 -0
- package/types/layout/utils/index.d.ts +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { HelpButtonContentProps } from '../../../types/cms/ContentTypes/HelpButton';
|
|
2
2
|
|
|
3
|
-
export declare const HelpButtonContent: ({ HelpButton, ICONS, className, ...
|
|
3
|
+
export declare const HelpButtonContent: ({ HelpButton, ICONS, className, ...APIprops }: HelpButtonContentProps) => Promise<import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BannerCarouselProps } from '../../../types/cms/Sections/BannerCarousel';
|
|
2
2
|
|
|
3
|
-
export declare const BannerCarousel: (
|
|
3
|
+
export declare const BannerCarousel: (data: BannerCarouselProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -4,5 +4,5 @@ export declare function generateBannerCarousel({ ICONS }: {
|
|
|
4
4
|
ICONS: ICONSType;
|
|
5
5
|
}): import('../../../types/cms/Factories').ISection;
|
|
6
6
|
export declare const Component: {
|
|
7
|
-
[x: string]: (
|
|
7
|
+
[x: string]: (data: import('../../../types/cms/Sections/BannerCarousel').BannerCarouselProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BennefitsBarProps } from '../../../types/cms/Sections/BennefitsBar';
|
|
2
2
|
|
|
3
|
-
export declare const BennefitsBarSection: ({ data, CONSTANTS }:
|
|
3
|
+
export declare const BennefitsBarSection: ({ data, CONSTANTS }: BennefitsBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -4,5 +4,5 @@ export declare function generateBennefitsBarSection({ ICONS }: {
|
|
|
4
4
|
ICONS: ICONSType;
|
|
5
5
|
}): import('../../../types/cms/Factories').ISection;
|
|
6
6
|
export declare const Component: {
|
|
7
|
-
'Bennefits Bar': ({ data, CONSTANTS }: import('../../../types/cms/Sections/BennefitsBar').
|
|
7
|
+
'Bennefits Bar': ({ data, CONSTANTS }: import('../../../types/cms/Sections/BennefitsBar').BennefitsBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
};
|
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
import { NewsLetterSectionType } from '../../../types/cms/Sections/Newsletter';
|
|
2
2
|
|
|
3
|
-
export declare const NewsletterSection: ({ data: { componentIndex, ...props },
|
|
4
|
-
ClientNewsletterSection: React.ComponentType<any>;
|
|
5
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const NewsletterSection: ({ data: { componentIndex, ...props }, CONSTANTS, }: NewsLetterSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ICommonShelf } from '../../../../types/cms/Sections/ProductCarousel';
|
|
2
2
|
|
|
3
|
-
declare const CollectionShelf: ({ collectionSearch, title, CONSTANTS,
|
|
3
|
+
declare const CollectionShelf: ({ collectionSearch, title, CONSTANTS, }: ICommonShelf) => import("react/jsx-runtime").JSX.Element | null;
|
|
4
4
|
export default CollectionShelf;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IRecomendationShelf } from '../../../../types/cms/Sections/ProductCarousel';
|
|
2
2
|
|
|
3
|
-
declare const RecommendationShelf: ({ recommendationSearch, title, CONSTANTS,
|
|
3
|
+
declare const RecommendationShelf: ({ recommendationSearch, title, CONSTANTS, }: IRecomendationShelf) => import("react/jsx-runtime").JSX.Element | null;
|
|
4
4
|
export default RecommendationShelf;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ProductCarouselProps, PDPProductCarouselProps } from '../../../types/cms/Sections/ProductCarousel';
|
|
2
2
|
|
|
3
|
-
export declare const PDPProductCarousel: ({ data, CONSTANTS,
|
|
4
|
-
export declare const ProductCarousel: ({ data, CONSTANTS
|
|
3
|
+
export declare const PDPProductCarousel: ({ data, CONSTANTS, }: PDPProductCarouselProps) => import("react/jsx-runtime").JSX.Element[];
|
|
4
|
+
export declare const ProductCarousel: ({ data, CONSTANTS }: ProductCarouselProps) => import("react/jsx-runtime").JSX.Element[];
|
package/cms/index.d.ts
CHANGED
|
@@ -7,21 +7,20 @@ export declare const clientCMS: {
|
|
|
7
7
|
BannerSection: ({ data, className, priority, creative, ...props }: import('../types/cms/Sections/Banner').IBannerSectionTypeComponent & {
|
|
8
8
|
imgStyles?: import('react').HTMLAttributes<HTMLImageElement>["style"];
|
|
9
9
|
} & import('react').HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
BennefitsBarSection: ({ data, CONSTANTS }: import('../types/cms/Sections/BennefitsBar').
|
|
10
|
+
BennefitsBarSection: ({ data, CONSTANTS }: import('../types/cms/Sections/BennefitsBar').BennefitsBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
SingleBannerSection: (data: import('../types/cms/Sections/Banner').BannerSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
TextContentSection: ({ data, ICONS, }: import('../types/cms/Sections/TextContent').TextContentSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
BannerCarousel: (
|
|
13
|
+
BannerCarousel: (data: import('../types/cms/Sections/BannerCarousel').BannerCarouselProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
TextAccordionSection: ({ data, id: sectionId, ICONS, }: import('../types/cms/Sections/TextAccordion').TextAccordionSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
TipbarScreening: ({ CONSTANTS, data }: import('../types/cms/ContentTypes/Tipbar').TipbarScreeningProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
ImageGrid: (data: import('../types/cms/Sections/ImageGrid').ImageGridSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
SearchPageScreening: ({ children, data, SectionZone, className, }: import('../types/cms/ContentTypes/Search').SearchPageScrenningProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
18
|
SearchContent: ({ SectionZone, CMS_PROJECT_NAME, storeId, previewId, }: import('../types/cms/ContentTypes/Search').SearchContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
NewsletterSection: ({ data: { componentIndex, ...props },
|
|
20
|
-
|
|
21
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
PDPProductCarousel: ({ data, CONSTANTS, WishListToggle, }: import('../types/cms/Sections/ProductCarousel').PDPProductCarouselProps) => import("react/jsx-runtime").JSX.Element[];
|
|
23
|
-
ProductCarousel: ({ data, CONSTANTS, WishListToggle, }: import('../types/cms/Sections/ProductCarousel').ProductCarouselProps) => import("react/jsx-runtime").JSX.Element[];
|
|
19
|
+
NewsletterSection: ({ data: { componentIndex, ...props }, CONSTANTS, }: import('../types/cms/Sections/Newsletter').NewsLetterSectionType) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
PDPProductCarousel: ({ data, CONSTANTS, }: import('../types/cms/Sections/ProductCarousel').PDPProductCarouselProps) => import("react/jsx-runtime").JSX.Element[];
|
|
21
|
+
ProductCarousel: ({ data, CONSTANTS }: import('../types/cms/Sections/ProductCarousel').ProductCarouselProps) => import("react/jsx-runtime").JSX.Element[];
|
|
24
22
|
EmbedLive: ({ data }: import('../types/cms/Sections/EmbedLive').EmbedLiveProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
SectionZone: import('react').FunctionComponent<import('../types/cms/Sections/SectionZone/intex').SectionZoneProps>;
|
|
25
24
|
};
|
|
26
25
|
helpers: typeof helpers;
|
|
27
26
|
};
|
package/cms/server.d.ts
CHANGED
|
@@ -37,6 +37,6 @@ export declare const serverCMS: {
|
|
|
37
37
|
description: string;
|
|
38
38
|
} | null>;
|
|
39
39
|
SearchPageContent: ({ children, SectionZone, className, ...props }: import('../types/cms/ContentTypes/Search').SearchPageContentProps) => Promise<import("react/jsx-runtime").JSX.Element>;
|
|
40
|
-
HelpButtonContent: ({ HelpButton, ICONS, className, ...
|
|
40
|
+
HelpButtonContent: ({ HelpButton, ICONS, className, ...APIprops }: import('../types/cms/ContentTypes/HelpButton').HelpButtonContentProps) => Promise<import("react/jsx-runtime").JSX.Element>;
|
|
41
41
|
};
|
|
42
42
|
};
|