@soma-vertical-web/multi-lib-sacurai 0.0.1

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 (683) hide show
  1. package/cms/ContentTypes/Cart/index.d.ts +3 -0
  2. package/cms/ContentTypes/CommonPage/CommonPage.d.ts +3 -0
  3. package/cms/ContentTypes/CommonPage/DataScreening.d.ts +6 -0
  4. package/cms/ContentTypes/FlagsAndTags/index.d.ts +3 -0
  5. package/cms/ContentTypes/Footer/Footer.d.ts +3 -0
  6. package/cms/ContentTypes/Header/index.d.ts +3 -0
  7. package/cms/ContentTypes/HelpButton/FormatHelpButtonContent.d.ts +13 -0
  8. package/cms/ContentTypes/HelpButton/HelpButtonContent.d.ts +3 -0
  9. package/cms/ContentTypes/LPCadastro/LPCadastroContent.d.ts +4 -0
  10. package/cms/ContentTypes/PDP/PDPContent.d.ts +3 -0
  11. package/cms/ContentTypes/PLP/PLPContent.d.ts +3 -0
  12. package/cms/ContentTypes/PLP/Redirects/Redirects.d.ts +32 -0
  13. package/cms/ContentTypes/Search/SearchContent.d.ts +3 -0
  14. package/cms/ContentTypes/Search/SearchPageContent.d.ts +3 -0
  15. package/cms/ContentTypes/Search/SearchPageScreening.d.ts +3 -0
  16. package/cms/ContentTypes/Tipbar/Tipbar.d.ts +3 -0
  17. package/cms/ContentTypes/Tipbar/TipbarScreening.d.ts +3 -0
  18. package/cms/Factories/common.d.ts +7 -0
  19. package/cms/Factories/contentType.d.ts +9 -0
  20. package/cms/Factories/index.d.ts +2 -0
  21. package/cms/Factories/section.d.ts +7 -0
  22. package/cms/Sections/Banner/Component.d.ts +7 -0
  23. package/cms/Sections/Banner/Composite/Content.d.ts +4 -0
  24. package/cms/Sections/Banner/adapter.d.ts +32 -0
  25. package/cms/Sections/Banner/index.d.ts +8 -0
  26. package/cms/Sections/BannerCarousel/BannerCarousel.d.ts +3 -0
  27. package/cms/Sections/BannerCarousel/Composite/Controllers.d.ts +3 -0
  28. package/cms/Sections/BannerCarousel/index.d.ts +8 -0
  29. package/cms/Sections/BennefitsBar/Component.d.ts +3 -0
  30. package/cms/Sections/BennefitsBar/index.d.ts +8 -0
  31. package/cms/Sections/EmbedLive/Component.d.ts +4 -0
  32. package/cms/Sections/ErrorBoundary/index.d.ts +18 -0
  33. package/cms/Sections/ImageGrid/Component.d.ts +3 -0
  34. package/cms/Sections/Newsletter/Component.d.ts +3 -0
  35. package/cms/Sections/PopupModal/Component.d.ts +4 -0
  36. package/cms/Sections/PopupModal/Composite/FormSection.d.ts +4 -0
  37. package/cms/Sections/PopupModal/Composite/Success.d.ts +4 -0
  38. package/cms/Sections/ProductCarousel/Composite/CommonShelf.d.ts +4 -0
  39. package/cms/Sections/ProductCarousel/Composite/RecommendationShelf.d.ts +4 -0
  40. package/cms/Sections/ProductCarousel/ProductCarousel.d.ts +4 -0
  41. package/cms/Sections/ProductCarousel/request.d.ts +24 -0
  42. package/cms/Sections/SectionZone.d.ts +5 -0
  43. package/cms/Sections/TextAccordion/Component.d.ts +3 -0
  44. package/cms/Sections/TextContent/Component.d.ts +3 -0
  45. package/cms/Sections/TextContent/Composite/Content.d.ts +6 -0
  46. package/cms/Sections/TextContent/Composite/ContentWrapper.d.ts +3 -0
  47. package/cms/Sections/TextContent/adapter.d.ts +3 -0
  48. package/cms/Sections/TextContent/index.d.ts +5 -0
  49. package/cms/Sections/_common/Accordion.d.ts +2 -0
  50. package/cms/Sections/_common/BannerItem.d.ts +5 -0
  51. package/cms/Sections/_common/TextStructure.d.ts +17 -0
  52. package/cms/Sections/_common/interfaces.d.ts +8 -0
  53. package/cms/helpers/index.d.ts +11 -0
  54. package/cms/index.d.ts +27 -0
  55. package/cms/server.d.ts +45 -0
  56. package/constants.d.ts +49 -0
  57. package/contexts/contexts/GlobalContext.d.ts +12 -0
  58. package/contexts/contexts/NextContext.d.ts +14 -0
  59. package/contexts/contexts/Session.d.ts +5 -0
  60. package/contexts/contexts/cart/AddToCart.d.ts +6 -0
  61. package/contexts/contexts/cart/Context.d.ts +6 -0
  62. package/contexts/contexts/cart/MiniCartData.d.ts +7 -0
  63. package/contexts/contexts/cart/UIContext.d.ts +6 -0
  64. package/contexts/contexts/cms/FlagsAndTagsContext.d.ts +27 -0
  65. package/contexts/contexts/cms/PDPContentContext.d.ts +6 -0
  66. package/contexts/contexts/cms/PLPContentContext.d.ts +4 -0
  67. package/contexts/contexts/events/EventContext.d.ts +6 -0
  68. package/contexts/contexts/header/HeaderCategoryContext.d.ts +7 -0
  69. package/contexts/contexts/header/HeaderContext.d.ts +6 -0
  70. package/contexts/contexts/header/MenuMobileContext.d.ts +7 -0
  71. package/contexts/contexts/header/TipBarContext.d.ts +6 -0
  72. package/contexts/contexts/header/UserMenuContext.d.ts +6 -0
  73. package/contexts/contexts/newsletter/Context.d.ts +6 -0
  74. package/contexts/contexts/pdp/PDPContext.d.ts +6 -0
  75. package/contexts/contexts/pdp/PDPDataContext.d.ts +4 -0
  76. package/contexts/contexts/plp/FilterContext.d.ts +6 -0
  77. package/contexts/contexts/plp/PLPConstants.d.ts +6 -0
  78. package/contexts/contexts/plp/PLPContext.d.ts +6 -0
  79. package/contexts/contexts/plp/PLPInfiniteContext.tsx.d.ts +6 -0
  80. package/contexts/contexts/plp/PLPNavigationContext.d.ts +6 -0
  81. package/contexts/contexts/product-card/ProductCardContext.d.ts +6 -0
  82. package/contexts/contexts/search/Constants.d.ts +6 -0
  83. package/contexts/contexts/search/Facets.d.ts +5 -0
  84. package/contexts/contexts/search/Products.d.ts +5 -0
  85. package/contexts/contexts/search/Root.d.ts +5 -0
  86. package/contexts/contexts/search/Search.d.ts +5 -0
  87. package/contexts/contexts/search/SuggestedTerms.d.ts +5 -0
  88. package/contexts/contexts/search/TopSearches.d.ts +6 -0
  89. package/contexts/hooks/useBackPDC.d.ts +3 -0
  90. package/contexts/hooks/useClipboard.d.ts +4 -0
  91. package/contexts/hooks/useDisableZoom.d.ts +1 -0
  92. package/contexts/hooks/useLocalStorage.d.ts +1 -0
  93. package/contexts/hooks/useMediator.d.ts +1 -0
  94. package/contexts/hooks/useOnClickOutside.d.ts +3 -0
  95. package/contexts/hooks/useOnScreen.d.ts +4 -0
  96. package/contexts/hooks/useOperations.d.ts +19 -0
  97. package/contexts/hooks/useScrollRestoration.d.ts +3 -0
  98. package/contexts/hooks/useScrollRestorationInfinite.d.ts +4 -0
  99. package/contexts/hooks/useSentinel.d.ts +11 -0
  100. package/contexts/hooks/useTouchZoomPan.d.ts +8 -0
  101. package/contexts/index.d.ts +159 -0
  102. package/contexts/store/cart.d.ts +11 -0
  103. package/contexts/store/header.d.ts +24 -0
  104. package/contexts/store/helpers.d.ts +3 -0
  105. package/contexts/store/pdp.d.ts +28 -0
  106. package/contexts/store/plp.d.ts +3 -0
  107. package/contexts/store/wishlist.d.ts +12 -0
  108. package/data/api/DitoIngest/sendDitoEvent.d.ts +3 -0
  109. package/data/api/catalog/index.d.ts +2 -0
  110. package/data/api/catalog/kit/index.d.ts +11 -0
  111. package/data/api/catalog/product/info/index.d.ts +10 -0
  112. package/data/api/catalog/product/similars/index.d.ts +3 -0
  113. package/data/api/checkout/address/index.d.ts +21 -0
  114. package/data/api/checkout/index.d.ts +4 -0
  115. package/data/api/checkout/order-form/attachments/index.d.ts +17 -0
  116. package/data/api/checkout/order-form/attachments/marketing-data/index.d.ts +21 -0
  117. package/data/api/checkout/order-form/attachments/open-text-field/index.d.ts +18 -0
  118. package/data/api/checkout/order-form/coupon/index.d.ts +15 -0
  119. package/data/api/checkout/order-form/custom-data/index.d.ts +17 -0
  120. package/data/api/checkout/order-form/index.d.ts +15 -0
  121. package/data/api/checkout/order-form/items/index.d.ts +23 -0
  122. package/data/api/checkout/order-form/items/remove-all/index.d.ts +13 -0
  123. package/data/api/checkout/order-form/items/update/index.d.ts +25 -0
  124. package/data/api/checkout/order-form/messages/remove-all/index.d.ts +13 -0
  125. package/data/api/checkout/order-form/offerings/index.d.ts +19 -0
  126. package/data/api/checkout/order-form/orderform/index.d.ts +14 -0
  127. package/data/api/checkout/order-form/profile/index.d.ts +25 -0
  128. package/data/api/checkout/order-form/seller-code/index.d.ts +13 -0
  129. package/data/api/checkout/order-form/shipping/index.d.ts +17 -0
  130. package/data/api/checkout/order-form/shipping/update/index.d.ts +36 -0
  131. package/data/api/checkout/region/index.d.ts +33 -0
  132. package/data/api/checkout/simulation/index.d.ts +30 -0
  133. package/data/api/cms/content-type/index.d.ts +3 -0
  134. package/data/api/cms/index.d.ts +12 -0
  135. package/data/api/fetchVtex.d.ts +5 -0
  136. package/data/api/master-data/index.d.ts +3 -0
  137. package/data/api/master-data/masterdata/index.d.ts +26 -0
  138. package/data/api/master-data/search/index.d.ts +61 -0
  139. package/data/api/master-data/update/index.d.ts +29 -0
  140. package/data/api/search/autoCompleteSuggestions/index.d.ts +11 -0
  141. package/data/api/search/crosseling/index.d.ts +91 -0
  142. package/data/api/search/facets/index.d.ts +4 -0
  143. package/data/api/search/index.d.ts +6 -0
  144. package/data/api/search/product/index.d.ts +3 -0
  145. package/data/api/search/searchFetch.d.ts +3 -0
  146. package/data/api/search/suggestedTerms/index.d.ts +12 -0
  147. package/data/api/search/topSearch/index.d.ts +3 -0
  148. package/data/api/wishlist/products/index.d.ts +3 -0
  149. package/data/helpers/cart/index.d.ts +247 -0
  150. package/data/helpers/catalog/index.d.ts +38 -0
  151. package/data/helpers/cms/index.d.ts +10 -0
  152. package/data/helpers/events/index.d.ts +29 -0
  153. package/data/helpers/plp/index.d.ts +85 -0
  154. package/data/helpers/product/generalInfo.d.ts +19 -0
  155. package/data/helpers/product/image.d.ts +17 -0
  156. package/data/helpers/product/index.d.ts +7 -0
  157. package/data/helpers/product/orderSizes.d.ts +3 -0
  158. package/data/helpers/product/price.d.ts +5 -0
  159. package/data/helpers/product/skuInfos.d.ts +21 -0
  160. package/data/helpers/product/thumb.d.ts +3 -0
  161. package/data/helpers/search/facets.d.ts +48 -0
  162. package/data/helpers/search/index.d.ts +12 -0
  163. package/data/helpers/search/product/index.d.ts +279 -0
  164. package/data/helpers/search/product/utils/canonical.d.ts +1 -0
  165. package/data/helpers/search/product/utils/enhanceSku.d.ts +9 -0
  166. package/data/helpers/search/product/utils/images.d.ts +7 -0
  167. package/data/helpers/search/product/utils/productStock.d.ts +7 -0
  168. package/data/helpers/search/product/utils/propertyValue.d.ts +20 -0
  169. package/data/helpers/search/product/utils/sanitizeHtml.d.ts +18 -0
  170. package/data/helpers/search/product/utils/sku.d.ts +5 -0
  171. package/data/helpers/search/product/utils/slugify.d.ts +1 -0
  172. package/data/helpers/search/root.d.ts +11 -0
  173. package/data/helpers/search/search.d.ts +9 -0
  174. package/data/helpers/utils/cms.d.ts +4 -0
  175. package/data/helpers/utils/cookies.d.ts +2 -0
  176. package/data/helpers/utils/debounce.d.ts +1 -0
  177. package/data/helpers/utils/generateSlug.d.ts +1 -0
  178. package/data/helpers/utils/getAltTextFromUrl.d.ts +1 -0
  179. package/data/helpers/utils/getAuthenticatedUser.d.ts +4 -0
  180. package/data/helpers/utils/index.d.ts +8 -0
  181. package/data/helpers/utils/inputValidation.d.ts +7 -0
  182. package/data/helpers/utils/stringToSHA1.d.ts +1 -0
  183. package/data/helpers/utils/throttle.d.ts +1 -0
  184. package/data/helpers/utils/timer.d.ts +2 -0
  185. package/data/index.d.ts +14 -0
  186. package/index-BNgFxeJv.js +4 -0
  187. package/index-CTiZEtIS.mjs +1906 -0
  188. package/index-D_ZsOrBB.mjs +1924 -0
  189. package/index-DlymQH4i.js +4 -0
  190. package/index.d.ts +5 -0
  191. package/index.js +58 -0
  192. package/index.mjs +20192 -0
  193. package/index2.js +1 -0
  194. package/index2.mjs +1729 -0
  195. package/layout/index.d.ts +349 -0
  196. package/layout/team-component/AddToCart/AddToCart.d.ts +37 -0
  197. package/layout/team-component/AddToCart/Composite/Card/Card.d.ts +7 -0
  198. package/layout/team-component/AddToCart/Composite/Card/Content.d.ts +7 -0
  199. package/layout/team-component/AddToCart/Composite/Card/Media.d.ts +7 -0
  200. package/layout/team-component/AddToCart/Composite/Card/Name.d.ts +7 -0
  201. package/layout/team-component/AddToCart/Composite/Card/PriceQuantity.d.ts +7 -0
  202. package/layout/team-component/AddToCart/Composite/Card/StyleSize.d.ts +7 -0
  203. package/layout/team-component/AddToCart/Composite/Layout/Content.d.ts +9 -0
  204. package/layout/team-component/AddToCart/Composite/Layout/Footer.d.ts +9 -0
  205. package/layout/team-component/AddToCart/Composite/Layout/Items.d.ts +9 -0
  206. package/layout/team-component/AddToCart/Composite/Modal.d.ts +7 -0
  207. package/layout/team-component/AddToCart/Composite/Root.d.ts +7 -0
  208. package/layout/team-component/AddToCart/Composite/Tooltip.d.ts +7 -0
  209. package/layout/team-component/AddToCart/helpers.d.ts +5 -0
  210. package/layout/team-component/AddToCart/index.d.ts +7 -0
  211. package/layout/team-component/BackToTop/BackToTop.d.ts +4 -0
  212. package/layout/team-component/BackToTop/index.d.ts +1 -0
  213. package/layout/team-component/BuyPackage/BuyPackage.d.ts +4 -0
  214. package/layout/team-component/BuyPackage/Composite/GroupCart.d.ts +4 -0
  215. package/layout/team-component/BuyPackage/Composite/Header.d.ts +4 -0
  216. package/layout/team-component/BuyPackage/helpers.d.ts +5 -0
  217. package/layout/team-component/BuyPackage/index.d.ts +1 -0
  218. package/layout/team-component/Filter/Composite/Content.d.ts +7 -0
  219. package/layout/team-component/Filter/Composite/Empty.d.ts +7 -0
  220. package/layout/team-component/Filter/Composite/Item/Colors.d.ts +7 -0
  221. package/layout/team-component/Filter/Composite/Item/Price/Label.d.ts +7 -0
  222. package/layout/team-component/Filter/Composite/Item/Price/Price.d.ts +7 -0
  223. package/layout/team-component/Filter/Composite/Item/Price/index.d.ts +1 -0
  224. package/layout/team-component/Filter/Composite/Item/Sizes.d.ts +7 -0
  225. package/layout/team-component/Filter/Composite/Item/Toggle.d.ts +7 -0
  226. package/layout/team-component/Filter/Composite/Item/index.d.ts +7 -0
  227. package/layout/team-component/Filter/Composite/Loading.d.ts +7 -0
  228. package/layout/team-component/Filter/Composite/Modal.d.ts +7 -0
  229. package/layout/team-component/Filter/Composite/Root.d.ts +7 -0
  230. package/layout/team-component/Filter/Composite/Selected.d.ts +7 -0
  231. package/layout/team-component/Filter/Filter.d.ts +47 -0
  232. package/layout/team-component/Filter/helpers.d.ts +8 -0
  233. package/layout/team-component/Filter/index.d.ts +2 -0
  234. package/layout/team-component/Footer/Composite/Devices/Column.Desktop.d.ts +4 -0
  235. package/layout/team-component/Footer/Composite/Devices/Column.Mobile.d.ts +4 -0
  236. package/layout/team-component/Footer/Composite/Devices/Index.d.ts +4 -0
  237. package/layout/team-component/Footer/Composite/Item.d.ts +4 -0
  238. package/layout/team-component/Footer/Composite/LegalInformation.d.ts +4 -0
  239. package/layout/team-component/Footer/Composite/OtherCollection.d.ts +5 -0
  240. package/layout/team-component/Footer/Composite/Stamps.d.ts +5 -0
  241. package/layout/team-component/Footer/Composite/Support/index.d.ts +3 -0
  242. package/layout/team-component/Footer/Composite/Support/item.d.ts +3 -0
  243. package/layout/team-component/Footer/Composite/Wrapper.d.ts +7 -0
  244. package/layout/team-component/Footer/Footer.d.ts +7 -0
  245. package/layout/team-component/Footer/index.d.ts +4 -0
  246. package/layout/team-component/Form/Composite/Content.d.ts +4 -0
  247. package/layout/team-component/Form/Composite/FieldGroup.d.ts +7 -0
  248. package/layout/team-component/Form/Composite/FieldWrapper.d.ts +7 -0
  249. package/layout/team-component/Form/Composite/FormError.d.ts +4 -0
  250. package/layout/team-component/Form/Composite/Success.d.ts +4 -0
  251. package/layout/team-component/Form/Composite/index.d.ts +4 -0
  252. package/layout/team-component/Form/Form.d.ts +11 -0
  253. package/layout/team-component/Form/FormContext.d.ts +5 -0
  254. package/layout/team-component/Form/index.d.ts +1 -0
  255. package/layout/team-component/FreightCalculation/Composite/Freight/DeliveryInfo.d.ts +4 -0
  256. package/layout/team-component/FreightCalculation/Composite/Freight/Option.d.ts +4 -0
  257. package/layout/team-component/FreightCalculation/Composite/Freight/OptionContainer.d.ts +4 -0
  258. package/layout/team-component/FreightCalculation/Composite/Freight/OptionGrid.d.ts +4 -0
  259. package/layout/team-component/FreightCalculation/Composite/PostalCode/Container.d.ts +4 -0
  260. package/layout/team-component/FreightCalculation/Composite/PostalCode/DeliveryInfoBar.d.ts +4 -0
  261. package/layout/team-component/FreightCalculation/Composite/PostalCode/Input.d.ts +4 -0
  262. package/layout/team-component/FreightCalculation/Composite/ShippingFreight.d.ts +4 -0
  263. package/layout/team-component/FreightCalculation/Composite/ShippingFreightContainer.d.ts +4 -0
  264. package/layout/team-component/FreightCalculation/Composite/Tooltip.d.ts +7 -0
  265. package/layout/team-component/FreightCalculation/FreightCalculation.d.ts +4 -0
  266. package/layout/team-component/FreightCalculation/helpers.d.ts +4 -0
  267. package/layout/team-component/FreightCalculation/index.d.ts +1 -0
  268. package/layout/team-component/Header/Composite/Bag.d.ts +7 -0
  269. package/layout/team-component/Header/Composite/Categories.d.ts +5 -0
  270. package/layout/team-component/Header/Composite/HeaderDesktopWrapper.d.ts +9 -0
  271. package/layout/team-component/Header/Composite/HeaderMobileWrapper.d.ts +9 -0
  272. package/layout/team-component/Header/Composite/SearchButton.d.ts +2 -0
  273. package/layout/team-component/Header/Composite/SubMenu.d.ts +5 -0
  274. package/layout/team-component/Header/Composite/WishList.d.ts +5 -0
  275. package/layout/team-component/Header/index.d.ts +7 -0
  276. package/layout/team-component/HelpButton/Composite/Body.d.ts +4 -0
  277. package/layout/team-component/HelpButton/Composite/CallToAction.d.ts +7 -0
  278. package/layout/team-component/HelpButton/Composite/Wrapper.d.ts +4 -0
  279. package/layout/team-component/HelpButton/HelpButton.d.ts +4 -0
  280. package/layout/team-component/HelpButton/index.d.ts +1 -0
  281. package/layout/team-component/ImageZoom/Composite/ButtonClose.d.ts +4 -0
  282. package/layout/team-component/ImageZoom/Composite/Common/BlurImage.d.ts +3 -0
  283. package/layout/team-component/ImageZoom/Composite/Desktop/ImageDesktop.d.ts +5 -0
  284. package/layout/team-component/ImageZoom/Composite/Desktop/ImagesThumbs.d.ts +5 -0
  285. package/layout/team-component/ImageZoom/Composite/Desktop/WrapperDesktop.d.ts +4 -0
  286. package/layout/team-component/ImageZoom/Composite/Mobile/Carousel.d.ts +7 -0
  287. package/layout/team-component/ImageZoom/Composite/Mobile/ImageMobile.d.ts +7 -0
  288. package/layout/team-component/ImageZoom/Composite/Mobile/ImageZoom.d.ts +7 -0
  289. package/layout/team-component/ImageZoom/Composite/Mobile/WrapperMobile.d.ts +4 -0
  290. package/layout/team-component/ImageZoom/Composite/Mobile/ZoomPopup.d.ts +7 -0
  291. package/layout/team-component/ImageZoom/ImageZoom.d.ts +7 -0
  292. package/layout/team-component/ImageZoom/index.d.ts +1 -0
  293. package/layout/team-component/Link/Link.d.ts +4 -0
  294. package/layout/team-component/Link/index.d.ts +1 -0
  295. package/layout/team-component/Link/interfaces.d.ts +17 -0
  296. package/layout/team-component/Media/Image.d.ts +4 -0
  297. package/layout/team-component/Media/Video.d.ts +4 -0
  298. package/layout/team-component/Media/index.d.ts +5 -0
  299. package/layout/team-component/Menu/Composite/Common/Thumbnail.d.ts +7 -0
  300. package/layout/team-component/Menu/Composite/Desktop/Categories.d.ts +7 -0
  301. package/layout/team-component/Menu/Composite/Desktop/MenuRoot.d.ts +7 -0
  302. package/layout/team-component/Menu/Composite/Desktop/SubCategories/SubCategories.d.ts +7 -0
  303. package/layout/team-component/Menu/Composite/Mobile/Body/Body.d.ts +7 -0
  304. package/layout/team-component/Menu/Composite/Mobile/Body/Category/Banner.d.ts +7 -0
  305. package/layout/team-component/Menu/Composite/Mobile/Body/Category/Category.d.ts +7 -0
  306. package/layout/team-component/Menu/Composite/Mobile/Body/Category/List.d.ts +7 -0
  307. package/layout/team-component/Menu/Composite/Mobile/Body/Category/SubCategory.d.ts +7 -0
  308. package/layout/team-component/Menu/Composite/Mobile/Body/Category/Title.d.ts +7 -0
  309. package/layout/team-component/Menu/Composite/Mobile/Body/Category/index.d.ts +22 -0
  310. package/layout/team-component/Menu/Composite/Mobile/Header/Header.d.ts +5 -0
  311. package/layout/team-component/Menu/Composite/Mobile/MenuRoot.d.ts +4 -0
  312. package/layout/team-component/Menu/Composite/Mobile/Navigation/Bar.d.ts +5 -0
  313. package/layout/team-component/Menu/Composite/Mobile/Navigation/BarItem.d.ts +7 -0
  314. package/layout/team-component/Menu/MenuDesktop.d.ts +15 -0
  315. package/layout/team-component/Menu/MenuMobile.d.ts +18 -0
  316. package/layout/team-component/Newsletter/Composite/Form.d.ts +7 -0
  317. package/layout/team-component/Newsletter/Composite/FormFields.d.ts +7 -0
  318. package/layout/team-component/Newsletter/Composite/Input.d.ts +7 -0
  319. package/layout/team-component/Newsletter/Composite/SubmitButton.d.ts +8 -0
  320. package/layout/team-component/Newsletter/Composite/Success.d.ts +10 -0
  321. package/layout/team-component/Newsletter/Composite/Terms.d.ts +7 -0
  322. package/layout/team-component/Newsletter/helpers.d.ts +21 -0
  323. package/layout/team-component/Newsletter/index.d.ts +7 -0
  324. package/layout/team-component/Notify/Composite/Controls.d.ts +7 -0
  325. package/layout/team-component/Notify/Composite/Form.d.ts +7 -0
  326. package/layout/team-component/Notify/Composite/Loading.d.ts +7 -0
  327. package/layout/team-component/Notify/Composite/Selector.d.ts +7 -0
  328. package/layout/team-component/Notify/Composite/Status.d.ts +7 -0
  329. package/layout/team-component/Notify/helpers.d.ts +3 -0
  330. package/layout/team-component/Notify/index.d.ts +7 -0
  331. package/layout/team-component/PLPNavigation/Composite/BreadCrumb.d.ts +5 -0
  332. package/layout/team-component/PLPNavigation/Composite/Content.d.ts +7 -0
  333. package/layout/team-component/PLPNavigation/Composite/Filters.d.ts +5 -0
  334. package/layout/team-component/PLPNavigation/Composite/Root.d.ts +7 -0
  335. package/layout/team-component/PLPNavigation/Composite/Selected/Item.d.ts +7 -0
  336. package/layout/team-component/PLPNavigation/Composite/Selected/Selected.d.ts +7 -0
  337. package/layout/team-component/PLPNavigation/Composite/Selected/index.d.ts +1 -0
  338. package/layout/team-component/PLPNavigation/Composite/Selected/interfaces.d.ts +10 -0
  339. package/layout/team-component/PLPNavigation/Composite/Total.d.ts +5 -0
  340. package/layout/team-component/PLPNavigation/PLPNavigation.d.ts +31 -0
  341. package/layout/team-component/PLPNavigation/index.d.ts +1 -0
  342. package/layout/team-component/ProductCard/Composite/Actions/Actions.d.ts +7 -0
  343. package/layout/team-component/ProductCard/Composite/Actions/BuyButton.d.ts +7 -0
  344. package/layout/team-component/ProductCard/Composite/Actions/Header.d.ts +7 -0
  345. package/layout/team-component/ProductCard/Composite/Media/Media.d.ts +7 -0
  346. package/layout/team-component/ProductCard/Composite/Media/Video.d.ts +7 -0
  347. package/layout/team-component/ProductCard/Composite/OutStock.d.ts +7 -0
  348. package/layout/team-component/ProductCard/Composite/Price.d.ts +7 -0
  349. package/layout/team-component/ProductCard/Composite/Root.d.ts +7 -0
  350. package/layout/team-component/ProductCard/Composite/Selectors/SizeSelector/Item.d.ts +7 -0
  351. package/layout/team-component/ProductCard/Composite/Selectors/SizeSelector/SkuItem.d.ts +7 -0
  352. package/layout/team-component/ProductCard/Composite/Selectors/SizeSelector.d.ts +7 -0
  353. package/layout/team-component/ProductCard/Composite/Selectors/StyleSelector.d.ts +7 -0
  354. package/layout/team-component/ProductCard/Composite/Title.d.ts +7 -0
  355. package/layout/team-component/ProductCard/Composite/Wrapper.d.ts +7 -0
  356. package/layout/team-component/ProductCard/ProductCard.d.ts +51 -0
  357. package/layout/team-component/ProductCard/index.d.ts +1 -0
  358. package/layout/team-component/ProductList/Composite/Banner.d.ts +7 -0
  359. package/layout/team-component/ProductList/Composite/Card/Actions.d.ts +7 -0
  360. package/layout/team-component/ProductList/Composite/Card/Card.d.ts +7 -0
  361. package/layout/team-component/ProductList/Composite/Card/index.d.ts +1 -0
  362. package/layout/team-component/ProductList/Composite/Root.d.ts +7 -0
  363. package/layout/team-component/ProductList/ProductList.d.ts +17 -0
  364. package/layout/team-component/ProductList/helpers.d.ts +13 -0
  365. package/layout/team-component/ProductList/index.d.ts +2 -0
  366. package/layout/team-component/ProductVariationList/Composite/List.d.ts +7 -0
  367. package/layout/team-component/ProductVariationList/Composite/Option.d.ts +7 -0
  368. package/layout/team-component/ProductVariationList/Composite/Root.d.ts +7 -0
  369. package/layout/team-component/ProductVariationList/Composite/Title.d.ts +7 -0
  370. package/layout/team-component/ProductVariationList/ProductVariationList.d.ts +19 -0
  371. package/layout/team-component/ProductVariationList/index.d.ts +1 -0
  372. package/layout/team-component/Sort/Composite/Button.d.ts +4 -0
  373. package/layout/team-component/Sort/Composite/Item.d.ts +4 -0
  374. package/layout/team-component/Sort/Composite/List.d.ts +4 -0
  375. package/layout/team-component/Sort/Composite/ListWrapper.d.ts +4 -0
  376. package/layout/team-component/Sort/Composite/Root.d.ts +4 -0
  377. package/layout/team-component/Sort/Sort.d.ts +7 -0
  378. package/layout/team-component/Sort/index.d.ts +1 -0
  379. package/layout/team-component/Table/Composite/Head.d.ts +4 -0
  380. package/layout/team-component/Table/Composite/Root.d.ts +4 -0
  381. package/layout/team-component/Table/Composite/Rows.d.ts +4 -0
  382. package/layout/team-component/Table/Table.d.ts +6 -0
  383. package/layout/team-component/Table/index.d.ts +1 -0
  384. package/layout/team-component/Timer/index.d.ts +4 -0
  385. package/layout/team-component/TipBar/Composite/Fields/Copy.d.ts +3 -0
  386. package/layout/team-component/TipBar/Composite/Fields/CountDown.d.ts +3 -0
  387. package/layout/team-component/TipBar/Composite/Fields/Coupon.d.ts +3 -0
  388. package/layout/team-component/TipBar/Composite/Fields/FieldsScreening.d.ts +3 -0
  389. package/layout/team-component/TipBar/Composite/Fields/TextContent.d.ts +3 -0
  390. package/layout/team-component/TipBar/Composite/Root.d.ts +7 -0
  391. package/layout/team-component/TipBar/Composite/Structure/Carousel.d.ts +9 -0
  392. package/layout/team-component/TipBar/Composite/Structure/Container.d.ts +3 -0
  393. package/layout/team-component/TipBar/Composite/Structure/Item.d.ts +3 -0
  394. package/layout/team-component/TipBar/Composite/Support/CloseBtn.d.ts +3 -0
  395. package/layout/team-component/TipBar/index.d.ts +7 -0
  396. package/layout/team-component/UserMenu/Composite/Content.d.ts +7 -0
  397. package/layout/team-component/UserMenu/Composite/Credits.d.ts +7 -0
  398. package/layout/team-component/UserMenu/Composite/Login.d.ts +10 -0
  399. package/layout/team-component/UserMenu/Composite/Menu.d.ts +7 -0
  400. package/layout/team-component/UserMenu/Composite/Modal.d.ts +7 -0
  401. package/layout/team-component/UserMenu/Composite/Root.d.ts +7 -0
  402. package/layout/team-component/UserMenu/Composite/Tooltip.d.ts +7 -0
  403. package/layout/team-component/UserMenu/UserMenu.d.ts +34 -0
  404. package/layout/team-component/UserMenu/helpers.d.ts +7 -0
  405. package/layout/team-component/UserMenu/index.d.ts +7 -0
  406. package/layout/template/LPCadastro/index.d.ts +3 -0
  407. package/layout/template/MiniCart/Composite/Card/Card.d.ts +7 -0
  408. package/layout/template/MiniCart/Composite/Card/Composite/Actions.d.ts +7 -0
  409. package/layout/template/MiniCart/Composite/Card/Composite/Gift.d.ts +7 -0
  410. package/layout/template/MiniCart/Composite/Card/Composite/Media.d.ts +9 -0
  411. package/layout/template/MiniCart/Composite/Card/Composite/Name.d.ts +10 -0
  412. package/layout/template/MiniCart/Composite/Card/Composite/Price.d.ts +8 -0
  413. package/layout/template/MiniCart/Composite/Card/Composite/Sku.d.ts +7 -0
  414. package/layout/template/MiniCart/Composite/Card/Composite/Stepper.d.ts +7 -0
  415. package/layout/template/MiniCart/Composite/Card/Composite/Style.d.ts +7 -0
  416. package/layout/template/MiniCart/Composite/Card/Composite/Wishlist.d.ts +4 -0
  417. package/layout/template/MiniCart/Composite/Card/helpers.d.ts +8 -0
  418. package/layout/template/MiniCart/Composite/Card/index.d.ts +45 -0
  419. package/layout/template/MiniCart/Composite/Cashback.d.ts +7 -0
  420. package/layout/template/MiniCart/Composite/CouponSeller/CouponSeller.d.ts +7 -0
  421. package/layout/template/MiniCart/Composite/CouponSeller/index.d.ts +1 -0
  422. package/layout/template/MiniCart/Composite/Feedback.d.ts +7 -0
  423. package/layout/template/MiniCart/Composite/Field/Field.d.ts +7 -0
  424. package/layout/template/MiniCart/Composite/Field/Input.d.ts +7 -0
  425. package/layout/template/MiniCart/Composite/Field/index.d.ts +1 -0
  426. package/layout/template/MiniCart/Composite/Modal/Body/Body.d.ts +7 -0
  427. package/layout/template/MiniCart/Composite/Modal/Body/CouponTag/CouponTag.d.ts +9 -0
  428. package/layout/template/MiniCart/Composite/Modal/Body/CouponTag/index.d.ts +1 -0
  429. package/layout/template/MiniCart/Composite/Modal/Body/Promotion/Promotion.d.ts +9 -0
  430. package/layout/template/MiniCart/Composite/Modal/Body/Promotion/helper.d.ts +5 -0
  431. package/layout/template/MiniCart/Composite/Modal/Body/Promotion/index.d.ts +1 -0
  432. package/layout/template/MiniCart/Composite/Modal/Body/index.d.ts +1 -0
  433. package/layout/template/MiniCart/Composite/Modal/Footer/Discount/Discount.d.ts +7 -0
  434. package/layout/template/MiniCart/Composite/Modal/Footer/Discount/index.d.ts +1 -0
  435. package/layout/template/MiniCart/Composite/Modal/Footer/Footer.d.ts +7 -0
  436. package/layout/template/MiniCart/Composite/Modal/Footer/Resume/Items.d.ts +7 -0
  437. package/layout/template/MiniCart/Composite/Modal/Footer/Resume/Totals.d.ts +5 -0
  438. package/layout/template/MiniCart/Composite/Modal/Footer/index.d.ts +1 -0
  439. package/layout/template/MiniCart/Composite/Modal/Header.d.ts +7 -0
  440. package/layout/template/MiniCart/Composite/Notifications/Item/Item.d.ts +7 -0
  441. package/layout/template/MiniCart/Composite/Notifications/Item/index.d.ts +1 -0
  442. package/layout/template/MiniCart/Composite/Notifications/Notifications.d.ts +7 -0
  443. package/layout/template/MiniCart/Composite/Notifications/index.d.ts +1 -0
  444. package/layout/template/MiniCart/Composite/Shipping/Shipping.d.ts +7 -0
  445. package/layout/template/MiniCart/Composite/Shipping/index.d.ts +1 -0
  446. package/layout/template/MiniCart/Composite/TagMessage.d.ts +5 -0
  447. package/layout/template/MiniCart/Composite/Variations/Options.d.ts +17 -0
  448. package/layout/template/MiniCart/Composite/Variations/ProductVariations.d.ts +4 -0
  449. package/layout/template/MiniCart/Composite/Variations/VariationList.d.ts +3 -0
  450. package/layout/template/MiniCart/MiniCart.d.ts +4 -0
  451. package/layout/template/MiniCart/helpers.d.ts +7 -0
  452. package/layout/template/MiniCart/index.d.ts +51 -0
  453. package/layout/template/PDC/Composite/Empty/Empty.d.ts +7 -0
  454. package/layout/template/PDC/Composite/Empty/index.d.ts +1 -0
  455. package/layout/template/PDC/Composite/Filters/Filters.d.ts +5 -0
  456. package/layout/template/PDC/Composite/Filters/helpers.d.ts +4 -0
  457. package/layout/template/PDC/Composite/Filters/index.d.ts +1 -0
  458. package/layout/template/PDC/Composite/Grid/Banners.d.ts +7 -0
  459. package/layout/template/PDC/Composite/Grid/Grid.d.ts +7 -0
  460. package/layout/template/PDC/Composite/Grid/NavigationTotal.d.ts +7 -0
  461. package/layout/template/PDC/Composite/Grid/index.d.ts +1 -0
  462. package/layout/template/PDC/Composite/InfiniteScroller/Banners/Banners.d.ts +7 -0
  463. package/layout/template/PDC/Composite/InfiniteScroller/Banners/index.d.ts +1 -0
  464. package/layout/template/PDC/Composite/InfiniteScroller/InfiniteScroller.d.ts +5 -0
  465. package/layout/template/PDC/Composite/InfiniteScroller/Loading/Loading.d.ts +7 -0
  466. package/layout/template/PDC/Composite/InfiniteScroller/Loading/index.d.ts +1 -0
  467. package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/Anchor.d.ts +7 -0
  468. package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/Card.d.ts +7 -0
  469. package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/Loader.d.ts +9 -0
  470. package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/NextPage.d.ts +7 -0
  471. package/layout/template/PDC/Composite/InfiniteScroller/Page/Page.d.ts +7 -0
  472. package/layout/template/PDC/Composite/InfiniteScroller/Page/index.d.ts +21 -0
  473. package/layout/template/PDC/Composite/InfiniteScroller/index.d.ts +1 -0
  474. package/layout/template/PDC/Composite/Navigation/Navigation.d.ts +5 -0
  475. package/layout/template/PDC/Composite/Navigation/index.d.ts +1 -0
  476. package/layout/template/PDC/Composite/Notification/Notification.d.ts +7 -0
  477. package/layout/template/PDC/Composite/Notification/index.d.ts +1 -0
  478. package/layout/template/PDC/Composite/Pagination/Arrow/Arrow.d.ts +7 -0
  479. package/layout/template/PDC/Composite/Pagination/Arrow/index.d.ts +1 -0
  480. package/layout/template/PDC/Composite/Pagination/Arrow/interfaces.d.ts +8 -0
  481. package/layout/template/PDC/Composite/Pagination/Layout/Layout.d.ts +7 -0
  482. package/layout/template/PDC/Composite/Pagination/Layout/index.d.ts +1 -0
  483. package/layout/template/PDC/Composite/Pagination/PageEllipses/PageEllipses.d.ts +7 -0
  484. package/layout/template/PDC/Composite/Pagination/PageEllipses/index.d.ts +1 -0
  485. package/layout/template/PDC/Composite/Pagination/PageEllipses/interfaces.d.ts +10 -0
  486. package/layout/template/PDC/Composite/Pagination/Pages/Pages.d.ts +7 -0
  487. package/layout/template/PDC/Composite/Pagination/Pages/index.d.ts +1 -0
  488. package/layout/template/PDC/Composite/Pagination/Pages/interfaces.d.ts +7 -0
  489. package/layout/template/PDC/Composite/Pagination/Pagination.d.ts +7 -0
  490. package/layout/template/PDC/Composite/Pagination/helpers.d.ts +11 -0
  491. package/layout/template/PDC/Composite/Pagination/index.d.ts +1 -0
  492. package/layout/template/PDC/Composite/Products/Products.d.ts +7 -0
  493. package/layout/template/PDC/Composite/Products/index.d.ts +1 -0
  494. package/layout/template/PDC/Composite/Spinner/index.d.ts +7 -0
  495. package/layout/template/PDC/PDC.d.ts +7 -0
  496. package/layout/template/PDC/index.d.ts +39 -0
  497. package/layout/template/PDP/Composite/BreadCrumb/index.d.ts +7 -0
  498. package/layout/template/PDP/Composite/Containers/Gallery.d.ts +3 -0
  499. package/layout/template/PDP/Composite/Containers/Main.d.ts +3 -0
  500. package/layout/template/PDP/Composite/Containers/PDP.d.ts +3 -0
  501. package/layout/template/PDP/Composite/Containers/Secondary.d.ts +3 -0
  502. package/layout/template/PDP/Composite/Containers/index.d.ts +6 -0
  503. package/layout/template/PDP/Composite/Credits/index.d.ts +7 -0
  504. package/layout/template/PDP/Composite/Gallery/Carousel.d.ts +13 -0
  505. package/layout/template/PDP/Composite/Gallery/Image.d.ts +9 -0
  506. package/layout/template/PDP/Composite/Gallery/Video.d.ts +6 -0
  507. package/layout/template/PDP/Composite/Gallery/Wrapper.d.ts +4 -0
  508. package/layout/template/PDP/Composite/Gallery/index.d.ts +7 -0
  509. package/layout/template/PDP/Composite/Info/Divider.d.ts +4 -0
  510. package/layout/template/PDP/Composite/Info/MainContent/Actions/AddToCart.d.ts +4 -0
  511. package/layout/template/PDP/Composite/Info/MainContent/Actions/AddToCartObserver.d.ts +6 -0
  512. package/layout/template/PDP/Composite/Info/MainContent/Actions/AddToWishlist.d.ts +4 -0
  513. package/layout/template/PDP/Composite/Info/MainContent/Actions/index.d.ts +4 -0
  514. package/layout/template/PDP/Composite/Info/MainContent/BottomNavigation/Actions.d.ts +4 -0
  515. package/layout/template/PDP/Composite/Info/MainContent/BottomNavigation/index.d.ts +4 -0
  516. package/layout/template/PDP/Composite/Info/MainContent/Header/GoldenTag.d.ts +9 -0
  517. package/layout/template/PDP/Composite/Info/MainContent/Header/index.d.ts +8 -0
  518. package/layout/template/PDP/Composite/Info/MainContent/Links/index.d.ts +4 -0
  519. package/layout/template/PDP/Composite/Info/MainContent/Price/index.d.ts +4 -0
  520. package/layout/template/PDP/Composite/Info/MainContent/ProductMeasurements/index.d.ts +4 -0
  521. package/layout/template/PDP/Composite/Info/MainContent/Root.d.ts +4 -0
  522. package/layout/template/PDP/Composite/Info/MainContent/Similars/AccessibilityInfo.d.ts +2 -0
  523. package/layout/template/PDP/Composite/Info/MainContent/Similars/Items.d.ts +4 -0
  524. package/layout/template/PDP/Composite/Info/MainContent/Similars/ToggleWrapper.d.ts +4 -0
  525. package/layout/template/PDP/Composite/Info/MainContent/Similars/index.d.ts +3 -0
  526. package/layout/template/PDP/Composite/Info/MainContent/Sizes/index.d.ts +4 -0
  527. package/layout/template/PDP/Composite/Info/MainContent/SubSectionWrapper.d.ts +4 -0
  528. package/layout/template/PDP/Composite/Info/Root.d.ts +6 -0
  529. package/layout/template/PDP/Composite/Info/SecondaryContent/DescriptionsTabs.d.ts +2 -0
  530. package/layout/template/PDP/Composite/Info/SecondaryContent/Freight.d.ts +4 -0
  531. package/layout/template/PDP/index.d.ts +21 -0
  532. package/layout/template/QuickShop/Composite/Body.d.ts +4 -0
  533. package/layout/template/QuickShop/Composite/Header.d.ts +3 -0
  534. package/layout/template/QuickShop/Composite/Similars.d.ts +7 -0
  535. package/layout/template/QuickShop/index.d.ts +3 -0
  536. package/layout/template/SearchModal/Composite/AutoComplete.d.ts +7 -0
  537. package/layout/template/SearchModal/Composite/Header.d.ts +3 -0
  538. package/layout/template/SearchModal/Composite/Recommendations.d.ts +5 -0
  539. package/layout/template/SearchModal/Composite/Trends.d.ts +4 -0
  540. package/layout/template/SearchModal/SearchModal.d.ts +7 -0
  541. package/layout/template/SearchModal/helpers.d.ts +3 -0
  542. package/layout/template/SearchModal/index.d.ts +1 -0
  543. package/layout/template/SearchResult/Composite/Empty.d.ts +7 -0
  544. package/layout/template/SearchResult/Composite/Grid.d.ts +7 -0
  545. package/layout/template/SearchResult/Composite/GridHeader.d.ts +3 -0
  546. package/layout/template/SearchResult/Composite/Loading.d.ts +7 -0
  547. package/layout/template/SearchResult/Composite/Sort.d.ts +4 -0
  548. package/layout/template/SearchResult/SearchContent.d.ts +4 -0
  549. package/layout/template/SearchResult/SearchResult.d.ts +7 -0
  550. package/layout/template/SearchResult/index.d.ts +1 -0
  551. package/layout/template/WishList/Composite/Feedback.d.ts +11 -0
  552. package/layout/template/WishList/Composite/Grid.d.ts +7 -0
  553. package/layout/template/WishList/Composite/Init.d.ts +11 -0
  554. package/layout/template/WishList/Composite/Toggle.d.ts +7 -0
  555. package/layout/template/WishList/WishList.d.ts +26 -0
  556. package/layout/template/WishList/helpers.d.ts +12 -0
  557. package/layout/template/WishList/index.d.ts +1 -0
  558. package/layout/utils/DraftJsLinkWrapper/index.d.ts +4 -0
  559. package/layout/utils/ErrorBoundary/index.d.ts +17 -0
  560. package/layout/utils/EventCollector/index.d.ts +5 -0
  561. package/layout/utils/ExternalScripts/index.d.ts +5 -0
  562. package/layout/utils/LinkOrNotLink/index.d.ts +4 -0
  563. package/layout/utils/Observer/index.d.ts +4 -0
  564. package/layout/utils/ObserverOrNot/index.d.ts +10 -0
  565. package/layout/utils/ProductShelf/Composite/Card.d.ts +7 -0
  566. package/layout/utils/ProductShelf/Composite/Shelf.d.ts +4 -0
  567. package/layout/utils/ProductShelf/Composite/Title.d.ts +4 -0
  568. package/layout/utils/ProductShelf/index.d.ts +8 -0
  569. package/layout/utils/SessionEvent/index.d.ts +3 -0
  570. package/layout/utils/Skeleton/index.d.ts +2 -0
  571. package/layout/utils/SnackBar/index.d.ts +7 -0
  572. package/package.json +20 -0
  573. package/scripts/helpers/index.d.ts +3 -0
  574. package/scripts/index.d.ts +4 -0
  575. package/server.d.ts +58 -0
  576. package/style.css +1 -0
  577. package/types/cms/ContentTypes/Cart/index.d.ts +46 -0
  578. package/types/cms/ContentTypes/CommonPage/index.d.ts +34 -0
  579. package/types/cms/ContentTypes/FlagsAndTags/index.d.ts +56 -0
  580. package/types/cms/ContentTypes/Footer/index.d.ts +91 -0
  581. package/types/cms/ContentTypes/Header/index.d.ts +62 -0
  582. package/types/cms/ContentTypes/HelpButton/index.d.ts +48 -0
  583. package/types/cms/ContentTypes/LPLojas/index.d.ts +12 -0
  584. package/types/cms/ContentTypes/LookbookPage/index.d.ts +43 -0
  585. package/types/cms/ContentTypes/Multimarcas/index.d.ts +5 -0
  586. package/types/cms/ContentTypes/NotFoundPage/index.d.ts +17 -0
  587. package/types/cms/ContentTypes/PDP/index.d.ts +21 -0
  588. package/types/cms/ContentTypes/PLP/index.d.ts +47 -0
  589. package/types/cms/ContentTypes/PolicyPage/index.d.ts +38 -0
  590. package/types/cms/ContentTypes/PreHome/index.d.ts +21 -0
  591. package/types/cms/ContentTypes/Redirects/index.d.ts +25 -0
  592. package/types/cms/ContentTypes/Search/index.d.ts +31 -0
  593. package/types/cms/ContentTypes/Tipbar/index.d.ts +55 -0
  594. package/types/cms/ContentTypes/Wishlist/index.d.ts +17 -0
  595. package/types/cms/Factories/index.d.ts +69 -0
  596. package/types/cms/Sections/Banner/index.d.ts +50 -0
  597. package/types/cms/Sections/BannerCarousel/index.d.ts +37 -0
  598. package/types/cms/Sections/BennefitsBar/index.d.ts +23 -0
  599. package/types/cms/Sections/EmbedLive/index.d.ts +13 -0
  600. package/types/cms/Sections/HeaderSubmenu/index.d.ts +35 -0
  601. package/types/cms/Sections/ImageGrid/index.d.ts +10 -0
  602. package/types/cms/Sections/ListProductsBanners/index.d.ts +13 -0
  603. package/types/cms/Sections/Newsletter/index.d.ts +26 -0
  604. package/types/cms/Sections/PopupModal/index.d.ts +26 -0
  605. package/types/cms/Sections/ProductCarousel/index.d.ts +84 -0
  606. package/types/cms/Sections/SectionZone/index.d.ts +83 -0
  607. package/types/cms/Sections/TextAccordion/index.d.ts +15 -0
  608. package/types/cms/Sections/TextContent/index.d.ts +35 -0
  609. package/types/cms/Sections/_common/index.d.ts +8 -0
  610. package/types/constants.d.ts +378 -0
  611. package/types/contexts/contexts/cart/index.d.ts +17 -0
  612. package/types/contexts/contexts/cms/FlagsAndTags.d.ts +9 -0
  613. package/types/contexts/contexts/global.d.ts +20 -0
  614. package/types/contexts/contexts/header.d.ts +32 -0
  615. package/types/contexts/contexts/next.d.ts +11 -0
  616. package/types/contexts/contexts/pdp.d.ts +77 -0
  617. package/types/contexts/contexts/plp.d.ts +99 -0
  618. package/types/contexts/contexts/search.d.ts +84 -0
  619. package/types/contexts/contexts/session.d.ts +87 -0
  620. package/types/contexts/hooks/index.d.ts +19 -0
  621. package/types/contexts/store/cart.d.ts +212 -0
  622. package/types/contexts/store/header.d.ts +18 -0
  623. package/types/contexts/store/helpers.d.ts +7 -0
  624. package/types/contexts/store/pdp.d.ts +21 -0
  625. package/types/contexts/store/wishlist.d.ts +17 -0
  626. package/types/data/api/catalog/kit/index.d.ts +0 -0
  627. package/types/data/api/catalog/portal/index.d.ts +26 -0
  628. package/types/data/api/catalog/product/index.d.ts +50 -0
  629. package/types/data/api/checkout/address/index.d.ts +20 -0
  630. package/types/data/api/checkout/order-form/index.d.ts +328 -0
  631. package/types/data/api/checkout/order-form/profile/index.d.ts +17 -0
  632. package/types/data/api/checkout/order-form/shipping/index.d.ts +23 -0
  633. package/types/data/api/checkout/simulation/index.d.ts +64 -0
  634. package/types/data/api/cms/index.d.ts +18 -0
  635. package/types/data/api/dito-ingest/index.d.ts +65 -0
  636. package/types/data/api/index.d.ts +16 -0
  637. package/types/data/api/search/facets/index.d.ts +89 -0
  638. package/types/data/api/search/index.d.ts +149 -0
  639. package/types/data/api/search/product/index.d.ts +70 -0
  640. package/types/data/events/index.d.ts +113 -0
  641. package/types/data/helpers/index.d.ts +42 -0
  642. package/types/global/product/index.d.ts +419 -0
  643. package/types/layout/team-components/AddToCart/index.d.ts +87 -0
  644. package/types/layout/team-components/BackToTop/index.d.ts +11 -0
  645. package/types/layout/team-components/BuyPackage/index.d.ts +61 -0
  646. package/types/layout/team-components/Filter/Item/Price/index.d.ts +6 -0
  647. package/types/layout/team-components/Filter/Item/index.d.ts +29 -0
  648. package/types/layout/team-components/Filter/index.d.ts +76 -0
  649. package/types/layout/team-components/Footer/index.d.ts +61 -0
  650. package/types/layout/team-components/Form/index.d.ts +45 -0
  651. package/types/layout/team-components/FreightCalculation/index.d.ts +284 -0
  652. package/types/layout/team-components/Header/index.d.ts +81 -0
  653. package/types/layout/team-components/HelpButton/index.d.ts +31 -0
  654. package/types/layout/team-components/ImageZoom/index.d.ts +70 -0
  655. package/types/layout/team-components/Media/index.d.ts +12 -0
  656. package/types/layout/team-components/Menu/Desktop/index.d.ts +15 -0
  657. package/types/layout/team-components/Menu/Mobile/Body/Category/index.d.ts +23 -0
  658. package/types/layout/team-components/Menu/Mobile/Body/index.d.ts +3 -0
  659. package/types/layout/team-components/Menu/Mobile/index.d.ts +52 -0
  660. package/types/layout/team-components/Menu/index.d.ts +13 -0
  661. package/types/layout/team-components/Newsletter/index.d.ts +101 -0
  662. package/types/layout/team-components/Notify/index.d.ts +52 -0
  663. package/types/layout/team-components/PLPNavigation/index.d.ts +27 -0
  664. package/types/layout/team-components/PreHome/index.d.ts +6 -0
  665. package/types/layout/team-components/ProductCard/Selectors/index.d.ts +49 -0
  666. package/types/layout/team-components/ProductCard/index.d.ts +86 -0
  667. package/types/layout/team-components/ProductList/index.d.ts +53 -0
  668. package/types/layout/team-components/ProductVariationList/index.d.ts +15 -0
  669. package/types/layout/team-components/Sort/index.d.ts +21 -0
  670. package/types/layout/team-components/Table/index.d.ts +22 -0
  671. package/types/layout/team-components/Timer/index.d.ts +15 -0
  672. package/types/layout/team-components/TipBar/index.d.ts +69 -0
  673. package/types/layout/team-components/UserMenu/index.d.ts +57 -0
  674. package/types/layout/templates/LPCadastro/index.d.ts +33 -0
  675. package/types/layout/templates/MiniCart/index.d.ts +198 -0
  676. package/types/layout/templates/Multimarcas/index.d.ts +28 -0
  677. package/types/layout/templates/PDP/index.d.ts +149 -0
  678. package/types/layout/templates/PLP/index.d.ts +124 -0
  679. package/types/layout/templates/QuickShop/index.d.ts +22 -0
  680. package/types/layout/templates/SearchModal/index.d.ts +41 -0
  681. package/types/layout/templates/SearchResult/index.d.ts +44 -0
  682. package/types/layout/templates/Wishlist/index.d.ts +21 -0
  683. package/types/layout/utils/index.d.ts +47 -0
@@ -0,0 +1,17 @@
1
+ import * as helpers from './helpers';
2
+ declare const ProductList: {
3
+ Banner: {
4
+ ({ className, children, columns, isMobile, gap, position_grid, totalColumns, PRODUCT_CARD_IMAGE_ASPECT_RATIO, ...props }: import('../../../types/layout/team-components/ProductList').BannerItemProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ Card: {
8
+ ({ className, children, gap, item, isMobile, order, tag, hasMaxWidth, index, setSkuSelected, showVideo, CONSTANTS, ...props }: import('../../../types/layout/team-components/ProductList').ProductListCardProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
11
+ Root: {
12
+ ({ children, className, ...props }: import('../../../types/layout/team-components/ProductList').RootProps): import("react/jsx-runtime").JSX.Element;
13
+ displayName: string;
14
+ };
15
+ helpers: typeof helpers;
16
+ };
17
+ export default ProductList;
@@ -0,0 +1,13 @@
1
+ import { HasVariant } from '../../../types/global/product';
2
+ import { SKU } from '../../../types/layout/team-components/Notify';
3
+ import { ProductCardProps } from '../../../types/layout/team-components/ProductCard';
4
+ import { BannerItemDataProps } from '../../../types/layout/team-components/ProductList';
5
+
6
+ export declare const createGridPosAndVideo: (products: {
7
+ node: ProductCardProps;
8
+ }[], banners: BannerItemDataProps[], columns: number, pageOffset?: number) => {
9
+ position: number;
10
+ canPlayVideo: boolean;
11
+ }[];
12
+ export declare const isPositionInCurrentPage: (position: number, currentPage: number, itemsPerPage: number) => boolean;
13
+ export declare const getSkusNotify: (skus: HasVariant[]) => SKU[];
@@ -0,0 +1,2 @@
1
+ export * as helpers from './helpers';
2
+ export { default } from './ProductList';
@@ -0,0 +1,7 @@
1
+ import { ListProps } from '../../../../types/layout/team-components/ProductVariationList';
2
+
3
+ declare const List: {
4
+ ({ children, ...props }: ListProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default List;
@@ -0,0 +1,7 @@
1
+ import { OptionProps } from '../../../../types/layout/team-components/ProductVariationList';
2
+
3
+ declare const Option: {
4
+ ({ fill, src, type, text, ...props }: OptionProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Option;
@@ -0,0 +1,7 @@
1
+ import { ProductVariationListProps } from '../../../../types/layout/team-components/ProductVariationList';
2
+
3
+ declare const Root: {
4
+ ({ children, ...props }: ProductVariationListProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Root;
@@ -0,0 +1,7 @@
1
+ import { TitleProps } from '../../../../types/layout/team-components/ProductVariationList';
2
+
3
+ declare const Title: {
4
+ ({ children, title, ...props }: TitleProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Title;
@@ -0,0 +1,19 @@
1
+ declare const ProductVariationList: {
2
+ List: {
3
+ ({ children, ...props }: import('../../../types/layout/team-components/ProductVariationList').ListProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ Option: {
7
+ ({ fill, src, type, text, ...props }: import('../../../types/layout/team-components/ProductVariationList').OptionProps): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ Title: {
11
+ ({ children, title, ...props }: import('../../../types/layout/team-components/ProductVariationList').TitleProps): import("react/jsx-runtime").JSX.Element;
12
+ displayName: string;
13
+ };
14
+ Root: {
15
+ ({ children, ...props }: import('../../../types/layout/team-components/ProductVariationList').ProductVariationListProps): import("react/jsx-runtime").JSX.Element;
16
+ displayName: string;
17
+ };
18
+ };
19
+ export default ProductVariationList;
@@ -0,0 +1 @@
1
+ export { default } from './ProductVariationList';
@@ -0,0 +1,4 @@
1
+ import { SortButtonProps } from '../../../../types/layout/team-components/Sort';
2
+
3
+ declare const SortButton: ({ children, sortListOpen, btnAdornment, style, ...props }: SortButtonProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default SortButton;
@@ -0,0 +1,4 @@
1
+ import { RadioButtonProps } from '@soma-vertical-web/core-components/src/lib/RadioButton/interfaces';
2
+
3
+ declare const SortItem: (props: RadioButtonProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default SortItem;
@@ -0,0 +1,4 @@
1
+ import { RadioGroupProps } from '@soma-vertical-web/core-components/src/lib/RadioButton/interfaces';
2
+
3
+ declare const SortList: ({ children, className, name, ...props }: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default SortList;
@@ -0,0 +1,4 @@
1
+ import { CardProps } from '@soma-vertical-web/core-components/src/lib/Card/interfaces';
2
+
3
+ declare const ListWrapper: ({ children, className, shadow, padding, height, ...props }: CardProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ListWrapper;
@@ -0,0 +1,4 @@
1
+ import { RootProps } from '../../../../types/layout/team-components/Sort';
2
+
3
+ export declare const Root: import('react').ForwardRefExoticComponent<RootProps & import('react').RefAttributes<HTMLDivElement>>;
4
+ export default Root;
@@ -0,0 +1,7 @@
1
+ import { SortProps } from '../../../types/layout/team-components/Sort';
2
+
3
+ declare const Sort: {
4
+ ({ handleSelectValue, sortListOpen, setSortListOpen, searchParams, ICONS, ...props }: SortProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Sort;
@@ -0,0 +1 @@
1
+ export { default } from './Sort';
@@ -0,0 +1,4 @@
1
+ import { HeadProps } from '../../../../types/layout/team-components/Table';
2
+
3
+ declare const Head: ({ head, className, }: HeadProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Head;
@@ -0,0 +1,4 @@
1
+ import { RootProps } from '../../../../types/layout/team-components/Table';
2
+
3
+ declare const Root: ({ children, className, }: RootProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Root;
@@ -0,0 +1,4 @@
1
+ import { RowsProps } from '../../../../types/layout/team-components/Table';
2
+
3
+ declare const Rows: ({ rows, className, }: RowsProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Rows;
@@ -0,0 +1,6 @@
1
+ declare const Table: {
2
+ Head: ({ head, className, }: import('../../../types/layout/team-components/Table').HeadProps) => import("react/jsx-runtime").JSX.Element;
3
+ Rows: ({ rows, className, }: import('../../../types/layout/team-components/Table').RowsProps) => import("react/jsx-runtime").JSX.Element;
4
+ Root: ({ children, className, }: import('../../../types/layout/team-components/Table').RootProps) => import("react/jsx-runtime").JSX.Element;
5
+ };
6
+ export default Table;
@@ -0,0 +1 @@
1
+ export { default } from './Table';
@@ -0,0 +1,4 @@
1
+ import { TeamTimerProps } from '../../../types/layout/team-components/Timer';
2
+
3
+ declare const Timer: ({ dateEnd, dateInit, type, TIME_ZONE, ...props }: TeamTimerProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Timer;
@@ -0,0 +1,3 @@
1
+ import { CouponCopyProps } from '../../../../../types/layout/team-components/TipBar';
2
+
3
+ export declare const CouponCopy: ({ coupon, ...props }: CouponCopyProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { CountDownProps } from '../../../../../types/layout/team-components/TipBar';
2
+
3
+ export declare const CountDown: ({ dateEnd, ...props }: CountDownProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { CouponProps } from '../../../../../types/layout/team-components/TipBar';
2
+
3
+ export declare const Coupon: ({ coupon, feedbackTitle, feedbackDescription, ...props }: CouponProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { FieldsScreeningProps } from '../../../../../types/layout/team-components/TipBar';
2
+
3
+ export declare const FieldsScreening: ({ staticZone, type, className, description, title, }: FieldsScreeningProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -0,0 +1,3 @@
1
+ import { TextContentProps } from '../../../../../types/layout/team-components/TipBar';
2
+
3
+ export declare const TextContent: ({ title, description, style, mode, className, }: TextContentProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { RootProps } from '../../../../types/layout/team-components/TipBar';
2
+
3
+ declare const Root: {
4
+ ({ className }: RootProps): import("react/jsx-runtime").JSX.Element | null;
5
+ displayName: string;
6
+ };
7
+ export default Root;
@@ -0,0 +1,9 @@
1
+ import { PropsWithChildren } from 'react';
2
+ import { ModeType } from '../../../../../types/layout/team-components/TipBar';
3
+
4
+ declare const TipBarCarousel: ({ children, mode, showCarouselArrows, slideTranstionTimer, }: PropsWithChildren<{
5
+ mode: ModeType;
6
+ showCarouselArrows?: boolean;
7
+ slideTranstionTimer?: number;
8
+ }>) => import("react/jsx-runtime").JSX.Element;
9
+ export default TipBarCarousel;
@@ -0,0 +1,3 @@
1
+ import { ContainerProps } from '../../../../../types/layout/team-components/TipBar';
2
+
3
+ export declare const Container: ({ children, className }: ContainerProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { ItemProps } from '../../../../../types/layout/team-components/TipBar';
2
+
3
+ export declare const Item: ({ children, highlightFirstSection, ...props }: ItemProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { CloseButtonProps } from '../../../../../types/layout/team-components/TipBar';
2
+
3
+ export declare const CloseBtn: ({ handleCloseTipbar, mode }: CloseButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { TipBarProps } from '../../../types/layout/team-components/TipBar';
2
+
3
+ declare const TipBar: {
4
+ ({ className, ...props }: TipBarProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default TipBar;
@@ -0,0 +1,7 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ declare const Content: {
4
+ ({ className, children, ...props }: HTMLAttributes<HTMLElement>): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Content;
@@ -0,0 +1,7 @@
1
+ import { CreditsProps } from '../../../../types/layout/team-components/UserMenu';
2
+
3
+ declare const Credits: {
4
+ ({ className, cashBack, credits, link, total, ...props }: CreditsProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Credits;
@@ -0,0 +1,10 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ declare const Login: {
4
+ ({ className, children, description, text, ...props }: HTMLAttributes<HTMLDivElement> & {
5
+ description: string;
6
+ text: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export default Login;
@@ -0,0 +1,7 @@
1
+ import { UserMenu_MenuProps } from '../../../../types/layout/team-components/UserMenu';
2
+
3
+ declare const Menu: {
4
+ ({ className, isLogged, onLogoutClick, ICONS, storeConfig, isMobile, }: UserMenu_MenuProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Menu;
@@ -0,0 +1,7 @@
1
+ import { UserMenu_ModalProps } from '../../../../types/layout/team-components/UserMenu/index';
2
+
3
+ declare const Modal: {
4
+ ({ children, isMobile, Z_INDEX_WAR }: UserMenu_ModalProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Modal;
@@ -0,0 +1,7 @@
1
+ import { UserMenu_RootProps } from '../../../../types/layout/team-components/UserMenu';
2
+
3
+ declare const Root: {
4
+ ({ children, component, Z_INDEX_WAR, isMobile, ...props }: UserMenu_RootProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Root;
@@ -0,0 +1,7 @@
1
+ import { UserMenu_TooltipProps } from '../../../../types/layout/team-components/UserMenu';
2
+
3
+ declare const Tooltip: {
4
+ ({ children, component, Z_INDEX_WAR, ...props }: UserMenu_TooltipProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Tooltip;
@@ -0,0 +1,34 @@
1
+ declare const UserMenu: {
2
+ Credits: {
3
+ ({ className, cashBack, credits, link, total, ...props }: import('../../../types/layout/team-components/UserMenu').CreditsProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ Content: {
7
+ ({ className, children, ...props }: import('react').HTMLAttributes<HTMLElement>): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ Login: {
11
+ ({ className, children, description, text, ...props }: import('react').HTMLAttributes<HTMLDivElement> & {
12
+ description: string;
13
+ text: string;
14
+ }): import("react/jsx-runtime").JSX.Element;
15
+ displayName: string;
16
+ };
17
+ Menu: {
18
+ ({ className, isLogged, onLogoutClick, ICONS, storeConfig, isMobile, }: import('../../../types/layout/team-components/UserMenu').UserMenu_MenuProps): import("react/jsx-runtime").JSX.Element;
19
+ displayName: string;
20
+ };
21
+ Modal: {
22
+ ({ children, isMobile, Z_INDEX_WAR }: import('../../../types/layout/team-components/UserMenu').UserMenu_ModalProps): import("react/jsx-runtime").JSX.Element;
23
+ displayName: string;
24
+ };
25
+ Root: {
26
+ ({ children, component, Z_INDEX_WAR, isMobile, ...props }: import('../../../types/layout/team-components/UserMenu').UserMenu_RootProps): import("react/jsx-runtime").JSX.Element;
27
+ displayName: string;
28
+ };
29
+ Tooltip: {
30
+ ({ children, component, Z_INDEX_WAR, ...props }: import('../../../types/layout/team-components/UserMenu').UserMenu_TooltipProps): import("react/jsx-runtime").JSX.Element;
31
+ displayName: string;
32
+ };
33
+ };
34
+ export default UserMenu;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * TODO: esse get Position deveria estar dentro do core components
3
+ */
4
+ export declare const getPosition: (tooltip: HTMLElement, target: HTMLElement, gap: number) => {
5
+ left: number;
6
+ top: number;
7
+ };
@@ -0,0 +1,7 @@
1
+ import { UserMenuProps } from '../../../types/layout/team-components/UserMenu';
2
+
3
+ declare const UserMenu: {
4
+ ({ children, isOpen, setIsOpen, desktopUserMenuTarget, mobileUserMenuTarget, storeConfig, }: UserMenuProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default UserMenu;
@@ -0,0 +1,3 @@
1
+ import { LPCadastroProps } from '../../../types/layout/templates/LPCadastro';
2
+
3
+ export default function LPCadastro({ content, sections, FORM_CONFIGS, ICONS, postFn, POPUP_SUBMITTED_STORAGE, }: LPCadastroProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { CardProps } from '../../../../../types/layout/templates/MiniCart/index';
2
+
3
+ declare const Card: {
4
+ ({ available, index, product, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: CardProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Card;
@@ -0,0 +1,7 @@
1
+ import { ActionsProps } from '../../../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const Actions: {
4
+ ({ handleSendEvent, product, ICONS, MINICART_CONFIG, ...props }: ActionsProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Actions;
@@ -0,0 +1,7 @@
1
+ import { GiftProps } from '../../../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const Gift: {
4
+ ({ bundleItems, offerings, uniqueId, ICONS, MINICART_CONFIG }: GiftProps): import("react/jsx-runtime").JSX.Element | null;
5
+ displayName: string;
6
+ };
7
+ export default Gift;
@@ -0,0 +1,9 @@
1
+ import { CardProps } from '../../../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const Media: {
4
+ ({ itemOffered, }: {
5
+ itemOffered: CardProps["product"]["itemOffered"];
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
9
+ export default Media;
@@ -0,0 +1,10 @@
1
+ declare const Name: {
2
+ ({ name, skuName, tagName, className, }: {
3
+ tagName?: string;
4
+ name: string;
5
+ skuName?: string;
6
+ className?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export default Name;
@@ -0,0 +1,8 @@
1
+ declare const Price: {
2
+ ({ total, totalList }: {
3
+ total: number;
4
+ totalList: number;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ displayName: string;
7
+ };
8
+ export default Price;
@@ -0,0 +1,7 @@
1
+ import { SkuCardProps } from '../../../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const Sku: {
4
+ ({ product, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: SkuCardProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Sku;
@@ -0,0 +1,7 @@
1
+ import { StepperProps } from '../../../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const Stepper: {
4
+ ({ handleSendEvent, product, MINICART_CONFIG }: StepperProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Stepper;
@@ -0,0 +1,7 @@
1
+ import { StyleCardProps } from '../../../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const Style: {
4
+ ({ product, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: StyleCardProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Style;
@@ -0,0 +1,4 @@
1
+ import { WishlistActionProps } from '../../../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const WishlistAction: ({ handleSendEvent, onHandleRemove, product, MINICART_CONFIG, ...props }: WishlistActionProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default WishlistAction;
@@ -0,0 +1,8 @@
1
+ import { CartItemStore } from '../../../../../types/contexts/store/cart';
2
+
3
+ export declare const getPriceInfo: (product: CartItemStore) => {
4
+ price: number;
5
+ listPrice: number;
6
+ totalPrice: number;
7
+ totalListPrice: number;
8
+ };
@@ -0,0 +1,45 @@
1
+ declare const Card: {
2
+ Actions: {
3
+ ({ handleSendEvent, product, ICONS, MINICART_CONFIG, ...props }: import('../../../../../types/layout/templates/MiniCart').ActionsProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ Gift: {
7
+ ({ bundleItems, offerings, uniqueId, ICONS, MINICART_CONFIG }: import('../../../../../types/layout/templates/MiniCart').GiftProps): import("react/jsx-runtime").JSX.Element | null;
8
+ displayName: string;
9
+ };
10
+ Media: {
11
+ ({ itemOffered, }: {
12
+ itemOffered: import('../../../../../types/layout/templates/MiniCart').CardProps["product"]["itemOffered"];
13
+ }): import("react/jsx-runtime").JSX.Element;
14
+ displayName: string;
15
+ };
16
+ Name: {
17
+ ({ name, skuName, tagName, className, }: {
18
+ tagName?: string;
19
+ name: string;
20
+ skuName?: string;
21
+ className?: string;
22
+ }): import("react/jsx-runtime").JSX.Element;
23
+ displayName: string;
24
+ };
25
+ Price: {
26
+ ({ total, totalList }: {
27
+ total: number;
28
+ totalList: number;
29
+ }): import("react/jsx-runtime").JSX.Element;
30
+ displayName: string;
31
+ };
32
+ Sku: {
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
+ displayName: string;
35
+ };
36
+ Stepper: {
37
+ ({ handleSendEvent, product, MINICART_CONFIG }: import('../../../../../types/layout/templates/MiniCart').StepperProps): import("react/jsx-runtime").JSX.Element;
38
+ displayName: string;
39
+ };
40
+ Style: {
41
+ ({ product, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: import('../../../../../types/layout/templates/MiniCart').StyleCardProps): import("react/jsx-runtime").JSX.Element;
42
+ displayName: string;
43
+ };
44
+ };
45
+ export default Card;
@@ -0,0 +1,7 @@
1
+ import { CashbackProps } from '../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const Cashback: {
4
+ ({ type, ICONS, MESSAGE_CASHBACK }: CashbackProps): import("react/jsx-runtime").JSX.Element | null;
5
+ displayName: string;
6
+ };
7
+ export default Cashback;
@@ -0,0 +1,7 @@
1
+ import { CouponSellerProps } from '../../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const CouponSeller: {
4
+ ({ type, ICONS, MINICART_CONFIG }: CouponSellerProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default CouponSeller;
@@ -0,0 +1 @@
1
+ export { default } from './CouponSeller';
@@ -0,0 +1,7 @@
1
+ import { FeedbackProps } from '../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const Feedback: {
4
+ ({ ICONS, MINICART_CONFIG, PLP_NOT_RESULT }: FeedbackProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Feedback;
@@ -0,0 +1,7 @@
1
+ import { FieldProps } from '../../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const Field: {
4
+ ({ title, ICONS, MINICART_CONFIG, ...props }: FieldProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Field;
@@ -0,0 +1,7 @@
1
+ import { InputProps } from '../../../../../types/layout/templates/MiniCart';
2
+
3
+ declare const Input: {
4
+ ({ feedback, hasError, onHandler, hasSuccess, type, title, value, ICONS }: InputProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default Input;
@@ -0,0 +1 @@
1
+ export { default } from './Field';
@@ -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;