@gem-sdk/components 2.0.0-staging.128 → 2.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/dist/cjs/accordion/components/Accordion.js +0 -1
- package/dist/cjs/accordion/components/AccordionItem.js +0 -1
- package/dist/cjs/accordion/components/AccordionItem.liquid.js +1 -1
- package/dist/cjs/accordion/hooks/useMountTransition.js +0 -1
- package/dist/cjs/accordion/next.js +0 -2
- package/dist/cjs/accordion/setting/index.js +2 -2
- package/dist/cjs/article/components/ArticleAuthor.js +0 -1
- package/dist/cjs/article/components/ArticleAuthor.liquid.js +0 -1
- package/dist/cjs/article/components/ArticleCategory.js +0 -1
- package/dist/cjs/article/components/ArticleCategory.liquid.js +0 -1
- package/dist/cjs/article/components/ArticleContent.js +0 -1
- package/dist/cjs/article/components/ArticleContent.liquid.js +0 -1
- package/dist/cjs/article/components/ArticleDate.js +3 -13
- package/dist/cjs/article/components/ArticleDate.liquid.js +0 -1
- package/dist/cjs/article/components/ArticleExcerpt.js +0 -1
- package/dist/cjs/article/components/ArticleExcerpt.liquid.js +0 -1
- package/dist/cjs/article/components/ArticleImage.js +1 -8
- package/dist/cjs/article/components/ArticleImage.liquid.js +2 -15
- package/dist/cjs/article/components/ArticleList.js +0 -1
- package/dist/cjs/article/components/ArticleList.liquid.js +0 -1
- package/dist/cjs/article/components/ArticleNotFound.js +0 -1
- package/dist/cjs/article/components/ArticlePagination.js +0 -1
- package/dist/cjs/article/components/ArticlePagination.liquid.js +0 -1
- package/dist/cjs/article/components/ArticleReadMore.js +0 -1
- package/dist/cjs/article/components/ArticleReadMore.liquid.js +0 -1
- package/dist/cjs/article/components/ArticleTag.js +0 -1
- package/dist/cjs/article/components/ArticleTag.liquid.js +0 -1
- package/dist/cjs/article/components/ArticleTitle.js +0 -1
- package/dist/cjs/article/components/ArticleTitle.liquid.js +0 -1
- package/dist/cjs/article/next.js +0 -2
- package/dist/cjs/article/setting/index.js +2 -2
- package/dist/cjs/banner/components/hero-banner/index.js +29 -27
- package/dist/cjs/banner/components/hero-banner/index.liquid.js +144 -149
- package/dist/cjs/banner/next.js +0 -2
- package/dist/cjs/banner/setting/index.js +2 -2
- package/dist/cjs/breadcrumb/components/Breadcrumb.js +0 -1
- package/dist/cjs/breadcrumb/components/Breadcrumb.liquid.js +1 -1
- package/dist/cjs/breadcrumb/next.js +0 -2
- package/dist/cjs/breadcrumb/setting/index.js +2 -2
- package/dist/cjs/builder.js +44 -67
- package/dist/cjs/button/components/Button.js +1 -2
- package/dist/cjs/button/next.js +0 -2
- package/dist/cjs/button/setting/index.js +2 -2
- package/dist/cjs/carousel/components/Arrow.js +1 -5
- package/dist/cjs/carousel/components/Carousel.js +1 -2
- package/dist/cjs/carousel/components/CarouselItem.js +0 -1
- package/dist/cjs/carousel/components/Dots.js +0 -1
- package/dist/cjs/carousel/next.js +0 -2
- package/dist/cjs/carousel/setting/Carousel.js +1 -1
- package/dist/cjs/carousel/setting/index.js +2 -2
- package/dist/cjs/cart/components/Cart.js +0 -1
- package/dist/cjs/cart/components/CartCheckout.js +0 -1
- package/dist/cjs/cart/components/CartDiscount.js +0 -1
- package/dist/cjs/cart/components/CartLineAttribute.js +0 -1
- package/dist/cjs/cart/components/CartLineImage.js +0 -1
- package/dist/cjs/cart/components/CartLinePrice.js +0 -1
- package/dist/cjs/cart/components/CartLineVariant.js +0 -1
- package/dist/cjs/cart/components/CartList.js +0 -1
- package/dist/cjs/cart/components/CartOrderNote.js +0 -1
- package/dist/cjs/cart/components/CartTotalItem.js +0 -1
- package/dist/cjs/cart/components/CartTotalPrice.js +0 -1
- package/dist/cjs/cart/components/CheckoutNow.js +0 -1
- package/dist/cjs/cart/components/CouponList.js +0 -1
- package/dist/cjs/cart/components/DiscountInput.js +0 -1
- package/dist/cjs/cart/components/ShopPayButton/icons/BaseIcon.js +0 -1
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.js +0 -1
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.js +0 -1
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.js +0 -1
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.js +0 -1
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.js +0 -1
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.js +0 -1
- package/dist/cjs/cart/components/ShopPayButton/index.js +0 -1
- package/dist/cjs/cart/next.js +0 -2
- package/dist/cjs/cart/setting/index.js +2 -2
- package/dist/cjs/code/components/CSSCode.js +0 -1
- package/dist/cjs/code/next.js +0 -2
- package/dist/cjs/code/setting/index.js +2 -2
- package/dist/cjs/collection/components/CollectionBanner.js +0 -1
- package/dist/cjs/collection/components/CollectionBanner.liquid.js +0 -1
- package/dist/cjs/collection/components/CollectionDescription.js +7 -102
- package/dist/cjs/collection/components/CollectionDescription.liquid.js +9 -102
- package/dist/cjs/collection/components/CollectionPaginator.js +0 -1
- package/dist/cjs/collection/components/CollectionPaginator.liquid.js +2 -1
- package/dist/cjs/collection/components/CollectionTitle.js +0 -1
- package/dist/cjs/collection/components/CollectionToolbar.js +0 -1
- package/dist/cjs/collection/next.js +0 -2
- package/dist/cjs/collection/setting/CollectionDescription.js +0 -128
- package/dist/cjs/collection/setting/index.js +2 -2
- package/dist/cjs/common/components/Loading.js +2 -5
- package/dist/cjs/common/components/Tooltip.js +0 -1
- package/dist/cjs/countdown-timer/components/Countdown.js +10 -12
- package/dist/cjs/countdown-timer/components/Countdown.liquid.js +1 -1
- package/dist/cjs/countdown-timer/next.js +0 -2
- package/dist/cjs/countdown-timer/setting/index.js +2 -2
- package/dist/cjs/coupon/components/Coupon.js +0 -1
- package/dist/cjs/coupon/next.js +0 -2
- package/dist/cjs/coupon/setting/index.js +2 -2
- package/dist/cjs/dialog/components/Dialog.js +21 -22
- package/dist/cjs/dialog/components/Dialog.liquid.js +21 -22
- package/dist/cjs/dialog/helpers/common.js +0 -30
- package/dist/cjs/dialog/next.js +0 -2
- package/dist/cjs/dialog/setting/index.js +2 -2
- package/dist/cjs/estimate-delivery/components/EstimateDate.js +0 -1
- package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +1 -0
- package/dist/cjs/estimate-delivery/next.js +0 -2
- package/dist/cjs/estimate-delivery/setting/index.js +2 -2
- package/dist/cjs/form/components/contact/Contact.js +0 -1
- package/dist/cjs/form/components/form-checkbox/FormCheckbox.js +0 -1
- package/dist/cjs/form/components/form-dropdown/FormDropdown.js +0 -1
- package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +2 -3
- package/dist/cjs/form/components/form-email/FormEmail.js +0 -1
- package/dist/cjs/form/components/newsletter/Newsletter.js +0 -1
- package/dist/cjs/form/components/submit-button/SubmitButton.js +0 -1
- package/dist/cjs/form/components/textarea/TextArea.js +0 -1
- package/dist/cjs/form/components/textfield/TextField.js +0 -1
- package/dist/cjs/form/next.js +0 -2
- package/dist/cjs/form/setting/index.js +2 -2
- package/dist/cjs/grid/components/ChildrenDroppable.js +0 -1
- package/dist/cjs/grid/components/Col.js +0 -2
- package/dist/cjs/grid/components/Col.liquid.js +0 -1
- package/dist/cjs/grid/components/Root.js +0 -1
- package/dist/cjs/grid/components/Row.js +7 -10
- package/dist/cjs/grid/components/Row.liquid.js +11 -15
- package/dist/cjs/grid/components/Section.js +0 -1
- package/dist/cjs/grid/next.js +0 -2
- package/dist/cjs/grid/setting/index.js +2 -2
- package/dist/cjs/header/components/Header.js +0 -1
- package/dist/cjs/header/components/SalePageHeaderWarning.js +0 -1
- package/dist/cjs/header/components/icons/ChevronLeft.js +0 -1
- package/dist/cjs/header/components/icons/Dismiss.js +0 -1
- package/dist/cjs/header/components/icons/MenuIcon.js +0 -1
- package/dist/cjs/header/components/kind/basic/DesktopMenu.js +0 -1
- package/dist/cjs/header/components/kind/basic/DesktopMenuItem.js +0 -1
- package/dist/cjs/header/components/kind/basic/MenuMobileItem.js +0 -1
- package/dist/cjs/header/components/kind/basic/MobileMenu.js +0 -1
- package/dist/cjs/header/components/kind/basic/index.js +0 -1
- package/dist/cjs/header/components/kind/modern/index.js +0 -1
- package/dist/cjs/header/next.js +0 -2
- package/dist/cjs/header/setting/index.js +2 -2
- package/dist/cjs/heading/Heading.js +0 -1
- package/dist/cjs/heading/next.js +0 -2
- package/dist/cjs/heading/setting/index.js +2 -2
- package/dist/cjs/helpers.js +3 -27
- package/dist/cjs/icon/components/Icon.js +0 -1
- package/dist/cjs/icon/next.js +0 -2
- package/dist/cjs/icon/setting/index.js +2 -2
- package/dist/cjs/icon-list/components/IconList.js +0 -1
- package/dist/cjs/icon-list/components/IconListItem.js +0 -1
- package/dist/cjs/icon-list/next.js +0 -2
- package/dist/cjs/icon-list/setting/ItemTemplate.js +1 -2
- package/dist/cjs/icon-list/setting/index.js +2 -2
- package/dist/cjs/icon-list-hoz/components/IconListHoz.js +0 -1
- package/dist/cjs/icon-list-hoz/components/IconListHozItem.js +0 -1
- package/dist/cjs/icon-list-hoz/next.js +0 -2
- package/dist/cjs/icon-list-hoz/setting/index.js +2 -2
- package/dist/cjs/icon-list-v2/components/IconList.js +0 -1
- package/dist/cjs/icon-list-v2/next.js +0 -2
- package/dist/cjs/icon-list-v2/setting/index.js +2 -2
- package/dist/cjs/image/components/AdaptiveImage.js +2 -4
- package/dist/cjs/image/components/AdaptiveImage.liquid.js +5 -5
- package/dist/cjs/image/components/BackgroundImage.js +0 -1
- package/dist/cjs/image/components/Image.js +1 -17
- package/dist/cjs/image/components/Img.js +0 -1
- package/dist/cjs/image/components/NextImage.js +0 -1
- package/dist/cjs/image/components/NextImage.liquid.js +2 -1
- package/dist/cjs/image/components/helpers.js +19 -2
- package/dist/cjs/image/helpers/getSrcSet.js +0 -2
- package/dist/cjs/image/next.js +0 -2
- package/dist/cjs/image/setting/Image.js +124 -3
- package/dist/cjs/image/setting/index.js +2 -2
- package/dist/cjs/image-comparison/components/CompareImage.js +0 -21
- package/dist/cjs/image-comparison/components/CompareImage.liquid.js +1 -2
- package/dist/cjs/image-comparison/components/ImageComparison.js +0 -1
- package/dist/cjs/image-comparison/next.js +0 -2
- package/dist/cjs/image-comparison/setting/index.js +2 -2
- package/dist/cjs/image-detection/ImageDetection.js +0 -1
- package/dist/cjs/image-detection/next.js +0 -2
- package/dist/cjs/image-detection/setting/index.js +2 -2
- package/dist/cjs/index.js +30 -70
- package/dist/cjs/index.liquid.js +0 -21
- package/dist/cjs/input/Input.js +0 -1
- package/dist/cjs/input/next.js +0 -2
- package/dist/cjs/input/setting/index.js +2 -2
- package/dist/cjs/intersection-observer/useInView.js +0 -1
- package/dist/cjs/line/Divider.js +0 -1
- package/dist/cjs/line/Line.js +0 -1
- package/dist/cjs/line/next.js +0 -2
- package/dist/cjs/line/setting/index.js +2 -2
- package/dist/cjs/link/components/CustomLink.js +0 -1
- package/dist/cjs/link/components/Link.js +0 -1
- package/dist/cjs/link/components/ProductLink.js +0 -1
- package/dist/cjs/link/components/next-link/CustomLink.js +0 -1
- package/dist/cjs/link/components/next-link/ProductLink.js +0 -1
- package/dist/cjs/link/components/next-link/index.js +0 -1
- package/dist/cjs/link/next.js +0 -2
- package/dist/cjs/link/setting/index.js +2 -2
- package/dist/cjs/marquee/components/Marquee.js +0 -1
- package/dist/cjs/marquee/components/MarqueeBase.js +0 -1
- package/dist/cjs/marquee/components/MarqueeItem.js +0 -1
- package/dist/cjs/marquee/next.js +0 -2
- package/dist/cjs/marquee/setting/index.js +2 -2
- package/dist/cjs/menu/components/DropdownMenu.js +0 -1
- package/dist/cjs/menu/components/MegaMenu.js +0 -1
- package/dist/cjs/menu/components/Menu.js +0 -1
- package/dist/cjs/menu/components/NavigationMenu.js +0 -1
- package/dist/cjs/menu/components/SubMegaMenu.js +0 -1
- package/dist/cjs/menu/components/SubNavigationMenu.js +0 -1
- package/dist/cjs/menu/next.js +0 -2
- package/dist/cjs/menu/setting/index.js +2 -2
- package/dist/cjs/modal/components/Modal.js +0 -1
- package/dist/cjs/modal/components/confirm.js +0 -1
- package/dist/cjs/modal/next.js +0 -2
- package/dist/cjs/modal/setting/index.js +2 -2
- package/dist/cjs/next.js +7 -10
- package/dist/cjs/notification/components/Notice.js +0 -1
- package/dist/cjs/notification/components/Notifications.js +0 -1
- package/dist/cjs/notification/components/icons/CloseIcon.js +0 -1
- package/dist/cjs/notification/hooks/use-notification.js +0 -1
- package/dist/cjs/pagination/Pagination.js +0 -1
- package/dist/cjs/pagination/next.js +0 -2
- package/dist/cjs/pagination/setting/index.js +2 -2
- package/dist/cjs/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +0 -1
- package/dist/cjs/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +0 -1
- package/dist/cjs/post-purchase/advanced-list/next.js +0 -2
- package/dist/cjs/post-purchase/advanced-list/setting/index.js +2 -2
- package/dist/cjs/post-purchase/button/Button.js +0 -1
- package/dist/cjs/post-purchase/button/next.js +0 -2
- package/dist/cjs/post-purchase/button/setting/index.js +2 -2
- package/dist/cjs/post-purchase/callout-banner/components/CalloutBox.js +0 -1
- package/dist/cjs/post-purchase/callout-banner/components/CalloutText.js +0 -1
- package/dist/cjs/post-purchase/callout-banner/next.js +0 -2
- package/dist/cjs/post-purchase/callout-banner/setting/CalloutBox.js +2 -2
- package/dist/cjs/post-purchase/callout-banner/setting/index.js +2 -2
- package/dist/cjs/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +0 -1
- package/dist/cjs/post-purchase/countdown-timer/components/TextCountdown.js +0 -1
- package/dist/cjs/post-purchase/countdown-timer/next.js +0 -2
- package/dist/cjs/post-purchase/countdown-timer/settings/index.js +2 -2
- package/dist/cjs/post-purchase/image/components/AdaptiveImage.js +0 -1
- package/dist/cjs/post-purchase/image/components/Image.js +0 -1
- package/dist/cjs/post-purchase/image/components/Img.js +0 -1
- package/dist/cjs/post-purchase/image/next.js +0 -2
- package/dist/cjs/post-purchase/image/setting/index.js +2 -2
- package/dist/cjs/post-purchase/line/components/PostPurchaseLine.js +0 -1
- package/dist/cjs/post-purchase/line/next.js +0 -2
- package/dist/cjs/post-purchase/line/setting/index.js +2 -2
- package/dist/cjs/post-purchase/next.js +5 -7
- package/dist/cjs/post-purchase/product/components/AcceptButton.js +0 -1
- package/dist/cjs/post-purchase/product/components/ProductDescription.js +0 -1
- package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +0 -1
- package/dist/cjs/post-purchase/product/components/ProductOffer.js +2 -4
- package/dist/cjs/post-purchase/product/components/ProductPrice.js +0 -1
- package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +0 -1
- package/dist/cjs/post-purchase/product/components/ProductQuantity.js +0 -1
- package/dist/cjs/post-purchase/product/components/ProductTitle.js +0 -1
- package/dist/cjs/post-purchase/product/components/ProductVariant.js +0 -1
- package/dist/cjs/post-purchase/product/components/priceBreakdown/MoneyLine.js +0 -1
- package/dist/cjs/post-purchase/product/components/product-image/Arrow.js +0 -1
- package/dist/cjs/post-purchase/product/components/product-image/CarouselPostPurchase.js +0 -1
- package/dist/cjs/post-purchase/product/components/product-image/FeatureImage.js +0 -1
- package/dist/cjs/post-purchase/product/components/product-image/ImageListCarousel.js +0 -1
- package/dist/cjs/post-purchase/product/components/product-image/ImageListGrid.js +0 -1
- package/dist/cjs/post-purchase/product/components/product-image/index.js +0 -1
- package/dist/cjs/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +0 -1
- package/dist/cjs/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +0 -1
- package/dist/cjs/post-purchase/product/components/variants/Dropdown.js +0 -1
- package/dist/cjs/post-purchase/product/components/variants/DropdownOption.js +0 -1
- package/dist/cjs/post-purchase/product/components/variants/RectangleList.js +0 -1
- package/dist/cjs/post-purchase/product/components/variants/VariantGroup.js +0 -1
- package/dist/cjs/post-purchase/product/components/variants/VariantItem.js +0 -1
- package/dist/cjs/post-purchase/product/components/variants/VariantOption.js +0 -1
- package/dist/cjs/post-purchase/product/next.js +0 -2
- package/dist/cjs/post-purchase/product/settings/index.js +2 -2
- package/dist/cjs/post-purchase/text/Text.js +0 -1
- package/dist/cjs/post-purchase/text/next.js +0 -2
- package/dist/cjs/post-purchase/text/setting/index.js +2 -2
- package/dist/cjs/post-purchase/utils/helper.js +0 -5
- package/dist/cjs/product/components/DynamicCheckout.js +0 -1
- package/dist/cjs/product/components/DynamicCheckout.liquid.js +0 -5
- package/dist/cjs/product/components/FileUpload.js +0 -1
- package/dist/cjs/product/components/Product.js +0 -1
- package/dist/cjs/product/components/ProductBadge/index.js +1 -21
- package/dist/cjs/product/components/ProductBadge/utils/common.js +0 -14
- package/dist/cjs/product/components/ProductBundleDiscount.js +4 -56
- package/dist/cjs/product/components/ProductBundleDiscount.liquid.js +2 -2
- package/dist/cjs/product/components/ProductBundleDiscountItem.js +0 -1
- package/dist/cjs/product/components/ProductButton.js +0 -1
- package/dist/cjs/product/components/ProductDescription.js +7 -31
- package/dist/cjs/product/components/ProductDescription.liquid.js +1 -2
- package/dist/cjs/product/components/ProductImages/ProductFeaturedImage.js +0 -1
- package/dist/cjs/product/components/ProductImages/ProductGalleryCarousel.js +0 -1
- package/dist/cjs/product/components/ProductImages/ProductGalleryGrid.js +0 -1
- package/dist/cjs/product/components/ProductImages/ProductImagesLightBox.js +0 -1
- package/dist/cjs/product/components/ProductImages.js +0 -1
- package/dist/cjs/product/components/ProductImagesV2/jsx/ProductImages.js +1 -51
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ButtonOpenLightBox.js +0 -1
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/MediaIcon.js +0 -1
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +0 -1
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageOnly.js +0 -1
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductGalleryCarousel.js +0 -1
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductGalleryGrid.js +0 -1
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductImagesLightBox.js +0 -1
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/FeatureImageWithGallery.js +1 -5
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/GalleryOneCol.js +1 -5
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/GalleryTwoCol.js +1 -5
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/OnlyFeatureImage.js +1 -5
- package/dist/cjs/product/components/ProductList.js +1 -5
- package/dist/cjs/product/components/ProductList.liquid.js +1 -1
- package/dist/cjs/product/components/ProductNotFound.js +112 -47
- package/dist/cjs/product/components/ProductNotFoundRelated.js +65 -0
- package/dist/cjs/product/components/ProductPrice.js +23 -43
- package/dist/cjs/product/components/ProductProperties/ProductPropertyChoice.js +0 -1
- package/dist/cjs/product/components/ProductProperties/ProductPropertyInput.js +0 -1
- package/dist/cjs/product/components/ProductProperties/ProductPropertySelect.js +0 -1
- package/dist/cjs/product/components/ProductProperties.js +0 -38
- package/dist/cjs/product/components/ProductProperties.liquid.js +20 -10
- package/dist/cjs/product/components/ProductQuantity.js +0 -1
- package/dist/cjs/product/components/ProductQuickView/ProductQuickView.js +1 -2
- package/dist/cjs/product/components/ProductQuickView/index.js +0 -1
- package/dist/cjs/product/components/ProductTag.js +15 -34
- package/dist/cjs/product/components/ProductTitle.js +0 -1
- package/dist/cjs/product/components/ProductVariants/index.js +11 -23
- package/dist/cjs/product/components/ProductVariants/index.liquid.js +6 -1
- package/dist/cjs/product/components/ProductVariants/variants/Base.js +0 -1
- package/dist/cjs/product/components/ProductVariants/variants/Color.js +0 -1
- package/dist/cjs/product/components/ProductVariants/variants/Dropdown.js +0 -1
- package/dist/cjs/product/components/ProductVariants/variants/DropdownOption.js +0 -1
- package/dist/cjs/product/components/ProductVariants/variants/Image.js +0 -1
- package/dist/cjs/product/components/ProductVariants/variants/ImageShopify.js +0 -1
- package/dist/cjs/product/components/ProductVariants/variants/RadioButtons.js +0 -1
- package/dist/cjs/product/components/ProductVariants/variants/RectangleList.js +0 -1
- package/dist/cjs/product/components/ProductVariants/variants/VariantGroup.js +0 -1
- package/dist/cjs/product/components/ProductVariants/variants/VariantOption/index.js +0 -1
- package/dist/cjs/product/components/ProductVariants/variants/index.js +0 -1
- package/dist/cjs/product/components/ProductVariants/variants/index.liquid.js +2 -1
- package/dist/cjs/product/components/ProductViewMore.js +0 -1
- package/dist/cjs/product/components/ProductViewMore.liquid.js +1 -6
- package/dist/cjs/product/components/SalePageProductListWarning.js +0 -1
- package/dist/cjs/product/components/Sku.js +0 -1
- package/dist/cjs/product/components/Vendor.js +0 -1
- package/dist/cjs/product/next.js +2 -2
- package/dist/cjs/product/setting/ProductList.js +2 -4
- package/dist/cjs/product/setting/ProductProperties.js +1 -1
- package/dist/cjs/product/setting/index.js +2 -2
- package/dist/cjs/radio/Radio.js +0 -1
- package/dist/cjs/radio/next.js +0 -2
- package/dist/cjs/radio/setting/index.js +2 -2
- package/dist/cjs/select/Select.js +0 -1
- package/dist/cjs/select/next.js +0 -2
- package/dist/cjs/select/setting/index.js +2 -2
- package/dist/cjs/sticky/components/Sticky.js +3 -4
- package/dist/cjs/sticky/components/Sticky.liquid.js +0 -1
- package/dist/cjs/sticky/next.js +0 -2
- package/dist/cjs/sticky/setting/index.js +2 -2
- package/dist/cjs/stock-counter/components/StockCounter.js +0 -1
- package/dist/cjs/stock-counter/next.js +0 -2
- package/dist/cjs/stock-counter/setting/index.js +2 -2
- package/dist/cjs/tab/components/TabItem.js +0 -1
- package/dist/cjs/tab/components/Tabs.js +0 -1
- package/dist/cjs/tab/next.js +0 -2
- package/dist/cjs/tab/setting/index.js +2 -2
- package/dist/cjs/text/components/Text.js +0 -1
- package/dist/cjs/text/components/Text.liquid.js +18 -12
- package/dist/cjs/text/next.js +0 -2
- package/dist/cjs/text/setting/index.js +2 -2
- package/dist/cjs/textarea/Textarea.js +0 -1
- package/dist/cjs/textarea/next.js +0 -2
- package/dist/cjs/textarea/setting/index.js +2 -2
- package/dist/cjs/third-party/components/AirProductReviewsAppUgc.js +8 -3
- package/dist/cjs/third-party/components/AliReviews/AliReviewsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/AliReviews.js +0 -1
- package/dist/cjs/third-party/components/AppointmentBookingCowlendar.js +8 -3
- package/dist/cjs/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/AppstleSubscriptions.js +0 -1
- package/dist/cjs/third-party/components/BirdChime/BirdChimeContent.js +0 -1
- package/dist/cjs/third-party/components/BirdChime.js +0 -1
- package/dist/cjs/third-party/components/Bogos/BogosSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Bogos.js +0 -1
- package/dist/cjs/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/BoldProductOptions.js +0 -1
- package/dist/cjs/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/BoldSubscriptions.js +0 -1
- package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.js +8 -3
- package/dist/cjs/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +0 -1
- package/dist/cjs/third-party/components/BoostAISearchDiscovery.js +0 -1
- package/dist/cjs/third-party/components/Bundler/BundlerSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Bundler.js +0 -1
- package/dist/cjs/third-party/components/CleanSizeCharts.js +9 -4
- package/dist/cjs/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +0 -1
- package/dist/cjs/third-party/components/CrossSellCartUpsell.js +0 -1
- package/dist/cjs/third-party/components/CustomProductOptionsVariant.js +8 -3
- package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.js +0 -1
- package/dist/cjs/third-party/components/EasifyProductOptions.js +8 -3
- package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.js +8 -3
- package/dist/cjs/third-party/components/EasySellCOD.js +8 -3
- package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.js +8 -3
- package/dist/cjs/third-party/components/FeraReviews/FeraReviewsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/FeraReviews/LiquidTemplateByWidget.js +12 -19
- package/dist/cjs/third-party/components/FeraReviews.js +0 -1
- package/dist/cjs/third-party/components/FirePush/FirePushSampleContent.js +0 -1
- package/dist/cjs/third-party/components/FirePush.js +0 -1
- package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.js +28 -4
- package/dist/cjs/third-party/components/FordeerProductLabels.js +9 -4
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +0 -1
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether.js +0 -1
- package/dist/cjs/third-party/components/GoogleReviewsByReputon.js +8 -3
- package/dist/cjs/third-party/components/Growave/GrowaveSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Growave.js +0 -1
- package/dist/cjs/third-party/components/HulkFormBuilder.js +8 -3
- package/dist/cjs/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/InfiniteOptions.js +0 -1
- package/dist/cjs/third-party/components/Instafeed/InstafeedSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Instafeed.js +0 -1
- package/dist/cjs/third-party/components/InstasellShoppableInstagram.js +8 -3
- package/dist/cjs/third-party/components/Judgeme/JudgemeSampleContent.js +0 -1
- package/dist/cjs/third-party/components/JudgemeReviews.js +0 -1
- package/dist/cjs/third-party/components/JunipProductReviewsUgc.js +8 -3
- package/dist/cjs/third-party/components/KachingBundles/KachingBundlesSampleContent.js +0 -1
- package/dist/cjs/third-party/components/KachingBundles.js +0 -1
- package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/KingProductOptions.js +0 -1
- package/dist/cjs/third-party/components/KiteFreeGiftDiscount.js +8 -3
- package/dist/cjs/third-party/components/KlarnaMessaging.js +9 -4
- package/dist/cjs/third-party/components/Klaviyo/KlaviyoSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Klaviyo.js +0 -1
- package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.js +8 -3
- package/dist/cjs/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/LaiProductReviews.js +0 -1
- package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.js +8 -3
- package/dist/cjs/third-party/components/LoopSubscriptions.js +8 -3
- package/dist/cjs/third-party/components/LooxReviews/LooxReviewsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/LooxReviews.js +0 -1
- package/dist/cjs/third-party/components/MaxbundleProductBundles.js +8 -3
- package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.js +8 -3
- package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +8 -3
- package/dist/cjs/third-party/components/Omnisend/OmnisendSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Omnisend.js +0 -1
- package/dist/cjs/third-party/components/Opinew/OpinewSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Opinew.js +0 -1
- package/dist/cjs/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +0 -1
- package/dist/cjs/third-party/components/ParcelPanel.js +0 -1
- package/dist/cjs/third-party/components/PickyStory/PickyStorySampleContent.js +0 -1
- package/dist/cjs/third-party/components/PickyStory.js +0 -1
- package/dist/cjs/third-party/components/PowerfulContactFormBuilder.js +8 -3
- package/dist/cjs/third-party/components/PreorderNowPreOrderPq.js +8 -3
- package/dist/cjs/third-party/components/PreorderNowWodPresale.js +9 -4
- package/dist/cjs/third-party/components/ProductOptionsCustomizer.js +8 -3
- package/dist/cjs/third-party/components/ProductReviews/ProductReviewsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/ProductReviews.js +0 -1
- package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.js +8 -3
- package/dist/cjs/third-party/components/PushOwl.js +0 -1
- package/dist/cjs/third-party/components/QikifyUpsell.js +29 -5
- package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.js +8 -3
- package/dist/cjs/third-party/components/RechargeSubscriptions.js +8 -3
- package/dist/cjs/third-party/components/RecurpaySubscriptionApp.js +8 -3
- package/dist/cjs/third-party/components/Releasit/ReleasitSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Releasit.js +0 -1
- package/dist/cjs/third-party/components/RequestQuoteHidePrice.js +8 -3
- package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.js +8 -3
- package/dist/cjs/third-party/components/Rivyo/RivyoSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Rivyo.js +0 -1
- package/dist/cjs/third-party/components/Ryviu/RyviuSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Ryviu.js +0 -1
- package/dist/cjs/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/SealSubscriptions.js +0 -1
- package/dist/cjs/third-party/components/Selleasy.js +8 -3
- package/dist/cjs/third-party/components/ShopifyForms.js +8 -3
- package/dist/cjs/third-party/components/ShopifySubscriptions.js +8 -3
- package/dist/cjs/third-party/components/SimpleBundlesKits.js +8 -3
- package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.js +8 -3
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +0 -1
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters.js +0 -1
- package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.js +8 -3
- package/dist/cjs/third-party/components/Stamped/StampedSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Stamped.js +0 -1
- package/dist/cjs/third-party/components/SubifySubscriptionsApp.js +8 -3
- package/dist/cjs/third-party/components/TagembedSocialPostReview.js +8 -3
- package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.js +8 -3
- package/dist/cjs/third-party/components/ThirdPartyPreview.js +0 -1
- package/dist/cjs/third-party/components/TrustMe/TrustMeSampleContent.js +0 -1
- package/dist/cjs/third-party/components/TrustMe.js +0 -1
- package/dist/cjs/third-party/components/Trustoo/TrustooSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Trustoo.js +0 -1
- package/dist/cjs/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +0 -1
- package/dist/cjs/third-party/components/UltimateSalesBoost.js +0 -1
- package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.js +8 -3
- package/dist/cjs/third-party/components/Vitals/VitalsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/Vitals.js +0 -1
- package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.js +8 -3
- package/dist/cjs/third-party/components/WideBundle/WideBundleSampleContent.js +0 -1
- package/dist/cjs/third-party/components/WideBundle.js +0 -1
- package/dist/cjs/third-party/components/Wiser/WiserSampleContent.js +1 -2
- package/dist/cjs/third-party/components/Wiser.js +5 -1
- package/dist/cjs/third-party/components/Wiser.liquid.js +1 -1
- package/dist/cjs/third-party/components/WishlistKing.js +8 -3
- package/dist/cjs/third-party/components/WishlistPlus.js +8 -3
- package/dist/cjs/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +0 -1
- package/dist/cjs/third-party/components/YotpoLoyalty.js +0 -1
- package/dist/cjs/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +0 -1
- package/dist/cjs/third-party/components/YotpoReviews.js +0 -1
- package/dist/cjs/third-party/configs/BoldProductOptions.js +2 -2
- package/dist/cjs/third-party/helpers/thirdParty.js +1 -1
- package/dist/cjs/third-party/next.js +0 -47
- package/dist/cjs/third-party/setting/AirProductReviewsAppUgc.js +8 -8
- package/dist/cjs/third-party/setting/AppointmentBookingCowlendar.js +8 -8
- package/dist/cjs/third-party/setting/Bogos.js +0 -5
- package/dist/cjs/third-party/setting/BonLoyaltyRewardsReferrals.js +8 -8
- package/dist/cjs/third-party/setting/Bundler.js +0 -5
- package/dist/cjs/third-party/setting/CleanSizeCharts.js +11 -11
- package/dist/cjs/third-party/setting/CustomProductOptionsVariant.js +8 -8
- package/dist/cjs/third-party/setting/EasifyProductOptions.js +8 -8
- package/dist/cjs/third-party/setting/EasyBundleBuilderSkailama.js +8 -8
- package/dist/cjs/third-party/setting/EasySellCOD.js +11 -11
- package/dist/cjs/third-party/setting/FastBundleBundlesDiscounts.js +8 -8
- package/dist/cjs/third-party/setting/FeraReviews.js +11 -10
- package/dist/cjs/third-party/setting/FlyBundlesUpsellsFbt.js +1 -1
- package/dist/cjs/third-party/setting/FordeerProductLabels.js +8 -8
- package/dist/cjs/third-party/setting/FrequentlyBoughtTogether.js +0 -5
- package/dist/cjs/third-party/setting/GoogleReviewsByReputon.js +8 -8
- package/dist/cjs/third-party/setting/HulkFormBuilder.js +8 -8
- package/dist/cjs/third-party/setting/InstasellShoppableInstagram.js +8 -8
- package/dist/cjs/third-party/setting/JunipProductReviewsUgc.js +8 -8
- package/dist/cjs/third-party/setting/KiteFreeGiftDiscount.js +8 -8
- package/dist/cjs/third-party/setting/KlarnaMessaging.js +11 -11
- package/dist/cjs/third-party/setting/KoalaBundleQuantityDiscount.js +8 -8
- package/dist/cjs/third-party/setting/LoloyalLoyaltyReferrals.js +8 -8
- package/dist/cjs/third-party/setting/LoopSubscriptions.js +8 -8
- package/dist/cjs/third-party/setting/MaxbundleProductBundles.js +8 -8
- package/dist/cjs/third-party/setting/MbcBundleVolumeDiscount.js +8 -8
- package/dist/cjs/third-party/setting/NotifyBackInStockPreOrder.js +8 -8
- package/dist/cjs/third-party/setting/PowerfulContactFormBuilder.js +8 -8
- package/dist/cjs/third-party/setting/PreorderNowPreOrderPq.js +8 -8
- package/dist/cjs/third-party/setting/PreorderNowWodPresale.js +8 -8
- package/dist/cjs/third-party/setting/ProductOptionsCustomizer.js +8 -8
- package/dist/cjs/third-party/setting/PumperBundlesVolumeDiscount.js +8 -8
- package/dist/cjs/third-party/setting/QikifyUpsell.js +1 -1
- package/dist/cjs/third-party/setting/RapiBundleQuantityBreaks.js +8 -8
- package/dist/cjs/third-party/setting/RechargeSubscriptions.js +7 -7
- package/dist/cjs/third-party/setting/RecurpaySubscriptionApp.js +9 -9
- package/dist/cjs/third-party/setting/RequestQuoteHidePrice.js +10 -10
- package/dist/cjs/third-party/setting/ReviewxpoProductReviewsApp.js +8 -8
- package/dist/cjs/third-party/setting/Selleasy.js +8 -8
- package/dist/cjs/third-party/setting/ShopifyForms.js +8 -8
- package/dist/cjs/third-party/setting/ShopifySubscriptions.js +8 -8
- package/dist/cjs/third-party/setting/SimpleBundlesKits.js +8 -8
- package/dist/cjs/third-party/setting/SkioSubscriptionsYcS20.js +8 -8
- package/dist/cjs/third-party/setting/SproutPlantTreesGrowSales.js +8 -8
- package/dist/cjs/third-party/setting/SubifySubscriptionsApp.js +8 -8
- package/dist/cjs/third-party/setting/TagembedSocialPostReview.js +8 -8
- package/dist/cjs/third-party/setting/TagshopShoppableVideosUgc.js +8 -8
- package/dist/cjs/third-party/setting/UnlimitedBundlesDiscounts.js +8 -8
- package/dist/cjs/third-party/setting/WhatmoreShoppableVideosreel.js +8 -8
- package/dist/cjs/third-party/setting/Wiser.js +3 -7
- package/dist/cjs/third-party/setting/WishlistKing.js +8 -8
- package/dist/cjs/third-party/setting/WishlistPlus.js +8 -8
- package/dist/cjs/third-party/setting/index.js +2 -20
- package/dist/cjs/third-party-instant/components/InstantJudgemeReviews.js +0 -1
- package/dist/cjs/third-party-instant/components/InstantKlaviyo.js +0 -1
- package/dist/cjs/third-party-instant/components/InstantLooxReviews.js +0 -1
- package/dist/cjs/third-party-instant/components/InstantThirdPartyPreview.js +0 -1
- package/dist/cjs/third-party-instant/components/InstantYotpoLoyalty.js +0 -1
- package/dist/cjs/third-party-instant/components/Judgeme/JudgemeSampleContent.js +0 -1
- package/dist/cjs/third-party-instant/components/Judgeme/SingleProduct.js +0 -1
- package/dist/cjs/third-party-instant/components/Judgeme/WithoutProduct.js +0 -1
- package/dist/cjs/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +0 -1
- package/dist/cjs/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +0 -1
- package/dist/cjs/third-party-instant/components/LooxReviews/SingleProduct.js +0 -1
- package/dist/cjs/third-party-instant/components/LooxReviews/WithoutProduct.js +0 -1
- package/dist/cjs/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +0 -1
- package/dist/cjs/third-party-instant/next.js +0 -2
- package/dist/cjs/third-party-instant/setting/InstantJudgemeReviews.js +2 -8
- package/dist/cjs/third-party-instant/setting/InstantLooxReviews.js +3 -12
- package/dist/cjs/third-party-instant/setting/index.js +2 -2
- package/dist/cjs/third-party-slot/components/ThirdPartySlot.js +0 -1
- package/dist/cjs/third-party-slot/next.js +0 -2
- package/dist/cjs/third-party-slot/setting/index.js +2 -2
- package/dist/cjs/video/components/HTML5Embed.js +0 -1
- package/dist/cjs/video/components/LiteVimeoEmbed.js +0 -1
- package/dist/cjs/video/components/LiteYouTubeEmbed.js +0 -1
- package/dist/cjs/video/components/Video.js +0 -1
- package/dist/cjs/video/next.js +0 -2
- package/dist/cjs/video/setting/index.js +2 -2
- package/dist/esm/accordion/components/Accordion.js +0 -1
- package/dist/esm/accordion/components/AccordionItem.js +0 -1
- package/dist/esm/accordion/components/AccordionItem.liquid.js +1 -1
- package/dist/esm/accordion/hooks/useMountTransition.js +0 -1
- package/dist/esm/accordion/next.js +0 -2
- package/dist/esm/accordion/setting/index.js +2 -2
- package/dist/esm/article/components/ArticleAuthor.js +0 -1
- package/dist/esm/article/components/ArticleAuthor.liquid.js +0 -1
- package/dist/esm/article/components/ArticleCategory.js +0 -1
- package/dist/esm/article/components/ArticleCategory.liquid.js +0 -1
- package/dist/esm/article/components/ArticleContent.js +0 -1
- package/dist/esm/article/components/ArticleContent.liquid.js +0 -1
- package/dist/esm/article/components/ArticleDate.js +4 -14
- package/dist/esm/article/components/ArticleDate.liquid.js +0 -1
- package/dist/esm/article/components/ArticleExcerpt.js +0 -1
- package/dist/esm/article/components/ArticleExcerpt.liquid.js +0 -1
- package/dist/esm/article/components/ArticleImage.js +1 -8
- package/dist/esm/article/components/ArticleImage.liquid.js +2 -15
- package/dist/esm/article/components/ArticleList.js +0 -1
- package/dist/esm/article/components/ArticleList.liquid.js +0 -1
- package/dist/esm/article/components/ArticleNotFound.js +0 -1
- package/dist/esm/article/components/ArticlePagination.js +0 -1
- package/dist/esm/article/components/ArticlePagination.liquid.js +0 -1
- package/dist/esm/article/components/ArticleReadMore.js +0 -1
- package/dist/esm/article/components/ArticleReadMore.liquid.js +0 -1
- package/dist/esm/article/components/ArticleTag.js +0 -1
- package/dist/esm/article/components/ArticleTag.liquid.js +0 -1
- package/dist/esm/article/components/ArticleTitle.js +0 -1
- package/dist/esm/article/components/ArticleTitle.liquid.js +0 -1
- package/dist/esm/article/next.js +0 -2
- package/dist/esm/article/setting/index.js +2 -2
- package/dist/esm/banner/components/hero-banner/index.js +31 -29
- package/dist/esm/banner/components/hero-banner/index.liquid.js +147 -152
- package/dist/esm/banner/next.js +0 -2
- package/dist/esm/banner/setting/index.js +2 -2
- package/dist/esm/breadcrumb/components/Breadcrumb.js +0 -1
- package/dist/esm/breadcrumb/components/Breadcrumb.liquid.js +1 -1
- package/dist/esm/breadcrumb/next.js +0 -2
- package/dist/esm/breadcrumb/setting/index.js +2 -2
- package/dist/esm/builder.js +44 -67
- package/dist/esm/button/components/Button.js +1 -2
- package/dist/esm/button/next.js +0 -2
- package/dist/esm/button/setting/index.js +2 -2
- package/dist/esm/carousel/components/Arrow.js +1 -5
- package/dist/esm/carousel/components/Carousel.js +1 -2
- package/dist/esm/carousel/components/CarouselItem.js +0 -1
- package/dist/esm/carousel/components/Dots.js +0 -1
- package/dist/esm/carousel/next.js +0 -2
- package/dist/esm/carousel/setting/Carousel.js +1 -1
- package/dist/esm/carousel/setting/index.js +2 -2
- package/dist/esm/cart/components/Cart.js +0 -1
- package/dist/esm/cart/components/CartCheckout.js +0 -1
- package/dist/esm/cart/components/CartDiscount.js +0 -1
- package/dist/esm/cart/components/CartLineAttribute.js +0 -1
- package/dist/esm/cart/components/CartLineImage.js +0 -1
- package/dist/esm/cart/components/CartLinePrice.js +0 -1
- package/dist/esm/cart/components/CartLineVariant.js +0 -1
- package/dist/esm/cart/components/CartList.js +0 -1
- package/dist/esm/cart/components/CartOrderNote.js +0 -1
- package/dist/esm/cart/components/CartTotalItem.js +0 -1
- package/dist/esm/cart/components/CartTotalPrice.js +0 -1
- package/dist/esm/cart/components/CheckoutNow.js +0 -1
- package/dist/esm/cart/components/CouponList.js +0 -1
- package/dist/esm/cart/components/DiscountInput.js +0 -1
- package/dist/esm/cart/components/ShopPayButton/icons/BaseIcon.js +0 -1
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.js +0 -1
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.js +0 -1
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.js +0 -1
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.js +0 -1
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.js +0 -1
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.js +0 -1
- package/dist/esm/cart/components/ShopPayButton/index.js +0 -1
- package/dist/esm/cart/next.js +0 -2
- package/dist/esm/cart/setting/index.js +2 -2
- package/dist/esm/code/components/CSSCode.js +0 -1
- package/dist/esm/code/next.js +0 -2
- package/dist/esm/code/setting/index.js +2 -2
- package/dist/esm/collection/components/CollectionBanner.js +0 -1
- package/dist/esm/collection/components/CollectionBanner.liquid.js +0 -1
- package/dist/esm/collection/components/CollectionDescription.js +9 -104
- package/dist/esm/collection/components/CollectionDescription.liquid.js +10 -103
- package/dist/esm/collection/components/CollectionPaginator.js +0 -1
- package/dist/esm/collection/components/CollectionPaginator.liquid.js +2 -1
- package/dist/esm/collection/components/CollectionTitle.js +0 -1
- package/dist/esm/collection/components/CollectionToolbar.js +0 -1
- package/dist/esm/collection/next.js +0 -2
- package/dist/esm/collection/setting/CollectionDescription.js +0 -128
- package/dist/esm/collection/setting/index.js +2 -2
- package/dist/esm/common/components/Loading.js +2 -5
- package/dist/esm/common/components/Tooltip.js +0 -1
- package/dist/esm/countdown-timer/components/Countdown.js +10 -12
- package/dist/esm/countdown-timer/components/Countdown.liquid.js +1 -1
- package/dist/esm/countdown-timer/next.js +0 -2
- package/dist/esm/countdown-timer/setting/index.js +2 -2
- package/dist/esm/coupon/components/Coupon.js +0 -1
- package/dist/esm/coupon/next.js +0 -2
- package/dist/esm/coupon/setting/index.js +2 -2
- package/dist/esm/dialog/components/Dialog.js +23 -24
- package/dist/esm/dialog/components/Dialog.liquid.js +23 -24
- package/dist/esm/dialog/helpers/common.js +1 -27
- package/dist/esm/dialog/next.js +0 -2
- package/dist/esm/dialog/setting/index.js +2 -2
- package/dist/esm/estimate-delivery/components/EstimateDate.js +0 -1
- package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +1 -0
- package/dist/esm/estimate-delivery/next.js +0 -2
- package/dist/esm/estimate-delivery/setting/index.js +2 -2
- package/dist/esm/form/components/contact/Contact.js +0 -1
- package/dist/esm/form/components/form-checkbox/FormCheckbox.js +0 -1
- package/dist/esm/form/components/form-dropdown/FormDropdown.js +0 -1
- package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +4 -5
- package/dist/esm/form/components/form-email/FormEmail.js +0 -1
- package/dist/esm/form/components/newsletter/Newsletter.js +0 -1
- package/dist/esm/form/components/newsletter/Newsletter.liquid.js +1 -1
- package/dist/esm/form/components/submit-button/SubmitButton.js +0 -1
- package/dist/esm/form/components/textarea/TextArea.js +0 -1
- package/dist/esm/form/components/textfield/TextField.js +0 -1
- package/dist/esm/form/next.js +0 -2
- package/dist/esm/form/setting/index.js +2 -2
- package/dist/esm/grid/components/ChildrenDroppable.js +0 -1
- package/dist/esm/grid/components/Col.js +0 -2
- package/dist/esm/grid/components/Col.liquid.js +0 -1
- package/dist/esm/grid/components/Root.js +0 -1
- package/dist/esm/grid/components/Row.js +7 -10
- package/dist/esm/grid/components/Row.liquid.js +11 -15
- package/dist/esm/grid/components/Section.js +0 -1
- package/dist/esm/grid/next.js +0 -2
- package/dist/esm/grid/setting/index.js +2 -2
- package/dist/esm/header/components/Header.js +0 -1
- package/dist/esm/header/components/SalePageHeaderWarning.js +0 -1
- package/dist/esm/header/components/icons/ChevronLeft.js +0 -1
- package/dist/esm/header/components/icons/Dismiss.js +0 -1
- package/dist/esm/header/components/icons/MenuIcon.js +0 -1
- package/dist/esm/header/components/kind/basic/DesktopMenu.js +0 -1
- package/dist/esm/header/components/kind/basic/DesktopMenuItem.js +0 -1
- package/dist/esm/header/components/kind/basic/MenuMobileItem.js +0 -1
- package/dist/esm/header/components/kind/basic/MobileMenu.js +0 -1
- package/dist/esm/header/components/kind/basic/index.js +0 -1
- package/dist/esm/header/components/kind/modern/index.js +0 -1
- package/dist/esm/header/next.js +0 -2
- package/dist/esm/header/setting/index.js +2 -2
- package/dist/esm/heading/Heading.js +0 -1
- package/dist/esm/heading/next.js +0 -2
- package/dist/esm/heading/setting/index.js +2 -2
- package/dist/esm/helpers.js +4 -27
- package/dist/esm/icon/components/Icon.js +0 -1
- package/dist/esm/icon/next.js +0 -2
- package/dist/esm/icon/setting/index.js +2 -2
- package/dist/esm/icon-list/components/IconList.js +0 -1
- package/dist/esm/icon-list/components/IconListItem.js +0 -1
- package/dist/esm/icon-list/next.js +0 -2
- package/dist/esm/icon-list/setting/ItemTemplate.js +1 -2
- package/dist/esm/icon-list/setting/index.js +2 -2
- package/dist/esm/icon-list-hoz/components/IconListHoz.js +0 -1
- package/dist/esm/icon-list-hoz/components/IconListHozItem.js +0 -1
- package/dist/esm/icon-list-hoz/next.js +0 -2
- package/dist/esm/icon-list-hoz/setting/index.js +2 -2
- package/dist/esm/icon-list-v2/components/IconList.js +0 -1
- package/dist/esm/icon-list-v2/next.js +0 -2
- package/dist/esm/icon-list-v2/setting/index.js +2 -2
- package/dist/esm/image/components/AdaptiveImage.js +2 -4
- package/dist/esm/image/components/AdaptiveImage.liquid.js +5 -5
- package/dist/esm/image/components/BackgroundImage.js +0 -1
- package/dist/esm/image/components/Image.js +2 -18
- package/dist/esm/image/components/Img.js +0 -1
- package/dist/esm/image/components/NextImage.js +0 -1
- package/dist/esm/image/components/NextImage.liquid.js +2 -1
- package/dist/esm/image/components/helpers.js +17 -2
- package/dist/esm/image/helpers/getSrcSet.js +1 -2
- package/dist/esm/image/next.js +0 -2
- package/dist/esm/image/setting/Image.js +124 -3
- package/dist/esm/image/setting/index.js +2 -2
- package/dist/esm/image-comparison/components/CompareImage.js +2 -23
- package/dist/esm/image-comparison/components/CompareImage.liquid.js +1 -2
- package/dist/esm/image-comparison/components/ImageComparison.js +0 -1
- package/dist/esm/image-comparison/next.js +0 -2
- package/dist/esm/image-comparison/setting/index.js +2 -2
- package/dist/esm/image-detection/ImageDetection.js +0 -1
- package/dist/esm/image-detection/next.js +0 -2
- package/dist/esm/image-detection/setting/index.js +2 -2
- package/dist/esm/index.js +0 -17
- package/dist/esm/index.liquid.js +0 -11
- package/dist/esm/input/Input.js +0 -1
- package/dist/esm/input/next.js +0 -2
- package/dist/esm/input/setting/index.js +2 -2
- package/dist/esm/intersection-observer/useInView.js +0 -1
- package/dist/esm/line/Divider.js +0 -1
- package/dist/esm/line/Line.js +0 -1
- package/dist/esm/line/next.js +0 -2
- package/dist/esm/line/setting/index.js +2 -2
- package/dist/esm/link/components/CustomLink.js +0 -1
- package/dist/esm/link/components/Link.js +0 -1
- package/dist/esm/link/components/ProductLink.js +0 -1
- package/dist/esm/link/components/next-link/CustomLink.js +0 -1
- package/dist/esm/link/components/next-link/ProductLink.js +0 -1
- package/dist/esm/link/components/next-link/index.js +0 -1
- package/dist/esm/link/next.js +0 -2
- package/dist/esm/link/setting/index.js +2 -2
- package/dist/esm/marquee/components/Marquee.js +0 -1
- package/dist/esm/marquee/components/MarqueeBase.js +0 -1
- package/dist/esm/marquee/components/MarqueeItem.js +0 -1
- package/dist/esm/marquee/next.js +0 -2
- package/dist/esm/marquee/setting/index.js +2 -2
- package/dist/esm/menu/components/DropdownMenu.js +0 -1
- package/dist/esm/menu/components/MegaMenu.js +0 -1
- package/dist/esm/menu/components/Menu.js +0 -1
- package/dist/esm/menu/components/NavigationMenu.js +0 -1
- package/dist/esm/menu/components/SubMegaMenu.js +0 -1
- package/dist/esm/menu/components/SubNavigationMenu.js +0 -1
- package/dist/esm/menu/next.js +0 -2
- package/dist/esm/menu/setting/index.js +2 -2
- package/dist/esm/modal/components/Modal.js +0 -1
- package/dist/esm/modal/components/confirm.js +0 -1
- package/dist/esm/modal/next.js +0 -2
- package/dist/esm/modal/setting/index.js +2 -2
- package/dist/esm/next.js +0 -3
- package/dist/esm/notification/components/Notice.js +0 -1
- package/dist/esm/notification/components/Notifications.js +0 -1
- package/dist/esm/notification/components/icons/CloseIcon.js +0 -1
- package/dist/esm/notification/hooks/use-notification.js +0 -1
- package/dist/esm/pagination/Pagination.js +0 -1
- package/dist/esm/pagination/next.js +0 -2
- package/dist/esm/pagination/setting/index.js +2 -2
- package/dist/esm/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +0 -1
- package/dist/esm/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +0 -1
- package/dist/esm/post-purchase/advanced-list/next.js +0 -2
- package/dist/esm/post-purchase/advanced-list/setting/index.js +2 -2
- package/dist/esm/post-purchase/button/Button.js +0 -1
- package/dist/esm/post-purchase/button/next.js +0 -2
- package/dist/esm/post-purchase/button/setting/index.js +2 -2
- package/dist/esm/post-purchase/callout-banner/components/CalloutBox.js +0 -1
- package/dist/esm/post-purchase/callout-banner/components/CalloutText.js +0 -1
- package/dist/esm/post-purchase/callout-banner/next.js +0 -2
- package/dist/esm/post-purchase/callout-banner/setting/CalloutBox.js +2 -2
- package/dist/esm/post-purchase/callout-banner/setting/index.js +2 -2
- package/dist/esm/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +0 -1
- package/dist/esm/post-purchase/countdown-timer/components/TextCountdown.js +0 -1
- package/dist/esm/post-purchase/countdown-timer/next.js +0 -2
- package/dist/esm/post-purchase/countdown-timer/settings/index.js +2 -2
- package/dist/esm/post-purchase/image/components/AdaptiveImage.js +0 -1
- package/dist/esm/post-purchase/image/components/Image.js +0 -1
- package/dist/esm/post-purchase/image/components/Img.js +0 -1
- package/dist/esm/post-purchase/image/next.js +0 -2
- package/dist/esm/post-purchase/image/setting/index.js +2 -2
- package/dist/esm/post-purchase/line/components/PostPurchaseLine.js +0 -1
- package/dist/esm/post-purchase/line/next.js +0 -2
- package/dist/esm/post-purchase/line/setting/index.js +2 -2
- package/dist/esm/post-purchase/next.js +0 -2
- package/dist/esm/post-purchase/product/components/AcceptButton.js +0 -1
- package/dist/esm/post-purchase/product/components/ProductDescription.js +0 -1
- package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +0 -1
- package/dist/esm/post-purchase/product/components/ProductOffer.js +2 -4
- package/dist/esm/post-purchase/product/components/ProductPrice.js +0 -1
- package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +0 -1
- package/dist/esm/post-purchase/product/components/ProductQuantity.js +0 -1
- package/dist/esm/post-purchase/product/components/ProductTitle.js +0 -1
- package/dist/esm/post-purchase/product/components/ProductVariant.js +0 -1
- package/dist/esm/post-purchase/product/components/priceBreakdown/MoneyLine.js +0 -1
- package/dist/esm/post-purchase/product/components/product-image/Arrow.js +0 -1
- package/dist/esm/post-purchase/product/components/product-image/CarouselPostPurchase.js +0 -1
- package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +0 -1
- package/dist/esm/post-purchase/product/components/product-image/ImageListCarousel.js +0 -1
- package/dist/esm/post-purchase/product/components/product-image/ImageListGrid.js +0 -1
- package/dist/esm/post-purchase/product/components/product-image/index.js +0 -1
- package/dist/esm/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +0 -1
- package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +0 -1
- package/dist/esm/post-purchase/product/components/variants/Dropdown.js +0 -1
- package/dist/esm/post-purchase/product/components/variants/DropdownOption.js +0 -1
- package/dist/esm/post-purchase/product/components/variants/RectangleList.js +0 -1
- package/dist/esm/post-purchase/product/components/variants/VariantGroup.js +0 -1
- package/dist/esm/post-purchase/product/components/variants/VariantItem.js +0 -1
- package/dist/esm/post-purchase/product/components/variants/VariantOption.js +0 -1
- package/dist/esm/post-purchase/product/next.js +0 -2
- package/dist/esm/post-purchase/product/settings/index.js +2 -2
- package/dist/esm/post-purchase/text/Text.js +0 -1
- package/dist/esm/post-purchase/text/next.js +0 -2
- package/dist/esm/post-purchase/text/setting/index.js +2 -2
- package/dist/esm/post-purchase/utils/helper.js +1 -5
- package/dist/esm/product/components/DynamicCheckout.js +0 -1
- package/dist/esm/product/components/DynamicCheckout.liquid.js +0 -5
- package/dist/esm/product/components/FileUpload.js +0 -1
- package/dist/esm/product/components/Product.js +0 -1
- package/dist/esm/product/components/ProductBadge/index.js +2 -22
- package/dist/esm/product/components/ProductBadge/utils/common.js +1 -14
- package/dist/esm/product/components/ProductBundleDiscount.js +5 -57
- package/dist/esm/product/components/ProductBundleDiscount.liquid.js +2 -2
- package/dist/esm/product/components/ProductBundleDiscountItem.js +0 -1
- package/dist/esm/product/components/ProductButton.js +0 -1
- package/dist/esm/product/components/ProductDescription.js +8 -32
- package/dist/esm/product/components/ProductDescription.liquid.js +1 -2
- package/dist/esm/product/components/ProductImages/ProductFeaturedImage.js +0 -1
- package/dist/esm/product/components/ProductImages/ProductGalleryCarousel.js +0 -1
- package/dist/esm/product/components/ProductImages/ProductGalleryGrid.js +0 -1
- package/dist/esm/product/components/ProductImages/ProductImagesLightBox.js +0 -1
- package/dist/esm/product/components/ProductImages.js +0 -1
- package/dist/esm/product/components/ProductImagesV2/jsx/ProductImages.js +2 -52
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ButtonOpenLightBox.js +0 -1
- package/dist/esm/product/components/ProductImagesV2/jsx/components/MediaIcon.js +0 -1
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +0 -1
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageOnly.js +0 -1
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductGalleryCarousel.js +0 -1
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductGalleryGrid.js +0 -1
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductImagesLightBox.js +0 -1
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/FeatureImageWithGallery.js +1 -5
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/GalleryOneCol.js +1 -5
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/GalleryTwoCol.js +1 -5
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/OnlyFeatureImage.js +1 -5
- package/dist/esm/product/components/ProductList.js +1 -5
- package/dist/esm/product/components/ProductList.liquid.js +1 -1
- package/dist/esm/product/components/ProductNotFound.js +115 -50
- package/dist/esm/product/components/ProductNotFoundRelated.js +61 -0
- package/dist/esm/product/components/ProductPrice.js +25 -45
- package/dist/esm/product/components/ProductProperties/ProductPropertyChoice.js +0 -1
- package/dist/esm/product/components/ProductProperties/ProductPropertyInput.js +0 -1
- package/dist/esm/product/components/ProductProperties/ProductPropertySelect.js +0 -1
- package/dist/esm/product/components/ProductProperties.js +2 -40
- package/dist/esm/product/components/ProductProperties.liquid.js +20 -10
- package/dist/esm/product/components/ProductQuantity.js +0 -1
- package/dist/esm/product/components/ProductQuickView/ProductQuickView.js +1 -2
- package/dist/esm/product/components/ProductQuickView/index.js +0 -1
- package/dist/esm/product/components/ProductTag.js +15 -34
- package/dist/esm/product/components/ProductTitle.js +0 -1
- package/dist/esm/product/components/ProductVariants/index.js +12 -24
- package/dist/esm/product/components/ProductVariants/index.liquid.js +6 -1
- package/dist/esm/product/components/ProductVariants/variants/Base.js +0 -1
- package/dist/esm/product/components/ProductVariants/variants/Color.js +0 -1
- package/dist/esm/product/components/ProductVariants/variants/Dropdown.js +0 -1
- package/dist/esm/product/components/ProductVariants/variants/DropdownOption.js +0 -1
- package/dist/esm/product/components/ProductVariants/variants/Image.js +0 -1
- package/dist/esm/product/components/ProductVariants/variants/ImageShopify.js +0 -1
- package/dist/esm/product/components/ProductVariants/variants/RadioButtons.js +0 -1
- package/dist/esm/product/components/ProductVariants/variants/RectangleList.js +0 -1
- package/dist/esm/product/components/ProductVariants/variants/VariantGroup.js +0 -1
- package/dist/esm/product/components/ProductVariants/variants/VariantOption/index.js +0 -1
- package/dist/esm/product/components/ProductVariants/variants/index.js +0 -1
- package/dist/esm/product/components/ProductVariants/variants/index.liquid.js +2 -1
- package/dist/esm/product/components/ProductViewMore.js +0 -1
- package/dist/esm/product/components/ProductViewMore.liquid.js +2 -7
- package/dist/esm/product/components/SalePageProductListWarning.js +0 -1
- package/dist/esm/product/components/Sku.js +0 -1
- package/dist/esm/product/components/Vendor.js +0 -1
- package/dist/esm/product/next.js +2 -2
- package/dist/esm/product/setting/ProductList.js +2 -4
- package/dist/esm/product/setting/ProductProperties.js +1 -1
- package/dist/esm/product/setting/index.js +2 -2
- package/dist/esm/radio/Radio.js +0 -1
- package/dist/esm/radio/next.js +0 -2
- package/dist/esm/radio/setting/index.js +2 -2
- package/dist/esm/select/Select.js +0 -1
- package/dist/esm/select/next.js +0 -2
- package/dist/esm/select/setting/index.js +2 -2
- package/dist/esm/sticky/components/Sticky.js +3 -4
- package/dist/esm/sticky/components/Sticky.liquid.js +0 -1
- package/dist/esm/sticky/next.js +0 -2
- package/dist/esm/sticky/setting/index.js +2 -2
- package/dist/esm/stock-counter/components/StockCounter.js +0 -1
- package/dist/esm/stock-counter/next.js +0 -2
- package/dist/esm/stock-counter/setting/index.js +2 -2
- package/dist/esm/tab/components/TabItem.js +0 -1
- package/dist/esm/tab/components/Tabs.js +0 -1
- package/dist/esm/tab/next.js +0 -2
- package/dist/esm/tab/setting/index.js +2 -2
- package/dist/esm/text/components/Text.js +0 -1
- package/dist/esm/text/components/Text.liquid.js +19 -13
- package/dist/esm/text/next.js +0 -2
- package/dist/esm/text/setting/index.js +2 -2
- package/dist/esm/textarea/Textarea.js +0 -1
- package/dist/esm/textarea/next.js +0 -2
- package/dist/esm/textarea/setting/index.js +2 -2
- package/dist/esm/third-party/components/AirProductReviewsAppUgc.js +7 -3
- package/dist/esm/third-party/components/AliReviews/AliReviewsSampleContent.js +0 -1
- package/dist/esm/third-party/components/AliReviews.js +0 -1
- package/dist/esm/third-party/components/AppointmentBookingCowlendar.js +7 -3
- package/dist/esm/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +0 -1
- package/dist/esm/third-party/components/AppstleSubscriptions.js +0 -1
- package/dist/esm/third-party/components/BirdChime/BirdChimeContent.js +0 -1
- package/dist/esm/third-party/components/BirdChime.js +0 -1
- package/dist/esm/third-party/components/Bogos/BogosSampleContent.js +0 -1
- package/dist/esm/third-party/components/Bogos.js +0 -1
- package/dist/esm/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +0 -1
- package/dist/esm/third-party/components/BoldProductOptions.js +0 -1
- package/dist/esm/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +0 -1
- package/dist/esm/third-party/components/BoldSubscriptions.js +0 -1
- package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.js +7 -3
- package/dist/esm/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +0 -1
- package/dist/esm/third-party/components/BoostAISearchDiscovery.js +0 -1
- package/dist/esm/third-party/components/Bundler/BundlerSampleContent.js +0 -1
- package/dist/esm/third-party/components/Bundler.js +0 -1
- package/dist/esm/third-party/components/CleanSizeCharts.js +7 -3
- package/dist/esm/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +0 -1
- package/dist/esm/third-party/components/CrossSellCartUpsell.js +0 -1
- package/dist/esm/third-party/components/CustomProductOptionsVariant.js +7 -3
- package/dist/esm/third-party/components/DiscountyBulkDiscountSales.js +0 -1
- package/dist/esm/third-party/components/EasifyProductOptions.js +7 -3
- package/dist/esm/third-party/components/EasyBundleBuilderSkailama.js +7 -3
- package/dist/esm/third-party/components/EasySellCOD.js +7 -3
- package/dist/esm/third-party/components/FastBundleBundlesDiscounts.js +7 -3
- package/dist/esm/third-party/components/FeraReviews/FeraReviewsSampleContent.js +0 -1
- package/dist/esm/third-party/components/FeraReviews/LiquidTemplateByWidget.js +12 -19
- package/dist/esm/third-party/components/FeraReviews.js +0 -1
- package/dist/esm/third-party/components/FirePush/FirePushSampleContent.js +0 -1
- package/dist/esm/third-party/components/FirePush.js +0 -1
- package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.js +25 -3
- package/dist/esm/third-party/components/FordeerProductLabels.js +7 -3
- package/dist/esm/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +0 -1
- package/dist/esm/third-party/components/FrequentlyBoughtTogether.js +0 -1
- package/dist/esm/third-party/components/GoogleReviewsByReputon.js +7 -3
- package/dist/esm/third-party/components/Growave/GrowaveSampleContent.js +0 -1
- package/dist/esm/third-party/components/Growave.js +0 -1
- package/dist/esm/third-party/components/HulkFormBuilder.js +7 -3
- package/dist/esm/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +0 -1
- package/dist/esm/third-party/components/InfiniteOptions.js +0 -1
- package/dist/esm/third-party/components/Instafeed/InstafeedSampleContent.js +0 -1
- package/dist/esm/third-party/components/Instafeed.js +0 -1
- package/dist/esm/third-party/components/InstasellShoppableInstagram.js +7 -3
- package/dist/esm/third-party/components/Judgeme/JudgemeSampleContent.js +0 -1
- package/dist/esm/third-party/components/JudgemeReviews.js +0 -1
- package/dist/esm/third-party/components/JunipProductReviewsUgc.js +7 -3
- package/dist/esm/third-party/components/KachingBundles/KachingBundlesSampleContent.js +0 -1
- package/dist/esm/third-party/components/KachingBundles.js +0 -1
- package/dist/esm/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +0 -1
- package/dist/esm/third-party/components/KingProductOptions.js +0 -1
- package/dist/esm/third-party/components/KiteFreeGiftDiscount.js +7 -3
- package/dist/esm/third-party/components/KlarnaMessaging.js +7 -3
- package/dist/esm/third-party/components/Klaviyo/KlaviyoSampleContent.js +0 -1
- package/dist/esm/third-party/components/Klaviyo.js +0 -1
- package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.js +7 -3
- package/dist/esm/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +0 -1
- package/dist/esm/third-party/components/LaiProductReviews.js +0 -1
- package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.js +7 -3
- package/dist/esm/third-party/components/LoopSubscriptions.js +7 -3
- package/dist/esm/third-party/components/LooxReviews/LooxReviewsSampleContent.js +0 -1
- package/dist/esm/third-party/components/LooxReviews.js +0 -1
- package/dist/esm/third-party/components/MaxbundleProductBundles.js +7 -3
- package/dist/esm/third-party/components/MbcBundleVolumeDiscount.js +7 -3
- package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +7 -3
- package/dist/esm/third-party/components/Omnisend/OmnisendSampleContent.js +0 -1
- package/dist/esm/third-party/components/Omnisend.js +0 -1
- package/dist/esm/third-party/components/Opinew/OpinewSampleContent.js +0 -1
- package/dist/esm/third-party/components/Opinew.js +0 -1
- package/dist/esm/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +0 -1
- package/dist/esm/third-party/components/ParcelPanel.js +0 -1
- package/dist/esm/third-party/components/PickyStory/PickyStorySampleContent.js +0 -1
- package/dist/esm/third-party/components/PickyStory.js +0 -1
- package/dist/esm/third-party/components/PowerfulContactFormBuilder.js +7 -3
- package/dist/esm/third-party/components/PreorderNowPreOrderPq.js +7 -3
- package/dist/esm/third-party/components/PreorderNowWodPresale.js +7 -3
- package/dist/esm/third-party/components/ProductOptionsCustomizer.js +7 -3
- package/dist/esm/third-party/components/ProductReviews/ProductReviewsSampleContent.js +0 -1
- package/dist/esm/third-party/components/ProductReviews.js +0 -1
- package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.js +7 -3
- package/dist/esm/third-party/components/PushOwl.js +0 -1
- package/dist/esm/third-party/components/QikifyUpsell.js +25 -3
- package/dist/esm/third-party/components/RapiBundleQuantityBreaks.js +7 -3
- package/dist/esm/third-party/components/RechargeSubscriptions.js +7 -3
- package/dist/esm/third-party/components/RecurpaySubscriptionApp.js +7 -3
- package/dist/esm/third-party/components/Releasit/ReleasitSampleContent.js +0 -1
- package/dist/esm/third-party/components/Releasit.js +0 -1
- package/dist/esm/third-party/components/RequestQuoteHidePrice.js +7 -3
- package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.js +7 -3
- package/dist/esm/third-party/components/Rivyo/RivyoSampleContent.js +0 -1
- package/dist/esm/third-party/components/Rivyo.js +0 -1
- package/dist/esm/third-party/components/Ryviu/RyviuSampleContent.js +0 -1
- package/dist/esm/third-party/components/Ryviu.js +0 -1
- package/dist/esm/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +0 -1
- package/dist/esm/third-party/components/SealSubscriptions.js +0 -1
- package/dist/esm/third-party/components/Selleasy.js +7 -3
- package/dist/esm/third-party/components/ShopifyForms.js +7 -3
- package/dist/esm/third-party/components/ShopifySubscriptions.js +7 -3
- package/dist/esm/third-party/components/SimpleBundlesKits.js +7 -3
- package/dist/esm/third-party/components/SkioSubscriptionsYcS20.js +7 -3
- package/dist/esm/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +0 -1
- package/dist/esm/third-party/components/SmartSearchBarAndFilters.js +0 -1
- package/dist/esm/third-party/components/SproutPlantTreesGrowSales.js +7 -3
- package/dist/esm/third-party/components/Stamped/StampedSampleContent.js +0 -1
- package/dist/esm/third-party/components/Stamped.js +0 -1
- package/dist/esm/third-party/components/SubifySubscriptionsApp.js +7 -3
- package/dist/esm/third-party/components/TagembedSocialPostReview.js +7 -3
- package/dist/esm/third-party/components/TagshopShoppableVideosUgc.js +7 -3
- package/dist/esm/third-party/components/ThirdPartyPreview.js +0 -1
- package/dist/esm/third-party/components/TrustMe/TrustMeSampleContent.js +0 -1
- package/dist/esm/third-party/components/TrustMe.js +0 -1
- package/dist/esm/third-party/components/Trustoo/TrustooSampleContent.js +0 -1
- package/dist/esm/third-party/components/Trustoo.js +0 -1
- package/dist/esm/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +0 -1
- package/dist/esm/third-party/components/UltimateSalesBoost.js +0 -1
- package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.js +7 -3
- package/dist/esm/third-party/components/Vitals/VitalsSampleContent.js +0 -1
- package/dist/esm/third-party/components/Vitals.js +0 -1
- package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.js +7 -3
- package/dist/esm/third-party/components/WideBundle/WideBundleSampleContent.js +0 -1
- package/dist/esm/third-party/components/WideBundle.js +0 -1
- package/dist/esm/third-party/components/Wiser/WiserSampleContent.js +1 -2
- package/dist/esm/third-party/components/Wiser.js +5 -2
- package/dist/esm/third-party/components/Wiser.liquid.js +1 -1
- package/dist/esm/third-party/components/WishlistKing.js +7 -3
- package/dist/esm/third-party/components/WishlistPlus.js +7 -3
- package/dist/esm/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +0 -1
- package/dist/esm/third-party/components/YotpoLoyalty.js +0 -1
- package/dist/esm/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +0 -1
- package/dist/esm/third-party/components/YotpoReviews.js +0 -1
- package/dist/esm/third-party/configs/BoldProductOptions.js +2 -2
- package/dist/esm/third-party/helpers/thirdParty.js +1 -1
- package/dist/esm/third-party/next.js +0 -47
- package/dist/esm/third-party/setting/AirProductReviewsAppUgc.js +1 -1
- package/dist/esm/third-party/setting/AppointmentBookingCowlendar.js +1 -1
- package/dist/esm/third-party/setting/Bogos.js +0 -5
- package/dist/esm/third-party/setting/BonLoyaltyRewardsReferrals.js +1 -1
- package/dist/esm/third-party/setting/Bundler.js +0 -5
- package/dist/esm/third-party/setting/CleanSizeCharts.js +1 -1
- package/dist/esm/third-party/setting/CustomProductOptionsVariant.js +1 -1
- package/dist/esm/third-party/setting/EasifyProductOptions.js +1 -1
- package/dist/esm/third-party/setting/EasyBundleBuilderSkailama.js +1 -1
- package/dist/esm/third-party/setting/EasySellCOD.js +1 -1
- package/dist/esm/third-party/setting/FastBundleBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/setting/FeraReviews.js +11 -10
- package/dist/esm/third-party/setting/FlyBundlesUpsellsFbt.js +1 -1
- package/dist/esm/third-party/setting/FordeerProductLabels.js +1 -1
- package/dist/esm/third-party/setting/FrequentlyBoughtTogether.js +0 -5
- package/dist/esm/third-party/setting/GoogleReviewsByReputon.js +1 -1
- package/dist/esm/third-party/setting/HulkFormBuilder.js +1 -1
- package/dist/esm/third-party/setting/InstasellShoppableInstagram.js +1 -1
- package/dist/esm/third-party/setting/JunipProductReviewsUgc.js +1 -1
- package/dist/esm/third-party/setting/KiteFreeGiftDiscount.js +1 -1
- package/dist/esm/third-party/setting/KlarnaMessaging.js +1 -1
- package/dist/esm/third-party/setting/KoalaBundleQuantityDiscount.js +1 -1
- package/dist/esm/third-party/setting/LoloyalLoyaltyReferrals.js +1 -1
- package/dist/esm/third-party/setting/LoopSubscriptions.js +1 -1
- package/dist/esm/third-party/setting/MaxbundleProductBundles.js +1 -1
- package/dist/esm/third-party/setting/MbcBundleVolumeDiscount.js +1 -1
- package/dist/esm/third-party/setting/NotifyBackInStockPreOrder.js +1 -1
- package/dist/esm/third-party/setting/PowerfulContactFormBuilder.js +1 -1
- package/dist/esm/third-party/setting/PreorderNowPreOrderPq.js +1 -1
- package/dist/esm/third-party/setting/PreorderNowWodPresale.js +1 -1
- package/dist/esm/third-party/setting/ProductOptionsCustomizer.js +1 -1
- package/dist/esm/third-party/setting/PumperBundlesVolumeDiscount.js +1 -1
- package/dist/esm/third-party/setting/QikifyUpsell.js +1 -1
- package/dist/esm/third-party/setting/RapiBundleQuantityBreaks.js +1 -1
- package/dist/esm/third-party/setting/RechargeSubscriptions.js +1 -1
- package/dist/esm/third-party/setting/RecurpaySubscriptionApp.js +2 -2
- package/dist/esm/third-party/setting/RequestQuoteHidePrice.js +1 -1
- package/dist/esm/third-party/setting/ReviewxpoProductReviewsApp.js +1 -1
- package/dist/esm/third-party/setting/Selleasy.js +1 -1
- package/dist/esm/third-party/setting/ShopifyForms.js +1 -1
- package/dist/esm/third-party/setting/ShopifySubscriptions.js +1 -1
- package/dist/esm/third-party/setting/SimpleBundlesKits.js +1 -1
- package/dist/esm/third-party/setting/SkioSubscriptionsYcS20.js +1 -1
- package/dist/esm/third-party/setting/SproutPlantTreesGrowSales.js +1 -1
- package/dist/esm/third-party/setting/SubifySubscriptionsApp.js +1 -1
- package/dist/esm/third-party/setting/TagembedSocialPostReview.js +1 -1
- package/dist/esm/third-party/setting/TagshopShoppableVideosUgc.js +1 -1
- package/dist/esm/third-party/setting/UnlimitedBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/setting/WhatmoreShoppableVideosreel.js +1 -1
- package/dist/esm/third-party/setting/Wiser.js +2 -5
- package/dist/esm/third-party/setting/WishlistKing.js +1 -1
- package/dist/esm/third-party/setting/WishlistPlus.js +1 -1
- package/dist/esm/third-party/setting/index.js +184 -202
- package/dist/esm/third-party-instant/components/InstantJudgemeReviews.js +0 -1
- package/dist/esm/third-party-instant/components/InstantKlaviyo.js +0 -1
- package/dist/esm/third-party-instant/components/InstantLooxReviews.js +0 -1
- package/dist/esm/third-party-instant/components/InstantThirdPartyPreview.js +0 -1
- package/dist/esm/third-party-instant/components/InstantYotpoLoyalty.js +0 -1
- package/dist/esm/third-party-instant/components/Judgeme/JudgemeSampleContent.js +0 -1
- package/dist/esm/third-party-instant/components/Judgeme/SingleProduct.js +0 -1
- package/dist/esm/third-party-instant/components/Judgeme/WithoutProduct.js +0 -1
- package/dist/esm/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +0 -1
- package/dist/esm/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +0 -1
- package/dist/esm/third-party-instant/components/LooxReviews/SingleProduct.js +0 -1
- package/dist/esm/third-party-instant/components/LooxReviews/WithoutProduct.js +0 -1
- package/dist/esm/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +0 -1
- package/dist/esm/third-party-instant/next.js +0 -2
- package/dist/esm/third-party-instant/setting/InstantJudgemeReviews.js +2 -8
- package/dist/esm/third-party-instant/setting/InstantLooxReviews.js +3 -12
- package/dist/esm/third-party-instant/setting/index.js +2 -2
- package/dist/esm/third-party-slot/components/ThirdPartySlot.js +0 -1
- package/dist/esm/third-party-slot/next.js +0 -2
- package/dist/esm/third-party-slot/setting/index.js +2 -2
- package/dist/esm/video/components/HTML5Embed.js +0 -1
- package/dist/esm/video/components/LiteVimeoEmbed.js +0 -1
- package/dist/esm/video/components/LiteYouTubeEmbed.js +0 -1
- package/dist/esm/video/components/Video.js +0 -1
- package/dist/esm/video/next.js +0 -2
- package/dist/esm/video/setting/index.js +2 -2
- package/dist/types/index.d.ts +62 -530
- package/package.json +4 -5
- package/dist/cjs/common/components/NoDataState.js +0 -151
- package/dist/cjs/common/components/TooltipHover.js +0 -35
- package/dist/cjs/image/components/NoDataImage.js +0 -115
- package/dist/cjs/image/setting/configs/presets.js +0 -156
- package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +0 -73
- package/dist/cjs/post-purchase/link/next.js +0 -13
- package/dist/cjs/post-purchase/link/setting/PostPurchaseLink.js +0 -284
- package/dist/cjs/post-purchase/link/setting/index.js +0 -11
- package/dist/cjs/setting.js +0 -192
- package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.js +0 -27
- package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.liquid.js +0 -13
- package/dist/cjs/shop-pay-installment/next.js +0 -18
- package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +0 -83
- package/dist/cjs/shop-pay-installment/settings/index.js +0 -11
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +0 -33
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +0 -12
- package/dist/cjs/third-party/components/BestBuyFulfillment.js +0 -38
- package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +0 -12
- package/dist/cjs/third-party/components/HulkProductOptions.js +0 -33
- package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +0 -12
- package/dist/cjs/third-party/components/MyappgurusProductReviews.js +0 -33
- package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +0 -12
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +0 -38
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +0 -21
- package/dist/cjs/third-party/components/SegunoEmailMarketing.js +0 -33
- package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +0 -12
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +0 -33
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +0 -12
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +0 -33
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +0 -12
- package/dist/cjs/third-party/components/TrustshopProductReviews.js +0 -47
- package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +0 -12
- package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +0 -12
- package/dist/cjs/third-party/configs/AirProductReviewsAppUgc.js +0 -12
- package/dist/cjs/third-party/configs/AppointmentBookingCowlendar.js +0 -12
- package/dist/cjs/third-party/configs/BonLoyaltyRewardsReferrals.js +0 -12
- package/dist/cjs/third-party/configs/CleanSizeCharts.js +0 -12
- package/dist/cjs/third-party/configs/CustomProductOptionsVariant.js +0 -12
- package/dist/cjs/third-party/configs/EasifyProductOptions.js +0 -12
- package/dist/cjs/third-party/configs/EasyBundleBuilderSkailama.js +0 -12
- package/dist/cjs/third-party/configs/EasySellCOD.js +0 -12
- package/dist/cjs/third-party/configs/FastBundleBundlesDiscount.js +0 -12
- package/dist/cjs/third-party/configs/FlyBundlesUpsellsFbt.js +0 -29
- package/dist/cjs/third-party/configs/FordeerProductLabels.js +0 -12
- package/dist/cjs/third-party/configs/GoogleReviewsByReputon.js +0 -12
- package/dist/cjs/third-party/configs/HulkFormBuilder.js +0 -12
- package/dist/cjs/third-party/configs/HulkProductOptions.js +0 -12
- package/dist/cjs/third-party/configs/InstasellShoppableInstagram.js +0 -12
- package/dist/cjs/third-party/configs/JunipProductReviewsUgc.js +0 -12
- package/dist/cjs/third-party/configs/KiteFreeGiftDiscount.js +0 -12
- package/dist/cjs/third-party/configs/KlarmaMessaging.js +0 -12
- package/dist/cjs/third-party/configs/KoalaBundleQuantityDiscount.js +0 -12
- package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +0 -12
- package/dist/cjs/third-party/configs/LoopSubscriptions.js +0 -12
- package/dist/cjs/third-party/configs/MaxbundleProductBundles.js +0 -12
- package/dist/cjs/third-party/configs/MbcBundleVolumeDiscount.js +0 -12
- package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +0 -12
- package/dist/cjs/third-party/configs/NotifyBackInStockPreOrder.js +0 -12
- package/dist/cjs/third-party/configs/PowerfulContactFormBuilder.js +0 -12
- package/dist/cjs/third-party/configs/PreorderNowPreOrderPq.js +0 -12
- package/dist/cjs/third-party/configs/PreorderNowWodPresale.js +0 -12
- package/dist/cjs/third-party/configs/ProductOptionsCustomizer.js +0 -12
- package/dist/cjs/third-party/configs/PumperBundlesVolumeDiscount.js +0 -12
- package/dist/cjs/third-party/configs/QikifyUpsell.js +0 -29
- package/dist/cjs/third-party/configs/RapiBundleQuantityBreaks.js +0 -12
- package/dist/cjs/third-party/configs/RechargeSubscriptions.js +0 -12
- package/dist/cjs/third-party/configs/RecurpaySubscriptionApp.js +0 -12
- package/dist/cjs/third-party/configs/RequestQuoteHidePrice.js +0 -12
- package/dist/cjs/third-party/configs/ReviewxpoProductReviewsApp.js +0 -12
- package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +0 -12
- package/dist/cjs/third-party/configs/Selleasy.js +0 -12
- package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +0 -12
- package/dist/cjs/third-party/configs/ShopifyForms.js +0 -12
- package/dist/cjs/third-party/configs/ShopifySubscriptions.js +0 -12
- package/dist/cjs/third-party/configs/SimpleBundlesKits.js +0 -12
- package/dist/cjs/third-party/configs/SkioSubscriptionsYcS20.js +0 -12
- package/dist/cjs/third-party/configs/SproutPlantTreesGrowSales.js +0 -12
- package/dist/cjs/third-party/configs/SubifySubscriptionsApp.js +0 -12
- package/dist/cjs/third-party/configs/TagembedSocialPostReview.js +0 -12
- package/dist/cjs/third-party/configs/TagshopShoppableVideosUgc.js +0 -12
- package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +0 -12
- package/dist/cjs/third-party/configs/TrustshopProductReviews.js +0 -12
- package/dist/cjs/third-party/configs/UnlimitedBundlesDiscounts.js +0 -12
- package/dist/cjs/third-party/configs/WhatmoreShoppableVideosreel.js +0 -12
- package/dist/cjs/third-party/configs/WishlistKing.js +0 -12
- package/dist/cjs/third-party/configs/WishlistPlus.js +0 -12
- package/dist/cjs/third-party/setting/AftershipEmailMarketingsms.js +0 -160
- package/dist/cjs/third-party/setting/BestBuyFulfillment.js +0 -133
- package/dist/cjs/third-party/setting/HulkProductOptions.js +0 -131
- package/dist/cjs/third-party/setting/MyappgurusProductReviews.js +0 -171
- package/dist/cjs/third-party/setting/ProductOptionsVariantOption.js +0 -131
- package/dist/cjs/third-party/setting/SegunoEmailMarketing.js +0 -152
- package/dist/cjs/third-party/setting/SeoantTrustBadgesIcon.js +0 -142
- package/dist/cjs/third-party/setting/TrustreviewsProductReviews.js +0 -210
- package/dist/cjs/third-party/setting/TrustshopProductReviews.js +0 -159
- package/dist/esm/common/components/NoDataState.js +0 -147
- package/dist/esm/common/components/TooltipHover.js +0 -31
- package/dist/esm/image/components/NoDataImage.js +0 -111
- package/dist/esm/image/setting/configs/presets.js +0 -154
- package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +0 -69
- package/dist/esm/post-purchase/link/next.js +0 -11
- package/dist/esm/post-purchase/link/setting/PostPurchaseLink.js +0 -280
- package/dist/esm/post-purchase/link/setting/index.js +0 -7
- package/dist/esm/setting.js +0 -188
- package/dist/esm/shop-pay-installment/components/ShopPayInstallments.js +0 -22
- package/dist/esm/shop-pay-installment/components/ShopPayInstallments.liquid.js +0 -9
- package/dist/esm/shop-pay-installment/next.js +0 -14
- package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +0 -79
- package/dist/esm/shop-pay-installment/settings/index.js +0 -7
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +0 -29
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +0 -8
- package/dist/esm/third-party/components/BestBuyFulfillment.js +0 -33
- package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +0 -8
- package/dist/esm/third-party/components/HulkProductOptions.js +0 -29
- package/dist/esm/third-party/components/HulkProductOptions.liquid.js +0 -8
- package/dist/esm/third-party/components/MyappgurusProductReviews.js +0 -29
- package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +0 -8
- package/dist/esm/third-party/components/ProductOptionsVariantOption.js +0 -33
- package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +0 -17
- package/dist/esm/third-party/components/SegunoEmailMarketing.js +0 -29
- package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +0 -8
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +0 -29
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +0 -8
- package/dist/esm/third-party/components/TrustreviewsProductReviews.js +0 -29
- package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +0 -8
- package/dist/esm/third-party/components/TrustshopProductReviews.js +0 -43
- package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +0 -8
- package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +0 -8
- package/dist/esm/third-party/configs/AirProductReviewsAppUgc.js +0 -8
- package/dist/esm/third-party/configs/AppointmentBookingCowlendar.js +0 -8
- package/dist/esm/third-party/configs/BonLoyaltyRewardsReferrals.js +0 -8
- package/dist/esm/third-party/configs/CleanSizeCharts.js +0 -8
- package/dist/esm/third-party/configs/CustomProductOptionsVariant.js +0 -8
- package/dist/esm/third-party/configs/EasifyProductOptions.js +0 -8
- package/dist/esm/third-party/configs/EasyBundleBuilderSkailama.js +0 -8
- package/dist/esm/third-party/configs/EasySellCOD.js +0 -8
- package/dist/esm/third-party/configs/FastBundleBundlesDiscount.js +0 -8
- package/dist/esm/third-party/configs/FlyBundlesUpsellsFbt.js +0 -26
- package/dist/esm/third-party/configs/FordeerProductLabels.js +0 -8
- package/dist/esm/third-party/configs/GoogleReviewsByReputon.js +0 -8
- package/dist/esm/third-party/configs/HulkFormBuilder.js +0 -8
- package/dist/esm/third-party/configs/HulkProductOptions.js +0 -8
- package/dist/esm/third-party/configs/InstasellShoppableInstagram.js +0 -8
- package/dist/esm/third-party/configs/JunipProductReviewsUgc.js +0 -8
- package/dist/esm/third-party/configs/KiteFreeGiftDiscount.js +0 -8
- package/dist/esm/third-party/configs/KlarmaMessaging.js +0 -8
- package/dist/esm/third-party/configs/KoalaBundleQuantityDiscount.js +0 -8
- package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +0 -8
- package/dist/esm/third-party/configs/LoopSubscriptions.js +0 -8
- package/dist/esm/third-party/configs/MaxbundleProductBundles.js +0 -8
- package/dist/esm/third-party/configs/MbcBundleVolumeDiscount.js +0 -8
- package/dist/esm/third-party/configs/MyappgurusProductReviews.js +0 -8
- package/dist/esm/third-party/configs/NotifyBackInStockPreOrder.js +0 -8
- package/dist/esm/third-party/configs/PowerfulContactFormBuilder.js +0 -8
- package/dist/esm/third-party/configs/PreorderNowPreOrderPq.js +0 -8
- package/dist/esm/third-party/configs/PreorderNowWodPresale.js +0 -8
- package/dist/esm/third-party/configs/ProductOptionsCustomizer.js +0 -8
- package/dist/esm/third-party/configs/PumperBundlesVolumeDiscount.js +0 -8
- package/dist/esm/third-party/configs/QikifyUpsell.js +0 -26
- package/dist/esm/third-party/configs/RapiBundleQuantityBreaks.js +0 -8
- package/dist/esm/third-party/configs/RechargeSubscriptions.js +0 -8
- package/dist/esm/third-party/configs/RecurpaySubscriptionApp.js +0 -8
- package/dist/esm/third-party/configs/RequestQuoteHidePrice.js +0 -8
- package/dist/esm/third-party/configs/ReviewxpoProductReviewsApp.js +0 -8
- package/dist/esm/third-party/configs/SegunoEmailMarketing.js +0 -8
- package/dist/esm/third-party/configs/Selleasy.js +0 -8
- package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +0 -8
- package/dist/esm/third-party/configs/ShopifyForms.js +0 -8
- package/dist/esm/third-party/configs/ShopifySubscriptions.js +0 -8
- package/dist/esm/third-party/configs/SimpleBundlesKits.js +0 -8
- package/dist/esm/third-party/configs/SkioSubscriptionsYcS20.js +0 -8
- package/dist/esm/third-party/configs/SproutPlantTreesGrowSales.js +0 -8
- package/dist/esm/third-party/configs/SubifySubscriptionsApp.js +0 -8
- package/dist/esm/third-party/configs/TagembedSocialPostReview.js +0 -8
- package/dist/esm/third-party/configs/TagshopShoppableVideosUgc.js +0 -8
- package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +0 -8
- package/dist/esm/third-party/configs/TrustshopProductReviews.js +0 -8
- package/dist/esm/third-party/configs/UnlimitedBundlesDiscounts.js +0 -8
- package/dist/esm/third-party/configs/WhatmoreShoppableVideosreel.js +0 -8
- package/dist/esm/third-party/configs/WishlistKing.js +0 -8
- package/dist/esm/third-party/configs/WishlistPlus.js +0 -8
- package/dist/esm/third-party/setting/AftershipEmailMarketingsms.js +0 -156
- package/dist/esm/third-party/setting/BestBuyFulfillment.js +0 -129
- package/dist/esm/third-party/setting/HulkProductOptions.js +0 -127
- package/dist/esm/third-party/setting/MyappgurusProductReviews.js +0 -167
- package/dist/esm/third-party/setting/ProductOptionsVariantOption.js +0 -127
- package/dist/esm/third-party/setting/SegunoEmailMarketing.js +0 -148
- package/dist/esm/third-party/setting/SeoantTrustBadgesIcon.js +0 -138
- package/dist/esm/third-party/setting/TrustreviewsProductReviews.js +0 -206
- package/dist/esm/third-party/setting/TrustshopProductReviews.js +0 -155
package/dist/types/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as next_image from 'next/image';
|
|
|
9
9
|
import { ImageProps as ImageProps$1 } from 'next/image';
|
|
10
10
|
import { DotStyle as DotStyle$1 } from '@gem-sdk/core/src/helpers/carousel';
|
|
11
11
|
|
|
12
|
-
declare const _default$
|
|
12
|
+
declare const _default$R: {
|
|
13
13
|
Accordion: _gem_sdk_core.ComponentSetting<AccordionProps>;
|
|
14
14
|
AccordionItem: _gem_sdk_core.ComponentSetting<AccordionItemProps>;
|
|
15
15
|
};
|
|
@@ -96,11 +96,11 @@ type BreadcrumbProps = BaseProps<{
|
|
|
96
96
|
};
|
|
97
97
|
declare const Breadcrumb$1: React.FC<BreadcrumbProps>;
|
|
98
98
|
|
|
99
|
-
declare const _default$
|
|
99
|
+
declare const _default$Q: {
|
|
100
100
|
Breadcrumb: _gem_sdk_core.ComponentSetting<BreadcrumbProps>;
|
|
101
101
|
};
|
|
102
102
|
|
|
103
|
-
declare const _default$
|
|
103
|
+
declare const _default$P: {
|
|
104
104
|
Button: _gem_sdk_core.ComponentSetting<ButtonProps>;
|
|
105
105
|
};
|
|
106
106
|
|
|
@@ -166,7 +166,7 @@ type ButtonProps = MixedProps$6 & BasePropsWrap<{
|
|
|
166
166
|
};
|
|
167
167
|
declare const Button$2: React.FC<ButtonProps>;
|
|
168
168
|
|
|
169
|
-
declare const _default$
|
|
169
|
+
declare const _default$O: {
|
|
170
170
|
Coupon: _gem_sdk_core.ComponentSetting<CouponProps>;
|
|
171
171
|
};
|
|
172
172
|
|
|
@@ -183,7 +183,7 @@ type CouponProps = BasePropsWrap<Setting$a, Style$3> & {
|
|
|
183
183
|
};
|
|
184
184
|
declare const Coupon$1: React.FC<CouponProps>;
|
|
185
185
|
|
|
186
|
-
declare const _default$
|
|
186
|
+
declare const _default$N: {
|
|
187
187
|
Carousel: _gem_sdk_core.ComponentSetting<CarouselProps>;
|
|
188
188
|
CarouselItem: _gem_sdk_core.ComponentSetting<CarouselItemProps>;
|
|
189
189
|
};
|
|
@@ -384,7 +384,7 @@ type CartTotalPriceProps = BaseProps<{
|
|
|
384
384
|
}>;
|
|
385
385
|
declare const CartTotalPrice: React.FC<CartTotalPriceProps>;
|
|
386
386
|
|
|
387
|
-
declare const _default$
|
|
387
|
+
declare const _default$M: {
|
|
388
388
|
Image: _gem_sdk_core.ComponentSetting<ImageProps>;
|
|
389
389
|
BackgroundImage: _gem_sdk_core.ComponentSetting<BackgroundImageProps>;
|
|
390
390
|
};
|
|
@@ -416,6 +416,7 @@ type AdaptiveImageProps = {
|
|
|
416
416
|
width?: number | string;
|
|
417
417
|
height?: number | string;
|
|
418
418
|
pictureClass?: string;
|
|
419
|
+
imagePlaceholder?: ObjectDevices<string>;
|
|
419
420
|
} & Omit<ImgProps, 'image'>;
|
|
420
421
|
|
|
421
422
|
type ObjectFit$1 = 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
|
|
@@ -444,7 +445,6 @@ type ImageSetting$1 = Pick<NextImageProps, 'priority' | 'quality' | 'vw'> & Pick
|
|
|
444
445
|
};
|
|
445
446
|
hoverEffect?: string;
|
|
446
447
|
isNotLazyload?: boolean;
|
|
447
|
-
disableNoDataState?: boolean;
|
|
448
448
|
} & Pick<AdaptiveImageProps, 'srcSet'>;
|
|
449
449
|
type ImageStyleSetting$1 = {
|
|
450
450
|
shape?: ObjectDevices<SizeSettingGlobal>;
|
|
@@ -510,16 +510,14 @@ type CartLineImageProps = BaseProps<{
|
|
|
510
510
|
};
|
|
511
511
|
declare const CartLineImage: React.FC<CartLineImageProps>;
|
|
512
512
|
|
|
513
|
-
declare const _default$
|
|
513
|
+
declare const _default$L: {
|
|
514
514
|
Root: _gem_sdk_core.ComponentSetting<any>;
|
|
515
515
|
Section: _gem_sdk_core.ComponentSetting<RowProps$1>;
|
|
516
516
|
Col: _gem_sdk_core.ComponentSetting<ColProps$1>;
|
|
517
517
|
Row: _gem_sdk_core.ComponentSetting<RowProps$1>;
|
|
518
518
|
};
|
|
519
519
|
|
|
520
|
-
type ColProps$1 = BasePropsWrap<{
|
|
521
|
-
allowSameHeight?: boolean;
|
|
522
|
-
}, {
|
|
520
|
+
type ColProps$1 = BasePropsWrap<unknown, {
|
|
523
521
|
order?: ObjectDevices<number>;
|
|
524
522
|
gap?: ObjectDevices<string>;
|
|
525
523
|
alignItem?: ObjectDevices<Property.AlignItems>;
|
|
@@ -539,7 +537,6 @@ type RowProps$1 = BaseProps<{
|
|
|
539
537
|
order?: ObjectDevices<number>;
|
|
540
538
|
inlineAlignment?: 'start' | 'end' | 'center';
|
|
541
539
|
blockAlignment?: 'start' | 'end' | 'center';
|
|
542
|
-
allowSameHeight?: boolean;
|
|
543
540
|
}, {
|
|
544
541
|
fullWidth?: ObjectDevices<boolean>;
|
|
545
542
|
width?: ObjectDevices<string>;
|
|
@@ -591,7 +588,7 @@ type CartLinePriceProps = BaseProps<{
|
|
|
591
588
|
*/
|
|
592
589
|
declare const CartLinePrice: React.FC<CartLinePriceProps>;
|
|
593
590
|
|
|
594
|
-
declare const _default$
|
|
591
|
+
declare const _default$K: {
|
|
595
592
|
Cart: _gem_sdk_core.ComponentSetting<CartProps>;
|
|
596
593
|
CartLinePrice: _gem_sdk_core.ComponentSetting<CartLinePriceProps>;
|
|
597
594
|
CartLineVariant: _gem_sdk_core.ComponentSetting<CartLineVariantProps>;
|
|
@@ -646,7 +643,7 @@ type CheckoutNowProps = BasePropsWrap<{
|
|
|
646
643
|
};
|
|
647
644
|
declare const CheckoutNow: ({ setting, builderAttrs, builderProps, style, styles, className, }: CheckoutNowProps) => React.JSX.Element;
|
|
648
645
|
|
|
649
|
-
declare const _default$
|
|
646
|
+
declare const _default$J: {
|
|
650
647
|
CollectionTitle: _gem_sdk_core.ComponentSetting<CollectionTitleProps>;
|
|
651
648
|
CollectionDescription: _gem_sdk_core.ComponentSetting<CollectionDescriptionProps>;
|
|
652
649
|
CollectionToolbar: _gem_sdk_core.ComponentSetting<CollectionToolbarProps>;
|
|
@@ -668,15 +665,7 @@ type CollectionDescriptionProps = BaseProps<{
|
|
|
668
665
|
/**
|
|
669
666
|
* @deprecated please use transform inside `typo` instead
|
|
670
667
|
*/
|
|
671
|
-
color?: ColorValueType;
|
|
672
668
|
transform?: TransformProp;
|
|
673
|
-
showMoreColor?: ColorValueType;
|
|
674
|
-
hasLineClamp?: ObjectDevices<boolean>;
|
|
675
|
-
lineClamp?: ObjectDevices<number>;
|
|
676
|
-
viewMoreText?: string;
|
|
677
|
-
viewLessText?: string;
|
|
678
|
-
enableViewMoreIcon?: boolean;
|
|
679
|
-
translate?: string;
|
|
680
669
|
}>;
|
|
681
670
|
declare const CollectionDescription$1: React.FC<CollectionDescriptionProps>;
|
|
682
671
|
|
|
@@ -772,7 +761,7 @@ type CollectionPaginatorProps = BasePropsWrap<{
|
|
|
772
761
|
};
|
|
773
762
|
declare const CollectionPaginator$1: React.FC<CollectionPaginatorProps>;
|
|
774
763
|
|
|
775
|
-
declare const _default$
|
|
764
|
+
declare const _default$I: {
|
|
776
765
|
Countdown: _gem_sdk_core.ComponentSetting<CountdownProps>;
|
|
777
766
|
};
|
|
778
767
|
|
|
@@ -837,7 +826,7 @@ type CountdownProps = BaseProps<{
|
|
|
837
826
|
}>;
|
|
838
827
|
declare const Countdown$1: React.FC<CountdownProps>;
|
|
839
828
|
|
|
840
|
-
declare const _default$
|
|
829
|
+
declare const _default$H: {
|
|
841
830
|
Heading: _gem_sdk_core.ComponentSetting<HeadingProps>;
|
|
842
831
|
};
|
|
843
832
|
|
|
@@ -866,7 +855,7 @@ type HeadingProps = BasePropsWrap<{
|
|
|
866
855
|
};
|
|
867
856
|
declare const Heading$1: React.FC<HeadingProps>;
|
|
868
857
|
|
|
869
|
-
declare const _default$
|
|
858
|
+
declare const _default$G: {
|
|
870
859
|
Header: _gem_sdk_core.ComponentSetting<HeaderProps>;
|
|
871
860
|
};
|
|
872
861
|
|
|
@@ -963,7 +952,7 @@ type Props$1 = Pick<HeaderCommonProps, 'menu' | 'arrow' | 'typography' | 'typo'
|
|
|
963
952
|
};
|
|
964
953
|
declare const DesktopMenu: ({ menu, height, arrow, textColor, menuTextColor, typography, typo, headerBg, menuBg, className, }: Props$1) => React.JSX.Element;
|
|
965
954
|
|
|
966
|
-
declare const _default$
|
|
955
|
+
declare const _default$F: {
|
|
967
956
|
Icon: _gem_sdk_core.ComponentSetting<IconProps$1>;
|
|
968
957
|
};
|
|
969
958
|
|
|
@@ -1002,7 +991,7 @@ type IconProps$1 = {
|
|
|
1002
991
|
}> & Omit<React$1.ComponentPropsWithoutRef<'div'>, ''>;
|
|
1003
992
|
declare const Icon$1: React$1.FC<IconProps$1>;
|
|
1004
993
|
|
|
1005
|
-
declare const _default$
|
|
994
|
+
declare const _default$E: {
|
|
1006
995
|
Input: _gem_sdk_core.ComponentSetting<InputProps>;
|
|
1007
996
|
};
|
|
1008
997
|
|
|
@@ -1043,7 +1032,7 @@ type InputProps = BaseProps<{
|
|
|
1043
1032
|
}> & Pick<React.ComponentPropsWithoutRef<'input'>, 'className' | 'style' | 'id'>;
|
|
1044
1033
|
declare const Input: React.FC<InputProps>;
|
|
1045
1034
|
|
|
1046
|
-
declare const _default$
|
|
1035
|
+
declare const _default$D: {
|
|
1047
1036
|
Line: _gem_sdk_core.ComponentSetting<LineProps$1>;
|
|
1048
1037
|
};
|
|
1049
1038
|
|
|
@@ -1091,7 +1080,7 @@ type LineProps$1 = {
|
|
|
1091
1080
|
}>;
|
|
1092
1081
|
declare const Line$2: React.FC<LineProps$1>;
|
|
1093
1082
|
|
|
1094
|
-
declare const _default$
|
|
1083
|
+
declare const _default$C: {
|
|
1095
1084
|
Link: _gem_sdk_core.ComponentSetting<LinkProps$1>;
|
|
1096
1085
|
};
|
|
1097
1086
|
|
|
@@ -1105,7 +1094,7 @@ type LinkProps$1 = MixedProps$4 & {
|
|
|
1105
1094
|
children?: React.ReactNode;
|
|
1106
1095
|
title?: string;
|
|
1107
1096
|
};
|
|
1108
|
-
declare const Link
|
|
1097
|
+
declare const Link: React.FC<LinkProps$1>;
|
|
1109
1098
|
|
|
1110
1099
|
type ModalProps = BaseProps<{
|
|
1111
1100
|
open?: boolean;
|
|
@@ -1125,7 +1114,7 @@ type ModalProps = BaseProps<{
|
|
|
1125
1114
|
};
|
|
1126
1115
|
declare const Modal: React.FC<ModalProps>;
|
|
1127
1116
|
|
|
1128
|
-
declare const _default$
|
|
1117
|
+
declare const _default$B: {
|
|
1129
1118
|
Modal: _gem_sdk_core.ComponentSetting<ModalProps>;
|
|
1130
1119
|
};
|
|
1131
1120
|
|
|
@@ -1153,7 +1142,7 @@ type Props = {
|
|
|
1153
1142
|
};
|
|
1154
1143
|
declare function openConfirm(properties: Props): void;
|
|
1155
1144
|
|
|
1156
|
-
declare const _default$
|
|
1145
|
+
declare const _default$A: {
|
|
1157
1146
|
Pagination: _gem_sdk_core.ComponentSetting<PaginationProps>;
|
|
1158
1147
|
};
|
|
1159
1148
|
|
|
@@ -1330,7 +1319,7 @@ type ProductImagesProps$1 = BasePropsWrap<ProductImagesSetting$2, ProductImagesS
|
|
|
1330
1319
|
type QualityType = 'finest' | 'high' | 'medium' | 'custom';
|
|
1331
1320
|
type ProductImagesLayout$1 = 'bottom-left' | 'bottom-center' | 'left' | 'right' | 'only-feature' | 'one-col' | 'two-col' | 'inside-bottom' | 'inside-left' | 'inside-right';
|
|
1332
1321
|
|
|
1333
|
-
declare const _default$
|
|
1322
|
+
declare const _default$z: {
|
|
1334
1323
|
Product: _gem_sdk_core.ComponentSetting<ProductProps>;
|
|
1335
1324
|
ProductQuantity: _gem_sdk_core.ComponentSetting<ProductQuantityProps>;
|
|
1336
1325
|
ProductTitle: _gem_sdk_core.ComponentSetting<ProductTitleProps>;
|
|
@@ -1374,7 +1363,7 @@ type ProductProps = BasePropsWrap<ProductSetting, RowProps$1['styles']> & {
|
|
|
1374
1363
|
};
|
|
1375
1364
|
declare const Product$1: React.FC<ProductProps>;
|
|
1376
1365
|
|
|
1377
|
-
declare const _default$
|
|
1366
|
+
declare const _default$y: {
|
|
1378
1367
|
Text: _gem_sdk_core.ComponentSetting<TextProps$1>;
|
|
1379
1368
|
};
|
|
1380
1369
|
|
|
@@ -2078,7 +2067,7 @@ type FileUploadProps = BasePropsWrap<Setting$7, Style$1> & {
|
|
|
2078
2067
|
};
|
|
2079
2068
|
declare const FileUpload$1: React.FC<FileUploadProps>;
|
|
2080
2069
|
|
|
2081
|
-
declare const _default$
|
|
2070
|
+
declare const _default$x: {
|
|
2082
2071
|
Radio: _gem_sdk_core.ComponentSetting<RadioProps>;
|
|
2083
2072
|
};
|
|
2084
2073
|
|
|
@@ -2119,11 +2108,11 @@ type SelectProps = BaseProps<{
|
|
|
2119
2108
|
};
|
|
2120
2109
|
declare const Select: React.FC<SelectProps>;
|
|
2121
2110
|
|
|
2122
|
-
declare const _default$
|
|
2111
|
+
declare const _default$w: {
|
|
2123
2112
|
Select: React.FC<SelectProps>;
|
|
2124
2113
|
};
|
|
2125
2114
|
|
|
2126
|
-
declare const _default$
|
|
2115
|
+
declare const _default$v: {
|
|
2127
2116
|
Tabs: _gem_sdk_core.ComponentSetting<TabsProps>;
|
|
2128
2117
|
TabItem: _gem_sdk_core.ComponentSetting<TabItemProps>;
|
|
2129
2118
|
};
|
|
@@ -2159,7 +2148,7 @@ type TabItemProps = {
|
|
|
2159
2148
|
} & BasePropsWrap;
|
|
2160
2149
|
declare const TabItem$1: React.FC<TabItemProps>;
|
|
2161
2150
|
|
|
2162
|
-
declare const _default$
|
|
2151
|
+
declare const _default$u: {
|
|
2163
2152
|
Textarea: _gem_sdk_core.ComponentSetting<TextareaProps>;
|
|
2164
2153
|
};
|
|
2165
2154
|
|
|
@@ -2236,11 +2225,11 @@ type VideoProps$1 = {} & BasePropsWrap<{
|
|
|
2236
2225
|
};
|
|
2237
2226
|
declare const Video$1: React.FC<VideoProps$1>;
|
|
2238
2227
|
|
|
2239
|
-
declare const _default$
|
|
2228
|
+
declare const _default$t: {
|
|
2240
2229
|
Video: _gem_sdk_core.ComponentSetting<VideoProps$1>;
|
|
2241
2230
|
};
|
|
2242
2231
|
|
|
2243
|
-
declare const _default$
|
|
2232
|
+
declare const _default$s: {
|
|
2244
2233
|
Menu: _gem_sdk_core.ComponentSetting<MenuProps>;
|
|
2245
2234
|
};
|
|
2246
2235
|
|
|
@@ -2310,17 +2299,8 @@ type NotificationAPI = {
|
|
|
2310
2299
|
};
|
|
2311
2300
|
declare function useNotification(rootConfig?: NotificationConfig): [NotificationAPI, React.ReactElement];
|
|
2312
2301
|
|
|
2313
|
-
declare const _default$
|
|
2314
|
-
TrustshopProductReviews: _gem_sdk_core.ComponentSetting<TrustshopProductReviewsProps>;
|
|
2315
|
-
HulkProductOptions: _gem_sdk_core.ComponentSetting<HulkProductOptionsProps>;
|
|
2316
|
-
MyappgurusProductReviews: _gem_sdk_core.ComponentSetting<MyappgurusProductReviewsProps>;
|
|
2317
|
-
TrustreviewsProductReviews: _gem_sdk_core.ComponentSetting<TrustreviewsProductReviewsProps>;
|
|
2302
|
+
declare const _default$r: {
|
|
2318
2303
|
DiscountyBulkDiscountSales: _gem_sdk_core.ComponentSetting<DiscountyBulkDiscountSalesProps>;
|
|
2319
|
-
SeoantTrustBadgesIcon: _gem_sdk_core.ComponentSetting<SeoantTrustBadgesIconProps>;
|
|
2320
|
-
SegunoEmailMarketing: _gem_sdk_core.ComponentSetting<SegunoEmailMarketingProps>;
|
|
2321
|
-
AftershipEmailMarketingsms: _gem_sdk_core.ComponentSetting<AftershipEmailMarketingsmsProps>;
|
|
2322
|
-
BestBuyFulfillment: _gem_sdk_core.ComponentSetting<BestBuyFulfillmentProps>;
|
|
2323
|
-
ProductOptionsVariantOption: _gem_sdk_core.ComponentSetting<ProductOptionsVariantOptionProps>;
|
|
2324
2304
|
GloboProductOptionsVariant: _gem_sdk_core.ComponentSetting<GloboProductOptionsVariantProps>;
|
|
2325
2305
|
TeeinblueProductPersonalizer: _gem_sdk_core.ComponentSetting<TeeinblueProductPersonalizerProps>;
|
|
2326
2306
|
WishlistKing: _gem_sdk_core.ComponentSetting<WishlistKingProps>;
|
|
@@ -2626,7 +2606,6 @@ declare const WISER_VERSION: {
|
|
|
2626
2606
|
V1: string;
|
|
2627
2607
|
V2: string;
|
|
2628
2608
|
};
|
|
2629
|
-
|
|
2630
2609
|
type WiserProps = BaseProps<{
|
|
2631
2610
|
wiserVersion?: keyof typeof WISER_VERSION;
|
|
2632
2611
|
widgetType?: WiserWidgetType;
|
|
@@ -3263,52 +3242,6 @@ type GloboProductOptionsVariantProps = BaseProps<{
|
|
|
3263
3242
|
}>;
|
|
3264
3243
|
declare const GloboProductOptionsVariant$1: React.FC<GloboProductOptionsVariantProps>;
|
|
3265
3244
|
|
|
3266
|
-
type ProductOptionsVariantOptionProps = BaseProps<{
|
|
3267
|
-
align?: ObjectDevices<AlignProp>;
|
|
3268
|
-
openApp?: any;
|
|
3269
|
-
install?: any;
|
|
3270
|
-
idTrigger?: string;
|
|
3271
|
-
}>;
|
|
3272
|
-
declare const ProductOptionsVariantOption$1: React.FC<ProductOptionsVariantOptionProps>;
|
|
3273
|
-
|
|
3274
|
-
type BestBuyFulfillmentProps = BaseProps<{
|
|
3275
|
-
align?: ObjectDevices<AlignProp>;
|
|
3276
|
-
openApp?: any;
|
|
3277
|
-
install?: any;
|
|
3278
|
-
appBlockId?: string;
|
|
3279
|
-
widgetType?: string;
|
|
3280
|
-
}>;
|
|
3281
|
-
declare const BestBuyFulfillment$1: React.FC<BestBuyFulfillmentProps>;
|
|
3282
|
-
|
|
3283
|
-
type AftershipEmailMarketingsmsProps = BaseProps<{
|
|
3284
|
-
align?: ObjectDevices<AlignProp>;
|
|
3285
|
-
openApp?: any;
|
|
3286
|
-
install?: any;
|
|
3287
|
-
appBlockId?: string;
|
|
3288
|
-
widgetType?: string;
|
|
3289
|
-
formId?: string;
|
|
3290
|
-
}>;
|
|
3291
|
-
declare const AftershipEmailMarketingsms$1: React.FC<AftershipEmailMarketingsmsProps>;
|
|
3292
|
-
|
|
3293
|
-
type SegunoEmailMarketingProps = BaseProps<{
|
|
3294
|
-
align?: ObjectDevices<AlignProp>;
|
|
3295
|
-
openApp?: any;
|
|
3296
|
-
install?: any;
|
|
3297
|
-
appBlockId?: string;
|
|
3298
|
-
widgetType?: string;
|
|
3299
|
-
}>;
|
|
3300
|
-
declare const SegunoEmailMarketing$1: React.FC<SegunoEmailMarketingProps>;
|
|
3301
|
-
|
|
3302
|
-
type SeoantTrustBadgesIconProps = BaseProps<{
|
|
3303
|
-
align?: ObjectDevices<AlignProp>;
|
|
3304
|
-
openApp?: any;
|
|
3305
|
-
install?: any;
|
|
3306
|
-
appBlockId?: string;
|
|
3307
|
-
widgetType?: string;
|
|
3308
|
-
BadgeId?: string;
|
|
3309
|
-
}>;
|
|
3310
|
-
declare const SeoantTrustBadgesIcon$1: React.FC<SeoantTrustBadgesIconProps>;
|
|
3311
|
-
|
|
3312
3245
|
type DiscountyBulkDiscountSalesProps = BaseProps<{
|
|
3313
3246
|
align?: ObjectDevices<AlignProp>;
|
|
3314
3247
|
openApp?: any;
|
|
@@ -3316,44 +3249,7 @@ type DiscountyBulkDiscountSalesProps = BaseProps<{
|
|
|
3316
3249
|
}>;
|
|
3317
3250
|
declare const DiscountyBulkDiscountSales$1: React.FC<DiscountyBulkDiscountSalesProps>;
|
|
3318
3251
|
|
|
3319
|
-
|
|
3320
|
-
align?: ObjectDevices<AlignProp>;
|
|
3321
|
-
openApp?: any;
|
|
3322
|
-
install?: any;
|
|
3323
|
-
appBlockId?: string;
|
|
3324
|
-
widgetType?: string;
|
|
3325
|
-
}>;
|
|
3326
|
-
declare const TrustreviewsProductReviews$1: React.FC<TrustreviewsProductReviewsProps>;
|
|
3327
|
-
|
|
3328
|
-
type MyappgurusProductReviewsProps = BaseProps<{
|
|
3329
|
-
align?: ObjectDevices<AlignProp>;
|
|
3330
|
-
openApp?: any;
|
|
3331
|
-
install?: any;
|
|
3332
|
-
appBlockId?: string;
|
|
3333
|
-
widgetType?: string;
|
|
3334
|
-
}>;
|
|
3335
|
-
declare const MyappgurusProductReviews$1: React.FC<MyappgurusProductReviewsProps>;
|
|
3336
|
-
|
|
3337
|
-
type HulkProductOptionsProps = BaseProps<{
|
|
3338
|
-
align?: ObjectDevices<AlignProp>;
|
|
3339
|
-
openApp?: any;
|
|
3340
|
-
install?: any;
|
|
3341
|
-
appBlockId?: string;
|
|
3342
|
-
widgetType?: string;
|
|
3343
|
-
}>;
|
|
3344
|
-
declare const HulkProductOptions$1: React.FC<HulkProductOptionsProps>;
|
|
3345
|
-
|
|
3346
|
-
type TrustshopProductReviewsProps = BaseProps<{
|
|
3347
|
-
align?: ObjectDevices<AlignProp>;
|
|
3348
|
-
openApp?: any;
|
|
3349
|
-
install?: any;
|
|
3350
|
-
appBlockId?: string;
|
|
3351
|
-
widgetType?: string;
|
|
3352
|
-
productHandle?: string;
|
|
3353
|
-
}>;
|
|
3354
|
-
declare const TrustshopProductReviews$1: React.FC<TrustshopProductReviewsProps>;
|
|
3355
|
-
|
|
3356
|
-
declare const _default$t: {
|
|
3252
|
+
declare const _default$q: {
|
|
3357
3253
|
InstantJudgemeReviews: _gem_sdk_core.ComponentSetting<InstantJudgemeReviewsProps>;
|
|
3358
3254
|
InstantLooxReviews: _gem_sdk_core.ComponentSetting<InstantLooxReviewsProps>;
|
|
3359
3255
|
InstantKlaviyo: _gem_sdk_core.ComponentSetting<InstantKlaviyoProps>;
|
|
@@ -3402,7 +3298,7 @@ type DataVideoType = {
|
|
|
3402
3298
|
device: NameDevices;
|
|
3403
3299
|
};
|
|
3404
3300
|
|
|
3405
|
-
declare const _default$
|
|
3301
|
+
declare const _default$p: {
|
|
3406
3302
|
HeroBanner: _gem_sdk_core.ComponentSetting<HeroBannerProps>;
|
|
3407
3303
|
};
|
|
3408
3304
|
|
|
@@ -3448,7 +3344,7 @@ type HeroBannerProps = BasePropsWrap<Setting$6, Styles$2> & {
|
|
|
3448
3344
|
};
|
|
3449
3345
|
declare const HeroBanner$1: React.FC<HeroBannerProps>;
|
|
3450
3346
|
|
|
3451
|
-
declare const _default$
|
|
3347
|
+
declare const _default$o: {
|
|
3452
3348
|
IconList: _gem_sdk_core.ComponentSetting<IconListProps$2>;
|
|
3453
3349
|
IconListItem: _gem_sdk_core.ComponentSetting<IconListItemProps$3>;
|
|
3454
3350
|
};
|
|
@@ -3473,7 +3369,7 @@ type IconListItemProps$3 = BasePropsWrap & React$1.ComponentPropsWithoutRef<'div
|
|
|
3473
3369
|
};
|
|
3474
3370
|
declare const IconListItem$1: React$1.FC<IconListItemProps$3>;
|
|
3475
3371
|
|
|
3476
|
-
declare const _default$
|
|
3372
|
+
declare const _default$n: {
|
|
3477
3373
|
CSSCode: _gem_sdk_core.ComponentSetting<CSSCodeProps>;
|
|
3478
3374
|
};
|
|
3479
3375
|
|
|
@@ -3499,7 +3395,7 @@ type IconListItemProps$2 = BasePropsWrap & React$1.ComponentPropsWithoutRef<'div
|
|
|
3499
3395
|
};
|
|
3500
3396
|
declare const IconListHozItem: React$1.FC<IconListItemProps$2>;
|
|
3501
3397
|
|
|
3502
|
-
declare const _default$
|
|
3398
|
+
declare const _default$m: {
|
|
3503
3399
|
IconListHoz: _gem_sdk_core.ComponentSetting<IconListHozProps>;
|
|
3504
3400
|
IconListItemHoz: _gem_sdk_core.ComponentSetting<IconListItemProps$2>;
|
|
3505
3401
|
};
|
|
@@ -3548,7 +3444,7 @@ type StockCounterProps$1 = BaseProps<{
|
|
|
3548
3444
|
}>;
|
|
3549
3445
|
declare const StockCounter$1: React.FC<StockCounterProps$1>;
|
|
3550
3446
|
|
|
3551
|
-
declare const _default$
|
|
3447
|
+
declare const _default$l: {
|
|
3552
3448
|
StockCounter: _gem_sdk_core.ComponentSetting<StockCounterProps$1>;
|
|
3553
3449
|
};
|
|
3554
3450
|
|
|
@@ -3584,11 +3480,11 @@ type DialogProps$1 = BasePropsWrap<Setting$5> & {
|
|
|
3584
3480
|
};
|
|
3585
3481
|
declare const Dialog$1: ({ setting, children, builderProps, builderAttrs, style }: DialogProps$1) => React.JSX.Element;
|
|
3586
3482
|
|
|
3587
|
-
declare const _default$
|
|
3483
|
+
declare const _default$k: {
|
|
3588
3484
|
Dialog: _gem_sdk_core.ComponentSetting<DialogProps$1>;
|
|
3589
3485
|
};
|
|
3590
3486
|
|
|
3591
|
-
declare const _default$
|
|
3487
|
+
declare const _default$j: {
|
|
3592
3488
|
Newsletter: _gem_sdk_core.ComponentSetting<NewsletterProps>;
|
|
3593
3489
|
FormEmail: _gem_sdk_core.ComponentSetting<FormEmailProps>;
|
|
3594
3490
|
SubmitButton: _gem_sdk_core.ComponentSetting<SubmitButtonProps>;
|
|
@@ -3744,7 +3640,7 @@ declare const FormCheckbox: ({ builderProps, setting }: FormCheckboxProps) => Re
|
|
|
3744
3640
|
|
|
3745
3641
|
declare const ContactForm$1: ({ children }: NewsletterProps) => React.JSX.Element;
|
|
3746
3642
|
|
|
3747
|
-
declare const _default$
|
|
3643
|
+
declare const _default$i: {
|
|
3748
3644
|
ImageDetection: _gem_sdk_core.ComponentSetting<ImageDetectionProps>;
|
|
3749
3645
|
};
|
|
3750
3646
|
|
|
@@ -3814,7 +3710,7 @@ type ImageComparisonProps = BaseProps & {
|
|
|
3814
3710
|
} & BasePropsWrap<ImageComparisonSetting, ImageComparisonStyle>;
|
|
3815
3711
|
declare const ImageComparison$1: React.FC<ImageComparisonProps>;
|
|
3816
3712
|
|
|
3817
|
-
declare const _default$
|
|
3713
|
+
declare const _default$h: {
|
|
3818
3714
|
ImageComparison: _gem_sdk_core.ComponentSetting<ImageComparisonProps>;
|
|
3819
3715
|
};
|
|
3820
3716
|
|
|
@@ -3824,20 +3720,11 @@ type ThirdPartySlotProps = BaseProps<{
|
|
|
3824
3720
|
}>;
|
|
3825
3721
|
declare const ThirdPartySlot$1: React.FC<ThirdPartySlotProps>;
|
|
3826
3722
|
|
|
3827
|
-
declare const _default$
|
|
3723
|
+
declare const _default$g: {
|
|
3828
3724
|
ThirdPartySlot: _gem_sdk_core.ComponentSetting<ThirdPartySlotProps>;
|
|
3829
3725
|
};
|
|
3830
3726
|
|
|
3831
|
-
|
|
3832
|
-
setupGuide?: string;
|
|
3833
|
-
}>;
|
|
3834
|
-
declare const ShopPayInstallments$1: React.FC<ShopPayInstallmentProps>;
|
|
3835
|
-
|
|
3836
|
-
declare const _default$i: {
|
|
3837
|
-
ShopPayInstallments: _gem_sdk_core.ComponentSetting<ShopPayInstallmentProps>;
|
|
3838
|
-
};
|
|
3839
|
-
|
|
3840
|
-
declare const _default$h: {
|
|
3727
|
+
declare const _default$f: {
|
|
3841
3728
|
Sticky: _gem_sdk_core.ComponentSetting<StickyProps>;
|
|
3842
3729
|
};
|
|
3843
3730
|
|
|
@@ -3879,11 +3766,11 @@ type IconListProps$1 = BasePropsWrap<{
|
|
|
3879
3766
|
}>;
|
|
3880
3767
|
declare const IconListV2$1: React.FC<IconListProps$1>;
|
|
3881
3768
|
|
|
3882
|
-
declare const _default$
|
|
3769
|
+
declare const _default$e: {
|
|
3883
3770
|
IconListV2: _gem_sdk_core.ComponentSetting<IconListProps$1>;
|
|
3884
3771
|
};
|
|
3885
3772
|
|
|
3886
|
-
declare const _default$
|
|
3773
|
+
declare const _default$d: {
|
|
3887
3774
|
PostPurchaseText: _gem_sdk_core.ComponentSetting<PostPurchaseTextProps>;
|
|
3888
3775
|
PostPurchaseHeading: _gem_sdk_core.ComponentSetting<PostPurchaseTextProps>;
|
|
3889
3776
|
};
|
|
@@ -3910,7 +3797,7 @@ declare const Text$1: ({ styles, builderAttrs, style, setting, advanced, builder
|
|
|
3910
3797
|
|
|
3911
3798
|
declare const PostPurchaseHeading: ({ styles, builderAttrs, style, setting, advanced, builderProps, className, children, textClassWrapper, textClass, ...props }: PostPurchaseTextProps) => React.JSX.Element;
|
|
3912
3799
|
|
|
3913
|
-
declare const _default$
|
|
3800
|
+
declare const _default$c: {
|
|
3914
3801
|
PostPurchaseImage: _gem_sdk_core.ComponentSetting<PostPurchaseImageProps>;
|
|
3915
3802
|
};
|
|
3916
3803
|
|
|
@@ -3946,7 +3833,7 @@ type PostPurchaseImageProps = {
|
|
|
3946
3833
|
};
|
|
3947
3834
|
declare const PostPurchaseImage: React.FC<PostPurchaseImageProps>;
|
|
3948
3835
|
|
|
3949
|
-
declare const _default$
|
|
3836
|
+
declare const _default$b: {
|
|
3950
3837
|
PostPurchaseButton: _gem_sdk_core.ComponentSetting<PostPurchaseButtonProps>;
|
|
3951
3838
|
};
|
|
3952
3839
|
|
|
@@ -4402,7 +4289,7 @@ declare const postPurchaseProductDefault: {
|
|
|
4402
4289
|
}[];
|
|
4403
4290
|
};
|
|
4404
4291
|
|
|
4405
|
-
declare const _default$
|
|
4292
|
+
declare const _default$a: {
|
|
4406
4293
|
PostPurchaseProductTitle: _gem_sdk_core.ComponentSetting<PostPurchaseProductTitleProps>;
|
|
4407
4294
|
PostPurchaseProductPrice: _gem_sdk_core.ComponentSetting<PostPurchaseProductPriceProps>;
|
|
4408
4295
|
PostPurchaseProductDescription: _gem_sdk_core.ComponentSetting<PostPurchaseProductDescriptionProps>;
|
|
@@ -4456,17 +4343,12 @@ type VariantPreset = {
|
|
|
4456
4343
|
hide?: boolean;
|
|
4457
4344
|
presets: Record<VariantTypeof, VariantBaseSetting>;
|
|
4458
4345
|
};
|
|
4459
|
-
type PreVariantSelected = Record<string, {
|
|
4460
|
-
variantId: string;
|
|
4461
|
-
optionSelected: Record<string, string>;
|
|
4462
|
-
}>;
|
|
4463
4346
|
type ProductOfferSettings = Omit<ProductSetting, 'productSetting'> & {
|
|
4464
4347
|
productSetting?: {
|
|
4465
4348
|
productIds?: string[];
|
|
4466
4349
|
};
|
|
4467
4350
|
productOfferLayout: ObjectDevices<'1col' | '2col'>;
|
|
4468
4351
|
discountAndShippingFee?: boolean;
|
|
4469
|
-
variantSelected?: PreVariantSelected;
|
|
4470
4352
|
};
|
|
4471
4353
|
type ProductOfferStyles = RowProps$1['styles'] & {
|
|
4472
4354
|
productOfferColumnGap?: ObjectDevices<string>;
|
|
@@ -4619,17 +4501,17 @@ declare const CalloutText: ({ setting, styles, style, builderAttrs, builderProps
|
|
|
4619
4501
|
type TStatus = 'info' | 'success' | 'warning' | 'critical';
|
|
4620
4502
|
type CalloutBoxProps = RowProps$1 & {
|
|
4621
4503
|
styles: {
|
|
4622
|
-
backgroundColor: TStatus |
|
|
4504
|
+
backgroundColor: TStatus | null;
|
|
4623
4505
|
};
|
|
4624
4506
|
};
|
|
4625
4507
|
declare const CalloutBox: (props: CalloutBoxProps) => React.JSX.Element;
|
|
4626
4508
|
|
|
4627
|
-
declare const _default$
|
|
4509
|
+
declare const _default$9: {
|
|
4628
4510
|
PostPurchaseCalloutBox: _gem_sdk_core.ComponentSetting<CalloutBoxProps>;
|
|
4629
4511
|
PostPurchaseCalloutText: _gem_sdk_core.ComponentSetting<CalloutTextProps>;
|
|
4630
4512
|
};
|
|
4631
4513
|
|
|
4632
|
-
declare const _default$
|
|
4514
|
+
declare const _default$8: {
|
|
4633
4515
|
PostPurchaseLine: _gem_sdk_core.ComponentSetting<PostPurchaseLineProps>;
|
|
4634
4516
|
};
|
|
4635
4517
|
|
|
@@ -4659,7 +4541,7 @@ type PostPurchaseAdvancedListItemProps = BasePropsWrap & React.ComponentPropsWit
|
|
|
4659
4541
|
};
|
|
4660
4542
|
declare const PostPurchaseAdvancedListItem: React.FC<PostPurchaseAdvancedListItemProps>;
|
|
4661
4543
|
|
|
4662
|
-
declare const _default$
|
|
4544
|
+
declare const _default$7: {
|
|
4663
4545
|
PostPurchaseAdvancedList: _gem_sdk_core.ComponentSetting<PostPurchaseAdvancedListProps>;
|
|
4664
4546
|
PostPurchaseAdvancedListItem: _gem_sdk_core.ComponentSetting<PostPurchaseAdvancedListItemProps>;
|
|
4665
4547
|
};
|
|
@@ -4693,29 +4575,11 @@ type CountdownTimerStyles = {
|
|
|
4693
4575
|
type PostPurchaseCountdownTimerProps = BasePropsWrap<CountdownTimerSettings, CountdownTimerStyles>;
|
|
4694
4576
|
declare const PostPurchaseCountdownTimer: React.FC;
|
|
4695
4577
|
|
|
4696
|
-
declare const _default$
|
|
4578
|
+
declare const _default$6: {
|
|
4697
4579
|
PostPurchaseCountdownTimer: _gem_sdk_core.ComponentSetting<PostPurchaseCountdownTimerProps>;
|
|
4698
4580
|
};
|
|
4699
4581
|
|
|
4700
|
-
declare const _default$
|
|
4701
|
-
PostPurchaseLink: _gem_sdk_core.ComponentSetting<PostPurchaseLinkProps>;
|
|
4702
|
-
};
|
|
4703
|
-
|
|
4704
|
-
type PostPurchaseLinkProps = BasePropsWrap<{
|
|
4705
|
-
link?: {
|
|
4706
|
-
link?: string;
|
|
4707
|
-
target?: string;
|
|
4708
|
-
};
|
|
4709
|
-
label?: string;
|
|
4710
|
-
width?: ObjectDevices<string>;
|
|
4711
|
-
}, {
|
|
4712
|
-
align?: 'left' | 'center' | 'right';
|
|
4713
|
-
typo?: PostPurchaseTypo;
|
|
4714
|
-
textAlign?: 'left' | 'center' | 'right';
|
|
4715
|
-
}>;
|
|
4716
|
-
declare const Link: React.FC<PostPurchaseLinkProps>;
|
|
4717
|
-
|
|
4718
|
-
declare const _default$6: {
|
|
4582
|
+
declare const _default$5: {
|
|
4719
4583
|
EstimateDate: _gem_sdk_core.ComponentSetting<EstimateDateProps>;
|
|
4720
4584
|
};
|
|
4721
4585
|
|
|
@@ -4857,7 +4721,7 @@ type ArticleListProps = BaseProps<ArticleListSetting, ArticleListStyle> & {
|
|
|
4857
4721
|
};
|
|
4858
4722
|
declare const ArticleList$1: React.FC<ArticleListProps>;
|
|
4859
4723
|
|
|
4860
|
-
declare const _default$
|
|
4724
|
+
declare const _default$4: {
|
|
4861
4725
|
ArticleList: _gem_sdk_core.ComponentSetting<ArticleListProps>;
|
|
4862
4726
|
ArticleTitle: _gem_sdk_core.ComponentSetting<ArticleTitleProps>;
|
|
4863
4727
|
ArticleExcerpt: _gem_sdk_core.ComponentSetting<ArticleExcerptProps>;
|
|
@@ -4873,7 +4737,7 @@ declare const _default$5: {
|
|
|
4873
4737
|
|
|
4874
4738
|
declare const ArticlePagination$1: React.FC<CollectionPaginatorProps>;
|
|
4875
4739
|
|
|
4876
|
-
declare const _default$
|
|
4740
|
+
declare const _default$3: {
|
|
4877
4741
|
Marquee: _gem_sdk_core.ComponentSetting<MarqueeProps>;
|
|
4878
4742
|
MarqueeItem: _gem_sdk_core.ComponentSetting<MarqueeItemProps>;
|
|
4879
4743
|
};
|
|
@@ -4921,7 +4785,7 @@ type MarqueeItemProps = {
|
|
|
4921
4785
|
setActiveItem: (value?: string) => void;
|
|
4922
4786
|
itemStyle?: Record<string, string>;
|
|
4923
4787
|
} & BasePropsWrap & React$1.ComponentPropsWithoutRef<'div'>;
|
|
4924
|
-
declare const _default$
|
|
4788
|
+
declare const _default$2: React$1.NamedExoticComponent<MarqueeItemProps>;
|
|
4925
4789
|
|
|
4926
4790
|
type MixedProps$1 = BaseProps<{
|
|
4927
4791
|
type?: 'auto' | 'product' | 'collection' | 'custom';
|
|
@@ -4931,7 +4795,7 @@ type LinkProps = MixedProps$1 & {
|
|
|
4931
4795
|
style?: React.CSSProperties;
|
|
4932
4796
|
};
|
|
4933
4797
|
|
|
4934
|
-
declare const _default$
|
|
4798
|
+
declare const _default$1: {
|
|
4935
4799
|
Marquee: React.ComponentType<MarqueeProps>;
|
|
4936
4800
|
MarqueeItem: React.ComponentType<MarqueeItemProps>;
|
|
4937
4801
|
ArticleList: React.ComponentType<ArticleListProps>;
|
|
@@ -4974,7 +4838,6 @@ declare const _default$2: {
|
|
|
4974
4838
|
PostPurchaseProductPriceBreakdown: React.ComponentType<PostPurchaseProductPriceBreakdownProps>;
|
|
4975
4839
|
PostPurchaseProductDiscountTag: React.ComponentType<PostPurchaseProductDiscountTagProps>;
|
|
4976
4840
|
PostPurchaseLine: React.ComponentType<PostPurchaseLineProps>;
|
|
4977
|
-
PostPurchaseLink: React.ComponentType<PostPurchaseLinkProps>;
|
|
4978
4841
|
PostPurchaseProductImages: React.ComponentType<PostPurchaseProductImagesProps>;
|
|
4979
4842
|
PostPurchaseAdvancedList: React.ComponentType<_gem_sdk_core.BaseProps<{
|
|
4980
4843
|
childItem?: string[] | undefined;
|
|
@@ -4993,7 +4856,6 @@ declare const _default$2: {
|
|
|
4993
4856
|
PostPurchaseCountdownTimer: React.ComponentType<{}>;
|
|
4994
4857
|
IconListV2: React.ComponentType<IconListProps$1>;
|
|
4995
4858
|
Sticky: React.ComponentType<StickyProps>;
|
|
4996
|
-
ShopPayInstallments: React.ComponentType<ShopPayInstallmentProps>;
|
|
4997
4859
|
ThirdPartySlot: React.ComponentType<ThirdPartySlotProps>;
|
|
4998
4860
|
ImageComparison: React.ComponentType<ImageComparisonProps>;
|
|
4999
4861
|
ImageDetection: React.ComponentType<ImageDetectionProps>;
|
|
@@ -5017,16 +4879,7 @@ declare const _default$2: {
|
|
|
5017
4879
|
InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
|
|
5018
4880
|
InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
|
|
5019
4881
|
InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
|
|
5020
|
-
TrustshopProductReviews: React.ComponentType<TrustshopProductReviewsProps>;
|
|
5021
|
-
HulkProductOptions: React.ComponentType<HulkProductOptionsProps>;
|
|
5022
|
-
MyappgurusProductReviews: React.ComponentType<MyappgurusProductReviewsProps>;
|
|
5023
|
-
TrustreviewsProductReviews: React.ComponentType<TrustreviewsProductReviewsProps>;
|
|
5024
4882
|
DiscountyBulkDiscountSales: React.ComponentType<DiscountyBulkDiscountSalesProps>;
|
|
5025
|
-
SeoantTrustBadgesIcon: React.ComponentType<SeoantTrustBadgesIconProps>;
|
|
5026
|
-
SegunoEmailMarketing: React.ComponentType<SegunoEmailMarketingProps>;
|
|
5027
|
-
AftershipEmailMarketingsms: React.ComponentType<AftershipEmailMarketingsmsProps>;
|
|
5028
|
-
BestBuyFulfillment: React.ComponentType<BestBuyFulfillmentProps>;
|
|
5029
|
-
ProductOptionsVariantOption: React.ComponentType<ProductOptionsVariantOptionProps>;
|
|
5030
4883
|
GloboProductOptionsVariant: React.ComponentType<GloboProductOptionsVariantProps>;
|
|
5031
4884
|
TeeinblueProductPersonalizer: React.ComponentType<TeeinblueProductPersonalizerProps>;
|
|
5032
4885
|
WishlistKing: React.ComponentType<WishlistKingProps>;
|
|
@@ -5323,9 +5176,7 @@ declare const Coupon: ({ setting, builderProps, builderAttrs, style, styles, adv
|
|
|
5323
5176
|
pageContext?: PageContext | undefined;
|
|
5324
5177
|
}) => string;
|
|
5325
5178
|
|
|
5326
|
-
type ColProps = BasePropsWrap<{
|
|
5327
|
-
allowSameHeight?: boolean;
|
|
5328
|
-
}, {
|
|
5179
|
+
type ColProps = BasePropsWrap<unknown, {
|
|
5329
5180
|
order?: ObjectDevices<number>;
|
|
5330
5181
|
gap?: ObjectDevices<string>;
|
|
5331
5182
|
alignItem?: ObjectDevices<Property.AlignItems>;
|
|
@@ -5350,7 +5201,6 @@ type RowProps = BaseProps<{
|
|
|
5350
5201
|
verticalAlign?: ObjectDevices<string>;
|
|
5351
5202
|
horizontalAlign?: ObjectDevices<string>;
|
|
5352
5203
|
order?: ObjectDevices<number>;
|
|
5353
|
-
allowSameHeight?: boolean;
|
|
5354
5204
|
}, {
|
|
5355
5205
|
fullWidth?: ObjectDevices<boolean>;
|
|
5356
5206
|
width?: ObjectDevices<string>;
|
|
@@ -5484,7 +5334,6 @@ declare const Product: ({ children, setting, styles, style, builderProps, rawChi
|
|
|
5484
5334
|
order?: Partial<Record<_gem_sdk_core.NameDevices, number>> | undefined;
|
|
5485
5335
|
inlineAlignment?: "center" | "end" | "start" | undefined;
|
|
5486
5336
|
blockAlignment?: "center" | "end" | "start" | undefined;
|
|
5487
|
-
allowSameHeight?: boolean | undefined;
|
|
5488
5337
|
} & {
|
|
5489
5338
|
isSection?: boolean | undefined;
|
|
5490
5339
|
lazy?: boolean | undefined;
|
|
@@ -6116,7 +5965,6 @@ declare const Image: ({ styles, className, setting, builderAttrs, builderProps,
|
|
|
6116
5965
|
} | undefined;
|
|
6117
5966
|
hoverEffect?: string | undefined;
|
|
6118
5967
|
isNotLazyload?: boolean | undefined;
|
|
6119
|
-
disableNoDataState?: boolean | undefined;
|
|
6120
5968
|
} & Pick<AdaptiveImageProps, "srcSet">, {
|
|
6121
5969
|
shape?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.SizeSettingGlobal>> | undefined;
|
|
6122
5970
|
customAspectRadio?: Partial<Record<_gem_sdk_core.NameDevices, _gem_sdk_core.Ratio>> | undefined;
|
|
@@ -6227,7 +6075,6 @@ declare const HeroBanner: ({ builderAttrs, builderProps, setting, styles, style,
|
|
|
6227
6075
|
order?: Partial<Record<NameDevices, number>> | undefined;
|
|
6228
6076
|
inlineAlignment?: "center" | "end" | "start" | undefined;
|
|
6229
6077
|
blockAlignment?: "center" | "end" | "start" | undefined;
|
|
6230
|
-
allowSameHeight?: boolean | undefined;
|
|
6231
6078
|
} & {
|
|
6232
6079
|
isSection?: boolean | undefined;
|
|
6233
6080
|
lazy?: boolean | undefined;
|
|
@@ -6457,9 +6304,7 @@ declare const CollectionToolbar: ({ setting, builderProps, pageContext }: Collec
|
|
|
6457
6304
|
|
|
6458
6305
|
declare const CollectionTitle: ({ setting }: CollectionTitleProps) => string;
|
|
6459
6306
|
|
|
6460
|
-
declare const CollectionDescription: ({ setting
|
|
6461
|
-
pageContext?: PageContext | undefined;
|
|
6462
|
-
}) => string;
|
|
6307
|
+
declare const CollectionDescription: ({ setting }: CollectionDescriptionProps) => string;
|
|
6463
6308
|
|
|
6464
6309
|
declare const CollectionPaginator: ({ setting, builderProps, pageContext }: CollectionPaginatorProps) => string;
|
|
6465
6310
|
|
|
@@ -6485,7 +6330,6 @@ declare const CollectionBanner: ({ builderAttrs, builderProps, setting, style, c
|
|
|
6485
6330
|
order?: Partial<Record<_gem_sdk_core.NameDevices, number>> | undefined;
|
|
6486
6331
|
inlineAlignment?: "center" | "end" | "start" | undefined;
|
|
6487
6332
|
blockAlignment?: "center" | "end" | "start" | undefined;
|
|
6488
|
-
allowSameHeight?: boolean | undefined;
|
|
6489
6333
|
} & {
|
|
6490
6334
|
isSection?: boolean | undefined;
|
|
6491
6335
|
lazy?: boolean | undefined;
|
|
@@ -6694,32 +6538,12 @@ declare const TeeinblueProductPersonalizer: ({ setting, advanced }: TeeinbluePro
|
|
|
6694
6538
|
|
|
6695
6539
|
declare const GloboProductOptionsVariant: ({ setting, advanced }: GloboProductOptionsVariantProps) => string;
|
|
6696
6540
|
|
|
6697
|
-
declare const ProductOptionsVariantOption: ({ setting, advanced }: ProductOptionsVariantOptionProps) => string;
|
|
6698
|
-
|
|
6699
|
-
declare const BestBuyFulfillment: ({ setting, advanced }: BestBuyFulfillmentProps) => string;
|
|
6700
|
-
|
|
6701
|
-
declare const AftershipEmailMarketingsms: ({ setting, advanced }: AftershipEmailMarketingsmsProps) => string;
|
|
6702
|
-
|
|
6703
|
-
declare const SegunoEmailMarketing: ({ setting, advanced }: SegunoEmailMarketingProps) => string;
|
|
6704
|
-
|
|
6705
|
-
declare const SeoantTrustBadgesIcon: ({ setting, advanced }: SeoantTrustBadgesIconProps) => string;
|
|
6706
|
-
|
|
6707
6541
|
declare const DiscountyBulkDiscountSales: ({ setting, advanced }: DiscountyBulkDiscountSalesProps) => string;
|
|
6708
6542
|
|
|
6709
|
-
declare const TrustreviewsProductReviews: ({ setting, advanced }: TrustreviewsProductReviewsProps) => string;
|
|
6710
|
-
|
|
6711
|
-
declare const MyappgurusProductReviews: ({ setting, advanced }: MyappgurusProductReviewsProps) => string;
|
|
6712
|
-
|
|
6713
|
-
declare const HulkProductOptions: ({ setting, advanced }: HulkProductOptionsProps) => string;
|
|
6714
|
-
|
|
6715
|
-
declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
|
|
6716
|
-
|
|
6717
6543
|
declare const ImageComparison: ({ setting, styles, builderProps, advanced, ...props }: ImageComparisonProps) => string;
|
|
6718
6544
|
|
|
6719
6545
|
declare const ThirdPartySlot: ({ setting, advanced }: ThirdPartySlotProps) => string;
|
|
6720
6546
|
|
|
6721
|
-
declare const ShopPayInstallments: () => string;
|
|
6722
|
-
|
|
6723
6547
|
declare const Sticky: React.FC<StickyProps>;
|
|
6724
6548
|
|
|
6725
6549
|
declare const IconListV2: ({ builderProps, style, setting, styles, advanced, pageContext, }: _gem_sdk_core.BaseProps<{
|
|
@@ -6867,7 +6691,6 @@ declare const Marquee: ({ children, style, builderAttrs, rawChildren, advanced,
|
|
|
6867
6691
|
|
|
6868
6692
|
declare const index_liquid_Accordion: typeof Accordion;
|
|
6869
6693
|
declare const index_liquid_AccordionItem: typeof AccordionItem;
|
|
6870
|
-
declare const index_liquid_AftershipEmailMarketingsms: typeof AftershipEmailMarketingsms;
|
|
6871
6694
|
declare const index_liquid_AirProductReviewsAppUgc: typeof AirProductReviewsAppUgc;
|
|
6872
6695
|
declare const index_liquid_AliReviews: typeof AliReviews;
|
|
6873
6696
|
declare const index_liquid_AppointmentBookingCowlendar: typeof AppointmentBookingCowlendar;
|
|
@@ -6883,7 +6706,6 @@ declare const index_liquid_ArticlePagination: typeof ArticlePagination;
|
|
|
6883
6706
|
declare const index_liquid_ArticleReadMore: typeof ArticleReadMore;
|
|
6884
6707
|
declare const index_liquid_ArticleTag: typeof ArticleTag;
|
|
6885
6708
|
declare const index_liquid_ArticleTitle: typeof ArticleTitle;
|
|
6886
|
-
declare const index_liquid_BestBuyFulfillment: typeof BestBuyFulfillment;
|
|
6887
6709
|
declare const index_liquid_BirdChime: typeof BirdChime;
|
|
6888
6710
|
declare const index_liquid_Bogos: typeof Bogos;
|
|
6889
6711
|
declare const index_liquid_BoldProductOptions: typeof BoldProductOptions;
|
|
@@ -6930,7 +6752,6 @@ declare const index_liquid_Growave: typeof Growave;
|
|
|
6930
6752
|
declare const index_liquid_Heading: typeof Heading;
|
|
6931
6753
|
declare const index_liquid_HeroBanner: typeof HeroBanner;
|
|
6932
6754
|
declare const index_liquid_HulkFormBuilder: typeof HulkFormBuilder;
|
|
6933
|
-
declare const index_liquid_HulkProductOptions: typeof HulkProductOptions;
|
|
6934
6755
|
declare const index_liquid_Icon: typeof Icon;
|
|
6935
6756
|
declare const index_liquid_IconList: typeof IconList;
|
|
6936
6757
|
declare const index_liquid_IconListHoz: typeof IconListHoz;
|
|
@@ -6958,7 +6779,6 @@ declare const index_liquid_Marquee: typeof Marquee;
|
|
|
6958
6779
|
declare const index_liquid_MarqueeItem: typeof MarqueeItem;
|
|
6959
6780
|
declare const index_liquid_MaxbundleProductBundles: typeof MaxbundleProductBundles;
|
|
6960
6781
|
declare const index_liquid_MbcBundleVolumeDiscount: typeof MbcBundleVolumeDiscount;
|
|
6961
|
-
declare const index_liquid_MyappgurusProductReviews: typeof MyappgurusProductReviews;
|
|
6962
6782
|
declare const index_liquid_Newsletter: typeof Newsletter;
|
|
6963
6783
|
declare const index_liquid_NotifyBackInStockPreOrder: typeof NotifyBackInStockPreOrder;
|
|
6964
6784
|
declare const index_liquid_Omnisend: typeof Omnisend;
|
|
@@ -6976,7 +6796,6 @@ declare const index_liquid_ProductButton: typeof ProductButton;
|
|
|
6976
6796
|
declare const index_liquid_ProductDescription: typeof ProductDescription;
|
|
6977
6797
|
declare const index_liquid_ProductList: typeof ProductList;
|
|
6978
6798
|
declare const index_liquid_ProductOptionsCustomizer: typeof ProductOptionsCustomizer;
|
|
6979
|
-
declare const index_liquid_ProductOptionsVariantOption: typeof ProductOptionsVariantOption;
|
|
6980
6799
|
declare const index_liquid_ProductPrice: typeof ProductPrice;
|
|
6981
6800
|
declare const index_liquid_ProductProperties: typeof ProductProperties;
|
|
6982
6801
|
declare const index_liquid_ProductQuantity: typeof ProductQuantity;
|
|
@@ -7002,11 +6821,8 @@ declare const index_liquid_Row: typeof Row;
|
|
|
7002
6821
|
declare const index_liquid_Ryviu: typeof Ryviu;
|
|
7003
6822
|
declare const index_liquid_SealSubscriptions: typeof SealSubscriptions;
|
|
7004
6823
|
declare const index_liquid_Section: typeof Section;
|
|
7005
|
-
declare const index_liquid_SegunoEmailMarketing: typeof SegunoEmailMarketing;
|
|
7006
6824
|
declare const index_liquid_Selleasy: typeof Selleasy;
|
|
7007
|
-
declare const index_liquid_SeoantTrustBadgesIcon: typeof SeoantTrustBadgesIcon;
|
|
7008
6825
|
declare const index_liquid_ShopPayButton: typeof ShopPayButton;
|
|
7009
|
-
declare const index_liquid_ShopPayInstallments: typeof ShopPayInstallments;
|
|
7010
6826
|
declare const index_liquid_ShopifyForms: typeof ShopifyForms;
|
|
7011
6827
|
declare const index_liquid_ShopifySubscriptions: typeof ShopifySubscriptions;
|
|
7012
6828
|
declare const index_liquid_SimpleBundlesKits: typeof SimpleBundlesKits;
|
|
@@ -7028,8 +6844,6 @@ declare const index_liquid_TextField: typeof TextField;
|
|
|
7028
6844
|
declare const index_liquid_ThirdPartySlot: typeof ThirdPartySlot;
|
|
7029
6845
|
declare const index_liquid_TrustMe: typeof TrustMe;
|
|
7030
6846
|
declare const index_liquid_Trustoo: typeof Trustoo;
|
|
7031
|
-
declare const index_liquid_TrustreviewsProductReviews: typeof TrustreviewsProductReviews;
|
|
7032
|
-
declare const index_liquid_TrustshopProductReviews: typeof TrustshopProductReviews;
|
|
7033
6847
|
declare const index_liquid_UltimateSalesBoost: typeof UltimateSalesBoost;
|
|
7034
6848
|
declare const index_liquid_UnlimitedBundlesDiscounts: typeof UnlimitedBundlesDiscounts;
|
|
7035
6849
|
declare const index_liquid_Video: typeof Video;
|
|
@@ -7044,7 +6858,6 @@ declare namespace index_liquid {
|
|
|
7044
6858
|
export {
|
|
7045
6859
|
index_liquid_Accordion as Accordion,
|
|
7046
6860
|
index_liquid_AccordionItem as AccordionItem,
|
|
7047
|
-
index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms,
|
|
7048
6861
|
index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc,
|
|
7049
6862
|
index_liquid_AliReviews as AliReviews,
|
|
7050
6863
|
index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar,
|
|
@@ -7060,7 +6873,6 @@ declare namespace index_liquid {
|
|
|
7060
6873
|
index_liquid_ArticleReadMore as ArticleReadMore,
|
|
7061
6874
|
index_liquid_ArticleTag as ArticleTag,
|
|
7062
6875
|
index_liquid_ArticleTitle as ArticleTitle,
|
|
7063
|
-
index_liquid_BestBuyFulfillment as BestBuyFulfillment,
|
|
7064
6876
|
index_liquid_BirdChime as BirdChime,
|
|
7065
6877
|
index_liquid_Bogos as Bogos,
|
|
7066
6878
|
index_liquid_BoldProductOptions as BoldProductOptions,
|
|
@@ -7109,7 +6921,6 @@ declare namespace index_liquid {
|
|
|
7109
6921
|
index_liquid_Heading as Heading,
|
|
7110
6922
|
index_liquid_HeroBanner as HeroBanner,
|
|
7111
6923
|
index_liquid_HulkFormBuilder as HulkFormBuilder,
|
|
7112
|
-
index_liquid_HulkProductOptions as HulkProductOptions,
|
|
7113
6924
|
index_liquid_Icon as Icon,
|
|
7114
6925
|
index_liquid_IconList as IconList,
|
|
7115
6926
|
index_liquid_IconListHoz as IconListHoz,
|
|
@@ -7138,7 +6949,6 @@ declare namespace index_liquid {
|
|
|
7138
6949
|
index_liquid_MarqueeItem as MarqueeItem,
|
|
7139
6950
|
index_liquid_MaxbundleProductBundles as MaxbundleProductBundles,
|
|
7140
6951
|
index_liquid_MbcBundleVolumeDiscount as MbcBundleVolumeDiscount,
|
|
7141
|
-
index_liquid_MyappgurusProductReviews as MyappgurusProductReviews,
|
|
7142
6952
|
index_liquid_Newsletter as Newsletter,
|
|
7143
6953
|
index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder,
|
|
7144
6954
|
index_liquid_Omnisend as Omnisend,
|
|
@@ -7158,7 +6968,6 @@ declare namespace index_liquid {
|
|
|
7158
6968
|
ProductImages as ProductImagesV2,
|
|
7159
6969
|
index_liquid_ProductList as ProductList,
|
|
7160
6970
|
index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer,
|
|
7161
|
-
index_liquid_ProductOptionsVariantOption as ProductOptionsVariantOption,
|
|
7162
6971
|
index_liquid_ProductPrice as ProductPrice,
|
|
7163
6972
|
index_liquid_ProductProperties as ProductProperties,
|
|
7164
6973
|
index_liquid_ProductQuantity as ProductQuantity,
|
|
@@ -7184,11 +6993,8 @@ declare namespace index_liquid {
|
|
|
7184
6993
|
index_liquid_Ryviu as Ryviu,
|
|
7185
6994
|
index_liquid_SealSubscriptions as SealSubscriptions,
|
|
7186
6995
|
index_liquid_Section as Section,
|
|
7187
|
-
index_liquid_SegunoEmailMarketing as SegunoEmailMarketing,
|
|
7188
6996
|
index_liquid_Selleasy as Selleasy,
|
|
7189
|
-
index_liquid_SeoantTrustBadgesIcon as SeoantTrustBadgesIcon,
|
|
7190
6997
|
index_liquid_ShopPayButton as ShopPayButton,
|
|
7191
|
-
index_liquid_ShopPayInstallments as ShopPayInstallments,
|
|
7192
6998
|
index_liquid_ShopifyForms as ShopifyForms,
|
|
7193
6999
|
index_liquid_ShopifySubscriptions as ShopifySubscriptions,
|
|
7194
7000
|
index_liquid_SimpleBundlesKits as SimpleBundlesKits,
|
|
@@ -7210,8 +7016,6 @@ declare namespace index_liquid {
|
|
|
7210
7016
|
index_liquid_ThirdPartySlot as ThirdPartySlot,
|
|
7211
7017
|
index_liquid_TrustMe as TrustMe,
|
|
7212
7018
|
index_liquid_Trustoo as Trustoo,
|
|
7213
|
-
index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews,
|
|
7214
|
-
index_liquid_TrustshopProductReviews as TrustshopProductReviews,
|
|
7215
7019
|
index_liquid_UltimateSalesBoost as UltimateSalesBoost,
|
|
7216
7020
|
index_liquid_UnlimitedBundlesDiscounts as UnlimitedBundlesDiscounts,
|
|
7217
7021
|
index_liquid_Video as Video,
|
|
@@ -7222,21 +7026,12 @@ declare namespace index_liquid {
|
|
|
7222
7026
|
index_liquid_WishlistKing as WishlistKing,
|
|
7223
7027
|
index_liquid_WishlistPlus as WishlistPlus,
|
|
7224
7028
|
index_liquid_YotpoReviews as YotpoReviews,
|
|
7225
|
-
_default$
|
|
7029
|
+
_default$t as videoSetting,
|
|
7226
7030
|
};
|
|
7227
7031
|
}
|
|
7228
7032
|
|
|
7229
|
-
declare const _default
|
|
7230
|
-
TrustshopProductReviews: React.FC<TrustshopProductReviewsProps>;
|
|
7231
|
-
HulkProductOptions: React.FC<HulkProductOptionsProps>;
|
|
7232
|
-
MyappgurusProductReviews: React.FC<MyappgurusProductReviewsProps>;
|
|
7233
|
-
TrustreviewsProductReviews: React.FC<TrustreviewsProductReviewsProps>;
|
|
7033
|
+
declare const _default: {
|
|
7234
7034
|
DiscountyBulkDiscountSales: React.FC<DiscountyBulkDiscountSalesProps>;
|
|
7235
|
-
SeoantTrustBadgesIcon: React.FC<SeoantTrustBadgesIconProps>;
|
|
7236
|
-
SegunoEmailMarketing: React.FC<SegunoEmailMarketingProps>;
|
|
7237
|
-
AftershipEmailMarketingsms: React.FC<AftershipEmailMarketingsmsProps>;
|
|
7238
|
-
BestBuyFulfillment: React.FC<BestBuyFulfillmentProps>;
|
|
7239
|
-
ProductOptionsVariantOption: React.FC<ProductOptionsVariantOptionProps>;
|
|
7240
7035
|
GloboProductOptionsVariant: React.FC<GloboProductOptionsVariantProps>;
|
|
7241
7036
|
TeeinblueProductPersonalizer: React.FC<TeeinblueProductPersonalizerProps>;
|
|
7242
7037
|
HulkFormBuilder: React.FC<HulkFormBuilderProps>;
|
|
@@ -7426,7 +7221,6 @@ declare const _default$1: {
|
|
|
7426
7221
|
Menu: React.FC<MenuProps>;
|
|
7427
7222
|
PushOwl: React.FC<ButtonProps>;
|
|
7428
7223
|
ThirdPartySlot: React.FC<ThirdPartySlotProps>;
|
|
7429
|
-
ShopPayInstallments: React.FC<ShopPayInstallmentProps>;
|
|
7430
7224
|
JudgemeReviews: React.FC<JudgemeReviewsProps>;
|
|
7431
7225
|
LooxReviews: React.FC<LooxReviewsProps>;
|
|
7432
7226
|
Instafeed: React.FC<InstafeedProps>;
|
|
@@ -7524,7 +7318,6 @@ declare const _default$1: {
|
|
|
7524
7318
|
PostPurchaseCalloutText: ({ setting, styles, style, builderAttrs, builderProps, children, }: CalloutTextProps) => React.JSX.Element;
|
|
7525
7319
|
PostPurchaseProductDiscountTag: React.FC<PostPurchaseProductDiscountTagProps>;
|
|
7526
7320
|
PostPurchaseLine: React.FC<PostPurchaseLineProps>;
|
|
7527
|
-
PostPurchaseLink: React.FC<PostPurchaseLinkProps>;
|
|
7528
7321
|
PostPurchaseProductImages: (props: PostPurchaseProductImagesProps) => React.JSX.Element;
|
|
7529
7322
|
PostPurchaseAdvancedList: React.FC<_gem_sdk_core.BaseProps<{
|
|
7530
7323
|
childItem?: string[] | undefined;
|
|
@@ -7559,239 +7352,6 @@ declare const _default$1: {
|
|
|
7559
7352
|
ProductBadge: React.FC<ProductBadgeProps>;
|
|
7560
7353
|
};
|
|
7561
7354
|
|
|
7562
|
-
declare const _default: {
|
|
7563
|
-
Marquee: _gem_sdk_core.ComponentSetting<MarqueeProps>;
|
|
7564
|
-
MarqueeItem: _gem_sdk_core.ComponentSetting<MarqueeItemProps>;
|
|
7565
|
-
ArticleList: _gem_sdk_core.ComponentSetting<ArticleListProps>;
|
|
7566
|
-
ArticleTitle: _gem_sdk_core.ComponentSetting<ArticleTitleProps>;
|
|
7567
|
-
ArticleExcerpt: _gem_sdk_core.ComponentSetting<ArticleExcerptProps>;
|
|
7568
|
-
ArticleContent: _gem_sdk_core.ComponentSetting<ArticleContentProps>;
|
|
7569
|
-
ArticleImage: _gem_sdk_core.ComponentSetting<ArticleImageProps>;
|
|
7570
|
-
ArticlePagination: _gem_sdk_core.ComponentSetting<CollectionPaginatorProps>;
|
|
7571
|
-
ArticleAuthor: _gem_sdk_core.ComponentSetting<ArticleAuthorProps>;
|
|
7572
|
-
ArticleTag: _gem_sdk_core.ComponentSetting<ArticleTagProps>;
|
|
7573
|
-
ArticleCategory: _gem_sdk_core.ComponentSetting<ArticleCategoryProps>;
|
|
7574
|
-
ArticleDate: _gem_sdk_core.ComponentSetting<ArticleDateProps>;
|
|
7575
|
-
ArticleReadMore: _gem_sdk_core.ComponentSetting<ArticleReadMoreProps>;
|
|
7576
|
-
EstimateDate: _gem_sdk_core.ComponentSetting<EstimateDateProps>;
|
|
7577
|
-
PostPurchaseCountdownTimer: _gem_sdk_core.ComponentSetting<PostPurchaseCountdownTimerProps>;
|
|
7578
|
-
PostPurchaseAdvancedList: _gem_sdk_core.ComponentSetting<PostPurchaseAdvancedListProps>;
|
|
7579
|
-
PostPurchaseAdvancedListItem: _gem_sdk_core.ComponentSetting<PostPurchaseAdvancedListItemProps>;
|
|
7580
|
-
PostPurchaseLink: _gem_sdk_core.ComponentSetting<PostPurchaseLinkProps>;
|
|
7581
|
-
PostPurchaseLine: _gem_sdk_core.ComponentSetting<PostPurchaseLineProps>;
|
|
7582
|
-
PostPurchaseCalloutBox: _gem_sdk_core.ComponentSetting<CalloutBoxProps>;
|
|
7583
|
-
PostPurchaseCalloutText: _gem_sdk_core.ComponentSetting<CalloutTextProps>;
|
|
7584
|
-
PostPurchaseProductTitle: _gem_sdk_core.ComponentSetting<PostPurchaseProductTitleProps>;
|
|
7585
|
-
PostPurchaseProductPrice: _gem_sdk_core.ComponentSetting<PostPurchaseProductPriceProps>;
|
|
7586
|
-
PostPurchaseProductDescription: _gem_sdk_core.ComponentSetting<PostPurchaseProductDescriptionProps>;
|
|
7587
|
-
PostPurchaseProductVariants: _gem_sdk_core.ComponentSetting<PostPurchaseProductVariantsProps>;
|
|
7588
|
-
PostPurchaseAcceptButton: _gem_sdk_core.ComponentSetting<PostPurchaseButtonProps>;
|
|
7589
|
-
PostPurchaseProductQuantity: _gem_sdk_core.ComponentSetting<PostPurchaseProductQuantityProps>;
|
|
7590
|
-
PostPurchaseProductPriceBreakdown: _gem_sdk_core.ComponentSetting<PostPurchaseProductPriceBreakdownProps>;
|
|
7591
|
-
PostPurchaseProductOffer: _gem_sdk_core.ComponentSetting<PostPurchaseProductOfferProps>;
|
|
7592
|
-
PostPurchaseProductDiscountTag: _gem_sdk_core.ComponentSetting<PostPurchaseProductDiscountTagProps>;
|
|
7593
|
-
PostPurchaseProductImages: _gem_sdk_core.ComponentSetting<PostPurchaseProductImagesProps>;
|
|
7594
|
-
PostPurchaseButton: _gem_sdk_core.ComponentSetting<PostPurchaseButtonProps>;
|
|
7595
|
-
PostPurchaseImage: _gem_sdk_core.ComponentSetting<PostPurchaseImageProps>;
|
|
7596
|
-
PostPurchaseText: _gem_sdk_core.ComponentSetting<PostPurchaseTextProps>;
|
|
7597
|
-
PostPurchaseHeading: _gem_sdk_core.ComponentSetting<PostPurchaseTextProps>;
|
|
7598
|
-
IconListV2: _gem_sdk_core.ComponentSetting<IconListProps$1>;
|
|
7599
|
-
Sticky: _gem_sdk_core.ComponentSetting<StickyProps>;
|
|
7600
|
-
ShopPayInstallments: _gem_sdk_core.ComponentSetting<ShopPayInstallmentProps>;
|
|
7601
|
-
ThirdPartySlot: _gem_sdk_core.ComponentSetting<ThirdPartySlotProps>;
|
|
7602
|
-
ImageComparison: _gem_sdk_core.ComponentSetting<ImageComparisonProps>;
|
|
7603
|
-
ImageDetection: _gem_sdk_core.ComponentSetting<ImageDetectionProps>;
|
|
7604
|
-
Newsletter: _gem_sdk_core.ComponentSetting<NewsletterProps>;
|
|
7605
|
-
FormEmail: _gem_sdk_core.ComponentSetting<FormEmailProps>;
|
|
7606
|
-
SubmitButton: _gem_sdk_core.ComponentSetting<SubmitButtonProps>;
|
|
7607
|
-
ContactForm: _gem_sdk_core.ComponentSetting<NewsletterProps>;
|
|
7608
|
-
TextField: _gem_sdk_core.ComponentSetting<TextFieldProps>;
|
|
7609
|
-
FormTextarea: _gem_sdk_core.ComponentSetting<TextAreaProps>;
|
|
7610
|
-
FormDropdown: _gem_sdk_core.ComponentSetting<FormDropdownProps>;
|
|
7611
|
-
FormCheckbox: _gem_sdk_core.ComponentSetting<FormCheckboxProps>;
|
|
7612
|
-
Dialog: _gem_sdk_core.ComponentSetting<DialogProps$1>;
|
|
7613
|
-
StockCounter: _gem_sdk_core.ComponentSetting<StockCounterProps$1>;
|
|
7614
|
-
IconListHoz: _gem_sdk_core.ComponentSetting<IconListHozProps>;
|
|
7615
|
-
IconListItemHoz: _gem_sdk_core.ComponentSetting<IconListItemProps$2>;
|
|
7616
|
-
CSSCode: _gem_sdk_core.ComponentSetting<CSSCodeProps>;
|
|
7617
|
-
IconList: _gem_sdk_core.ComponentSetting<IconListProps$2>;
|
|
7618
|
-
IconListItem: _gem_sdk_core.ComponentSetting<IconListItemProps$3>;
|
|
7619
|
-
HeroBanner: _gem_sdk_core.ComponentSetting<HeroBannerProps>;
|
|
7620
|
-
InstantJudgemeReviews: _gem_sdk_core.ComponentSetting<InstantJudgemeReviewsProps>;
|
|
7621
|
-
InstantLooxReviews: _gem_sdk_core.ComponentSetting<InstantLooxReviewsProps>;
|
|
7622
|
-
InstantKlaviyo: _gem_sdk_core.ComponentSetting<InstantKlaviyoProps>;
|
|
7623
|
-
InstantYotpoLoyalty: _gem_sdk_core.ComponentSetting<InstantYotpoLoyaltyProps>;
|
|
7624
|
-
TrustshopProductReviews: _gem_sdk_core.ComponentSetting<TrustshopProductReviewsProps>;
|
|
7625
|
-
HulkProductOptions: _gem_sdk_core.ComponentSetting<HulkProductOptionsProps>;
|
|
7626
|
-
MyappgurusProductReviews: _gem_sdk_core.ComponentSetting<MyappgurusProductReviewsProps>;
|
|
7627
|
-
TrustreviewsProductReviews: _gem_sdk_core.ComponentSetting<TrustreviewsProductReviewsProps>;
|
|
7628
|
-
DiscountyBulkDiscountSales: _gem_sdk_core.ComponentSetting<DiscountyBulkDiscountSalesProps>;
|
|
7629
|
-
SeoantTrustBadgesIcon: _gem_sdk_core.ComponentSetting<SeoantTrustBadgesIconProps>;
|
|
7630
|
-
SegunoEmailMarketing: _gem_sdk_core.ComponentSetting<SegunoEmailMarketingProps>;
|
|
7631
|
-
AftershipEmailMarketingsms: _gem_sdk_core.ComponentSetting<AftershipEmailMarketingsmsProps>;
|
|
7632
|
-
BestBuyFulfillment: _gem_sdk_core.ComponentSetting<BestBuyFulfillmentProps>;
|
|
7633
|
-
ProductOptionsVariantOption: _gem_sdk_core.ComponentSetting<ProductOptionsVariantOptionProps>;
|
|
7634
|
-
GloboProductOptionsVariant: _gem_sdk_core.ComponentSetting<GloboProductOptionsVariantProps>;
|
|
7635
|
-
TeeinblueProductPersonalizer: _gem_sdk_core.ComponentSetting<TeeinblueProductPersonalizerProps>;
|
|
7636
|
-
WishlistKing: _gem_sdk_core.ComponentSetting<WishlistKingProps>;
|
|
7637
|
-
HulkFormBuilder: _gem_sdk_core.ComponentSetting<HulkFormBuilderProps>;
|
|
7638
|
-
LoloyalLoyaltyReferrals: _gem_sdk_core.ComponentSetting<LoloyalLoyaltyReferralsProps>;
|
|
7639
|
-
PowerfulContactFormBuilder: _gem_sdk_core.ComponentSetting<PowerfulContactFormBuilderProps>;
|
|
7640
|
-
WishlistPlus: _gem_sdk_core.ComponentSetting<WishlistPlusProps>;
|
|
7641
|
-
InstasellShoppableInstagram: _gem_sdk_core.ComponentSetting<InstasellShoppableInstagramProps>;
|
|
7642
|
-
SproutPlantTreesGrowSales: _gem_sdk_core.ComponentSetting<SproutPlantTreesGrowSalesProps>;
|
|
7643
|
-
RapiBundleQuantityBreaks: _gem_sdk_core.ComponentSetting<RapiBundleQuantityBreaksProps>;
|
|
7644
|
-
AppointmentBookingCowlendar: _gem_sdk_core.ComponentSetting<AppointmentBookingCowlendarProps>;
|
|
7645
|
-
GoogleReviewsByReputon: _gem_sdk_core.ComponentSetting<GoogleReviewsByReputonProps>;
|
|
7646
|
-
MbcBundleVolumeDiscount: _gem_sdk_core.ComponentSetting<MbcBundleVolumeDiscountProps>;
|
|
7647
|
-
ProductOptionsCustomizer: _gem_sdk_core.ComponentSetting<ProductOptionsCustomizerProps>;
|
|
7648
|
-
AirProductReviewsAppUgc: _gem_sdk_core.ComponentSetting<AirProductReviewsAppUgcProps>;
|
|
7649
|
-
TagembedSocialPostReview: _gem_sdk_core.ComponentSetting<TagembedSocialPostReviewProps>;
|
|
7650
|
-
WhatmoreShoppableVideosreel: _gem_sdk_core.ComponentSetting<WhatmoreShoppableVideosreelProps>;
|
|
7651
|
-
TagshopShoppableVideosUgc: _gem_sdk_core.ComponentSetting<TagshopShoppableVideosUgcProps>;
|
|
7652
|
-
JunipProductReviewsUgc: _gem_sdk_core.ComponentSetting<JunipProductReviewsUgcProps>;
|
|
7653
|
-
FlyBundlesUpsellsFbt: _gem_sdk_core.ComponentSetting<FlyBundlesUpsellsFbtProps>;
|
|
7654
|
-
PreorderNowWodPresale: _gem_sdk_core.ComponentSetting<PreorderNowWodPresaleProps>;
|
|
7655
|
-
PreorderNowPreOrderPq: _gem_sdk_core.ComponentSetting<PreorderNowPreOrderPqProps>;
|
|
7656
|
-
MaxbundleProductBundles: _gem_sdk_core.ComponentSetting<MaxbundleProductBundlesProps>;
|
|
7657
|
-
KoalaBundleQuantityDiscount: _gem_sdk_core.ComponentSetting<KoalaBundleQuantityDiscountProps>;
|
|
7658
|
-
EasyBundleBuilderSkailama: _gem_sdk_core.ComponentSetting<EasyBundleBuilderSkailamaProps>;
|
|
7659
|
-
FastBundleBundlesDiscounts: _gem_sdk_core.ComponentSetting<FastBundleBundlesDiscountsProps>;
|
|
7660
|
-
KiteFreeGiftDiscount: _gem_sdk_core.ComponentSetting<KiteFreeGiftDiscountProps>;
|
|
7661
|
-
UnlimitedBundlesDiscounts: _gem_sdk_core.ComponentSetting<UnlimitedBundlesDiscountsProps>;
|
|
7662
|
-
SimpleBundlesKits: _gem_sdk_core.ComponentSetting<SimpleBundlesKitsProps>;
|
|
7663
|
-
ReviewxpoProductReviewsApp: _gem_sdk_core.ComponentSetting<ReviewxpoProductReviewsAppProps>;
|
|
7664
|
-
PumperBundlesVolumeDiscount: _gem_sdk_core.ComponentSetting<PumperBundlesVolumeDiscountProps>;
|
|
7665
|
-
NotifyBackInStockPreOrder: _gem_sdk_core.ComponentSetting<NotifyBackInStockPreOrderProps>;
|
|
7666
|
-
ShopifyForms: _gem_sdk_core.ComponentSetting<ShopifyFormsProps>;
|
|
7667
|
-
SkioSubscriptionsYcS20: _gem_sdk_core.ComponentSetting<SkioSubscriptionsYcS20Props>;
|
|
7668
|
-
LoopSubscriptions: _gem_sdk_core.ComponentSetting<LoopSubscriptionsProps>;
|
|
7669
|
-
Selleasy: _gem_sdk_core.ComponentSetting<SelleasyProps>;
|
|
7670
|
-
RecurpaySubscriptionApp: _gem_sdk_core.ComponentSetting<RecurpaySubscriptionAppProps>;
|
|
7671
|
-
SubifySubscriptionsApp: _gem_sdk_core.ComponentSetting<SubifySubscriptionsAppProps>;
|
|
7672
|
-
BonLoyaltyRewardsReferrals: _gem_sdk_core.ComponentSetting<BonLoyaltyRewardsReferralsProps>;
|
|
7673
|
-
ShopifySubscriptions: _gem_sdk_core.ComponentSetting<ShopifySubscriptionsProps>;
|
|
7674
|
-
EasifyProductOptions: _gem_sdk_core.ComponentSetting<EasifyProductOptionsProps>;
|
|
7675
|
-
CustomProductOptionsVariant: _gem_sdk_core.ComponentSetting<CustomProductOptionsVariantProps>;
|
|
7676
|
-
KlarnaMessaging: _gem_sdk_core.ComponentSetting<KlarnaMessagingProps>;
|
|
7677
|
-
RechargeSubscriptions: _gem_sdk_core.ComponentSetting<RechargeSubscriptionsProps>;
|
|
7678
|
-
EasySellCOD: _gem_sdk_core.ComponentSetting<EasySellProps>;
|
|
7679
|
-
QikifyUpsell: _gem_sdk_core.ComponentSetting<QikifyUpsellProps>;
|
|
7680
|
-
CleanSizeCharts: _gem_sdk_core.ComponentSetting<CleanSizeChartProps>;
|
|
7681
|
-
JudgemeReviews: _gem_sdk_core.ComponentSetting<JudgemeReviewsProps>;
|
|
7682
|
-
LooxReviews: _gem_sdk_core.ComponentSetting<LooxReviewsProps>;
|
|
7683
|
-
Klaviyo: _gem_sdk_core.ComponentSetting<KlaviyoProps>;
|
|
7684
|
-
YotpoLoyalty: _gem_sdk_core.ComponentSetting<YotpoLoyaltyProps>;
|
|
7685
|
-
SmartSearchBarAndFilters: _gem_sdk_core.ComponentSetting<SmartSearchBarAndFiltersProps>;
|
|
7686
|
-
Instafeed: _gem_sdk_core.ComponentSetting<InstafeedProps>;
|
|
7687
|
-
ProductReviews: _gem_sdk_core.ComponentSetting<ProductReviewsProps>;
|
|
7688
|
-
Ryviu: _gem_sdk_core.ComponentSetting<RyviuProps>;
|
|
7689
|
-
Rivyo: _gem_sdk_core.ComponentSetting<RivyoProps>;
|
|
7690
|
-
Vitals: _gem_sdk_core.ComponentSetting<VitalsProps>;
|
|
7691
|
-
Omnisend: _gem_sdk_core.ComponentSetting<OmnisendProps>;
|
|
7692
|
-
Trustoo: _gem_sdk_core.ComponentSetting<TrustooProps>;
|
|
7693
|
-
SealSubscriptions: _gem_sdk_core.ComponentSetting<SealSubscriptionsProps>;
|
|
7694
|
-
AppstleSubscriptions: _gem_sdk_core.ComponentSetting<AppstleSubscriptionsProps>;
|
|
7695
|
-
FeraReviews: _gem_sdk_core.ComponentSetting<FeraReviewsProps>;
|
|
7696
|
-
Growave: _gem_sdk_core.ComponentSetting<GrowaveProps>;
|
|
7697
|
-
AliReviews: _gem_sdk_core.ComponentSetting<AliReviewsProps>;
|
|
7698
|
-
Opinew: _gem_sdk_core.ComponentSetting<OpinewProps>;
|
|
7699
|
-
UltimateSalesBoost: _gem_sdk_core.ComponentSetting<UltimateSalesBoostProps>;
|
|
7700
|
-
FirePush: _gem_sdk_core.ComponentSetting<FirePushProps>;
|
|
7701
|
-
ParcelPanel: _gem_sdk_core.ComponentSetting<ParcelPanelProps>;
|
|
7702
|
-
TrustMe: _gem_sdk_core.ComponentSetting<TrustMeProps>;
|
|
7703
|
-
FrequentlyBoughtTogether: _gem_sdk_core.ComponentSetting<FrequentlyBoughtTogetherProps>;
|
|
7704
|
-
BoldSubscriptions: _gem_sdk_core.ComponentSetting<BoldSubscriptionsProps>;
|
|
7705
|
-
BoldProductOptions: _gem_sdk_core.ComponentSetting<BoldProductOptionsProps>;
|
|
7706
|
-
WideBundle: _gem_sdk_core.ComponentSetting<WideBundleProps>;
|
|
7707
|
-
PickyStory: _gem_sdk_core.ComponentSetting<PickyStoryProps>;
|
|
7708
|
-
InfiniteOptions: _gem_sdk_core.ComponentSetting<InfiniteOptionsProps>;
|
|
7709
|
-
Wiser: _gem_sdk_core.ComponentSetting<WiserProps>;
|
|
7710
|
-
Stamped: _gem_sdk_core.ComponentSetting<StampedProps>;
|
|
7711
|
-
Bundler: _gem_sdk_core.ComponentSetting<BundlerProps>;
|
|
7712
|
-
LaiProductReviews: _gem_sdk_core.ComponentSetting<LaiProductReviewsProps>;
|
|
7713
|
-
CrossSellCartUpsell: _gem_sdk_core.ComponentSetting<CrossSellCartUpsellProps>;
|
|
7714
|
-
BoostAISearchDiscovery: _gem_sdk_core.ComponentSetting<BoostAISearchDiscoveryProps>;
|
|
7715
|
-
YotpoReviews: _gem_sdk_core.ComponentSetting<YotpoReviewsProps>;
|
|
7716
|
-
KachingBundles: _gem_sdk_core.ComponentSetting<KachingBundlesProps>;
|
|
7717
|
-
PushOwl: _gem_sdk_core.ComponentSetting<PushOwlProps>;
|
|
7718
|
-
Bogos: _gem_sdk_core.ComponentSetting<BogosProps>;
|
|
7719
|
-
Releasit: _gem_sdk_core.ComponentSetting<ReleasitProps>;
|
|
7720
|
-
KingProductOptions: _gem_sdk_core.ComponentSetting<KingProductOptionsProps>;
|
|
7721
|
-
RequestQuoteHidePrice: _gem_sdk_core.ComponentSetting<RequestQuoteHidePriceProps>;
|
|
7722
|
-
BirdChime: _gem_sdk_core.ComponentSetting<BirdChimeProps>;
|
|
7723
|
-
FordeerProductLabels: _gem_sdk_core.ComponentSetting<FordeerProductLabelsProps>;
|
|
7724
|
-
Menu: _gem_sdk_core.ComponentSetting<MenuProps>;
|
|
7725
|
-
Video: _gem_sdk_core.ComponentSetting<VideoProps$1>;
|
|
7726
|
-
Textarea: _gem_sdk_core.ComponentSetting<TextareaProps>;
|
|
7727
|
-
Text: _gem_sdk_core.ComponentSetting<TextProps$1>;
|
|
7728
|
-
Tabs: _gem_sdk_core.ComponentSetting<TabsProps>;
|
|
7729
|
-
TabItem: _gem_sdk_core.ComponentSetting<TabItemProps>;
|
|
7730
|
-
Select: React.FC<SelectProps>;
|
|
7731
|
-
Radio: _gem_sdk_core.ComponentSetting<RadioProps>;
|
|
7732
|
-
Product: _gem_sdk_core.ComponentSetting<ProductProps>;
|
|
7733
|
-
ProductQuantity: _gem_sdk_core.ComponentSetting<ProductQuantityProps>;
|
|
7734
|
-
ProductTitle: _gem_sdk_core.ComponentSetting<ProductTitleProps>;
|
|
7735
|
-
ProductButton: _gem_sdk_core.ComponentSetting<ProductButtonProps>;
|
|
7736
|
-
ProductPrice: _gem_sdk_core.ComponentSetting<ProductPriceProps>;
|
|
7737
|
-
ProductVariants: _gem_sdk_core.ComponentSetting<ProductVariantsProps>;
|
|
7738
|
-
ProductImages: _gem_sdk_core.ComponentSetting<ProductImagesProps>;
|
|
7739
|
-
ProductImagesV2: _gem_sdk_core.ComponentSetting<ProductImagesProps$1>;
|
|
7740
|
-
ProductDescription: _gem_sdk_core.ComponentSetting<ProductDescriptionProps$1>;
|
|
7741
|
-
ProductProperties: _gem_sdk_core.ComponentSetting<ProductPropertiesProps>;
|
|
7742
|
-
ProductTag: _gem_sdk_core.ComponentSetting<ProductTagProps>;
|
|
7743
|
-
ProductList: _gem_sdk_core.ComponentSetting<ProductListProps>;
|
|
7744
|
-
DynamicCheckout: _gem_sdk_core.ComponentSetting<ProductButtonProps>;
|
|
7745
|
-
ProductVendor: _gem_sdk_core.ComponentSetting<VendorProps>;
|
|
7746
|
-
ProductBundleDiscount: _gem_sdk_core.ComponentSetting<ProductQuantityBreakProps>;
|
|
7747
|
-
ProductBundleDiscountItem: _gem_sdk_core.ComponentSetting<ProductQuantityBreakItemProps>;
|
|
7748
|
-
ProductViewMore: _gem_sdk_core.ComponentSetting<ProductViewMoreProps>;
|
|
7749
|
-
ProductBadge: _gem_sdk_core.ComponentSetting<ProductBadgeProps>;
|
|
7750
|
-
ProductSku: _gem_sdk_core.ComponentSetting<SkuProps>;
|
|
7751
|
-
FileUpload: _gem_sdk_core.ComponentSetting<FileUploadProps>;
|
|
7752
|
-
Pagination: _gem_sdk_core.ComponentSetting<PaginationProps>;
|
|
7753
|
-
Modal: _gem_sdk_core.ComponentSetting<ModalProps>;
|
|
7754
|
-
Link: _gem_sdk_core.ComponentSetting<LinkProps$1>;
|
|
7755
|
-
Line: _gem_sdk_core.ComponentSetting<LineProps$1>;
|
|
7756
|
-
Input: _gem_sdk_core.ComponentSetting<InputProps>;
|
|
7757
|
-
Image: _gem_sdk_core.ComponentSetting<ImageProps>;
|
|
7758
|
-
BackgroundImage: _gem_sdk_core.ComponentSetting<BackgroundImageProps>;
|
|
7759
|
-
Icon: _gem_sdk_core.ComponentSetting<IconProps$1>;
|
|
7760
|
-
Header: _gem_sdk_core.ComponentSetting<HeaderProps>;
|
|
7761
|
-
Heading: _gem_sdk_core.ComponentSetting<HeadingProps>;
|
|
7762
|
-
Root: _gem_sdk_core.ComponentSetting<any>;
|
|
7763
|
-
Section: _gem_sdk_core.ComponentSetting<RowProps$1>;
|
|
7764
|
-
Col: _gem_sdk_core.ComponentSetting<ColProps$1>;
|
|
7765
|
-
Row: _gem_sdk_core.ComponentSetting<RowProps$1>;
|
|
7766
|
-
Countdown: _gem_sdk_core.ComponentSetting<CountdownProps>;
|
|
7767
|
-
CollectionTitle: _gem_sdk_core.ComponentSetting<CollectionTitleProps>;
|
|
7768
|
-
CollectionDescription: _gem_sdk_core.ComponentSetting<CollectionDescriptionProps>;
|
|
7769
|
-
CollectionToolbar: _gem_sdk_core.ComponentSetting<CollectionToolbarProps>;
|
|
7770
|
-
CollectionPaginator: _gem_sdk_core.ComponentSetting<CollectionPaginatorProps>;
|
|
7771
|
-
CollectionBanner: _gem_sdk_core.ComponentSetting<CollectionBannerProps>;
|
|
7772
|
-
Cart: _gem_sdk_core.ComponentSetting<CartProps>;
|
|
7773
|
-
CartLinePrice: _gem_sdk_core.ComponentSetting<CartLinePriceProps>;
|
|
7774
|
-
CartLineVariant: _gem_sdk_core.ComponentSetting<CartLineVariantProps>;
|
|
7775
|
-
CartList: _gem_sdk_core.ComponentSetting<CartListProps>;
|
|
7776
|
-
CartLineImage: _gem_sdk_core.ComponentSetting<CartLineImageProps>;
|
|
7777
|
-
CartTotalPrice: _gem_sdk_core.ComponentSetting<CartTotalPriceProps>;
|
|
7778
|
-
CartTotalItem: _gem_sdk_core.ComponentSetting<CartTotalItemProps>;
|
|
7779
|
-
CartCheckout: _gem_sdk_core.ComponentSetting<CartCheckoutProps>;
|
|
7780
|
-
DiscountInput: _gem_sdk_core.ComponentSetting<DiscountInputProps>;
|
|
7781
|
-
CartDiscount: _gem_sdk_core.ComponentSetting<CartDiscountProps>;
|
|
7782
|
-
CartOrderNote: _gem_sdk_core.ComponentSetting<CartOrderNoteProps>;
|
|
7783
|
-
CartLineAttribute: _gem_sdk_core.ComponentSetting<CartLineAttributeProps>;
|
|
7784
|
-
CouponList: _gem_sdk_core.ComponentSetting<CouponListProps>;
|
|
7785
|
-
ShopPayButton: _gem_sdk_core.ComponentSetting<ShopPayButtonProps>;
|
|
7786
|
-
Carousel: _gem_sdk_core.ComponentSetting<CarouselProps>;
|
|
7787
|
-
CarouselItem: _gem_sdk_core.ComponentSetting<CarouselItemProps>;
|
|
7788
|
-
Coupon: _gem_sdk_core.ComponentSetting<CouponProps>;
|
|
7789
|
-
Button: _gem_sdk_core.ComponentSetting<ButtonProps>;
|
|
7790
|
-
Breadcrumb: _gem_sdk_core.ComponentSetting<BreadcrumbProps>;
|
|
7791
|
-
Accordion: _gem_sdk_core.ComponentSetting<AccordionProps>;
|
|
7792
|
-
AccordionItem: _gem_sdk_core.ComponentSetting<AccordionItemProps>;
|
|
7793
|
-
};
|
|
7794
|
-
|
|
7795
7355
|
declare const ELEMENT_Z_INDEX: {
|
|
7796
7356
|
STICKY: number;
|
|
7797
7357
|
DIALOG: number;
|
|
@@ -7799,32 +7359,4 @@ declare const ELEMENT_Z_INDEX: {
|
|
|
7799
7359
|
CART_DRAWER_CONFIRM_MODAL: number;
|
|
7800
7360
|
};
|
|
7801
7361
|
|
|
7802
|
-
type DynamicSource = {
|
|
7803
|
-
val: React.ReactNode;
|
|
7804
|
-
uid?: string;
|
|
7805
|
-
settingId: string;
|
|
7806
|
-
isLiquid?: boolean;
|
|
7807
|
-
pageContext?: PageContext;
|
|
7808
|
-
isCapitalize?: boolean;
|
|
7809
|
-
defaultVal?: string;
|
|
7810
|
-
translate?: string;
|
|
7811
|
-
};
|
|
7812
|
-
declare const isTransparentColor: (str?: string) => boolean;
|
|
7813
|
-
declare const isTransparentRGBA: (rgbStr: string) => boolean;
|
|
7814
|
-
declare const isHexTransparent: (hex: string) => boolean;
|
|
7815
|
-
declare const youtubeShortsRegex: RegExp;
|
|
7816
|
-
declare const getDynamicSourceLocales: ({ val, uid, settingId, isLiquid, pageContext, isCapitalize, defaultVal, translate, }: DynamicSource) => string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode>;
|
|
7817
|
-
declare const getStaticLocale: (tag: string, key: string) => string;
|
|
7818
|
-
declare const getSettingPreloadData: (disabledValue: string, enabledValue?: string) => string;
|
|
7819
|
-
declare const getInsertLinkData: (defaultWrap: string, setting?: {
|
|
7820
|
-
link?: string;
|
|
7821
|
-
target?: string;
|
|
7822
|
-
isTranslate?: boolean;
|
|
7823
|
-
}, htmlType?: React.ButtonHTMLAttributes<HTMLButtonElement>['type'] | 'link') => {
|
|
7824
|
-
Wrap: string;
|
|
7825
|
-
urlData: Record<string, any>;
|
|
7826
|
-
shouldRenderLink: boolean;
|
|
7827
|
-
};
|
|
7828
|
-
declare const replaceLinkData: (text?: string) => string | undefined;
|
|
7829
|
-
|
|
7830
|
-
export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, AccordionItemProps, AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, AliReviewsProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppointmentBookingCowlendarProps, AppstleSubscriptions$1 as AppstleSubscriptions, AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BgImage as BackgroundImage, BackgroundImageProps, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, BestBuyFulfillmentProps, BirdChime$1 as BirdChime, BirdChimeProps, Bogos$1 as Bogos, BogosProps, BoldProductOptions$1 as BoldProductOptions, BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, BundlerProps, Button$2 as Button, ButtonProps, CSSCode$1 as CSSCode, CSSCodeProps, Carousel$1 as Carousel, CarouselItem$1 as CarouselItem, CarouselItemProps, CarouselProps, CarouselSettings, CarouselStyles, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeChartProps, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, ColProps$1 as ColProps, CollectionBanner$1 as CollectionBanner, CollectionBannerProps, CollectionDescription$1 as CollectionDescription, CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, CountdownProps, Coupon$1 as Coupon, CouponList, CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, CustomProductOptionsVariantProps, DataVideoType, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, EasySellProps, EstimateDate$1 as EstimateDate, EstimateDateProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, FeraReviewsProps, FileUpload$1 as FileUpload, FileUploadProps, FirePush$1 as FirePush, FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, FordeerProductLabelsProps, FormCheckbox, FormCheckboxProps, FormDropdown$1 as FormDropdown, FormDropdownProps, FormEmail$1 as FormEmail, FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, FrequentlyBoughtTogetherProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, GoogleReviewsByReputonProps, Growave$1 as Growave, GrowaveProps, Header, HeaderProps, Heading$1 as Heading, HeadingProps, HeroBanner$1 as HeroBanner, HeroBannerProps, HulkFormBuilder$1 as HulkFormBuilder, HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, IconListHozItem, IconListHozProps, IconListItem$1 as IconListItem, IconListItemProps$3 as IconListItemProps, IconListProps$2 as IconListProps, IconListV2$1 as IconListV2, IconProps$1 as IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, ImageDetection, ImageDetectionProps, ImageProps, InfiniteOptions$1 as InfiniteOptions, InfiniteOptionsProps, Input, InputProps, Instafeed$1 as Instafeed, InstafeedProps, InstantJudgemeReviews, InstantJudgemeReviewsProps, InstantKlaviyo, InstantKlaviyoProps, InstantLooxReviews, InstantLooxReviewsProps, InstantYotpoLoyalty, InstantYotpoLoyaltyProps, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, KachingBundlesProps, KingProductOptions$1 as KingProductOptions, KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, KlarnaMessagingProps, Klaviyo$1 as Klaviyo, KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, LaiProductReviewsProps, Line$2 as Line, LineProps$1 as LineProps, Link$1 as Link, LinkProps$1 as LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, LooxReviewsProps, Marquee$1 as Marquee, _default$3 as MarqueeItem, MarqueeItemProps, MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, MbcBundleVolumeDiscountProps, Menu, MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, MyappgurusProductReviewsProps, Newsletter$1 as Newsletter, NewsletterProps, Notify as Notice, NotificationAPI, NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, NotifyBackInStockPreOrderProps, Omnisend$1 as Omnisend, OmnisendProps, Opinew$1 as Opinew, OpinewProps, Pagination, PaginationProps, ParcelPanel$1 as ParcelPanel, ParcelPanelProps, PickyStory$1 as PickyStory, PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAcceptButtonProps, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, PostPurchaseImageProps, Line$1 as PostPurchaseLine, PostPurchaseLineProps, Link as PostPurchaseLink, PostPurchaseLinkProps, PostPurchaseProductDescription, PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, PostPurchaseProductImagesProps, PostPurchaseProductOffer, PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductPriceBreakdownProps, PostPurchaseProductPriceProps, PostPurchaseProductQuantity, PostPurchaseProductQuantityProps, PostPurchaseProductTitle, PostPurchaseProductTitleProps, PostPurchaseProductVariants, PostPurchaseProductVariantsProps, Text$1 as PostPurchaseText, PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PowerfulContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$1 as ProductButton, ProductButtonProps, ProductDescription$1 as ProductDescription, ProductDescriptionProps$1 as ProductDescriptionProps, ProductImages$2 as ProductImages, ProductImagesProps, ProductImagesV2, ProductList$1 as ProductList, ProductList$1 as ProductListProps, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, ProductPriceProps, ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, ProductProps, ProductQuantity$1 as ProductQuantity, ProductQuantityBreakItemProps, ProductQuantityBreakProps, ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, ProductTagProps, ProductTitle$1 as ProductTitle, ProductTitleProps, ProductVariants$1 as ProductVariants, ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, PushOwlProps, QikifyUpsell$1 as QikifyUpsell, QikifyUpsellProps, Radio, RadioProps, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, RecurpaySubscriptionAppProps, Releasit$1 as Releasit, ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, RivyoProps, Root$1 as Root, RootProps$1 as RootProps, Row$1 as Row, RowProps$1 as RowProps, Ryviu$1 as Ryviu, RyviuProps, SealSubscriptions$1 as SealSubscriptions, SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, SegunoEmailMarketingProps, Select, SelectProps, Selleasy$1 as Selleasy, SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, ShopPayButtonProps, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SkioSubscriptionsYcS20Props, SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, StampedProps, Sticky$1 as Sticky, StickyProps, StockCounter$1 as StockCounter, StockCounterProps$1 as StockCounterProps, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, SubmitButtonProps, TabItem$1 as TabItem, TabItemProps, Tabs$1 as Tabs, TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, TeeinblueProductPersonalizerProps, Text$2 as Text, TextAreaProps, TextField$1 as TextField, TextFieldProps, TextProps$1 as TextProps, TextArea as Textarea, TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustMe$1 as TrustMe, TrustMeProps, Trustoo$1 as Trustoo, TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UnlimitedBundlesDiscountsProps, VendorProps, Video$1 as Video, Vitals$1 as Vitals, VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, WideBundleProps, Wiser$1 as Wiser, WiserProps, WishlistKing$1 as WishlistKing, WishlistKingProps, WishlistPlus$1 as WishlistPlus, WishlistPlusProps, YotpoLoyalty, YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, YotpoReviewsProps, _default$U as accordionSetting, _default$5 as articleListSetting, _default$s as bannerSetting, _default$T as breadcrumbSetting, _default$1 as builderComponent, _default$S as buttonSetting, _default$Q as carouselSetting, _default$N as cartSetting, _default$q as codeSetting, _default$M as collectionSetting, _default as componentSettings, _default$m as contactFormSetting, _default$L as countdownSetting, _default$R as couponSetting, _default$n as dialogSetting, _default$6 as estimateDeliverySetting, getDynamicSourceLocales, getInsertLinkData, getSettingPreloadData, getStaticLocale, _default$O as gridSetting, _default$J as headerSetting, _default$K as headingSetting, _default$p as iconListHozSetting, _default$r as iconListSetting, _default$g as iconListSettingV2, _default$I as iconSetting, _default$k as imageComparisonSetting, _default$l as imageDetectionSetting, _default$P as imageSetting, _default$H as inputSetting, isHexTransparent, isTransparentColor, isTransparentRGBA, _default$G as lineSetting, _default$F as linkSetting, index_liquid as liquidComponents, _default$4 as marqueeSetting, _default$v as menuSetting, _default$E as modalSetting, _default$2 as nextComponent, openConfirm, _default$D as paginationSetting, _default$9 as postPurchaseAdvancedListSetting, _default$d as postPurchaseButtonSetting, _default$b as postPurchaseCalloutBoxSetting, _default$8 as postPurchaseCountdownTimerSetting, _default$e as postPurchaseImageSetting, _default$a as postPurchaseLineSetting, _default$7 as postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, _default$c as postPurchaseProductSetting, _default$f as postPurchaseTextSetting, _default$C as productSetting, _default$A as radioSetting, replaceLinkData, _default$z as selectSetting, _default$i as shopPayInstallmentSetting, _default$h as stickySetting, _default$o as stockCounterSetting, _default$y as tabSetting, _default$B as textSetting, _default$x as textareaSetting, _default$t as thirdPartyInstantSetting, _default$u as thirdPartySetting, _default$j as thirdPartySlotSetting, useInView, useNotification, _default$w as videoSetting, youtubeShortsRegex };
|
|
7362
|
+
export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, AccordionItemProps, AccordionProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, AliReviewsProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppointmentBookingCowlendarProps, AppstleSubscriptions$1 as AppstleSubscriptions, AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BgImage as BackgroundImage, BackgroundImageProps, BasicHeader, BirdChime$1 as BirdChime, BirdChimeProps, Bogos$1 as Bogos, BogosProps, BoldProductOptions$1 as BoldProductOptions, BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, BundlerProps, Button$2 as Button, ButtonProps, CSSCode$1 as CSSCode, CSSCodeProps, Carousel$1 as Carousel, CarouselItem$1 as CarouselItem, CarouselItemProps, CarouselProps, CarouselSettings, CarouselStyles, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeChartProps, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, ColProps$1 as ColProps, CollectionBanner$1 as CollectionBanner, CollectionBannerProps, CollectionDescription$1 as CollectionDescription, CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, CountdownProps, Coupon$1 as Coupon, CouponList, CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, CustomProductOptionsVariantProps, DataVideoType, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, EasySellProps, EstimateDate$1 as EstimateDate, EstimateDateProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, FeraReviewsProps, FileUpload$1 as FileUpload, FileUploadProps, FirePush$1 as FirePush, FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, FordeerProductLabelsProps, FormCheckbox, FormCheckboxProps, FormDropdown$1 as FormDropdown, FormDropdownProps, FormEmail$1 as FormEmail, FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, FrequentlyBoughtTogetherProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, GoogleReviewsByReputonProps, Growave$1 as Growave, GrowaveProps, Header, HeaderProps, Heading$1 as Heading, HeadingProps, HeroBanner$1 as HeroBanner, HeroBannerProps, HulkFormBuilder$1 as HulkFormBuilder, HulkFormBuilderProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, IconListHozItem, IconListHozProps, IconListItem$1 as IconListItem, IconListItemProps$3 as IconListItemProps, IconListProps$2 as IconListProps, IconListV2$1 as IconListV2, IconProps$1 as IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, ImageDetection, ImageDetectionProps, ImageProps, InfiniteOptions$1 as InfiniteOptions, InfiniteOptionsProps, Input, InputProps, Instafeed$1 as Instafeed, InstafeedProps, InstantJudgemeReviews, InstantJudgemeReviewsProps, InstantKlaviyo, InstantKlaviyoProps, InstantLooxReviews, InstantLooxReviewsProps, InstantYotpoLoyalty, InstantYotpoLoyaltyProps, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, KachingBundlesProps, KingProductOptions$1 as KingProductOptions, KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, KlarnaMessagingProps, Klaviyo$1 as Klaviyo, KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, LaiProductReviewsProps, Line$2 as Line, LineProps$1 as LineProps, Link, LinkProps$1 as LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, LooxReviewsProps, Marquee$1 as Marquee, _default$2 as MarqueeItem, MarqueeItemProps, MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, MbcBundleVolumeDiscountProps, Menu, MenuProps, MobileMenu, Modal, ModernHeader, Newsletter$1 as Newsletter, NewsletterProps, Notify as Notice, NotificationAPI, NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, NotifyBackInStockPreOrderProps, Omnisend$1 as Omnisend, OmnisendProps, Opinew$1 as Opinew, OpinewProps, Pagination, PaginationProps, ParcelPanel$1 as ParcelPanel, ParcelPanelProps, PickyStory$1 as PickyStory, PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAcceptButtonProps, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, PostPurchaseImageProps, Line$1 as PostPurchaseLine, PostPurchaseLineProps, PostPurchaseProductDescription, PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, PostPurchaseProductImagesProps, PostPurchaseProductOffer, PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductPriceBreakdownProps, PostPurchaseProductPriceProps, PostPurchaseProductQuantity, PostPurchaseProductQuantityProps, PostPurchaseProductTitle, PostPurchaseProductTitleProps, PostPurchaseProductVariants, PostPurchaseProductVariantsProps, Text$1 as PostPurchaseText, PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PowerfulContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$1 as ProductButton, ProductButtonProps, ProductDescription$1 as ProductDescription, ProductDescriptionProps$1 as ProductDescriptionProps, ProductImages$2 as ProductImages, ProductImagesProps, ProductImagesV2, ProductList$1 as ProductList, ProductList$1 as ProductListProps, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsCustomizerProps, ProductPrice$1 as ProductPrice, ProductPriceProps, ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, ProductProps, ProductQuantity$1 as ProductQuantity, ProductQuantityBreakItemProps, ProductQuantityBreakProps, ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, ProductTagProps, ProductTitle$1 as ProductTitle, ProductTitleProps, ProductVariants$1 as ProductVariants, ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, PushOwlProps, QikifyUpsell$1 as QikifyUpsell, QikifyUpsellProps, Radio, RadioProps, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, RecurpaySubscriptionAppProps, Releasit$1 as Releasit, ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, RivyoProps, Root$1 as Root, RootProps$1 as RootProps, Row$1 as Row, RowProps$1 as RowProps, Ryviu$1 as Ryviu, RyviuProps, SealSubscriptions$1 as SealSubscriptions, SealSubscriptionsProps, Section$1 as Section, Select, SelectProps, Selleasy$1 as Selleasy, SelleasyProps, ShopPayButton$1 as ShopPayButton, ShopPayButtonProps, ShopifyForms$1 as ShopifyForms, ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SkioSubscriptionsYcS20Props, SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, StampedProps, Sticky$1 as Sticky, StickyProps, StockCounter$1 as StockCounter, StockCounterProps$1 as StockCounterProps, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, SubmitButtonProps, TabItem$1 as TabItem, TabItemProps, Tabs$1 as Tabs, TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, TeeinblueProductPersonalizerProps, Text$2 as Text, TextAreaProps, TextField$1 as TextField, TextFieldProps, TextProps$1 as TextProps, TextArea as Textarea, TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustMe$1 as TrustMe, TrustMeProps, Trustoo$1 as Trustoo, TrustooProps, UltimateSalesBoost$1 as UltimateSalesBoost, UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UnlimitedBundlesDiscountsProps, VendorProps, Video$1 as Video, Vitals$1 as Vitals, VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, WideBundleProps, Wiser$1 as Wiser, WiserProps, WishlistKing$1 as WishlistKing, WishlistKingProps, WishlistPlus$1 as WishlistPlus, WishlistPlusProps, YotpoLoyalty, YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, YotpoReviewsProps, _default$R as accordionSetting, _default$4 as articleListSetting, _default$p as bannerSetting, _default$Q as breadcrumbSetting, _default as builderComponent, _default$P as buttonSetting, _default$N as carouselSetting, _default$K as cartSetting, _default$n as codeSetting, _default$J as collectionSetting, _default$j as contactFormSetting, _default$I as countdownSetting, _default$O as couponSetting, _default$k as dialogSetting, _default$5 as estimateDeliverySetting, _default$L as gridSetting, _default$G as headerSetting, _default$H as headingSetting, _default$m as iconListHozSetting, _default$o as iconListSetting, _default$e as iconListSettingV2, _default$F as iconSetting, _default$h as imageComparisonSetting, _default$i as imageDetectionSetting, _default$M as imageSetting, _default$E as inputSetting, _default$D as lineSetting, _default$C as linkSetting, index_liquid as liquidComponents, _default$3 as marqueeSetting, _default$s as menuSetting, _default$B as modalSetting, _default$1 as nextComponent, openConfirm, _default$A as paginationSetting, _default$7 as postPurchaseAdvancedListSetting, _default$b as postPurchaseButtonSetting, _default$9 as postPurchaseCalloutBoxSetting, _default$6 as postPurchaseCountdownTimerSetting, _default$c as postPurchaseImageSetting, _default$8 as postPurchaseLineSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, _default$a as postPurchaseProductSetting, _default$d as postPurchaseTextSetting, _default$z as productSetting, _default$x as radioSetting, _default$w as selectSetting, _default$f as stickySetting, _default$l as stockCounterSetting, _default$v as tabSetting, _default$y as textSetting, _default$u as textareaSetting, _default$q as thirdPartyInstantSetting, _default$r as thirdPartySetting, _default$g as thirdPartySlotSetting, useInView, useNotification, _default$t as videoSetting };
|