@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.
- package/cms/ContentTypes/Cart/index.d.ts +3 -0
- package/cms/ContentTypes/CommonPage/CommonPage.d.ts +3 -0
- package/cms/ContentTypes/CommonPage/DataScreening.d.ts +6 -0
- package/cms/ContentTypes/FlagsAndTags/index.d.ts +3 -0
- package/cms/ContentTypes/Footer/Footer.d.ts +3 -0
- package/cms/ContentTypes/Header/index.d.ts +3 -0
- package/cms/ContentTypes/HelpButton/FormatHelpButtonContent.d.ts +13 -0
- package/cms/ContentTypes/HelpButton/HelpButtonContent.d.ts +3 -0
- package/cms/ContentTypes/LPCadastro/LPCadastroContent.d.ts +4 -0
- package/cms/ContentTypes/PDP/PDPContent.d.ts +3 -0
- package/cms/ContentTypes/PLP/PLPContent.d.ts +3 -0
- package/cms/ContentTypes/PLP/Redirects/Redirects.d.ts +32 -0
- package/cms/ContentTypes/Search/SearchContent.d.ts +3 -0
- package/cms/ContentTypes/Search/SearchPageContent.d.ts +3 -0
- package/cms/ContentTypes/Search/SearchPageScreening.d.ts +3 -0
- package/cms/ContentTypes/Tipbar/Tipbar.d.ts +3 -0
- package/cms/ContentTypes/Tipbar/TipbarScreening.d.ts +3 -0
- package/cms/Factories/common.d.ts +7 -0
- package/cms/Factories/contentType.d.ts +9 -0
- package/cms/Factories/index.d.ts +2 -0
- package/cms/Factories/section.d.ts +7 -0
- package/cms/Sections/Banner/Component.d.ts +7 -0
- package/cms/Sections/Banner/Composite/Content.d.ts +4 -0
- package/cms/Sections/Banner/adapter.d.ts +32 -0
- package/cms/Sections/Banner/index.d.ts +8 -0
- package/cms/Sections/BannerCarousel/BannerCarousel.d.ts +3 -0
- package/cms/Sections/BannerCarousel/Composite/Controllers.d.ts +3 -0
- package/cms/Sections/BannerCarousel/index.d.ts +8 -0
- package/cms/Sections/BennefitsBar/Component.d.ts +3 -0
- package/cms/Sections/BennefitsBar/index.d.ts +8 -0
- package/cms/Sections/EmbedLive/Component.d.ts +4 -0
- package/cms/Sections/ErrorBoundary/index.d.ts +18 -0
- package/cms/Sections/ImageGrid/Component.d.ts +3 -0
- package/cms/Sections/Newsletter/Component.d.ts +3 -0
- package/cms/Sections/PopupModal/Component.d.ts +4 -0
- package/cms/Sections/PopupModal/Composite/FormSection.d.ts +4 -0
- package/cms/Sections/PopupModal/Composite/Success.d.ts +4 -0
- package/cms/Sections/ProductCarousel/Composite/CommonShelf.d.ts +4 -0
- package/cms/Sections/ProductCarousel/Composite/RecommendationShelf.d.ts +4 -0
- package/cms/Sections/ProductCarousel/ProductCarousel.d.ts +4 -0
- package/cms/Sections/ProductCarousel/request.d.ts +24 -0
- package/cms/Sections/SectionZone.d.ts +5 -0
- package/cms/Sections/TextAccordion/Component.d.ts +3 -0
- package/cms/Sections/TextContent/Component.d.ts +3 -0
- package/cms/Sections/TextContent/Composite/Content.d.ts +6 -0
- package/cms/Sections/TextContent/Composite/ContentWrapper.d.ts +3 -0
- package/cms/Sections/TextContent/adapter.d.ts +3 -0
- package/cms/Sections/TextContent/index.d.ts +5 -0
- package/cms/Sections/_common/Accordion.d.ts +2 -0
- package/cms/Sections/_common/BannerItem.d.ts +5 -0
- package/cms/Sections/_common/TextStructure.d.ts +17 -0
- package/cms/Sections/_common/interfaces.d.ts +8 -0
- package/cms/helpers/index.d.ts +11 -0
- package/cms/index.d.ts +27 -0
- package/cms/server.d.ts +45 -0
- package/constants.d.ts +49 -0
- package/contexts/contexts/GlobalContext.d.ts +12 -0
- package/contexts/contexts/NextContext.d.ts +14 -0
- package/contexts/contexts/Session.d.ts +5 -0
- package/contexts/contexts/cart/AddToCart.d.ts +6 -0
- package/contexts/contexts/cart/Context.d.ts +6 -0
- package/contexts/contexts/cart/MiniCartData.d.ts +7 -0
- package/contexts/contexts/cart/UIContext.d.ts +6 -0
- package/contexts/contexts/cms/FlagsAndTagsContext.d.ts +27 -0
- package/contexts/contexts/cms/PDPContentContext.d.ts +6 -0
- package/contexts/contexts/cms/PLPContentContext.d.ts +4 -0
- package/contexts/contexts/events/EventContext.d.ts +6 -0
- package/contexts/contexts/header/HeaderCategoryContext.d.ts +7 -0
- package/contexts/contexts/header/HeaderContext.d.ts +6 -0
- package/contexts/contexts/header/MenuMobileContext.d.ts +7 -0
- package/contexts/contexts/header/TipBarContext.d.ts +6 -0
- package/contexts/contexts/header/UserMenuContext.d.ts +6 -0
- package/contexts/contexts/newsletter/Context.d.ts +6 -0
- package/contexts/contexts/pdp/PDPContext.d.ts +6 -0
- package/contexts/contexts/pdp/PDPDataContext.d.ts +4 -0
- package/contexts/contexts/plp/FilterContext.d.ts +6 -0
- package/contexts/contexts/plp/PLPConstants.d.ts +6 -0
- package/contexts/contexts/plp/PLPContext.d.ts +6 -0
- package/contexts/contexts/plp/PLPInfiniteContext.tsx.d.ts +6 -0
- package/contexts/contexts/plp/PLPNavigationContext.d.ts +6 -0
- package/contexts/contexts/product-card/ProductCardContext.d.ts +6 -0
- package/contexts/contexts/search/Constants.d.ts +6 -0
- package/contexts/contexts/search/Facets.d.ts +5 -0
- package/contexts/contexts/search/Products.d.ts +5 -0
- package/contexts/contexts/search/Root.d.ts +5 -0
- package/contexts/contexts/search/Search.d.ts +5 -0
- package/contexts/contexts/search/SuggestedTerms.d.ts +5 -0
- package/contexts/contexts/search/TopSearches.d.ts +6 -0
- package/contexts/hooks/useBackPDC.d.ts +3 -0
- package/contexts/hooks/useClipboard.d.ts +4 -0
- package/contexts/hooks/useDisableZoom.d.ts +1 -0
- package/contexts/hooks/useLocalStorage.d.ts +1 -0
- package/contexts/hooks/useMediator.d.ts +1 -0
- package/contexts/hooks/useOnClickOutside.d.ts +3 -0
- package/contexts/hooks/useOnScreen.d.ts +4 -0
- package/contexts/hooks/useOperations.d.ts +19 -0
- package/contexts/hooks/useScrollRestoration.d.ts +3 -0
- package/contexts/hooks/useScrollRestorationInfinite.d.ts +4 -0
- package/contexts/hooks/useSentinel.d.ts +11 -0
- package/contexts/hooks/useTouchZoomPan.d.ts +8 -0
- package/contexts/index.d.ts +159 -0
- package/contexts/store/cart.d.ts +11 -0
- package/contexts/store/header.d.ts +24 -0
- package/contexts/store/helpers.d.ts +3 -0
- package/contexts/store/pdp.d.ts +28 -0
- package/contexts/store/plp.d.ts +3 -0
- package/contexts/store/wishlist.d.ts +12 -0
- package/data/api/DitoIngest/sendDitoEvent.d.ts +3 -0
- package/data/api/catalog/index.d.ts +2 -0
- package/data/api/catalog/kit/index.d.ts +11 -0
- package/data/api/catalog/product/info/index.d.ts +10 -0
- package/data/api/catalog/product/similars/index.d.ts +3 -0
- package/data/api/checkout/address/index.d.ts +21 -0
- package/data/api/checkout/index.d.ts +4 -0
- package/data/api/checkout/order-form/attachments/index.d.ts +17 -0
- package/data/api/checkout/order-form/attachments/marketing-data/index.d.ts +21 -0
- package/data/api/checkout/order-form/attachments/open-text-field/index.d.ts +18 -0
- package/data/api/checkout/order-form/coupon/index.d.ts +15 -0
- package/data/api/checkout/order-form/custom-data/index.d.ts +17 -0
- package/data/api/checkout/order-form/index.d.ts +15 -0
- package/data/api/checkout/order-form/items/index.d.ts +23 -0
- package/data/api/checkout/order-form/items/remove-all/index.d.ts +13 -0
- package/data/api/checkout/order-form/items/update/index.d.ts +25 -0
- package/data/api/checkout/order-form/messages/remove-all/index.d.ts +13 -0
- package/data/api/checkout/order-form/offerings/index.d.ts +19 -0
- package/data/api/checkout/order-form/orderform/index.d.ts +14 -0
- package/data/api/checkout/order-form/profile/index.d.ts +25 -0
- package/data/api/checkout/order-form/seller-code/index.d.ts +13 -0
- package/data/api/checkout/order-form/shipping/index.d.ts +17 -0
- package/data/api/checkout/order-form/shipping/update/index.d.ts +36 -0
- package/data/api/checkout/region/index.d.ts +33 -0
- package/data/api/checkout/simulation/index.d.ts +30 -0
- package/data/api/cms/content-type/index.d.ts +3 -0
- package/data/api/cms/index.d.ts +12 -0
- package/data/api/fetchVtex.d.ts +5 -0
- package/data/api/master-data/index.d.ts +3 -0
- package/data/api/master-data/masterdata/index.d.ts +26 -0
- package/data/api/master-data/search/index.d.ts +61 -0
- package/data/api/master-data/update/index.d.ts +29 -0
- package/data/api/search/autoCompleteSuggestions/index.d.ts +11 -0
- package/data/api/search/crosseling/index.d.ts +91 -0
- package/data/api/search/facets/index.d.ts +4 -0
- package/data/api/search/index.d.ts +6 -0
- package/data/api/search/product/index.d.ts +3 -0
- package/data/api/search/searchFetch.d.ts +3 -0
- package/data/api/search/suggestedTerms/index.d.ts +12 -0
- package/data/api/search/topSearch/index.d.ts +3 -0
- package/data/api/wishlist/products/index.d.ts +3 -0
- package/data/helpers/cart/index.d.ts +247 -0
- package/data/helpers/catalog/index.d.ts +38 -0
- package/data/helpers/cms/index.d.ts +10 -0
- package/data/helpers/events/index.d.ts +29 -0
- package/data/helpers/plp/index.d.ts +85 -0
- package/data/helpers/product/generalInfo.d.ts +19 -0
- package/data/helpers/product/image.d.ts +17 -0
- package/data/helpers/product/index.d.ts +7 -0
- package/data/helpers/product/orderSizes.d.ts +3 -0
- package/data/helpers/product/price.d.ts +5 -0
- package/data/helpers/product/skuInfos.d.ts +21 -0
- package/data/helpers/product/thumb.d.ts +3 -0
- package/data/helpers/search/facets.d.ts +48 -0
- package/data/helpers/search/index.d.ts +12 -0
- package/data/helpers/search/product/index.d.ts +279 -0
- package/data/helpers/search/product/utils/canonical.d.ts +1 -0
- package/data/helpers/search/product/utils/enhanceSku.d.ts +9 -0
- package/data/helpers/search/product/utils/images.d.ts +7 -0
- package/data/helpers/search/product/utils/productStock.d.ts +7 -0
- package/data/helpers/search/product/utils/propertyValue.d.ts +20 -0
- package/data/helpers/search/product/utils/sanitizeHtml.d.ts +18 -0
- package/data/helpers/search/product/utils/sku.d.ts +5 -0
- package/data/helpers/search/product/utils/slugify.d.ts +1 -0
- package/data/helpers/search/root.d.ts +11 -0
- package/data/helpers/search/search.d.ts +9 -0
- package/data/helpers/utils/cms.d.ts +4 -0
- package/data/helpers/utils/cookies.d.ts +2 -0
- package/data/helpers/utils/debounce.d.ts +1 -0
- package/data/helpers/utils/generateSlug.d.ts +1 -0
- package/data/helpers/utils/getAltTextFromUrl.d.ts +1 -0
- package/data/helpers/utils/getAuthenticatedUser.d.ts +4 -0
- package/data/helpers/utils/index.d.ts +8 -0
- package/data/helpers/utils/inputValidation.d.ts +7 -0
- package/data/helpers/utils/stringToSHA1.d.ts +1 -0
- package/data/helpers/utils/throttle.d.ts +1 -0
- package/data/helpers/utils/timer.d.ts +2 -0
- package/data/index.d.ts +14 -0
- package/index-BNgFxeJv.js +4 -0
- package/index-CTiZEtIS.mjs +1906 -0
- package/index-D_ZsOrBB.mjs +1924 -0
- package/index-DlymQH4i.js +4 -0
- package/index.d.ts +5 -0
- package/index.js +58 -0
- package/index.mjs +20192 -0
- package/index2.js +1 -0
- package/index2.mjs +1729 -0
- package/layout/index.d.ts +349 -0
- package/layout/team-component/AddToCart/AddToCart.d.ts +37 -0
- package/layout/team-component/AddToCart/Composite/Card/Card.d.ts +7 -0
- package/layout/team-component/AddToCart/Composite/Card/Content.d.ts +7 -0
- package/layout/team-component/AddToCart/Composite/Card/Media.d.ts +7 -0
- package/layout/team-component/AddToCart/Composite/Card/Name.d.ts +7 -0
- package/layout/team-component/AddToCart/Composite/Card/PriceQuantity.d.ts +7 -0
- package/layout/team-component/AddToCart/Composite/Card/StyleSize.d.ts +7 -0
- package/layout/team-component/AddToCart/Composite/Layout/Content.d.ts +9 -0
- package/layout/team-component/AddToCart/Composite/Layout/Footer.d.ts +9 -0
- package/layout/team-component/AddToCart/Composite/Layout/Items.d.ts +9 -0
- package/layout/team-component/AddToCart/Composite/Modal.d.ts +7 -0
- package/layout/team-component/AddToCart/Composite/Root.d.ts +7 -0
- package/layout/team-component/AddToCart/Composite/Tooltip.d.ts +7 -0
- package/layout/team-component/AddToCart/helpers.d.ts +5 -0
- package/layout/team-component/AddToCart/index.d.ts +7 -0
- package/layout/team-component/BackToTop/BackToTop.d.ts +4 -0
- package/layout/team-component/BackToTop/index.d.ts +1 -0
- package/layout/team-component/BuyPackage/BuyPackage.d.ts +4 -0
- package/layout/team-component/BuyPackage/Composite/GroupCart.d.ts +4 -0
- package/layout/team-component/BuyPackage/Composite/Header.d.ts +4 -0
- package/layout/team-component/BuyPackage/helpers.d.ts +5 -0
- package/layout/team-component/BuyPackage/index.d.ts +1 -0
- package/layout/team-component/Filter/Composite/Content.d.ts +7 -0
- package/layout/team-component/Filter/Composite/Empty.d.ts +7 -0
- package/layout/team-component/Filter/Composite/Item/Colors.d.ts +7 -0
- package/layout/team-component/Filter/Composite/Item/Price/Label.d.ts +7 -0
- package/layout/team-component/Filter/Composite/Item/Price/Price.d.ts +7 -0
- package/layout/team-component/Filter/Composite/Item/Price/index.d.ts +1 -0
- package/layout/team-component/Filter/Composite/Item/Sizes.d.ts +7 -0
- package/layout/team-component/Filter/Composite/Item/Toggle.d.ts +7 -0
- package/layout/team-component/Filter/Composite/Item/index.d.ts +7 -0
- package/layout/team-component/Filter/Composite/Loading.d.ts +7 -0
- package/layout/team-component/Filter/Composite/Modal.d.ts +7 -0
- package/layout/team-component/Filter/Composite/Root.d.ts +7 -0
- package/layout/team-component/Filter/Composite/Selected.d.ts +7 -0
- package/layout/team-component/Filter/Filter.d.ts +47 -0
- package/layout/team-component/Filter/helpers.d.ts +8 -0
- package/layout/team-component/Filter/index.d.ts +2 -0
- package/layout/team-component/Footer/Composite/Devices/Column.Desktop.d.ts +4 -0
- package/layout/team-component/Footer/Composite/Devices/Column.Mobile.d.ts +4 -0
- package/layout/team-component/Footer/Composite/Devices/Index.d.ts +4 -0
- package/layout/team-component/Footer/Composite/Item.d.ts +4 -0
- package/layout/team-component/Footer/Composite/LegalInformation.d.ts +4 -0
- package/layout/team-component/Footer/Composite/OtherCollection.d.ts +5 -0
- package/layout/team-component/Footer/Composite/Stamps.d.ts +5 -0
- package/layout/team-component/Footer/Composite/Support/index.d.ts +3 -0
- package/layout/team-component/Footer/Composite/Support/item.d.ts +3 -0
- package/layout/team-component/Footer/Composite/Wrapper.d.ts +7 -0
- package/layout/team-component/Footer/Footer.d.ts +7 -0
- package/layout/team-component/Footer/index.d.ts +4 -0
- package/layout/team-component/Form/Composite/Content.d.ts +4 -0
- package/layout/team-component/Form/Composite/FieldGroup.d.ts +7 -0
- package/layout/team-component/Form/Composite/FieldWrapper.d.ts +7 -0
- package/layout/team-component/Form/Composite/FormError.d.ts +4 -0
- package/layout/team-component/Form/Composite/Success.d.ts +4 -0
- package/layout/team-component/Form/Composite/index.d.ts +4 -0
- package/layout/team-component/Form/Form.d.ts +11 -0
- package/layout/team-component/Form/FormContext.d.ts +5 -0
- package/layout/team-component/Form/index.d.ts +1 -0
- package/layout/team-component/FreightCalculation/Composite/Freight/DeliveryInfo.d.ts +4 -0
- package/layout/team-component/FreightCalculation/Composite/Freight/Option.d.ts +4 -0
- package/layout/team-component/FreightCalculation/Composite/Freight/OptionContainer.d.ts +4 -0
- package/layout/team-component/FreightCalculation/Composite/Freight/OptionGrid.d.ts +4 -0
- package/layout/team-component/FreightCalculation/Composite/PostalCode/Container.d.ts +4 -0
- package/layout/team-component/FreightCalculation/Composite/PostalCode/DeliveryInfoBar.d.ts +4 -0
- package/layout/team-component/FreightCalculation/Composite/PostalCode/Input.d.ts +4 -0
- package/layout/team-component/FreightCalculation/Composite/ShippingFreight.d.ts +4 -0
- package/layout/team-component/FreightCalculation/Composite/ShippingFreightContainer.d.ts +4 -0
- package/layout/team-component/FreightCalculation/Composite/Tooltip.d.ts +7 -0
- package/layout/team-component/FreightCalculation/FreightCalculation.d.ts +4 -0
- package/layout/team-component/FreightCalculation/helpers.d.ts +4 -0
- package/layout/team-component/FreightCalculation/index.d.ts +1 -0
- package/layout/team-component/Header/Composite/Bag.d.ts +7 -0
- package/layout/team-component/Header/Composite/Categories.d.ts +5 -0
- package/layout/team-component/Header/Composite/HeaderDesktopWrapper.d.ts +9 -0
- package/layout/team-component/Header/Composite/HeaderMobileWrapper.d.ts +9 -0
- package/layout/team-component/Header/Composite/SearchButton.d.ts +2 -0
- package/layout/team-component/Header/Composite/SubMenu.d.ts +5 -0
- package/layout/team-component/Header/Composite/WishList.d.ts +5 -0
- package/layout/team-component/Header/index.d.ts +7 -0
- package/layout/team-component/HelpButton/Composite/Body.d.ts +4 -0
- package/layout/team-component/HelpButton/Composite/CallToAction.d.ts +7 -0
- package/layout/team-component/HelpButton/Composite/Wrapper.d.ts +4 -0
- package/layout/team-component/HelpButton/HelpButton.d.ts +4 -0
- package/layout/team-component/HelpButton/index.d.ts +1 -0
- package/layout/team-component/ImageZoom/Composite/ButtonClose.d.ts +4 -0
- package/layout/team-component/ImageZoom/Composite/Common/BlurImage.d.ts +3 -0
- package/layout/team-component/ImageZoom/Composite/Desktop/ImageDesktop.d.ts +5 -0
- package/layout/team-component/ImageZoom/Composite/Desktop/ImagesThumbs.d.ts +5 -0
- package/layout/team-component/ImageZoom/Composite/Desktop/WrapperDesktop.d.ts +4 -0
- package/layout/team-component/ImageZoom/Composite/Mobile/Carousel.d.ts +7 -0
- package/layout/team-component/ImageZoom/Composite/Mobile/ImageMobile.d.ts +7 -0
- package/layout/team-component/ImageZoom/Composite/Mobile/ImageZoom.d.ts +7 -0
- package/layout/team-component/ImageZoom/Composite/Mobile/WrapperMobile.d.ts +4 -0
- package/layout/team-component/ImageZoom/Composite/Mobile/ZoomPopup.d.ts +7 -0
- package/layout/team-component/ImageZoom/ImageZoom.d.ts +7 -0
- package/layout/team-component/ImageZoom/index.d.ts +1 -0
- package/layout/team-component/Link/Link.d.ts +4 -0
- package/layout/team-component/Link/index.d.ts +1 -0
- package/layout/team-component/Link/interfaces.d.ts +17 -0
- package/layout/team-component/Media/Image.d.ts +4 -0
- package/layout/team-component/Media/Video.d.ts +4 -0
- package/layout/team-component/Media/index.d.ts +5 -0
- package/layout/team-component/Menu/Composite/Common/Thumbnail.d.ts +7 -0
- package/layout/team-component/Menu/Composite/Desktop/Categories.d.ts +7 -0
- package/layout/team-component/Menu/Composite/Desktop/MenuRoot.d.ts +7 -0
- package/layout/team-component/Menu/Composite/Desktop/SubCategories/SubCategories.d.ts +7 -0
- package/layout/team-component/Menu/Composite/Mobile/Body/Body.d.ts +7 -0
- package/layout/team-component/Menu/Composite/Mobile/Body/Category/Banner.d.ts +7 -0
- package/layout/team-component/Menu/Composite/Mobile/Body/Category/Category.d.ts +7 -0
- package/layout/team-component/Menu/Composite/Mobile/Body/Category/List.d.ts +7 -0
- package/layout/team-component/Menu/Composite/Mobile/Body/Category/SubCategory.d.ts +7 -0
- package/layout/team-component/Menu/Composite/Mobile/Body/Category/Title.d.ts +7 -0
- package/layout/team-component/Menu/Composite/Mobile/Body/Category/index.d.ts +22 -0
- package/layout/team-component/Menu/Composite/Mobile/Header/Header.d.ts +5 -0
- package/layout/team-component/Menu/Composite/Mobile/MenuRoot.d.ts +4 -0
- package/layout/team-component/Menu/Composite/Mobile/Navigation/Bar.d.ts +5 -0
- package/layout/team-component/Menu/Composite/Mobile/Navigation/BarItem.d.ts +7 -0
- package/layout/team-component/Menu/MenuDesktop.d.ts +15 -0
- package/layout/team-component/Menu/MenuMobile.d.ts +18 -0
- package/layout/team-component/Newsletter/Composite/Form.d.ts +7 -0
- package/layout/team-component/Newsletter/Composite/FormFields.d.ts +7 -0
- package/layout/team-component/Newsletter/Composite/Input.d.ts +7 -0
- package/layout/team-component/Newsletter/Composite/SubmitButton.d.ts +8 -0
- package/layout/team-component/Newsletter/Composite/Success.d.ts +10 -0
- package/layout/team-component/Newsletter/Composite/Terms.d.ts +7 -0
- package/layout/team-component/Newsletter/helpers.d.ts +21 -0
- package/layout/team-component/Newsletter/index.d.ts +7 -0
- package/layout/team-component/Notify/Composite/Controls.d.ts +7 -0
- package/layout/team-component/Notify/Composite/Form.d.ts +7 -0
- package/layout/team-component/Notify/Composite/Loading.d.ts +7 -0
- package/layout/team-component/Notify/Composite/Selector.d.ts +7 -0
- package/layout/team-component/Notify/Composite/Status.d.ts +7 -0
- package/layout/team-component/Notify/helpers.d.ts +3 -0
- package/layout/team-component/Notify/index.d.ts +7 -0
- package/layout/team-component/PLPNavigation/Composite/BreadCrumb.d.ts +5 -0
- package/layout/team-component/PLPNavigation/Composite/Content.d.ts +7 -0
- package/layout/team-component/PLPNavigation/Composite/Filters.d.ts +5 -0
- package/layout/team-component/PLPNavigation/Composite/Root.d.ts +7 -0
- package/layout/team-component/PLPNavigation/Composite/Selected/Item.d.ts +7 -0
- package/layout/team-component/PLPNavigation/Composite/Selected/Selected.d.ts +7 -0
- package/layout/team-component/PLPNavigation/Composite/Selected/index.d.ts +1 -0
- package/layout/team-component/PLPNavigation/Composite/Selected/interfaces.d.ts +10 -0
- package/layout/team-component/PLPNavigation/Composite/Total.d.ts +5 -0
- package/layout/team-component/PLPNavigation/PLPNavigation.d.ts +31 -0
- package/layout/team-component/PLPNavigation/index.d.ts +1 -0
- package/layout/team-component/ProductCard/Composite/Actions/Actions.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Actions/BuyButton.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Actions/Header.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Media/Media.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Media/Video.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/OutStock.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Price.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Root.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Selectors/SizeSelector/Item.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Selectors/SizeSelector/SkuItem.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Selectors/SizeSelector.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Selectors/StyleSelector.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Title.d.ts +7 -0
- package/layout/team-component/ProductCard/Composite/Wrapper.d.ts +7 -0
- package/layout/team-component/ProductCard/ProductCard.d.ts +51 -0
- package/layout/team-component/ProductCard/index.d.ts +1 -0
- package/layout/team-component/ProductList/Composite/Banner.d.ts +7 -0
- package/layout/team-component/ProductList/Composite/Card/Actions.d.ts +7 -0
- package/layout/team-component/ProductList/Composite/Card/Card.d.ts +7 -0
- package/layout/team-component/ProductList/Composite/Card/index.d.ts +1 -0
- package/layout/team-component/ProductList/Composite/Root.d.ts +7 -0
- package/layout/team-component/ProductList/ProductList.d.ts +17 -0
- package/layout/team-component/ProductList/helpers.d.ts +13 -0
- package/layout/team-component/ProductList/index.d.ts +2 -0
- package/layout/team-component/ProductVariationList/Composite/List.d.ts +7 -0
- package/layout/team-component/ProductVariationList/Composite/Option.d.ts +7 -0
- package/layout/team-component/ProductVariationList/Composite/Root.d.ts +7 -0
- package/layout/team-component/ProductVariationList/Composite/Title.d.ts +7 -0
- package/layout/team-component/ProductVariationList/ProductVariationList.d.ts +19 -0
- package/layout/team-component/ProductVariationList/index.d.ts +1 -0
- package/layout/team-component/Sort/Composite/Button.d.ts +4 -0
- package/layout/team-component/Sort/Composite/Item.d.ts +4 -0
- package/layout/team-component/Sort/Composite/List.d.ts +4 -0
- package/layout/team-component/Sort/Composite/ListWrapper.d.ts +4 -0
- package/layout/team-component/Sort/Composite/Root.d.ts +4 -0
- package/layout/team-component/Sort/Sort.d.ts +7 -0
- package/layout/team-component/Sort/index.d.ts +1 -0
- package/layout/team-component/Table/Composite/Head.d.ts +4 -0
- package/layout/team-component/Table/Composite/Root.d.ts +4 -0
- package/layout/team-component/Table/Composite/Rows.d.ts +4 -0
- package/layout/team-component/Table/Table.d.ts +6 -0
- package/layout/team-component/Table/index.d.ts +1 -0
- package/layout/team-component/Timer/index.d.ts +4 -0
- package/layout/team-component/TipBar/Composite/Fields/Copy.d.ts +3 -0
- package/layout/team-component/TipBar/Composite/Fields/CountDown.d.ts +3 -0
- package/layout/team-component/TipBar/Composite/Fields/Coupon.d.ts +3 -0
- package/layout/team-component/TipBar/Composite/Fields/FieldsScreening.d.ts +3 -0
- package/layout/team-component/TipBar/Composite/Fields/TextContent.d.ts +3 -0
- package/layout/team-component/TipBar/Composite/Root.d.ts +7 -0
- package/layout/team-component/TipBar/Composite/Structure/Carousel.d.ts +9 -0
- package/layout/team-component/TipBar/Composite/Structure/Container.d.ts +3 -0
- package/layout/team-component/TipBar/Composite/Structure/Item.d.ts +3 -0
- package/layout/team-component/TipBar/Composite/Support/CloseBtn.d.ts +3 -0
- package/layout/team-component/TipBar/index.d.ts +7 -0
- package/layout/team-component/UserMenu/Composite/Content.d.ts +7 -0
- package/layout/team-component/UserMenu/Composite/Credits.d.ts +7 -0
- package/layout/team-component/UserMenu/Composite/Login.d.ts +10 -0
- package/layout/team-component/UserMenu/Composite/Menu.d.ts +7 -0
- package/layout/team-component/UserMenu/Composite/Modal.d.ts +7 -0
- package/layout/team-component/UserMenu/Composite/Root.d.ts +7 -0
- package/layout/team-component/UserMenu/Composite/Tooltip.d.ts +7 -0
- package/layout/team-component/UserMenu/UserMenu.d.ts +34 -0
- package/layout/team-component/UserMenu/helpers.d.ts +7 -0
- package/layout/team-component/UserMenu/index.d.ts +7 -0
- package/layout/template/LPCadastro/index.d.ts +3 -0
- package/layout/template/MiniCart/Composite/Card/Card.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Card/Composite/Actions.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Card/Composite/Gift.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Card/Composite/Media.d.ts +9 -0
- package/layout/template/MiniCart/Composite/Card/Composite/Name.d.ts +10 -0
- package/layout/template/MiniCart/Composite/Card/Composite/Price.d.ts +8 -0
- package/layout/template/MiniCart/Composite/Card/Composite/Sku.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Card/Composite/Stepper.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Card/Composite/Style.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Card/Composite/Wishlist.d.ts +4 -0
- package/layout/template/MiniCart/Composite/Card/helpers.d.ts +8 -0
- package/layout/template/MiniCart/Composite/Card/index.d.ts +45 -0
- package/layout/template/MiniCart/Composite/Cashback.d.ts +7 -0
- package/layout/template/MiniCart/Composite/CouponSeller/CouponSeller.d.ts +7 -0
- package/layout/template/MiniCart/Composite/CouponSeller/index.d.ts +1 -0
- package/layout/template/MiniCart/Composite/Feedback.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Field/Field.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Field/Input.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Field/index.d.ts +1 -0
- package/layout/template/MiniCart/Composite/Modal/Body/Body.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Modal/Body/CouponTag/CouponTag.d.ts +9 -0
- package/layout/template/MiniCart/Composite/Modal/Body/CouponTag/index.d.ts +1 -0
- package/layout/template/MiniCart/Composite/Modal/Body/Promotion/Promotion.d.ts +9 -0
- package/layout/template/MiniCart/Composite/Modal/Body/Promotion/helper.d.ts +5 -0
- package/layout/template/MiniCart/Composite/Modal/Body/Promotion/index.d.ts +1 -0
- package/layout/template/MiniCart/Composite/Modal/Body/index.d.ts +1 -0
- package/layout/template/MiniCart/Composite/Modal/Footer/Discount/Discount.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Modal/Footer/Discount/index.d.ts +1 -0
- package/layout/template/MiniCart/Composite/Modal/Footer/Footer.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Modal/Footer/Resume/Items.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Modal/Footer/Resume/Totals.d.ts +5 -0
- package/layout/template/MiniCart/Composite/Modal/Footer/index.d.ts +1 -0
- package/layout/template/MiniCart/Composite/Modal/Header.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Notifications/Item/Item.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Notifications/Item/index.d.ts +1 -0
- package/layout/template/MiniCart/Composite/Notifications/Notifications.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Notifications/index.d.ts +1 -0
- package/layout/template/MiniCart/Composite/Shipping/Shipping.d.ts +7 -0
- package/layout/template/MiniCart/Composite/Shipping/index.d.ts +1 -0
- package/layout/template/MiniCart/Composite/TagMessage.d.ts +5 -0
- package/layout/template/MiniCart/Composite/Variations/Options.d.ts +17 -0
- package/layout/template/MiniCart/Composite/Variations/ProductVariations.d.ts +4 -0
- package/layout/template/MiniCart/Composite/Variations/VariationList.d.ts +3 -0
- package/layout/template/MiniCart/MiniCart.d.ts +4 -0
- package/layout/template/MiniCart/helpers.d.ts +7 -0
- package/layout/template/MiniCart/index.d.ts +51 -0
- package/layout/template/PDC/Composite/Empty/Empty.d.ts +7 -0
- package/layout/template/PDC/Composite/Empty/index.d.ts +1 -0
- package/layout/template/PDC/Composite/Filters/Filters.d.ts +5 -0
- package/layout/template/PDC/Composite/Filters/helpers.d.ts +4 -0
- package/layout/template/PDC/Composite/Filters/index.d.ts +1 -0
- package/layout/template/PDC/Composite/Grid/Banners.d.ts +7 -0
- package/layout/template/PDC/Composite/Grid/Grid.d.ts +7 -0
- package/layout/template/PDC/Composite/Grid/NavigationTotal.d.ts +7 -0
- package/layout/template/PDC/Composite/Grid/index.d.ts +1 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Banners/Banners.d.ts +7 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Banners/index.d.ts +1 -0
- package/layout/template/PDC/Composite/InfiniteScroller/InfiniteScroller.d.ts +5 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Loading/Loading.d.ts +7 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Loading/index.d.ts +1 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/Anchor.d.ts +7 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/Card.d.ts +7 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/Loader.d.ts +9 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/NextPage.d.ts +7 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Page/Page.d.ts +7 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Page/index.d.ts +21 -0
- package/layout/template/PDC/Composite/InfiniteScroller/index.d.ts +1 -0
- package/layout/template/PDC/Composite/Navigation/Navigation.d.ts +5 -0
- package/layout/template/PDC/Composite/Navigation/index.d.ts +1 -0
- package/layout/template/PDC/Composite/Notification/Notification.d.ts +7 -0
- package/layout/template/PDC/Composite/Notification/index.d.ts +1 -0
- package/layout/template/PDC/Composite/Pagination/Arrow/Arrow.d.ts +7 -0
- package/layout/template/PDC/Composite/Pagination/Arrow/index.d.ts +1 -0
- package/layout/template/PDC/Composite/Pagination/Arrow/interfaces.d.ts +8 -0
- package/layout/template/PDC/Composite/Pagination/Layout/Layout.d.ts +7 -0
- package/layout/template/PDC/Composite/Pagination/Layout/index.d.ts +1 -0
- package/layout/template/PDC/Composite/Pagination/PageEllipses/PageEllipses.d.ts +7 -0
- package/layout/template/PDC/Composite/Pagination/PageEllipses/index.d.ts +1 -0
- package/layout/template/PDC/Composite/Pagination/PageEllipses/interfaces.d.ts +10 -0
- package/layout/template/PDC/Composite/Pagination/Pages/Pages.d.ts +7 -0
- package/layout/template/PDC/Composite/Pagination/Pages/index.d.ts +1 -0
- package/layout/template/PDC/Composite/Pagination/Pages/interfaces.d.ts +7 -0
- package/layout/template/PDC/Composite/Pagination/Pagination.d.ts +7 -0
- package/layout/template/PDC/Composite/Pagination/helpers.d.ts +11 -0
- package/layout/template/PDC/Composite/Pagination/index.d.ts +1 -0
- package/layout/template/PDC/Composite/Products/Products.d.ts +7 -0
- package/layout/template/PDC/Composite/Products/index.d.ts +1 -0
- package/layout/template/PDC/Composite/Spinner/index.d.ts +7 -0
- package/layout/template/PDC/PDC.d.ts +7 -0
- package/layout/template/PDC/index.d.ts +39 -0
- package/layout/template/PDP/Composite/BreadCrumb/index.d.ts +7 -0
- package/layout/template/PDP/Composite/Containers/Gallery.d.ts +3 -0
- package/layout/template/PDP/Composite/Containers/Main.d.ts +3 -0
- package/layout/template/PDP/Composite/Containers/PDP.d.ts +3 -0
- package/layout/template/PDP/Composite/Containers/Secondary.d.ts +3 -0
- package/layout/template/PDP/Composite/Containers/index.d.ts +6 -0
- package/layout/template/PDP/Composite/Credits/index.d.ts +7 -0
- package/layout/template/PDP/Composite/Gallery/Carousel.d.ts +13 -0
- package/layout/template/PDP/Composite/Gallery/Image.d.ts +9 -0
- package/layout/template/PDP/Composite/Gallery/Video.d.ts +6 -0
- package/layout/template/PDP/Composite/Gallery/Wrapper.d.ts +4 -0
- package/layout/template/PDP/Composite/Gallery/index.d.ts +7 -0
- package/layout/template/PDP/Composite/Info/Divider.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/Actions/AddToCart.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/Actions/AddToCartObserver.d.ts +6 -0
- package/layout/template/PDP/Composite/Info/MainContent/Actions/AddToWishlist.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/Actions/index.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/BottomNavigation/Actions.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/BottomNavigation/index.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/Header/GoldenTag.d.ts +9 -0
- package/layout/template/PDP/Composite/Info/MainContent/Header/index.d.ts +8 -0
- package/layout/template/PDP/Composite/Info/MainContent/Links/index.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/Price/index.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/ProductMeasurements/index.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/Root.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/Similars/AccessibilityInfo.d.ts +2 -0
- package/layout/template/PDP/Composite/Info/MainContent/Similars/Items.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/Similars/ToggleWrapper.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/Similars/index.d.ts +3 -0
- package/layout/template/PDP/Composite/Info/MainContent/Sizes/index.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/MainContent/SubSectionWrapper.d.ts +4 -0
- package/layout/template/PDP/Composite/Info/Root.d.ts +6 -0
- package/layout/template/PDP/Composite/Info/SecondaryContent/DescriptionsTabs.d.ts +2 -0
- package/layout/template/PDP/Composite/Info/SecondaryContent/Freight.d.ts +4 -0
- package/layout/template/PDP/index.d.ts +21 -0
- package/layout/template/QuickShop/Composite/Body.d.ts +4 -0
- package/layout/template/QuickShop/Composite/Header.d.ts +3 -0
- package/layout/template/QuickShop/Composite/Similars.d.ts +7 -0
- package/layout/template/QuickShop/index.d.ts +3 -0
- package/layout/template/SearchModal/Composite/AutoComplete.d.ts +7 -0
- package/layout/template/SearchModal/Composite/Header.d.ts +3 -0
- package/layout/template/SearchModal/Composite/Recommendations.d.ts +5 -0
- package/layout/template/SearchModal/Composite/Trends.d.ts +4 -0
- package/layout/template/SearchModal/SearchModal.d.ts +7 -0
- package/layout/template/SearchModal/helpers.d.ts +3 -0
- package/layout/template/SearchModal/index.d.ts +1 -0
- package/layout/template/SearchResult/Composite/Empty.d.ts +7 -0
- package/layout/template/SearchResult/Composite/Grid.d.ts +7 -0
- package/layout/template/SearchResult/Composite/GridHeader.d.ts +3 -0
- package/layout/template/SearchResult/Composite/Loading.d.ts +7 -0
- package/layout/template/SearchResult/Composite/Sort.d.ts +4 -0
- package/layout/template/SearchResult/SearchContent.d.ts +4 -0
- package/layout/template/SearchResult/SearchResult.d.ts +7 -0
- package/layout/template/SearchResult/index.d.ts +1 -0
- package/layout/template/WishList/Composite/Feedback.d.ts +11 -0
- package/layout/template/WishList/Composite/Grid.d.ts +7 -0
- package/layout/template/WishList/Composite/Init.d.ts +11 -0
- package/layout/template/WishList/Composite/Toggle.d.ts +7 -0
- package/layout/template/WishList/WishList.d.ts +26 -0
- package/layout/template/WishList/helpers.d.ts +12 -0
- package/layout/template/WishList/index.d.ts +1 -0
- package/layout/utils/DraftJsLinkWrapper/index.d.ts +4 -0
- package/layout/utils/ErrorBoundary/index.d.ts +17 -0
- package/layout/utils/EventCollector/index.d.ts +5 -0
- package/layout/utils/ExternalScripts/index.d.ts +5 -0
- package/layout/utils/LinkOrNotLink/index.d.ts +4 -0
- package/layout/utils/Observer/index.d.ts +4 -0
- package/layout/utils/ObserverOrNot/index.d.ts +10 -0
- package/layout/utils/ProductShelf/Composite/Card.d.ts +7 -0
- package/layout/utils/ProductShelf/Composite/Shelf.d.ts +4 -0
- package/layout/utils/ProductShelf/Composite/Title.d.ts +4 -0
- package/layout/utils/ProductShelf/index.d.ts +8 -0
- package/layout/utils/SessionEvent/index.d.ts +3 -0
- package/layout/utils/Skeleton/index.d.ts +2 -0
- package/layout/utils/SnackBar/index.d.ts +7 -0
- package/package.json +20 -0
- package/scripts/helpers/index.d.ts +3 -0
- package/scripts/index.d.ts +4 -0
- package/server.d.ts +58 -0
- package/style.css +1 -0
- package/types/cms/ContentTypes/Cart/index.d.ts +46 -0
- package/types/cms/ContentTypes/CommonPage/index.d.ts +34 -0
- package/types/cms/ContentTypes/FlagsAndTags/index.d.ts +56 -0
- package/types/cms/ContentTypes/Footer/index.d.ts +91 -0
- package/types/cms/ContentTypes/Header/index.d.ts +62 -0
- package/types/cms/ContentTypes/HelpButton/index.d.ts +48 -0
- package/types/cms/ContentTypes/LPLojas/index.d.ts +12 -0
- package/types/cms/ContentTypes/LookbookPage/index.d.ts +43 -0
- package/types/cms/ContentTypes/Multimarcas/index.d.ts +5 -0
- package/types/cms/ContentTypes/NotFoundPage/index.d.ts +17 -0
- package/types/cms/ContentTypes/PDP/index.d.ts +21 -0
- package/types/cms/ContentTypes/PLP/index.d.ts +47 -0
- package/types/cms/ContentTypes/PolicyPage/index.d.ts +38 -0
- package/types/cms/ContentTypes/PreHome/index.d.ts +21 -0
- package/types/cms/ContentTypes/Redirects/index.d.ts +25 -0
- package/types/cms/ContentTypes/Search/index.d.ts +31 -0
- package/types/cms/ContentTypes/Tipbar/index.d.ts +55 -0
- package/types/cms/ContentTypes/Wishlist/index.d.ts +17 -0
- package/types/cms/Factories/index.d.ts +69 -0
- package/types/cms/Sections/Banner/index.d.ts +50 -0
- package/types/cms/Sections/BannerCarousel/index.d.ts +37 -0
- package/types/cms/Sections/BennefitsBar/index.d.ts +23 -0
- package/types/cms/Sections/EmbedLive/index.d.ts +13 -0
- package/types/cms/Sections/HeaderSubmenu/index.d.ts +35 -0
- package/types/cms/Sections/ImageGrid/index.d.ts +10 -0
- package/types/cms/Sections/ListProductsBanners/index.d.ts +13 -0
- package/types/cms/Sections/Newsletter/index.d.ts +26 -0
- package/types/cms/Sections/PopupModal/index.d.ts +26 -0
- package/types/cms/Sections/ProductCarousel/index.d.ts +84 -0
- package/types/cms/Sections/SectionZone/index.d.ts +83 -0
- package/types/cms/Sections/TextAccordion/index.d.ts +15 -0
- package/types/cms/Sections/TextContent/index.d.ts +35 -0
- package/types/cms/Sections/_common/index.d.ts +8 -0
- package/types/constants.d.ts +378 -0
- package/types/contexts/contexts/cart/index.d.ts +17 -0
- package/types/contexts/contexts/cms/FlagsAndTags.d.ts +9 -0
- package/types/contexts/contexts/global.d.ts +20 -0
- package/types/contexts/contexts/header.d.ts +32 -0
- package/types/contexts/contexts/next.d.ts +11 -0
- package/types/contexts/contexts/pdp.d.ts +77 -0
- package/types/contexts/contexts/plp.d.ts +99 -0
- package/types/contexts/contexts/search.d.ts +84 -0
- package/types/contexts/contexts/session.d.ts +87 -0
- package/types/contexts/hooks/index.d.ts +19 -0
- package/types/contexts/store/cart.d.ts +212 -0
- package/types/contexts/store/header.d.ts +18 -0
- package/types/contexts/store/helpers.d.ts +7 -0
- package/types/contexts/store/pdp.d.ts +21 -0
- package/types/contexts/store/wishlist.d.ts +17 -0
- package/types/data/api/catalog/kit/index.d.ts +0 -0
- package/types/data/api/catalog/portal/index.d.ts +26 -0
- package/types/data/api/catalog/product/index.d.ts +50 -0
- package/types/data/api/checkout/address/index.d.ts +20 -0
- package/types/data/api/checkout/order-form/index.d.ts +328 -0
- package/types/data/api/checkout/order-form/profile/index.d.ts +17 -0
- package/types/data/api/checkout/order-form/shipping/index.d.ts +23 -0
- package/types/data/api/checkout/simulation/index.d.ts +64 -0
- package/types/data/api/cms/index.d.ts +18 -0
- package/types/data/api/dito-ingest/index.d.ts +65 -0
- package/types/data/api/index.d.ts +16 -0
- package/types/data/api/search/facets/index.d.ts +89 -0
- package/types/data/api/search/index.d.ts +149 -0
- package/types/data/api/search/product/index.d.ts +70 -0
- package/types/data/events/index.d.ts +113 -0
- package/types/data/helpers/index.d.ts +42 -0
- package/types/global/product/index.d.ts +419 -0
- package/types/layout/team-components/AddToCart/index.d.ts +87 -0
- package/types/layout/team-components/BackToTop/index.d.ts +11 -0
- package/types/layout/team-components/BuyPackage/index.d.ts +61 -0
- package/types/layout/team-components/Filter/Item/Price/index.d.ts +6 -0
- package/types/layout/team-components/Filter/Item/index.d.ts +29 -0
- package/types/layout/team-components/Filter/index.d.ts +76 -0
- package/types/layout/team-components/Footer/index.d.ts +61 -0
- package/types/layout/team-components/Form/index.d.ts +45 -0
- package/types/layout/team-components/FreightCalculation/index.d.ts +284 -0
- package/types/layout/team-components/Header/index.d.ts +81 -0
- package/types/layout/team-components/HelpButton/index.d.ts +31 -0
- package/types/layout/team-components/ImageZoom/index.d.ts +70 -0
- package/types/layout/team-components/Media/index.d.ts +12 -0
- package/types/layout/team-components/Menu/Desktop/index.d.ts +15 -0
- package/types/layout/team-components/Menu/Mobile/Body/Category/index.d.ts +23 -0
- package/types/layout/team-components/Menu/Mobile/Body/index.d.ts +3 -0
- package/types/layout/team-components/Menu/Mobile/index.d.ts +52 -0
- package/types/layout/team-components/Menu/index.d.ts +13 -0
- package/types/layout/team-components/Newsletter/index.d.ts +101 -0
- package/types/layout/team-components/Notify/index.d.ts +52 -0
- package/types/layout/team-components/PLPNavigation/index.d.ts +27 -0
- package/types/layout/team-components/PreHome/index.d.ts +6 -0
- package/types/layout/team-components/ProductCard/Selectors/index.d.ts +49 -0
- package/types/layout/team-components/ProductCard/index.d.ts +86 -0
- package/types/layout/team-components/ProductList/index.d.ts +53 -0
- package/types/layout/team-components/ProductVariationList/index.d.ts +15 -0
- package/types/layout/team-components/Sort/index.d.ts +21 -0
- package/types/layout/team-components/Table/index.d.ts +22 -0
- package/types/layout/team-components/Timer/index.d.ts +15 -0
- package/types/layout/team-components/TipBar/index.d.ts +69 -0
- package/types/layout/team-components/UserMenu/index.d.ts +57 -0
- package/types/layout/templates/LPCadastro/index.d.ts +33 -0
- package/types/layout/templates/MiniCart/index.d.ts +198 -0
- package/types/layout/templates/Multimarcas/index.d.ts +28 -0
- package/types/layout/templates/PDP/index.d.ts +149 -0
- package/types/layout/templates/PLP/index.d.ts +124 -0
- package/types/layout/templates/QuickShop/index.d.ts +22 -0
- package/types/layout/templates/SearchModal/index.d.ts +41 -0
- package/types/layout/templates/SearchResult/index.d.ts +44 -0
- package/types/layout/templates/Wishlist/index.d.ts +21 -0
- package/types/layout/utils/index.d.ts +47 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Promotion';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Body';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DiscountProps } from '../../../../../../../types/layout/templates/MiniCart';
|
|
2
|
+
|
|
3
|
+
declare const Discount: {
|
|
4
|
+
({ children, ICONS, MINICART_CONFIG, Z_INDEX_WAR }: DiscountProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default Discount;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Discount';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ModalFooterProps } from '../../../../../../types/layout/templates/MiniCart';
|
|
2
|
+
|
|
3
|
+
declare const Footer: {
|
|
4
|
+
({ children, storeConfig, MINICART_CONFIG }: ModalFooterProps): import("react/jsx-runtime").JSX.Element | null;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default Footer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Footer';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NotificationItemProps } from '../../../../../../types/layout/templates/MiniCart';
|
|
2
|
+
|
|
3
|
+
declare const Item: {
|
|
4
|
+
({ item: { id, message, callback }, removeNotification, ICONS }: NotificationItemProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default Item;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Item';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Notifications';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Shipping';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare function OptionSize({ text }: {
|
|
2
|
+
text: string;
|
|
3
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function OptionColor({ fill }: {
|
|
5
|
+
fill: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function OptionTexture({ src, text }: {
|
|
8
|
+
src: string;
|
|
9
|
+
text: string;
|
|
10
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare const Options: {
|
|
12
|
+
size: typeof OptionSize;
|
|
13
|
+
color: typeof OptionColor;
|
|
14
|
+
texture: typeof OptionTexture;
|
|
15
|
+
image: typeof OptionTexture;
|
|
16
|
+
};
|
|
17
|
+
export default Options;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { MiniCartProps } from '../../../types/layout/templates/MiniCart';
|
|
2
|
+
|
|
3
|
+
declare const MiniCart: ({ ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, PLP_NOT_RESULT, TEXTURE_IMAGE, TIPBAR_CONFIGS, TOGGLE_STYLE_MODIFIER, Z_INDEX_WAR, storeConfig, minicartStyleModifiers }: MiniCartProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export default MiniCart;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NotificationsStore } from '../../../types/contexts/store/cart';
|
|
2
|
+
|
|
3
|
+
export declare const addNotification: (state: NotificationsStore, message: string, callback?: () => void) => {
|
|
4
|
+
notifications: import('../../../types/contexts/store/cart').NotificationStore[];
|
|
5
|
+
};
|
|
6
|
+
export declare const marketingTagsBuilder: (marketingTags: string | string[]) => string[];
|
|
7
|
+
export declare const formatCEP: (inputValue: string) => string;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const MiniCart: {
|
|
2
|
+
Body: {
|
|
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
|
+
displayName: string;
|
|
5
|
+
};
|
|
6
|
+
Card: {
|
|
7
|
+
({ available, index, product, ICONS, MINICART_CONFIG, NAME_SPLIT_SYMBOL, TEXTURE_IMAGE, TOGGLE_STYLE_MODIFIER, }: import('../../../types/layout/templates/MiniCart').CardProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
|
+
Cashback: {
|
|
11
|
+
({ type, ICONS, MESSAGE_CASHBACK }: import('../../../types/layout/templates/MiniCart').CashbackProps): import("react/jsx-runtime").JSX.Element | null;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
CouponSeller: {
|
|
15
|
+
({ type, ICONS, MINICART_CONFIG }: import('../../../types/layout/templates/MiniCart').CouponSellerProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
displayName: string;
|
|
17
|
+
};
|
|
18
|
+
Discount: {
|
|
19
|
+
({ children, ICONS, MINICART_CONFIG, Z_INDEX_WAR }: import('../../../types/layout/templates/MiniCart').DiscountProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
displayName: string;
|
|
21
|
+
};
|
|
22
|
+
Field: {
|
|
23
|
+
({ title, ICONS, MINICART_CONFIG, ...props }: import('../../../types/layout/templates/MiniCart').FieldProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
displayName: string;
|
|
25
|
+
};
|
|
26
|
+
Feedback: {
|
|
27
|
+
({ ICONS, MINICART_CONFIG, PLP_NOT_RESULT }: import('../../../types/layout/templates/MiniCart').FeedbackProps): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
displayName: string;
|
|
29
|
+
};
|
|
30
|
+
Shipping: {
|
|
31
|
+
({ ICONS, MINICART_CONFIG }: import('../../../types/layout/templates/MiniCart').ShippingProps): import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
displayName: string;
|
|
33
|
+
};
|
|
34
|
+
Footer: {
|
|
35
|
+
({ children, storeConfig, MINICART_CONFIG }: import('../../../types/layout/templates/MiniCart').ModalFooterProps): import("react/jsx-runtime").JSX.Element | null;
|
|
36
|
+
displayName: string;
|
|
37
|
+
};
|
|
38
|
+
Header: {
|
|
39
|
+
({ ICONS, MINICART_CONFIG }: import('../../../types/layout/templates/MiniCart').ModalHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
displayName: string;
|
|
41
|
+
};
|
|
42
|
+
TagMessage: {
|
|
43
|
+
(): import("react/jsx-runtime").JSX.Element | null;
|
|
44
|
+
displayName: string;
|
|
45
|
+
};
|
|
46
|
+
Totals: {
|
|
47
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
48
|
+
displayName: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
export default MiniCart;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Empty';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { FacetValueRange } from '../../../../../types/data/api/search/facets';
|
|
2
|
+
|
|
3
|
+
export declare const checkPriceRange: (values: FacetValueRange[], value: string) => number[];
|
|
4
|
+
export declare const getUpdatedPriceRange: (value: string, minFacet: number, maxFacet: number) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Filters';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Grid';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { InfiniteBannersProps } from '../../../../../../types/layout/templates/PLP';
|
|
2
|
+
|
|
3
|
+
declare const Banners: {
|
|
4
|
+
({ columns, count, gap, className }: InfiniteBannersProps): import("react/jsx-runtime").JSX.Element[] | null;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default Banners;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Banners';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Loading';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PageCardProps } from '../../../../../../../types/layout/templates/PLP';
|
|
2
|
+
|
|
3
|
+
declare const Card: {
|
|
4
|
+
({ first, gap, isMobile, item, index, last, order, page, showVideo, }: PageCardProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default Card;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PageSentinelProps } from '../../../../../../../types/layout/templates/PLP';
|
|
2
|
+
|
|
3
|
+
declare const Loader: {
|
|
4
|
+
({ type, page, ...props }: PageSentinelProps & {
|
|
5
|
+
type?: "page" | "default";
|
|
6
|
+
}): false | import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
9
|
+
export default Loader;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const Page: {
|
|
2
|
+
Anchor: {
|
|
3
|
+
({ page, ...props }: import('../../../../../../types/layout/templates/PLP').PageSentinelProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
displayName: string;
|
|
5
|
+
};
|
|
6
|
+
Card: {
|
|
7
|
+
({ first, gap, isMobile, item, index, last, order, page, showVideo, }: import('../../../../../../types/layout/templates/PLP').PageCardProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
|
+
Loader: {
|
|
11
|
+
({ type, page, ...props }: import('../../../../../../types/layout/templates/PLP').PageSentinelProps & {
|
|
12
|
+
type?: "page" | "default";
|
|
13
|
+
}): false | import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
displayName: string;
|
|
15
|
+
};
|
|
16
|
+
NextPage: {
|
|
17
|
+
({ page, ...props }: import('../../../../../../types/layout/templates/PLP').PageSentinelProps): import("react/jsx-runtime").JSX.Element | null;
|
|
18
|
+
displayName: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default Page;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './InfiniteScroller';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Navigation';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NotificationProps } from '../../../../../types/layout/templates/PLP';
|
|
2
|
+
|
|
3
|
+
declare const Notification: {
|
|
4
|
+
({ skus, ICONS, NEWSLETTER_CONFIGS, NOTIFY_INFO, PRODUCT_CARD_TEXTS, Z_INDEX_WAR, ...props }: NotificationProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default Notification;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Notification';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Arrow';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LayoutProps } from '../../../../../../types/layout/templates/PLP';
|
|
2
|
+
|
|
3
|
+
declare const Layout: {
|
|
4
|
+
({ children, endPage, page, total, selectedPage, ITEMS_PER_SECTION }: LayoutProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default Layout;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Layout';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './PageEllipses';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'react';
|
|
2
|
+
import { LayoutProps } from '../../../../../../types/layout/templates/PLP';
|
|
3
|
+
|
|
4
|
+
export interface PageEllipsesProps extends HTMLAttributes<HTMLDivElement>, Pick<LayoutProps, 'selectedPage'> {
|
|
5
|
+
active?: boolean;
|
|
6
|
+
currentPage: number;
|
|
7
|
+
prev?: boolean;
|
|
8
|
+
ellipses?: boolean;
|
|
9
|
+
page: number;
|
|
10
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PagesProps } from '../../../../../../types/layout/templates/PLP';
|
|
2
|
+
|
|
3
|
+
declare const Pages: {
|
|
4
|
+
({ currentPage, pages, searchParams, VARIANT_PAGINATION }: PagesProps): import("react/jsx-runtime").JSX.Element[] | null;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default Pages;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Pages';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PaginationProps } from '../../../../../types/layout/templates/PLP';
|
|
2
|
+
|
|
3
|
+
declare const Pagination: {
|
|
4
|
+
({ query, type, searchParams, ITEMS_DEFAULT_SORT, ITEMS_PER_SECTION, ITEMS_PER_PAGE, SEARCH_PAGE_ITEM_THRESHOLD, VARIANT_PAGINATION, ...props }: PaginationProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default Pagination;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PaginantionOptionsProps } from '../../../../../types/layout/templates/PLP';
|
|
2
|
+
|
|
3
|
+
export declare const getCurrentPagination: () => number;
|
|
4
|
+
export declare const getPage: (index: number, itemsPerPage: number, totalPages: number) => number;
|
|
5
|
+
export declare const createQueryString: (name: string, value: string, searchParams: URLSearchParams) => string;
|
|
6
|
+
export declare const createPages: (startPage: number, endPage: number) => number[];
|
|
7
|
+
export declare const paginationOptions: ({ currentPage, total, maxVisiblePages, SEARCH_PAGE_ITEM_THRESHOLD }: PaginantionOptionsProps) => {
|
|
8
|
+
startPage: number;
|
|
9
|
+
endPage: number;
|
|
10
|
+
totalPages: number;
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Pagination';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ProductsProps } from '../../../../../types/layout/templates/PLP';
|
|
2
|
+
|
|
3
|
+
declare const Products: {
|
|
4
|
+
({ isMobile, items, BUY_BUTTON_LABELS, ICONS, MAIN_IMAGE, NEWSLETTER_CONFIGS, NOTIFY_INFO, PLP_GRID_SCROLL_BACK, PLP_INFINITE_SCROLL, PLP_PRODUCT_SIMILAR_DELAY, PLP_SHOW_VIDEO_ON_PRODUCT_CARD, 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
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
export default Products;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Products';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
declare const PDC: {
|
|
2
|
+
Empty: {
|
|
3
|
+
({ className, ICONS, PLP_NOT_RESULT }: import('../../../types/layout/templates/PLP').EmptyProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
displayName: string;
|
|
5
|
+
};
|
|
6
|
+
Filters: {
|
|
7
|
+
(): import("react/jsx-runtime").JSX.Element | null;
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
|
+
Grid: {
|
|
11
|
+
({ infinite }: import('../../../types/layout/templates/PLP').GridProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
InfiniteScroller: {
|
|
15
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
displayName: string;
|
|
17
|
+
};
|
|
18
|
+
Spinner: {
|
|
19
|
+
(props: import('react').HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
displayName: string;
|
|
21
|
+
};
|
|
22
|
+
Navigation: {
|
|
23
|
+
(): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
displayName: string;
|
|
25
|
+
};
|
|
26
|
+
Notification: {
|
|
27
|
+
({ skus, ICONS, NEWSLETTER_CONFIGS, NOTIFY_INFO, PRODUCT_CARD_TEXTS, Z_INDEX_WAR, ...props }: import('../../../types/layout/templates/PLP').NotificationProps): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
displayName: string;
|
|
29
|
+
};
|
|
30
|
+
Pagination: {
|
|
31
|
+
({ query, type, searchParams, ITEMS_DEFAULT_SORT, ITEMS_PER_SECTION, ITEMS_PER_PAGE, SEARCH_PAGE_ITEM_THRESHOLD, VARIANT_PAGINATION, ...props }: import('../../../types/layout/templates/PLP').PaginationProps): import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
displayName: string;
|
|
33
|
+
};
|
|
34
|
+
Products: {
|
|
35
|
+
({ isMobile, items, BUY_BUTTON_LABELS, ICONS, MAIN_IMAGE, NEWSLETTER_CONFIGS, NOTIFY_INFO, PLP_GRID_SCROLL_BACK, PLP_INFINITE_SCROLL, PLP_PRODUCT_SIMILAR_DELAY, PLP_SHOW_VIDEO_ON_PRODUCT_CARD, 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
|
+
displayName: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export default PDC;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const containers: {
|
|
2
|
+
gallery: ({ children, className, ...props }: import('../../../../../types/layout/templates/PDP').PDPCommonContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
pdp: ({ children, className, ...props }: import('../../../../../types/layout/templates/PDP').PDPCommonContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
main: ({ children, className, ...props }: import('../../../../../types/layout/templates/PDP').PDPCommonContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
secondary: ({ children, className, ...props }: import('../../../../../types/layout/templates/PDP').PDPCommonContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
};
|