@soma-vertical-web/multi-lib 0.0.74 → 1.0.0

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 (117) hide show
  1. package/SearchPageScreening-BryoK-U4.js +4 -0
  2. package/SearchPageScreening-DER0_wzr.mjs +1812 -0
  3. package/cms/ContentTypes/Cart/index.d.ts +3 -0
  4. package/cms/ContentTypes/CommonPage/CommonPage.d.ts +1 -1
  5. package/cms/ContentTypes/FlagsAndTags/index.d.ts +3 -0
  6. package/cms/ContentTypes/Footer/Footer.d.ts +1 -1
  7. package/cms/ContentTypes/HelpButton/HelpButtonContent.d.ts +1 -1
  8. package/cms/ContentTypes/LPCadastro/LPCadastroContent.d.ts +1 -1
  9. package/cms/ContentTypes/PDP/PDPContent.d.ts +1 -1
  10. package/cms/ContentTypes/PLP/PLPContent.d.ts +1 -1
  11. package/cms/ContentTypes/{Redirects → PLP/Redirects}/Redirects.d.ts +1 -1
  12. package/cms/ContentTypes/Search/SearchContent.d.ts +1 -1
  13. package/cms/Sections/Banner/Composite/Content.d.ts +1 -1
  14. package/cms/Sections/SectionZone.d.ts +1 -1
  15. package/cms/Sections/TextAccordion/Component.d.ts +1 -1
  16. package/cms/Sections/TextContent/Component.d.ts +1 -1
  17. package/cms/Sections/TextContent/Composite/ContentWrapper.d.ts +1 -1
  18. package/cms/index.d.ts +4 -4
  19. package/cms/server.d.ts +8 -6
  20. package/contexts/contexts/Session.d.ts +1 -1
  21. package/contexts/contexts/cart/Context.d.ts +1 -1
  22. package/contexts/contexts/cms/FlagsAndTagsContext.d.ts +3 -5
  23. package/contexts/hooks/useOperations.d.ts +4 -3
  24. package/contexts/index.d.ts +5 -15
  25. package/data/api/checkout/region/index.d.ts +1 -1
  26. package/data/api/cms/index.d.ts +10 -11
  27. package/data/helpers/cart/index.d.ts +62 -13
  28. package/data/helpers/cms/index.d.ts +9 -10
  29. package/data/helpers/utils/cms.d.ts +4 -0
  30. package/index.js +17 -41
  31. package/index.mjs +9509 -10689
  32. package/index2.js +1 -1
  33. package/index2.mjs +786 -744
  34. package/layout/index.d.ts +12 -10
  35. package/layout/team-component/Footer/Footer.d.ts +1 -1
  36. package/layout/team-component/Header/Composite/HeaderMobileWrapper.d.ts +1 -2
  37. package/layout/team-component/Header/index.d.ts +1 -1
  38. package/layout/team-component/ProductCard/Composite/Selectors/SizeSelector.d.ts +1 -1
  39. package/layout/team-component/ProductCard/ProductCard.d.ts +1 -1
  40. package/layout/team-component/Timer/index.d.ts +1 -1
  41. package/layout/team-component/UserMenu/index.d.ts +1 -1
  42. package/layout/template/MiniCart/Composite/Card/Composite/Sku.d.ts +1 -1
  43. package/layout/template/MiniCart/Composite/Card/index.d.ts +1 -1
  44. package/layout/template/MiniCart/Composite/Modal/Body/Body.d.ts +7 -0
  45. package/layout/template/MiniCart/Composite/Modal/Body/CouponTag/CouponTag.d.ts +9 -0
  46. package/layout/template/MiniCart/Composite/Modal/Body/CouponTag/index.d.ts +1 -0
  47. package/layout/template/MiniCart/Composite/Modal/Body/Promotion/Promotion.d.ts +9 -0
  48. package/layout/template/MiniCart/Composite/Modal/Body/Promotion/helper.d.ts +5 -0
  49. package/layout/template/MiniCart/Composite/Modal/Body/Promotion/index.d.ts +1 -0
  50. package/layout/template/MiniCart/Composite/Modal/Body/index.d.ts +1 -0
  51. package/layout/template/MiniCart/Composite/Modal/Footer/Discount/Discount.d.ts +1 -1
  52. package/layout/template/MiniCart/Composite/Modal/Footer/Resume/Totals.d.ts +1 -5
  53. package/layout/template/MiniCart/Composite/Notifications/Notifications.d.ts +1 -1
  54. package/layout/template/MiniCart/MiniCart.d.ts +1 -1
  55. package/layout/template/MiniCart/index.d.ts +3 -5
  56. package/layout/template/PDC/Composite/Products/Products.d.ts +1 -1
  57. package/layout/template/PDC/index.d.ts +1 -1
  58. package/layout/template/PDP/Composite/Info/MainContent/Actions/index.d.ts +1 -1
  59. package/layout/template/PDP/Composite/Info/MainContent/BottomNavigation/index.d.ts +1 -1
  60. package/layout/template/PDP/Composite/Info/MainContent/Header/GoldenTag.d.ts +9 -0
  61. package/layout/template/PDP/index.d.ts +2 -1
  62. package/layout/template/QuickShop/Composite/Body.d.ts +1 -1
  63. package/layout/template/SearchModal/Composite/AutoComplete.d.ts +7 -0
  64. package/layout/template/SearchModal/Composite/Header.d.ts +3 -0
  65. package/layout/template/SearchModal/Composite/Recommendations.d.ts +3 -0
  66. package/layout/template/SearchModal/Composite/Trends.d.ts +4 -0
  67. package/layout/template/SearchModal/SearchModal.d.ts +7 -0
  68. package/layout/template/SearchModal/helpers.d.ts +3 -0
  69. package/layout/template/SearchModal/index.d.ts +1 -0
  70. package/package.json +1 -1
  71. package/style.css +1 -1
  72. package/types/cms/ContentTypes/Cart/index.d.ts +46 -0
  73. package/types/cms/ContentTypes/CommonPage/index.d.ts +5 -4
  74. package/types/cms/ContentTypes/FlagsAndTags/index.d.ts +18 -9
  75. package/types/cms/ContentTypes/Footer/index.d.ts +7 -5
  76. package/types/cms/ContentTypes/Header/index.d.ts +4 -4
  77. package/types/cms/ContentTypes/HelpButton/index.d.ts +5 -6
  78. package/types/cms/ContentTypes/PDP/index.d.ts +6 -6
  79. package/types/cms/ContentTypes/PLP/index.d.ts +7 -6
  80. package/types/cms/ContentTypes/Redirects/index.d.ts +2 -2
  81. package/types/cms/ContentTypes/Search/index.d.ts +7 -7
  82. package/types/cms/ContentTypes/Tipbar/index.d.ts +4 -3
  83. package/types/cms/Sections/Banner/index.d.ts +3 -5
  84. package/types/cms/Sections/BannerCarousel/index.d.ts +2 -3
  85. package/types/cms/Sections/BennefitsBar/index.d.ts +2 -6
  86. package/types/cms/Sections/Newsletter/index.d.ts +2 -7
  87. package/types/cms/Sections/ProductCarousel/index.d.ts +5 -29
  88. package/types/cms/Sections/SectionZone/index.d.ts +81 -0
  89. package/types/cms/Sections/TextContent/index.d.ts +5 -2
  90. package/types/constants.d.ts +36 -0
  91. package/types/contexts/contexts/pdp.d.ts +2 -1
  92. package/types/contexts/contexts/plp.d.ts +3 -1
  93. package/types/contexts/store/cart.d.ts +16 -3
  94. package/types/data/api/checkout/order-form/index.d.ts +19 -0
  95. package/types/data/api/cms/index.d.ts +5 -4
  96. package/types/data/api/index.d.ts +1 -1
  97. package/types/layout/team-components/BuyPackage/index.d.ts +2 -20
  98. package/types/layout/team-components/Footer/index.d.ts +2 -0
  99. package/types/layout/team-components/Header/index.d.ts +3 -2
  100. package/types/layout/team-components/ProductCard/Selectors/index.d.ts +2 -0
  101. package/types/layout/team-components/ProductCard/index.d.ts +2 -1
  102. package/types/layout/team-components/ProductList/index.d.ts +3 -1
  103. package/types/layout/team-components/Timer/index.d.ts +8 -1
  104. package/types/layout/team-components/UserMenu/index.d.ts +3 -1
  105. package/types/layout/templates/LPCadastro/index.d.ts +5 -4
  106. package/types/layout/templates/MiniCart/index.d.ts +7 -1
  107. package/types/layout/templates/PDP/index.d.ts +4 -2
  108. package/types/layout/templates/PLP/index.d.ts +2 -1
  109. package/types/layout/templates/QuickShop/index.d.ts +2 -1
  110. package/types/layout/templates/SearchModal/index.d.ts +42 -0
  111. package/data/api/cms/backup/index.d.ts +0 -11
  112. package/index-BBxYNFkz.mjs +0 -416
  113. package/index-BR_9YNfn.mjs +0 -421
  114. package/index-CwBIv223.js +0 -1
  115. package/index-DL877zTH.js +0 -1
  116. package/layout/template/MiniCart/Composite/Modal/Body.d.ts +0 -7
  117. package/types/cms/Sections/SectionZone/intex.d.ts +0 -64
package/layout/index.d.ts CHANGED
@@ -5,7 +5,7 @@ export declare const layout: {
5
5
  teamComponents: {
6
6
  FreightCalculation: ({ className, sellerId, skuId, quantity, size, seller, local, CONSTANTS_PROPS, }: import('../types/layout/team-components/FreightCalculation').FreightCalculationProps) => import("react/jsx-runtime").JSX.Element;
7
7
  Header: {
8
- ({ tipBar, minicartStyleModifiers, menuV2, storeConfig, SearchModal, }: import('../types/layout/team-components/Header').HeaderContainerProps): import("react/jsx-runtime").JSX.Element;
8
+ ({ tipBar, minicartStyleModifiers, menuV2, storeConfig, className, }: import('../types/layout/team-components/Header').HeaderContainerProps): import("react/jsx-runtime").JSX.Element;
9
9
  displayName: string;
10
10
  };
11
11
  Link: ({ children, adornments, className, disableUnderline, href, mode, size, title, onClick, disablePadding, ...props }: import('./team-component/Link/interfaces').TeamLinkProps) => import("react/jsx-runtime").JSX.Element;
@@ -73,7 +73,7 @@ export declare const layout: {
73
73
  displayName: string;
74
74
  };
75
75
  SizeSelector: {
76
- ({ callback, className, children, setNotify, ...props }: import('../types/layout/team-components/ProductCard/Selectors').SizeSelectorProps): import("react/jsx-runtime").JSX.Element;
76
+ ({ callback, className, children, setNotify, PLP_SIZE_ORDER, ...props }: import('../types/layout/team-components/ProductCard/Selectors').SizeSelectorProps): import("react/jsx-runtime").JSX.Element;
77
77
  displayName: string;
78
78
  };
79
79
  StyleSelector: {
@@ -131,7 +131,7 @@ export declare const layout: {
131
131
  displayName: string;
132
132
  };
133
133
  UserMenu: {
134
- ({ children, isOpen, setIsOpen, target, storeConfig, }: import('../types/layout/team-components/UserMenu').UserMenuProps): import("react/jsx-runtime").JSX.Element;
134
+ ({ children, isOpen, setIsOpen, desktopUserMenuTarget, mobileUserMenuTarget, storeConfig, }: import('../types/layout/team-components/UserMenu').UserMenuProps): import("react/jsx-runtime").JSX.Element;
135
135
  displayName: string;
136
136
  };
137
137
  Newsletter: {
@@ -149,7 +149,7 @@ export declare const layout: {
149
149
  }) => import("react/jsx-runtime").JSX.Element;
150
150
  };
151
151
  Footer: {
152
- ({ data: { links: { links }, }, payments, socialInfo, socialMedias, adornment, LEGAL_INFORMATION_TEXT, ICONS }: import('../types/layout/team-components/Footer').IFooter): import("react/jsx-runtime").JSX.Element;
152
+ ({ data: { links: { links }, }, payments, socialInfo, socialMedias, adornment, LEGAL_INFORMATION_TEXT, ICONS, className, hasFooterStamps }: import('../types/layout/team-components/Footer').IFooter): import("react/jsx-runtime").JSX.Element;
153
153
  displayName: string;
154
154
  };
155
155
  FooterSupport: ({ content, CONSTANTS }: import('../types/cms/ContentTypes/Footer').FooterProps) => import("react/jsx-runtime").JSX.Element;
@@ -211,7 +211,7 @@ export declare const layout: {
211
211
  template: {
212
212
  minicart: {
213
213
  Body: {
214
- ({ 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;
214
+ ({ 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;
215
215
  displayName: string;
216
216
  };
217
217
  Card: {
@@ -227,7 +227,7 @@ export declare const layout: {
227
227
  displayName: string;
228
228
  };
229
229
  Discount: {
230
- ({ children, className, ICONS, MINICART_CONFIG }: import('../types/layout/templates/MiniCart').DiscountProps): import("react/jsx-runtime").JSX.Element;
230
+ ({ children, ICONS, MINICART_CONFIG, Z_INDEX_WAR }: import('../types/layout/templates/MiniCart').DiscountProps): import("react/jsx-runtime").JSX.Element;
231
231
  displayName: string;
232
232
  };
233
233
  Field: {
@@ -255,9 +255,7 @@ export declare const layout: {
255
255
  displayName: string;
256
256
  };
257
257
  Totals: {
258
- ({ totalizers }: {
259
- totalizers: import('../types/data/api/checkout/order-form').OrderForm["totalizers"];
260
- }): import("react/jsx-runtime").JSX.Element;
258
+ (): import("react/jsx-runtime").JSX.Element;
261
259
  displayName: string;
262
260
  };
263
261
  };
@@ -299,7 +297,7 @@ export declare const layout: {
299
297
  displayName: string;
300
298
  };
301
299
  Products: {
302
- ({ 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, }: import('../types/layout/templates/PLP').ProductsProps): import("react/jsx-runtime").JSX.Element;
300
+ ({ 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;
303
301
  displayName: string;
304
302
  };
305
303
  };
@@ -332,6 +330,10 @@ export declare const layout: {
332
330
  };
333
331
  };
334
332
  LPCadastro: typeof LPCadastro;
333
+ SearchModal: {
334
+ ({ className, trends, CONSTANTS, cmsConfig }: import('../types/layout/templates/SearchModal').SearchModalProps): import("react/jsx-runtime").JSX.Element;
335
+ displayName: string;
336
+ };
335
337
  };
336
338
  utils: {
337
339
  EventCollector: ({ page, data }: import('react').PropsWithChildren & import('../types/data/events').CollectorProps) => null;
@@ -1,7 +1,7 @@
1
1
  import { IFooter } from '../../../types/layout/team-components/Footer';
2
2
 
3
3
  declare const Footer: {
4
- ({ data: { links: { links }, }, payments, socialInfo, socialMedias, adornment, LEGAL_INFORMATION_TEXT, ICONS }: IFooter): import("react/jsx-runtime").JSX.Element;
4
+ ({ data: { links: { links }, }, payments, socialInfo, socialMedias, adornment, LEGAL_INFORMATION_TEXT, ICONS, className, hasFooterStamps }: IFooter): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default Footer;
@@ -1,9 +1,8 @@
1
1
  import { StoreConfigType } from '../../../../types/constants';
2
2
 
3
3
  declare const HeaderMobileWrapper: {
4
- ({ storeConfig, SearchModal, }: {
4
+ ({ storeConfig, }: {
5
5
  storeConfig: StoreConfigType;
6
- SearchModal: React.ComponentType<any>;
7
6
  }): import("react/jsx-runtime").JSX.Element;
8
7
  displayName: string;
9
8
  };
@@ -1,7 +1,7 @@
1
1
  import { HeaderContainerProps } from '../../../types/layout/team-components/Header';
2
2
 
3
3
  declare const Header: {
4
- ({ tipBar, minicartStyleModifiers, menuV2, storeConfig, SearchModal, }: HeaderContainerProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ tipBar, minicartStyleModifiers, menuV2, storeConfig, className, }: HeaderContainerProps): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default Header;
@@ -1,7 +1,7 @@
1
1
  import { SizeSelectorProps } from '../../../../../types/layout/team-components/ProductCard/Selectors';
2
2
 
3
3
  declare const SizeSelector: {
4
- ({ callback, className, children, setNotify, ...props }: SizeSelectorProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ callback, className, children, setNotify, PLP_SIZE_ORDER, ...props }: SizeSelectorProps): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default SizeSelector;
@@ -28,7 +28,7 @@ declare const ProductCard: {
28
28
  displayName: string;
29
29
  };
30
30
  SizeSelector: {
31
- ({ callback, className, children, setNotify, ...props }: import('../../../types/layout/team-components/ProductCard/Selectors').SizeSelectorProps): import("react/jsx-runtime").JSX.Element;
31
+ ({ callback, className, children, setNotify, PLP_SIZE_ORDER, ...props }: import('../../../types/layout/team-components/ProductCard/Selectors').SizeSelectorProps): import("react/jsx-runtime").JSX.Element;
32
32
  displayName: string;
33
33
  };
34
34
  StyleSelector: {
@@ -1,4 +1,4 @@
1
1
  import { TeamTimerProps } from '../../../types/layout/team-components/Timer';
2
2
 
3
- declare const Timer: ({ dateEnd, dateInit, TIME_ZONE, ...props }: TeamTimerProps) => import("react/jsx-runtime").JSX.Element;
3
+ declare const Timer: ({ dateEnd, dateInit, type, TIME_ZONE, ...props }: TeamTimerProps) => import("react/jsx-runtime").JSX.Element;
4
4
  export default Timer;
@@ -1,7 +1,7 @@
1
1
  import { UserMenuProps } from '../../../types/layout/team-components/UserMenu';
2
2
 
3
3
  declare const UserMenu: {
4
- ({ children, isOpen, setIsOpen, target, storeConfig, }: UserMenuProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ children, isOpen, setIsOpen, desktopUserMenuTarget, mobileUserMenuTarget, storeConfig, }: UserMenuProps): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default UserMenu;
@@ -1,7 +1,7 @@
1
1
  import { SkuCardProps } from '../../../../../../types/layout/templates/MiniCart';
2
2
 
3
3
  declare const Sku: {
4
- ({ product, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER }: SkuCardProps): import("react/jsx-runtime").JSX.Element;
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;
@@ -30,7 +30,7 @@ declare const Card: {
30
30
  displayName: string;
31
31
  };
32
32
  Sku: {
33
- ({ product, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER }: import('../../../../../types/layout/templates/MiniCart').SkuCardProps): import("react/jsx-runtime").JSX.Element;
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: {
@@ -0,0 +1,7 @@
1
+ import { ModalBodyProps } from '../../../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const Body: {
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
+ displayName: string;
6
+ };
7
+ export default Body;
@@ -0,0 +1,9 @@
1
+ import { TIPBAR_CONFIGSType } from '../../../../../../../types/constants';
2
+
3
+ declare const CouponTag: {
4
+ ({ TIPBAR_CONFIGS }: {
5
+ TIPBAR_CONFIGS: TIPBAR_CONFIGSType;
6
+ }): import("react/jsx-runtime").JSX.Element | null;
7
+ displayName: string;
8
+ };
9
+ export default CouponTag;
@@ -0,0 +1 @@
1
+ export { default } from './CouponTag';
@@ -0,0 +1,9 @@
1
+ import { ICONSType } from '../../../../../../../types/constants';
2
+
3
+ declare const Promotion: {
4
+ ({ ICONS }: {
5
+ ICONS: ICONSType;
6
+ }): import("react/jsx-runtime").JSX.Element | null;
7
+ displayName: string;
8
+ };
9
+ export default Promotion;
@@ -0,0 +1,5 @@
1
+ import { CartPromotionRules } from '../../../../../../../types/contexts/store/cart';
2
+
3
+ export declare const barPercentage: (value: number) => number;
4
+ export declare const formatCurrencyPromotion: (value: number) => string;
5
+ export declare const getPromotionTitle: (rules: CartPromotionRules, titleCMS: string) => string;
@@ -0,0 +1 @@
1
+ export { default } from './Promotion';
@@ -0,0 +1 @@
1
+ export { default } from './Body';
@@ -1,7 +1,7 @@
1
1
  import { DiscountProps } from '../../../../../../../types/layout/templates/MiniCart';
2
2
 
3
3
  declare const Discount: {
4
- ({ children, className, ICONS, MINICART_CONFIG }: DiscountProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ children, ICONS, MINICART_CONFIG, Z_INDEX_WAR }: DiscountProps): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default Discount;
@@ -1,9 +1,5 @@
1
- import { OrderForm } from '../../../../../../../types/data/api/checkout/order-form';
2
-
3
1
  declare const Totals: {
4
- ({ totalizers }: {
5
- totalizers: OrderForm["totalizers"];
6
- }): import("react/jsx-runtime").JSX.Element;
2
+ (): import("react/jsx-runtime").JSX.Element;
7
3
  displayName: string;
8
4
  };
9
5
  export default Totals;
@@ -1,7 +1,7 @@
1
1
  import { NotificationsProps } from '../../../../../types/layout/templates/MiniCart';
2
2
 
3
3
  declare const Notifications: {
4
- ({ ICONS }: NotificationsProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ ICONS }: NotificationsProps): import("react/jsx-runtime").JSX.Element | null;
5
5
  displayName: string;
6
6
  };
7
7
  export default Notifications;
@@ -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, 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,6 +1,6 @@
1
1
  declare const MiniCart: {
2
2
  Body: {
3
- ({ 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;
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: {
@@ -16,7 +16,7 @@ declare const MiniCart: {
16
16
  displayName: string;
17
17
  };
18
18
  Discount: {
19
- ({ children, className, ICONS, MINICART_CONFIG }: import('../../../types/layout/templates/MiniCart').DiscountProps): import("react/jsx-runtime").JSX.Element;
19
+ ({ children, ICONS, MINICART_CONFIG, Z_INDEX_WAR }: import('../../../types/layout/templates/MiniCart').DiscountProps): import("react/jsx-runtime").JSX.Element;
20
20
  displayName: string;
21
21
  };
22
22
  Field: {
@@ -44,9 +44,7 @@ declare const MiniCart: {
44
44
  displayName: string;
45
45
  };
46
46
  Totals: {
47
- ({ totalizers }: {
48
- totalizers: import('../../../types/data/api/checkout/order-form').OrderForm["totalizers"];
49
- }): import("react/jsx-runtime").JSX.Element;
47
+ (): import("react/jsx-runtime").JSX.Element;
50
48
  displayName: string;
51
49
  };
52
50
  };
@@ -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, 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;
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, 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;
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 { PDPActionsProps } from '../../../../../../../types/layout/templates/PDP';
2
2
 
3
- declare const PDPActions: ({ showWishlist, callBack, addToCartBtnSize, BUY_BUTTON_LABELS, ICONS, Z_INDEX_WAR }: PDPActionsProps) => import("react/jsx-runtime").JSX.Element;
3
+ declare const PDPActions: ({ showWishlist, callBack, addToCartBtnSize, BUY_BUTTON_LABELS, ICONS, TIME_ZONE, Z_INDEX_WAR }: PDPActionsProps) => import("react/jsx-runtime").JSX.Element;
4
4
  export default PDPActions;
@@ -1,4 +1,4 @@
1
1
  import { BottomNavigationProps } from '../../../../../../../types/layout/templates/PDP';
2
2
 
3
- declare const BottomNavigation: ({ addToCartBtnSize, BUY_BUTTON_LABELS, Z_INDEX_WAR }: BottomNavigationProps) => import("react/jsx-runtime").JSX.Element | null;
3
+ declare const BottomNavigation: ({ addToCartBtnSize, BUY_BUTTON_LABELS, TIME_ZONE, Z_INDEX_WAR }: BottomNavigationProps) => import("react/jsx-runtime").JSX.Element | null;
4
4
  export default BottomNavigation;
@@ -0,0 +1,9 @@
1
+ import { TIME_ZONEType } from '../../../../../../../types/constants';
2
+
3
+ declare const GoldenTag: {
4
+ ({ TIME_ZONE }: {
5
+ TIME_ZONE: TIME_ZONEType;
6
+ }): import("react/jsx-runtime").JSX.Element | null;
7
+ displayName: string;
8
+ };
9
+ export default GoldenTag;
@@ -16,5 +16,6 @@ import { default as Sizes } from './Composite/Info/MainContent/Sizes';
16
16
  import { default as SubSectionWrapper } from './Composite/Info/MainContent/SubSectionWrapper';
17
17
  import { containers } from './Composite/Containers';
18
18
  import { default as Divider } from './Composite/Info/Divider';
19
+ import { default as GoldenTag } from './Composite/Info/MainContent/Header/GoldenTag';
19
20
 
20
- export { AccessibilityInfo, Actions, BreadCrumb, Credits, DescriptionsTabs, Divider, Freight, Gallery, Header, Links, MainContent, MainInfo, Price, ProductMeasurements, SimilarsItems, Sizes, SubSectionWrapper, containers };
21
+ export { AccessibilityInfo, Actions, BreadCrumb, Credits, DescriptionsTabs, Divider, Freight, Gallery, GoldenTag, Header, Links, MainContent, MainInfo, Price, ProductMeasurements, SimilarsItems, Sizes, SubSectionWrapper, containers };
@@ -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, TOGGLE_STYLE_MODIFIER, Z_INDEX_WAR }: BodyProps) => import("react/jsx-runtime").JSX.Element;
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;
@@ -0,0 +1,7 @@
1
+ import { SearchModalAutoCompleteProps } from '../../../../types/layout/templates/SearchModal';
2
+
3
+ declare const AutoComplete: {
4
+ ({ placeholder, noResultsTitle, noResultsLabel, noResultsTermText, handleClose, setTerm, ICONS, ITEMS_DEFAULT_SORT, ITEMS_PER_PAGE, SEARCH_MODAL, }: SearchModalAutoCompleteProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default AutoComplete;
@@ -0,0 +1,3 @@
1
+ import { SearchModalHeaderProps } from '../../../../types/layout/templates/SearchModal';
2
+
3
+ export default function Header({ title, ICONS }: SearchModalHeaderProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { SearchContentProps } from '../../../../types/cms/ContentTypes/Search';
2
+
3
+ export default function Recommendations(cmsConfig: SearchContentProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ import { TrendsModalProps } from '../../../../types/layout/templates/SearchModal';
2
+
3
+ declare const Trends: ({ title, allTermsLabel, allTermsUrl, qtyTrends, handleClose, ICONS, ITEMS_PER_PAGE }: TrendsModalProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Trends;
@@ -0,0 +1,7 @@
1
+ import { SearchModalProps } from '../../../types/layout/templates/SearchModal/index';
2
+
3
+ declare const SearchModal: {
4
+ ({ className, trends, CONSTANTS, cmsConfig }: SearchModalProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SearchModal;
@@ -0,0 +1,3 @@
1
+ import { AppRouterInstance } from 'next/dist/shared/lib/app-router-context.shared-runtime';
2
+
3
+ export declare const navigateToSearchPage: (router: AppRouterInstance, query?: string, count?: number, page?: number, sort?: string) => void;
@@ -0,0 +1 @@
1
+ export { default } from './SearchModal';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soma-vertical-web/multi-lib",
3
- "version": "0.0.74",
3
+ "version": "1.0.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {