@soma-vertical-web/multi-lib 1.0.32 → 1.0.33
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/Search/SearchContent.d.ts +1 -1
- package/cms/Sections/ProductCarousel/request.d.ts +0 -4
- package/cms/index.d.ts +1 -1
- package/contexts/contexts/GlobalContext.d.ts +1 -1
- package/contexts/contexts/plp/PLPInfiniteContext.tsx.d.ts +1 -1
- package/contexts/contexts/search/Facets.d.ts +1 -1
- package/contexts/contexts/search/Products.d.ts +1 -1
- package/contexts/contexts/search/QueryFacets.d.ts +5 -0
- package/contexts/contexts/search/QueryProducts.d.ts +5 -0
- package/contexts/contexts/search/RootTank.d.ts +9 -0
- package/contexts/contexts/search/TopSearches.d.ts +1 -1
- package/contexts/hooks/useOperations.d.ts +1 -1
- package/contexts/index.d.ts +4 -4
- package/contexts/store/plp-scroll.d.ts +3 -0
- package/data/api/cms/content-type/index.d.ts +1 -1
- package/data/api/fetchProxy.d.ts +9 -0
- package/data/api/user/index.d.ts +2 -2
- package/data/helpers/plp/index.d.ts +1 -2
- package/data/index.d.ts +6 -5
- package/index-BFjIPkXv.js +4 -0
- package/{index-BM8vTUKg.mjs → index-CIVkR1d_.mjs} +776 -712
- package/index-CXSKhXO3.js +4 -0
- package/index-ekZLWJ5-.mjs +2686 -0
- package/index.js +16 -16
- package/index.mjs +6518 -6803
- package/index2.js +2 -2
- package/index2.mjs +101 -97
- package/layout/index.d.ts +4 -4
- package/layout/team-component/AddToCart/AddToCart.d.ts +1 -1
- package/layout/team-component/AddToCart/Composite/Card/Card.d.ts +1 -1
- package/layout/team-component/AddToCart/Composite/Card/Content.d.ts +1 -1
- package/layout/team-component/AddToCart/Composite/Card/StyleSize.d.ts +1 -1
- package/layout/template/MiniCart/Composite/Card/Card.d.ts +1 -1
- package/layout/template/MiniCart/Composite/Card/Composite/Sku.d.ts +1 -1
- package/layout/template/MiniCart/Composite/Card/Composite/Style.d.ts +1 -1
- package/layout/template/MiniCart/Composite/Card/index.d.ts +2 -2
- package/layout/template/MiniCart/Composite/Modal/Body/Body.d.ts +1 -1
- package/layout/template/MiniCart/MiniCart.d.ts +1 -1
- package/layout/template/MiniCart/index.d.ts +2 -2
- package/layout/template/PDC/Composite/InfiniteScroller/Filters/Filters.d.ts +11 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Filters/index.d.ts +1 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/AnchorPDP.d.ts +7 -0
- package/layout/template/PDC/Composite/Products/Products.d.ts +1 -1
- package/layout/template/PDC/index.d.ts +1 -1
- package/layout/template/QuickShop/Composite/Body.d.ts +1 -1
- package/layout/template/QuickShop/Composite/Similars.d.ts +1 -1
- package/layout/template/SearchModal/SearchModal.d.ts +1 -1
- package/layout/template/SearchResult/Composite/Products.d.ts +7 -0
- package/package.json +1 -1
- package/style.css +1 -1
- package/types/cms/Sections/SectionZone/index.d.ts +0 -1
- package/types/contexts/contexts/global.d.ts +1 -0
- package/types/contexts/contexts/plp.d.ts +3 -4
- package/types/contexts/contexts/search.d.ts +2 -7
- package/types/contexts/hooks/index.d.ts +1 -3
- package/types/layout/team-components/AddToCart/index.d.ts +1 -5
- package/types/layout/team-components/HelpButton/index.d.ts +2 -4
- package/types/layout/team-components/ProductCard/index.d.ts +0 -1
- package/types/layout/team-components/ProductList/index.d.ts +1 -2
- package/types/layout/templates/MiniCart/index.d.ts +0 -2
- package/types/layout/templates/PLP/index.d.ts +0 -1
- package/types/layout/templates/QuickShop/index.d.ts +1 -2
- package/types/layout/templates/SearchModal/index.d.ts +1 -2
- package/index-CZjoMPpQ.js +0 -4
package/layout/index.d.ts
CHANGED
|
@@ -218,11 +218,11 @@ export declare const layout: {
|
|
|
218
218
|
template: {
|
|
219
219
|
minicart: {
|
|
220
220
|
Body: {
|
|
221
|
-
({ children, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, PLP_NOT_RESULT, TEXTURE_IMAGE, TIPBAR_CONFIGS, TOGGLE_STYLE_MODIFIER,
|
|
221
|
+
({ children, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, PLP_NOT_RESULT, TEXTURE_IMAGE, TIPBAR_CONFIGS, TOGGLE_STYLE_MODIFIER, }: import('../types/layout/templates/MiniCart').ModalBodyProps): import("react/jsx-runtime").JSX.Element;
|
|
222
222
|
displayName: string;
|
|
223
223
|
};
|
|
224
224
|
Card: {
|
|
225
|
-
({ available, index, product, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER,
|
|
225
|
+
({ available, index, product, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: import('../types/layout/templates/MiniCart').CardProps): import("react/jsx-runtime").JSX.Element;
|
|
226
226
|
displayName: string;
|
|
227
227
|
};
|
|
228
228
|
Cashback: {
|
|
@@ -304,7 +304,7 @@ export declare const layout: {
|
|
|
304
304
|
displayName: string;
|
|
305
305
|
};
|
|
306
306
|
Products: {
|
|
307
|
-
({ isMobile, items, BUY_BUTTON_LABELS, ICONS, MAIN_IMAGE, NEWSLETTER_CONFIGS, NOTIFY_INFO, PLP_GRID_SCROLL_BACK, PLP_INFINITE_SCROLL, PLP_PRODUCT_SIMILAR_DELAY, PLP_SHOW_VIDEO_ON_PRODUCT_CARD, PLP_SIZE_ORDER, PRODUCT_CARD_IMAGE_ASPECT_RATIO, PRODUCT_CARD_TEXTS, PRODUCT_CARD_TOP_WISHLIST_TOGGLE, PRODUCT_IMAGE_DIMENSIONS, SECOND_IMAGE, StoreConfig_MainSellerId, TEXTURE_IMAGE, Z_INDEX_WAR,
|
|
307
|
+
({ isMobile, items, BUY_BUTTON_LABELS, ICONS, MAIN_IMAGE, NEWSLETTER_CONFIGS, NOTIFY_INFO, PLP_GRID_SCROLL_BACK, PLP_INFINITE_SCROLL, PLP_PRODUCT_SIMILAR_DELAY, PLP_SHOW_VIDEO_ON_PRODUCT_CARD, PLP_SIZE_ORDER, PRODUCT_CARD_IMAGE_ASPECT_RATIO, PRODUCT_CARD_TEXTS, PRODUCT_CARD_TOP_WISHLIST_TOGGLE, PRODUCT_IMAGE_DIMENSIONS, SECOND_IMAGE, StoreConfig_MainSellerId, TEXTURE_IMAGE, Z_INDEX_WAR, }: import('../types/layout/templates/PLP').ProductsProps): import("react/jsx-runtime").JSX.Element;
|
|
308
308
|
displayName: string;
|
|
309
309
|
};
|
|
310
310
|
};
|
|
@@ -338,7 +338,7 @@ export declare const layout: {
|
|
|
338
338
|
};
|
|
339
339
|
LPCadastro: typeof LPCadastro;
|
|
340
340
|
SearchModal: {
|
|
341
|
-
({ className, trends, CONSTANTS, SectionZone }: import('../types/layout/templates/SearchModal').SearchModalProps): import("react/jsx-runtime").JSX.Element;
|
|
341
|
+
({ className, trends, CONSTANTS, SectionZone, }: import('../types/layout/templates/SearchModal').SearchModalProps): import("react/jsx-runtime").JSX.Element;
|
|
342
342
|
displayName: string;
|
|
343
343
|
};
|
|
344
344
|
LPStores: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const AddToCart: {
|
|
2
2
|
Card: {
|
|
3
|
-
({ className, item, texture, thumbnail,
|
|
3
|
+
({ className, item, texture, thumbnail, ...props }: import('../../../types/layout/team-components/AddToCart').CardProps): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
Content: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CardProps } from '../../../../../types/layout/team-components/AddToCart';
|
|
2
2
|
|
|
3
3
|
declare const Card: {
|
|
4
|
-
({ className, item, texture, thumbnail,
|
|
4
|
+
({ className, item, texture, thumbnail, ...props }: CardProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
7
|
export default Card;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CardContentProps } from '../../../../../types/layout/team-components/AddToCart';
|
|
2
2
|
|
|
3
3
|
declare const Content: {
|
|
4
|
-
({ className, item, texture,
|
|
4
|
+
({ className, item, texture, ...props }: CardContentProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
7
|
export default Content;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { StyleSizeProps } from '../../../../../types/layout/team-components/AddToCart';
|
|
2
2
|
|
|
3
3
|
declare const StyleSize: {
|
|
4
|
-
({ className, productGroupID, size, texture,
|
|
4
|
+
({ className, productGroupID, size, texture, ...props }: StyleSizeProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
7
|
export default StyleSize;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CardProps } from '../../../../../types/layout/templates/MiniCart/index';
|
|
2
2
|
|
|
3
3
|
declare const Card: {
|
|
4
|
-
({ available, index, product, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER,
|
|
4
|
+
({ available, index, product, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: CardProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
7
|
export default Card;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SkuCardProps } from '../../../../../../types/layout/templates/MiniCart';
|
|
2
2
|
|
|
3
3
|
declare const Sku: {
|
|
4
|
-
({ product, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER,
|
|
4
|
+
({ product, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: SkuCardProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
7
|
export default Sku;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { StyleCardProps } from '../../../../../../types/layout/templates/MiniCart';
|
|
2
2
|
|
|
3
3
|
declare const Style: {
|
|
4
|
-
({ product, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER,
|
|
4
|
+
({ product, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: StyleCardProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
7
|
export default Style;
|
|
@@ -30,7 +30,7 @@ declare const Card: {
|
|
|
30
30
|
displayName: string;
|
|
31
31
|
};
|
|
32
32
|
Sku: {
|
|
33
|
-
({ product, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER,
|
|
33
|
+
({ product, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: import('../../../../../types/layout/templates/MiniCart').SkuCardProps): import("react/jsx-runtime").JSX.Element;
|
|
34
34
|
displayName: string;
|
|
35
35
|
};
|
|
36
36
|
Stepper: {
|
|
@@ -38,7 +38,7 @@ declare const Card: {
|
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
Style: {
|
|
41
|
-
({ product, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER,
|
|
41
|
+
({ product, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: import('../../../../../types/layout/templates/MiniCart').StyleCardProps): import("react/jsx-runtime").JSX.Element;
|
|
42
42
|
displayName: string;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ModalBodyProps } from '../../../../../../types/layout/templates/MiniCart';
|
|
2
2
|
|
|
3
3
|
declare const Body: {
|
|
4
|
-
({ children, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, PLP_NOT_RESULT, TEXTURE_IMAGE, TIPBAR_CONFIGS, TOGGLE_STYLE_MODIFIER,
|
|
4
|
+
({ children, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, PLP_NOT_RESULT, TEXTURE_IMAGE, TIPBAR_CONFIGS, TOGGLE_STYLE_MODIFIER, }: ModalBodyProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
7
|
export default Body;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { MiniCartProps } from '../../../types/layout/templates/MiniCart';
|
|
2
2
|
|
|
3
|
-
declare const MiniCart: ({ ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, PLP_NOT_RESULT, TEXTURE_IMAGE, TIPBAR_CONFIGS, TOGGLE_STYLE_MODIFIER, Z_INDEX_WAR, storeConfig, minicartStyleModifiers }: MiniCartProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare const MiniCart: ({ ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, PLP_NOT_RESULT, TEXTURE_IMAGE, TIPBAR_CONFIGS, TOGGLE_STYLE_MODIFIER, Z_INDEX_WAR, storeConfig, minicartStyleModifiers, }: MiniCartProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default MiniCart;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const MiniCart: {
|
|
2
2
|
Body: {
|
|
3
|
-
({ children, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, PLP_NOT_RESULT, TEXTURE_IMAGE, TIPBAR_CONFIGS, TOGGLE_STYLE_MODIFIER,
|
|
3
|
+
({ children, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, PLP_NOT_RESULT, TEXTURE_IMAGE, TIPBAR_CONFIGS, TOGGLE_STYLE_MODIFIER, }: import('../../../types/layout/templates/MiniCart').ModalBodyProps): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
Card: {
|
|
7
|
-
({ available, index, product, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER,
|
|
7
|
+
({ available, index, product, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: import('../../../types/layout/templates/MiniCart').CardProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
displayName: string;
|
|
9
9
|
};
|
|
10
10
|
Cashback: {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { State } from '../../../../../../types/data/api/search';
|
|
2
|
+
import { PLP_SORT_DEFAULTType } from '../../../../../../types/constants';
|
|
3
|
+
|
|
4
|
+
declare const Filters: {
|
|
5
|
+
({ sort, ...props }: {
|
|
6
|
+
state: State;
|
|
7
|
+
sort: PLP_SORT_DEFAULTType;
|
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
11
|
+
export default Filters;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Filters';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ProductsProps } from '../../../../../types/layout/templates/PLP';
|
|
2
2
|
|
|
3
3
|
declare const Products: {
|
|
4
|
-
({ isMobile, items, BUY_BUTTON_LABELS, ICONS, MAIN_IMAGE, NEWSLETTER_CONFIGS, NOTIFY_INFO, PLP_GRID_SCROLL_BACK, PLP_INFINITE_SCROLL, PLP_PRODUCT_SIMILAR_DELAY, PLP_SHOW_VIDEO_ON_PRODUCT_CARD, PLP_SIZE_ORDER, PRODUCT_CARD_IMAGE_ASPECT_RATIO, PRODUCT_CARD_TEXTS, PRODUCT_CARD_TOP_WISHLIST_TOGGLE, PRODUCT_IMAGE_DIMENSIONS, SECOND_IMAGE, StoreConfig_MainSellerId, TEXTURE_IMAGE, Z_INDEX_WAR,
|
|
4
|
+
({ isMobile, items, BUY_BUTTON_LABELS, ICONS, MAIN_IMAGE, NEWSLETTER_CONFIGS, NOTIFY_INFO, PLP_GRID_SCROLL_BACK, PLP_INFINITE_SCROLL, PLP_PRODUCT_SIMILAR_DELAY, PLP_SHOW_VIDEO_ON_PRODUCT_CARD, PLP_SIZE_ORDER, PRODUCT_CARD_IMAGE_ASPECT_RATIO, PRODUCT_CARD_TEXTS, PRODUCT_CARD_TOP_WISHLIST_TOGGLE, PRODUCT_IMAGE_DIMENSIONS, SECOND_IMAGE, StoreConfig_MainSellerId, TEXTURE_IMAGE, Z_INDEX_WAR, }: ProductsProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
7
|
export default Products;
|
|
@@ -32,7 +32,7 @@ declare const PDC: {
|
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
Products: {
|
|
35
|
-
({ isMobile, items, BUY_BUTTON_LABELS, ICONS, MAIN_IMAGE, NEWSLETTER_CONFIGS, NOTIFY_INFO, PLP_GRID_SCROLL_BACK, PLP_INFINITE_SCROLL, PLP_PRODUCT_SIMILAR_DELAY, PLP_SHOW_VIDEO_ON_PRODUCT_CARD, PLP_SIZE_ORDER, PRODUCT_CARD_IMAGE_ASPECT_RATIO, PRODUCT_CARD_TEXTS, PRODUCT_CARD_TOP_WISHLIST_TOGGLE, PRODUCT_IMAGE_DIMENSIONS, SECOND_IMAGE, StoreConfig_MainSellerId, TEXTURE_IMAGE, Z_INDEX_WAR,
|
|
35
|
+
({ isMobile, items, BUY_BUTTON_LABELS, ICONS, MAIN_IMAGE, NEWSLETTER_CONFIGS, NOTIFY_INFO, PLP_GRID_SCROLL_BACK, PLP_INFINITE_SCROLL, PLP_PRODUCT_SIMILAR_DELAY, PLP_SHOW_VIDEO_ON_PRODUCT_CARD, PLP_SIZE_ORDER, PRODUCT_CARD_IMAGE_ASPECT_RATIO, PRODUCT_CARD_TEXTS, PRODUCT_CARD_TOP_WISHLIST_TOGGLE, PRODUCT_IMAGE_DIMENSIONS, SECOND_IMAGE, StoreConfig_MainSellerId, TEXTURE_IMAGE, Z_INDEX_WAR, }: import('../../../types/layout/templates/PLP').ProductsProps): import("react/jsx-runtime").JSX.Element;
|
|
36
36
|
displayName: string;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { BodyProps } from '../../../../types/layout/templates/QuickShop';
|
|
2
2
|
|
|
3
|
-
declare const Body: ({ callBackProductAdded, BUY_BUTTON_LABELS, ICONS, NEWSLETTER_CONFIGS, NOTIFY_INFO, PDP_INFO, PLP_SIZE_ORDER, PRODUCT_CARD_TEXTS, TEXTURE_IMAGE, TIME_ZONE, TOGGLE_STYLE_MODIFIER, Z_INDEX_WAR,
|
|
3
|
+
declare const Body: ({ callBackProductAdded, BUY_BUTTON_LABELS, ICONS, NEWSLETTER_CONFIGS, NOTIFY_INFO, PDP_INFO, PLP_SIZE_ORDER, PRODUCT_CARD_TEXTS, TEXTURE_IMAGE, TIME_ZONE, TOGGLE_STYLE_MODIFIER, Z_INDEX_WAR, }: BodyProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default Body;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SimilarsProps } from '../../../../types/layout/templates/QuickShop';
|
|
2
2
|
|
|
3
3
|
declare const Similars: {
|
|
4
|
-
({
|
|
4
|
+
({ TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER }: SimilarsProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
7
|
export default Similars;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SearchModalProps } from '../../../types/layout/templates/SearchModal/index';
|
|
2
2
|
|
|
3
3
|
declare const SearchModal: {
|
|
4
|
-
({ className, trends, CONSTANTS, SectionZone }: SearchModalProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
({ className, trends, CONSTANTS, SectionZone, }: SearchModalProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
};
|
|
7
7
|
export default SearchModal;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ProductsProps } from '../../../../types/layout/templates/PLP';
|
|
2
|
+
|
|
3
|
+
declare const Products: {
|
|
4
|
+
({ isMobile, items, BUY_BUTTON_LABELS, ICONS, MAIN_IMAGE, NEWSLETTER_CONFIGS, NOTIFY_INFO, PLP_GRID_SCROLL_BACK, PLP_INFINITE_SCROLL, PLP_PRODUCT_SIMILAR_DELAY, PLP_SHOW_VIDEO_ON_PRODUCT_CARD, PLP_SIZE_ORDER, PRODUCT_CARD_IMAGE_ASPECT_RATIO, PRODUCT_CARD_TEXTS, PRODUCT_CARD_TOP_WISHLIST_TOGGLE, PRODUCT_IMAGE_DIMENSIONS, SECOND_IMAGE, StoreConfig_MainSellerId, TEXTURE_IMAGE, Z_INDEX_WAR, storeId }: ProductsProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default Products;
|