@soma-vertical-web/multi-lib 0.0.63 → 0.0.66

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 (99) hide show
  1. package/cms/Sections/EmbedLive/Component.d.ts +4 -0
  2. package/cms/Sections/ProductCarousel/Composite/CommonShelf.d.ts +4 -0
  3. package/cms/Sections/ProductCarousel/Composite/RecommendationShelf.d.ts +4 -0
  4. package/cms/Sections/ProductCarousel/ProductCarousel.d.ts +4 -0
  5. package/cms/Sections/ProductCarousel/request.d.ts +24 -0
  6. package/cms/index.d.ts +3 -0
  7. package/contexts/contexts/plp/PLPConstants.d.ts +6 -0
  8. package/contexts/contexts/plp/PLPInfiniteContext.tsx.d.ts +1 -1
  9. package/contexts/contexts/search/Constants.d.ts +6 -0
  10. package/contexts/contexts/search/Facets.d.ts +1 -1
  11. package/contexts/contexts/search/Products.d.ts +1 -1
  12. package/contexts/contexts/search/Search.d.ts +1 -1
  13. package/contexts/hooks/useScrollRestoration.d.ts +3 -0
  14. package/contexts/hooks/useScrollRestorationInfinite.d.ts +4 -0
  15. package/contexts/index.d.ts +4 -4
  16. package/data/helpers/search/search.d.ts +2 -0
  17. package/index-BBxYNFkz.mjs +416 -0
  18. package/index-CiMxj6Pg.mjs +412 -0
  19. package/index-CwBIv223.js +1 -0
  20. package/index-DKnolQoT.mjs +412 -0
  21. package/index.js +21 -21
  22. package/index.mjs +9059 -7695
  23. package/index2.js +1 -1
  24. package/index2.mjs +97 -94
  25. package/layout/index.d.ts +54 -8
  26. package/layout/team-component/PLPNavigation/Composite/BreadCrumb.d.ts +1 -3
  27. package/layout/team-component/PLPNavigation/Composite/Content.d.ts +1 -1
  28. package/layout/team-component/PLPNavigation/Composite/Filters.d.ts +1 -3
  29. package/layout/team-component/PLPNavigation/Composite/Root.d.ts +2 -2
  30. package/layout/team-component/PLPNavigation/Composite/Selected/Item.d.ts +1 -1
  31. package/layout/team-component/PLPNavigation/Composite/Selected/Selected.d.ts +1 -1
  32. package/layout/team-component/PLPNavigation/Composite/Selected/interfaces.d.ts +1 -7
  33. package/layout/team-component/PLPNavigation/PLPNavigation.d.ts +6 -6
  34. package/layout/team-component/Sort/Sort.d.ts +1 -1
  35. package/layout/template/PDC/Composite/Empty/Empty.d.ts +7 -0
  36. package/layout/template/PDC/Composite/Empty/index.d.ts +1 -0
  37. package/layout/template/PDC/Composite/Filters/Filters.d.ts +5 -0
  38. package/layout/template/PDC/Composite/Filters/helpers.d.ts +4 -0
  39. package/layout/template/PDC/Composite/Filters/index.d.ts +1 -0
  40. package/layout/template/PDC/Composite/Grid/Banners.d.ts +7 -0
  41. package/layout/template/PDC/Composite/Grid/Grid.d.ts +7 -0
  42. package/layout/template/PDC/Composite/Grid/NavigationTotal.d.ts +7 -0
  43. package/layout/template/PDC/Composite/Grid/index.d.ts +1 -0
  44. package/layout/template/PDC/Composite/InfiniteScroller/Banners/Banners.d.ts +7 -0
  45. package/layout/template/PDC/Composite/InfiniteScroller/Banners/index.d.ts +1 -0
  46. package/layout/template/PDC/Composite/InfiniteScroller/InfiniteScroller.d.ts +5 -0
  47. package/layout/template/PDC/Composite/InfiniteScroller/Loading/Loading.d.ts +7 -0
  48. package/layout/template/PDC/Composite/InfiniteScroller/Loading/index.d.ts +1 -0
  49. package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/Anchor.d.ts +7 -0
  50. package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/Card.d.ts +7 -0
  51. package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/Loader.d.ts +9 -0
  52. package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/NextPage.d.ts +7 -0
  53. package/layout/template/PDC/Composite/InfiniteScroller/Page/Page.d.ts +7 -0
  54. package/layout/template/PDC/Composite/InfiniteScroller/Page/index.d.ts +21 -0
  55. package/layout/template/PDC/Composite/InfiniteScroller/index.d.ts +1 -0
  56. package/layout/template/PDC/Composite/Navigation/Navigation.d.ts +5 -0
  57. package/layout/template/PDC/Composite/Navigation/index.d.ts +1 -0
  58. package/layout/template/PDC/Composite/Notification/Notification.d.ts +7 -0
  59. package/layout/template/PDC/Composite/Notification/index.d.ts +1 -0
  60. package/layout/template/PDC/Composite/Pagination/Arrow/Arrow.d.ts +7 -0
  61. package/layout/template/PDC/Composite/Pagination/Arrow/index.d.ts +1 -0
  62. package/layout/template/PDC/Composite/Pagination/Arrow/interfaces.d.ts +8 -0
  63. package/layout/template/PDC/Composite/Pagination/Layout/Layout.d.ts +7 -0
  64. package/layout/template/PDC/Composite/Pagination/Layout/index.d.ts +1 -0
  65. package/layout/template/PDC/Composite/Pagination/PageEllipses/PageEllipses.d.ts +7 -0
  66. package/layout/template/PDC/Composite/Pagination/PageEllipses/index.d.ts +1 -0
  67. package/layout/template/PDC/Composite/Pagination/PageEllipses/interfaces.d.ts +10 -0
  68. package/layout/template/PDC/Composite/Pagination/Pages/Pages.d.ts +7 -0
  69. package/layout/template/PDC/Composite/Pagination/Pages/index.d.ts +1 -0
  70. package/layout/template/PDC/Composite/Pagination/Pages/interfaces.d.ts +7 -0
  71. package/layout/template/PDC/Composite/Pagination/Pagination.d.ts +7 -0
  72. package/layout/template/PDC/Composite/Pagination/helpers.d.ts +11 -0
  73. package/layout/template/PDC/Composite/Pagination/index.d.ts +1 -0
  74. package/layout/template/PDC/Composite/Products/Products.d.ts +7 -0
  75. package/layout/template/PDC/Composite/Products/index.d.ts +1 -0
  76. package/layout/template/PDC/Composite/Spinner/index.d.ts +7 -0
  77. package/layout/template/PDC/PDC.d.ts +7 -0
  78. package/layout/template/PDC/index.d.ts +39 -0
  79. package/layout/template/SearchResult/Composite/Empty.d.ts +7 -0
  80. package/layout/template/SearchResult/Composite/Grid.d.ts +7 -0
  81. package/layout/template/SearchResult/Composite/GridHeader.d.ts +3 -0
  82. package/layout/template/SearchResult/Composite/Loading.d.ts +7 -0
  83. package/layout/template/SearchResult/Composite/Sort.d.ts +4 -0
  84. package/layout/template/SearchResult/SearchContent.d.ts +4 -0
  85. package/layout/template/SearchResult/SearchResult.d.ts +7 -0
  86. package/layout/template/SearchResult/index.d.ts +1 -0
  87. package/package.json +1 -1
  88. package/style.css +1 -1
  89. package/types/cms/ContentTypes/Search/index.d.ts +2 -2
  90. package/types/cms/Sections/EmbedLive/index.d.ts +13 -0
  91. package/types/cms/Sections/ProductCarousel/index.d.ts +36 -2
  92. package/types/constants.d.ts +41 -1
  93. package/types/contexts/contexts/plp.d.ts +38 -7
  94. package/types/contexts/contexts/search.d.ts +18 -16
  95. package/types/contexts/hooks/index.d.ts +12 -0
  96. package/types/layout/team-components/PLPNavigation/index.d.ts +3 -14
  97. package/types/layout/team-components/Sort/index.d.ts +2 -5
  98. package/types/layout/templates/PLP/index.d.ts +122 -3
  99. package/types/layout/templates/SearchResult/index.d.ts +44 -0
package/layout/index.d.ts CHANGED
@@ -14,27 +14,27 @@ export declare const layout: {
14
14
  };
15
15
  PLPNavigation: {
16
16
  BreadCrumb: {
17
- ({ ICONS, ...props }: import('../types/layout/team-components/PLPNavigation').PLPBreadcrumbProps): import("react/jsx-runtime").JSX.Element;
17
+ (): import("react/jsx-runtime").JSX.Element;
18
18
  displayName: string;
19
19
  };
20
20
  Content: {
21
- ({ children, ICONS, PDC_NAVIGATION, searchParams, ...props }: import('../types/layout/team-components/PLPNavigation').PLPContentProps): import("react/jsx-runtime").JSX.Element;
21
+ ({ children, ...props }: import('../types/layout/team-components/PLPNavigation').PLPContentProps): import("react/jsx-runtime").JSX.Element;
22
22
  displayName: string;
23
23
  };
24
24
  Filters: {
25
- ({ ICONS, PDC_NAVIGATION, searchParams }: import('../types/layout/team-components/PLPNavigation').PLPNavigationFiltersProps): import("react/jsx-runtime").JSX.Element;
25
+ (): import("react/jsx-runtime").JSX.Element;
26
26
  displayName: string;
27
27
  };
28
28
  Root: {
29
- ({ children, onSort, setOpenFilters, style, PDC_NAVIGATION, ICONS, searchParams, ...props }: import('../types/layout/team-components/PLPNavigation').PLPRootProps): import("react/jsx-runtime").JSX.Element;
29
+ ({ children, onSort, setOpenFilters, style, ...props }: import('../types/layout/team-components/PLPNavigation').PLPNavigationRootProps): import("react/jsx-runtime").JSX.Element;
30
30
  displayName: string;
31
31
  };
32
32
  Selected: {
33
- ({ callback, selected, CONSTANTS, ...props }: import('./team-component/PLPNavigation/Composite/Selected/interfaces').SelectedProps): import("react/jsx-runtime").JSX.Element;
33
+ ({ callback, selected, ...props }: import('./team-component/PLPNavigation/Composite/Selected/interfaces').SelectedProps): import("react/jsx-runtime").JSX.Element;
34
34
  displayName: string;
35
35
  };
36
36
  SelectedItem: {
37
- ({ callback, facet, CONSTANTS }: import('./team-component/PLPNavigation/Composite/Selected/interfaces').SelectedItemProps): import("react/jsx-runtime").JSX.Element;
37
+ ({ callback, facet }: import('./team-component/PLPNavigation/Composite/Selected/interfaces').SelectedItemProps): import("react/jsx-runtime").JSX.Element;
38
38
  displayName: string;
39
39
  };
40
40
  Total: {
@@ -126,7 +126,7 @@ export declare const layout: {
126
126
  };
127
127
  };
128
128
  Sort: {
129
- ({ handleSelectValue, sortListOpen, setSortListOpen, searchParams, CONSTANTS, ...props }: import('../types/layout/team-components/Sort').SortProps): import("react/jsx-runtime").JSX.Element;
129
+ ({ handleSelectValue, sortListOpen, setSortListOpen, searchParams, ICONS, ...props }: import('../types/layout/team-components/Sort').SortProps): import("react/jsx-runtime").JSX.Element;
130
130
  displayName: string;
131
131
  };
132
132
  UserMenu: {
@@ -198,7 +198,6 @@ export declare const layout: {
198
198
  };
199
199
  };
200
200
  template: {
201
- pdp: typeof pdp;
202
201
  minicart: {
203
202
  Body: {
204
203
  ({ children, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, PLP_NOT_RESULT, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER }: import('../types/layout/templates/MiniCart').ModalBodyProps): import("react/jsx-runtime").JSX.Element;
@@ -251,6 +250,53 @@ export declare const layout: {
251
250
  displayName: string;
252
251
  };
253
252
  };
253
+ pdc: {
254
+ ({ className, ...props }: import('../types/layout/templates/PLP').PLPRootProps): import("react/jsx-runtime").JSX.Element;
255
+ displayName: string;
256
+ };
257
+ pdc_composites: {
258
+ Empty: {
259
+ ({ className, content }: import('../types/layout/templates/PLP').EmptyProps): import("react/jsx-runtime").JSX.Element;
260
+ displayName: string;
261
+ };
262
+ Filters: {
263
+ (): import("react/jsx-runtime").JSX.Element | null;
264
+ displayName: string;
265
+ };
266
+ Grid: {
267
+ ({ infinite }: import('../types/layout/templates/PLP').GridProps): import("react/jsx-runtime").JSX.Element;
268
+ displayName: string;
269
+ };
270
+ InfiniteScroller: {
271
+ (): import("react/jsx-runtime").JSX.Element;
272
+ displayName: string;
273
+ };
274
+ Spinner: {
275
+ (props: import('react').HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
276
+ displayName: string;
277
+ };
278
+ Navigation: {
279
+ (): import("react/jsx-runtime").JSX.Element;
280
+ displayName: string;
281
+ };
282
+ Notification: {
283
+ ({ skus, ICONS, NEWSLETTER_CONFIGS, NOTIFY_INFO, PRODUCT_CARD_TEXTS, Z_INDEX_WAR, ...props }: import('../types/layout/templates/PLP').NotificationProps): import("react/jsx-runtime").JSX.Element;
284
+ displayName: string;
285
+ };
286
+ Pagination: {
287
+ ({ query, type, searchParams, ITEMS_DEFAULT_SORT, ITEMS_PER_SECTION, ITEMS_PER_PAGE, SEARCH_PAGE_ITEM_THRESHOLD, VARIANT_PAGINATION, ...props }: import('../types/layout/templates/PLP').PaginationProps): import("react/jsx-runtime").JSX.Element;
288
+ displayName: string;
289
+ };
290
+ Products: {
291
+ ({ 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, 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, WishListToggle }: import('../types/layout/templates/PLP').ProductsProps): import("react/jsx-runtime").JSX.Element;
292
+ displayName: string;
293
+ };
294
+ };
295
+ pdp: typeof pdp;
296
+ searchResult: {
297
+ ({ className, searchParams, CONSTANTS }: import('../types/layout/templates/SearchResult').SearchProps): import("react/jsx-runtime").JSX.Element;
298
+ displayName: string;
299
+ };
254
300
  };
255
301
  utils: {
256
302
  EventCollector: ({ page, data }: import('react').PropsWithChildren & import('../types/data/events').CollectorProps) => null;
@@ -1,7 +1,5 @@
1
- import { PLPBreadcrumbProps } from '../../../../types/layout/team-components/PLPNavigation';
2
-
3
1
  declare const BreadCrumb: {
4
- ({ ICONS, ...props }: PLPBreadcrumbProps): import("react/jsx-runtime").JSX.Element;
2
+ (): import("react/jsx-runtime").JSX.Element;
5
3
  displayName: string;
6
4
  };
7
5
  export default BreadCrumb;
@@ -1,7 +1,7 @@
1
1
  import { PLPContentProps } from '../../../../types/layout/team-components/PLPNavigation';
2
2
 
3
3
  declare const Content: {
4
- ({ children, ICONS, PDC_NAVIGATION, searchParams, ...props }: PLPContentProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ children, ...props }: PLPContentProps): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default Content;
@@ -1,7 +1,5 @@
1
- import { PLPNavigationFiltersProps } from '../../../../types/layout/team-components/PLPNavigation';
2
-
3
1
  declare const Filters: {
4
- ({ ICONS, PDC_NAVIGATION, searchParams }: PLPNavigationFiltersProps): import("react/jsx-runtime").JSX.Element;
2
+ (): import("react/jsx-runtime").JSX.Element;
5
3
  displayName: string;
6
4
  };
7
5
  export default Filters;
@@ -1,7 +1,7 @@
1
- import { PLPRootProps } from '../../../../types/layout/team-components/PLPNavigation';
1
+ import { PLPNavigationRootProps } from '../../../../types/layout/team-components/PLPNavigation';
2
2
 
3
3
  declare const Root: {
4
- ({ children, onSort, setOpenFilters, style, PDC_NAVIGATION, ICONS, searchParams, ...props }: PLPRootProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ children, onSort, setOpenFilters, style, ...props }: PLPNavigationRootProps): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default Root;
@@ -1,7 +1,7 @@
1
1
  import { SelectedItemProps } from './interfaces';
2
2
 
3
3
  declare const Item: {
4
- ({ callback, facet, CONSTANTS }: SelectedItemProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ callback, facet }: SelectedItemProps): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default Item;
@@ -1,7 +1,7 @@
1
1
  import { SelectedProps } from './interfaces';
2
2
 
3
3
  declare const Selected: {
4
- ({ callback, selected, CONSTANTS, ...props }: SelectedProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ callback, selected, ...props }: SelectedProps): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default Selected;
@@ -1,16 +1,10 @@
1
- import { ICONSType, PLP_FILTERS_COLORSType, PLP_FILTERSType } from '../../../../../types/constants';
2
1
  import { FacetsContextProps } from '../../../../../types/contexts/contexts/search';
3
2
 
4
3
  export type SelectedFacetProps = FacetsContextProps['selectedFacets'][0];
5
4
  export interface SelectedItemProps {
6
5
  facet: SelectedFacetProps;
7
6
  callback(value: SelectedFacetProps, remove: boolean): void;
8
- CONSTANTS: {
9
- ICONS: ICONSType;
10
- PLP_FILTERS: PLP_FILTERSType;
11
- PLP_FILTERS_COLORS: PLP_FILTERS_COLORSType;
12
- };
13
7
  }
14
- export interface SelectedProps extends Pick<SelectedItemProps, 'callback' | 'CONSTANTS'> {
8
+ export interface SelectedProps extends Pick<SelectedItemProps, 'callback'> {
15
9
  selected: SelectedFacetProps[];
16
10
  }
@@ -1,26 +1,26 @@
1
1
  declare const PLPNavigation: {
2
2
  BreadCrumb: {
3
- ({ ICONS, ...props }: import('../../../types/layout/team-components/PLPNavigation').PLPBreadcrumbProps): import("react/jsx-runtime").JSX.Element;
3
+ (): import("react/jsx-runtime").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  Content: {
7
- ({ children, ICONS, PDC_NAVIGATION, searchParams, ...props }: import('../../../types/layout/team-components/PLPNavigation').PLPContentProps): import("react/jsx-runtime").JSX.Element;
7
+ ({ children, ...props }: import('../../../types/layout/team-components/PLPNavigation').PLPContentProps): import("react/jsx-runtime").JSX.Element;
8
8
  displayName: string;
9
9
  };
10
10
  Filters: {
11
- ({ ICONS, PDC_NAVIGATION, searchParams }: import('../../../types/layout/team-components/PLPNavigation').PLPNavigationFiltersProps): import("react/jsx-runtime").JSX.Element;
11
+ (): import("react/jsx-runtime").JSX.Element;
12
12
  displayName: string;
13
13
  };
14
14
  Root: {
15
- ({ children, onSort, setOpenFilters, style, PDC_NAVIGATION, ICONS, searchParams, ...props }: import('../../../types/layout/team-components/PLPNavigation').PLPRootProps): import("react/jsx-runtime").JSX.Element;
15
+ ({ children, onSort, setOpenFilters, style, ...props }: import('../../../types/layout/team-components/PLPNavigation').PLPNavigationRootProps): import("react/jsx-runtime").JSX.Element;
16
16
  displayName: string;
17
17
  };
18
18
  Selected: {
19
- ({ callback, selected, CONSTANTS, ...props }: import('./Composite/Selected/interfaces').SelectedProps): import("react/jsx-runtime").JSX.Element;
19
+ ({ callback, selected, ...props }: import('./Composite/Selected/interfaces').SelectedProps): import("react/jsx-runtime").JSX.Element;
20
20
  displayName: string;
21
21
  };
22
22
  SelectedItem: {
23
- ({ callback, facet, CONSTANTS }: import('./Composite/Selected/interfaces').SelectedItemProps): import("react/jsx-runtime").JSX.Element;
23
+ ({ callback, facet }: import('./Composite/Selected/interfaces').SelectedItemProps): import("react/jsx-runtime").JSX.Element;
24
24
  displayName: string;
25
25
  };
26
26
  Total: {
@@ -1,7 +1,7 @@
1
1
  import { SortProps } from '../../../types/layout/team-components/Sort';
2
2
 
3
3
  declare const Sort: {
4
- ({ handleSelectValue, sortListOpen, setSortListOpen, searchParams, CONSTANTS, ...props }: SortProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ handleSelectValue, sortListOpen, setSortListOpen, searchParams, ICONS, ...props }: SortProps): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default Sort;
@@ -0,0 +1,7 @@
1
+ import { EmptyProps } from '../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Empty: {
4
+ ({ className, content }: EmptyProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Empty;
@@ -0,0 +1 @@
1
+ export { default } from './Empty';
@@ -0,0 +1,5 @@
1
+ declare const FiltersWrapper: {
2
+ (): import("react/jsx-runtime").JSX.Element | null;
3
+ displayName: string;
4
+ };
5
+ export default FiltersWrapper;
@@ -0,0 +1,4 @@
1
+ import { FacetValueRange } from '../../../../../types/data/api/search/facets';
2
+
3
+ export declare const checkPriceRange: (values: FacetValueRange[], value: string) => number[];
4
+ export declare const getUpdatedPriceRange: (value: string, minFacet: number, maxFacet: number) => string;
@@ -0,0 +1 @@
1
+ export { default } from './Filters';
@@ -0,0 +1,7 @@
1
+ import { BannersProps } from '../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Banners: {
4
+ ({ gap, isMobile }: BannersProps): import("react/jsx-runtime").JSX.Element[] | null;
5
+ displayName: string;
6
+ };
7
+ export default Banners;
@@ -0,0 +1,7 @@
1
+ import { GridProps } from '../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Grid: {
4
+ ({ infinite }: GridProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Grid;
@@ -0,0 +1,7 @@
1
+ declare const NavigationTotal: {
2
+ ({ total, }: {
3
+ total: number;
4
+ }): import('react').ReactPortal | null;
5
+ displayName: string;
6
+ };
7
+ export default NavigationTotal;
@@ -0,0 +1 @@
1
+ export { default } from './Grid';
@@ -0,0 +1,7 @@
1
+ import { InfiniteBannersProps } from '../../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Banners: {
4
+ ({ columns, count, gap }: InfiniteBannersProps): import("react/jsx-runtime").JSX.Element[] | null;
5
+ displayName: string;
6
+ };
7
+ export default Banners;
@@ -0,0 +1 @@
1
+ export { default } from './Banners';
@@ -0,0 +1,5 @@
1
+ declare const InfiniteScroller: {
2
+ (): import("react/jsx-runtime").JSX.Element;
3
+ displayName: string;
4
+ };
5
+ export default InfiniteScroller;
@@ -0,0 +1,7 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ declare const Loading: {
4
+ (props: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element | null;
5
+ displayName: string;
6
+ };
7
+ export default Loading;
@@ -0,0 +1 @@
1
+ export { default } from './Loading';
@@ -0,0 +1,7 @@
1
+ import { PageSentinelProps } from '../../../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Anchor: {
4
+ ({ page, ...props }: PageSentinelProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Anchor;
@@ -0,0 +1,7 @@
1
+ import { PageCardProps } from '../../../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Card: {
4
+ ({ first, gap, isMobile, item, index, last, order, page, showVideo, }: PageCardProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Card;
@@ -0,0 +1,9 @@
1
+ import { PageSentinelProps } from '../../../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Loader: {
4
+ ({ type, page, ...props }: PageSentinelProps & {
5
+ type?: "page" | "default";
6
+ }): false | import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
9
+ export default Loader;
@@ -0,0 +1,7 @@
1
+ import { PageSentinelProps } from '../../../../../../../types/layout/templates/PLP/index';
2
+
3
+ declare const NextPage: {
4
+ ({ page, ...props }: PageSentinelProps): import("react/jsx-runtime").JSX.Element | null;
5
+ displayName: string;
6
+ };
7
+ export default NextPage;
@@ -0,0 +1,7 @@
1
+ import { PageProps } from '../../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Page: {
4
+ ({ count, gap, page }: PageProps): import("react/jsx-runtime").JSX.Element[] | null;
5
+ displayName: string;
6
+ };
7
+ export default Page;
@@ -0,0 +1,21 @@
1
+ declare const Page: {
2
+ Anchor: {
3
+ ({ page, ...props }: import('../../../../../../types/layout/templates/PLP').PageSentinelProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ Card: {
7
+ ({ first, gap, isMobile, item, index, last, order, page, showVideo, }: import('../../../../../../types/layout/templates/PLP').PageCardProps): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ Loader: {
11
+ ({ type, page, ...props }: import('../../../../../../types/layout/templates/PLP').PageSentinelProps & {
12
+ type?: "page" | "default";
13
+ }): false | import("react/jsx-runtime").JSX.Element;
14
+ displayName: string;
15
+ };
16
+ NextPage: {
17
+ ({ page, ...props }: import('../../../../../../types/layout/templates/PLP').PageSentinelProps): import("react/jsx-runtime").JSX.Element | null;
18
+ displayName: string;
19
+ };
20
+ };
21
+ export default Page;
@@ -0,0 +1 @@
1
+ export { default } from './InfiniteScroller';
@@ -0,0 +1,5 @@
1
+ declare const Navigation: {
2
+ (): import("react/jsx-runtime").JSX.Element;
3
+ displayName: string;
4
+ };
5
+ export default Navigation;
@@ -0,0 +1 @@
1
+ export { default } from './Navigation';
@@ -0,0 +1,7 @@
1
+ import { NotificationProps } from '../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Notification: {
4
+ ({ skus, ICONS, NEWSLETTER_CONFIGS, NOTIFY_INFO, PRODUCT_CARD_TEXTS, Z_INDEX_WAR, ...props }: NotificationProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Notification;
@@ -0,0 +1 @@
1
+ export { default } from './Notification';
@@ -0,0 +1,7 @@
1
+ import { ArrowProps } from './interfaces';
2
+
3
+ declare const Arrow: {
4
+ ({ currentPage, callback, type, ...props }: ArrowProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Arrow;
@@ -0,0 +1 @@
1
+ export { default } from './Arrow';
@@ -0,0 +1,8 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ export interface ArrowProps extends HTMLAttributes<HTMLButtonElement> {
4
+ currentPage: number;
5
+ disabled?: boolean;
6
+ callback?(value: string): void;
7
+ type: string;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { LayoutProps } from '../../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Layout: {
4
+ ({ children, endPage, page, total, selectedPage, ITEMS_PER_SECTION }: LayoutProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Layout;
@@ -0,0 +1 @@
1
+ export { default } from './Layout';
@@ -0,0 +1,7 @@
1
+ import { PageEllipsesProps } from './interfaces';
2
+
3
+ declare const PageEllipses: {
4
+ ({ active, prev, ellipses, page, selectedPage, }: PageEllipsesProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default PageEllipses;
@@ -0,0 +1 @@
1
+ export { default } from './PageEllipses';
@@ -0,0 +1,10 @@
1
+ import { HTMLAttributes } from 'react';
2
+ import { LayoutProps } from '../../../../../../types/layout/templates/PLP';
3
+
4
+ export interface PageEllipsesProps extends HTMLAttributes<HTMLDivElement>, Pick<LayoutProps, 'selectedPage'> {
5
+ active?: boolean;
6
+ currentPage: number;
7
+ prev?: boolean;
8
+ ellipses?: boolean;
9
+ page: number;
10
+ }
@@ -0,0 +1,7 @@
1
+ import { PagesProps } from '../../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Pages: {
4
+ ({ currentPage, pages, searchParams, VARIANT_PAGINATION }: PagesProps): import("react/jsx-runtime").JSX.Element[] | null;
5
+ displayName: string;
6
+ };
7
+ export default Pages;
@@ -0,0 +1 @@
1
+ export { default } from './Pages';
@@ -0,0 +1,7 @@
1
+ import { ReadonlyURLSearchParams } from 'next/navigation';
2
+
3
+ export interface PagesProps {
4
+ currentPage: number;
5
+ searchParams: ReadonlyURLSearchParams;
6
+ pages: number[];
7
+ }
@@ -0,0 +1,7 @@
1
+ import { PaginationProps } from '../../../../../types/layout/templates/PLP';
2
+
3
+ declare const Pagination: {
4
+ ({ query, type, searchParams, ITEMS_DEFAULT_SORT, ITEMS_PER_SECTION, ITEMS_PER_PAGE, SEARCH_PAGE_ITEM_THRESHOLD, VARIANT_PAGINATION, ...props }: PaginationProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Pagination;
@@ -0,0 +1,11 @@
1
+ import { PaginantionOptionsProps } from '../../../../../types/layout/templates/PLP';
2
+
3
+ export declare const getCurrentPagination: () => number;
4
+ export declare const getPage: (index: number, itemsPerPage: number, totalPages: number) => number;
5
+ export declare const createQueryString: (name: string, value: string, searchParams: URLSearchParams) => string;
6
+ export declare const createPages: (startPage: number, endPage: number) => number[];
7
+ export declare const paginationOptions: ({ currentPage, total, maxVisiblePages, SEARCH_PAGE_ITEM_THRESHOLD }: PaginantionOptionsProps) => {
8
+ startPage: number;
9
+ endPage: number;
10
+ totalPages: number;
11
+ };
@@ -0,0 +1 @@
1
+ export { default } from './Pagination';
@@ -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, 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, WishListToggle }: ProductsProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Products;
@@ -0,0 +1 @@
1
+ export { default } from './Products';
@@ -0,0 +1,7 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ declare const Spinner: {
4
+ (props: HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Spinner;
@@ -0,0 +1,7 @@
1
+ import { PLPRootProps } from '../../../types/layout/templates/PLP';
2
+
3
+ declare const PDC: {
4
+ ({ className, ...props }: PLPRootProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default PDC;
@@ -0,0 +1,39 @@
1
+ declare const PDC: {
2
+ Empty: {
3
+ ({ className, content }: import('../../../types/layout/templates/PLP').EmptyProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ Filters: {
7
+ (): import("react/jsx-runtime").JSX.Element | null;
8
+ displayName: string;
9
+ };
10
+ Grid: {
11
+ ({ infinite }: import('../../../types/layout/templates/PLP').GridProps): import("react/jsx-runtime").JSX.Element;
12
+ displayName: string;
13
+ };
14
+ InfiniteScroller: {
15
+ (): import("react/jsx-runtime").JSX.Element;
16
+ displayName: string;
17
+ };
18
+ Spinner: {
19
+ (props: import('react').HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
20
+ displayName: string;
21
+ };
22
+ Navigation: {
23
+ (): import("react/jsx-runtime").JSX.Element;
24
+ displayName: string;
25
+ };
26
+ Notification: {
27
+ ({ skus, ICONS, NEWSLETTER_CONFIGS, NOTIFY_INFO, PRODUCT_CARD_TEXTS, Z_INDEX_WAR, ...props }: import('../../../types/layout/templates/PLP').NotificationProps): import("react/jsx-runtime").JSX.Element;
28
+ displayName: string;
29
+ };
30
+ Pagination: {
31
+ ({ query, type, searchParams, ITEMS_DEFAULT_SORT, ITEMS_PER_SECTION, ITEMS_PER_PAGE, SEARCH_PAGE_ITEM_THRESHOLD, VARIANT_PAGINATION, ...props }: import('../../../types/layout/templates/PLP').PaginationProps): import("react/jsx-runtime").JSX.Element;
32
+ displayName: string;
33
+ };
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, 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, WishListToggle }: import('../../../types/layout/templates/PLP').ProductsProps): import("react/jsx-runtime").JSX.Element;
36
+ displayName: string;
37
+ };
38
+ };
39
+ export default PDC;
@@ -0,0 +1,7 @@
1
+ import { ISearchEmpty } from '../../../../types/layout/templates/SearchResult';
2
+
3
+ declare const SearchEmpty: {
4
+ ({ term }: ISearchEmpty): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SearchEmpty;
@@ -0,0 +1,7 @@
1
+ import { SearchResultContentProps } from '../../../../types/layout/templates/SearchResult';
2
+
3
+ declare const SearchResultContent: {
4
+ ({ isMobile, query }: SearchResultContentProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SearchResultContent;
@@ -0,0 +1,3 @@
1
+ export declare const GridHeader: ({ query }: {
2
+ query?: string;
3
+ }) => import("react/jsx-runtime").JSX.Element;