@gem-sdk/components 3.0.0-pre-production.14 → 3.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/common/classes.js +1 -0
- package/dist/cjs/accordion/common/helpers.js +1 -0
- package/dist/cjs/accordion/common/styles.js +1 -0
- package/dist/cjs/accordion/components/Accordion.js +2 -195
- package/dist/cjs/accordion/components/Accordion.liquid.js +16 -112
- package/dist/cjs/accordion/components/AccordionItem.js +2 -309
- package/dist/cjs/accordion/components/AccordionItem.liquid.js +33 -242
- package/dist/cjs/accordion/hooks/useAccordion.js +1 -0
- package/dist/cjs/accordion/hooks/useAccordionItem.js +1 -0
- package/dist/cjs/accordion/hooks/useMountTransition.js +2 -27
- package/dist/cjs/accordion/index.js +1 -0
- package/dist/cjs/accordion/next.js +1 -20
- package/dist/cjs/accordion/settings/Accordion.js +70 -0
- package/dist/cjs/accordion/settings/AccordionItem.js +1 -0
- package/dist/cjs/accordion/settings/configs/child-items.js +1 -0
- package/dist/cjs/accordion/settings/configs/settings.js +39 -0
- package/dist/cjs/accordion/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/accordion/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/article/common/helpers.js +13 -0
- package/dist/cjs/article/components/ArticleAuthor.js +2 -34
- package/dist/cjs/article/components/ArticleAuthor.liquid.js +4 -26
- package/dist/cjs/article/components/ArticleCategory.js +2 -27
- package/dist/cjs/article/components/ArticleCategory.liquid.js +4 -26
- package/dist/cjs/article/components/ArticleContent.js +4 -63
- package/dist/cjs/article/components/ArticleContent.liquid.js +8 -31
- package/dist/cjs/article/components/ArticleDate.js +2 -44
- package/dist/cjs/article/components/ArticleDate.liquid.js +4 -34
- package/dist/cjs/article/components/ArticleExcerpt.js +2 -52
- package/dist/cjs/article/components/ArticleExcerpt.liquid.js +4 -25
- package/dist/cjs/article/components/ArticleImage.js +2 -40
- package/dist/cjs/article/components/ArticleImage.liquid.js +9 -51
- package/dist/cjs/article/components/ArticleList.js +2 -145
- package/dist/cjs/article/components/ArticleList.liquid.js +20 -58
- package/dist/cjs/article/components/ArticleNotFound.js +2 -141
- package/dist/cjs/article/components/ArticlePagination.js +2 -18
- package/dist/cjs/article/components/ArticlePagination.liquid.js +2 -12
- package/dist/cjs/article/components/ArticleReadMore.js +2 -52
- package/dist/cjs/article/components/ArticleReadMore.liquid.js +6 -57
- package/dist/cjs/article/components/ArticleTag.js +2 -32
- package/dist/cjs/article/components/ArticleTag.liquid.js +5 -26
- package/dist/cjs/article/components/ArticleTitle.js +2 -41
- package/dist/cjs/article/components/ArticleTitle.liquid.js +8 -42
- package/dist/cjs/article/hooks/useArticleLink.js +1 -28
- package/dist/cjs/article/index.js +1 -0
- package/dist/cjs/article/next.js +1 -56
- package/dist/cjs/article/settings/ArticleAuthor.js +6 -0
- package/dist/cjs/article/settings/ArticleCategory.js +6 -0
- package/dist/cjs/article/settings/ArticleContent.js +6 -0
- package/dist/cjs/article/settings/ArticleDate.js +6 -0
- package/dist/cjs/article/settings/ArticleExcerpt.js +6 -0
- package/dist/cjs/article/settings/ArticleImage.js +7 -0
- package/dist/cjs/article/settings/ArticleList.js +8 -0
- package/dist/cjs/article/settings/ArticlePagination.js +12 -0
- package/dist/cjs/article/settings/ArticleReadMore.js +6 -0
- package/dist/cjs/article/settings/ArticleTag.js +6 -0
- package/dist/cjs/article/settings/ArticleTitle.js +6 -0
- package/dist/cjs/article/settings/configs/article-author/presets.js +6 -0
- package/dist/cjs/article/settings/configs/article-author/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-author/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-author/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-category/presets.js +6 -0
- package/dist/cjs/article/settings/configs/article-category/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-category/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-category/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-content/presets.js +4 -0
- package/dist/cjs/article/settings/configs/article-content/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-content/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-content/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-date/presets.js +5 -0
- package/dist/cjs/article/settings/configs/article-date/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-date/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-date/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-excerpt/presets.js +5 -0
- package/dist/cjs/article/settings/configs/article-excerpt/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-excerpt/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-excerpt/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-image/presets.js +4 -0
- package/dist/cjs/article/settings/configs/article-image/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-image/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-image/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-list/presets.js +19 -0
- package/dist/cjs/article/settings/configs/article-list/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-list/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-read-more/presets.js +5 -0
- package/dist/cjs/article/settings/configs/article-read-more/settings.js +2 -0
- package/dist/cjs/article/settings/configs/article-read-more/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-read-more/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-tag/presets.js +6 -0
- package/dist/cjs/article/settings/configs/article-tag/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-tag/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-tag/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-title/presets.js +5 -0
- package/dist/cjs/article/settings/configs/article-title/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-title/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-title/ui-v2.js +1 -0
- package/dist/cjs/breadcrumb/common/attrs.js +1 -0
- package/dist/cjs/breadcrumb/common/classes.js +9 -0
- package/dist/cjs/breadcrumb/common/helpers.js +1 -0
- package/dist/cjs/breadcrumb/common/styles.js +1 -0
- package/dist/cjs/breadcrumb/components/Breadcrumb.js +2 -180
- package/dist/cjs/breadcrumb/components/Breadcrumb.liquid.js +15 -233
- package/dist/cjs/breadcrumb/components/BreadcrumbItem.js +2 -0
- package/dist/cjs/breadcrumb/components/BreadcrumbItem.liquid.js +1 -0
- package/dist/cjs/breadcrumb/components/templates/article.js +10 -0
- package/dist/cjs/breadcrumb/components/templates/collection.js +6 -0
- package/dist/cjs/breadcrumb/components/templates/home.js +4 -0
- package/dist/cjs/breadcrumb/components/templates/landing.js +6 -0
- package/dist/cjs/breadcrumb/components/templates/product.js +20 -0
- package/dist/cjs/breadcrumb/constants.js +1 -0
- package/dist/cjs/breadcrumb/hooks/useBreadcrumb.js +1 -0
- package/dist/cjs/breadcrumb/index.js +1 -0
- package/dist/cjs/breadcrumb/next.js +1 -16
- package/dist/cjs/breadcrumb/settings/Breadcrumb.js +8 -0
- package/dist/cjs/breadcrumb/settings/configs/settings.js +4 -0
- package/dist/cjs/breadcrumb/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/breadcrumb/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/breadcrumb/types.js +1 -0
- package/dist/cjs/builder.js +2 -515
- package/dist/cjs/button/common/attrs.js +1 -0
- package/dist/cjs/button/common/classes.js +1 -0
- package/dist/cjs/button/common/helpers.js +22 -0
- package/dist/cjs/button/common/styles.js +32 -0
- package/dist/cjs/button/components/Button.js +2 -193
- package/dist/cjs/button/components/Button.liquid.js +28 -185
- package/dist/cjs/button/components/ButtonIcon.js +1 -0
- package/dist/cjs/button/components/ButtonIcon.liquid.js +8 -0
- package/dist/cjs/button/components/ButtonLabel.js +1 -0
- package/dist/cjs/button/components/ButtonLabel.liquid.js +8 -0
- package/dist/cjs/button/components/ButtonLoadingIndicator.js +1 -0
- package/dist/cjs/button/components/ButtonLoadingIndicator.liquid.js +1 -0
- package/dist/cjs/button/index.js +1 -0
- package/dist/cjs/button/next.js +1 -16
- package/dist/cjs/button/settings/Button.js +27 -0
- package/dist/cjs/button/settings/configs/settings.js +4 -0
- package/dist/cjs/button/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/button/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/carousel/common/helpers.js +1 -0
- package/dist/cjs/carousel/components/arrow/Arrow.js +10 -0
- package/dist/cjs/carousel/components/arrow/Arrow.liquid.js +26 -0
- package/dist/cjs/carousel/components/arrow/common/classes.js +1 -0
- package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -0
- package/dist/cjs/carousel/components/arrow/common/styles.js +33 -0
- package/dist/cjs/carousel/components/dot/Dots.js +2 -0
- package/dist/cjs/carousel/components/dot/Dots.liquid.js +7 -0
- package/dist/cjs/carousel/components/dot/common/classes.js +1 -0
- package/dist/cjs/carousel/components/dot/common/helpers.js +1 -0
- package/dist/cjs/carousel/components/dot/common/styles.js +1 -0
- package/dist/cjs/carousel/components/item/CarouselItem.js +2 -0
- package/dist/cjs/carousel/components/item/CarouselItem.liquid.js +22 -0
- package/dist/cjs/carousel/components/item/common/classes.js +1 -0
- package/dist/cjs/carousel/components/item/common/styles.js +1 -0
- package/dist/cjs/carousel/components/root/Carousel.js +2 -0
- package/dist/cjs/carousel/components/root/Carousel.liquid.js +21 -0
- package/dist/cjs/carousel/components/root/common/attrs.js +1 -0
- package/dist/cjs/carousel/components/root/common/classes.js +1 -0
- package/dist/cjs/carousel/components/root/common/helpers.js +1 -0
- package/dist/cjs/carousel/components/root/common/styles.js +1 -0
- package/dist/cjs/carousel/hooks/useCarouseItem.js +1 -0
- package/dist/cjs/carousel/hooks/useCarousel.js +1 -0
- package/dist/cjs/carousel/hooks/useDotsSetting.js +1 -0
- package/dist/cjs/carousel/hooks/useTrackPreviewPause.js +1 -0
- package/dist/cjs/carousel/index.js +1 -0
- package/dist/cjs/carousel/next.js +1 -20
- package/dist/cjs/carousel/plugins/animation.js +1 -0
- package/dist/cjs/carousel/plugins/auto-play.js +1 -0
- package/dist/cjs/carousel/plugins/fix-slider-move-backward.js +1 -0
- package/dist/cjs/carousel/plugins/mutation.js +1 -0
- package/dist/cjs/carousel/settings/Carousel.js +5 -0
- package/dist/cjs/carousel/settings/CarouselItem.js +1 -0
- package/dist/cjs/carousel/settings/configs/presets.js +114 -0
- package/dist/cjs/carousel/settings/configs/settings-v2.js +3 -0
- package/dist/cjs/carousel/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/carousel/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/cart/components/Cart.js +2 -85
- package/dist/cjs/cart/components/CartCheckout.js +2 -18
- package/dist/cjs/cart/components/CartDiscount.js +2 -13
- package/dist/cjs/cart/components/CartLineAttribute.js +2 -31
- package/dist/cjs/cart/components/CartLineImage.js +2 -45
- package/dist/cjs/cart/components/CartLinePrice.js +2 -46
- package/dist/cjs/cart/components/CartLineVariant.js +2 -28
- package/dist/cjs/cart/components/CartList.js +2 -37
- package/dist/cjs/cart/components/CartOrderNote.js +2 -47
- package/dist/cjs/cart/components/CartTotalItem.js +2 -23
- package/dist/cjs/cart/components/CartTotalPrice.js +2 -56
- package/dist/cjs/cart/components/CheckoutNow.js +2 -41
- package/dist/cjs/cart/components/CouponList.js +2 -15
- package/dist/cjs/cart/components/DiscountInput.js +2 -28
- package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.liquid.js +16 -0
- package/dist/cjs/cart/components/shop-pay-button/common/classes.js +1 -0
- package/dist/cjs/cart/components/shop-pay-button/common/helpers.js +1 -0
- package/dist/cjs/cart/components/shop-pay-button/common/styles.js +1 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +5 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +29 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +29 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +15 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +25 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +25 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +25 -0
- package/dist/cjs/cart/hooks/useShopPayButton.js +1 -0
- package/dist/cjs/cart/index.js +1 -0
- package/dist/cjs/cart/next.js +1 -74
- package/dist/cjs/cart/settings/Cart.js +7 -0
- package/dist/cjs/cart/settings/CartCheckout.js +1 -0
- package/dist/cjs/cart/settings/CartDiscount.js +1 -0
- package/dist/cjs/cart/settings/CartLineAttribute.js +1 -0
- package/dist/cjs/cart/settings/CartLineImage.js +1 -0
- package/dist/cjs/cart/settings/CartLinePrice.js +1 -0
- package/dist/cjs/cart/settings/CartLineVariant.js +1 -0
- package/dist/cjs/cart/settings/CartList.js +1 -0
- package/dist/cjs/cart/settings/CartOrderNote.js +1 -0
- package/dist/cjs/cart/settings/CartTotalItem.js +1 -0
- package/dist/cjs/cart/settings/CartTotalPrice.js +1 -0
- package/dist/cjs/cart/settings/CouponList.js +1 -0
- package/dist/cjs/cart/settings/DiscountInput.js +1 -0
- package/dist/cjs/cart/settings/ShopPayButton.js +1 -0
- package/dist/cjs/code/common/classes.js +1 -0
- package/dist/cjs/code/common/styles.js +1 -0
- package/dist/cjs/code/components/CSSCode.js +2 -149
- package/dist/cjs/code/components/CSSCode.liquid.js +10 -30
- package/dist/cjs/code/hooks/useCSSCode.js +11 -0
- package/dist/cjs/code/index.js +1 -0
- package/dist/cjs/code/next.js +1 -16
- package/dist/cjs/code/settings/CSSCode.js +7 -0
- package/dist/cjs/code/settings/configs/settings.js +1 -0
- package/dist/cjs/code/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/code/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/collection/components/collection-banner/CollectionBanner.js +2 -0
- package/dist/cjs/collection/components/collection-banner/CollectionBanner.liquid.js +19 -0
- package/dist/cjs/collection/components/collection-banner/common/classes.js +1 -0
- package/dist/cjs/collection/components/collection-banner/common/helpers.js +1 -0
- package/dist/cjs/collection/components/collection-banner/common/styles.js +1 -0
- package/dist/cjs/collection/components/collection-description/CollectionDescription.js +2 -0
- package/dist/cjs/collection/components/collection-description/CollectionDescription.liquid.js +21 -0
- package/dist/cjs/collection/components/collection-description/common/classes.js +1 -0
- package/dist/cjs/collection/components/collection-description/common/helpers.js +3 -0
- package/dist/cjs/collection/components/collection-description/common/styles.js +16 -0
- package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.js +2 -0
- package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.liquid.js +8 -0
- package/dist/cjs/collection/components/collection-paginator/common/classes.js +1 -0
- package/dist/cjs/collection/components/collection-paginator/common/helpers.js +8 -0
- package/dist/cjs/collection/components/collection-paginator/common/styles.js +1 -0
- package/dist/cjs/collection/components/collection-title/CollectionTitle.js +2 -0
- package/dist/cjs/collection/components/collection-title/CollectionTitle.liquid.js +3 -0
- package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.js +2 -0
- package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.liquid.js +42 -0
- package/dist/cjs/collection/components/collection-toolbar/common/classes.js +1 -0
- package/dist/cjs/collection/components/collection-toolbar/common/helpers.js +1 -0
- package/dist/cjs/collection/components/collection-toolbar/common/styles.js +1 -0
- package/dist/cjs/collection/hooks/useDescription.js +1 -0
- package/dist/cjs/collection/index.js +1 -0
- package/dist/cjs/collection/next.js +1 -32
- package/dist/cjs/collection/settings/collection-banner/CollectionBanner.js +12 -0
- package/dist/cjs/collection/settings/collection-banner/configs/settings.js +14 -0
- package/dist/cjs/collection/settings/collection-banner/configs/ui-v1.js +1 -0
- package/dist/cjs/collection/settings/collection-banner/configs/ui-v2.js +1 -0
- package/dist/cjs/collection/settings/collection-description/CollectionDescription.js +9 -0
- package/dist/cjs/collection/settings/collection-description/configs/settings.js +1 -0
- package/dist/cjs/collection/settings/collection-description/configs/ui-v1.js +1 -0
- package/dist/cjs/collection/settings/collection-description/configs/ui-v2.js +1 -0
- package/dist/cjs/collection/settings/collection-paginator/CollectionPaginator.js +12 -0
- package/dist/cjs/collection/settings/collection-paginator/configs/settings.js +1 -0
- package/dist/cjs/collection/settings/collection-paginator/configs/ui-v1.js +1 -0
- package/dist/cjs/collection/settings/collection-paginator/configs/ui-v2.js +1 -0
- package/dist/cjs/collection/settings/collection-title/CollectionTitle.js +9 -0
- package/dist/cjs/collection/settings/collection-title/configs/settings.js +1 -0
- package/dist/cjs/collection/settings/collection-title/configs/ui-v1.js +1 -0
- package/dist/cjs/collection/settings/collection-title/configs/ui-v2.js +1 -0
- package/dist/cjs/collection/settings/collection-toolbar/CollectionToolbar.js +11 -0
- package/dist/cjs/collection/settings/collection-toolbar/configs/settings.js +1 -0
- package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v1.js +1 -0
- package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v2.js +1 -0
- package/dist/cjs/common/components/Loading.js +2 -21
- package/dist/cjs/common/components/NoDataState.js +1 -0
- package/dist/cjs/common/components/Tooltip.js +2 -67
- package/dist/cjs/common/components/TooltipHover.js +2 -0
- package/dist/cjs/common/const.js +1 -10
- package/dist/cjs/common/hooks/useInView.js +2 -0
- package/dist/cjs/constant.js +1 -0
- package/dist/cjs/countdown-timer/common/attrs.js +1 -0
- package/dist/cjs/countdown-timer/common/classes.js +1 -0
- package/dist/cjs/countdown-timer/common/helpers.js +1 -0
- package/dist/cjs/countdown-timer/common/styles.js +1 -0
- package/dist/cjs/countdown-timer/components/Countdown.js +2 -339
- package/dist/cjs/countdown-timer/components/Countdown.liquid.js +37 -110
- package/dist/cjs/countdown-timer/hooks/useCountDownTimer.js +1 -0
- package/dist/cjs/countdown-timer/hooks/useTimeLeft.js +1 -94
- package/dist/cjs/countdown-timer/index.js +1 -0
- package/dist/cjs/countdown-timer/next.js +1 -17
- package/dist/cjs/countdown-timer/settings/Countdown.js +9 -0
- package/dist/cjs/countdown-timer/settings/configs/setting.js +1 -0
- package/dist/cjs/countdown-timer/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/countdown-timer/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/coupon/common/classes.js +1 -0
- package/dist/cjs/coupon/common/helpers.js +1 -0
- package/dist/cjs/coupon/common/styles.js +16 -0
- package/dist/cjs/coupon/components/Coupon.js +2 -110
- package/dist/cjs/coupon/components/Coupon.liquid.js +7 -70
- package/dist/cjs/coupon/hooks/useCoupon.js +1 -0
- package/dist/cjs/coupon/index.js +1 -0
- package/dist/cjs/coupon/next.js +1 -16
- package/dist/cjs/coupon/settings/Coupon.js +6 -0
- package/dist/cjs/coupon/settings/configs/presets.js +6 -0
- package/dist/cjs/coupon/settings/configs/settings.js +5 -0
- package/dist/cjs/coupon/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/coupon/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/dialog/common/attrs.js +1 -0
- package/dist/cjs/dialog/common/classes.js +1 -0
- package/dist/cjs/dialog/common/helpers.js +1 -0
- package/dist/cjs/dialog/common/styles.js +1 -0
- package/dist/cjs/dialog/components/Dialog.js +4 -417
- package/dist/cjs/dialog/components/Dialog.liquid.js +33 -149
- package/dist/cjs/dialog/hooks/useDialog.js +1 -0
- package/dist/cjs/dialog/hooks/useScrollPercentage.js +1 -0
- package/dist/cjs/dialog/index.js +1 -0
- package/dist/cjs/dialog/next.js +1 -16
- package/dist/cjs/dialog/settings/Dialog.js +10 -0
- package/dist/cjs/dialog/settings/configs/settings.js +5 -0
- package/dist/cjs/dialog/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/dialog/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/estimate-delivery/common/classes.js +1 -0
- package/dist/cjs/estimate-delivery/common/helpers.js +1 -0
- package/dist/cjs/estimate-delivery/common/styles.js +1 -0
- package/dist/cjs/estimate-delivery/components/EstimateDate.js +2 -78
- package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +6 -104
- package/dist/cjs/estimate-delivery/index.js +1 -0
- package/dist/cjs/estimate-delivery/next.js +1 -16
- package/dist/cjs/estimate-delivery/settings/EstimateDate.js +10 -0
- package/dist/cjs/estimate-delivery/settings/configs/settings.js +1 -0
- package/dist/cjs/estimate-delivery/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/estimate-delivery/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/form/common/helpers.js +1 -0
- package/dist/cjs/form/components/contact/Contact.js +2 -15
- package/dist/cjs/form/components/contact/Contact.liquid.js +3 -22
- package/dist/cjs/form/components/contact/common/classes.js +1 -0
- package/dist/cjs/form/components/contact/common/styles.js +1 -0
- package/dist/cjs/form/components/form-checkbox/FormCheckbox.js +2 -52
- package/dist/cjs/form/components/form-checkbox/FormCheckbox.liquid.js +13 -50
- package/dist/cjs/form/components/form-checkbox/common/classes.js +1 -0
- package/dist/cjs/form/components/form-checkbox/common/styles.js +1 -0
- package/dist/cjs/form/components/form-dropdown/FormDropdown.js +2 -73
- package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +22 -72
- package/dist/cjs/form/components/form-dropdown/common/classes.js +1 -0
- package/dist/cjs/form/components/form-dropdown/common/styles.js +1 -0
- package/dist/cjs/form/components/form-email/FormEmail.js +2 -60
- package/dist/cjs/form/components/form-email/FormEmail.liquid.js +13 -70
- package/dist/cjs/form/components/form-email/common/classes.js +1 -0
- package/dist/cjs/form/components/form-email/common/styles.js +1 -0
- package/dist/cjs/form/components/newsletter/Newsletter.js +2 -15
- package/dist/cjs/form/components/newsletter/Newsletter.liquid.js +36 -81
- package/dist/cjs/form/components/newsletter/common/attrs.js +1 -0
- package/dist/cjs/form/components/newsletter/common/classes.js +1 -0
- package/dist/cjs/form/components/newsletter/common/styles.js +6 -0
- package/dist/cjs/form/components/submit-button/SubmitButton.js +2 -31
- package/dist/cjs/form/components/submit-button/SubmitButton.liquid.js +3 -34
- package/dist/cjs/form/components/submit-button/common/helpers.js +1 -0
- package/dist/cjs/form/components/submit-button/common/styles.js +1 -0
- package/dist/cjs/form/components/textarea/TextArea.js +2 -76
- package/dist/cjs/form/components/textarea/TextArea.liquid.js +12 -78
- package/dist/cjs/form/components/textarea/common/classes.js +1 -0
- package/dist/cjs/form/components/textarea/common/styles.js +1 -0
- package/dist/cjs/form/components/textfield/TextField.js +2 -69
- package/dist/cjs/form/components/textfield/TextField.liquid.js +12 -78
- package/dist/cjs/form/components/textfield/common/classes.js +1 -0
- package/dist/cjs/form/components/textfield/common/styles.js +1 -0
- package/dist/cjs/form/components/textinput/TextInput.js +2 -0
- package/dist/cjs/form/components/textinput/TextInput.liquid.js +28 -0
- package/dist/cjs/form/components/textinput/common/classes.js +1 -0
- package/dist/cjs/form/components/textinput/common/styles.js +1 -0
- package/dist/cjs/form/hooks/useGetColorContent.js +1 -0
- package/dist/cjs/form/index.js +1 -0
- package/dist/cjs/form/next.js +1 -44
- package/dist/cjs/form/settings/contact/Contact.js +17 -0
- package/dist/cjs/form/settings/contact/configs/inits.js +1 -0
- package/dist/cjs/form/settings/contact/configs/settings.js +1 -0
- package/dist/cjs/form/settings/contact/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/contact/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/form-checkbox/FormCheckbox.js +12 -0
- package/dist/cjs/form/settings/form-checkbox/configs/inits.js +1 -0
- package/dist/cjs/form/settings/form-checkbox/configs/settings.js +1 -0
- package/dist/cjs/form/settings/form-checkbox/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/form-checkbox/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/form-dropdown/FormDropdown.js +13 -0
- package/dist/cjs/form/settings/form-dropdown/configs/inits.js +1 -0
- package/dist/cjs/form/settings/form-dropdown/configs/settings.js +1 -0
- package/dist/cjs/form/settings/form-dropdown/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/form-dropdown/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/form-email/FormEmail.js +12 -0
- package/dist/cjs/form/settings/form-email/configs/inits.js +1 -0
- package/dist/cjs/form/settings/form-email/configs/settings.js +1 -0
- package/dist/cjs/form/settings/form-email/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/form-email/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/form-textarea/Textarea.js +14 -0
- package/dist/cjs/form/settings/form-textarea/configs/settings.js +1 -0
- package/dist/cjs/form/settings/form-textarea/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/form-textarea/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/newsletter/Newsletter.js +12 -0
- package/dist/cjs/form/settings/newsletter/configs/inits.js +1 -0
- package/dist/cjs/form/settings/newsletter/configs/settings.js +1 -0
- package/dist/cjs/form/settings/newsletter/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/newsletter/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/submit-button/SubmitButton.js +10 -0
- package/dist/cjs/form/settings/submit-button/configs/inits.js +1 -0
- package/dist/cjs/form/settings/submit-button/configs/settings.js +3 -0
- package/dist/cjs/form/settings/submit-button/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/submit-button/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/text-field/TextField.js +11 -0
- package/dist/cjs/form/settings/text-field/configs/settings.js +1 -0
- package/dist/cjs/form/settings/text-field/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/text-field/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/text-input/TextInput.js +11 -0
- package/dist/cjs/form/settings/text-input/configs/settings.js +1 -0
- package/dist/cjs/form/settings/text-input/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/text-input/configs/ui-v2.js +1 -0
- package/dist/cjs/grid/components/ChildrenDroppable.js +5 -76
- package/dist/cjs/grid/components/col/Col.js +2 -0
- package/dist/cjs/grid/components/col/Col.liquid.js +7 -0
- package/dist/cjs/grid/components/col/common/attrs.js +1 -0
- package/dist/cjs/grid/components/col/common/classes.js +1 -0
- package/dist/cjs/grid/components/col/common/styles.js +1 -0
- package/dist/cjs/grid/components/root/Root.js +2 -0
- package/dist/cjs/grid/components/root/Root.liquid.js +1 -0
- package/dist/cjs/grid/components/row/Row.js +1 -0
- package/dist/cjs/grid/components/row/Row.liquid.js +28 -0
- package/dist/cjs/grid/components/row/common/attrs.js +1 -0
- package/dist/cjs/grid/components/row/common/classes.js +1 -0
- package/dist/cjs/grid/components/row/common/helpers.js +1 -0
- package/dist/cjs/grid/components/row/common/styles.js +2 -0
- package/dist/cjs/grid/components/section/Section.js +2 -0
- package/dist/cjs/grid/components/section/Section.liquid.js +1 -0
- package/dist/cjs/grid/hooks/useRowSetting.js +1 -0
- package/dist/cjs/grid/index.js +1 -0
- package/dist/cjs/grid/next.js +1 -28
- package/dist/cjs/grid/settings/Col.js +1 -0
- package/dist/cjs/grid/settings/Root.js +1 -0
- package/dist/cjs/grid/settings/Row.js +5 -0
- package/dist/cjs/grid/settings/Section.js +1 -0
- package/dist/cjs/grid/settings/configs/row/presets.js +23 -0
- package/dist/cjs/grid/settings/configs/row/settings.js +1 -0
- package/dist/cjs/grid/settings/configs/row/ui-v1.js +1 -0
- package/dist/cjs/grid/settings/configs/row/ui-v2.js +1 -0
- package/dist/cjs/grid/settings/configs/section/settings.js +1 -0
- package/dist/cjs/grid/settings/configs/section/ui-v1.js +1 -0
- package/dist/cjs/grid/settings/configs/section/ui-v2.js +1 -0
- package/dist/cjs/header/components/Header.js +2 -41
- package/dist/cjs/header/components/SalePageHeaderWarning.js +2 -62
- package/dist/cjs/header/components/icons/ChevronLeft.js +2 -18
- package/dist/cjs/header/components/icons/Dismiss.js +2 -18
- package/dist/cjs/header/components/icons/MenuIcon.js +2 -18
- package/dist/cjs/header/components/kind/basic/DesktopMenu.js +2 -36
- package/dist/cjs/header/components/kind/basic/DesktopMenuItem.js +2 -66
- package/dist/cjs/header/components/kind/basic/MenuMobileItem.js +2 -160
- package/dist/cjs/header/components/kind/basic/MobileMenu.js +2 -157
- package/dist/cjs/header/components/kind/basic/index.js +2 -109
- package/dist/cjs/header/components/kind/modern/index.js +2 -33
- package/dist/cjs/header/hooks/useBodyOverlay.js +1 -0
- package/dist/cjs/header/index.js +1 -0
- package/dist/cjs/header/next.js +1 -16
- package/dist/cjs/header/settings/Header.js +8 -0
- package/dist/cjs/header/settings/configs/presets.js +7 -0
- package/dist/cjs/header/settings/configs/settings.js +4 -0
- package/dist/cjs/header/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/header/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/heading/components/Heading.js +2 -0
- package/dist/cjs/heading/components/Heading.liquid.js +1 -0
- package/dist/cjs/heading/index.js +1 -0
- package/dist/cjs/heading/next.js +1 -16
- package/dist/cjs/heading/settings/Heading.js +5 -0
- package/dist/cjs/heading/settings/configs/presets.js +3 -0
- package/dist/cjs/heading/settings/configs/settings.js +1 -0
- package/dist/cjs/heading/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/heading/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/helpers.js +1 -182
- package/dist/cjs/hero-banner/common/animation-manager.js +1 -0
- package/dist/cjs/hero-banner/common/attrs.js +1 -0
- package/dist/cjs/hero-banner/common/classes.js +1 -0
- package/dist/cjs/hero-banner/common/helpers.js +1 -0
- package/dist/cjs/hero-banner/common/styles.js +1 -0
- package/dist/cjs/hero-banner/components/HeroBanner.js +2 -0
- package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +21 -0
- package/dist/cjs/hero-banner/components/HeroBannerItem.js +2 -0
- package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +18 -0
- package/dist/cjs/hero-banner/hooks/useHeroBanner.js +1 -0
- package/dist/cjs/hero-banner/hooks/useIntersectionObserver.js +1 -0
- package/dist/cjs/hero-banner/hooks/useTranslateValue.js +1 -0
- package/dist/cjs/hero-banner/hooks/useWindowSize.js +1 -0
- package/dist/cjs/hero-banner/index.js +1 -0
- package/dist/cjs/hero-banner/next.js +1 -0
- package/dist/cjs/hero-banner/settings/HeroBanner.js +5 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +18 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col.js +18 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +17 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left.js +17 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +26 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right.js +26 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +16 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax.js +16 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +15 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-video.js +15 -0
- package/dist/cjs/hero-banner/settings/configs/settings.js +146 -0
- package/dist/cjs/hero-banner/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/hooks/useGetProductId.js +1 -15
- package/dist/cjs/icon/common/attrs.js +1 -0
- package/dist/cjs/icon/common/classes.js +1 -0
- package/dist/cjs/icon/common/helpers.js +1 -0
- package/dist/cjs/icon/common/styles.js +1 -0
- package/dist/cjs/icon/components/Icon.js +2 -75
- package/dist/cjs/icon/components/Icon.liquid.js +8 -73
- package/dist/cjs/icon/index.js +1 -0
- package/dist/cjs/icon/next.js +1 -16
- package/dist/cjs/icon/settings/Icon.js +6 -0
- package/dist/cjs/icon/settings/configs/presets.js +9 -0
- package/dist/cjs/icon/settings/configs/settings.js +2 -0
- package/dist/cjs/icon/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/icon/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/icon-list/common/attrs.js +1 -0
- package/dist/cjs/icon-list/common/classes.js +1 -0
- package/dist/cjs/icon-list/common/styles.js +1 -0
- package/dist/cjs/icon-list/components/IconList.js +2 -84
- package/dist/cjs/icon-list/components/IconList.liquid.js +14 -50
- package/dist/cjs/icon-list/components/IconListItem.js +2 -31
- package/dist/cjs/icon-list/components/IconListItem.liquid.js +6 -22
- package/dist/cjs/icon-list/index.js +1 -0
- package/dist/cjs/icon-list/next.js +1 -20
- package/dist/cjs/icon-list/settings/IconList.js +29 -0
- package/dist/cjs/icon-list/settings/IconListItem.js +1 -0
- package/dist/cjs/icon-list/settings/configs/items.js +1 -0
- package/dist/cjs/icon-list/settings/configs/settings.js +1 -0
- package/dist/cjs/icon-list/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/icon-list/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/icon-list-hoz/common/attrs.js +1 -0
- package/dist/cjs/icon-list-hoz/common/classes.js +1 -0
- package/dist/cjs/icon-list-hoz/common/styles.js +1 -0
- package/dist/cjs/icon-list-hoz/components/IconListHoz.js +2 -71
- package/dist/cjs/icon-list-hoz/components/IconListHoz.liquid.js +9 -42
- package/dist/cjs/icon-list-hoz/components/IconListHozItem.js +2 -30
- package/dist/cjs/icon-list-hoz/components/IconListIHozItem.liquid.js +5 -0
- package/dist/cjs/icon-list-hoz/index.js +1 -0
- package/dist/cjs/icon-list-hoz/next.js +1 -20
- package/dist/cjs/icon-list-hoz/settings/IconListHoz.js +7 -0
- package/dist/cjs/icon-list-hoz/settings/IconListItem.js +1 -0
- package/dist/cjs/icon-list-hoz/settings/ItemTemplate.js +1 -0
- package/dist/cjs/icon-list-hoz/settings/configs/presets.js +17 -0
- package/dist/cjs/icon-list-hoz/settings/configs/settings.js +1 -0
- package/dist/cjs/icon-list-hoz/settings/configs/uiV1.js +1 -0
- package/dist/cjs/icon-list-hoz/settings/configs/uiV2.js +1 -0
- package/dist/cjs/icon-list-v2/common/classes.js +1 -0
- package/dist/cjs/icon-list-v2/common/helpers.js +1 -0
- package/dist/cjs/icon-list-v2/common/styles.js +1 -0
- package/dist/cjs/icon-list-v2/components/IconList.js +2 -147
- package/dist/cjs/icon-list-v2/components/IconList.liquid.js +31 -114
- package/dist/cjs/icon-list-v2/hooks/useIconLineHeight.js +1 -0
- package/dist/cjs/icon-list-v2/index.js +1 -0
- package/dist/cjs/icon-list-v2/next.js +1 -16
- package/dist/cjs/icon-list-v2/settings/IconList.js +31 -0
- package/dist/cjs/icon-list-v2/settings/configs/items.js +1 -0
- package/dist/cjs/icon-list-v2/settings/configs/settings.js +1 -0
- package/dist/cjs/icon-list-v2/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/icon-list-v2/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/image/common/attrs.js +1 -0
- package/dist/cjs/image/common/classes.js +1 -0
- package/dist/cjs/image/common/helpers.js +12 -0
- package/dist/cjs/image/common/styles.js +1 -0
- package/dist/cjs/image/components/AdaptiveImage.js +2 -61
- package/dist/cjs/image/components/AdaptiveImage.liquid.js +15 -55
- package/dist/cjs/image/components/Image.js +2 -156
- package/dist/cjs/image/components/Image.liquid.js +14 -118
- package/dist/cjs/image/components/Modal3d.liquid.js +5 -35
- package/dist/cjs/image/components/NextImage.js +2 -70
- package/dist/cjs/image/components/NextImage.liquid.js +7 -127
- package/dist/cjs/image/components/Video.liquid.js +5 -26
- package/dist/cjs/image/index.js +1 -0
- package/dist/cjs/image/next.js +1 -20
- package/dist/cjs/image/settings/Image.js +5 -0
- package/dist/cjs/image/settings/configs/presets.js +25 -0
- package/dist/cjs/image/settings/configs/settings.js +1 -0
- package/dist/cjs/image/settings/configs/ui-v1.js +4 -0
- package/dist/cjs/image/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/image-comparison/common/attrs.js +1 -0
- package/dist/cjs/image-comparison/common/classes.js +1 -0
- package/dist/cjs/image-comparison/common/helpers.js +1 -0
- package/dist/cjs/image-comparison/common/styles.js +20 -0
- package/dist/cjs/image-comparison/components/CompareImage.js +2 -561
- package/dist/cjs/image-comparison/components/CompareImage.liquid.js +23 -347
- package/dist/cjs/image-comparison/components/ImageComparison.js +2 -61
- package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +4 -38
- package/dist/cjs/image-comparison/components/Label.js +1 -0
- package/dist/cjs/image-comparison/components/Label.liquid.js +12 -52
- package/dist/cjs/image-comparison/components/SlideHandle.js +1 -0
- package/dist/cjs/image-comparison/components/SlideHandle.liquid.js +26 -0
- package/dist/cjs/image-comparison/hooks/useCompareImage.js +1 -0
- package/dist/cjs/image-comparison/index.js +1 -0
- package/dist/cjs/image-comparison/next.js +1 -16
- package/dist/cjs/image-comparison/settings/ImageComparison.js +12 -0
- package/dist/cjs/image-comparison/settings/configs/settings.js +1 -0
- package/dist/cjs/image-comparison/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/image-detection/components/ImageDetection.js +2 -0
- package/dist/cjs/image-detection/index.js +1 -0
- package/dist/cjs/image-detection/next.js +1 -16
- package/dist/cjs/image-detection/settings/ImageDetection.js +3 -0
- package/dist/cjs/image-detection/settings/configs/settings.js +1 -0
- package/dist/cjs/index.js +1 -647
- package/dist/cjs/index.liquid.js +2 -397
- package/dist/cjs/input/components/Input.js +2 -0
- package/dist/cjs/input/index.js +1 -0
- package/dist/cjs/input/next.js +1 -16
- package/dist/cjs/input/settings/Input.js +7 -0
- package/dist/cjs/input/settings/configs/settings.js +1 -0
- package/dist/cjs/line/common/classes.js +1 -0
- package/dist/cjs/line/common/helpers.js +1 -0
- package/dist/cjs/line/common/styles.js +1 -0
- package/dist/cjs/line/components/Divider.js +2 -0
- package/dist/cjs/line/components/Divider.liquid.js +1 -0
- package/dist/cjs/line/components/Line.js +2 -0
- package/dist/cjs/line/components/Line.liquid.js +25 -0
- package/dist/cjs/line/index.js +1 -0
- package/dist/cjs/line/next.js +1 -16
- package/dist/cjs/line/settings/Line.js +5 -0
- package/dist/cjs/line/settings/configs/presets.js +5 -0
- package/dist/cjs/line/settings/configs/settings.js +1 -0
- package/dist/cjs/line/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/line/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/link/common/helpers.js +1 -0
- package/dist/cjs/link/components/CustomLink.js +2 -14
- package/dist/cjs/link/components/Link.js +2 -36
- package/dist/cjs/link/components/ProductLink.js +2 -18
- package/dist/cjs/link/components/next-link/CustomLink.js +2 -18
- package/dist/cjs/link/components/next-link/ProductLink.js +2 -22
- package/dist/cjs/link/components/next-link/index.js +2 -29
- package/dist/cjs/link/index.js +1 -0
- package/dist/cjs/link/next.js +1 -16
- package/dist/cjs/link/settings/Link.js +1 -0
- package/dist/cjs/link/settings/configs/settings.js +1 -0
- package/dist/cjs/marquee/common/classes.js +1 -0
- package/dist/cjs/marquee/common/helpers.js +1 -0
- package/dist/cjs/marquee/common/styles.js +1 -0
- package/dist/cjs/marquee/components/Marquee.js +2 -157
- package/dist/cjs/marquee/components/Marquee.liquid.js +27 -232
- package/dist/cjs/marquee/components/MarqueeBase.js +2 -216
- package/dist/cjs/marquee/components/MarqueeBase.liquid.js +11 -69
- package/dist/cjs/marquee/components/MarqueeItem.js +2 -99
- package/dist/cjs/marquee/components/MarqueeItem.liquid.js +6 -47
- package/dist/cjs/marquee/hooks/useMarquee.js +1 -0
- package/dist/cjs/marquee/hooks/useMarqueeBase.js +1 -0
- package/dist/cjs/marquee/hooks/useMarqueeItem.js +1 -0
- package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -191
- package/dist/cjs/marquee/hooks/useMarqueeStyles.js +1 -164
- package/dist/cjs/marquee/hooks/useTransition.js +1 -20
- package/dist/cjs/marquee/index.js +1 -0
- package/dist/cjs/marquee/next.js +1 -20
- package/dist/cjs/marquee/settings/Marquee.js +5 -0
- package/dist/cjs/marquee/settings/MarqueeItem.js +1 -0
- package/dist/cjs/marquee/settings/configs/child-image-template.js +1 -0
- package/dist/cjs/marquee/settings/configs/child-template.js +1 -0
- package/dist/cjs/marquee/settings/configs/child-text-template.js +1 -0
- package/dist/cjs/marquee/settings/configs/presets.js +46 -0
- package/dist/cjs/marquee/settings/configs/settings-v2.js +2 -0
- package/dist/cjs/marquee/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/marquee/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/menu/components/DropdownMenu.js +2 -67
- package/dist/cjs/menu/components/MegaMenu.js +2 -67
- package/dist/cjs/menu/components/Menu.js +2 -20
- package/dist/cjs/menu/components/NavigationMenu.js +2 -63
- package/dist/cjs/menu/components/SubMegaMenu.js +2 -46
- package/dist/cjs/menu/components/SubNavigationMenu.js +2 -61
- package/dist/cjs/menu/index.js +1 -0
- package/dist/cjs/menu/next.js +1 -16
- package/dist/cjs/menu/settings/Menu.js +1 -0
- package/dist/cjs/menu/settings/configs/settings.js +1 -0
- package/dist/cjs/modal/common/helpers.js +1 -0
- package/dist/cjs/modal/components/Modal.js +2 -98
- package/dist/cjs/modal/components/confirm.js +2 -158
- package/dist/cjs/modal/hooks/useModalContainer.js +1 -21
- package/dist/cjs/modal/index.js +1 -0
- package/dist/cjs/modal/next.js +1 -16
- package/dist/cjs/modal/settings/Modal.js +1 -0
- package/dist/cjs/modal/settings/configs/settings.js +1 -0
- package/dist/cjs/next.js +2 -97
- package/dist/cjs/notification/components/Notice.js +2 -74
- package/dist/cjs/notification/components/Notifications.js +2 -96
- package/dist/cjs/notification/components/icons/CloseIcon.js +2 -17
- package/dist/cjs/notification/hooks/useNotification.js +2 -0
- package/dist/cjs/pagination/components/Pagination.js +2 -0
- package/dist/cjs/pagination/index.js +1 -0
- package/dist/cjs/pagination/next.js +1 -16
- package/dist/cjs/pagination/settings/Pagination.js +1 -0
- package/dist/cjs/pagination/settings/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/common/attrs.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/common/classes.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/common/styles.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +2 -38
- package/dist/cjs/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +2 -21
- package/dist/cjs/post-purchase/advanced-list/index.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/next.js +1 -15
- package/dist/cjs/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +8 -0
- package/dist/cjs/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/settings/configs/presets.js +8 -0
- package/dist/cjs/post-purchase/advanced-list/settings/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/settings/configs/templates.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/types.js +1 -0
- package/dist/cjs/post-purchase/button/common/classes.js +1 -0
- package/dist/cjs/post-purchase/button/common/styles.js +1 -0
- package/dist/cjs/post-purchase/button/components/Button.js +2 -0
- package/dist/cjs/post-purchase/button/index.js +1 -0
- package/dist/cjs/post-purchase/button/next.js +1 -11
- package/dist/cjs/post-purchase/button/settings/Button.js +5 -0
- package/dist/cjs/post-purchase/button/settings/configs/presets.js +5 -0
- package/dist/cjs/post-purchase/button/settings/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/button/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/button/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/common/classes.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/common/styles.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/components/CalloutBox.js +2 -38
- package/dist/cjs/post-purchase/callout-banner/components/CalloutText.js +2 -49
- package/dist/cjs/post-purchase/callout-banner/index.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/next.js +1 -15
- package/dist/cjs/post-purchase/callout-banner/settings/CalloutBox.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/CalloutText.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/preset.js +16 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/setting.js +46 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/preset.js +5 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/common/constants.js +1 -0
- package/dist/cjs/post-purchase/common/helper.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/common/classes.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/common/styles.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +2 -53
- package/dist/cjs/post-purchase/countdown-timer/components/TextCountdown.js +2 -43
- package/dist/cjs/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -47
- package/dist/cjs/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/index.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/next.js +1 -11
- package/dist/cjs/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -370
- package/dist/cjs/post-purchase/countdown-timer/settings/config/preset.js +3 -0
- package/dist/cjs/post-purchase/countdown-timer/settings/config/setting.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/image/common/classes.js +1 -0
- package/dist/cjs/post-purchase/image/common/helpers.js +1 -0
- package/dist/cjs/post-purchase/image/common/styles.js +1 -0
- package/dist/cjs/post-purchase/image/components/AdaptiveImage.js +2 -55
- package/dist/cjs/post-purchase/image/components/Image.js +2 -52
- package/dist/cjs/post-purchase/image/components/Img.js +2 -29
- package/dist/cjs/post-purchase/image/index.js +1 -0
- package/dist/cjs/post-purchase/image/next.js +1 -11
- package/dist/cjs/post-purchase/image/settings/Image.js +11 -0
- package/dist/cjs/post-purchase/image/settings/configs/setting-v2.js +1 -0
- package/dist/cjs/post-purchase/image/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/line/common/classes.js +1 -0
- package/dist/cjs/post-purchase/line/common/styles.js +1 -0
- package/dist/cjs/post-purchase/line/components/PostPurchaseLine.js +2 -53
- package/dist/cjs/post-purchase/line/index.js +1 -0
- package/dist/cjs/post-purchase/line/next.js +1 -11
- package/dist/cjs/post-purchase/line/settings/PostPurchaseLine.js +5 -0
- package/dist/cjs/post-purchase/line/settings/configs/presets.js +5 -0
- package/dist/cjs/post-purchase/line/settings/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/line/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/line/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/line/types.js +1 -0
- package/dist/cjs/post-purchase/link/common/classes.js +1 -0
- package/dist/cjs/post-purchase/link/common/helpers.js +1 -0
- package/dist/cjs/post-purchase/link/common/styles.js +1 -0
- package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +2 -0
- package/dist/cjs/post-purchase/link/index.js +1 -0
- package/dist/cjs/post-purchase/link/next.js +1 -0
- package/dist/cjs/post-purchase/link/settings/PostPurchaseLink.js +5 -0
- package/dist/cjs/post-purchase/link/settings/configs/presets.js +13 -0
- package/dist/cjs/post-purchase/link/settings/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/link/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/common/attrs.js +1 -0
- package/dist/cjs/post-purchase/product/common/classes.js +1 -0
- package/dist/cjs/post-purchase/product/common/helpers.js +1 -0
- package/dist/cjs/post-purchase/product/common/styles.js +1 -0
- package/dist/cjs/post-purchase/product/components/AcceptButton.js +2 -35
- package/dist/cjs/post-purchase/product/components/ProductDescription.js +2 -25
- package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +2 -41
- package/dist/cjs/post-purchase/product/components/ProductPrice.js +2 -71
- package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +2 -160
- package/dist/cjs/post-purchase/product/components/ProductQuantity.js +2 -86
- package/dist/cjs/post-purchase/product/components/ProductTitle.js +2 -25
- package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/FeatureImage.js +2 -58
- package/dist/cjs/post-purchase/product/components/product-image/ImageListCarousel.js +2 -76
- package/dist/cjs/post-purchase/product/components/product-image/ImageListGrid.js +2 -85
- package/dist/cjs/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/ItemGridPostPurchase.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/index.js +2 -104
- package/dist/cjs/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +2 -87
- package/dist/cjs/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +2 -36
- package/dist/cjs/post-purchase/product/components/product-offer/common/attrs.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-offer/common/classes.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-offer/common/styles.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOffer.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-variant/common/classes.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-variant/common/helpers.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-variant/common/styles.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/ProductOption.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/ProductVariant.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/Dropdown.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/RectangleList.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantItem.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantOption.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -0
- package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -127
- package/dist/cjs/post-purchase/product/constants/index.js +1 -0
- package/dist/cjs/post-purchase/product/helpers/index.js +1 -35
- package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -0
- package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -0
- package/dist/cjs/post-purchase/product/helpers/product-quantity/getClasses.js +1 -0
- package/dist/cjs/post-purchase/product/helpers/product-quantity/getStyles.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useCarousel.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useDynamicProduct.js +1 -28
- package/dist/cjs/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useHandleQuantity.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useListCarousel.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useSetCollapsePrice.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useSlideCarousel.js +1 -0
- package/dist/cjs/post-purchase/product/index.js +1 -0
- package/dist/cjs/post-purchase/product/next.js +1 -48
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/presets.js +5 -0
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/accept-button/index.js +5 -0
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -214
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -213
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -214
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -199
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -212
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -213
- package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +9 -0
- package/dist/cjs/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +4 -0
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-image/ProductFeatureImage.js +1 -101
- package/dist/cjs/post-purchase/product/settings/product-image/ProductGalleryImage.js +1 -223
- package/dist/cjs/post-purchase/product/settings/product-image/ProductImageLayoutSetting.js +1 -152
- package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +5 -166
- package/dist/cjs/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-offer/configs/settings-v2.js +46 -0
- package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-offer/index.js +8 -0
- package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +15 -0
- package/dist/cjs/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/presets.js +12 -0
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +19 -0
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/presets.js +8 -0
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +5 -0
- package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +9 -0
- package/dist/cjs/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +14 -0
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v1.js +14 -0
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v2.js +14 -0
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/text/common/attrs.js +1 -0
- package/dist/cjs/post-purchase/text/common/classes.js +1 -0
- package/dist/cjs/post-purchase/text/common/helpers.js +1 -0
- package/dist/cjs/post-purchase/text/common/styles.js +1 -0
- package/dist/cjs/post-purchase/text/components/Text.js +3 -0
- package/dist/cjs/post-purchase/text/index.js +1 -11
- package/dist/cjs/post-purchase/text/next.js +1 -15
- package/dist/cjs/post-purchase/text/settings/heading/Heading.js +1 -0
- package/dist/cjs/post-purchase/text/settings/heading/configs/presets-v2.js +3 -0
- package/dist/cjs/post-purchase/text/settings/text/Text.js +7 -0
- package/dist/cjs/post-purchase/text/settings/text/configs/setting-v2.js +1 -0
- package/dist/cjs/post-purchase/text/settings/text/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/text/settings/text/configs/ui-v2.js +1 -0
- package/dist/cjs/postPurchaseSetting.js +1 -0
- package/dist/cjs/product/components/ProductImages.js +2 -284
- package/dist/cjs/product/components/ProductImages.liquid.js +17 -89
- package/dist/cjs/product/components/ProductNotFound.js +2 -147
- package/dist/cjs/product/components/SalePageProductListWarning.js +2 -61
- package/dist/cjs/product/components/constants/product-bundle.js +1 -8
- package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +20 -0
- package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.js +2 -0
- package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -0
- package/dist/cjs/product/components/dynamic-checkout/common/classes.js +1 -0
- package/dist/cjs/product/components/dynamic-checkout/common/styles.js +126 -0
- package/dist/cjs/product/components/file-upload/UploadFile.js +2 -0
- package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +33 -0
- package/dist/cjs/product/components/file-upload/common/attr.js +1 -0
- package/dist/cjs/product/components/file-upload/common/classes.js +1 -0
- package/dist/cjs/product/components/file-upload/common/helpers.js +1 -0
- package/dist/cjs/product/components/file-upload/common/style.js +1 -0
- package/dist/cjs/product/components/file-upload/settings/configs/presets.js +8 -0
- package/dist/cjs/product/components/file-upload/settings/configs/settings.js +19 -0
- package/dist/cjs/product/components/file-upload/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/product/components/file-upload/settings/index.js +8 -0
- package/dist/cjs/product/components/product-badge/ProductBadge.js +2 -0
- package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +39 -0
- package/dist/cjs/product/components/product-badge/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-badge/common/classes.js +1 -0
- package/dist/cjs/product/components/product-badge/common/styles.js +1 -0
- package/dist/cjs/product/components/product-badge/constants.js +1 -0
- package/dist/cjs/product/components/product-badge/types.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/common.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +24 -0
- package/dist/cjs/product/components/product-badge/utils/getRotateShape.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/getShapePosition.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/getStyleAdvanced.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/getWhiteSpace.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +171 -0
- package/dist/cjs/product/components/product-badge/utils/shape.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/stylesV2.js +18 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +2 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +33 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +2 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +22 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.js +2 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -0
- package/dist/cjs/product/components/product-bundle/common/classes.js +1 -0
- package/dist/cjs/product/components/product-bundle/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-bundle/common/styles.js +1 -0
- package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDataState.js +25 -0
- package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -0
- package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscount.js +28 -0
- package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -0
- package/dist/cjs/product/components/product-bundle/setting/configs/settings.js +1 -0
- package/dist/cjs/product/components/product-bundle/setting/configs/ui-v1.js +1 -0
- package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -0
- package/dist/cjs/product/components/product-button/AddToCartButton.js +1 -0
- package/dist/cjs/product/components/product-button/AddToCartButton.liquid.js +1 -0
- package/dist/cjs/product/components/product-button/BlankSpace.js +1 -0
- package/dist/cjs/product/components/product-button/BlankSpace.liquid.js +3 -0
- package/dist/cjs/product/components/product-button/CartMessage.js +1 -0
- package/dist/cjs/product/components/product-button/PriceComponent.js +1 -0
- package/dist/cjs/product/components/product-button/PriceComponent.liquid.js +1 -0
- package/dist/cjs/product/components/product-button/PriceLayout.js +1 -0
- package/dist/cjs/product/components/product-button/PriceLayout.liquid.js +7 -0
- package/dist/cjs/product/components/product-button/ProductButton.js +2 -0
- package/dist/cjs/product/components/product-button/ProductButton.liquid.js +20 -0
- package/dist/cjs/product/components/product-button/ProductButtonPrice.js +2 -0
- package/dist/cjs/product/components/product-button/ProductButtonPrice.liquid.js +2 -0
- package/dist/cjs/product/components/product-button/Separator.js +1 -0
- package/dist/cjs/product/components/product-button/Separator.liquid.js +8 -0
- package/dist/cjs/product/components/product-button/SoldOutButton.js +1 -0
- package/dist/cjs/product/components/product-button/SoldOutButton.liquid.js +1 -0
- package/dist/cjs/product/components/product-button/common/classes.js +1 -0
- package/dist/cjs/product/components/product-button/common/constants.js +23 -0
- package/dist/cjs/product/components/product-button/common/data.js +1 -0
- package/dist/cjs/product/components/product-button/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-button/common/styles.js +1 -0
- package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -0
- package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -0
- package/dist/cjs/product/components/product-button/hooks/useCartMessage.js +1 -0
- package/dist/cjs/product/components/product-button/hooks/useCartOperations.js +1 -0
- package/dist/cjs/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -0
- package/dist/cjs/product/components/product-button/types.js +1 -0
- package/dist/cjs/product/components/product-description/ProductDescription.js +2 -0
- package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +23 -0
- package/dist/cjs/product/components/product-description/common/classes.js +1 -0
- package/dist/cjs/product/components/product-description/common/helpers.js +3 -0
- package/dist/cjs/product/components/product-description/common/styles.js +16 -0
- package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -0
- package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.js +2 -0
- package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +30 -0
- package/dist/cjs/product/components/product-discount-tag/common/classes.js +1 -0
- package/dist/cjs/product/components/product-discount-tag/common/styles.js +1 -0
- package/dist/cjs/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -0
- package/dist/cjs/product/components/product-images/ProductFeaturedImage.js +2 -0
- package/dist/cjs/product/components/product-images/ProductFeaturedImage.liquid.js +93 -0
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +2 -0
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +72 -0
- package/dist/cjs/product/components/product-images/ProductGalleryGrid.js +2 -0
- package/dist/cjs/product/components/product-images/ProductGalleryGrid.liquid.js +86 -0
- package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +2 -0
- package/dist/cjs/product/components/product-images/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-images/common/productFeaturedImage.js +1 -0
- package/dist/cjs/product/components/product-images/common/productGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +26 -0
- package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +44 -0
- package/dist/cjs/product/components/product-images-v2/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/classes.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/common.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/getBorderActiveCss.js +16 -0
- package/dist/cjs/product/components/product-images-v2/common/hoverAction.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/productFeaturedImage.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/productGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/styles.js +1 -0
- package/dist/cjs/product/components/product-images-v2/components/child/MediaIcon.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -0
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
- package/dist/cjs/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
- package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +89 -0
- package/dist/cjs/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +2 -0
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -0
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -0
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -0
- package/dist/cjs/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -0
- package/dist/cjs/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -0
- package/dist/cjs/product/components/product-list/ProductList.js +1 -0
- package/dist/cjs/product/components/product-list/ProductList.liquid.js +197 -0
- package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +15 -0
- package/dist/cjs/product/components/product-list/ProductListCarouselLayout.js +1 -0
- package/dist/cjs/product/components/product-list/ProductListCarouselLayout.liquid.js +22 -0
- package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +19 -0
- package/dist/cjs/product/components/product-list/ProductListGridLayout.js +1 -0
- package/dist/cjs/product/components/product-list/ProductListGridLayout.liquid.js +34 -0
- package/dist/cjs/product/components/product-list/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-list/common/classes.js +1 -0
- package/dist/cjs/product/components/product-list/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-list/common/styles.js +1 -0
- package/dist/cjs/product/components/product-price/ProductPrice.js +2 -0
- package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +11 -0
- package/dist/cjs/product/components/product-price/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-price/common/classes.js +1 -0
- package/dist/cjs/product/components/product-price/common/helpers.js +11 -0
- package/dist/cjs/product/components/product-price/hooks/useGpPrice.js +1 -0
- package/dist/cjs/product/components/product-properties/ProductProperties.js +1 -0
- package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +39 -0
- package/dist/cjs/product/components/product-properties/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-properties/common/classes.js +1 -0
- package/dist/cjs/product/components/product-properties/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-properties/common/styles.js +1 -0
- package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.js +2 -0
- package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +24 -0
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -0
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -0
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +6 -0
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -0
- package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.js +2 -0
- package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +15 -0
- package/dist/cjs/product/components/product-properties/property-input/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-properties/property-input/common/classes.js +1 -0
- package/dist/cjs/product/components/product-properties/property-input/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-properties/property-input/common/styles.js +1 -0
- package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.js +2 -0
- package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +17 -0
- package/dist/cjs/product/components/product-properties/property-select/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-properties/property-select/common/classes.js +1 -0
- package/dist/cjs/product/components/product-properties/property-select/common/styles.js +1 -0
- package/dist/cjs/product/components/product-quantity/ProductQuantity.js +2 -0
- package/dist/cjs/product/components/product-quantity/ProductQuantity.liquid.js +48 -0
- package/dist/cjs/product/components/product-quantity/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-quantity/common/classes.js +1 -0
- package/dist/cjs/product/components/product-quantity/common/helpers.js +17 -0
- package/dist/cjs/product/components/product-quantity/common/styles.js +1 -0
- package/dist/cjs/product/components/product-quantity/hooks/useProductQuantity.js +1 -0
- package/dist/cjs/product/components/product-quick-view/ProductQuickView.js +2 -0
- package/dist/cjs/product/components/product-quick-view/QuickView.js +2 -0
- package/dist/cjs/product/components/product-sku/Sku.js +2 -0
- package/dist/cjs/product/components/product-sku/Sku.liquid.js +6 -0
- package/dist/cjs/product/components/product-title/ProductTitle.js +2 -0
- package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +3 -0
- package/dist/cjs/product/components/product-title/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-variants/ProductVariants.js +2 -0
- package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +157 -0
- package/dist/cjs/product/components/product-variants/common/base/attrs.js +1 -0
- package/dist/cjs/product/components/product-variants/common/base/classes.js +2 -0
- package/dist/cjs/product/components/product-variants/common/base/styles.js +1 -0
- package/dist/cjs/product/components/product-variants/common/common.js +1 -0
- package/dist/cjs/product/components/product-variants/common/dropdown/attrs.js +1 -0
- package/dist/cjs/product/components/product-variants/common/dropdown/classes.js +1 -0
- package/dist/cjs/product/components/product-variants/common/dropdown/styles.js +1 -0
- package/dist/cjs/product/components/product-variants/common/main/classes.js +1 -0
- package/dist/cjs/product/components/product-variants/common/main/getAttr.js +1 -0
- package/dist/cjs/product/components/product-variants/common/main/getData.js +1 -0
- package/dist/cjs/product/components/product-variants/common/main/styles.js +1 -0
- package/dist/cjs/product/components/product-variants/common/variants/attrs.js +1 -0
- package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -0
- package/dist/cjs/product/components/product-variants/common/variants/styles.js +1 -0
- package/dist/cjs/product/components/product-variants/components/base/base.js +11 -0
- package/dist/cjs/product/components/product-variants/components/base/base.liquid.js +25 -0
- package/dist/cjs/product/components/product-variants/components/color/color.js +2 -0
- package/dist/cjs/product/components/product-variants/components/color/color.liquid.js +13 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.js +2 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-option/DropdownOption.js +2 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-option/VariantOption.js +2 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-option/render-liquid/index.js +43 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.js +2 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +9 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -0
- package/dist/cjs/product/components/product-variants/components/image/Image.js +2 -0
- package/dist/cjs/product/components/product-variants/components/image/Image.liquid.js +9 -0
- package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.js +2 -0
- package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +21 -0
- package/dist/cjs/product/components/product-variants/components/rectangle-list/RectangleList.js +2 -0
- package/dist/cjs/product/components/product-variants/components/variants/index.js +2 -0
- package/dist/cjs/product/components/product-variants/components/variants/index.liquid.js +62 -0
- package/dist/cjs/product/components/product-variants/hooks/useGpVariants.js +1 -0
- package/dist/cjs/product/components/product-variants/hooks/useVariantInteraction.js +1 -0
- package/dist/cjs/product/components/product-variants/utils/mappingVariantStyles.js +1 -0
- package/dist/cjs/product/components/product-vendor/Vendor.js +2 -0
- package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +14 -0
- package/dist/cjs/product/components/product-view-more/ProductViewMore.js +2 -0
- package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +6 -0
- package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-view-more/common/styles.js +1 -0
- package/dist/cjs/product/components/product-wrap/Product.js +1 -0
- package/dist/cjs/product/components/product-wrap/Product.liquid.js +99 -0
- package/dist/cjs/product/components/product-wrap/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-wrap/hook/useProductSetting.js +1 -0
- package/dist/cjs/product/helpers/function.js +1 -42
- package/dist/cjs/product/helpers/product-bundle.js +1 -53
- package/dist/cjs/product/helpers/product-image.js +1 -33
- package/dist/cjs/product/helpers/product.js +1 -56
- package/dist/cjs/product/helpers/tracking.js +1 -11
- package/dist/cjs/product/index.js +1 -0
- package/dist/cjs/product/next.js +1 -98
- package/dist/cjs/product/settings/DynamicCheckout.js +5 -0
- package/dist/cjs/product/settings/Product.js +8 -0
- package/dist/cjs/product/settings/ProductBadge.js +1 -0
- package/dist/cjs/product/settings/ProductButton.js +5 -0
- package/dist/cjs/product/settings/ProductDescription.js +1 -0
- package/dist/cjs/product/settings/ProductImages.js +25 -0
- package/dist/cjs/product/settings/ProductList.js +8 -0
- package/dist/cjs/product/settings/ProductPrice.js +5 -0
- package/dist/cjs/product/settings/ProductProperties.js +8 -0
- package/dist/cjs/product/settings/ProductQuantity.js +5 -0
- package/dist/cjs/product/settings/ProductTag.js +1 -0
- package/dist/cjs/product/settings/ProductTitle.js +6 -0
- package/dist/cjs/product/settings/ProductVariants.js +5 -0
- package/dist/cjs/product/settings/ProductViewMore.js +5 -0
- package/dist/cjs/product/settings/Sku.js +5 -0
- package/dist/cjs/product/settings/Vendor.js +5 -0
- package/dist/cjs/product/settings/bundle-layout/horizontal-one.js +1 -0
- package/dist/cjs/product/settings/bundle-layout/horizontal-three.js +1 -0
- package/dist/cjs/product/settings/bundle-layout/horizontal-two.js +1 -0
- package/dist/cjs/product/settings/bundle-layout/vertical-one.js +1 -0
- package/dist/cjs/product/settings/bundle-layout/vertical-three.js +1 -0
- package/dist/cjs/product/settings/bundle-layout/vertical-two.js +1 -0
- package/dist/cjs/product/settings/dynamic-checkout/configs/presets.js +6 -0
- package/dist/cjs/product/settings/dynamic-checkout/configs/settings.js +1 -0
- package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product/configs/presets.js +1 -0
- package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +15 -0
- package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +21 -0
- package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +23 -0
- package/dist/cjs/product/settings/product/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-badge/configs/presets.js +11 -0
- package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-badge/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-button/configs/presets.js +11 -0
- package/dist/cjs/product/settings/product-button/configs/settings.js +3 -0
- package/dist/cjs/product/settings/product-button/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-description/configs/presets.js +4 -0
- package/dist/cjs/product/settings/product-description/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-description/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-description/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-discount-tag/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-discount-tag/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/ProductFeatureImage.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/ProductGalleryImage.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/ProductImages.js +21 -0
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -0
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +3 -0
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/index.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-list/configs/presets.js +37 -0
- package/dist/cjs/product/settings/product-list/configs/settings-v2.js +1 -0
- package/dist/cjs/product/settings/product-list/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-price/configs/presets.js +11 -0
- package/dist/cjs/product/settings/product-price/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-price/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-price/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-properties/configs/presets.js +6 -0
- package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -0
- package/dist/cjs/product/settings/product-properties/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-quantity/configs/presets.js +20 -0
- package/dist/cjs/product/settings/product-quantity/configs/settings.js +3 -0
- package/dist/cjs/product/settings/product-quantity/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-sku/configs/presets.js +4 -0
- package/dist/cjs/product/settings/product-sku/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-sku/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-sku/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-title/configs/presets.js +4 -0
- package/dist/cjs/product/settings/product-title/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-title/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-variant/configs/presets.js +24 -0
- package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-variant/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-variant/swatches-style-config/color.js +1 -0
- package/dist/cjs/product/settings/product-variant/swatches-style-config/dropdown.js +1 -0
- package/dist/cjs/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -0
- package/dist/cjs/product/settings/product-variant/swatches-style-config/image.js +1 -0
- package/dist/cjs/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -0
- package/dist/cjs/product/settings/product-vendor/configs/presets.js +3 -0
- package/dist/cjs/product/settings/product-vendor/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-vendor/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-view-more/configs/presets.js +5 -0
- package/dist/cjs/product/settings/product-view-more/configs/settings.js +8 -0
- package/dist/cjs/product/settings/product-view-more/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -0
- package/dist/cjs/radio/components/Radio.js +2 -0
- package/dist/cjs/radio/index.js +1 -0
- package/dist/cjs/radio/next.js +1 -16
- package/dist/cjs/radio/settings/Radio.js +1 -0
- package/dist/cjs/radio/settings/configs/settings.js +1 -0
- package/dist/cjs/select/components/Select.js +4 -0
- package/dist/cjs/select/index.js +1 -0
- package/dist/cjs/select/next.js +1 -16
- package/dist/cjs/select/settings/Select.js +1 -0
- package/dist/cjs/select/settings/configs/settings.js +1 -0
- package/dist/cjs/setting.js +1 -0
- package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.js +1 -0
- package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.liquid.js +3 -0
- package/dist/cjs/shop-pay-installment/components/common/helpers.js +1 -0
- package/dist/cjs/shop-pay-installment/index.js +1 -0
- package/dist/cjs/shop-pay-installment/next.js +1 -0
- package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +12 -0
- package/dist/cjs/shop-pay-installment/settings/configs/settings.js +1 -0
- package/dist/cjs/sticky/common/classes.js +1 -0
- package/dist/cjs/sticky/common/styles.js +1 -0
- package/dist/cjs/sticky/components/Sticky.js +2 -183
- package/dist/cjs/sticky/components/Sticky.liquid.js +16 -86
- package/dist/cjs/sticky/hooks/useSticky.js +1 -0
- package/dist/cjs/sticky/index.js +1 -0
- package/dist/cjs/sticky/next.js +1 -16
- package/dist/cjs/sticky/settings/Sticky.js +1 -0
- package/dist/cjs/sticky/settings/configs/presets.js +31 -0
- package/dist/cjs/sticky/settings/configs/settings-v2.js +1 -0
- package/dist/cjs/sticky/settings/configs/settings.js +1 -0
- package/dist/cjs/sticky/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/stock-counter/common/attrs.js +1 -0
- package/dist/cjs/stock-counter/common/classes.js +1 -0
- package/dist/cjs/stock-counter/common/helpers.js +71 -0
- package/dist/cjs/stock-counter/common/styles.js +1 -0
- package/dist/cjs/stock-counter/components/StockCounter.js +2 -132
- package/dist/cjs/stock-counter/components/StockCounter.liquid.js +61 -185
- package/dist/cjs/stock-counter/hooks/useStockCounter.js +1 -0
- package/dist/cjs/stock-counter/hooks/useStockCounterInteraction.js +1 -68
- package/dist/cjs/stock-counter/index.js +1 -0
- package/dist/cjs/stock-counter/next.js +1 -16
- package/dist/cjs/stock-counter/settings/StockCounter.js +5 -0
- package/dist/cjs/stock-counter/settings/configs/presets.js +11 -0
- package/dist/cjs/stock-counter/settings/configs/settings-v2.js +2 -0
- package/dist/cjs/stock-counter/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/tab/common/attrs.js +1 -0
- package/dist/cjs/tab/common/classes.js +4 -0
- package/dist/cjs/tab/common/helpers.js +2 -0
- package/dist/cjs/tab/common/styles.js +1 -0
- package/dist/cjs/tab/components/TabItem.js +2 -24
- package/dist/cjs/tab/components/TabItem.liquid.js +6 -25
- package/dist/cjs/tab/components/Tabs.js +2 -157
- package/dist/cjs/tab/components/Tabs.liquid.js +26 -118
- package/dist/cjs/tab/hooks/useTab.js +1 -0
- package/dist/cjs/tab/hooks/useTabInteraction.js +1 -56
- package/dist/cjs/tab/index.js +1 -0
- package/dist/cjs/tab/next.js +1 -20
- package/dist/cjs/tab/settings/TabItem.js +5 -0
- package/dist/cjs/tab/settings/Tabs.js +11 -0
- package/dist/cjs/tab/settings/configs/settings.js +1 -0
- package/dist/cjs/tab/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/tab/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/text/common/attrs.js +1 -0
- package/dist/cjs/text/common/classes.js +1 -0
- package/dist/cjs/text/common/helpers.js +1 -0
- package/dist/cjs/text/common/styles.js +1 -0
- package/dist/cjs/text/components/Text.js +2 -102
- package/dist/cjs/text/components/Text.liquid.js +15 -106
- package/dist/cjs/text/components/TextInline.js +7 -33
- package/dist/cjs/text/index.js +1 -10
- package/dist/cjs/text/next.js +1 -16
- package/dist/cjs/text/settings/Text.js +5 -0
- package/dist/cjs/text/settings/configs/presets.js +3 -0
- package/dist/cjs/text/settings/configs/settings.js +1 -0
- package/dist/cjs/text/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/text/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/textarea/components/Textarea.js +2 -0
- package/dist/cjs/textarea/index.js +1 -0
- package/dist/cjs/textarea/next.js +1 -16
- package/dist/cjs/textarea/settings/Textarea.js +7 -0
- package/dist/cjs/textarea/settings/configs/settings.js +1 -0
- package/dist/cjs/third-party/common/helpers.js +13 -0
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +2 -32
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -12
- package/dist/cjs/third-party/components/AirProductReviewsAppUgc.js +2 -38
- package/dist/cjs/third-party/components/AirProductReviewsAppUgc.liquid.js +5 -23
- package/dist/cjs/third-party/components/AliReviews/AliReviewsSampleContent.js +2 -28
- package/dist/cjs/third-party/components/AliReviews.js +2 -22
- package/dist/cjs/third-party/components/AliReviews.liquid.js +6 -19
- package/dist/cjs/third-party/components/AlsoBoughtCbb.js +2 -32
- package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +4 -17
- package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.js +2 -0
- package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -0
- package/dist/cjs/third-party/components/AppointmentBookingCowlendar.js +2 -38
- package/dist/cjs/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -12
- package/dist/cjs/third-party/components/AppstleBundlesDiscounts.js +2 -32
- package/dist/cjs/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -12
- package/dist/cjs/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +2 -23
- package/dist/cjs/third-party/components/AppstleSubscriptions.js +2 -22
- package/dist/cjs/third-party/components/AppstleSubscriptions.liquid.js +4 -17
- package/dist/cjs/third-party/components/BestBuyFulfillment.js +1 -38
- package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +1 -12
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +2 -32
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -12
- package/dist/cjs/third-party/components/BirdChime/BirdChimeContent.js +2 -23
- package/dist/cjs/third-party/components/BirdChime.js +2 -22
- package/dist/cjs/third-party/components/BirdChime.liquid.js +4 -17
- package/dist/cjs/third-party/components/Bogos/BogosSampleContent.js +2 -38
- package/dist/cjs/third-party/components/Bogos.js +2 -22
- package/dist/cjs/third-party/components/Bogos.liquid.js +7 -18
- package/dist/cjs/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +2 -23
- package/dist/cjs/third-party/components/BoldProductOptions.js +2 -22
- package/dist/cjs/third-party/components/BoldProductOptions.liquid.js +4 -17
- package/dist/cjs/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +2 -34
- package/dist/cjs/third-party/components/BoldSubscriptions.js +2 -22
- package/dist/cjs/third-party/components/BoldSubscriptions.liquid.js +6 -19
- package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.js +2 -38
- package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -12
- package/dist/cjs/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +2 -23
- package/dist/cjs/third-party/components/BoostAISearchDiscovery.js +2 -22
- package/dist/cjs/third-party/components/BoostAISearchDiscovery.liquid.js +5 -20
- package/dist/cjs/third-party/components/Bundler/BundlerSampleContent.js +2 -23
- package/dist/cjs/third-party/components/Bundler.js +2 -24
- package/dist/cjs/third-party/components/Bundler.liquid.js +5 -22
- package/dist/cjs/third-party/components/CleanSizeCharts.js +2 -43
- package/dist/cjs/third-party/components/CleanSizeCharts.liquid.js +5 -18
- package/dist/cjs/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +2 -23
- package/dist/cjs/third-party/components/CrossSellCartUpsell.js +2 -22
- package/dist/cjs/third-party/components/CrossSellCartUpsell.liquid.js +4 -16
- package/dist/cjs/third-party/components/CustomProductOptionsVariant.js +2 -38
- package/dist/cjs/third-party/components/CustomProductOptionsVariant.liquid.js +4 -17
- package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.js +2 -32
- package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -17
- package/dist/cjs/third-party/components/EasifyProductOptions.js +2 -38
- package/dist/cjs/third-party/components/EasifyProductOptions.liquid.js +4 -17
- package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.js +2 -38
- package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -12
- package/dist/cjs/third-party/components/EasySellCOD.js +2 -38
- package/dist/cjs/third-party/components/EasySellCOD.liquid.js +4 -17
- package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.js +2 -32
- package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -12
- package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +2 -32
- package/dist/cjs/third-party/components/EcomsendBackInStockAlert.liquid.js +5 -18
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +2 -32
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +1 -12
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +2 -32
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -12
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +2 -32
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -12
- package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.js +2 -38
- package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.liquid.js +5 -26
- package/dist/cjs/third-party/components/FeraReviews/FeraReviewsSampleContent.js +2 -49
- package/dist/cjs/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -52
- package/dist/cjs/third-party/components/FeraReviews.js +2 -27
- package/dist/cjs/third-party/components/FeraReviews.liquid.js +5 -20
- package/dist/cjs/third-party/components/FirePush/FirePushSampleContent.js +2 -21
- package/dist/cjs/third-party/components/FirePush.js +2 -22
- package/dist/cjs/third-party/components/FirePush.liquid.js +4 -17
- package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.js +2 -84
- package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -12
- package/dist/cjs/third-party/components/FordeerProductLabels.js +2 -49
- package/dist/cjs/third-party/components/FordeerProductLabels.liquid.js +7 -20
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +2 -23
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether.js +2 -24
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether.liquid.js +5 -18
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +2 -32
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -12
- package/dist/cjs/third-party/components/GloboProductOptionsVariant.js +1 -38
- package/dist/cjs/third-party/components/GloboProductOptionsVariant.liquid.js +1 -12
- package/dist/cjs/third-party/components/GoogleReviewsByReputon.js +2 -38
- package/dist/cjs/third-party/components/GoogleReviewsByReputon.liquid.js +7 -20
- package/dist/cjs/third-party/components/Growave/GrowaveSampleContent.js +2 -38
- package/dist/cjs/third-party/components/Growave.js +2 -22
- package/dist/cjs/third-party/components/Growave.liquid.js +5 -19
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.js +2 -32
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.liquid.js +1 -12
- package/dist/cjs/third-party/components/HextomFreeShippingBar.js +2 -32
- package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +1 -12
- package/dist/cjs/third-party/components/HulkFormBuilder.js +2 -38
- package/dist/cjs/third-party/components/HulkFormBuilder.liquid.js +5 -18
- package/dist/cjs/third-party/components/HulkProductOptions.js +2 -32
- package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +1 -12
- package/dist/cjs/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +2 -23
- package/dist/cjs/third-party/components/InfiniteOptions.js +2 -22
- package/dist/cjs/third-party/components/InfiniteOptions.liquid.js +4 -16
- package/dist/cjs/third-party/components/Instafeed/InstafeedSampleContent.js +2 -23
- package/dist/cjs/third-party/components/Instafeed.js +2 -22
- package/dist/cjs/third-party/components/Instafeed.liquid.js +4 -17
- package/dist/cjs/third-party/components/InstasellShoppableInstagram.js +2 -38
- package/dist/cjs/third-party/components/InstasellShoppableInstagram.liquid.js +1 -12
- package/dist/cjs/third-party/components/Judgeme/JudgemeSampleContent.js +2 -39
- package/dist/cjs/third-party/components/JudgemeReviews.js +2 -23
- package/dist/cjs/third-party/components/JudgemeReviews.liquid.js +10 -23
- package/dist/cjs/third-party/components/JunipProductReviewsUgc.js +2 -38
- package/dist/cjs/third-party/components/JunipProductReviewsUgc.liquid.js +1 -12
- package/dist/cjs/third-party/components/KachingBundles/KachingBundlesSampleContent.js +2 -27
- package/dist/cjs/third-party/components/KachingBundles.js +2 -22
- package/dist/cjs/third-party/components/KachingBundles.liquid.js +5 -19
- package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +2 -23
- package/dist/cjs/third-party/components/KingProductOptions.js +2 -22
- package/dist/cjs/third-party/components/KingProductOptions.liquid.js +5 -18
- package/dist/cjs/third-party/components/KiteFreeGiftDiscount.js +2 -38
- package/dist/cjs/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -12
- package/dist/cjs/third-party/components/KlarnaMessaging.js +2 -51
- package/dist/cjs/third-party/components/KlarnaMessaging.liquid.js +5 -36
- package/dist/cjs/third-party/components/Klaviyo/KlaviyoSampleContent.js +2 -23
- package/dist/cjs/third-party/components/Klaviyo.js +2 -30
- package/dist/cjs/third-party/components/Klaviyo.liquid.js +5 -19
- package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.js +2 -38
- package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.liquid.js +4 -17
- package/dist/cjs/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +2 -58
- package/dist/cjs/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +13 -46
- package/dist/cjs/third-party/components/LaiProductReviews.js +2 -24
- package/dist/cjs/third-party/components/LaiProductReviews.liquid.js +5 -21
- package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.js +2 -38
- package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -12
- package/dist/cjs/third-party/components/LoopSubscriptions.js +2 -38
- package/dist/cjs/third-party/components/LoopSubscriptions.liquid.js +2 -17
- package/dist/cjs/third-party/components/LooxReviews/LooxReviewsSampleContent.js +2 -35
- package/dist/cjs/third-party/components/LooxReviews.js +2 -22
- package/dist/cjs/third-party/components/LooxReviews.liquid.js +10 -53
- package/dist/cjs/third-party/components/MaxbundleProductBundles.js +2 -38
- package/dist/cjs/third-party/components/MaxbundleProductBundles.liquid.js +5 -18
- package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.js +2 -38
- package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.liquid.js +4 -17
- package/dist/cjs/third-party/components/MyappgurusProductReviews.js +2 -32
- package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +1 -12
- package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +2 -38
- package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.liquid.js +4 -17
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +2 -32
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -12
- package/dist/cjs/third-party/components/Omnisend/OmnisendSampleContent.js +2 -34
- package/dist/cjs/third-party/components/Omnisend.js +2 -22
- package/dist/cjs/third-party/components/Omnisend.liquid.js +9 -22
- package/dist/cjs/third-party/components/Opinew/OpinewSampleContent.js +2 -33
- package/dist/cjs/third-party/components/Opinew.js +2 -22
- package/dist/cjs/third-party/components/Opinew.liquid.js +6 -19
- package/dist/cjs/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +2 -23
- package/dist/cjs/third-party/components/ParcelPanel.js +2 -22
- package/dist/cjs/third-party/components/ParcelPanel.liquid.js +5 -19
- package/dist/cjs/third-party/components/PickyStory/PickyStorySampleContent.js +2 -36
- package/dist/cjs/third-party/components/PickyStory.js +2 -22
- package/dist/cjs/third-party/components/PickyStory.liquid.js +5 -18
- package/dist/cjs/third-party/components/PowerfulContactFormBuilder.js +2 -38
- package/dist/cjs/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -12
- package/dist/cjs/third-party/components/PreorderNowPreOrderPq.js +2 -38
- package/dist/cjs/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -12
- package/dist/cjs/third-party/components/PreorderNowWodPresale.js +2 -51
- package/dist/cjs/third-party/components/PreorderNowWodPresale.liquid.js +1 -12
- package/dist/cjs/third-party/components/ProductOptionsCustomizer.js +2 -38
- package/dist/cjs/third-party/components/ProductOptionsCustomizer.liquid.js +1 -12
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +1 -38
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +4 -17
- package/dist/cjs/third-party/components/ProductReviews/ProductReviewsSampleContent.js +2 -29
- package/dist/cjs/third-party/components/ProductReviews.js +2 -22
- package/dist/cjs/third-party/components/ProductReviews.liquid.js +5 -18
- package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.js +2 -38
- package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -12
- package/dist/cjs/third-party/components/PushOwl.js +2 -9
- package/dist/cjs/third-party/components/PushOwl.liquid.js +3 -37
- package/dist/cjs/third-party/components/QikifyUpsell.js +2 -79
- package/dist/cjs/third-party/components/QikifyUpsell.liquid.js +1 -12
- package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.js +2 -38
- package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.liquid.js +5 -18
- package/dist/cjs/third-party/components/RechargeSubscriptions.js +2 -38
- package/dist/cjs/third-party/components/RechargeSubscriptions.liquid.js +1 -12
- package/dist/cjs/third-party/components/RecurpaySubscriptionApp.js +2 -38
- package/dist/cjs/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -17
- package/dist/cjs/third-party/components/Releasit/ReleasitSampleContent.js +2 -21
- package/dist/cjs/third-party/components/Releasit.js +1 -22
- package/dist/cjs/third-party/components/Releasit.liquid.js +4 -18
- package/dist/cjs/third-party/components/RequestQuoteHidePrice.js +2 -38
- package/dist/cjs/third-party/components/RequestQuoteHidePrice.liquid.js +4 -17
- package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.js +2 -36
- package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -12
- package/dist/cjs/third-party/components/Rivyo/RivyoSampleContent.js +2 -36
- package/dist/cjs/third-party/components/Rivyo.js +2 -22
- package/dist/cjs/third-party/components/Rivyo.liquid.js +5 -18
- package/dist/cjs/third-party/components/Ryviu/RyviuSampleContent.js +2 -37
- package/dist/cjs/third-party/components/Ryviu.js +2 -22
- package/dist/cjs/third-party/components/Ryviu.liquid.js +6 -19
- package/dist/cjs/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +2 -23
- package/dist/cjs/third-party/components/SealSubscriptions.js +2 -22
- package/dist/cjs/third-party/components/SealSubscriptions.liquid.js +4 -17
- package/dist/cjs/third-party/components/SegunoEmailMarketing.js +2 -32
- package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +1 -12
- package/dist/cjs/third-party/components/Selleasy.js +2 -36
- package/dist/cjs/third-party/components/Selleasy.liquid.js +1 -12
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +2 -32
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -12
- package/dist/cjs/third-party/components/ShopifyForms.js +2 -38
- package/dist/cjs/third-party/components/ShopifyForms.liquid.js +1 -12
- package/dist/cjs/third-party/components/ShopifySubscriptions.js +2 -38
- package/dist/cjs/third-party/components/ShopifySubscriptions.liquid.js +4 -18
- package/dist/cjs/third-party/components/SimpleBundlesKits.js +2 -38
- package/dist/cjs/third-party/components/SimpleBundlesKits.liquid.js +1 -12
- package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.js +2 -38
- package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.liquid.js +5 -18
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +2 -23
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters.js +2 -24
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters.liquid.js +6 -21
- package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.js +2 -38
- package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -12
- package/dist/cjs/third-party/components/Stamped/LiquidTemplateByWidget.js +101 -174
- package/dist/cjs/third-party/components/Stamped/StampedSampleContent.js +2 -46
- package/dist/cjs/third-party/components/Stamped.js +2 -22
- package/dist/cjs/third-party/components/Stamped.liquid.js +5 -21
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +2 -32
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +4 -17
- package/dist/cjs/third-party/components/SubifySubscriptionsApp.js +2 -38
- package/dist/cjs/third-party/components/SubifySubscriptionsApp.liquid.js +1 -12
- package/dist/cjs/third-party/components/TagembedSocialPostReview.js +2 -38
- package/dist/cjs/third-party/components/TagembedSocialPostReview.liquid.js +5 -18
- package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.js +2 -38
- package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.liquid.js +5 -18
- package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.js +1 -38
- package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -17
- package/dist/cjs/third-party/components/ThirdPartyPreview.js +2 -75
- package/dist/cjs/third-party/components/TrustBadgesBear.js +2 -32
- package/dist/cjs/third-party/components/TrustBadgesBear.liquid.js +1 -12
- package/dist/cjs/third-party/components/TrustMe/TrustMeSampleContent.js +2 -23
- package/dist/cjs/third-party/components/TrustMe.js +2 -22
- package/dist/cjs/third-party/components/TrustMe.liquid.js +4 -17
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +2 -32
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -12
- package/dist/cjs/third-party/components/Trustoo/TrustooSampleContent.js +2 -35
- package/dist/cjs/third-party/components/Trustoo.js +2 -22
- package/dist/cjs/third-party/components/Trustoo.liquid.js +12 -38
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +2 -32
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +1 -12
- package/dist/cjs/third-party/components/TrustshopProductReviews.js +2 -46
- package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +1 -12
- package/dist/cjs/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +2 -33
- package/dist/cjs/third-party/components/UltimateSalesBoost.js +2 -22
- package/dist/cjs/third-party/components/UltimateSalesBoost.liquid.js +5 -18
- package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.js +2 -38
- package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -12
- package/dist/cjs/third-party/components/Vitals/VitalsSampleContent.js +2 -51
- package/dist/cjs/third-party/components/Vitals.js +2 -22
- package/dist/cjs/third-party/components/Vitals.liquid.js +7 -20
- package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.js +2 -38
- package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -12
- package/dist/cjs/third-party/components/WideBundle/WideBundleSampleContent.js +2 -23
- package/dist/cjs/third-party/components/WideBundle.js +2 -22
- package/dist/cjs/third-party/components/WideBundle.liquid.js +4 -17
- package/dist/cjs/third-party/components/Wiser/WiserSampleContent.js +2 -57
- package/dist/cjs/third-party/components/Wiser.js +2 -27
- package/dist/cjs/third-party/components/Wiser.liquid.js +5 -19
- package/dist/cjs/third-party/components/WishlistKing.js +2 -38
- package/dist/cjs/third-party/components/WishlistKing.liquid.js +1 -12
- package/dist/cjs/third-party/components/WishlistPlus.js +2 -38
- package/dist/cjs/third-party/components/WishlistPlus.liquid.js +6 -19
- package/dist/cjs/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +2 -23
- package/dist/cjs/third-party/components/YotpoLoyalty.js +2 -43
- package/dist/cjs/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +2 -37
- package/dist/cjs/third-party/components/YotpoReviews.js +2 -22
- package/dist/cjs/third-party/components/YotpoReviews.liquid.js +6 -20
- package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +1 -12
- package/dist/cjs/third-party/configs/AirProductReviewsAppUgc.js +1 -0
- package/dist/cjs/third-party/configs/AliReviews.js +1 -12
- package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +1 -12
- package/dist/cjs/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -0
- package/dist/cjs/third-party/configs/AppointmentBookingCowlendar.js +1 -0
- package/dist/cjs/third-party/configs/AppstleBundlesDiscounts.js +1 -12
- package/dist/cjs/third-party/configs/AppstleSubscriptions.js +1 -12
- package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +1 -12
- package/dist/cjs/third-party/configs/BirdChime.js +1 -12
- package/dist/cjs/third-party/configs/Bogos.js +1 -12
- package/dist/cjs/third-party/configs/BoldProductOptions.js +1 -12
- package/dist/cjs/third-party/configs/BoldSubscription.js +1 -12
- package/dist/cjs/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -0
- package/dist/cjs/third-party/configs/BoostAISearchDiscovery.js +1 -12
- package/dist/cjs/third-party/configs/Bundler.js +1 -12
- package/dist/cjs/third-party/configs/CleanSizeCharts.js +1 -0
- package/dist/cjs/third-party/configs/CrossSellCartUpsell.js +1 -12
- package/dist/cjs/third-party/configs/CustomProductOptionsVariant.js +1 -0
- package/dist/cjs/third-party/configs/DiscountyBulkDiscountSales.js +1 -12
- package/dist/cjs/third-party/configs/EasifyProductOptions.js +1 -0
- package/dist/cjs/third-party/configs/EasyBundleBuilderSkailama.js +1 -0
- package/dist/cjs/third-party/configs/EasySellCOD.js +1 -0
- package/dist/cjs/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -12
- package/dist/cjs/third-party/configs/EcomsendBackInStockAlert.js +1 -12
- package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +1 -12
- package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +1 -12
- package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +1 -12
- package/dist/cjs/third-party/configs/FastBundleBundlesDiscount.js +1 -0
- package/dist/cjs/third-party/configs/FeraReviews.js +1 -12
- package/dist/cjs/third-party/configs/FirePush.js +1 -12
- package/dist/cjs/third-party/configs/FlyBundlesUpsellsFbt.js +1 -0
- package/dist/cjs/third-party/configs/FordeerProductLabels.js +1 -0
- package/dist/cjs/third-party/configs/FrequentlyBoughtTogether.js +1 -12
- package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +1 -12
- package/dist/cjs/third-party/configs/GoogleReviewsByReputon.js +1 -0
- package/dist/cjs/third-party/configs/Growave.js +1 -12
- package/dist/cjs/third-party/configs/HextomCountdownTimerBar.js +1 -12
- package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +1 -12
- package/dist/cjs/third-party/configs/HulkFormBuilder.js +1 -0
- package/dist/cjs/third-party/configs/HulkProductOptions.js +1 -12
- package/dist/cjs/third-party/configs/InfiniteOptions.js +1 -12
- package/dist/cjs/third-party/configs/Instafeed.js +1 -12
- package/dist/cjs/third-party/configs/InstasellShoppableInstagram.js +1 -0
- package/dist/cjs/third-party/configs/JudgemeReviews.js +1 -12
- package/dist/cjs/third-party/configs/JunipProductReviewsUgc.js +1 -0
- package/dist/cjs/third-party/configs/KachingBundles.js +1 -12
- package/dist/cjs/third-party/configs/KingProductOptions.js +1 -12
- package/dist/cjs/third-party/configs/KiteFreeGiftDiscount.js +1 -0
- package/dist/cjs/third-party/configs/KlarmaMessaging.js +1 -0
- package/dist/cjs/third-party/configs/Klaviyo.js +1 -12
- package/dist/cjs/third-party/configs/KoalaBundleQuantityDiscount.js +1 -0
- package/dist/cjs/third-party/configs/LaiProductReviews.js +1 -12
- package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +1 -0
- package/dist/cjs/third-party/configs/LoopSubscriptions.js +1 -0
- package/dist/cjs/third-party/configs/LooxReviews.js +1 -12
- package/dist/cjs/third-party/configs/MaxbundleProductBundles.js +1 -0
- package/dist/cjs/third-party/configs/MbcBundleVolumeDiscount.js +1 -0
- package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +1 -12
- package/dist/cjs/third-party/configs/NotifyBackInStockPreOrder.js +1 -0
- package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +1 -12
- package/dist/cjs/third-party/configs/Omnisend.js +1 -12
- package/dist/cjs/third-party/configs/Opinew.js +1 -12
- package/dist/cjs/third-party/configs/ParcelPanel.js +1 -12
- package/dist/cjs/third-party/configs/PickyStory.js +1 -12
- package/dist/cjs/third-party/configs/PowerfulContactFormBuilder.js +1 -0
- package/dist/cjs/third-party/configs/PreorderNowPreOrderPq.js +1 -0
- package/dist/cjs/third-party/configs/PreorderNowWodPresale.js +1 -0
- package/dist/cjs/third-party/configs/ProductOptionsCustomizer.js +1 -0
- package/dist/cjs/third-party/configs/ProductReviews.js +1 -12
- package/dist/cjs/third-party/configs/PumperBundlesVolumeDiscount.js +1 -0
- package/dist/cjs/third-party/configs/PushOwl.js +1 -12
- package/dist/cjs/third-party/configs/QikifyUpsell.js +1 -0
- package/dist/cjs/third-party/configs/RapiBundleQuantityBreaks.js +1 -0
- package/dist/cjs/third-party/configs/RechargeSubscriptions.js +1 -0
- package/dist/cjs/third-party/configs/RecurpaySubscriptionApp.js +1 -0
- package/dist/cjs/third-party/configs/Releasit.js +1 -12
- package/dist/cjs/third-party/configs/RequestQuoteHidePrice.js +1 -0
- package/dist/cjs/third-party/configs/ReviewxpoProductReviewsApp.js +1 -0
- package/dist/cjs/third-party/configs/Rivyo.js +1 -12
- package/dist/cjs/third-party/configs/Ryviu.js +1 -12
- package/dist/cjs/third-party/configs/SealSubscriptions.js +1 -12
- package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +1 -12
- package/dist/cjs/third-party/configs/Selleasy.js +1 -0
- package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +1 -12
- package/dist/cjs/third-party/configs/ShopifyForms.js +1 -0
- package/dist/cjs/third-party/configs/ShopifySubscriptions.js +1 -0
- package/dist/cjs/third-party/configs/SimpleBundlesKits.js +1 -0
- package/dist/cjs/third-party/configs/SkioSubscriptionsYcS20.js +1 -0
- package/dist/cjs/third-party/configs/SmartSearchBarAndFilters.js +1 -12
- package/dist/cjs/third-party/configs/SproutPlantTreesGrowSales.js +1 -0
- package/dist/cjs/third-party/configs/Stamped.js +1 -12
- package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +1 -12
- package/dist/cjs/third-party/configs/SubifySubscriptionsApp.js +1 -0
- package/dist/cjs/third-party/configs/TagembedSocialPostReview.js +1 -0
- package/dist/cjs/third-party/configs/TagshopShoppableVideosUgc.js +1 -0
- package/dist/cjs/third-party/configs/TrustBadgesBear.js +1 -12
- package/dist/cjs/third-party/configs/TrustMe.js +1 -12
- package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +1 -12
- package/dist/cjs/third-party/configs/Trustoo.js +1 -12
- package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +1 -12
- package/dist/cjs/third-party/configs/TrustshopProductReviews.js +1 -12
- package/dist/cjs/third-party/configs/UltimateSalesBoost.js +1 -12
- package/dist/cjs/third-party/configs/UnlimitedBundlesDiscounts.js +1 -0
- package/dist/cjs/third-party/configs/Vitals.js +1 -12
- package/dist/cjs/third-party/configs/WhatmoreShoppableVideosreel.js +1 -0
- package/dist/cjs/third-party/configs/WideBundle.js +1 -12
- package/dist/cjs/third-party/configs/Wiser.js +1 -12
- package/dist/cjs/third-party/configs/WishlistKing.js +1 -0
- package/dist/cjs/third-party/configs/WishlistPlus.js +1 -0
- package/dist/cjs/third-party/configs/YotpoLoyalty.js +1 -12
- package/dist/cjs/third-party/configs/YotpoReviews.js +1 -12
- package/dist/cjs/third-party/index.js +1 -0
- package/dist/cjs/third-party/next.js +1 -592
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +4 -0
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +4 -0
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AliReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/AliReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AliReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +4 -0
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +4 -0
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +4 -0
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +4 -0
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +6 -0
- package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +4 -0
- package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +4 -0
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BirdChime/index.js +6 -0
- package/dist/cjs/third-party/settings/BirdChime/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BirdChime/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Bogos/index.js +6 -0
- package/dist/cjs/third-party/settings/Bogos/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Bogos/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BoldProductOptions/index.js +6 -0
- package/dist/cjs/third-party/settings/BoldProductOptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BoldProductOptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +6 -0
- package/dist/cjs/third-party/settings/BoldSubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BoldSubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +4 -0
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +6 -0
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Bundler/index.js +6 -0
- package/dist/cjs/third-party/settings/Bundler/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Bundler/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +6 -0
- package/dist/cjs/third-party/settings/CleanSizeCharts/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/CleanSizeCharts/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +6 -0
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +4 -0
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +4 -0
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +4 -0
- package/dist/cjs/third-party/settings/EasifyProductOptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EasifyProductOptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +4 -0
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EasySellCOD/index.js +6 -0
- package/dist/cjs/third-party/settings/EasySellCOD/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EasySellCOD/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +4 -0
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +4 -0
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +4 -0
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +4 -0
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +4 -0
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +4 -0
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FeraReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/FeraReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FeraReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FirePush/index.js +6 -0
- package/dist/cjs/third-party/settings/FirePush/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FirePush/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +4 -0
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +4 -0
- package/dist/cjs/third-party/settings/FordeerProductLabels/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FordeerProductLabels/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +8 -0
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +4 -0
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +4 -0
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +4 -0
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Growave/index.js +6 -0
- package/dist/cjs/third-party/settings/Growave/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Growave/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +4 -0
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +4 -0
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +4 -0
- package/dist/cjs/third-party/settings/HulkFormBuilder/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/HulkFormBuilder/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/HulkProductOptions/index.js +4 -0
- package/dist/cjs/third-party/settings/HulkProductOptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/HulkProductOptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/InfiniteOptions/index.js +6 -0
- package/dist/cjs/third-party/settings/InfiniteOptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/InfiniteOptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Instafeed/index.js +6 -0
- package/dist/cjs/third-party/settings/Instafeed/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Instafeed/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +4 -0
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/JudgemeReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/JudgemeReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/JudgemeReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +4 -0
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/KachingBundles/index.js +6 -0
- package/dist/cjs/third-party/settings/KachingBundles/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/KachingBundles/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/KingProductOptions/index.js +6 -0
- package/dist/cjs/third-party/settings/KingProductOptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/KingProductOptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +4 -0
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +5 -0
- package/dist/cjs/third-party/settings/KlarnaMessaging/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/KlarnaMessaging/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Klaviyo/index.js +6 -0
- package/dist/cjs/third-party/settings/Klaviyo/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Klaviyo/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +4 -0
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/LaiProductReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/LaiProductReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/LaiProductReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -0
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +4 -0
- package/dist/cjs/third-party/settings/LoopSubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/LoopSubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/LooxReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/LooxReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/LooxReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +4 -0
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +4 -0
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +4 -0
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +4 -0
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +4 -0
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Omnisend/index.js +6 -0
- package/dist/cjs/third-party/settings/Omnisend/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Omnisend/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Opinew/index.js +6 -0
- package/dist/cjs/third-party/settings/Opinew/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Opinew/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ParcelPanel/index.js +6 -0
- package/dist/cjs/third-party/settings/ParcelPanel/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ParcelPanel/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PickyStory/index.js +6 -0
- package/dist/cjs/third-party/settings/PickyStory/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PickyStory/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +4 -0
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +4 -0
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +4 -0
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +4 -0
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +4 -0
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ProductReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/ProductReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ProductReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +4 -0
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PushOwl/index.js +6 -0
- package/dist/cjs/third-party/settings/PushOwl/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PushOwl/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/QikifyUpsell/index.js +6 -0
- package/dist/cjs/third-party/settings/QikifyUpsell/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/QikifyUpsell/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +4 -0
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +4 -0
- package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +4 -0
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Releasit/index.js +6 -0
- package/dist/cjs/third-party/settings/Releasit/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Releasit/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +4 -0
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +4 -0
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Rivyo/index.js +6 -0
- package/dist/cjs/third-party/settings/Rivyo/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Rivyo/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Ryviu/index.js +6 -0
- package/dist/cjs/third-party/settings/Ryviu/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Ryviu/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SealSubscriptions/index.js +6 -0
- package/dist/cjs/third-party/settings/SealSubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SealSubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +4 -0
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Selleasy/index.js +4 -0
- package/dist/cjs/third-party/settings/Selleasy/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Selleasy/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +4 -0
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ShopifyForms/index.js +4 -0
- package/dist/cjs/third-party/settings/ShopifyForms/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ShopifyForms/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +4 -0
- package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +4 -0
- package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +4 -0
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +6 -0
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +4 -0
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/Badge.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/BadgeDouble.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/BadgeRibbon.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/BadgeSingle.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/Carousel.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/CheckoutReviews.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/Colors.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/Filters.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/FullPage.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/InstagramFeed.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/MainWidget.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/ProductRating.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/SingleHighlight.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/SiteBadge.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/TopRated.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/VisualGallery.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/WallPhotos.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/index.js +1 -0
- package/dist/cjs/third-party/settings/Stamped.js +6 -0
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +4 -0
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +4 -0
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +4 -0
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +4 -0
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +4 -0
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +4 -0
- package/dist/cjs/third-party/settings/TrustBadgesBear/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TrustBadgesBear/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TrustMe/index.js +6 -0
- package/dist/cjs/third-party/settings/TrustMe/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TrustMe/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +4 -0
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Trustoo/index.js +6 -0
- package/dist/cjs/third-party/settings/Trustoo/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +4 -0
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +4 -0
- package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +6 -0
- package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +4 -0
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Vitals/index.js +6 -0
- package/dist/cjs/third-party/settings/Vitals/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Vitals/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +4 -0
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/WideBundle/index.js +6 -0
- package/dist/cjs/third-party/settings/WideBundle/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/WideBundle/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Wiser/index.js +6 -0
- package/dist/cjs/third-party/settings/Wiser/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Wiser/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/WishlistKing/index.js +4 -0
- package/dist/cjs/third-party/settings/WishlistKing/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/WishlistKing/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/WishlistPlus/index.js +6 -0
- package/dist/cjs/third-party/settings/WishlistPlus/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/WishlistPlus/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +6 -0
- package/dist/cjs/third-party/settings/YotpoLoyalty/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/YotpoLoyalty/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/YotpoReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/YotpoReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/YotpoReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/types.js +1 -0
- package/dist/cjs/third-party-instant/common/helpers.js +1 -0
- package/dist/cjs/third-party-instant/components/InstantJudgemeReviews.js +2 -75
- package/dist/cjs/third-party-instant/components/InstantKlaviyo.js +2 -47
- package/dist/cjs/third-party-instant/components/InstantLooxReviews.js +2 -36
- package/dist/cjs/third-party-instant/components/InstantThirdPartyPreview.js +2 -72
- package/dist/cjs/third-party-instant/components/InstantYotpoLoyalty.js +2 -43
- package/dist/cjs/third-party-instant/components/Judgeme/JudgemeSampleContent.js +2 -23
- package/dist/cjs/third-party-instant/components/Judgeme/SingleProduct.js +2 -48
- package/dist/cjs/third-party-instant/components/Judgeme/WithoutProduct.js +2 -93
- package/dist/cjs/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +2 -23
- package/dist/cjs/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +3 -24
- package/dist/cjs/third-party-instant/components/LooxReviews/SingleProduct.js +2 -51
- package/dist/cjs/third-party-instant/components/LooxReviews/WithoutProduct.js +2 -55
- package/dist/cjs/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +2 -23
- package/dist/cjs/third-party-instant/configs/JudgemeReviews.js +1 -12
- package/dist/cjs/third-party-instant/configs/Klaviyo.js +1 -12
- package/dist/cjs/third-party-instant/configs/LooxReviews.js +1 -12
- package/dist/cjs/third-party-instant/configs/YotpoLoyalty.js +1 -12
- package/dist/cjs/third-party-instant/index.js +1 -0
- package/dist/cjs/third-party-instant/next.js +1 -33
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v1.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +6 -0
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v1.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +6 -0
- package/dist/cjs/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantLooxReviews/index.js +6 -0
- package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/index.js +6 -0
- package/dist/cjs/third-party-instant/types.js +1 -0
- package/dist/cjs/third-party-slot/common/classes.js +1 -0
- package/dist/cjs/third-party-slot/common/helpers.js +40 -0
- package/dist/cjs/third-party-slot/common/styles.js +1 -0
- package/dist/cjs/third-party-slot/components/ThirdPartySlot.js +2 -47
- package/dist/cjs/third-party-slot/components/ThirdPartySlot.liquid.js +8 -56
- package/dist/cjs/third-party-slot/index.js +1 -0
- package/dist/cjs/third-party-slot/next.js +1 -16
- package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +10 -0
- package/dist/cjs/third-party-slot/settings/configs/settings.js +1 -0
- package/dist/cjs/third-party-slot/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/third-party-slot/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/validates/background.js +1 -0
- package/dist/cjs/video/common/attrs.js +1 -0
- package/dist/cjs/video/common/classes.js +1 -0
- package/dist/cjs/video/common/helpers.js +1 -0
- package/dist/cjs/video/common/styles.js +1 -0
- package/dist/cjs/video/components/HTML5Embed.js +2 -83
- package/dist/cjs/video/components/HTML5Embed.liquid.js +38 -87
- package/dist/cjs/video/components/LiteVimeoEmbed.js +2 -117
- package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +18 -56
- package/dist/cjs/video/components/LiteYouTubeEmbed.js +2 -195
- package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +21 -83
- package/dist/cjs/video/components/Video.js +2 -112
- package/dist/cjs/video/components/Video.liquid.js +4 -107
- package/dist/cjs/video/hooks/useLiteHtml5Embed.js +1 -0
- package/dist/cjs/video/hooks/useLiteVimeoEmbed.js +1 -0
- package/dist/cjs/video/hooks/useLiteYoutubeEmbed.js +1 -0
- package/dist/cjs/video/index.js +1 -0
- package/dist/cjs/video/next.js +1 -16
- package/dist/cjs/video/settings/Video.js +12 -0
- package/dist/cjs/video/settings/configs/settings.js +1 -0
- package/dist/cjs/video/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/video/settings/configs/ui-v2.js +1 -0
- package/dist/esm/accordion/common/classes.js +1 -0
- package/dist/esm/accordion/common/helpers.js +1 -0
- package/dist/esm/accordion/common/styles.js +1 -0
- package/dist/esm/accordion/components/Accordion.js +2 -191
- package/dist/esm/accordion/components/Accordion.liquid.js +16 -108
- package/dist/esm/accordion/components/AccordionItem.js +2 -303
- package/dist/esm/accordion/components/AccordionItem.liquid.js +33 -238
- package/dist/esm/accordion/hooks/useAccordion.js +1 -0
- package/dist/esm/accordion/hooks/useAccordionItem.js +1 -0
- package/dist/esm/accordion/hooks/useMountTransition.js +2 -23
- package/dist/esm/accordion/index.js +1 -0
- package/dist/esm/accordion/next.js +1 -16
- package/dist/esm/accordion/settings/Accordion.js +70 -0
- package/dist/esm/accordion/settings/AccordionItem.js +1 -0
- package/dist/esm/accordion/settings/configs/child-items.js +1 -0
- package/dist/esm/accordion/settings/configs/settings.js +39 -0
- package/dist/esm/accordion/settings/configs/ui-v1.js +1 -0
- package/dist/esm/accordion/settings/configs/ui-v2.js +1 -0
- package/dist/esm/article/common/helpers.js +13 -0
- package/dist/esm/article/components/ArticleAuthor.js +2 -30
- package/dist/esm/article/components/ArticleAuthor.liquid.js +4 -22
- package/dist/esm/article/components/ArticleCategory.js +2 -23
- package/dist/esm/article/components/ArticleCategory.liquid.js +4 -22
- package/dist/esm/article/components/ArticleContent.js +4 -59
- package/dist/esm/article/components/ArticleContent.liquid.js +8 -27
- package/dist/esm/article/components/ArticleDate.js +2 -40
- package/dist/esm/article/components/ArticleDate.liquid.js +4 -30
- package/dist/esm/article/components/ArticleExcerpt.js +2 -48
- package/dist/esm/article/components/ArticleExcerpt.liquid.js +4 -21
- package/dist/esm/article/components/ArticleImage.js +2 -36
- package/dist/esm/article/components/ArticleImage.liquid.js +9 -47
- package/dist/esm/article/components/ArticleList.js +2 -141
- package/dist/esm/article/components/ArticleList.liquid.js +20 -54
- package/dist/esm/article/components/ArticleNotFound.js +2 -137
- package/dist/esm/article/components/ArticlePagination.js +2 -14
- package/dist/esm/article/components/ArticlePagination.liquid.js +2 -8
- package/dist/esm/article/components/ArticleReadMore.js +2 -48
- package/dist/esm/article/components/ArticleReadMore.liquid.js +6 -53
- package/dist/esm/article/components/ArticleTag.js +2 -28
- package/dist/esm/article/components/ArticleTag.liquid.js +5 -22
- package/dist/esm/article/components/ArticleTitle.js +2 -37
- package/dist/esm/article/components/ArticleTitle.liquid.js +8 -38
- package/dist/esm/article/hooks/useArticleLink.js +1 -26
- package/dist/esm/article/index.js +1 -0
- package/dist/esm/article/next.js +1 -52
- package/dist/esm/article/settings/ArticleAuthor.js +6 -0
- package/dist/esm/article/settings/ArticleCategory.js +6 -0
- package/dist/esm/article/settings/ArticleContent.js +6 -0
- package/dist/esm/article/settings/ArticleDate.js +6 -0
- package/dist/esm/article/settings/ArticleExcerpt.js +6 -0
- package/dist/esm/article/settings/ArticleImage.js +7 -0
- package/dist/esm/article/settings/ArticleList.js +8 -0
- package/dist/esm/article/settings/ArticlePagination.js +12 -0
- package/dist/esm/article/settings/ArticleReadMore.js +6 -0
- package/dist/esm/article/settings/ArticleTag.js +6 -0
- package/dist/esm/article/settings/ArticleTitle.js +6 -0
- package/dist/esm/article/settings/configs/article-author/presets.js +6 -0
- package/dist/esm/article/settings/configs/article-author/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-author/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-category/presets.js +6 -0
- package/dist/esm/article/settings/configs/article-category/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-category/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-content/presets.js +4 -0
- package/dist/esm/article/settings/configs/article-content/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-content/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-date/presets.js +5 -0
- package/dist/esm/article/settings/configs/article-date/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-date/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-excerpt/presets.js +5 -0
- package/dist/esm/article/settings/configs/article-excerpt/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-excerpt/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-image/presets.js +4 -0
- package/dist/esm/article/settings/configs/article-image/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-image/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-list/presets.js +19 -0
- package/dist/esm/article/settings/configs/article-list/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-read-more/presets.js +5 -0
- package/dist/esm/article/settings/configs/article-read-more/settings.js +2 -0
- package/dist/esm/article/settings/configs/article-read-more/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-tag/presets.js +6 -0
- package/dist/esm/article/settings/configs/article-tag/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-tag/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-title/presets.js +5 -0
- package/dist/esm/article/settings/configs/article-title/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-title/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -0
- package/dist/esm/breadcrumb/common/attrs.js +1 -0
- package/dist/esm/breadcrumb/common/classes.js +9 -0
- package/dist/esm/breadcrumb/common/helpers.js +1 -0
- package/dist/esm/breadcrumb/common/styles.js +1 -0
- package/dist/esm/breadcrumb/components/Breadcrumb.js +2 -176
- package/dist/esm/breadcrumb/components/Breadcrumb.liquid.js +15 -229
- package/dist/esm/breadcrumb/components/BreadcrumbItem.js +2 -0
- package/dist/esm/breadcrumb/components/BreadcrumbItem.liquid.js +1 -0
- package/dist/esm/breadcrumb/components/templates/article.js +10 -0
- package/dist/esm/breadcrumb/components/templates/collection.js +6 -0
- package/dist/esm/breadcrumb/components/templates/home.js +4 -0
- package/dist/esm/breadcrumb/components/templates/landing.js +6 -0
- package/dist/esm/breadcrumb/components/templates/product.js +20 -0
- package/dist/esm/breadcrumb/constants.js +1 -0
- package/dist/esm/breadcrumb/hooks/useBreadcrumb.js +1 -0
- package/dist/esm/breadcrumb/index.js +1 -0
- package/dist/esm/breadcrumb/next.js +1 -12
- package/dist/esm/breadcrumb/settings/Breadcrumb.js +8 -0
- package/dist/esm/breadcrumb/settings/configs/settings.js +4 -0
- package/dist/esm/breadcrumb/settings/configs/ui-v1.js +1 -0
- package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -0
- package/dist/esm/breadcrumb/types.js +1 -0
- package/dist/esm/builder.js +2 -511
- package/dist/esm/button/common/attrs.js +1 -0
- package/dist/esm/button/common/classes.js +1 -0
- package/dist/esm/button/common/helpers.js +22 -0
- package/dist/esm/button/common/styles.js +32 -0
- package/dist/esm/button/components/Button.js +2 -189
- package/dist/esm/button/components/Button.liquid.js +28 -181
- package/dist/esm/button/components/ButtonIcon.js +1 -0
- package/dist/esm/button/components/ButtonIcon.liquid.js +8 -0
- package/dist/esm/button/components/ButtonLabel.js +1 -0
- package/dist/esm/button/components/ButtonLabel.liquid.js +8 -0
- package/dist/esm/button/components/ButtonLoadingIndicator.js +1 -0
- package/dist/esm/button/components/ButtonLoadingIndicator.liquid.js +1 -0
- package/dist/esm/button/index.js +1 -0
- package/dist/esm/button/next.js +1 -12
- package/dist/esm/button/settings/Button.js +27 -0
- package/dist/esm/button/settings/configs/settings.js +4 -0
- package/dist/esm/button/settings/configs/ui-v1.js +1 -0
- package/dist/esm/button/settings/configs/ui-v2.js +1 -0
- package/dist/esm/carousel/common/helpers.js +1 -0
- package/dist/esm/carousel/components/arrow/Arrow.js +10 -0
- package/dist/esm/carousel/components/arrow/Arrow.liquid.js +26 -0
- package/dist/esm/carousel/components/arrow/common/classes.js +1 -0
- package/dist/esm/carousel/components/arrow/common/helpers.js +1 -0
- package/dist/esm/carousel/components/arrow/common/styles.js +33 -0
- package/dist/esm/carousel/components/dot/Dots.js +2 -0
- package/dist/esm/carousel/components/dot/Dots.liquid.js +7 -0
- package/dist/esm/carousel/components/dot/common/classes.js +1 -0
- package/dist/esm/carousel/components/dot/common/helpers.js +1 -0
- package/dist/esm/carousel/components/dot/common/styles.js +1 -0
- package/dist/esm/carousel/components/item/CarouselItem.js +2 -0
- package/dist/esm/carousel/components/item/CarouselItem.liquid.js +22 -0
- package/dist/esm/carousel/components/item/common/classes.js +1 -0
- package/dist/esm/carousel/components/item/common/styles.js +1 -0
- package/dist/esm/carousel/components/root/Carousel.js +2 -0
- package/dist/esm/carousel/components/root/Carousel.liquid.js +21 -0
- package/dist/esm/carousel/components/root/common/attrs.js +1 -0
- package/dist/esm/carousel/components/root/common/classes.js +1 -0
- package/dist/esm/carousel/components/root/common/helpers.js +1 -0
- package/dist/esm/carousel/components/root/common/styles.js +1 -0
- package/dist/esm/carousel/hooks/useCarouseItem.js +1 -0
- package/dist/esm/carousel/hooks/useCarousel.js +1 -0
- package/dist/esm/carousel/hooks/useDotsSetting.js +1 -0
- package/dist/esm/carousel/hooks/useTrackPreviewPause.js +1 -0
- package/dist/esm/carousel/index.js +1 -0
- package/dist/esm/carousel/next.js +1 -16
- package/dist/esm/carousel/plugins/animation.js +1 -0
- package/dist/esm/carousel/plugins/auto-play.js +1 -0
- package/dist/esm/carousel/plugins/fix-slider-move-backward.js +1 -0
- package/dist/esm/carousel/plugins/mutation.js +1 -0
- package/dist/esm/carousel/settings/Carousel.js +5 -0
- package/dist/esm/carousel/settings/CarouselItem.js +1 -0
- package/dist/esm/carousel/settings/configs/presets.js +114 -0
- package/dist/esm/carousel/settings/configs/settings-v2.js +3 -0
- package/dist/esm/carousel/settings/configs/ui-v1.js +1 -0
- package/dist/esm/carousel/settings/configs/ui-v2.js +1 -0
- package/dist/esm/cart/components/Cart.js +2 -81
- package/dist/esm/cart/components/CartCheckout.js +2 -14
- package/dist/esm/cart/components/CartDiscount.js +2 -9
- package/dist/esm/cart/components/CartLineAttribute.js +2 -27
- package/dist/esm/cart/components/CartLineImage.js +2 -41
- package/dist/esm/cart/components/CartLinePrice.js +2 -42
- package/dist/esm/cart/components/CartLineVariant.js +2 -24
- package/dist/esm/cart/components/CartList.js +2 -33
- package/dist/esm/cart/components/CartOrderNote.js +2 -43
- package/dist/esm/cart/components/CartTotalItem.js +2 -19
- package/dist/esm/cart/components/CartTotalPrice.js +2 -52
- package/dist/esm/cart/components/CheckoutNow.js +2 -37
- package/dist/esm/cart/components/CouponList.js +2 -11
- package/dist/esm/cart/components/DiscountInput.js +2 -24
- package/dist/esm/cart/components/shop-pay-button/ShopPayButton.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +16 -0
- package/dist/esm/cart/components/shop-pay-button/common/classes.js +1 -0
- package/dist/esm/cart/components/shop-pay-button/common/helpers.js +1 -0
- package/dist/esm/cart/components/shop-pay-button/common/styles.js +1 -0
- package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +5 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +29 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +29 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +15 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +25 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +25 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +25 -0
- package/dist/esm/cart/hooks/useShopPayButton.js +1 -0
- package/dist/esm/cart/index.js +1 -0
- package/dist/esm/cart/next.js +1 -70
- package/dist/esm/cart/settings/Cart.js +7 -0
- package/dist/esm/cart/settings/CartCheckout.js +1 -0
- package/dist/esm/cart/settings/CartDiscount.js +1 -0
- package/dist/esm/cart/settings/CartLineAttribute.js +1 -0
- package/dist/esm/cart/settings/CartLineImage.js +1 -0
- package/dist/esm/cart/settings/CartLinePrice.js +1 -0
- package/dist/esm/cart/settings/CartLineVariant.js +1 -0
- package/dist/esm/cart/settings/CartList.js +1 -0
- package/dist/esm/cart/settings/CartOrderNote.js +1 -0
- package/dist/esm/cart/settings/CartTotalItem.js +1 -0
- package/dist/esm/cart/settings/CartTotalPrice.js +1 -0
- package/dist/esm/cart/settings/CouponList.js +1 -0
- package/dist/esm/cart/settings/DiscountInput.js +1 -0
- package/dist/esm/cart/settings/ShopPayButton.js +1 -0
- package/dist/esm/code/common/classes.js +1 -0
- package/dist/esm/code/common/styles.js +1 -0
- package/dist/esm/code/components/CSSCode.js +2 -145
- package/dist/esm/code/components/CSSCode.liquid.js +10 -26
- package/dist/esm/code/hooks/useCSSCode.js +11 -0
- package/dist/esm/code/index.js +1 -0
- package/dist/esm/code/next.js +1 -12
- package/dist/esm/code/settings/CSSCode.js +7 -0
- package/dist/esm/code/settings/configs/settings.js +1 -0
- package/dist/esm/code/settings/configs/ui-v1.js +1 -0
- package/dist/esm/code/settings/configs/ui-v2.js +1 -0
- package/dist/esm/collection/components/collection-banner/CollectionBanner.js +2 -0
- package/dist/esm/collection/components/collection-banner/CollectionBanner.liquid.js +19 -0
- package/dist/esm/collection/components/collection-banner/common/classes.js +1 -0
- package/dist/esm/collection/components/collection-banner/common/helpers.js +1 -0
- package/dist/esm/collection/components/collection-banner/common/styles.js +1 -0
- package/dist/esm/collection/components/collection-description/CollectionDescription.js +2 -0
- package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +21 -0
- package/dist/esm/collection/components/collection-description/common/classes.js +1 -0
- package/dist/esm/collection/components/collection-description/common/helpers.js +3 -0
- package/dist/esm/collection/components/collection-description/common/styles.js +16 -0
- package/dist/esm/collection/components/collection-paginator/CollectionPaginator.js +2 -0
- package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +8 -0
- package/dist/esm/collection/components/collection-paginator/common/classes.js +1 -0
- package/dist/esm/collection/components/collection-paginator/common/helpers.js +8 -0
- package/dist/esm/collection/components/collection-paginator/common/styles.js +1 -0
- package/dist/esm/collection/components/collection-title/CollectionTitle.js +2 -0
- package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +3 -0
- package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.js +2 -0
- package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +42 -0
- package/dist/esm/collection/components/collection-toolbar/common/classes.js +1 -0
- package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -0
- package/dist/esm/collection/components/collection-toolbar/common/styles.js +1 -0
- package/dist/esm/collection/hooks/useDescription.js +1 -0
- package/dist/esm/collection/index.js +1 -0
- package/dist/esm/collection/next.js +1 -28
- package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +12 -0
- package/dist/esm/collection/settings/collection-banner/configs/settings.js +14 -0
- package/dist/esm/collection/settings/collection-banner/configs/ui-v1.js +1 -0
- package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -0
- package/dist/esm/collection/settings/collection-description/CollectionDescription.js +9 -0
- package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -0
- package/dist/esm/collection/settings/collection-description/configs/ui-v1.js +1 -0
- package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -0
- package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +12 -0
- package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -0
- package/dist/esm/collection/settings/collection-paginator/configs/ui-v1.js +1 -0
- package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -0
- package/dist/esm/collection/settings/collection-title/CollectionTitle.js +9 -0
- package/dist/esm/collection/settings/collection-title/configs/settings.js +1 -0
- package/dist/esm/collection/settings/collection-title/configs/ui-v1.js +1 -0
- package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -0
- package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +11 -0
- package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -0
- package/dist/esm/collection/settings/collection-toolbar/configs/ui-v1.js +1 -0
- package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -0
- package/dist/esm/common/components/Loading.js +2 -17
- package/dist/esm/common/components/NoDataState.js +1 -0
- package/dist/esm/common/components/Tooltip.js +2 -63
- package/dist/esm/common/components/TooltipHover.js +2 -0
- package/dist/esm/common/const.js +1 -8
- package/dist/esm/common/hooks/useInView.js +2 -0
- package/dist/esm/constant.js +1 -0
- package/dist/esm/countdown-timer/common/attrs.js +1 -0
- package/dist/esm/countdown-timer/common/classes.js +1 -0
- package/dist/esm/countdown-timer/common/helpers.js +1 -0
- package/dist/esm/countdown-timer/common/styles.js +1 -0
- package/dist/esm/countdown-timer/components/Countdown.js +2 -335
- package/dist/esm/countdown-timer/components/Countdown.liquid.js +37 -106
- package/dist/esm/countdown-timer/hooks/useCountDownTimer.js +1 -0
- package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -90
- package/dist/esm/countdown-timer/index.js +1 -0
- package/dist/esm/countdown-timer/next.js +1 -13
- package/dist/esm/countdown-timer/settings/Countdown.js +9 -0
- package/dist/esm/countdown-timer/settings/configs/setting.js +1 -0
- package/dist/esm/countdown-timer/settings/configs/ui-v1.js +1 -0
- package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -0
- package/dist/esm/coupon/common/classes.js +1 -0
- package/dist/esm/coupon/common/helpers.js +1 -0
- package/dist/esm/coupon/common/styles.js +16 -0
- package/dist/esm/coupon/components/Coupon.js +2 -106
- package/dist/esm/coupon/components/Coupon.liquid.js +7 -66
- package/dist/esm/coupon/hooks/useCoupon.js +1 -0
- package/dist/esm/coupon/index.js +1 -0
- package/dist/esm/coupon/next.js +1 -12
- package/dist/esm/coupon/settings/Coupon.js +6 -0
- package/dist/esm/coupon/settings/configs/presets.js +6 -0
- package/dist/esm/coupon/settings/configs/settings.js +5 -0
- package/dist/esm/coupon/settings/configs/ui-v1.js +1 -0
- package/dist/esm/coupon/settings/configs/ui-v2.js +1 -0
- package/dist/esm/dialog/common/attrs.js +1 -0
- package/dist/esm/dialog/common/classes.js +1 -0
- package/dist/esm/dialog/common/helpers.js +1 -0
- package/dist/esm/dialog/common/styles.js +1 -0
- package/dist/esm/dialog/components/Dialog.js +4 -413
- package/dist/esm/dialog/components/Dialog.liquid.js +33 -145
- package/dist/esm/dialog/hooks/useDialog.js +1 -0
- package/dist/esm/dialog/hooks/useScrollPercentage.js +1 -0
- package/dist/esm/dialog/index.js +1 -0
- package/dist/esm/dialog/next.js +1 -12
- package/dist/esm/dialog/settings/Dialog.js +10 -0
- package/dist/esm/dialog/settings/configs/settings.js +5 -0
- package/dist/esm/dialog/settings/configs/ui-v1.js +1 -0
- package/dist/esm/dialog/settings/configs/ui-v2.js +1 -0
- package/dist/esm/estimate-delivery/common/classes.js +1 -0
- package/dist/esm/estimate-delivery/common/helpers.js +1 -0
- package/dist/esm/estimate-delivery/common/styles.js +1 -0
- package/dist/esm/estimate-delivery/components/EstimateDate.js +2 -74
- package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +6 -100
- package/dist/esm/estimate-delivery/index.js +1 -0
- package/dist/esm/estimate-delivery/next.js +1 -12
- package/dist/esm/estimate-delivery/settings/EstimateDate.js +10 -0
- package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -0
- package/dist/esm/estimate-delivery/settings/configs/ui-v1.js +1 -0
- package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -0
- package/dist/esm/form/common/helpers.js +1 -0
- package/dist/esm/form/components/contact/Contact.js +2 -11
- package/dist/esm/form/components/contact/Contact.liquid.js +3 -18
- package/dist/esm/form/components/contact/common/classes.js +1 -0
- package/dist/esm/form/components/contact/common/styles.js +1 -0
- package/dist/esm/form/components/form-checkbox/FormCheckbox.js +2 -48
- package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +13 -46
- package/dist/esm/form/components/form-checkbox/common/classes.js +1 -0
- package/dist/esm/form/components/form-checkbox/common/styles.js +1 -0
- package/dist/esm/form/components/form-dropdown/FormDropdown.js +2 -69
- package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +22 -68
- package/dist/esm/form/components/form-dropdown/common/classes.js +1 -0
- package/dist/esm/form/components/form-dropdown/common/styles.js +1 -0
- package/dist/esm/form/components/form-email/FormEmail.js +2 -56
- package/dist/esm/form/components/form-email/FormEmail.liquid.js +13 -66
- package/dist/esm/form/components/form-email/common/classes.js +1 -0
- package/dist/esm/form/components/form-email/common/styles.js +1 -0
- package/dist/esm/form/components/newsletter/Newsletter.js +2 -11
- package/dist/esm/form/components/newsletter/Newsletter.liquid.js +36 -77
- package/dist/esm/form/components/newsletter/common/attrs.js +1 -0
- package/dist/esm/form/components/newsletter/common/classes.js +1 -0
- package/dist/esm/form/components/newsletter/common/styles.js +6 -0
- package/dist/esm/form/components/submit-button/SubmitButton.js +2 -27
- package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +3 -30
- package/dist/esm/form/components/submit-button/common/helpers.js +1 -0
- package/dist/esm/form/components/submit-button/common/styles.js +1 -0
- package/dist/esm/form/components/textarea/TextArea.js +2 -72
- package/dist/esm/form/components/textarea/TextArea.liquid.js +12 -74
- package/dist/esm/form/components/textarea/common/classes.js +1 -0
- package/dist/esm/form/components/textarea/common/styles.js +1 -0
- package/dist/esm/form/components/textfield/TextField.js +2 -65
- package/dist/esm/form/components/textfield/TextField.liquid.js +12 -74
- package/dist/esm/form/components/textfield/common/classes.js +1 -0
- package/dist/esm/form/components/textfield/common/styles.js +1 -0
- package/dist/esm/form/components/textinput/TextInput.js +2 -0
- package/dist/esm/form/components/textinput/TextInput.liquid.js +28 -0
- package/dist/esm/form/components/textinput/common/classes.js +1 -0
- package/dist/esm/form/components/textinput/common/styles.js +1 -0
- package/dist/esm/form/hooks/useGetColorContent.js +1 -0
- package/dist/esm/form/index.js +1 -0
- package/dist/esm/form/next.js +1 -40
- package/dist/esm/form/settings/contact/Contact.js +17 -0
- package/dist/esm/form/settings/contact/configs/inits.js +1 -0
- package/dist/esm/form/settings/contact/configs/settings.js +1 -0
- package/dist/esm/form/settings/contact/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +12 -0
- package/dist/esm/form/settings/form-checkbox/configs/inits.js +1 -0
- package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -0
- package/dist/esm/form/settings/form-checkbox/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/form-dropdown/FormDropdown.js +13 -0
- package/dist/esm/form/settings/form-dropdown/configs/inits.js +1 -0
- package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -0
- package/dist/esm/form/settings/form-dropdown/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/form-email/FormEmail.js +12 -0
- package/dist/esm/form/settings/form-email/configs/inits.js +1 -0
- package/dist/esm/form/settings/form-email/configs/settings.js +1 -0
- package/dist/esm/form/settings/form-email/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/form-textarea/Textarea.js +14 -0
- package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -0
- package/dist/esm/form/settings/form-textarea/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/newsletter/Newsletter.js +12 -0
- package/dist/esm/form/settings/newsletter/configs/inits.js +1 -0
- package/dist/esm/form/settings/newsletter/configs/settings.js +1 -0
- package/dist/esm/form/settings/newsletter/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/submit-button/SubmitButton.js +10 -0
- package/dist/esm/form/settings/submit-button/configs/inits.js +1 -0
- package/dist/esm/form/settings/submit-button/configs/settings.js +3 -0
- package/dist/esm/form/settings/submit-button/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/text-field/TextField.js +11 -0
- package/dist/esm/form/settings/text-field/configs/settings.js +1 -0
- package/dist/esm/form/settings/text-field/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/text-input/TextInput.js +11 -0
- package/dist/esm/form/settings/text-input/configs/settings.js +1 -0
- package/dist/esm/form/settings/text-input/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/text-input/configs/ui-v2.js +1 -0
- package/dist/esm/grid/components/ChildrenDroppable.js +5 -72
- package/dist/esm/grid/components/col/Col.js +2 -0
- package/dist/esm/grid/components/col/Col.liquid.js +7 -0
- package/dist/esm/grid/components/col/common/attrs.js +1 -0
- package/dist/esm/grid/components/col/common/classes.js +1 -0
- package/dist/esm/grid/components/col/common/styles.js +1 -0
- package/dist/esm/grid/components/root/Root.js +2 -0
- package/dist/esm/grid/components/root/Root.liquid.js +1 -0
- package/dist/esm/grid/components/row/Row.js +1 -0
- package/dist/esm/grid/components/row/Row.liquid.js +28 -0
- package/dist/esm/grid/components/row/common/attrs.js +1 -0
- package/dist/esm/grid/components/row/common/classes.js +1 -0
- package/dist/esm/grid/components/row/common/helpers.js +1 -0
- package/dist/esm/grid/components/row/common/styles.js +2 -0
- package/dist/esm/grid/components/section/Section.js +2 -0
- package/dist/esm/grid/components/section/Section.liquid.js +1 -0
- package/dist/esm/grid/hooks/useRowSetting.js +1 -0
- package/dist/esm/grid/index.js +1 -0
- package/dist/esm/grid/next.js +1 -24
- package/dist/esm/grid/settings/Col.js +1 -0
- package/dist/esm/grid/settings/Root.js +1 -0
- package/dist/esm/grid/settings/Row.js +5 -0
- package/dist/esm/grid/settings/Section.js +1 -0
- package/dist/esm/grid/settings/configs/row/presets.js +23 -0
- package/dist/esm/grid/settings/configs/row/settings.js +1 -0
- package/dist/esm/grid/settings/configs/row/ui-v1.js +1 -0
- package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -0
- package/dist/esm/grid/settings/configs/section/settings.js +1 -0
- package/dist/esm/grid/settings/configs/section/ui-v1.js +1 -0
- package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -0
- package/dist/esm/header/components/Header.js +2 -37
- package/dist/esm/header/components/SalePageHeaderWarning.js +2 -58
- package/dist/esm/header/components/icons/ChevronLeft.js +2 -14
- package/dist/esm/header/components/icons/Dismiss.js +2 -14
- package/dist/esm/header/components/icons/MenuIcon.js +2 -14
- package/dist/esm/header/components/kind/basic/DesktopMenu.js +2 -32
- package/dist/esm/header/components/kind/basic/DesktopMenuItem.js +2 -62
- package/dist/esm/header/components/kind/basic/MenuMobileItem.js +2 -156
- package/dist/esm/header/components/kind/basic/MobileMenu.js +2 -153
- package/dist/esm/header/components/kind/basic/index.js +2 -105
- package/dist/esm/header/components/kind/modern/index.js +2 -29
- package/dist/esm/header/hooks/useBodyOverlay.js +1 -0
- package/dist/esm/header/index.js +1 -0
- package/dist/esm/header/next.js +1 -12
- package/dist/esm/header/settings/Header.js +8 -0
- package/dist/esm/header/settings/configs/presets.js +7 -0
- package/dist/esm/header/settings/configs/settings.js +4 -0
- package/dist/esm/header/settings/configs/ui-v1.js +1 -0
- package/dist/esm/header/settings/configs/ui-v2.js +1 -0
- package/dist/esm/heading/components/Heading.js +2 -0
- package/dist/esm/heading/components/Heading.liquid.js +1 -0
- package/dist/esm/heading/index.js +1 -0
- package/dist/esm/heading/next.js +1 -12
- package/dist/esm/heading/settings/Heading.js +5 -0
- package/dist/esm/heading/settings/configs/presets.js +3 -0
- package/dist/esm/heading/settings/configs/settings.js +1 -0
- package/dist/esm/heading/settings/configs/ui-v1.js +1 -0
- package/dist/esm/heading/settings/configs/ui-v2.js +1 -0
- package/dist/esm/helpers.js +1 -169
- package/dist/esm/hero-banner/common/animation-manager.js +1 -0
- package/dist/esm/hero-banner/common/attrs.js +1 -0
- package/dist/esm/hero-banner/common/classes.js +1 -0
- package/dist/esm/hero-banner/common/helpers.js +1 -0
- package/dist/esm/hero-banner/common/styles.js +1 -0
- package/dist/esm/hero-banner/components/HeroBanner.js +2 -0
- package/dist/esm/hero-banner/components/HeroBanner.liquid.js +21 -0
- package/dist/esm/hero-banner/components/HeroBannerItem.js +2 -0
- package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +18 -0
- package/dist/esm/hero-banner/hooks/useHeroBanner.js +1 -0
- package/dist/esm/hero-banner/hooks/useIntersectionObserver.js +1 -0
- package/dist/esm/hero-banner/hooks/useTranslateValue.js +1 -0
- package/dist/esm/hero-banner/hooks/useWindowSize.js +1 -0
- package/dist/esm/hero-banner/index.js +1 -0
- package/dist/esm/hero-banner/next.js +1 -0
- package/dist/esm/hero-banner/settings/HeroBanner.js +5 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +18 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-1-col.js +18 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +17 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-left.js +17 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +26 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-right.js +26 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +16 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-parallax.js +16 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +15 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-video.js +15 -0
- package/dist/esm/hero-banner/settings/configs/settings.js +146 -0
- package/dist/esm/hero-banner/settings/configs/ui-v1.js +1 -0
- package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -0
- package/dist/esm/hooks/useGetProductId.js +1 -13
- package/dist/esm/icon/common/attrs.js +1 -0
- package/dist/esm/icon/common/classes.js +1 -0
- package/dist/esm/icon/common/helpers.js +1 -0
- package/dist/esm/icon/common/styles.js +1 -0
- package/dist/esm/icon/components/Icon.js +2 -71
- package/dist/esm/icon/components/Icon.liquid.js +8 -69
- package/dist/esm/icon/index.js +1 -0
- package/dist/esm/icon/next.js +1 -12
- package/dist/esm/icon/settings/Icon.js +6 -0
- package/dist/esm/icon/settings/configs/presets.js +9 -0
- package/dist/esm/icon/settings/configs/settings.js +2 -0
- package/dist/esm/icon/settings/configs/ui-v1.js +1 -0
- package/dist/esm/icon/settings/configs/ui-v2.js +1 -0
- package/dist/esm/icon-list/common/attrs.js +1 -0
- package/dist/esm/icon-list/common/classes.js +1 -0
- package/dist/esm/icon-list/common/styles.js +1 -0
- package/dist/esm/icon-list/components/IconList.js +2 -80
- package/dist/esm/icon-list/components/IconList.liquid.js +14 -46
- package/dist/esm/icon-list/components/IconListItem.js +2 -27
- package/dist/esm/icon-list/components/IconListItem.liquid.js +6 -18
- package/dist/esm/icon-list/index.js +1 -0
- package/dist/esm/icon-list/next.js +1 -16
- package/dist/esm/icon-list/settings/IconList.js +29 -0
- package/dist/esm/icon-list/settings/IconListItem.js +1 -0
- package/dist/esm/icon-list/settings/configs/items.js +1 -0
- package/dist/esm/icon-list/settings/configs/settings.js +1 -0
- package/dist/esm/icon-list/settings/configs/ui-v1.js +1 -0
- package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -0
- package/dist/esm/icon-list-hoz/common/attrs.js +1 -0
- package/dist/esm/icon-list-hoz/common/classes.js +1 -0
- package/dist/esm/icon-list-hoz/common/styles.js +1 -0
- package/dist/esm/icon-list-hoz/components/IconListHoz.js +2 -67
- package/dist/esm/icon-list-hoz/components/IconListHoz.liquid.js +9 -38
- package/dist/esm/icon-list-hoz/components/IconListHozItem.js +2 -26
- package/dist/esm/icon-list-hoz/components/IconListIHozItem.liquid.js +5 -0
- package/dist/esm/icon-list-hoz/index.js +1 -0
- package/dist/esm/icon-list-hoz/next.js +1 -16
- package/dist/esm/icon-list-hoz/settings/IconListHoz.js +7 -0
- package/dist/esm/icon-list-hoz/settings/IconListItem.js +1 -0
- package/dist/esm/icon-list-hoz/settings/ItemTemplate.js +1 -0
- package/dist/esm/icon-list-hoz/settings/configs/presets.js +17 -0
- package/dist/esm/icon-list-hoz/settings/configs/settings.js +1 -0
- package/dist/esm/icon-list-hoz/settings/configs/uiV1.js +1 -0
- package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -0
- package/dist/esm/icon-list-v2/common/classes.js +1 -0
- package/dist/esm/icon-list-v2/common/helpers.js +1 -0
- package/dist/esm/icon-list-v2/common/styles.js +1 -0
- package/dist/esm/icon-list-v2/components/IconList.js +2 -143
- package/dist/esm/icon-list-v2/components/IconList.liquid.js +31 -110
- package/dist/esm/icon-list-v2/hooks/useIconLineHeight.js +1 -0
- package/dist/esm/icon-list-v2/index.js +1 -0
- package/dist/esm/icon-list-v2/next.js +1 -12
- package/dist/esm/icon-list-v2/settings/IconList.js +31 -0
- package/dist/esm/icon-list-v2/settings/configs/items.js +1 -0
- package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -0
- package/dist/esm/icon-list-v2/settings/configs/ui-v1.js +1 -0
- package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -0
- package/dist/esm/image/common/attrs.js +1 -0
- package/dist/esm/image/common/classes.js +1 -0
- package/dist/esm/image/common/helpers.js +12 -0
- package/dist/esm/image/common/styles.js +1 -0
- package/dist/esm/image/components/AdaptiveImage.js +2 -57
- package/dist/esm/image/components/AdaptiveImage.liquid.js +15 -51
- package/dist/esm/image/components/Image.js +2 -152
- package/dist/esm/image/components/Image.liquid.js +14 -114
- package/dist/esm/image/components/Modal3d.liquid.js +5 -31
- package/dist/esm/image/components/NextImage.js +2 -66
- package/dist/esm/image/components/NextImage.liquid.js +7 -123
- package/dist/esm/image/components/Video.liquid.js +5 -22
- package/dist/esm/image/index.js +1 -0
- package/dist/esm/image/next.js +1 -16
- package/dist/esm/image/settings/Image.js +5 -0
- package/dist/esm/image/settings/configs/presets.js +25 -0
- package/dist/esm/image/settings/configs/settings.js +1 -0
- package/dist/esm/image/settings/configs/ui-v1.js +4 -0
- package/dist/esm/image/settings/configs/ui-v2.js +1 -0
- package/dist/esm/image-comparison/common/attrs.js +1 -0
- package/dist/esm/image-comparison/common/classes.js +1 -0
- package/dist/esm/image-comparison/common/helpers.js +1 -0
- package/dist/esm/image-comparison/common/styles.js +20 -0
- package/dist/esm/image-comparison/components/CompareImage.js +2 -557
- package/dist/esm/image-comparison/components/CompareImage.liquid.js +23 -343
- package/dist/esm/image-comparison/components/ImageComparison.js +2 -57
- package/dist/esm/image-comparison/components/ImageComparison.liquid.js +4 -34
- package/dist/esm/image-comparison/components/Label.js +1 -0
- package/dist/esm/image-comparison/components/Label.liquid.js +12 -48
- package/dist/esm/image-comparison/components/SlideHandle.js +1 -0
- package/dist/esm/image-comparison/components/SlideHandle.liquid.js +26 -0
- package/dist/esm/image-comparison/hooks/useCompareImage.js +1 -0
- package/dist/esm/image-comparison/index.js +1 -0
- package/dist/esm/image-comparison/next.js +1 -12
- package/dist/esm/image-comparison/settings/ImageComparison.js +12 -0
- package/dist/esm/image-comparison/settings/configs/settings.js +1 -0
- package/dist/esm/image-comparison/settings/configs/ui-v1.js +1 -0
- package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -0
- package/dist/esm/image-detection/components/ImageDetection.js +2 -0
- package/dist/esm/image-detection/index.js +1 -0
- package/dist/esm/image-detection/next.js +1 -12
- package/dist/esm/image-detection/settings/ImageDetection.js +3 -0
- package/dist/esm/image-detection/settings/configs/settings.js +1 -0
- package/dist/esm/index.js +1 -316
- package/dist/esm/index.liquid.js +2 -196
- package/dist/esm/input/components/Input.js +2 -0
- package/dist/esm/input/index.js +1 -0
- package/dist/esm/input/next.js +1 -12
- package/dist/esm/input/settings/Input.js +7 -0
- package/dist/esm/input/settings/configs/settings.js +1 -0
- package/dist/esm/line/common/classes.js +1 -0
- package/dist/esm/line/common/helpers.js +1 -0
- package/dist/esm/line/common/styles.js +1 -0
- package/dist/esm/line/components/Divider.js +2 -0
- package/dist/esm/line/components/Divider.liquid.js +1 -0
- package/dist/esm/line/components/Line.js +2 -0
- package/dist/esm/line/components/Line.liquid.js +25 -0
- package/dist/esm/line/index.js +1 -0
- package/dist/esm/line/next.js +1 -12
- package/dist/esm/line/settings/Line.js +5 -0
- package/dist/esm/line/settings/configs/presets.js +5 -0
- package/dist/esm/line/settings/configs/settings.js +1 -0
- package/dist/esm/line/settings/configs/ui-v1.js +1 -0
- package/dist/esm/line/settings/configs/ui-v2.js +1 -0
- package/dist/esm/link/common/helpers.js +1 -0
- package/dist/esm/link/components/CustomLink.js +2 -10
- package/dist/esm/link/components/Link.js +2 -32
- package/dist/esm/link/components/ProductLink.js +2 -14
- package/dist/esm/link/components/next-link/CustomLink.js +2 -14
- package/dist/esm/link/components/next-link/ProductLink.js +2 -18
- package/dist/esm/link/components/next-link/index.js +2 -25
- package/dist/esm/link/index.js +1 -0
- package/dist/esm/link/next.js +1 -12
- package/dist/esm/link/settings/Link.js +1 -0
- package/dist/esm/link/settings/configs/settings.js +1 -0
- package/dist/esm/marquee/common/classes.js +1 -0
- package/dist/esm/marquee/common/helpers.js +1 -0
- package/dist/esm/marquee/common/styles.js +1 -0
- package/dist/esm/marquee/components/Marquee.js +2 -153
- package/dist/esm/marquee/components/Marquee.liquid.js +27 -228
- package/dist/esm/marquee/components/MarqueeBase.js +2 -212
- package/dist/esm/marquee/components/MarqueeBase.liquid.js +11 -65
- package/dist/esm/marquee/components/MarqueeItem.js +2 -95
- package/dist/esm/marquee/components/MarqueeItem.liquid.js +6 -43
- package/dist/esm/marquee/hooks/useMarquee.js +1 -0
- package/dist/esm/marquee/hooks/useMarqueeBase.js +1 -0
- package/dist/esm/marquee/hooks/useMarqueeItem.js +1 -0
- package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -189
- package/dist/esm/marquee/hooks/useMarqueeStyles.js +1 -162
- package/dist/esm/marquee/hooks/useTransition.js +1 -18
- package/dist/esm/marquee/index.js +1 -0
- package/dist/esm/marquee/next.js +1 -16
- package/dist/esm/marquee/settings/Marquee.js +5 -0
- package/dist/esm/marquee/settings/MarqueeItem.js +1 -0
- package/dist/esm/marquee/settings/configs/child-image-template.js +1 -0
- package/dist/esm/marquee/settings/configs/child-template.js +1 -0
- package/dist/esm/marquee/settings/configs/child-text-template.js +1 -0
- package/dist/esm/marquee/settings/configs/presets.js +46 -0
- package/dist/esm/marquee/settings/configs/settings-v2.js +2 -0
- package/dist/esm/marquee/settings/configs/ui-v1.js +1 -0
- package/dist/esm/marquee/settings/configs/ui-v2.js +1 -0
- package/dist/esm/menu/components/DropdownMenu.js +2 -63
- package/dist/esm/menu/components/MegaMenu.js +2 -63
- package/dist/esm/menu/components/Menu.js +2 -16
- package/dist/esm/menu/components/NavigationMenu.js +2 -59
- package/dist/esm/menu/components/SubMegaMenu.js +2 -42
- package/dist/esm/menu/components/SubNavigationMenu.js +2 -57
- package/dist/esm/menu/index.js +1 -0
- package/dist/esm/menu/next.js +1 -12
- package/dist/esm/menu/settings/Menu.js +1 -0
- package/dist/esm/menu/settings/configs/settings.js +1 -0
- package/dist/esm/modal/common/helpers.js +1 -0
- package/dist/esm/modal/components/Modal.js +2 -94
- package/dist/esm/modal/components/confirm.js +2 -148
- package/dist/esm/modal/hooks/useModalContainer.js +1 -17
- package/dist/esm/modal/index.js +1 -0
- package/dist/esm/modal/next.js +1 -12
- package/dist/esm/modal/settings/Modal.js +1 -0
- package/dist/esm/modal/settings/configs/settings.js +1 -0
- package/dist/esm/next.js +2 -93
- package/dist/esm/notification/components/Notice.js +2 -70
- package/dist/esm/notification/components/Notifications.js +2 -92
- package/dist/esm/notification/components/icons/CloseIcon.js +2 -13
- package/dist/esm/notification/hooks/useNotification.js +2 -0
- package/dist/esm/pagination/components/Pagination.js +2 -0
- package/dist/esm/pagination/index.js +1 -0
- package/dist/esm/pagination/next.js +1 -12
- package/dist/esm/pagination/settings/Pagination.js +1 -0
- package/dist/esm/pagination/settings/configs/settings.js +1 -0
- package/dist/esm/post-purchase/advanced-list/common/attrs.js +1 -0
- package/dist/esm/post-purchase/advanced-list/common/classes.js +1 -0
- package/dist/esm/post-purchase/advanced-list/common/styles.js +1 -0
- package/dist/esm/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +2 -34
- package/dist/esm/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +2 -17
- package/dist/esm/post-purchase/advanced-list/index.js +1 -0
- package/dist/esm/post-purchase/advanced-list/next.js +1 -12
- package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +8 -0
- package/dist/esm/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -0
- package/dist/esm/post-purchase/advanced-list/settings/configs/presets.js +8 -0
- package/dist/esm/post-purchase/advanced-list/settings/configs/settings.js +1 -0
- package/dist/esm/post-purchase/advanced-list/settings/configs/templates.js +1 -0
- package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/advanced-list/types.js +1 -0
- package/dist/esm/post-purchase/button/common/classes.js +1 -0
- package/dist/esm/post-purchase/button/common/styles.js +1 -0
- package/dist/esm/post-purchase/button/components/Button.js +2 -0
- package/dist/esm/post-purchase/button/index.js +1 -0
- package/dist/esm/post-purchase/button/next.js +1 -9
- package/dist/esm/post-purchase/button/settings/Button.js +5 -0
- package/dist/esm/post-purchase/button/settings/configs/presets.js +5 -0
- package/dist/esm/post-purchase/button/settings/configs/settings.js +1 -0
- package/dist/esm/post-purchase/button/settings/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/button/settings/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/callout-banner/common/classes.js +1 -0
- package/dist/esm/post-purchase/callout-banner/common/styles.js +1 -0
- package/dist/esm/post-purchase/callout-banner/components/CalloutBox.js +2 -34
- package/dist/esm/post-purchase/callout-banner/components/CalloutText.js +2 -45
- package/dist/esm/post-purchase/callout-banner/index.js +1 -0
- package/dist/esm/post-purchase/callout-banner/next.js +1 -12
- package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/CalloutText.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/preset.js +16 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/setting.js +46 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v1.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/preset.js +5 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -0
- package/dist/esm/post-purchase/common/constants.js +1 -0
- package/dist/esm/post-purchase/common/helper.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/common/classes.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/common/styles.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +2 -49
- package/dist/esm/post-purchase/countdown-timer/components/TextCountdown.js +2 -41
- package/dist/esm/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -45
- package/dist/esm/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/index.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/next.js +1 -9
- package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -366
- package/dist/esm/post-purchase/countdown-timer/settings/config/preset.js +3 -0
- package/dist/esm/post-purchase/countdown-timer/settings/config/setting.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v1.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -0
- package/dist/esm/post-purchase/image/common/classes.js +1 -0
- package/dist/esm/post-purchase/image/common/helpers.js +1 -0
- package/dist/esm/post-purchase/image/common/styles.js +1 -0
- package/dist/esm/post-purchase/image/components/AdaptiveImage.js +2 -51
- package/dist/esm/post-purchase/image/components/Image.js +2 -48
- package/dist/esm/post-purchase/image/components/Img.js +2 -25
- package/dist/esm/post-purchase/image/index.js +1 -0
- package/dist/esm/post-purchase/image/next.js +1 -9
- package/dist/esm/post-purchase/image/settings/Image.js +11 -0
- package/dist/esm/post-purchase/image/settings/configs/setting-v2.js +1 -0
- package/dist/esm/post-purchase/image/settings/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/line/common/classes.js +1 -0
- package/dist/esm/post-purchase/line/common/styles.js +1 -0
- package/dist/esm/post-purchase/line/components/PostPurchaseLine.js +2 -49
- package/dist/esm/post-purchase/line/index.js +1 -0
- package/dist/esm/post-purchase/line/next.js +1 -9
- package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +5 -0
- package/dist/esm/post-purchase/line/settings/configs/presets.js +5 -0
- package/dist/esm/post-purchase/line/settings/configs/settings.js +1 -0
- package/dist/esm/post-purchase/line/settings/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/line/settings/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/line/types.js +1 -0
- package/dist/esm/post-purchase/link/common/classes.js +1 -0
- package/dist/esm/post-purchase/link/common/helpers.js +1 -0
- package/dist/esm/post-purchase/link/common/styles.js +1 -0
- package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +2 -0
- package/dist/esm/post-purchase/link/index.js +1 -0
- package/dist/esm/post-purchase/link/next.js +1 -0
- package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +5 -0
- package/dist/esm/post-purchase/link/settings/configs/presets.js +13 -0
- package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -0
- package/dist/esm/post-purchase/link/settings/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/common/attrs.js +1 -0
- package/dist/esm/post-purchase/product/common/classes.js +1 -0
- package/dist/esm/post-purchase/product/common/helpers.js +1 -0
- package/dist/esm/post-purchase/product/common/styles.js +1 -0
- package/dist/esm/post-purchase/product/components/AcceptButton.js +2 -31
- package/dist/esm/post-purchase/product/components/ProductDescription.js +2 -21
- package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +2 -37
- package/dist/esm/post-purchase/product/components/ProductPrice.js +2 -67
- package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +2 -156
- package/dist/esm/post-purchase/product/components/ProductQuantity.js +2 -82
- package/dist/esm/post-purchase/product/components/ProductTitle.js +2 -21
- package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +2 -54
- package/dist/esm/post-purchase/product/components/product-image/ImageListCarousel.js +2 -72
- package/dist/esm/post-purchase/product/components/product-image/ImageListGrid.js +2 -81
- package/dist/esm/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/ItemGridPostPurchase.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -0
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/index.js +2 -100
- package/dist/esm/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +2 -83
- package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +2 -32
- package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -0
- package/dist/esm/post-purchase/product/components/product-offer/common/classes.js +1 -0
- package/dist/esm/post-purchase/product/components/product-offer/common/styles.js +1 -0
- package/dist/esm/post-purchase/product/components/product-offer/components/ProductOffer.js +2 -0
- package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +2 -0
- package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -0
- package/dist/esm/post-purchase/product/components/product-variant/common/classes.js +1 -0
- package/dist/esm/post-purchase/product/components/product-variant/common/helpers.js +1 -0
- package/dist/esm/post-purchase/product/components/product-variant/common/styles.js +1 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/ProductOption.js +1 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/ProductVariant.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/Dropdown.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/RectangleList.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantItem.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantOption.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -0
- package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -125
- package/dist/esm/post-purchase/product/constants/index.js +1 -0
- package/dist/esm/post-purchase/product/helpers/index.js +1 -31
- package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -0
- package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -0
- package/dist/esm/post-purchase/product/helpers/product-quantity/getClasses.js +1 -0
- package/dist/esm/post-purchase/product/helpers/product-quantity/getStyles.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useCarousel.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useDynamicProduct.js +1 -26
- package/dist/esm/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useHandleQuantity.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useListCarousel.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useSetCollapsePrice.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useSlideCarousel.js +1 -0
- package/dist/esm/post-purchase/product/index.js +1 -0
- package/dist/esm/post-purchase/product/next.js +1 -37
- package/dist/esm/post-purchase/product/settings/accept-button/configs/presets.js +5 -0
- package/dist/esm/post-purchase/product/settings/accept-button/configs/settings.js +1 -0
- package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/accept-button/index.js +5 -0
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -212
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -211
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -212
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -197
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -210
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -211
- package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +9 -0
- package/dist/esm/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +4 -0
- package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-image/ProductFeatureImage.js +1 -98
- package/dist/esm/post-purchase/product/settings/product-image/ProductGalleryImage.js +1 -219
- package/dist/esm/post-purchase/product/settings/product-image/ProductImageLayoutSetting.js +1 -149
- package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +5 -162
- package/dist/esm/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-offer/configs/settings-v2.js +46 -0
- package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-offer/index.js +8 -0
- package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +15 -0
- package/dist/esm/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/presets.js +12 -0
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +19 -0
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/presets.js +8 -0
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/settings.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-quantity/index.js +5 -0
- package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +9 -0
- package/dist/esm/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +14 -0
- package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v1.js +14 -0
- package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v2.js +14 -0
- package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/text/common/attrs.js +1 -0
- package/dist/esm/post-purchase/text/common/classes.js +1 -0
- package/dist/esm/post-purchase/text/common/helpers.js +1 -0
- package/dist/esm/post-purchase/text/common/styles.js +1 -0
- package/dist/esm/post-purchase/text/components/Text.js +3 -0
- package/dist/esm/post-purchase/text/index.js +1 -5
- package/dist/esm/post-purchase/text/next.js +1 -12
- package/dist/esm/post-purchase/text/settings/heading/Heading.js +1 -0
- package/dist/esm/post-purchase/text/settings/heading/configs/presets-v2.js +3 -0
- package/dist/esm/post-purchase/text/settings/text/Text.js +7 -0
- package/dist/esm/post-purchase/text/settings/text/configs/setting-v2.js +1 -0
- package/dist/esm/post-purchase/text/settings/text/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/text/settings/text/configs/ui-v2.js +1 -0
- package/dist/esm/postPurchaseSetting.js +1 -0
- package/dist/esm/product/components/ProductImages.js +2 -280
- package/dist/esm/product/components/ProductImages.liquid.js +17 -85
- package/dist/esm/product/components/ProductNotFound.js +2 -143
- package/dist/esm/product/components/SalePageProductListWarning.js +2 -57
- package/dist/esm/product/components/constants/product-bundle.js +1 -8
- package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +20 -0
- package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.js +2 -0
- package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -0
- package/dist/esm/product/components/dynamic-checkout/common/classes.js +1 -0
- package/dist/esm/product/components/dynamic-checkout/common/styles.js +126 -0
- package/dist/esm/product/components/file-upload/UploadFile.js +2 -0
- package/dist/esm/product/components/file-upload/UploadFile.liquid.js +33 -0
- package/dist/esm/product/components/file-upload/common/attr.js +1 -0
- package/dist/esm/product/components/file-upload/common/classes.js +1 -0
- package/dist/esm/product/components/file-upload/common/helpers.js +1 -0
- package/dist/esm/product/components/file-upload/common/style.js +1 -0
- package/dist/esm/product/components/file-upload/settings/configs/presets.js +8 -0
- package/dist/esm/product/components/file-upload/settings/configs/settings.js +19 -0
- package/dist/esm/product/components/file-upload/settings/configs/ui-v1.js +1 -0
- package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -0
- package/dist/esm/product/components/file-upload/settings/index.js +8 -0
- package/dist/esm/product/components/product-badge/ProductBadge.js +2 -0
- package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +39 -0
- package/dist/esm/product/components/product-badge/common/attrs.js +1 -0
- package/dist/esm/product/components/product-badge/common/classes.js +1 -0
- package/dist/esm/product/components/product-badge/common/styles.js +1 -0
- package/dist/esm/product/components/product-badge/constants.js +1 -0
- package/dist/esm/product/components/product-badge/types.js +1 -0
- package/dist/esm/product/components/product-badge/utils/common.js +1 -0
- package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +24 -0
- package/dist/esm/product/components/product-badge/utils/getRotateShape.js +1 -0
- package/dist/esm/product/components/product-badge/utils/getShapePosition.js +1 -0
- package/dist/esm/product/components/product-badge/utils/getStyleAdvanced.js +1 -0
- package/dist/esm/product/components/product-badge/utils/getWhiteSpace.js +1 -0
- package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -0
- package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +171 -0
- package/dist/esm/product/components/product-badge/utils/shape.js +1 -0
- package/dist/esm/product/components/product-badge/utils/stylesV2.js +18 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +2 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +33 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +2 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +22 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.js +2 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -0
- package/dist/esm/product/components/product-bundle/common/classes.js +1 -0
- package/dist/esm/product/components/product-bundle/common/helpers.js +1 -0
- package/dist/esm/product/components/product-bundle/common/styles.js +1 -0
- package/dist/esm/product/components/product-bundle/hooks/useProductBundleDataState.js +25 -0
- package/dist/esm/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -0
- package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscount.js +28 -0
- package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -0
- package/dist/esm/product/components/product-bundle/setting/configs/settings.js +1 -0
- package/dist/esm/product/components/product-bundle/setting/configs/ui-v1.js +1 -0
- package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -0
- package/dist/esm/product/components/product-button/AddToCartButton.js +1 -0
- package/dist/esm/product/components/product-button/AddToCartButton.liquid.js +1 -0
- package/dist/esm/product/components/product-button/BlankSpace.js +1 -0
- package/dist/esm/product/components/product-button/BlankSpace.liquid.js +3 -0
- package/dist/esm/product/components/product-button/CartMessage.js +1 -0
- package/dist/esm/product/components/product-button/PriceComponent.js +1 -0
- package/dist/esm/product/components/product-button/PriceComponent.liquid.js +1 -0
- package/dist/esm/product/components/product-button/PriceLayout.js +1 -0
- package/dist/esm/product/components/product-button/PriceLayout.liquid.js +7 -0
- package/dist/esm/product/components/product-button/ProductButton.js +2 -0
- package/dist/esm/product/components/product-button/ProductButton.liquid.js +20 -0
- package/dist/esm/product/components/product-button/ProductButtonPrice.js +2 -0
- package/dist/esm/product/components/product-button/ProductButtonPrice.liquid.js +2 -0
- package/dist/esm/product/components/product-button/Separator.js +1 -0
- package/dist/esm/product/components/product-button/Separator.liquid.js +8 -0
- package/dist/esm/product/components/product-button/SoldOutButton.js +1 -0
- package/dist/esm/product/components/product-button/SoldOutButton.liquid.js +1 -0
- package/dist/esm/product/components/product-button/common/classes.js +1 -0
- package/dist/esm/product/components/product-button/common/constants.js +23 -0
- package/dist/esm/product/components/product-button/common/data.js +1 -0
- package/dist/esm/product/components/product-button/common/helpers.js +1 -0
- package/dist/esm/product/components/product-button/common/styles.js +1 -0
- package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -0
- package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -0
- package/dist/esm/product/components/product-button/hooks/useCartMessage.js +1 -0
- package/dist/esm/product/components/product-button/hooks/useCartOperations.js +1 -0
- package/dist/esm/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -0
- package/dist/esm/product/components/product-button/types.js +1 -0
- package/dist/esm/product/components/product-description/ProductDescription.js +2 -0
- package/dist/esm/product/components/product-description/ProductDescription.liquid.js +23 -0
- package/dist/esm/product/components/product-description/common/classes.js +1 -0
- package/dist/esm/product/components/product-description/common/helpers.js +3 -0
- package/dist/esm/product/components/product-description/common/styles.js +16 -0
- package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -0
- package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.js +2 -0
- package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +30 -0
- package/dist/esm/product/components/product-discount-tag/common/classes.js +1 -0
- package/dist/esm/product/components/product-discount-tag/common/styles.js +1 -0
- package/dist/esm/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -0
- package/dist/esm/product/components/product-images/ProductFeaturedImage.js +2 -0
- package/dist/esm/product/components/product-images/ProductFeaturedImage.liquid.js +93 -0
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +2 -0
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +72 -0
- package/dist/esm/product/components/product-images/ProductGalleryGrid.js +2 -0
- package/dist/esm/product/components/product-images/ProductGalleryGrid.liquid.js +86 -0
- package/dist/esm/product/components/product-images/ProductImagesLightBox.js +2 -0
- package/dist/esm/product/components/product-images/common/helpers.js +1 -0
- package/dist/esm/product/components/product-images/common/productFeaturedImage.js +1 -0
- package/dist/esm/product/components/product-images/common/productGallery.js +1 -0
- package/dist/esm/product/components/product-images-v2/ProductImageV2.js +26 -0
- package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +44 -0
- package/dist/esm/product/components/product-images-v2/common/attrs.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/classes.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/common.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/getBorderActiveCss.js +16 -0
- package/dist/esm/product/components/product-images-v2/common/hoverAction.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/productFeaturedImage.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/productGallery.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/styles.js +1 -0
- package/dist/esm/product/components/product-images-v2/components/child/MediaIcon.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -0
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -0
- package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
- package/dist/esm/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
- package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +89 -0
- package/dist/esm/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +2 -0
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -0
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -0
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -0
- package/dist/esm/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -0
- package/dist/esm/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -0
- package/dist/esm/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -0
- package/dist/esm/product/components/product-list/ProductList.js +1 -0
- package/dist/esm/product/components/product-list/ProductList.liquid.js +197 -0
- package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +15 -0
- package/dist/esm/product/components/product-list/ProductListCarouselLayout.js +1 -0
- package/dist/esm/product/components/product-list/ProductListCarouselLayout.liquid.js +22 -0
- package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +19 -0
- package/dist/esm/product/components/product-list/ProductListGridLayout.js +1 -0
- package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +34 -0
- package/dist/esm/product/components/product-list/common/attrs.js +1 -0
- package/dist/esm/product/components/product-list/common/classes.js +1 -0
- package/dist/esm/product/components/product-list/common/helpers.js +1 -0
- package/dist/esm/product/components/product-list/common/styles.js +1 -0
- package/dist/esm/product/components/product-price/ProductPrice.js +2 -0
- package/dist/esm/product/components/product-price/ProductPrice.liquid.js +11 -0
- package/dist/esm/product/components/product-price/common/attrs.js +1 -0
- package/dist/esm/product/components/product-price/common/classes.js +1 -0
- package/dist/esm/product/components/product-price/common/helpers.js +11 -0
- package/dist/esm/product/components/product-price/hooks/useGpPrice.js +1 -0
- package/dist/esm/product/components/product-properties/ProductProperties.js +1 -0
- package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +39 -0
- package/dist/esm/product/components/product-properties/common/attrs.js +1 -0
- package/dist/esm/product/components/product-properties/common/classes.js +1 -0
- package/dist/esm/product/components/product-properties/common/helpers.js +1 -0
- package/dist/esm/product/components/product-properties/common/styles.js +1 -0
- package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.js +2 -0
- package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +24 -0
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -0
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -0
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +6 -0
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -0
- package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.js +2 -0
- package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +15 -0
- package/dist/esm/product/components/product-properties/property-input/common/attrs.js +1 -0
- package/dist/esm/product/components/product-properties/property-input/common/classes.js +1 -0
- package/dist/esm/product/components/product-properties/property-input/common/helpers.js +1 -0
- package/dist/esm/product/components/product-properties/property-input/common/styles.js +1 -0
- package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.js +2 -0
- package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +17 -0
- package/dist/esm/product/components/product-properties/property-select/common/attrs.js +1 -0
- package/dist/esm/product/components/product-properties/property-select/common/classes.js +1 -0
- package/dist/esm/product/components/product-properties/property-select/common/styles.js +1 -0
- package/dist/esm/product/components/product-quantity/ProductQuantity.js +2 -0
- package/dist/esm/product/components/product-quantity/ProductQuantity.liquid.js +48 -0
- package/dist/esm/product/components/product-quantity/common/attrs.js +1 -0
- package/dist/esm/product/components/product-quantity/common/classes.js +1 -0
- package/dist/esm/product/components/product-quantity/common/helpers.js +17 -0
- package/dist/esm/product/components/product-quantity/common/styles.js +1 -0
- package/dist/esm/product/components/product-quantity/hooks/useProductQuantity.js +1 -0
- package/dist/esm/product/components/product-quick-view/ProductQuickView.js +2 -0
- package/dist/esm/product/components/product-quick-view/QuickView.js +2 -0
- package/dist/esm/product/components/product-sku/Sku.js +2 -0
- package/dist/esm/product/components/product-sku/Sku.liquid.js +6 -0
- package/dist/esm/product/components/product-title/ProductTitle.js +2 -0
- package/dist/esm/product/components/product-title/ProductTitle.liquid.js +3 -0
- package/dist/esm/product/components/product-title/common/helpers.js +1 -0
- package/dist/esm/product/components/product-variants/ProductVariants.js +2 -0
- package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +157 -0
- package/dist/esm/product/components/product-variants/common/base/attrs.js +1 -0
- package/dist/esm/product/components/product-variants/common/base/classes.js +2 -0
- package/dist/esm/product/components/product-variants/common/base/styles.js +1 -0
- package/dist/esm/product/components/product-variants/common/common.js +1 -0
- package/dist/esm/product/components/product-variants/common/dropdown/attrs.js +1 -0
- package/dist/esm/product/components/product-variants/common/dropdown/classes.js +1 -0
- package/dist/esm/product/components/product-variants/common/dropdown/styles.js +1 -0
- package/dist/esm/product/components/product-variants/common/main/classes.js +1 -0
- package/dist/esm/product/components/product-variants/common/main/getAttr.js +1 -0
- package/dist/esm/product/components/product-variants/common/main/getData.js +1 -0
- package/dist/esm/product/components/product-variants/common/main/styles.js +1 -0
- package/dist/esm/product/components/product-variants/common/variants/attrs.js +1 -0
- package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -0
- package/dist/esm/product/components/product-variants/common/variants/styles.js +1 -0
- package/dist/esm/product/components/product-variants/components/base/base.js +11 -0
- package/dist/esm/product/components/product-variants/components/base/base.liquid.js +25 -0
- package/dist/esm/product/components/product-variants/components/color/color.js +2 -0
- package/dist/esm/product/components/product-variants/components/color/color.liquid.js +13 -0
- package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.js +2 -0
- package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -0
- package/dist/esm/product/components/product-variants/components/dropdown-option/DropdownOption.js +2 -0
- package/dist/esm/product/components/product-variants/components/dropdown-option/VariantOption.js +2 -0
- package/dist/esm/product/components/product-variants/components/dropdown-option/render-liquid/index.js +43 -0
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.js +2 -0
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +9 -0
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -0
- package/dist/esm/product/components/product-variants/components/image/Image.js +2 -0
- package/dist/esm/product/components/product-variants/components/image/Image.liquid.js +9 -0
- package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.js +2 -0
- package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +21 -0
- package/dist/esm/product/components/product-variants/components/rectangle-list/RectangleList.js +2 -0
- package/dist/esm/product/components/product-variants/components/variants/index.js +2 -0
- package/dist/esm/product/components/product-variants/components/variants/index.liquid.js +62 -0
- package/dist/esm/product/components/product-variants/hooks/useGpVariants.js +1 -0
- package/dist/esm/product/components/product-variants/hooks/useVariantInteraction.js +1 -0
- package/dist/esm/product/components/product-variants/utils/mappingVariantStyles.js +1 -0
- package/dist/esm/product/components/product-vendor/Vendor.js +2 -0
- package/dist/esm/product/components/product-vendor/Vendor.liquid.js +14 -0
- package/dist/esm/product/components/product-view-more/ProductViewMore.js +2 -0
- package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +6 -0
- package/dist/esm/product/components/product-view-more/common/helpers.js +1 -0
- package/dist/esm/product/components/product-view-more/common/styles.js +1 -0
- package/dist/esm/product/components/product-wrap/Product.js +1 -0
- package/dist/esm/product/components/product-wrap/Product.liquid.js +99 -0
- package/dist/esm/product/components/product-wrap/common/helpers.js +1 -0
- package/dist/esm/product/components/product-wrap/hook/useProductSetting.js +1 -0
- package/dist/esm/product/helpers/function.js +1 -39
- package/dist/esm/product/helpers/product-bundle.js +1 -51
- package/dist/esm/product/helpers/product-image.js +1 -31
- package/dist/esm/product/helpers/product.js +1 -51
- package/dist/esm/product/helpers/tracking.js +1 -9
- package/dist/esm/product/index.js +1 -0
- package/dist/esm/product/next.js +1 -94
- package/dist/esm/product/settings/DynamicCheckout.js +5 -0
- package/dist/esm/product/settings/Product.js +8 -0
- package/dist/esm/product/settings/ProductBadge.js +1 -0
- package/dist/esm/product/settings/ProductButton.js +5 -0
- package/dist/esm/product/settings/ProductDescription.js +1 -0
- package/dist/esm/product/settings/ProductImages.js +25 -0
- package/dist/esm/product/settings/ProductList.js +8 -0
- package/dist/esm/product/settings/ProductPrice.js +5 -0
- package/dist/esm/product/settings/ProductProperties.js +8 -0
- package/dist/esm/product/settings/ProductQuantity.js +5 -0
- package/dist/esm/product/settings/ProductTag.js +1 -0
- package/dist/esm/product/settings/ProductTitle.js +6 -0
- package/dist/esm/product/settings/ProductVariants.js +5 -0
- package/dist/esm/product/settings/ProductViewMore.js +5 -0
- package/dist/esm/product/settings/Sku.js +5 -0
- package/dist/esm/product/settings/Vendor.js +5 -0
- package/dist/esm/product/settings/bundle-layout/horizontal-one.js +1 -0
- package/dist/esm/product/settings/bundle-layout/horizontal-three.js +1 -0
- package/dist/esm/product/settings/bundle-layout/horizontal-two.js +1 -0
- package/dist/esm/product/settings/bundle-layout/vertical-one.js +1 -0
- package/dist/esm/product/settings/bundle-layout/vertical-three.js +1 -0
- package/dist/esm/product/settings/bundle-layout/vertical-two.js +1 -0
- package/dist/esm/product/settings/dynamic-checkout/configs/presets.js +6 -0
- package/dist/esm/product/settings/dynamic-checkout/configs/settings.js +1 -0
- package/dist/esm/product/settings/dynamic-checkout/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product/configs/presets.js +1 -0
- package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +15 -0
- package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +21 -0
- package/dist/esm/product/settings/product/configs/product-presets/product-default.js +23 -0
- package/dist/esm/product/settings/product/configs/settings.js +1 -0
- package/dist/esm/product/settings/product/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-badge/configs/presets.js +11 -0
- package/dist/esm/product/settings/product-badge/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-badge/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-button/configs/presets.js +11 -0
- package/dist/esm/product/settings/product-button/configs/settings.js +3 -0
- package/dist/esm/product/settings/product-button/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-description/configs/presets.js +4 -0
- package/dist/esm/product/settings/product-description/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-description/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-description/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-discount-tag/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-discount-tag/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-image-v2/ProductFeatureImage.js +1 -0
- package/dist/esm/product/settings/product-image-v2/ProductGalleryImage.js +1 -0
- package/dist/esm/product/settings/product-image-v2/ProductImages.js +21 -0
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -0
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +3 -0
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/index.js +1 -0
- package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -0
- package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -0
- package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -0
- package/dist/esm/product/settings/product-image-v2/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-list/configs/presets.js +37 -0
- package/dist/esm/product/settings/product-list/configs/settings-v2.js +1 -0
- package/dist/esm/product/settings/product-list/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-price/configs/presets.js +11 -0
- package/dist/esm/product/settings/product-price/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-price/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-price/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-properties/configs/presets.js +6 -0
- package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -0
- package/dist/esm/product/settings/product-properties/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-quantity/configs/presets.js +20 -0
- package/dist/esm/product/settings/product-quantity/configs/settings.js +3 -0
- package/dist/esm/product/settings/product-quantity/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-sku/configs/presets.js +4 -0
- package/dist/esm/product/settings/product-sku/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-sku/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-sku/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-title/configs/presets.js +4 -0
- package/dist/esm/product/settings/product-title/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-title/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-variant/configs/presets.js +24 -0
- package/dist/esm/product/settings/product-variant/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-variant/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-variant/swatches-style-config/color.js +1 -0
- package/dist/esm/product/settings/product-variant/swatches-style-config/dropdown.js +1 -0
- package/dist/esm/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -0
- package/dist/esm/product/settings/product-variant/swatches-style-config/image.js +1 -0
- package/dist/esm/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -0
- package/dist/esm/product/settings/product-vendor/configs/presets.js +3 -0
- package/dist/esm/product/settings/product-vendor/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-vendor/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-view-more/configs/presets.js +5 -0
- package/dist/esm/product/settings/product-view-more/configs/settings.js +8 -0
- package/dist/esm/product/settings/product-view-more/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -0
- package/dist/esm/radio/components/Radio.js +2 -0
- package/dist/esm/radio/index.js +1 -0
- package/dist/esm/radio/next.js +1 -12
- package/dist/esm/radio/settings/Radio.js +1 -0
- package/dist/esm/radio/settings/configs/settings.js +1 -0
- package/dist/esm/select/components/Select.js +4 -0
- package/dist/esm/select/index.js +1 -0
- package/dist/esm/select/next.js +1 -12
- package/dist/esm/select/settings/Select.js +1 -0
- package/dist/esm/select/settings/configs/settings.js +1 -0
- package/dist/esm/setting.js +1 -0
- package/dist/esm/shop-pay-installment/components/ShopPayInstallments.js +1 -0
- package/dist/esm/shop-pay-installment/components/ShopPayInstallments.liquid.js +3 -0
- package/dist/esm/shop-pay-installment/components/common/helpers.js +1 -0
- package/dist/esm/shop-pay-installment/index.js +1 -0
- package/dist/esm/shop-pay-installment/next.js +1 -0
- package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +12 -0
- package/dist/esm/shop-pay-installment/settings/configs/settings.js +1 -0
- package/dist/esm/sticky/common/classes.js +1 -0
- package/dist/esm/sticky/common/styles.js +1 -0
- package/dist/esm/sticky/components/Sticky.js +2 -179
- package/dist/esm/sticky/components/Sticky.liquid.js +16 -82
- package/dist/esm/sticky/hooks/useSticky.js +1 -0
- package/dist/esm/sticky/index.js +1 -0
- package/dist/esm/sticky/next.js +1 -12
- package/dist/esm/sticky/settings/Sticky.js +1 -0
- package/dist/esm/sticky/settings/configs/presets.js +31 -0
- package/dist/esm/sticky/settings/configs/settings-v2.js +1 -0
- package/dist/esm/sticky/settings/configs/settings.js +1 -0
- package/dist/esm/sticky/settings/configs/ui-v1.js +1 -0
- package/dist/esm/sticky/settings/configs/ui-v2.js +1 -0
- package/dist/esm/stock-counter/common/attrs.js +1 -0
- package/dist/esm/stock-counter/common/classes.js +1 -0
- package/dist/esm/stock-counter/common/helpers.js +71 -0
- package/dist/esm/stock-counter/common/styles.js +1 -0
- package/dist/esm/stock-counter/components/StockCounter.js +2 -128
- package/dist/esm/stock-counter/components/StockCounter.liquid.js +61 -181
- package/dist/esm/stock-counter/hooks/useStockCounter.js +1 -0
- package/dist/esm/stock-counter/hooks/useStockCounterInteraction.js +1 -66
- package/dist/esm/stock-counter/index.js +1 -0
- package/dist/esm/stock-counter/next.js +1 -12
- package/dist/esm/stock-counter/settings/StockCounter.js +5 -0
- package/dist/esm/stock-counter/settings/configs/presets.js +11 -0
- package/dist/esm/stock-counter/settings/configs/settings-v2.js +2 -0
- package/dist/esm/stock-counter/settings/configs/ui-v1.js +1 -0
- package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -0
- package/dist/esm/tab/common/attrs.js +1 -0
- package/dist/esm/tab/common/classes.js +4 -0
- package/dist/esm/tab/common/helpers.js +2 -0
- package/dist/esm/tab/common/styles.js +1 -0
- package/dist/esm/tab/components/TabItem.js +2 -20
- package/dist/esm/tab/components/TabItem.liquid.js +6 -21
- package/dist/esm/tab/components/Tabs.js +2 -153
- package/dist/esm/tab/components/Tabs.liquid.js +26 -114
- package/dist/esm/tab/hooks/useTab.js +1 -0
- package/dist/esm/tab/hooks/useTabInteraction.js +1 -54
- package/dist/esm/tab/index.js +1 -0
- package/dist/esm/tab/next.js +1 -16
- package/dist/esm/tab/settings/TabItem.js +5 -0
- package/dist/esm/tab/settings/Tabs.js +11 -0
- package/dist/esm/tab/settings/configs/settings.js +1 -0
- package/dist/esm/tab/settings/configs/ui-v1.js +1 -0
- package/dist/esm/tab/settings/configs/ui-v2.js +1 -0
- package/dist/esm/text/common/attrs.js +1 -0
- package/dist/esm/text/common/classes.js +1 -0
- package/dist/esm/text/common/helpers.js +1 -0
- package/dist/esm/text/common/styles.js +1 -0
- package/dist/esm/text/components/Text.js +2 -98
- package/dist/esm/text/components/Text.liquid.js +15 -102
- package/dist/esm/text/components/TextInline.js +7 -29
- package/dist/esm/text/index.js +1 -5
- package/dist/esm/text/next.js +1 -12
- package/dist/esm/text/settings/Text.js +5 -0
- package/dist/esm/text/settings/configs/presets.js +3 -0
- package/dist/esm/text/settings/configs/settings.js +1 -0
- package/dist/esm/text/settings/configs/ui-v1.js +1 -0
- package/dist/esm/text/settings/configs/ui-v2.js +1 -0
- package/dist/esm/textarea/components/Textarea.js +2 -0
- package/dist/esm/textarea/index.js +1 -0
- package/dist/esm/textarea/next.js +1 -12
- package/dist/esm/textarea/settings/Textarea.js +7 -0
- package/dist/esm/textarea/settings/configs/settings.js +1 -0
- package/dist/esm/third-party/common/helpers.js +13 -0
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +2 -28
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -8
- package/dist/esm/third-party/components/AirProductReviewsAppUgc.js +2 -33
- package/dist/esm/third-party/components/AirProductReviewsAppUgc.liquid.js +5 -19
- package/dist/esm/third-party/components/AliReviews/AliReviewsSampleContent.js +2 -24
- package/dist/esm/third-party/components/AliReviews.js +2 -18
- package/dist/esm/third-party/components/AliReviews.liquid.js +6 -15
- package/dist/esm/third-party/components/AlsoBoughtCbb.js +2 -28
- package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +4 -13
- package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.js +2 -0
- package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -0
- package/dist/esm/third-party/components/AppointmentBookingCowlendar.js +2 -33
- package/dist/esm/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -8
- package/dist/esm/third-party/components/AppstleBundlesDiscounts.js +2 -28
- package/dist/esm/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -8
- package/dist/esm/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +2 -19
- package/dist/esm/third-party/components/AppstleSubscriptions.js +2 -18
- package/dist/esm/third-party/components/AppstleSubscriptions.liquid.js +4 -13
- package/dist/esm/third-party/components/BestBuyFulfillment.js +1 -33
- package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +1 -8
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +2 -28
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -8
- package/dist/esm/third-party/components/BirdChime/BirdChimeContent.js +2 -19
- package/dist/esm/third-party/components/BirdChime.js +2 -18
- package/dist/esm/third-party/components/BirdChime.liquid.js +4 -13
- package/dist/esm/third-party/components/Bogos/BogosSampleContent.js +2 -34
- package/dist/esm/third-party/components/Bogos.js +2 -18
- package/dist/esm/third-party/components/Bogos.liquid.js +7 -14
- package/dist/esm/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +2 -19
- package/dist/esm/third-party/components/BoldProductOptions.js +2 -18
- package/dist/esm/third-party/components/BoldProductOptions.liquid.js +4 -13
- package/dist/esm/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +2 -30
- package/dist/esm/third-party/components/BoldSubscriptions.js +2 -18
- package/dist/esm/third-party/components/BoldSubscriptions.liquid.js +6 -15
- package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.js +2 -33
- package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -8
- package/dist/esm/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +2 -19
- package/dist/esm/third-party/components/BoostAISearchDiscovery.js +2 -18
- package/dist/esm/third-party/components/BoostAISearchDiscovery.liquid.js +5 -16
- package/dist/esm/third-party/components/Bundler/BundlerSampleContent.js +2 -19
- package/dist/esm/third-party/components/Bundler.js +2 -20
- package/dist/esm/third-party/components/Bundler.liquid.js +5 -18
- package/dist/esm/third-party/components/CleanSizeCharts.js +2 -38
- package/dist/esm/third-party/components/CleanSizeCharts.liquid.js +5 -14
- package/dist/esm/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +2 -19
- package/dist/esm/third-party/components/CrossSellCartUpsell.js +2 -18
- package/dist/esm/third-party/components/CrossSellCartUpsell.liquid.js +4 -12
- package/dist/esm/third-party/components/CustomProductOptionsVariant.js +2 -33
- package/dist/esm/third-party/components/CustomProductOptionsVariant.liquid.js +4 -13
- package/dist/esm/third-party/components/DiscountyBulkDiscountSales.js +2 -28
- package/dist/esm/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -13
- package/dist/esm/third-party/components/EasifyProductOptions.js +2 -33
- package/dist/esm/third-party/components/EasifyProductOptions.liquid.js +4 -13
- package/dist/esm/third-party/components/EasyBundleBuilderSkailama.js +2 -33
- package/dist/esm/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -8
- package/dist/esm/third-party/components/EasySellCOD.js +2 -33
- package/dist/esm/third-party/components/EasySellCOD.liquid.js +4 -13
- package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.js +2 -28
- package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -8
- package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +2 -28
- package/dist/esm/third-party/components/EcomsendBackInStockAlert.liquid.js +5 -14
- package/dist/esm/third-party/components/EssentialAnnouncementBar.js +2 -28
- package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +1 -8
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +2 -28
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -8
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +2 -28
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -8
- package/dist/esm/third-party/components/FastBundleBundlesDiscounts.js +2 -33
- package/dist/esm/third-party/components/FastBundleBundlesDiscounts.liquid.js +5 -21
- package/dist/esm/third-party/components/FeraReviews/FeraReviewsSampleContent.js +2 -45
- package/dist/esm/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -50
- package/dist/esm/third-party/components/FeraReviews.js +2 -22
- package/dist/esm/third-party/components/FeraReviews.liquid.js +5 -16
- package/dist/esm/third-party/components/FirePush/FirePushSampleContent.js +2 -17
- package/dist/esm/third-party/components/FirePush.js +2 -18
- package/dist/esm/third-party/components/FirePush.liquid.js +4 -13
- package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.js +2 -78
- package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -8
- package/dist/esm/third-party/components/FordeerProductLabels.js +2 -44
- package/dist/esm/third-party/components/FordeerProductLabels.liquid.js +7 -16
- package/dist/esm/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +2 -19
- package/dist/esm/third-party/components/FrequentlyBoughtTogether.js +2 -20
- package/dist/esm/third-party/components/FrequentlyBoughtTogether.liquid.js +5 -14
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +2 -28
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -8
- package/dist/esm/third-party/components/GloboProductOptionsVariant.js +1 -33
- package/dist/esm/third-party/components/GloboProductOptionsVariant.liquid.js +1 -8
- package/dist/esm/third-party/components/GoogleReviewsByReputon.js +2 -33
- package/dist/esm/third-party/components/GoogleReviewsByReputon.liquid.js +7 -16
- package/dist/esm/third-party/components/Growave/GrowaveSampleContent.js +2 -34
- package/dist/esm/third-party/components/Growave.js +2 -18
- package/dist/esm/third-party/components/Growave.liquid.js +5 -15
- package/dist/esm/third-party/components/HextomCountdownTimerBar.js +2 -28
- package/dist/esm/third-party/components/HextomCountdownTimerBar.liquid.js +1 -8
- package/dist/esm/third-party/components/HextomFreeShippingBar.js +2 -28
- package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +1 -8
- package/dist/esm/third-party/components/HulkFormBuilder.js +2 -33
- package/dist/esm/third-party/components/HulkFormBuilder.liquid.js +5 -14
- package/dist/esm/third-party/components/HulkProductOptions.js +2 -28
- package/dist/esm/third-party/components/HulkProductOptions.liquid.js +1 -8
- package/dist/esm/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +2 -19
- package/dist/esm/third-party/components/InfiniteOptions.js +2 -18
- package/dist/esm/third-party/components/InfiniteOptions.liquid.js +4 -12
- package/dist/esm/third-party/components/Instafeed/InstafeedSampleContent.js +2 -19
- package/dist/esm/third-party/components/Instafeed.js +2 -18
- package/dist/esm/third-party/components/Instafeed.liquid.js +4 -13
- package/dist/esm/third-party/components/InstasellShoppableInstagram.js +2 -33
- package/dist/esm/third-party/components/InstasellShoppableInstagram.liquid.js +1 -8
- package/dist/esm/third-party/components/Judgeme/JudgemeSampleContent.js +2 -35
- package/dist/esm/third-party/components/JudgemeReviews.js +2 -19
- package/dist/esm/third-party/components/JudgemeReviews.liquid.js +10 -19
- package/dist/esm/third-party/components/JunipProductReviewsUgc.js +2 -33
- package/dist/esm/third-party/components/JunipProductReviewsUgc.liquid.js +1 -8
- package/dist/esm/third-party/components/KachingBundles/KachingBundlesSampleContent.js +2 -23
- package/dist/esm/third-party/components/KachingBundles.js +2 -18
- package/dist/esm/third-party/components/KachingBundles.liquid.js +5 -15
- package/dist/esm/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +2 -19
- package/dist/esm/third-party/components/KingProductOptions.js +2 -18
- package/dist/esm/third-party/components/KingProductOptions.liquid.js +5 -14
- package/dist/esm/third-party/components/KiteFreeGiftDiscount.js +2 -33
- package/dist/esm/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -8
- package/dist/esm/third-party/components/KlarnaMessaging.js +2 -46
- package/dist/esm/third-party/components/KlarnaMessaging.liquid.js +5 -32
- package/dist/esm/third-party/components/Klaviyo/KlaviyoSampleContent.js +2 -19
- package/dist/esm/third-party/components/Klaviyo.js +2 -26
- package/dist/esm/third-party/components/Klaviyo.liquid.js +5 -15
- package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.js +2 -33
- package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.liquid.js +4 -13
- package/dist/esm/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +2 -54
- package/dist/esm/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +13 -44
- package/dist/esm/third-party/components/LaiProductReviews.js +2 -20
- package/dist/esm/third-party/components/LaiProductReviews.liquid.js +5 -17
- package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.js +2 -33
- package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -8
- package/dist/esm/third-party/components/LoopSubscriptions.js +2 -33
- package/dist/esm/third-party/components/LoopSubscriptions.liquid.js +2 -13
- package/dist/esm/third-party/components/LooxReviews/LooxReviewsSampleContent.js +2 -31
- package/dist/esm/third-party/components/LooxReviews.js +2 -18
- package/dist/esm/third-party/components/LooxReviews.liquid.js +10 -49
- package/dist/esm/third-party/components/MaxbundleProductBundles.js +2 -33
- package/dist/esm/third-party/components/MaxbundleProductBundles.liquid.js +5 -14
- package/dist/esm/third-party/components/MbcBundleVolumeDiscount.js +2 -33
- package/dist/esm/third-party/components/MbcBundleVolumeDiscount.liquid.js +4 -13
- package/dist/esm/third-party/components/MyappgurusProductReviews.js +2 -28
- package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +1 -8
- package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +2 -33
- package/dist/esm/third-party/components/NotifyBackInStockPreOrder.liquid.js +4 -13
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +2 -28
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -8
- package/dist/esm/third-party/components/Omnisend/OmnisendSampleContent.js +2 -30
- package/dist/esm/third-party/components/Omnisend.js +2 -18
- package/dist/esm/third-party/components/Omnisend.liquid.js +9 -18
- package/dist/esm/third-party/components/Opinew/OpinewSampleContent.js +2 -29
- package/dist/esm/third-party/components/Opinew.js +2 -18
- package/dist/esm/third-party/components/Opinew.liquid.js +6 -15
- package/dist/esm/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +2 -19
- package/dist/esm/third-party/components/ParcelPanel.js +2 -18
- package/dist/esm/third-party/components/ParcelPanel.liquid.js +5 -15
- package/dist/esm/third-party/components/PickyStory/PickyStorySampleContent.js +2 -32
- package/dist/esm/third-party/components/PickyStory.js +2 -18
- package/dist/esm/third-party/components/PickyStory.liquid.js +5 -14
- package/dist/esm/third-party/components/PowerfulContactFormBuilder.js +2 -33
- package/dist/esm/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -8
- package/dist/esm/third-party/components/PreorderNowPreOrderPq.js +2 -33
- package/dist/esm/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -8
- package/dist/esm/third-party/components/PreorderNowWodPresale.js +2 -46
- package/dist/esm/third-party/components/PreorderNowWodPresale.liquid.js +1 -8
- package/dist/esm/third-party/components/ProductOptionsCustomizer.js +2 -33
- package/dist/esm/third-party/components/ProductOptionsCustomizer.liquid.js +1 -8
- package/dist/esm/third-party/components/ProductOptionsVariantOption.js +1 -33
- package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +4 -13
- package/dist/esm/third-party/components/ProductReviews/ProductReviewsSampleContent.js +2 -25
- package/dist/esm/third-party/components/ProductReviews.js +2 -18
- package/dist/esm/third-party/components/ProductReviews.liquid.js +5 -14
- package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.js +2 -33
- package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -8
- package/dist/esm/third-party/components/PushOwl.js +2 -5
- package/dist/esm/third-party/components/PushOwl.liquid.js +3 -33
- package/dist/esm/third-party/components/QikifyUpsell.js +2 -73
- package/dist/esm/third-party/components/QikifyUpsell.liquid.js +1 -8
- package/dist/esm/third-party/components/RapiBundleQuantityBreaks.js +2 -33
- package/dist/esm/third-party/components/RapiBundleQuantityBreaks.liquid.js +5 -14
- package/dist/esm/third-party/components/RechargeSubscriptions.js +2 -33
- package/dist/esm/third-party/components/RechargeSubscriptions.liquid.js +1 -8
- package/dist/esm/third-party/components/RecurpaySubscriptionApp.js +2 -33
- package/dist/esm/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -13
- package/dist/esm/third-party/components/Releasit/ReleasitSampleContent.js +2 -17
- package/dist/esm/third-party/components/Releasit.js +1 -18
- package/dist/esm/third-party/components/Releasit.liquid.js +4 -14
- package/dist/esm/third-party/components/RequestQuoteHidePrice.js +2 -33
- package/dist/esm/third-party/components/RequestQuoteHidePrice.liquid.js +4 -13
- package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.js +2 -31
- package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -8
- package/dist/esm/third-party/components/Rivyo/RivyoSampleContent.js +2 -32
- package/dist/esm/third-party/components/Rivyo.js +2 -18
- package/dist/esm/third-party/components/Rivyo.liquid.js +5 -14
- package/dist/esm/third-party/components/Ryviu/RyviuSampleContent.js +2 -33
- package/dist/esm/third-party/components/Ryviu.js +2 -18
- package/dist/esm/third-party/components/Ryviu.liquid.js +6 -15
- package/dist/esm/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +2 -19
- package/dist/esm/third-party/components/SealSubscriptions.js +2 -18
- package/dist/esm/third-party/components/SealSubscriptions.liquid.js +4 -13
- package/dist/esm/third-party/components/SegunoEmailMarketing.js +2 -28
- package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +1 -8
- package/dist/esm/third-party/components/Selleasy.js +2 -31
- package/dist/esm/third-party/components/Selleasy.liquid.js +1 -8
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +2 -28
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -8
- package/dist/esm/third-party/components/ShopifyForms.js +2 -33
- package/dist/esm/third-party/components/ShopifyForms.liquid.js +1 -8
- package/dist/esm/third-party/components/ShopifySubscriptions.js +2 -33
- package/dist/esm/third-party/components/ShopifySubscriptions.liquid.js +4 -14
- package/dist/esm/third-party/components/SimpleBundlesKits.js +2 -33
- package/dist/esm/third-party/components/SimpleBundlesKits.liquid.js +1 -8
- package/dist/esm/third-party/components/SkioSubscriptionsYcS20.js +2 -33
- package/dist/esm/third-party/components/SkioSubscriptionsYcS20.liquid.js +5 -14
- package/dist/esm/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +2 -19
- package/dist/esm/third-party/components/SmartSearchBarAndFilters.js +2 -20
- package/dist/esm/third-party/components/SmartSearchBarAndFilters.liquid.js +6 -17
- package/dist/esm/third-party/components/SproutPlantTreesGrowSales.js +2 -33
- package/dist/esm/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -8
- package/dist/esm/third-party/components/Stamped/LiquidTemplateByWidget.js +101 -172
- package/dist/esm/third-party/components/Stamped/StampedSampleContent.js +2 -42
- package/dist/esm/third-party/components/Stamped.js +2 -18
- package/dist/esm/third-party/components/Stamped.liquid.js +5 -17
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +2 -28
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +4 -13
- package/dist/esm/third-party/components/SubifySubscriptionsApp.js +2 -33
- package/dist/esm/third-party/components/SubifySubscriptionsApp.liquid.js +1 -8
- package/dist/esm/third-party/components/TagembedSocialPostReview.js +2 -33
- package/dist/esm/third-party/components/TagembedSocialPostReview.liquid.js +5 -14
- package/dist/esm/third-party/components/TagshopShoppableVideosUgc.js +2 -33
- package/dist/esm/third-party/components/TagshopShoppableVideosUgc.liquid.js +5 -14
- package/dist/esm/third-party/components/TeeinblueProductPersonalizer.js +1 -33
- package/dist/esm/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -13
- package/dist/esm/third-party/components/ThirdPartyPreview.js +2 -71
- package/dist/esm/third-party/components/TrustBadgesBear.js +2 -28
- package/dist/esm/third-party/components/TrustBadgesBear.liquid.js +1 -8
- package/dist/esm/third-party/components/TrustMe/TrustMeSampleContent.js +2 -19
- package/dist/esm/third-party/components/TrustMe.js +2 -18
- package/dist/esm/third-party/components/TrustMe.liquid.js +4 -13
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +2 -28
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -8
- package/dist/esm/third-party/components/Trustoo/TrustooSampleContent.js +2 -31
- package/dist/esm/third-party/components/Trustoo.js +2 -18
- package/dist/esm/third-party/components/Trustoo.liquid.js +12 -34
- package/dist/esm/third-party/components/TrustreviewsProductReviews.js +2 -28
- package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +1 -8
- package/dist/esm/third-party/components/TrustshopProductReviews.js +2 -42
- package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +1 -8
- package/dist/esm/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +2 -29
- package/dist/esm/third-party/components/UltimateSalesBoost.js +2 -18
- package/dist/esm/third-party/components/UltimateSalesBoost.liquid.js +5 -14
- package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.js +2 -33
- package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -8
- package/dist/esm/third-party/components/Vitals/VitalsSampleContent.js +2 -47
- package/dist/esm/third-party/components/Vitals.js +2 -18
- package/dist/esm/third-party/components/Vitals.liquid.js +7 -16
- package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.js +2 -33
- package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -8
- package/dist/esm/third-party/components/WideBundle/WideBundleSampleContent.js +2 -19
- package/dist/esm/third-party/components/WideBundle.js +2 -18
- package/dist/esm/third-party/components/WideBundle.liquid.js +4 -13
- package/dist/esm/third-party/components/Wiser/WiserSampleContent.js +2 -53
- package/dist/esm/third-party/components/Wiser.js +2 -22
- package/dist/esm/third-party/components/Wiser.liquid.js +5 -15
- package/dist/esm/third-party/components/WishlistKing.js +2 -33
- package/dist/esm/third-party/components/WishlistKing.liquid.js +1 -8
- package/dist/esm/third-party/components/WishlistPlus.js +2 -33
- package/dist/esm/third-party/components/WishlistPlus.liquid.js +6 -15
- package/dist/esm/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +2 -19
- package/dist/esm/third-party/components/YotpoLoyalty.js +2 -39
- package/dist/esm/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +2 -33
- package/dist/esm/third-party/components/YotpoReviews.js +2 -18
- package/dist/esm/third-party/components/YotpoReviews.liquid.js +6 -16
- package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +1 -8
- package/dist/esm/third-party/configs/AirProductReviewsAppUgc.js +1 -0
- package/dist/esm/third-party/configs/AliReviews.js +1 -8
- package/dist/esm/third-party/configs/AlsoBoughtCbb.js +1 -8
- package/dist/esm/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -0
- package/dist/esm/third-party/configs/AppointmentBookingCowlendar.js +1 -0
- package/dist/esm/third-party/configs/AppstleBundlesDiscounts.js +1 -8
- package/dist/esm/third-party/configs/AppstleSubscriptions.js +1 -8
- package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +1 -8
- package/dist/esm/third-party/configs/BirdChime.js +1 -8
- package/dist/esm/third-party/configs/Bogos.js +1 -8
- package/dist/esm/third-party/configs/BoldProductOptions.js +1 -8
- package/dist/esm/third-party/configs/BoldSubscription.js +1 -8
- package/dist/esm/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -0
- package/dist/esm/third-party/configs/BoostAISearchDiscovery.js +1 -8
- package/dist/esm/third-party/configs/Bundler.js +1 -8
- package/dist/esm/third-party/configs/CleanSizeCharts.js +1 -0
- package/dist/esm/third-party/configs/CrossSellCartUpsell.js +1 -8
- package/dist/esm/third-party/configs/CustomProductOptionsVariant.js +1 -0
- package/dist/esm/third-party/configs/DiscountyBulkDiscountSales.js +1 -8
- package/dist/esm/third-party/configs/EasifyProductOptions.js +1 -0
- package/dist/esm/third-party/configs/EasyBundleBuilderSkailama.js +1 -0
- package/dist/esm/third-party/configs/EasySellCOD.js +1 -0
- package/dist/esm/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -8
- package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -8
- package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +1 -8
- package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +1 -8
- package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +1 -8
- package/dist/esm/third-party/configs/FastBundleBundlesDiscount.js +1 -0
- package/dist/esm/third-party/configs/FeraReviews.js +1 -8
- package/dist/esm/third-party/configs/FirePush.js +1 -8
- package/dist/esm/third-party/configs/FlyBundlesUpsellsFbt.js +1 -0
- package/dist/esm/third-party/configs/FordeerProductLabels.js +1 -0
- package/dist/esm/third-party/configs/FrequentlyBoughtTogether.js +1 -8
- package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +1 -8
- package/dist/esm/third-party/configs/GoogleReviewsByReputon.js +1 -0
- package/dist/esm/third-party/configs/Growave.js +1 -8
- package/dist/esm/third-party/configs/HextomCountdownTimerBar.js +1 -8
- package/dist/esm/third-party/configs/HextomFreeShippingBar.js +1 -8
- package/dist/esm/third-party/configs/HulkFormBuilder.js +1 -0
- package/dist/esm/third-party/configs/HulkProductOptions.js +1 -8
- package/dist/esm/third-party/configs/InfiniteOptions.js +1 -8
- package/dist/esm/third-party/configs/Instafeed.js +1 -8
- package/dist/esm/third-party/configs/InstasellShoppableInstagram.js +1 -0
- package/dist/esm/third-party/configs/JudgemeReviews.js +1 -8
- package/dist/esm/third-party/configs/JunipProductReviewsUgc.js +1 -0
- package/dist/esm/third-party/configs/KachingBundles.js +1 -8
- package/dist/esm/third-party/configs/KingProductOptions.js +1 -8
- package/dist/esm/third-party/configs/KiteFreeGiftDiscount.js +1 -0
- package/dist/esm/third-party/configs/KlarmaMessaging.js +1 -0
- package/dist/esm/third-party/configs/Klaviyo.js +1 -8
- package/dist/esm/third-party/configs/KoalaBundleQuantityDiscount.js +1 -0
- package/dist/esm/third-party/configs/LaiProductReviews.js +1 -8
- package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +1 -0
- package/dist/esm/third-party/configs/LoopSubscriptions.js +1 -0
- package/dist/esm/third-party/configs/LooxReviews.js +1 -8
- package/dist/esm/third-party/configs/MaxbundleProductBundles.js +1 -0
- package/dist/esm/third-party/configs/MbcBundleVolumeDiscount.js +1 -0
- package/dist/esm/third-party/configs/MyappgurusProductReviews.js +1 -8
- package/dist/esm/third-party/configs/NotifyBackInStockPreOrder.js +1 -0
- package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +1 -8
- package/dist/esm/third-party/configs/Omnisend.js +1 -8
- package/dist/esm/third-party/configs/Opinew.js +1 -8
- package/dist/esm/third-party/configs/ParcelPanel.js +1 -8
- package/dist/esm/third-party/configs/PickyStory.js +1 -8
- package/dist/esm/third-party/configs/PowerfulContactFormBuilder.js +1 -0
- package/dist/esm/third-party/configs/PreorderNowPreOrderPq.js +1 -0
- package/dist/esm/third-party/configs/PreorderNowWodPresale.js +1 -0
- package/dist/esm/third-party/configs/ProductOptionsCustomizer.js +1 -0
- package/dist/esm/third-party/configs/ProductReviews.js +1 -8
- package/dist/esm/third-party/configs/PumperBundlesVolumeDiscount.js +1 -0
- package/dist/esm/third-party/configs/PushOwl.js +1 -8
- package/dist/esm/third-party/configs/QikifyUpsell.js +1 -0
- package/dist/esm/third-party/configs/RapiBundleQuantityBreaks.js +1 -0
- package/dist/esm/third-party/configs/RechargeSubscriptions.js +1 -0
- package/dist/esm/third-party/configs/RecurpaySubscriptionApp.js +1 -0
- package/dist/esm/third-party/configs/Releasit.js +1 -8
- package/dist/esm/third-party/configs/RequestQuoteHidePrice.js +1 -0
- package/dist/esm/third-party/configs/ReviewxpoProductReviewsApp.js +1 -0
- package/dist/esm/third-party/configs/Rivyo.js +1 -8
- package/dist/esm/third-party/configs/Ryviu.js +1 -8
- package/dist/esm/third-party/configs/SealSubscriptions.js +1 -8
- package/dist/esm/third-party/configs/SegunoEmailMarketing.js +1 -8
- package/dist/esm/third-party/configs/Selleasy.js +1 -0
- package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +1 -8
- package/dist/esm/third-party/configs/ShopifyForms.js +1 -0
- package/dist/esm/third-party/configs/ShopifySubscriptions.js +1 -0
- package/dist/esm/third-party/configs/SimpleBundlesKits.js +1 -0
- package/dist/esm/third-party/configs/SkioSubscriptionsYcS20.js +1 -0
- package/dist/esm/third-party/configs/SmartSearchBarAndFilters.js +1 -8
- package/dist/esm/third-party/configs/SproutPlantTreesGrowSales.js +1 -0
- package/dist/esm/third-party/configs/Stamped.js +1 -8
- package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +1 -8
- package/dist/esm/third-party/configs/SubifySubscriptionsApp.js +1 -0
- package/dist/esm/third-party/configs/TagembedSocialPostReview.js +1 -0
- package/dist/esm/third-party/configs/TagshopShoppableVideosUgc.js +1 -0
- package/dist/esm/third-party/configs/TrustBadgesBear.js +1 -8
- package/dist/esm/third-party/configs/TrustMe.js +1 -8
- package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +1 -8
- package/dist/esm/third-party/configs/Trustoo.js +1 -8
- package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +1 -8
- package/dist/esm/third-party/configs/TrustshopProductReviews.js +1 -8
- package/dist/esm/third-party/configs/UltimateSalesBoost.js +1 -8
- package/dist/esm/third-party/configs/UnlimitedBundlesDiscounts.js +1 -0
- package/dist/esm/third-party/configs/Vitals.js +1 -8
- package/dist/esm/third-party/configs/WhatmoreShoppableVideosreel.js +1 -0
- package/dist/esm/third-party/configs/WideBundle.js +1 -8
- package/dist/esm/third-party/configs/Wiser.js +1 -8
- package/dist/esm/third-party/configs/WishlistKing.js +1 -0
- package/dist/esm/third-party/configs/WishlistPlus.js +1 -0
- package/dist/esm/third-party/configs/YotpoLoyalty.js +1 -8
- package/dist/esm/third-party/configs/YotpoReviews.js +1 -8
- package/dist/esm/third-party/index.js +1 -0
- package/dist/esm/third-party/next.js +1 -588
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +4 -0
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +4 -0
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AliReviews/index.js +6 -0
- package/dist/esm/third-party/settings/AliReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AliReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +4 -0
- package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +4 -0
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +4 -0
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +4 -0
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +6 -0
- package/dist/esm/third-party/settings/AppstleSubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AppstleSubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +4 -0
- package/dist/esm/third-party/settings/BestBuyFulfillment/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BestBuyFulfillment/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +4 -0
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BirdChime/index.js +6 -0
- package/dist/esm/third-party/settings/BirdChime/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BirdChime/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Bogos/index.js +6 -0
- package/dist/esm/third-party/settings/Bogos/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Bogos/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BoldProductOptions/index.js +6 -0
- package/dist/esm/third-party/settings/BoldProductOptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BoldProductOptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BoldSubscriptions/index.js +6 -0
- package/dist/esm/third-party/settings/BoldSubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BoldSubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +4 -0
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +6 -0
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Bundler/index.js +6 -0
- package/dist/esm/third-party/settings/Bundler/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Bundler/uiV2.js +1 -0
- package/dist/esm/third-party/settings/CleanSizeCharts/index.js +6 -0
- package/dist/esm/third-party/settings/CleanSizeCharts/uiV1.js +1 -0
- package/dist/esm/third-party/settings/CleanSizeCharts/uiV2.js +1 -0
- package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +6 -0
- package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV1.js +1 -0
- package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -0
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +4 -0
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV1.js +1 -0
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -0
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +4 -0
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV1.js +1 -0
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EasifyProductOptions/index.js +4 -0
- package/dist/esm/third-party/settings/EasifyProductOptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EasifyProductOptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +4 -0
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EasySellCOD/index.js +6 -0
- package/dist/esm/third-party/settings/EasySellCOD/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EasySellCOD/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +4 -0
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +4 -0
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +4 -0
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +4 -0
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +4 -0
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +4 -0
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FeraReviews/index.js +6 -0
- package/dist/esm/third-party/settings/FeraReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FeraReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FirePush/index.js +6 -0
- package/dist/esm/third-party/settings/FirePush/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FirePush/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +4 -0
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FordeerProductLabels/index.js +4 -0
- package/dist/esm/third-party/settings/FordeerProductLabels/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FordeerProductLabels/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +8 -0
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -0
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +4 -0
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV1.js +1 -0
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -0
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +4 -0
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV1.js +1 -0
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -0
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +4 -0
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV1.js +1 -0
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Growave/index.js +6 -0
- package/dist/esm/third-party/settings/Growave/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Growave/uiV2.js +1 -0
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +4 -0
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV1.js +1 -0
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -0
- package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +4 -0
- package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV1.js +1 -0
- package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -0
- package/dist/esm/third-party/settings/HulkFormBuilder/index.js +4 -0
- package/dist/esm/third-party/settings/HulkFormBuilder/uiV1.js +1 -0
- package/dist/esm/third-party/settings/HulkFormBuilder/uiV2.js +1 -0
- package/dist/esm/third-party/settings/HulkProductOptions/index.js +4 -0
- package/dist/esm/third-party/settings/HulkProductOptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/HulkProductOptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/InfiniteOptions/index.js +6 -0
- package/dist/esm/third-party/settings/InfiniteOptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/InfiniteOptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Instafeed/index.js +6 -0
- package/dist/esm/third-party/settings/Instafeed/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Instafeed/uiV2.js +1 -0
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +4 -0
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV1.js +1 -0
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -0
- package/dist/esm/third-party/settings/JudgemeReviews/index.js +6 -0
- package/dist/esm/third-party/settings/JudgemeReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/JudgemeReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +4 -0
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV1.js +1 -0
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -0
- package/dist/esm/third-party/settings/KachingBundles/index.js +6 -0
- package/dist/esm/third-party/settings/KachingBundles/uiV1.js +1 -0
- package/dist/esm/third-party/settings/KachingBundles/uiV2.js +1 -0
- package/dist/esm/third-party/settings/KingProductOptions/index.js +6 -0
- package/dist/esm/third-party/settings/KingProductOptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/KingProductOptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +4 -0
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV1.js +1 -0
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -0
- package/dist/esm/third-party/settings/KlarnaMessaging/index.js +5 -0
- package/dist/esm/third-party/settings/KlarnaMessaging/uiV1.js +1 -0
- package/dist/esm/third-party/settings/KlarnaMessaging/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Klaviyo/index.js +6 -0
- package/dist/esm/third-party/settings/Klaviyo/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Klaviyo/uiV2.js +1 -0
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +4 -0
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV1.js +1 -0
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -0
- package/dist/esm/third-party/settings/LaiProductReviews/index.js +6 -0
- package/dist/esm/third-party/settings/LaiProductReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/LaiProductReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -0
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV1.js +1 -0
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -0
- package/dist/esm/third-party/settings/LoopSubscriptions/index.js +4 -0
- package/dist/esm/third-party/settings/LoopSubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/LoopSubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/LooxReviews/index.js +6 -0
- package/dist/esm/third-party/settings/LooxReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/LooxReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +4 -0
- package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV1.js +1 -0
- package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -0
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +4 -0
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV1.js +1 -0
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -0
- package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +4 -0
- package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +4 -0
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV1.js +1 -0
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -0
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +4 -0
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV1.js +1 -0
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Omnisend/index.js +6 -0
- package/dist/esm/third-party/settings/Omnisend/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Omnisend/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Opinew/index.js +6 -0
- package/dist/esm/third-party/settings/Opinew/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Opinew/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ParcelPanel/index.js +6 -0
- package/dist/esm/third-party/settings/ParcelPanel/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ParcelPanel/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PickyStory/index.js +6 -0
- package/dist/esm/third-party/settings/PickyStory/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PickyStory/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +4 -0
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +4 -0
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +4 -0
- package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +4 -0
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +4 -0
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ProductReviews/index.js +6 -0
- package/dist/esm/third-party/settings/ProductReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ProductReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +4 -0
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PushOwl/index.js +6 -0
- package/dist/esm/third-party/settings/PushOwl/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PushOwl/uiV2.js +1 -0
- package/dist/esm/third-party/settings/QikifyUpsell/index.js +6 -0
- package/dist/esm/third-party/settings/QikifyUpsell/uiV1.js +1 -0
- package/dist/esm/third-party/settings/QikifyUpsell/uiV2.js +1 -0
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +4 -0
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV1.js +1 -0
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -0
- package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +4 -0
- package/dist/esm/third-party/settings/RechargeSubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/RechargeSubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +4 -0
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV1.js +1 -0
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Releasit/index.js +6 -0
- package/dist/esm/third-party/settings/Releasit/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Releasit/uiV2.js +1 -0
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +4 -0
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV1.js +1 -0
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +4 -0
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Rivyo/index.js +6 -0
- package/dist/esm/third-party/settings/Rivyo/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Rivyo/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Ryviu/index.js +6 -0
- package/dist/esm/third-party/settings/Ryviu/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Ryviu/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SealSubscriptions/index.js +6 -0
- package/dist/esm/third-party/settings/SealSubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SealSubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +4 -0
- package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Selleasy/index.js +4 -0
- package/dist/esm/third-party/settings/Selleasy/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Selleasy/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +4 -0
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ShopifyForms/index.js +4 -0
- package/dist/esm/third-party/settings/ShopifyForms/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ShopifyForms/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +4 -0
- package/dist/esm/third-party/settings/ShopifySubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ShopifySubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +4 -0
- package/dist/esm/third-party/settings/SimpleBundlesKits/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SimpleBundlesKits/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +4 -0
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +6 -0
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +4 -0
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Stamped/Badge.js +1 -0
- package/dist/esm/third-party/settings/Stamped/BadgeDouble.js +1 -0
- package/dist/esm/third-party/settings/Stamped/BadgeRibbon.js +1 -0
- package/dist/esm/third-party/settings/Stamped/BadgeSingle.js +1 -0
- package/dist/esm/third-party/settings/Stamped/Carousel.js +1 -0
- package/dist/esm/third-party/settings/Stamped/CheckoutReviews.js +1 -0
- package/dist/esm/third-party/settings/Stamped/Colors.js +1 -0
- package/dist/esm/third-party/settings/Stamped/Filters.js +1 -0
- package/dist/esm/third-party/settings/Stamped/FullPage.js +1 -0
- package/dist/esm/third-party/settings/Stamped/InstagramFeed.js +1 -0
- package/dist/esm/third-party/settings/Stamped/MainWidget.js +1 -0
- package/dist/esm/third-party/settings/Stamped/ProductRating.js +1 -0
- package/dist/esm/third-party/settings/Stamped/SingleHighlight.js +1 -0
- package/dist/esm/third-party/settings/Stamped/SiteBadge.js +1 -0
- package/dist/esm/third-party/settings/Stamped/TopRated.js +1 -0
- package/dist/esm/third-party/settings/Stamped/VisualGallery.js +1 -0
- package/dist/esm/third-party/settings/Stamped/WallPhotos.js +1 -0
- package/dist/esm/third-party/settings/Stamped/index.js +1 -0
- package/dist/esm/third-party/settings/Stamped.js +6 -0
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +4 -0
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV1.js +1 -0
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +4 -0
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +4 -0
- package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +4 -0
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +4 -0
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TrustBadgesBear/index.js +4 -0
- package/dist/esm/third-party/settings/TrustBadgesBear/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TrustBadgesBear/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TrustMe/index.js +6 -0
- package/dist/esm/third-party/settings/TrustMe/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TrustMe/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +4 -0
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Trustoo/index.js +6 -0
- package/dist/esm/third-party/settings/Trustoo/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +4 -0
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +4 -0
- package/dist/esm/third-party/settings/TrustshopProductReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TrustshopProductReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +6 -0
- package/dist/esm/third-party/settings/UltimateSalesBoost/uiV1.js +1 -0
- package/dist/esm/third-party/settings/UltimateSalesBoost/uiV2.js +1 -0
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +4 -0
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV1.js +1 -0
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Vitals/index.js +6 -0
- package/dist/esm/third-party/settings/Vitals/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Vitals/uiV2.js +1 -0
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +4 -0
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV1.js +1 -0
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -0
- package/dist/esm/third-party/settings/WideBundle/index.js +6 -0
- package/dist/esm/third-party/settings/WideBundle/uiV1.js +1 -0
- package/dist/esm/third-party/settings/WideBundle/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Wiser/index.js +6 -0
- package/dist/esm/third-party/settings/Wiser/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Wiser/uiV2.js +1 -0
- package/dist/esm/third-party/settings/WishlistKing/index.js +4 -0
- package/dist/esm/third-party/settings/WishlistKing/uiV1.js +1 -0
- package/dist/esm/third-party/settings/WishlistKing/uiV2.js +1 -0
- package/dist/esm/third-party/settings/WishlistPlus/index.js +6 -0
- package/dist/esm/third-party/settings/WishlistPlus/uiV1.js +1 -0
- package/dist/esm/third-party/settings/WishlistPlus/uiV2.js +1 -0
- package/dist/esm/third-party/settings/YotpoLoyalty/index.js +6 -0
- package/dist/esm/third-party/settings/YotpoLoyalty/uiV1.js +1 -0
- package/dist/esm/third-party/settings/YotpoLoyalty/uiV2.js +1 -0
- package/dist/esm/third-party/settings/YotpoReviews/index.js +6 -0
- package/dist/esm/third-party/settings/YotpoReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/YotpoReviews/uiV2.js +1 -0
- package/dist/esm/third-party/types.js +1 -0
- package/dist/esm/third-party-instant/common/helpers.js +1 -0
- package/dist/esm/third-party-instant/components/InstantJudgemeReviews.js +2 -71
- package/dist/esm/third-party-instant/components/InstantKlaviyo.js +2 -43
- package/dist/esm/third-party-instant/components/InstantLooxReviews.js +2 -32
- package/dist/esm/third-party-instant/components/InstantThirdPartyPreview.js +2 -68
- package/dist/esm/third-party-instant/components/InstantYotpoLoyalty.js +2 -39
- package/dist/esm/third-party-instant/components/Judgeme/JudgemeSampleContent.js +2 -19
- package/dist/esm/third-party-instant/components/Judgeme/SingleProduct.js +2 -44
- package/dist/esm/third-party-instant/components/Judgeme/WithoutProduct.js +2 -89
- package/dist/esm/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +2 -19
- package/dist/esm/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +3 -20
- package/dist/esm/third-party-instant/components/LooxReviews/SingleProduct.js +2 -47
- package/dist/esm/third-party-instant/components/LooxReviews/WithoutProduct.js +2 -51
- package/dist/esm/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +2 -19
- package/dist/esm/third-party-instant/configs/JudgemeReviews.js +1 -8
- package/dist/esm/third-party-instant/configs/Klaviyo.js +1 -8
- package/dist/esm/third-party-instant/configs/LooxReviews.js +1 -8
- package/dist/esm/third-party-instant/configs/YotpoLoyalty.js +1 -8
- package/dist/esm/third-party-instant/index.js +1 -0
- package/dist/esm/third-party-instant/next.js +1 -29
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v1.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +6 -0
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v1.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +6 -0
- package/dist/esm/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantLooxReviews/index.js +6 -0
- package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/index.js +6 -0
- package/dist/esm/third-party-instant/types.js +1 -0
- package/dist/esm/third-party-slot/common/classes.js +1 -0
- package/dist/esm/third-party-slot/common/helpers.js +40 -0
- package/dist/esm/third-party-slot/common/styles.js +1 -0
- package/dist/esm/third-party-slot/components/ThirdPartySlot.js +2 -43
- package/dist/esm/third-party-slot/components/ThirdPartySlot.liquid.js +8 -52
- package/dist/esm/third-party-slot/index.js +1 -0
- package/dist/esm/third-party-slot/next.js +1 -12
- package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +10 -0
- package/dist/esm/third-party-slot/settings/configs/settings.js +1 -0
- package/dist/esm/third-party-slot/settings/configs/ui-v1.js +1 -0
- package/dist/esm/third-party-slot/settings/configs/ui-v2.js +1 -0
- package/dist/esm/validates/background.js +1 -0
- package/dist/esm/video/common/attrs.js +1 -0
- package/dist/esm/video/common/classes.js +1 -0
- package/dist/esm/video/common/helpers.js +1 -0
- package/dist/esm/video/common/styles.js +1 -0
- package/dist/esm/video/components/HTML5Embed.js +2 -79
- package/dist/esm/video/components/HTML5Embed.liquid.js +38 -83
- package/dist/esm/video/components/LiteVimeoEmbed.js +2 -113
- package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +18 -52
- package/dist/esm/video/components/LiteYouTubeEmbed.js +2 -191
- package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +21 -79
- package/dist/esm/video/components/Video.js +2 -108
- package/dist/esm/video/components/Video.liquid.js +4 -103
- package/dist/esm/video/hooks/useLiteHtml5Embed.js +1 -0
- package/dist/esm/video/hooks/useLiteVimeoEmbed.js +1 -0
- package/dist/esm/video/hooks/useLiteYoutubeEmbed.js +1 -0
- package/dist/esm/video/index.js +1 -0
- package/dist/esm/video/next.js +1 -12
- package/dist/esm/video/settings/Video.js +12 -0
- package/dist/esm/video/settings/configs/settings.js +1 -0
- package/dist/esm/video/settings/configs/ui-v1.js +1 -0
- package/dist/esm/video/settings/configs/ui-v2.js +1 -0
- package/dist/types/index.d.ts +5866 -6366
- package/package.json +15 -7
- package/dist/cjs/accordion/setting/Accordion.js +0 -1458
- package/dist/cjs/accordion/setting/AccordionItem.js +0 -34
- package/dist/cjs/accordion/setting/ItemTemplate.js +0 -49
- package/dist/cjs/accordion/setting/index.js +0 -13
- package/dist/cjs/article/setting/ArticleAuthor.js +0 -315
- package/dist/cjs/article/setting/ArticleCategory.js +0 -296
- package/dist/cjs/article/setting/ArticleContent.js +0 -295
- package/dist/cjs/article/setting/ArticleDate.js +0 -340
- package/dist/cjs/article/setting/ArticleExcerpt.js +0 -344
- package/dist/cjs/article/setting/ArticleImage.js +0 -337
- package/dist/cjs/article/setting/ArticleList.js +0 -877
- package/dist/cjs/article/setting/ArticlePagination.js +0 -334
- package/dist/cjs/article/setting/ArticleReadMore.js +0 -1096
- package/dist/cjs/article/setting/ArticleTag.js +0 -296
- package/dist/cjs/article/setting/ArticleTitle.js +0 -380
- package/dist/cjs/article/setting/index.js +0 -31
- package/dist/cjs/article/utils/string.js +0 -7
- package/dist/cjs/banner/components/hero-banner/hooks/useAspectRatioSettings.js +0 -28
- package/dist/cjs/banner/components/hero-banner/hooks/useIntersectionObserver.js +0 -42
- package/dist/cjs/banner/components/hero-banner/hooks/useTranslateValue.js +0 -38
- package/dist/cjs/banner/components/hero-banner/hooks/useWindowSize.js +0 -28
- package/dist/cjs/banner/components/hero-banner/index.js +0 -380
- package/dist/cjs/banner/components/hero-banner/index.liquid.js +0 -340
- package/dist/cjs/banner/components/hero-banner/parallax/AnimationManager.js +0 -47
- package/dist/cjs/banner/components/hero-banner/utils/index.js +0 -142
- package/dist/cjs/banner/helpers/common.js +0 -342
- package/dist/cjs/banner/next.js +0 -16
- package/dist/cjs/banner/setting/HeroBanner.js +0 -1422
- package/dist/cjs/banner/setting/index.js +0 -11
- package/dist/cjs/banner/setting/presets/heroBanner1Col.js +0 -128
- package/dist/cjs/banner/setting/presets/heroBanner1ColPreSalesPage.js +0 -134
- package/dist/cjs/banner/setting/presets/heroBannerContentLeft.js +0 -148
- package/dist/cjs/banner/setting/presets/heroBannerContentLeftPreSalesPage.js +0 -154
- package/dist/cjs/banner/setting/presets/heroBannerContentRight.js +0 -157
- package/dist/cjs/banner/setting/presets/heroBannerContentRightPreSalesPage.js +0 -162
- package/dist/cjs/banner/setting/presets/heroBannerParallax.js +0 -128
- package/dist/cjs/banner/setting/presets/heroBannerParallaxPreSalesPage.js +0 -134
- package/dist/cjs/banner/setting/presets/heroBannerVideo.js +0 -123
- package/dist/cjs/banner/setting/presets/heroBannerVideoPreSalesPage.js +0 -130
- package/dist/cjs/breadcrumb/helpers/common.js +0 -23
- package/dist/cjs/breadcrumb/setting/Breadcrumb.js +0 -449
- package/dist/cjs/breadcrumb/setting/index.js +0 -11
- package/dist/cjs/button/setting/Button.js +0 -917
- package/dist/cjs/button/setting/index.js +0 -11
- package/dist/cjs/carousel/components/Arrow.js +0 -106
- package/dist/cjs/carousel/components/Arrow.liquid.js +0 -103
- package/dist/cjs/carousel/components/Carousel.js +0 -620
- package/dist/cjs/carousel/components/Carousel.liquid.js +0 -232
- package/dist/cjs/carousel/components/CarouselItem.js +0 -83
- package/dist/cjs/carousel/components/CarouselItem.liquid.js +0 -96
- package/dist/cjs/carousel/components/Dots.js +0 -68
- package/dist/cjs/carousel/components/Dots.liquid.js +0 -23
- package/dist/cjs/carousel/components/common/arrow.js +0 -130
- package/dist/cjs/carousel/components/common/carousel.js +0 -98
- package/dist/cjs/carousel/components/common/dots.js +0 -56
- package/dist/cjs/carousel/components/hooks/useTrackPreviewPause.js +0 -34
- package/dist/cjs/carousel/components/plugins/AnimationPlugin.js +0 -42
- package/dist/cjs/carousel/components/plugins/AutoPlayPlugin.js +0 -105
- package/dist/cjs/carousel/components/plugins/FixSliderMoveBackwards.js +0 -15
- package/dist/cjs/carousel/components/plugins/MutationPlugin.js +0 -45
- package/dist/cjs/carousel/setting/Carousel.js +0 -1590
- package/dist/cjs/carousel/setting/CarouselItem.js +0 -40
- package/dist/cjs/carousel/setting/index.js +0 -13
- package/dist/cjs/cart/components/ShopPayButton/ShopPayButtonCommon.js +0 -20
- package/dist/cjs/cart/components/ShopPayButton/icons/BaseIcon.js +0 -16
- package/dist/cjs/cart/components/ShopPayButton/icons/BaseIcon.liquid.js +0 -17
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.js +0 -50
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.liquid.js +0 -46
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.js +0 -50
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.liquid.js +0 -46
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.js +0 -48
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.liquid.js +0 -32
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.js +0 -46
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.liquid.js +0 -42
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.js +0 -46
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.liquid.js +0 -42
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.js +0 -46
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.liquid.js +0 -42
- package/dist/cjs/cart/components/ShopPayButton/index.js +0 -112
- package/dist/cjs/cart/components/ShopPayButton/index.liquid.js +0 -51
- package/dist/cjs/cart/setting/Cart.js +0 -71
- package/dist/cjs/cart/setting/CartCheckout.js +0 -20
- package/dist/cjs/cart/setting/CartDiscount.js +0 -20
- package/dist/cjs/cart/setting/CartLineAttribute.js +0 -29
- package/dist/cjs/cart/setting/CartLineImage.js +0 -165
- package/dist/cjs/cart/setting/CartLinePrice.js +0 -29
- package/dist/cjs/cart/setting/CartLineVariant.js +0 -29
- package/dist/cjs/cart/setting/CartList.js +0 -139
- package/dist/cjs/cart/setting/CartOrderNote.js +0 -44
- package/dist/cjs/cart/setting/CartTotalItem.js +0 -29
- package/dist/cjs/cart/setting/CartTotalPrice.js +0 -58
- package/dist/cjs/cart/setting/CouponList.js +0 -20
- package/dist/cjs/cart/setting/DiscountInput.js +0 -33
- package/dist/cjs/cart/setting/ShopPayButton.js +0 -171
- package/dist/cjs/cart/setting/index.js +0 -37
- package/dist/cjs/code/setting/CSSCode.js +0 -179
- package/dist/cjs/code/setting/index.js +0 -11
- package/dist/cjs/collection/components/CollectionBanner.js +0 -97
- package/dist/cjs/collection/components/CollectionBanner.liquid.js +0 -94
- package/dist/cjs/collection/components/CollectionDescription.js +0 -114
- package/dist/cjs/collection/components/CollectionDescription.liquid.js +0 -114
- package/dist/cjs/collection/components/CollectionPaginator.js +0 -150
- package/dist/cjs/collection/components/CollectionPaginator.liquid.js +0 -72
- package/dist/cjs/collection/components/CollectionTitle.js +0 -22
- package/dist/cjs/collection/components/CollectionTitle.liquid.js +0 -21
- package/dist/cjs/collection/components/CollectionToolbar.js +0 -111
- package/dist/cjs/collection/components/CollectionToolbar.liquid.js +0 -108
- package/dist/cjs/collection/setting/CollectionBanner.js +0 -570
- package/dist/cjs/collection/setting/CollectionDescription.js +0 -266
- package/dist/cjs/collection/setting/CollectionPaginator.js +0 -340
- package/dist/cjs/collection/setting/CollectionTitle.js +0 -191
- package/dist/cjs/collection/setting/CollectionToolbar.js +0 -287
- package/dist/cjs/collection/setting/index.js +0 -19
- package/dist/cjs/constants.js +0 -5
- package/dist/cjs/countdown-timer/helpers.js +0 -99
- package/dist/cjs/countdown-timer/setting/Countdown.js +0 -893
- package/dist/cjs/countdown-timer/setting/index.js +0 -11
- package/dist/cjs/coupon/setting/Coupon.js +0 -1207
- package/dist/cjs/coupon/setting/index.js +0 -11
- package/dist/cjs/dialog/helpers/common.js +0 -85
- package/dist/cjs/dialog/hooks/use-scroll-percentage.js +0 -34
- package/dist/cjs/dialog/setting/Dialog.js +0 -628
- package/dist/cjs/dialog/setting/index.js +0 -11
- package/dist/cjs/estimate-delivery/const.js +0 -162
- package/dist/cjs/estimate-delivery/setting/EstimateDate.js +0 -581
- package/dist/cjs/estimate-delivery/setting/index.js +0 -11
- package/dist/cjs/form/setting/Contact.js +0 -62
- package/dist/cjs/form/setting/ContactInitConfig.js +0 -264
- package/dist/cjs/form/setting/FormCheckbox.js +0 -238
- package/dist/cjs/form/setting/FormCheckboxInitConfig.js +0 -18
- package/dist/cjs/form/setting/FormDropdown.js +0 -275
- package/dist/cjs/form/setting/FormDropdownInitConfig.js +0 -41
- package/dist/cjs/form/setting/FormEmail.js +0 -287
- package/dist/cjs/form/setting/FormEmailInitConfig.js +0 -41
- package/dist/cjs/form/setting/Newsletter.js +0 -177
- package/dist/cjs/form/setting/NewsletterInitConfig.js +0 -145
- package/dist/cjs/form/setting/SubmitButton.js +0 -677
- package/dist/cjs/form/setting/SubmitButtonInitConfig.js +0 -30
- package/dist/cjs/form/setting/TextField.js +0 -333
- package/dist/cjs/form/setting/Textarea.js +0 -337
- package/dist/cjs/form/setting/index.js +0 -25
- package/dist/cjs/grid/components/Col.js +0 -42
- package/dist/cjs/grid/components/Col.liquid.js +0 -40
- package/dist/cjs/grid/components/Root.js +0 -13
- package/dist/cjs/grid/components/Root.liquid.js +0 -9
- package/dist/cjs/grid/components/Row.js +0 -181
- package/dist/cjs/grid/components/Row.liquid.js +0 -75
- package/dist/cjs/grid/components/Section.js +0 -27
- package/dist/cjs/grid/components/Section.liquid.js +0 -17
- package/dist/cjs/grid/components/helpers.js +0 -71
- package/dist/cjs/grid/setting/Col.js +0 -34
- package/dist/cjs/grid/setting/Root.js +0 -19
- package/dist/cjs/grid/setting/Row.js +0 -1005
- package/dist/cjs/grid/setting/Section.js +0 -525
- package/dist/cjs/grid/setting/index.js +0 -17
- package/dist/cjs/header/hooks/use-body-overlay.js +0 -21
- package/dist/cjs/header/setting/Header.js +0 -727
- package/dist/cjs/header/setting/index.js +0 -11
- package/dist/cjs/heading/Heading.js +0 -46
- package/dist/cjs/heading/Heading.liquid.js +0 -47
- package/dist/cjs/heading/setting/Heading.js +0 -411
- package/dist/cjs/heading/setting/index.js +0 -11
- package/dist/cjs/icon/setting/Icon.js +0 -442
- package/dist/cjs/icon/setting/index.js +0 -11
- package/dist/cjs/icon-list/setting/IconList.js +0 -339
- package/dist/cjs/icon-list/setting/IconListItem.js +0 -40
- package/dist/cjs/icon-list/setting/ItemTemplate.js +0 -340
- package/dist/cjs/icon-list/setting/index.js +0 -13
- package/dist/cjs/icon-list-hoz/components/IconListItemHoz.liquid.js +0 -23
- package/dist/cjs/icon-list-hoz/setting/IconListHoz.js +0 -362
- package/dist/cjs/icon-list-hoz/setting/IconListItem.js +0 -40
- package/dist/cjs/icon-list-hoz/setting/ItemTemplate.js +0 -121
- package/dist/cjs/icon-list-hoz/setting/index.js +0 -13
- package/dist/cjs/icon-list-v2/setting/IconList.js +0 -577
- package/dist/cjs/icon-list-v2/setting/index.js +0 -11
- package/dist/cjs/icon-list-v2/setting/template.js +0 -112
- package/dist/cjs/image/components/BackgroundImage.js +0 -101
- package/dist/cjs/image/components/Img.js +0 -27
- package/dist/cjs/image/components/helpers.js +0 -29
- package/dist/cjs/image/helpers/getSrcSet.js +0 -264
- package/dist/cjs/image/setting/BackgroundImage.js +0 -364
- package/dist/cjs/image/setting/Image.js +0 -864
- package/dist/cjs/image/setting/index.js +0 -13
- package/dist/cjs/image-comparison/components/common/helpers.js +0 -13
- package/dist/cjs/image-comparison/constants/commonStyles.js +0 -62
- package/dist/cjs/image-comparison/setting/ImageComparison.js +0 -914
- package/dist/cjs/image-comparison/setting/index.js +0 -11
- package/dist/cjs/image-detection/ImageDetection.js +0 -236
- package/dist/cjs/image-detection/setting/ImageDetection.js +0 -76
- package/dist/cjs/image-detection/setting/index.js +0 -11
- package/dist/cjs/input/Input.js +0 -117
- package/dist/cjs/input/setting/Input.js +0 -126
- package/dist/cjs/input/setting/index.js +0 -11
- package/dist/cjs/intersection-observer/useInView.js +0 -88
- package/dist/cjs/line/Divider.js +0 -34
- package/dist/cjs/line/Divider.liquid.js +0 -35
- package/dist/cjs/line/Line.js +0 -166
- package/dist/cjs/line/Line.liquid.js +0 -163
- package/dist/cjs/line/setting/Line.js +0 -590
- package/dist/cjs/line/setting/index.js +0 -11
- package/dist/cjs/link/helpers/url-join.js +0 -56
- package/dist/cjs/link/setting/Link.js +0 -68
- package/dist/cjs/link/setting/index.js +0 -11
- package/dist/cjs/marquee/setting/Marquee.js +0 -761
- package/dist/cjs/marquee/setting/MarqueeItem.js +0 -41
- package/dist/cjs/marquee/setting/childImageTemplate.js +0 -80
- package/dist/cjs/marquee/setting/childTemplate.js +0 -39
- package/dist/cjs/marquee/setting/childTextTemplate.js +0 -65
- package/dist/cjs/marquee/setting/index.js +0 -13
- package/dist/cjs/menu/setting/Menu.js +0 -216
- package/dist/cjs/menu/setting/index.js +0 -11
- package/dist/cjs/modal/setting/Modal.js +0 -27
- package/dist/cjs/modal/setting/index.js +0 -11
- package/dist/cjs/notification/hooks/use-notification.js +0 -120
- package/dist/cjs/pagination/Pagination.js +0 -186
- package/dist/cjs/pagination/setting/Pagination.js +0 -75
- package/dist/cjs/pagination/setting/index.js +0 -11
- package/dist/cjs/post-purchase/advanced-list/setting/AdvancedListPostPurchase.js +0 -186
- package/dist/cjs/post-purchase/advanced-list/setting/PostPurchaseAdvancedListItem.js +0 -41
- package/dist/cjs/post-purchase/advanced-list/setting/index.js +0 -13
- package/dist/cjs/post-purchase/advanced-list/setting/template.js +0 -80
- package/dist/cjs/post-purchase/button/Button.js +0 -87
- package/dist/cjs/post-purchase/button/setting/Button.js +0 -228
- package/dist/cjs/post-purchase/button/setting/index.js +0 -11
- package/dist/cjs/post-purchase/callout-banner/setting/CalloutBox.js +0 -443
- package/dist/cjs/post-purchase/callout-banner/setting/CalloutText.js +0 -296
- package/dist/cjs/post-purchase/callout-banner/setting/index.js +0 -13
- package/dist/cjs/post-purchase/countdown-timer/settings/index.js +0 -11
- package/dist/cjs/post-purchase/image/setting/Image.js +0 -297
- package/dist/cjs/post-purchase/image/setting/index.js +0 -11
- package/dist/cjs/post-purchase/line/setting/PostPurchaseLine.js +0 -259
- package/dist/cjs/post-purchase/line/setting/index.js +0 -11
- package/dist/cjs/post-purchase/next.js +0 -37
- package/dist/cjs/post-purchase/product/components/ProductOffer.js +0 -134
- package/dist/cjs/post-purchase/product/components/ProductVariant.js +0 -244
- package/dist/cjs/post-purchase/product/components/priceBreakdown/MoneyLine.js +0 -45
- package/dist/cjs/post-purchase/product/components/product-image/Arrow.js +0 -59
- package/dist/cjs/post-purchase/product/components/product-image/CarouselPostPurchase.js +0 -77
- package/dist/cjs/post-purchase/product/components/variants/Dropdown.js +0 -126
- package/dist/cjs/post-purchase/product/components/variants/DropdownOption.js +0 -22
- package/dist/cjs/post-purchase/product/components/variants/RectangleList.js +0 -44
- package/dist/cjs/post-purchase/product/components/variants/VariantGroup.js +0 -38
- package/dist/cjs/post-purchase/product/components/variants/VariantItem.js +0 -105
- package/dist/cjs/post-purchase/product/components/variants/VariantOption.js +0 -20
- package/dist/cjs/post-purchase/product/settings/AcceptButton.js +0 -241
- package/dist/cjs/post-purchase/product/settings/ProductDescription.js +0 -138
- package/dist/cjs/post-purchase/product/settings/ProductDiscountTag.js +0 -130
- package/dist/cjs/post-purchase/product/settings/ProductOffer.js +0 -536
- package/dist/cjs/post-purchase/product/settings/ProductPrice.js +0 -191
- package/dist/cjs/post-purchase/product/settings/ProductPriceBreakdown.js +0 -429
- package/dist/cjs/post-purchase/product/settings/ProductQuantity.js +0 -215
- package/dist/cjs/post-purchase/product/settings/ProductTitle.js +0 -176
- package/dist/cjs/post-purchase/product/settings/ProductVariant.js +0 -601
- package/dist/cjs/post-purchase/product/settings/index.js +0 -29
- package/dist/cjs/post-purchase/text/Text.js +0 -76
- package/dist/cjs/post-purchase/text/setting/Heading.js +0 -46
- package/dist/cjs/post-purchase/text/setting/Text.js +0 -231
- package/dist/cjs/post-purchase/text/setting/index.js +0 -13
- package/dist/cjs/post-purchase/utils/constants.js +0 -49
- package/dist/cjs/post-purchase/utils/helper.js +0 -87
- package/dist/cjs/product/components/DynamicCheckout.js +0 -27
- package/dist/cjs/product/components/DynamicCheckout.liquid.js +0 -189
- package/dist/cjs/product/components/FileUpload.js +0 -116
- package/dist/cjs/product/components/FileUpload.liquid.js +0 -131
- package/dist/cjs/product/components/Product.js +0 -111
- package/dist/cjs/product/components/Product.liquid.js +0 -134
- package/dist/cjs/product/components/ProductBadge/constants.js +0 -22
- package/dist/cjs/product/components/ProductBadge/index.js +0 -182
- package/dist/cjs/product/components/ProductBadge/index.liquid.js +0 -135
- package/dist/cjs/product/components/ProductBadge/types.js +0 -35
- package/dist/cjs/product/components/ProductBadge/utils/common.js +0 -291
- package/dist/cjs/product/components/ProductBadge/utils/generateLiquidContent.js +0 -30
- package/dist/cjs/product/components/ProductBadge/utils/getRotateShape.js +0 -93
- package/dist/cjs/product/components/ProductBadge/utils/getShapePosition.js +0 -190
- package/dist/cjs/product/components/ProductBadge/utils/getStyleAdvanced.js +0 -40
- package/dist/cjs/product/components/ProductBadge/utils/getWhiteSpace.js +0 -19
- package/dist/cjs/product/components/ProductBadge/utils/renderBadgeILP.js +0 -130
- package/dist/cjs/product/components/ProductBadge/utils/renderBadgeLiquid.js +0 -243
- package/dist/cjs/product/components/ProductBadge/utils/shape.js +0 -98
- package/dist/cjs/product/components/ProductBundleDiscount.js +0 -196
- package/dist/cjs/product/components/ProductBundleDiscount.liquid.js +0 -81
- package/dist/cjs/product/components/ProductBundleDiscountItem.js +0 -41
- package/dist/cjs/product/components/ProductBundleDiscountItem.liquid.js +0 -103
- package/dist/cjs/product/components/ProductButton.js +0 -486
- package/dist/cjs/product/components/ProductButton.liquid.js +0 -320
- package/dist/cjs/product/components/ProductDescription/common.js +0 -28
- package/dist/cjs/product/components/ProductDescription/const.js +0 -5
- package/dist/cjs/product/components/ProductDescription.js +0 -149
- package/dist/cjs/product/components/ProductDescription.liquid.js +0 -137
- package/dist/cjs/product/components/ProductImages/ProductFeaturedImage.js +0 -267
- package/dist/cjs/product/components/ProductImages/ProductGalleryCarousel.js +0 -203
- package/dist/cjs/product/components/ProductImages/ProductGalleryGrid.js +0 -163
- package/dist/cjs/product/components/ProductImages/ProductImagesLightBox.js +0 -118
- package/dist/cjs/product/components/ProductImages/common/common.js +0 -112
- package/dist/cjs/product/components/ProductImages/common/productFeaturedImage.js +0 -98
- package/dist/cjs/product/components/ProductImages/common/productGallery.js +0 -199
- package/dist/cjs/product/components/ProductImages/liquid/ProductFeaturedImage.liquid.js +0 -176
- package/dist/cjs/product/components/ProductImages/liquid/ProductGalleryCarousel.liquid.js +0 -171
- package/dist/cjs/product/components/ProductImages/liquid/ProductGalleryGrid.liquid.js +0 -137
- package/dist/cjs/product/components/ProductImagesV2/common/common.js +0 -309
- package/dist/cjs/product/components/ProductImagesV2/common/hoverAction.js +0 -95
- package/dist/cjs/product/components/ProductImagesV2/common/productFeaturedImage.js +0 -63
- package/dist/cjs/product/components/ProductImagesV2/common/productGallery.js +0 -266
- package/dist/cjs/product/components/ProductImagesV2/jsx/ProductImages.js +0 -255
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ButtonOpenLightBox.js +0 -27
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/MediaIcon.js +0 -62
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeatureVideo.js +0 -34
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +0 -391
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageOnly.js +0 -138
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductGalleryCarousel.js +0 -303
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductGalleryGrid.js +0 -202
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductImagesLightBox.js +0 -143
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/FeatureImageWithGallery.js +0 -256
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/GalleryOneCol.js +0 -24
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/GalleryTwoCol.js +0 -24
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/OnlyFeatureImage.js +0 -35
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +0 -524
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +0 -305
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +0 -341
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +0 -154
- package/dist/cjs/product/components/ProductList.js +0 -423
- package/dist/cjs/product/components/ProductList.liquid.js +0 -398
- package/dist/cjs/product/components/ProductNotFoundRelated.js +0 -65
- package/dist/cjs/product/components/ProductPrice.js +0 -168
- package/dist/cjs/product/components/ProductPrice.liquid.js +0 -88
- package/dist/cjs/product/components/ProductProperties/ProductPropertyChoice.js +0 -56
- package/dist/cjs/product/components/ProductProperties/ProductPropertyChoice.liquid.js +0 -64
- package/dist/cjs/product/components/ProductProperties/ProductPropertyInput.js +0 -73
- package/dist/cjs/product/components/ProductProperties/ProductPropertyInput.liquid.js +0 -115
- package/dist/cjs/product/components/ProductProperties/ProductPropertySelect.js +0 -41
- package/dist/cjs/product/components/ProductProperties/ProductPropertySelect.liquid.js +0 -57
- package/dist/cjs/product/components/ProductProperties.js +0 -269
- package/dist/cjs/product/components/ProductProperties.liquid.js +0 -158
- package/dist/cjs/product/components/ProductQuantity.js +0 -220
- package/dist/cjs/product/components/ProductQuantity.liquid.js +0 -170
- package/dist/cjs/product/components/ProductQuickView/ProductQuickView.js +0 -158
- package/dist/cjs/product/components/ProductQuickView/index.js +0 -20
- package/dist/cjs/product/components/ProductTag.js +0 -174
- package/dist/cjs/product/components/ProductTag.liquid.js +0 -107
- package/dist/cjs/product/components/ProductTitle.js +0 -42
- package/dist/cjs/product/components/ProductTitle.liquid.js +0 -44
- package/dist/cjs/product/components/ProductVariants/common.js +0 -68
- package/dist/cjs/product/components/ProductVariants/hooks/useVariantInteraction.js +0 -43
- package/dist/cjs/product/components/ProductVariants/index.js +0 -351
- package/dist/cjs/product/components/ProductVariants/index.liquid.js +0 -367
- package/dist/cjs/product/components/ProductVariants/utils/mappingVariantStyles.js +0 -120
- package/dist/cjs/product/components/ProductVariants/variants/Base.js +0 -292
- package/dist/cjs/product/components/ProductVariants/variants/Base.liquid.js +0 -168
- package/dist/cjs/product/components/ProductVariants/variants/Color.js +0 -22
- package/dist/cjs/product/components/ProductVariants/variants/Color.liquid.js +0 -29
- package/dist/cjs/product/components/ProductVariants/variants/Dropdown.js +0 -153
- package/dist/cjs/product/components/ProductVariants/variants/Dropdown.liquid.js +0 -130
- package/dist/cjs/product/components/ProductVariants/variants/DropdownGroup.liquid.js +0 -57
- package/dist/cjs/product/components/ProductVariants/variants/DropdownOption.js +0 -21
- package/dist/cjs/product/components/ProductVariants/variants/Image.js +0 -22
- package/dist/cjs/product/components/ProductVariants/variants/Image.liquid.js +0 -23
- package/dist/cjs/product/components/ProductVariants/variants/ImageShopify.js +0 -39
- package/dist/cjs/product/components/ProductVariants/variants/ImageShopify.liquid.js +0 -35
- package/dist/cjs/product/components/ProductVariants/variants/RadioButtons.js +0 -62
- package/dist/cjs/product/components/ProductVariants/variants/RectangleList.js +0 -68
- package/dist/cjs/product/components/ProductVariants/variants/VariantGroup.js +0 -38
- package/dist/cjs/product/components/ProductVariants/variants/VariantOption/index.js +0 -20
- package/dist/cjs/product/components/ProductVariants/variants/combine/index.js +0 -47
- package/dist/cjs/product/components/ProductVariants/variants/index.js +0 -137
- package/dist/cjs/product/components/ProductVariants/variants/index.liquid.js +0 -148
- package/dist/cjs/product/components/ProductViewMore.js +0 -31
- package/dist/cjs/product/components/ProductViewMore.liquid.js +0 -37
- package/dist/cjs/product/components/Sku.js +0 -35
- package/dist/cjs/product/components/Sku.liquid.js +0 -36
- package/dist/cjs/product/components/Vendor.js +0 -47
- package/dist/cjs/product/components/Vendor.liquid.js +0 -43
- package/dist/cjs/product/setting/DynamicCheckout.js +0 -566
- package/dist/cjs/product/setting/FileUpload.js +0 -964
- package/dist/cjs/product/setting/Product.js +0 -600
- package/dist/cjs/product/setting/ProductBadge.js +0 -533
- package/dist/cjs/product/setting/ProductBundleDiscount.js +0 -861
- package/dist/cjs/product/setting/ProductBundleDiscountItem.js +0 -35
- package/dist/cjs/product/setting/ProductButton.js +0 -1446
- package/dist/cjs/product/setting/ProductDescription.js +0 -310
- package/dist/cjs/product/setting/ProductImages.js +0 -1224
- package/dist/cjs/product/setting/ProductList.js +0 -1660
- package/dist/cjs/product/setting/ProductPrice.js +0 -371
- package/dist/cjs/product/setting/ProductProperties.js +0 -1105
- package/dist/cjs/product/setting/ProductQuantity.js +0 -673
- package/dist/cjs/product/setting/ProductTag.js +0 -347
- package/dist/cjs/product/setting/ProductTitle.js +0 -366
- package/dist/cjs/product/setting/ProductVariants.js +0 -1404
- package/dist/cjs/product/setting/ProductViewMore.js +0 -710
- package/dist/cjs/product/setting/Sku.js +0 -290
- package/dist/cjs/product/setting/Vendor.js +0 -346
- package/dist/cjs/product/setting/constant/bundle-layout/horizontalOne.js +0 -494
- package/dist/cjs/product/setting/constant/bundle-layout/horizontalThree.js +0 -641
- package/dist/cjs/product/setting/constant/bundle-layout/horizontalTwo.js +0 -637
- package/dist/cjs/product/setting/constant/bundle-layout/verticalOne.js +0 -365
- package/dist/cjs/product/setting/constant/bundle-layout/verticalThree.js +0 -519
- package/dist/cjs/product/setting/constant/bundle-layout/verticalTwo.js +0 -519
- package/dist/cjs/product/setting/index.js +0 -49
- package/dist/cjs/product/setting/presets-config/product-presets/product-1-col.js +0 -513
- package/dist/cjs/product/setting/presets-config/product-presets/product-2-col.js +0 -515
- package/dist/cjs/product/setting/presets-config/product-presets/product-default.js +0 -517
- package/dist/cjs/product/setting/product-image-v2/ProductFeatureImage.js +0 -620
- package/dist/cjs/product/setting/product-image-v2/ProductGalleryImage.js +0 -744
- package/dist/cjs/product/setting/product-image-v2/ProductImages.js +0 -614
- package/dist/cjs/product/setting/swatches-style-config/color.js +0 -75
- package/dist/cjs/product/setting/swatches-style-config/dropdown.js +0 -66
- package/dist/cjs/product/setting/swatches-style-config/image-shopify.js +0 -62
- package/dist/cjs/product/setting/swatches-style-config/image.js +0 -62
- package/dist/cjs/product/setting/swatches-style-config/rectangle-list.js +0 -99
- package/dist/cjs/radio/Radio.js +0 -38
- package/dist/cjs/radio/setting/Radio.js +0 -70
- package/dist/cjs/radio/setting/index.js +0 -11
- package/dist/cjs/select/Select.js +0 -62
- package/dist/cjs/select/setting/index.js +0 -11
- package/dist/cjs/sticky/setting/Sticky.js +0 -241
- package/dist/cjs/sticky/setting/index.js +0 -11
- package/dist/cjs/sticky/setting/preset-config.js +0 -2006
- package/dist/cjs/stock-counter/const.js +0 -27
- package/dist/cjs/stock-counter/helpers.js +0 -57
- package/dist/cjs/stock-counter/setting/StockCounter.js +0 -618
- package/dist/cjs/stock-counter/setting/index.js +0 -11
- package/dist/cjs/tab/components/common.js +0 -65
- package/dist/cjs/tab/setting/TabItem.js +0 -36
- package/dist/cjs/tab/setting/Tabs.js +0 -633
- package/dist/cjs/tab/setting/index.js +0 -13
- package/dist/cjs/text/components/common.js +0 -14
- package/dist/cjs/text/setting/Text.js +0 -471
- package/dist/cjs/text/setting/index.js +0 -11
- package/dist/cjs/textarea/Textarea.js +0 -39
- package/dist/cjs/textarea/setting/Textarea.js +0 -115
- package/dist/cjs/textarea/setting/index.js +0 -11
- package/dist/cjs/third-party/components/PowrContactFormBuilder.js +0 -32
- package/dist/cjs/third-party/components/PowrContactFormBuilder.liquid.js +0 -12
- package/dist/cjs/third-party/configs/PowrContactFormBuilder.js +0 -12
- package/dist/cjs/third-party/helpers/thirdParty.js +0 -56
- package/dist/cjs/third-party/setting/AftershipEmailMarketingsms.js +0 -160
- package/dist/cjs/third-party/setting/AirProductReviewsAppUgc.js +0 -140
- package/dist/cjs/third-party/setting/AliReviews.js +0 -140
- package/dist/cjs/third-party/setting/AlsoBoughtCbb.js +0 -127
- package/dist/cjs/third-party/setting/AppointmentBookingCowlendar.js +0 -128
- package/dist/cjs/third-party/setting/AppstleBundlesDiscounts.js +0 -146
- package/dist/cjs/third-party/setting/AppstleSubscriptions.js +0 -127
- package/dist/cjs/third-party/setting/BestBuyFulfillment.js +0 -133
- package/dist/cjs/third-party/setting/BfSizeChartSizeGuide.js +0 -131
- package/dist/cjs/third-party/setting/BirdChime.js +0 -118
- package/dist/cjs/third-party/setting/Bogos.js +0 -163
- package/dist/cjs/third-party/setting/BoldProductOptions.js +0 -113
- package/dist/cjs/third-party/setting/BoldSubscriptions.js +0 -129
- package/dist/cjs/third-party/setting/BonLoyaltyRewardsReferrals.js +0 -165
- package/dist/cjs/third-party/setting/BoostAISearchDiscovery.js +0 -169
- package/dist/cjs/third-party/setting/Bundler.js +0 -131
- package/dist/cjs/third-party/setting/CleanSizeCharts.js +0 -136
- package/dist/cjs/third-party/setting/CrossSellCartUpsell.js +0 -113
- package/dist/cjs/third-party/setting/CustomProductOptionsVariant.js +0 -116
- package/dist/cjs/third-party/setting/DiscountyBulkDiscountSales.js +0 -114
- package/dist/cjs/third-party/setting/EasifyProductOptions.js +0 -125
- package/dist/cjs/third-party/setting/EasyBundleBuilderSkailama.js +0 -128
- package/dist/cjs/third-party/setting/EasySellCOD.js +0 -127
- package/dist/cjs/third-party/setting/EcoboostifyShoppableReelUgc.js +0 -142
- package/dist/cjs/third-party/setting/EcomsendBackInStockAlert.js +0 -147
- package/dist/cjs/third-party/setting/EssentialAnnouncementBar.js +0 -142
- package/dist/cjs/third-party/setting/EssentialCountdownTimerBar.js +0 -142
- package/dist/cjs/third-party/setting/EstimatedDeliveryDatePlus.js +0 -128
- package/dist/cjs/third-party/setting/FastBundleBundlesDiscounts.js +0 -170
- package/dist/cjs/third-party/setting/FeraReviews.js +0 -424
- package/dist/cjs/third-party/setting/FirePush.js +0 -113
- package/dist/cjs/third-party/setting/FlyBundlesUpsellsFbt.js +0 -151
- package/dist/cjs/third-party/setting/FordeerProductLabels.js +0 -211
- package/dist/cjs/third-party/setting/FrequentlyBoughtTogether.js +0 -133
- package/dist/cjs/third-party/setting/GloColorSwatchvariantImage.js +0 -152
- package/dist/cjs/third-party/setting/GloboProductOptionsVariant.js +0 -133
- package/dist/cjs/third-party/setting/GoogleReviewsByReputon.js +0 -160
- package/dist/cjs/third-party/setting/Growave.js +0 -235
- package/dist/cjs/third-party/setting/HextomCountdownTimerBar.js +0 -128
- package/dist/cjs/third-party/setting/HextomFreeShippingBar.js +0 -128
- package/dist/cjs/third-party/setting/HulkFormBuilder.js +0 -125
- package/dist/cjs/third-party/setting/HulkProductOptions.js +0 -131
- package/dist/cjs/third-party/setting/InfiniteOptions.js +0 -113
- package/dist/cjs/third-party/setting/Instafeed.js +0 -119
- package/dist/cjs/third-party/setting/InstasellShoppableInstagram.js +0 -128
- package/dist/cjs/third-party/setting/JudgemeReviews.js +0 -183
- package/dist/cjs/third-party/setting/JunipProductReviewsUgc.js +0 -167
- package/dist/cjs/third-party/setting/KachingBundles.js +0 -140
- package/dist/cjs/third-party/setting/KingProductOptions.js +0 -127
- package/dist/cjs/third-party/setting/KiteFreeGiftDiscount.js +0 -128
- package/dist/cjs/third-party/setting/KlarnaMessaging.js +0 -175
- package/dist/cjs/third-party/setting/Klaviyo.js +0 -128
- package/dist/cjs/third-party/setting/KoalaBundleQuantityDiscount.js +0 -116
- package/dist/cjs/third-party/setting/LaiProductReviews.js +0 -234
- package/dist/cjs/third-party/setting/LoloyalLoyaltyReferrals.js +0 -149
- package/dist/cjs/third-party/setting/LoopSubscriptions.js +0 -160
- package/dist/cjs/third-party/setting/LooxReviews.js +0 -284
- package/dist/cjs/third-party/setting/MaxbundleProductBundles.js +0 -154
- package/dist/cjs/third-party/setting/MbcBundleVolumeDiscount.js +0 -116
- package/dist/cjs/third-party/setting/MyappgurusProductReviews.js +0 -171
- package/dist/cjs/third-party/setting/NotifyBackInStockPreOrder.js +0 -116
- package/dist/cjs/third-party/setting/OkendoReviewsLoyalty.js +0 -171
- package/dist/cjs/third-party/setting/Omnisend.js +0 -178
- package/dist/cjs/third-party/setting/Opinew.js +0 -222
- package/dist/cjs/third-party/setting/ParcelPanel.js +0 -122
- package/dist/cjs/third-party/setting/PickyStory.js +0 -146
- package/dist/cjs/third-party/setting/PowerfulContactFormBuilder.js +0 -160
- package/dist/cjs/third-party/setting/PowrContactFormBuilder.js +0 -142
- package/dist/cjs/third-party/setting/PreorderNowPreOrderPq.js +0 -152
- package/dist/cjs/third-party/setting/PreorderNowWodPresale.js +0 -146
- package/dist/cjs/third-party/setting/ProductOptionsCustomizer.js +0 -134
- package/dist/cjs/third-party/setting/ProductOptionsVariantOption.js +0 -122
- package/dist/cjs/third-party/setting/ProductReviews.js +0 -110
- package/dist/cjs/third-party/setting/PumperBundlesVolumeDiscount.js +0 -138
- package/dist/cjs/third-party/setting/PushOwl.js +0 -771
- package/dist/cjs/third-party/setting/QikifyUpsell.js +0 -144
- package/dist/cjs/third-party/setting/RapiBundleQuantityBreaks.js +0 -131
- package/dist/cjs/third-party/setting/RechargeSubscriptions.js +0 -137
- package/dist/cjs/third-party/setting/RecurpaySubscriptionApp.js +0 -116
- package/dist/cjs/third-party/setting/Releasit.js +0 -179
- package/dist/cjs/third-party/setting/RequestQuoteHidePrice.js +0 -117
- package/dist/cjs/third-party/setting/ReviewxpoProductReviewsApp.js +0 -180
- package/dist/cjs/third-party/setting/Rivyo.js +0 -146
- package/dist/cjs/third-party/setting/Ryviu.js +0 -150
- package/dist/cjs/third-party/setting/SealSubscriptions.js +0 -127
- package/dist/cjs/third-party/setting/SegunoEmailMarketing.js +0 -152
- package/dist/cjs/third-party/setting/Selleasy.js +0 -149
- package/dist/cjs/third-party/setting/SeoantTrustBadgesIcon.js +0 -142
- package/dist/cjs/third-party/setting/ShopifyForms.js +0 -142
- package/dist/cjs/third-party/setting/ShopifySubscriptions.js +0 -138
- package/dist/cjs/third-party/setting/SimpleBundlesKits.js +0 -133
- package/dist/cjs/third-party/setting/SkioSubscriptionsYcS20.js +0 -124
- package/dist/cjs/third-party/setting/SmartSearchBarAndFilters.js +0 -128
- package/dist/cjs/third-party/setting/SproutPlantTreesGrowSales.js +0 -141
- package/dist/cjs/third-party/setting/Stamped/Badge.js +0 -117
- package/dist/cjs/third-party/setting/Stamped/BadgeDouble.js +0 -22
- package/dist/cjs/third-party/setting/Stamped/BadgeRibbon.js +0 -61
- package/dist/cjs/third-party/setting/Stamped/BadgeSingle.js +0 -22
- package/dist/cjs/third-party/setting/Stamped/Carousel.js +0 -126
- package/dist/cjs/third-party/setting/Stamped/CheckoutReviews.js +0 -107
- package/dist/cjs/third-party/setting/Stamped/Colors.js +0 -58
- package/dist/cjs/third-party/setting/Stamped/Filters.js +0 -250
- package/dist/cjs/third-party/setting/Stamped/FullPage.js +0 -90
- package/dist/cjs/third-party/setting/Stamped/InstagramFeed.js +0 -111
- package/dist/cjs/third-party/setting/Stamped/MainWidget.js +0 -145
- package/dist/cjs/third-party/setting/Stamped/ProductRating.js +0 -73
- package/dist/cjs/third-party/setting/Stamped/SingleHighlight.js +0 -22
- package/dist/cjs/third-party/setting/Stamped/SiteBadge.js +0 -146
- package/dist/cjs/third-party/setting/Stamped/TopRated.js +0 -37
- package/dist/cjs/third-party/setting/Stamped/VisualGallery.js +0 -129
- package/dist/cjs/third-party/setting/Stamped/WallPhotos.js +0 -91
- package/dist/cjs/third-party/setting/Stamped/index.js +0 -51
- package/dist/cjs/third-party/setting/Stamped.js +0 -241
- package/dist/cjs/third-party/setting/StellarDeliveryDatePickup.js +0 -127
- package/dist/cjs/third-party/setting/SubifySubscriptionsApp.js +0 -142
- package/dist/cjs/third-party/setting/TagembedSocialPostReview.js +0 -126
- package/dist/cjs/third-party/setting/TagshopShoppableVideosUgc.js +0 -171
- package/dist/cjs/third-party/setting/TeeinblueProductPersonalizer.js +0 -116
- package/dist/cjs/third-party/setting/TrustBadgesBear.js +0 -128
- package/dist/cjs/third-party/setting/TrustMe.js +0 -113
- package/dist/cjs/third-party/setting/TrustedsiteTrustBadges.js +0 -177
- package/dist/cjs/third-party/setting/Trustoo.js +0 -179
- package/dist/cjs/third-party/setting/TrustreviewsProductReviews.js +0 -210
- package/dist/cjs/third-party/setting/TrustshopProductReviews.js +0 -159
- package/dist/cjs/third-party/setting/UltimateSalesBoost.js +0 -203
- package/dist/cjs/third-party/setting/UnlimitedBundlesDiscounts.js +0 -146
- package/dist/cjs/third-party/setting/Vitals.js +0 -344
- package/dist/cjs/third-party/setting/WhatmoreShoppableVideosreel.js +0 -355
- package/dist/cjs/third-party/setting/WideBundle.js +0 -113
- package/dist/cjs/third-party/setting/Wiser.js +0 -255
- package/dist/cjs/third-party/setting/WishlistKing.js +0 -131
- package/dist/cjs/third-party/setting/WishlistPlus.js +0 -149
- package/dist/cjs/third-party/setting/YotpoLoyalty.js +0 -83
- package/dist/cjs/third-party/setting/YotpoReviews.js +0 -197
- package/dist/cjs/third-party/setting/index.js +0 -241
- package/dist/cjs/third-party-instant/helpers/thirdParty.js +0 -74
- package/dist/cjs/third-party-instant/setting/InstantJudgemeReviews.js +0 -161
- package/dist/cjs/third-party-instant/setting/InstantKlaviyo.js +0 -99
- package/dist/cjs/third-party-instant/setting/InstantLooxReviews.js +0 -122
- package/dist/cjs/third-party-instant/setting/InstantYotpoLoyalty.js +0 -99
- package/dist/cjs/third-party-instant/setting/index.js +0 -17
- package/dist/cjs/third-party-instant/types/JudgemeReviews.js +0 -13
- package/dist/cjs/third-party-slot/setting/ThirdPartySlot.js +0 -113
- package/dist/cjs/third-party-slot/setting/index.js +0 -11
- package/dist/cjs/video/helpers/common.js +0 -45
- package/dist/cjs/video/setting/Video.js +0 -500
- package/dist/cjs/video/setting/index.js +0 -11
- package/dist/esm/accordion/setting/Accordion.js +0 -1454
- package/dist/esm/accordion/setting/AccordionItem.js +0 -30
- package/dist/esm/accordion/setting/ItemTemplate.js +0 -46
- package/dist/esm/accordion/setting/index.js +0 -9
- package/dist/esm/article/setting/ArticleAuthor.js +0 -311
- package/dist/esm/article/setting/ArticleCategory.js +0 -292
- package/dist/esm/article/setting/ArticleContent.js +0 -291
- package/dist/esm/article/setting/ArticleDate.js +0 -336
- package/dist/esm/article/setting/ArticleExcerpt.js +0 -340
- package/dist/esm/article/setting/ArticleImage.js +0 -333
- package/dist/esm/article/setting/ArticleList.js +0 -873
- package/dist/esm/article/setting/ArticlePagination.js +0 -330
- package/dist/esm/article/setting/ArticleReadMore.js +0 -1092
- package/dist/esm/article/setting/ArticleTag.js +0 -292
- package/dist/esm/article/setting/ArticleTitle.js +0 -376
- package/dist/esm/article/setting/index.js +0 -27
- package/dist/esm/article/utils/string.js +0 -5
- package/dist/esm/banner/components/hero-banner/hooks/useAspectRatioSettings.js +0 -24
- package/dist/esm/banner/components/hero-banner/hooks/useIntersectionObserver.js +0 -38
- package/dist/esm/banner/components/hero-banner/hooks/useTranslateValue.js +0 -33
- package/dist/esm/banner/components/hero-banner/hooks/useWindowSize.js +0 -24
- package/dist/esm/banner/components/hero-banner/index.js +0 -376
- package/dist/esm/banner/components/hero-banner/index.liquid.js +0 -336
- package/dist/esm/banner/components/hero-banner/parallax/AnimationManager.js +0 -43
- package/dist/esm/banner/components/hero-banner/utils/index.js +0 -136
- package/dist/esm/banner/helpers/common.js +0 -322
- package/dist/esm/banner/next.js +0 -12
- package/dist/esm/banner/setting/HeroBanner.js +0 -1418
- package/dist/esm/banner/setting/index.js +0 -7
- package/dist/esm/banner/setting/presets/heroBanner1Col.js +0 -126
- package/dist/esm/banner/setting/presets/heroBanner1ColPreSalesPage.js +0 -132
- package/dist/esm/banner/setting/presets/heroBannerContentLeft.js +0 -146
- package/dist/esm/banner/setting/presets/heroBannerContentLeftPreSalesPage.js +0 -152
- package/dist/esm/banner/setting/presets/heroBannerContentRight.js +0 -155
- package/dist/esm/banner/setting/presets/heroBannerContentRightPreSalesPage.js +0 -160
- package/dist/esm/banner/setting/presets/heroBannerParallax.js +0 -126
- package/dist/esm/banner/setting/presets/heroBannerParallaxPreSalesPage.js +0 -132
- package/dist/esm/banner/setting/presets/heroBannerVideo.js +0 -121
- package/dist/esm/banner/setting/presets/heroBannerVideoPreSalesPage.js +0 -128
- package/dist/esm/breadcrumb/helpers/common.js +0 -20
- package/dist/esm/breadcrumb/setting/Breadcrumb.js +0 -445
- package/dist/esm/breadcrumb/setting/index.js +0 -7
- package/dist/esm/button/setting/Button.js +0 -913
- package/dist/esm/button/setting/index.js +0 -7
- package/dist/esm/carousel/components/Arrow.js +0 -102
- package/dist/esm/carousel/components/Arrow.liquid.js +0 -99
- package/dist/esm/carousel/components/Carousel.js +0 -616
- package/dist/esm/carousel/components/Carousel.liquid.js +0 -228
- package/dist/esm/carousel/components/CarouselItem.js +0 -79
- package/dist/esm/carousel/components/CarouselItem.liquid.js +0 -92
- package/dist/esm/carousel/components/Dots.js +0 -64
- package/dist/esm/carousel/components/Dots.liquid.js +0 -19
- package/dist/esm/carousel/components/common/arrow.js +0 -121
- package/dist/esm/carousel/components/common/carousel.js +0 -93
- package/dist/esm/carousel/components/common/dots.js +0 -52
- package/dist/esm/carousel/components/hooks/useTrackPreviewPause.js +0 -30
- package/dist/esm/carousel/components/plugins/AnimationPlugin.js +0 -35
- package/dist/esm/carousel/components/plugins/AutoPlayPlugin.js +0 -103
- package/dist/esm/carousel/components/plugins/FixSliderMoveBackwards.js +0 -13
- package/dist/esm/carousel/components/plugins/MutationPlugin.js +0 -43
- package/dist/esm/carousel/setting/Carousel.js +0 -1586
- package/dist/esm/carousel/setting/CarouselItem.js +0 -36
- package/dist/esm/carousel/setting/index.js +0 -9
- package/dist/esm/cart/components/ShopPayButton/ShopPayButtonCommon.js +0 -17
- package/dist/esm/cart/components/ShopPayButton/icons/BaseIcon.js +0 -12
- package/dist/esm/cart/components/ShopPayButton/icons/BaseIcon.liquid.js +0 -13
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.js +0 -46
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.liquid.js +0 -42
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.js +0 -46
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.liquid.js +0 -42
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.js +0 -44
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.liquid.js +0 -28
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.js +0 -42
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.liquid.js +0 -38
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.js +0 -42
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.liquid.js +0 -38
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.js +0 -42
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.liquid.js +0 -38
- package/dist/esm/cart/components/ShopPayButton/index.js +0 -108
- package/dist/esm/cart/components/ShopPayButton/index.liquid.js +0 -47
- package/dist/esm/cart/setting/Cart.js +0 -67
- package/dist/esm/cart/setting/CartCheckout.js +0 -16
- package/dist/esm/cart/setting/CartDiscount.js +0 -16
- package/dist/esm/cart/setting/CartLineAttribute.js +0 -25
- package/dist/esm/cart/setting/CartLineImage.js +0 -161
- package/dist/esm/cart/setting/CartLinePrice.js +0 -25
- package/dist/esm/cart/setting/CartLineVariant.js +0 -25
- package/dist/esm/cart/setting/CartList.js +0 -135
- package/dist/esm/cart/setting/CartOrderNote.js +0 -40
- package/dist/esm/cart/setting/CartTotalItem.js +0 -25
- package/dist/esm/cart/setting/CartTotalPrice.js +0 -54
- package/dist/esm/cart/setting/CouponList.js +0 -16
- package/dist/esm/cart/setting/DiscountInput.js +0 -29
- package/dist/esm/cart/setting/ShopPayButton.js +0 -167
- package/dist/esm/cart/setting/index.js +0 -33
- package/dist/esm/code/setting/CSSCode.js +0 -175
- package/dist/esm/code/setting/index.js +0 -7
- package/dist/esm/collection/components/CollectionBanner.js +0 -93
- package/dist/esm/collection/components/CollectionBanner.liquid.js +0 -90
- package/dist/esm/collection/components/CollectionDescription.js +0 -110
- package/dist/esm/collection/components/CollectionDescription.liquid.js +0 -110
- package/dist/esm/collection/components/CollectionPaginator.js +0 -146
- package/dist/esm/collection/components/CollectionPaginator.liquid.js +0 -68
- package/dist/esm/collection/components/CollectionTitle.js +0 -18
- package/dist/esm/collection/components/CollectionTitle.liquid.js +0 -17
- package/dist/esm/collection/components/CollectionToolbar.js +0 -106
- package/dist/esm/collection/components/CollectionToolbar.liquid.js +0 -104
- package/dist/esm/collection/setting/CollectionBanner.js +0 -566
- package/dist/esm/collection/setting/CollectionDescription.js +0 -262
- package/dist/esm/collection/setting/CollectionPaginator.js +0 -336
- package/dist/esm/collection/setting/CollectionTitle.js +0 -187
- package/dist/esm/collection/setting/CollectionToolbar.js +0 -283
- package/dist/esm/collection/setting/index.js +0 -15
- package/dist/esm/constants.js +0 -3
- package/dist/esm/countdown-timer/helpers.js +0 -90
- package/dist/esm/countdown-timer/setting/Countdown.js +0 -889
- package/dist/esm/countdown-timer/setting/index.js +0 -7
- package/dist/esm/coupon/setting/Coupon.js +0 -1203
- package/dist/esm/coupon/setting/index.js +0 -7
- package/dist/esm/dialog/helpers/common.js +0 -76
- package/dist/esm/dialog/hooks/use-scroll-percentage.js +0 -32
- package/dist/esm/dialog/setting/Dialog.js +0 -624
- package/dist/esm/dialog/setting/index.js +0 -7
- package/dist/esm/estimate-delivery/const.js +0 -156
- package/dist/esm/estimate-delivery/setting/EstimateDate.js +0 -577
- package/dist/esm/estimate-delivery/setting/index.js +0 -7
- package/dist/esm/form/setting/Contact.js +0 -58
- package/dist/esm/form/setting/ContactInitConfig.js +0 -262
- package/dist/esm/form/setting/FormCheckbox.js +0 -234
- package/dist/esm/form/setting/FormCheckboxInitConfig.js +0 -16
- package/dist/esm/form/setting/FormDropdown.js +0 -271
- package/dist/esm/form/setting/FormDropdownInitConfig.js +0 -39
- package/dist/esm/form/setting/FormEmail.js +0 -283
- package/dist/esm/form/setting/FormEmailInitConfig.js +0 -39
- package/dist/esm/form/setting/Newsletter.js +0 -173
- package/dist/esm/form/setting/NewsletterInitConfig.js +0 -143
- package/dist/esm/form/setting/SubmitButton.js +0 -673
- package/dist/esm/form/setting/SubmitButtonInitConfig.js +0 -28
- package/dist/esm/form/setting/TextField.js +0 -329
- package/dist/esm/form/setting/Textarea.js +0 -333
- package/dist/esm/form/setting/index.js +0 -21
- package/dist/esm/grid/components/Col.js +0 -38
- package/dist/esm/grid/components/Col.liquid.js +0 -36
- package/dist/esm/grid/components/Root.js +0 -9
- package/dist/esm/grid/components/Root.liquid.js +0 -5
- package/dist/esm/grid/components/Row.js +0 -177
- package/dist/esm/grid/components/Row.liquid.js +0 -71
- package/dist/esm/grid/components/Section.js +0 -23
- package/dist/esm/grid/components/Section.liquid.js +0 -13
- package/dist/esm/grid/components/helpers.js +0 -69
- package/dist/esm/grid/setting/Col.js +0 -30
- package/dist/esm/grid/setting/Root.js +0 -15
- package/dist/esm/grid/setting/Row.js +0 -1001
- package/dist/esm/grid/setting/Section.js +0 -521
- package/dist/esm/grid/setting/index.js +0 -13
- package/dist/esm/header/hooks/use-body-overlay.js +0 -19
- package/dist/esm/header/setting/Header.js +0 -723
- package/dist/esm/header/setting/index.js +0 -7
- package/dist/esm/heading/Heading.js +0 -42
- package/dist/esm/heading/Heading.liquid.js +0 -43
- package/dist/esm/heading/setting/Heading.js +0 -407
- package/dist/esm/heading/setting/index.js +0 -7
- package/dist/esm/icon/setting/Icon.js +0 -438
- package/dist/esm/icon/setting/index.js +0 -7
- package/dist/esm/icon-list/setting/IconList.js +0 -335
- package/dist/esm/icon-list/setting/IconListItem.js +0 -36
- package/dist/esm/icon-list/setting/ItemTemplate.js +0 -334
- package/dist/esm/icon-list/setting/index.js +0 -9
- package/dist/esm/icon-list-hoz/components/IconListItemHoz.liquid.js +0 -19
- package/dist/esm/icon-list-hoz/setting/IconListHoz.js +0 -358
- package/dist/esm/icon-list-hoz/setting/IconListItem.js +0 -36
- package/dist/esm/icon-list-hoz/setting/ItemTemplate.js +0 -116
- package/dist/esm/icon-list-hoz/setting/index.js +0 -9
- package/dist/esm/icon-list-v2/setting/IconList.js +0 -573
- package/dist/esm/icon-list-v2/setting/index.js +0 -7
- package/dist/esm/icon-list-v2/setting/template.js +0 -110
- package/dist/esm/image/components/BackgroundImage.js +0 -97
- package/dist/esm/image/components/Img.js +0 -23
- package/dist/esm/image/components/helpers.js +0 -24
- package/dist/esm/image/helpers/getSrcSet.js +0 -251
- package/dist/esm/image/setting/BackgroundImage.js +0 -360
- package/dist/esm/image/setting/Image.js +0 -860
- package/dist/esm/image/setting/index.js +0 -9
- package/dist/esm/image-comparison/components/common/helpers.js +0 -11
- package/dist/esm/image-comparison/constants/commonStyles.js +0 -58
- package/dist/esm/image-comparison/setting/ImageComparison.js +0 -910
- package/dist/esm/image-comparison/setting/index.js +0 -7
- package/dist/esm/image-detection/ImageDetection.js +0 -232
- package/dist/esm/image-detection/setting/ImageDetection.js +0 -72
- package/dist/esm/image-detection/setting/index.js +0 -7
- package/dist/esm/input/Input.js +0 -113
- package/dist/esm/input/setting/Input.js +0 -122
- package/dist/esm/input/setting/index.js +0 -7
- package/dist/esm/intersection-observer/useInView.js +0 -86
- package/dist/esm/line/Divider.js +0 -30
- package/dist/esm/line/Divider.liquid.js +0 -31
- package/dist/esm/line/Line.js +0 -162
- package/dist/esm/line/Line.liquid.js +0 -159
- package/dist/esm/line/setting/Line.js +0 -586
- package/dist/esm/line/setting/index.js +0 -7
- package/dist/esm/link/helpers/url-join.js +0 -54
- package/dist/esm/link/setting/Link.js +0 -64
- package/dist/esm/link/setting/index.js +0 -7
- package/dist/esm/marquee/setting/Marquee.js +0 -757
- package/dist/esm/marquee/setting/MarqueeItem.js +0 -37
- package/dist/esm/marquee/setting/childImageTemplate.js +0 -78
- package/dist/esm/marquee/setting/childTemplate.js +0 -37
- package/dist/esm/marquee/setting/childTextTemplate.js +0 -63
- package/dist/esm/marquee/setting/index.js +0 -9
- package/dist/esm/menu/setting/Menu.js +0 -212
- package/dist/esm/menu/setting/index.js +0 -7
- package/dist/esm/modal/setting/Modal.js +0 -23
- package/dist/esm/modal/setting/index.js +0 -7
- package/dist/esm/notification/hooks/use-notification.js +0 -116
- package/dist/esm/pagination/Pagination.js +0 -182
- package/dist/esm/pagination/setting/Pagination.js +0 -71
- package/dist/esm/pagination/setting/index.js +0 -7
- package/dist/esm/post-purchase/advanced-list/setting/AdvancedListPostPurchase.js +0 -182
- package/dist/esm/post-purchase/advanced-list/setting/PostPurchaseAdvancedListItem.js +0 -37
- package/dist/esm/post-purchase/advanced-list/setting/index.js +0 -9
- package/dist/esm/post-purchase/advanced-list/setting/template.js +0 -78
- package/dist/esm/post-purchase/button/Button.js +0 -83
- package/dist/esm/post-purchase/button/setting/Button.js +0 -224
- package/dist/esm/post-purchase/button/setting/index.js +0 -7
- package/dist/esm/post-purchase/callout-banner/setting/CalloutBox.js +0 -439
- package/dist/esm/post-purchase/callout-banner/setting/CalloutText.js +0 -292
- package/dist/esm/post-purchase/callout-banner/setting/index.js +0 -9
- package/dist/esm/post-purchase/countdown-timer/settings/index.js +0 -7
- package/dist/esm/post-purchase/image/setting/Image.js +0 -293
- package/dist/esm/post-purchase/image/setting/index.js +0 -7
- package/dist/esm/post-purchase/line/setting/PostPurchaseLine.js +0 -255
- package/dist/esm/post-purchase/line/setting/index.js +0 -7
- package/dist/esm/post-purchase/next.js +0 -33
- package/dist/esm/post-purchase/product/components/ProductOffer.js +0 -130
- package/dist/esm/post-purchase/product/components/ProductVariant.js +0 -239
- package/dist/esm/post-purchase/product/components/priceBreakdown/MoneyLine.js +0 -41
- package/dist/esm/post-purchase/product/components/product-image/Arrow.js +0 -57
- package/dist/esm/post-purchase/product/components/product-image/CarouselPostPurchase.js +0 -75
- package/dist/esm/post-purchase/product/components/variants/Dropdown.js +0 -122
- package/dist/esm/post-purchase/product/components/variants/DropdownOption.js +0 -18
- package/dist/esm/post-purchase/product/components/variants/RectangleList.js +0 -40
- package/dist/esm/post-purchase/product/components/variants/VariantGroup.js +0 -34
- package/dist/esm/post-purchase/product/components/variants/VariantItem.js +0 -101
- package/dist/esm/post-purchase/product/components/variants/VariantOption.js +0 -16
- package/dist/esm/post-purchase/product/settings/AcceptButton.js +0 -237
- package/dist/esm/post-purchase/product/settings/ProductDescription.js +0 -134
- package/dist/esm/post-purchase/product/settings/ProductDiscountTag.js +0 -126
- package/dist/esm/post-purchase/product/settings/ProductOffer.js +0 -532
- package/dist/esm/post-purchase/product/settings/ProductPrice.js +0 -187
- package/dist/esm/post-purchase/product/settings/ProductPriceBreakdown.js +0 -425
- package/dist/esm/post-purchase/product/settings/ProductQuantity.js +0 -211
- package/dist/esm/post-purchase/product/settings/ProductTitle.js +0 -172
- package/dist/esm/post-purchase/product/settings/ProductVariant.js +0 -597
- package/dist/esm/post-purchase/product/settings/index.js +0 -25
- package/dist/esm/post-purchase/text/Text.js +0 -72
- package/dist/esm/post-purchase/text/setting/Heading.js +0 -42
- package/dist/esm/post-purchase/text/setting/Text.js +0 -227
- package/dist/esm/post-purchase/text/setting/index.js +0 -9
- package/dist/esm/post-purchase/utils/constants.js +0 -46
- package/dist/esm/post-purchase/utils/helper.js +0 -73
- package/dist/esm/product/components/DynamicCheckout.js +0 -23
- package/dist/esm/product/components/DynamicCheckout.liquid.js +0 -185
- package/dist/esm/product/components/FileUpload.js +0 -112
- package/dist/esm/product/components/FileUpload.liquid.js +0 -127
- package/dist/esm/product/components/Product.js +0 -107
- package/dist/esm/product/components/Product.liquid.js +0 -130
- package/dist/esm/product/components/ProductBadge/constants.js +0 -17
- package/dist/esm/product/components/ProductBadge/index.js +0 -178
- package/dist/esm/product/components/ProductBadge/index.liquid.js +0 -131
- package/dist/esm/product/components/ProductBadge/types.js +0 -35
- package/dist/esm/product/components/ProductBadge/utils/common.js +0 -274
- package/dist/esm/product/components/ProductBadge/utils/generateLiquidContent.js +0 -28
- package/dist/esm/product/components/ProductBadge/utils/getRotateShape.js +0 -90
- package/dist/esm/product/components/ProductBadge/utils/getShapePosition.js +0 -186
- package/dist/esm/product/components/ProductBadge/utils/getStyleAdvanced.js +0 -38
- package/dist/esm/product/components/ProductBadge/utils/getWhiteSpace.js +0 -17
- package/dist/esm/product/components/ProductBadge/utils/renderBadgeILP.js +0 -128
- package/dist/esm/product/components/ProductBadge/utils/renderBadgeLiquid.js +0 -241
- package/dist/esm/product/components/ProductBadge/utils/shape.js +0 -96
- package/dist/esm/product/components/ProductBundleDiscount.js +0 -192
- package/dist/esm/product/components/ProductBundleDiscount.liquid.js +0 -77
- package/dist/esm/product/components/ProductBundleDiscountItem.js +0 -35
- package/dist/esm/product/components/ProductBundleDiscountItem.liquid.js +0 -99
- package/dist/esm/product/components/ProductButton.js +0 -482
- package/dist/esm/product/components/ProductButton.liquid.js +0 -316
- package/dist/esm/product/components/ProductDescription/common.js +0 -26
- package/dist/esm/product/components/ProductDescription/const.js +0 -3
- package/dist/esm/product/components/ProductDescription.js +0 -145
- package/dist/esm/product/components/ProductDescription.liquid.js +0 -133
- package/dist/esm/product/components/ProductImages/ProductFeaturedImage.js +0 -263
- package/dist/esm/product/components/ProductImages/ProductGalleryCarousel.js +0 -199
- package/dist/esm/product/components/ProductImages/ProductGalleryGrid.js +0 -159
- package/dist/esm/product/components/ProductImages/ProductImagesLightBox.js +0 -114
- package/dist/esm/product/components/ProductImages/common/common.js +0 -103
- package/dist/esm/product/components/ProductImages/common/productFeaturedImage.js +0 -90
- package/dist/esm/product/components/ProductImages/common/productGallery.js +0 -188
- package/dist/esm/product/components/ProductImages/liquid/ProductFeaturedImage.liquid.js +0 -172
- package/dist/esm/product/components/ProductImages/liquid/ProductGalleryCarousel.liquid.js +0 -167
- package/dist/esm/product/components/ProductImages/liquid/ProductGalleryGrid.liquid.js +0 -133
- package/dist/esm/product/components/ProductImagesV2/common/common.js +0 -295
- package/dist/esm/product/components/ProductImagesV2/common/hoverAction.js +0 -92
- package/dist/esm/product/components/ProductImagesV2/common/productFeaturedImage.js +0 -56
- package/dist/esm/product/components/ProductImagesV2/common/productGallery.js +0 -251
- package/dist/esm/product/components/ProductImagesV2/jsx/ProductImages.js +0 -251
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ButtonOpenLightBox.js +0 -23
- package/dist/esm/product/components/ProductImagesV2/jsx/components/MediaIcon.js +0 -58
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeatureVideo.js +0 -30
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +0 -387
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageOnly.js +0 -134
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductGalleryCarousel.js +0 -299
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductGalleryGrid.js +0 -198
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductImagesLightBox.js +0 -139
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/FeatureImageWithGallery.js +0 -252
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/GalleryOneCol.js +0 -20
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/GalleryTwoCol.js +0 -20
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/OnlyFeatureImage.js +0 -31
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +0 -520
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +0 -301
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +0 -337
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +0 -150
- package/dist/esm/product/components/ProductList.js +0 -419
- package/dist/esm/product/components/ProductList.liquid.js +0 -394
- package/dist/esm/product/components/ProductNotFoundRelated.js +0 -61
- package/dist/esm/product/components/ProductPrice.js +0 -164
- package/dist/esm/product/components/ProductPrice.liquid.js +0 -83
- package/dist/esm/product/components/ProductProperties/ProductPropertyChoice.js +0 -52
- package/dist/esm/product/components/ProductProperties/ProductPropertyChoice.liquid.js +0 -60
- package/dist/esm/product/components/ProductProperties/ProductPropertyInput.js +0 -69
- package/dist/esm/product/components/ProductProperties/ProductPropertyInput.liquid.js +0 -111
- package/dist/esm/product/components/ProductProperties/ProductPropertySelect.js +0 -37
- package/dist/esm/product/components/ProductProperties/ProductPropertySelect.liquid.js +0 -53
- package/dist/esm/product/components/ProductProperties.js +0 -265
- package/dist/esm/product/components/ProductProperties.liquid.js +0 -154
- package/dist/esm/product/components/ProductQuantity.js +0 -216
- package/dist/esm/product/components/ProductQuantity.liquid.js +0 -166
- package/dist/esm/product/components/ProductQuickView/ProductQuickView.js +0 -154
- package/dist/esm/product/components/ProductQuickView/index.js +0 -16
- package/dist/esm/product/components/ProductTag.js +0 -170
- package/dist/esm/product/components/ProductTag.liquid.js +0 -103
- package/dist/esm/product/components/ProductTitle.js +0 -38
- package/dist/esm/product/components/ProductTitle.liquid.js +0 -40
- package/dist/esm/product/components/ProductVariants/common.js +0 -64
- package/dist/esm/product/components/ProductVariants/hooks/useVariantInteraction.js +0 -41
- package/dist/esm/product/components/ProductVariants/index.js +0 -346
- package/dist/esm/product/components/ProductVariants/index.liquid.js +0 -362
- package/dist/esm/product/components/ProductVariants/utils/mappingVariantStyles.js +0 -116
- package/dist/esm/product/components/ProductVariants/variants/Base.js +0 -288
- package/dist/esm/product/components/ProductVariants/variants/Base.liquid.js +0 -164
- package/dist/esm/product/components/ProductVariants/variants/Color.js +0 -18
- package/dist/esm/product/components/ProductVariants/variants/Color.liquid.js +0 -25
- package/dist/esm/product/components/ProductVariants/variants/Dropdown.js +0 -149
- package/dist/esm/product/components/ProductVariants/variants/Dropdown.liquid.js +0 -126
- package/dist/esm/product/components/ProductVariants/variants/DropdownGroup.liquid.js +0 -53
- package/dist/esm/product/components/ProductVariants/variants/DropdownOption.js +0 -17
- package/dist/esm/product/components/ProductVariants/variants/Image.js +0 -18
- package/dist/esm/product/components/ProductVariants/variants/Image.liquid.js +0 -19
- package/dist/esm/product/components/ProductVariants/variants/ImageShopify.js +0 -35
- package/dist/esm/product/components/ProductVariants/variants/ImageShopify.liquid.js +0 -31
- package/dist/esm/product/components/ProductVariants/variants/RadioButtons.js +0 -58
- package/dist/esm/product/components/ProductVariants/variants/RectangleList.js +0 -64
- package/dist/esm/product/components/ProductVariants/variants/VariantGroup.js +0 -34
- package/dist/esm/product/components/ProductVariants/variants/VariantOption/index.js +0 -16
- package/dist/esm/product/components/ProductVariants/variants/combine/index.js +0 -44
- package/dist/esm/product/components/ProductVariants/variants/index.js +0 -133
- package/dist/esm/product/components/ProductVariants/variants/index.liquid.js +0 -144
- package/dist/esm/product/components/ProductViewMore.js +0 -27
- package/dist/esm/product/components/ProductViewMore.liquid.js +0 -33
- package/dist/esm/product/components/Sku.js +0 -31
- package/dist/esm/product/components/Sku.liquid.js +0 -32
- package/dist/esm/product/components/Vendor.js +0 -43
- package/dist/esm/product/components/Vendor.liquid.js +0 -39
- package/dist/esm/product/setting/DynamicCheckout.js +0 -562
- package/dist/esm/product/setting/FileUpload.js +0 -960
- package/dist/esm/product/setting/Product.js +0 -596
- package/dist/esm/product/setting/ProductBadge.js +0 -529
- package/dist/esm/product/setting/ProductBundleDiscount.js +0 -857
- package/dist/esm/product/setting/ProductBundleDiscountItem.js +0 -31
- package/dist/esm/product/setting/ProductButton.js +0 -1442
- package/dist/esm/product/setting/ProductDescription.js +0 -306
- package/dist/esm/product/setting/ProductImages.js +0 -1220
- package/dist/esm/product/setting/ProductList.js +0 -1656
- package/dist/esm/product/setting/ProductPrice.js +0 -367
- package/dist/esm/product/setting/ProductProperties.js +0 -1101
- package/dist/esm/product/setting/ProductQuantity.js +0 -669
- package/dist/esm/product/setting/ProductTag.js +0 -343
- package/dist/esm/product/setting/ProductTitle.js +0 -362
- package/dist/esm/product/setting/ProductVariants.js +0 -1400
- package/dist/esm/product/setting/ProductViewMore.js +0 -706
- package/dist/esm/product/setting/Sku.js +0 -286
- package/dist/esm/product/setting/Vendor.js +0 -342
- package/dist/esm/product/setting/constant/bundle-layout/horizontalOne.js +0 -492
- package/dist/esm/product/setting/constant/bundle-layout/horizontalThree.js +0 -639
- package/dist/esm/product/setting/constant/bundle-layout/horizontalTwo.js +0 -635
- package/dist/esm/product/setting/constant/bundle-layout/verticalOne.js +0 -363
- package/dist/esm/product/setting/constant/bundle-layout/verticalThree.js +0 -517
- package/dist/esm/product/setting/constant/bundle-layout/verticalTwo.js +0 -517
- package/dist/esm/product/setting/index.js +0 -45
- package/dist/esm/product/setting/presets-config/product-presets/product-1-col.js +0 -510
- package/dist/esm/product/setting/presets-config/product-presets/product-2-col.js +0 -512
- package/dist/esm/product/setting/presets-config/product-presets/product-default.js +0 -514
- package/dist/esm/product/setting/product-image-v2/ProductFeatureImage.js +0 -613
- package/dist/esm/product/setting/product-image-v2/ProductGalleryImage.js +0 -739
- package/dist/esm/product/setting/product-image-v2/ProductImages.js +0 -610
- package/dist/esm/product/setting/swatches-style-config/color.js +0 -73
- package/dist/esm/product/setting/swatches-style-config/dropdown.js +0 -64
- package/dist/esm/product/setting/swatches-style-config/image-shopify.js +0 -60
- package/dist/esm/product/setting/swatches-style-config/image.js +0 -60
- package/dist/esm/product/setting/swatches-style-config/rectangle-list.js +0 -97
- package/dist/esm/radio/Radio.js +0 -34
- package/dist/esm/radio/setting/Radio.js +0 -66
- package/dist/esm/radio/setting/index.js +0 -7
- package/dist/esm/select/Select.js +0 -58
- package/dist/esm/select/setting/index.js +0 -7
- package/dist/esm/sticky/setting/Sticky.js +0 -237
- package/dist/esm/sticky/setting/index.js +0 -7
- package/dist/esm/sticky/setting/preset-config.js +0 -2002
- package/dist/esm/stock-counter/const.js +0 -14
- package/dist/esm/stock-counter/helpers.js +0 -53
- package/dist/esm/stock-counter/setting/StockCounter.js +0 -614
- package/dist/esm/stock-counter/setting/index.js +0 -7
- package/dist/esm/tab/components/common.js +0 -60
- package/dist/esm/tab/setting/TabItem.js +0 -32
- package/dist/esm/tab/setting/Tabs.js +0 -629
- package/dist/esm/tab/setting/index.js +0 -9
- package/dist/esm/text/components/common.js +0 -12
- package/dist/esm/text/setting/Text.js +0 -467
- package/dist/esm/text/setting/index.js +0 -7
- package/dist/esm/textarea/Textarea.js +0 -35
- package/dist/esm/textarea/setting/Textarea.js +0 -111
- package/dist/esm/textarea/setting/index.js +0 -7
- package/dist/esm/third-party/components/PowrContactFormBuilder.js +0 -28
- package/dist/esm/third-party/components/PowrContactFormBuilder.liquid.js +0 -8
- package/dist/esm/third-party/configs/PowrContactFormBuilder.js +0 -8
- package/dist/esm/third-party/helpers/thirdParty.js +0 -52
- package/dist/esm/third-party/setting/AftershipEmailMarketingsms.js +0 -156
- package/dist/esm/third-party/setting/AirProductReviewsAppUgc.js +0 -136
- package/dist/esm/third-party/setting/AliReviews.js +0 -135
- package/dist/esm/third-party/setting/AlsoBoughtCbb.js +0 -123
- package/dist/esm/third-party/setting/AppointmentBookingCowlendar.js +0 -124
- package/dist/esm/third-party/setting/AppstleBundlesDiscounts.js +0 -142
- package/dist/esm/third-party/setting/AppstleSubscriptions.js +0 -123
- package/dist/esm/third-party/setting/BestBuyFulfillment.js +0 -129
- package/dist/esm/third-party/setting/BfSizeChartSizeGuide.js +0 -127
- package/dist/esm/third-party/setting/BirdChime.js +0 -114
- package/dist/esm/third-party/setting/Bogos.js +0 -159
- package/dist/esm/third-party/setting/BoldProductOptions.js +0 -109
- package/dist/esm/third-party/setting/BoldSubscriptions.js +0 -125
- package/dist/esm/third-party/setting/BonLoyaltyRewardsReferrals.js +0 -161
- package/dist/esm/third-party/setting/BoostAISearchDiscovery.js +0 -165
- package/dist/esm/third-party/setting/Bundler.js +0 -127
- package/dist/esm/third-party/setting/CleanSizeCharts.js +0 -132
- package/dist/esm/third-party/setting/CrossSellCartUpsell.js +0 -109
- package/dist/esm/third-party/setting/CustomProductOptionsVariant.js +0 -112
- package/dist/esm/third-party/setting/DiscountyBulkDiscountSales.js +0 -110
- package/dist/esm/third-party/setting/EasifyProductOptions.js +0 -121
- package/dist/esm/third-party/setting/EasyBundleBuilderSkailama.js +0 -124
- package/dist/esm/third-party/setting/EasySellCOD.js +0 -123
- package/dist/esm/third-party/setting/EcoboostifyShoppableReelUgc.js +0 -138
- package/dist/esm/third-party/setting/EcomsendBackInStockAlert.js +0 -143
- package/dist/esm/third-party/setting/EssentialAnnouncementBar.js +0 -138
- package/dist/esm/third-party/setting/EssentialCountdownTimerBar.js +0 -138
- package/dist/esm/third-party/setting/EstimatedDeliveryDatePlus.js +0 -124
- package/dist/esm/third-party/setting/FastBundleBundlesDiscounts.js +0 -166
- package/dist/esm/third-party/setting/FeraReviews.js +0 -420
- package/dist/esm/third-party/setting/FirePush.js +0 -109
- package/dist/esm/third-party/setting/FlyBundlesUpsellsFbt.js +0 -147
- package/dist/esm/third-party/setting/FordeerProductLabels.js +0 -207
- package/dist/esm/third-party/setting/FrequentlyBoughtTogether.js +0 -129
- package/dist/esm/third-party/setting/GloColorSwatchvariantImage.js +0 -148
- package/dist/esm/third-party/setting/GloboProductOptionsVariant.js +0 -129
- package/dist/esm/third-party/setting/GoogleReviewsByReputon.js +0 -156
- package/dist/esm/third-party/setting/Growave.js +0 -231
- package/dist/esm/third-party/setting/HextomCountdownTimerBar.js +0 -124
- package/dist/esm/third-party/setting/HextomFreeShippingBar.js +0 -124
- package/dist/esm/third-party/setting/HulkFormBuilder.js +0 -121
- package/dist/esm/third-party/setting/HulkProductOptions.js +0 -127
- package/dist/esm/third-party/setting/InfiniteOptions.js +0 -109
- package/dist/esm/third-party/setting/Instafeed.js +0 -115
- package/dist/esm/third-party/setting/InstasellShoppableInstagram.js +0 -124
- package/dist/esm/third-party/setting/JudgemeReviews.js +0 -179
- package/dist/esm/third-party/setting/JunipProductReviewsUgc.js +0 -163
- package/dist/esm/third-party/setting/KachingBundles.js +0 -136
- package/dist/esm/third-party/setting/KingProductOptions.js +0 -123
- package/dist/esm/third-party/setting/KiteFreeGiftDiscount.js +0 -124
- package/dist/esm/third-party/setting/KlarnaMessaging.js +0 -171
- package/dist/esm/third-party/setting/Klaviyo.js +0 -124
- package/dist/esm/third-party/setting/KoalaBundleQuantityDiscount.js +0 -112
- package/dist/esm/third-party/setting/LaiProductReviews.js +0 -230
- package/dist/esm/third-party/setting/LoloyalLoyaltyReferrals.js +0 -145
- package/dist/esm/third-party/setting/LoopSubscriptions.js +0 -156
- package/dist/esm/third-party/setting/LooxReviews.js +0 -280
- package/dist/esm/third-party/setting/MaxbundleProductBundles.js +0 -150
- package/dist/esm/third-party/setting/MbcBundleVolumeDiscount.js +0 -112
- package/dist/esm/third-party/setting/MyappgurusProductReviews.js +0 -167
- package/dist/esm/third-party/setting/NotifyBackInStockPreOrder.js +0 -112
- package/dist/esm/third-party/setting/OkendoReviewsLoyalty.js +0 -167
- package/dist/esm/third-party/setting/Omnisend.js +0 -174
- package/dist/esm/third-party/setting/Opinew.js +0 -217
- package/dist/esm/third-party/setting/ParcelPanel.js +0 -118
- package/dist/esm/third-party/setting/PickyStory.js +0 -142
- package/dist/esm/third-party/setting/PowerfulContactFormBuilder.js +0 -156
- package/dist/esm/third-party/setting/PowrContactFormBuilder.js +0 -138
- package/dist/esm/third-party/setting/PreorderNowPreOrderPq.js +0 -148
- package/dist/esm/third-party/setting/PreorderNowWodPresale.js +0 -142
- package/dist/esm/third-party/setting/ProductOptionsCustomizer.js +0 -130
- package/dist/esm/third-party/setting/ProductOptionsVariantOption.js +0 -118
- package/dist/esm/third-party/setting/ProductReviews.js +0 -106
- package/dist/esm/third-party/setting/PumperBundlesVolumeDiscount.js +0 -134
- package/dist/esm/third-party/setting/PushOwl.js +0 -767
- package/dist/esm/third-party/setting/QikifyUpsell.js +0 -140
- package/dist/esm/third-party/setting/RapiBundleQuantityBreaks.js +0 -127
- package/dist/esm/third-party/setting/RechargeSubscriptions.js +0 -133
- package/dist/esm/third-party/setting/RecurpaySubscriptionApp.js +0 -112
- package/dist/esm/third-party/setting/Releasit.js +0 -175
- package/dist/esm/third-party/setting/RequestQuoteHidePrice.js +0 -113
- package/dist/esm/third-party/setting/ReviewxpoProductReviewsApp.js +0 -176
- package/dist/esm/third-party/setting/Rivyo.js +0 -142
- package/dist/esm/third-party/setting/Ryviu.js +0 -146
- package/dist/esm/third-party/setting/SealSubscriptions.js +0 -123
- package/dist/esm/third-party/setting/SegunoEmailMarketing.js +0 -148
- package/dist/esm/third-party/setting/Selleasy.js +0 -145
- package/dist/esm/third-party/setting/SeoantTrustBadgesIcon.js +0 -138
- package/dist/esm/third-party/setting/ShopifyForms.js +0 -138
- package/dist/esm/third-party/setting/ShopifySubscriptions.js +0 -134
- package/dist/esm/third-party/setting/SimpleBundlesKits.js +0 -129
- package/dist/esm/third-party/setting/SkioSubscriptionsYcS20.js +0 -120
- package/dist/esm/third-party/setting/SmartSearchBarAndFilters.js +0 -124
- package/dist/esm/third-party/setting/SproutPlantTreesGrowSales.js +0 -137
- package/dist/esm/third-party/setting/Stamped/Badge.js +0 -115
- package/dist/esm/third-party/setting/Stamped/BadgeDouble.js +0 -20
- package/dist/esm/third-party/setting/Stamped/BadgeRibbon.js +0 -59
- package/dist/esm/third-party/setting/Stamped/BadgeSingle.js +0 -20
- package/dist/esm/third-party/setting/Stamped/Carousel.js +0 -124
- package/dist/esm/third-party/setting/Stamped/CheckoutReviews.js +0 -105
- package/dist/esm/third-party/setting/Stamped/Colors.js +0 -56
- package/dist/esm/third-party/setting/Stamped/Filters.js +0 -248
- package/dist/esm/third-party/setting/Stamped/FullPage.js +0 -88
- package/dist/esm/third-party/setting/Stamped/InstagramFeed.js +0 -109
- package/dist/esm/third-party/setting/Stamped/MainWidget.js +0 -143
- package/dist/esm/third-party/setting/Stamped/ProductRating.js +0 -71
- package/dist/esm/third-party/setting/Stamped/SingleHighlight.js +0 -20
- package/dist/esm/third-party/setting/Stamped/SiteBadge.js +0 -144
- package/dist/esm/third-party/setting/Stamped/TopRated.js +0 -35
- package/dist/esm/third-party/setting/Stamped/VisualGallery.js +0 -127
- package/dist/esm/third-party/setting/Stamped/WallPhotos.js +0 -89
- package/dist/esm/third-party/setting/Stamped/index.js +0 -48
- package/dist/esm/third-party/setting/Stamped.js +0 -237
- package/dist/esm/third-party/setting/StellarDeliveryDatePickup.js +0 -123
- package/dist/esm/third-party/setting/SubifySubscriptionsApp.js +0 -138
- package/dist/esm/third-party/setting/TagembedSocialPostReview.js +0 -122
- package/dist/esm/third-party/setting/TagshopShoppableVideosUgc.js +0 -167
- package/dist/esm/third-party/setting/TeeinblueProductPersonalizer.js +0 -112
- package/dist/esm/third-party/setting/TrustBadgesBear.js +0 -124
- package/dist/esm/third-party/setting/TrustMe.js +0 -109
- package/dist/esm/third-party/setting/TrustedsiteTrustBadges.js +0 -173
- package/dist/esm/third-party/setting/Trustoo.js +0 -175
- package/dist/esm/third-party/setting/TrustreviewsProductReviews.js +0 -206
- package/dist/esm/third-party/setting/TrustshopProductReviews.js +0 -155
- package/dist/esm/third-party/setting/UltimateSalesBoost.js +0 -198
- package/dist/esm/third-party/setting/UnlimitedBundlesDiscounts.js +0 -142
- package/dist/esm/third-party/setting/Vitals.js +0 -340
- package/dist/esm/third-party/setting/WhatmoreShoppableVideosreel.js +0 -351
- package/dist/esm/third-party/setting/WideBundle.js +0 -109
- package/dist/esm/third-party/setting/Wiser.js +0 -251
- package/dist/esm/third-party/setting/WishlistKing.js +0 -127
- package/dist/esm/third-party/setting/WishlistPlus.js +0 -145
- package/dist/esm/third-party/setting/YotpoLoyalty.js +0 -79
- package/dist/esm/third-party/setting/YotpoReviews.js +0 -193
- package/dist/esm/third-party/setting/index.js +0 -237
- package/dist/esm/third-party-instant/helpers/thirdParty.js +0 -68
- package/dist/esm/third-party-instant/setting/InstantJudgemeReviews.js +0 -157
- package/dist/esm/third-party-instant/setting/InstantKlaviyo.js +0 -95
- package/dist/esm/third-party-instant/setting/InstantLooxReviews.js +0 -118
- package/dist/esm/third-party-instant/setting/InstantYotpoLoyalty.js +0 -95
- package/dist/esm/third-party-instant/setting/index.js +0 -13
- package/dist/esm/third-party-instant/types/JudgemeReviews.js +0 -7
- package/dist/esm/third-party-slot/setting/ThirdPartySlot.js +0 -109
- package/dist/esm/third-party-slot/setting/index.js +0 -7
- package/dist/esm/video/helpers/common.js +0 -37
- package/dist/esm/video/setting/Video.js +0 -496
- package/dist/esm/video/setting/index.js +0 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{makeStyleResponsive as e,makeHeight as t,getHeightByShapeGlobalSize as o,makeWidth as r,composeRadius as i,getResponsiveValueByScreen as a,makeStyleWithDefault as l,getWidthByShapeGlobalSize as s}from"@gem-sdk/core";import{getStyleGridLayout as n,getStyleGridOrderForFeature as p,getStyleGridOrderForGallery as h,getStyleInsideLayout as m,convertSpacing as g,getDisplayStyle as F,convertSpacingForIndisdeLayout as d}from"./common.js";import{getShapeByLayout as y,sizeSettingDefaultForNewLayout as u,getSettingWidthForGridItem as S,getSettingMinWidthForCarouselItem as c,getSettingWidthForCarouselItem as I,checkDisplayGalleryByWidth as b}from"./productGallery.js";let DEVICES=["desktop","mobile","tablet"];function filterTruthyStyles(e){return Object.fromEntries(Object.entries(e||{}).filter(([,e])=>!!e))}let getWrapContainerStyle=(t,o)=>{let r=n({position:t.position,ratioLayout:t.ratioLayout,ratioLayoutRight:t.ratioLayoutRight,isHiddenGalleryImages:!!o}),i={"--gtc":"minmax(0, 12fr)"},a={...o?i:r,...e("gg",t?.spacing)};return filterTruthyStyles(a)},getFeatureImageStyle=(t,{enableOrder:o,enableDisplay:r})=>{let i=()=>F(e=>!["bottom-center","left","right","only-feature","inside-bottom","inside-left","inside-right"].includes(a(t?.position,e)||""),"flex"),l=p({position:t?.position}),s={...e("jc",t?.align),...o&&{...l},...r&&{...i()}};return filterTruthyStyles(s)},getGalleryImageStyle=(o,r)=>{let i=h({position:o.position}),l=()=>{let e={},t=r??0;return DEVICES.forEach(r=>{let i=a(o?.position,r),l=["left","right"].includes(i),s=a(o?.spacing,r),n=["inside-left","inside-right"].includes(i),p=d(s),h=`calc(${t}px - ${p})`;e={...e,[r]:l?t+"px":n?h:"auto"}}),e},s=y({shape:o.shape,shapeForBottom:o.shapeForBottom,shapeFor1Col:o.shapeFor1Col,shapeFor2Col:o.shapeFor2Col,shapeForFtOnly:o.shapeForFtOnly,shapeForInsideBottom:o.shapeForInsideBottom??u,shapeForInside:o.shapeForInside??u},o.position),n=m(o.position,s,o?.spacing),p={...e("h",t(l())),...e("jc",o?.align),...i,...n};return filterTruthyStyles(p)},getGalleryGridStyle=(t,o)=>{let r=y({shape:t.shape,shapeForBottom:t.shapeForBottom,shapeFor1Col:t.shapeFor1Col,shapeFor2Col:t.shapeFor2Col,shapeForFtOnly:t.shapeForFtOnly,shapeForInsideBottom:t.shapeForInsideBottom,shapeForInside:t.shapeForInside},t.position),i=()=>{let e=(e,t,o)=>{let r=a(t,o),i=a(e,o),l="slider"!==i&&("bottom-center"===r||"inside-bottom"===r),s=["one-col","two-col"].includes(r||"");return l||s},o=b({shapeByLayout:r}),i={desktop:o.desktop&&e(t.type,t.position,"desktop"),tablet:o.tablet&&e(t.type,t.position,"tablet"),mobile:o.mobile&&e(t.type,t.position,"mobile")};return F(e=>!i[e],"flex")},l={...i(),...e("cg",t?.itemSpacing),...e("rg",t?.itemSpacing),...e("jc",t?.align),...o};return filterTruthyStyles(l)},getGalleryGridItemStyle=a=>{let l=y({shape:a.shape,shapeForBottom:a.shapeForBottom,shapeFor1Col:a.shapeFor1Col,shapeFor2Col:a.shapeFor2Col,shapeForFtOnly:a.shapeForFtOnly,shapeForInsideBottom:a.shapeForInsideBottom,shapeForInside:a.shapeForInside},a.position),s=o(l),n=S({shapeByLayout:l,itemSpacing:a.itemSpacing}),p={"max-width":"100%","outline-color":"var(--g-c-brand, brand)",...e("h",t(s)),...e("w",r(n)),...i({normal:a.corner})};return filterTruthyStyles(p)},getFeatureImageCarouselItemStyle=r=>{let a=o(r.ftShape),l={"max-width":"100%","outline-color":"var(--g-c-brand, brand)",...i({normal:r?.ftCorner}),...e("h",t(a))};return filterTruthyStyles(l)},getGalleryCarouselStyle=e=>{let t=y({shape:e.shape,shapeForBottom:e.shapeForBottom,shapeFor1Col:e.shapeFor1Col,shapeFor2Col:e.shapeFor2Col,shapeForFtOnly:e.shapeForFtOnly,shapeForInsideBottom:e.shapeForInsideBottom,shapeForInside:e.shapeForInside},e.position),o=o=>{let r=a(e?.position,o),i="bottom-center"===r||"inside-bottom"===r,l="inside-left"===r||"inside-right"===r||"left"===r||"right"===r,s=a(t,o);return i||l||!s?.width?"100%":s.width},r={spacing:g(e?.itemSpacing),sizeSetting:{desktop:{width:o("desktop"),height:"100%"},tablet:{width:o("tablet"),height:"100%"},mobile:{width:o("mobile"),height:"100%"}}};return filterTruthyStyles(r)},getGalleryCarouselItemStyle=a=>{let l=y({shape:a.shape,shapeForBottom:a.shapeForBottom,shapeFor1Col:a.shapeFor1Col,shapeFor2Col:a.shapeFor2Col,shapeForFtOnly:a.shapeForFtOnly,shapeForInsideBottom:a.shapeForInsideBottom,shapeForInside:a.shapeForInside},a.position),s=e("minw",r(c({shapeByLayout:l,position:a.position,spacing:a.itemSpacing}))),n=e("maxw",r(c({shapeByLayout:l,position:a.position,spacing:a.itemSpacing}))),p=e("w",r(I({shapeByLayout:l,position:a.position}))),h=e("h",t(o(l))),m={"outline-color":"var(--g-c-brand, brand)",...s,...n,...p,...h,...i({normal:a.corner})};return filterTruthyStyles(m)},getFeaturedImageCarouselStyle=e=>{let t=t=>{let o=a(e.ftShape,t);return o?.width??"100%"},o={playSpeed:e?.ftAnimationSpeed,sizeSetting:{desktop:{width:t("desktop"),height:"auto"},tablet:{width:t("tablet"),height:"auto"},mobile:{width:t("mobile"),height:"auto"}},align:{desktop:a(e?.align,"desktop"),tablet:a(e?.align,"tablet"),mobile:a(e?.align,"mobile")}};return filterTruthyStyles(o)},getFeaturedImageOnlyOneImageStyle=({setting:r,options:a})=>{let n=o(r?.ftShape),p={...l("w",s(r?.ftShape,!1,!0),{desktop:"--g-ct-w",tablet:"--g-ct-w",mobile:"--g-ct-w"}),...a?.enableRadius&&i({normal:r?.ftCorner}),...a?.enableHeight&&e("h",t(n))};return filterTruthyStyles(p)};export{getFeatureImageCarouselItemStyle,getFeatureImageStyle,getFeaturedImageCarouselStyle,getFeaturedImageOnlyOneImageStyle,getGalleryCarouselItemStyle,getGalleryCarouselStyle,getGalleryGridItemStyle,getGalleryGridStyle,getGalleryImageStyle,getWrapContainerStyle};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import{jsx as e,Fragment as t,jsxs as i}from"react/jsx-runtime";let MediaIcon=({contentType:l})=>{let r="VIDEO"==l||"EXTERNAL_VIDEO"==l,h="MODEL_3D"==l;return e(t,{children:(r||h)&&i("div",{className:"gp-absolute gp-bottom-0 gp-right-0 gp-pb-[15px] gp-pr-[15px]",children:[r&&i("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("rect",{opacity:"0.9",width:"24",height:"24",rx:"3",fill:"#212121"}),e("path",{d:"M17.6869 12.2646L17.6868 12.2646L6.78379 18.4464C6.78378 18.4464 6.78376 18.4464 6.78374 18.4464C6.52931 18.5903 6.1665 18.4179 6.1665 18.0416V5.95844C6.1665 5.58218 6.52917 5.40981 6.7836 5.55354C6.78366 5.55357 6.78373 5.55361 6.78379 5.55365L17.6868 11.7354L17.6869 11.7354C17.8819 11.846 17.8819 12.154 17.6869 12.2646Z",stroke:"#F9F9F9",strokeMiterlimit:"10"})]}),h&&i("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("rect",{opacity:"0.9",width:"24",height:"24",rx:"3",fill:"#212121"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.7441 4.57034C11.9017 4.47655 12.098 4.47655 12.2555 4.57034L18.5889 8.33957C18.7404 8.42971 18.8332 8.59296 18.8332 8.76923V15.2308C18.8332 15.407 18.7404 15.5703 18.5889 15.6604L12.2555 19.4297C12.098 19.5234 11.9017 19.5234 11.7441 19.4297L5.41079 15.6604C5.25932 15.5703 5.1665 15.407 5.1665 15.2308V8.76923C5.1665 8.59296 5.25932 8.42971 5.41079 8.33957L11.7441 4.57034ZM6.1665 9.64865V14.9465L11.4998 18.1206V12.8227L6.1665 9.64865ZM12.4998 12.8227V18.1206L17.8332 14.9465V9.64865L12.4998 12.8227ZM17.3555 8.76923L11.9998 11.9566L6.64417 8.76923L11.9998 5.58185L17.3555 8.76923Z",fill:"#F9F9F9"})]})]})})};export{MediaIcon as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as e,Fragment as t}from"react/jsx-runtime";import{memo as o,useMemo as r}from"react";import"@gem-sdk/core";import"next/link";import i from"../../../../../video/components/Video.js";let ProductFeatureVideo=o=>{let{url:u,aspectRatio:d}=o,m=r(()=>u.includes("youtu.be")?"youtube":u.includes("vimeo")?"vimeo":"html5",[u]);return e(t,{children:e(i,{setting:{type:m,html5Url:u,youtubeUrl:u,vimeoUrl:u,preload:!0,controls:!0,aspectRatio:d}})})};var ProductFeatureVideo$1=o(ProductFeatureVideo);export{ProductFeatureVideo$1 as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as e,jsxs as o}from"react/jsx-runtime";import{memo as t}from"react";import{useCurrentDevice as r,getResponsiveValueByScreen as a,makeStyleResponsive as s}from"@gem-sdk/core";import{handleMouseMove as m,handleMouseOut as i}from"../../common/hoverAction.js";import{getProductImagesStyles as l}from"../../composables/getProductImagesStyles.js";import{getProductImagesClassName as n}from"../../composables/getProductImagesClassName.js";import{getProductImagesAttr as d}from"../../composables/getProductImagesAttr.js";import{createStyle as u}from"@gem-sdk/system";import{getFeaturedImageOnlyOneImageStyle as c}from"../../common/styles.js";import g from"../../../../../carousel/components/root/Carousel.js";import p from"../../../../../carousel/components/item/CarouselItem.js";import f from"./ProductFeaturedImageOnly.js";import{useProductFeaturedImageCarousel as h}from"../../hooks/useProductFeaturedImageCarousel.js";let ProductFeaturedImageCarousel=t=>{let{productImages:C,imgRef:I,onHandleClick:v,onClickArrow:j,onHandleLoaded:y,onHandleUpdateActiveIndex:P,builderPropUID:b,builderPropsClass:k,children:w,parentUid:M,...x}=t,{ref:A,imageActive:F,imageActiveIndex:H,imageShowWhenHover:N,enableOpenLightBox:O,filteredProductImages:R,isRenderFeatureCarousel:S,genRandomKey:B,getAspectRatioFinal:W,emitUpdateActiveIndex:L}=h(t),T=r(),{galleryItemClasses:$,featureImageOnlyOneImageClasses:D}=n(x),{featuredImageCarouselStyle:q,featureImageCarouselItemStyle:z}=l(x),E=u({...c({setting:x,options:{enableRadius:!0,enableHeight:!0}})}),{featuredImageCarouselSettingAttrs:G}=d(x);return e("div",{ref:A,"data-slot":"children",className:"product-feature-image",children:S?o(g,{parentClass:k,elmRef:I,setting:G,styles:q,builderProps:{uid:b},isHiddenArrowWhenDisabled:!0,onLoaded:e=>y&&y(e),onChangeActive:e=>L(e),onClickArrow:()=>j&&j(B()),moveToIdx:H,disableMarginAuto:!0,onHandleChangeSlideByInteraction:e=>{let o=R?.length??0,t=e>=o?0:e;v(R?.[t]?.id??"",O)},children:[w,R?.map(o=>e(p,{contentType:"productImage",className:$("gp-ft-image-item !gp-min-w-full !gp-max-w-full"),onClickItem:()=>{let e=a(x?.ftClickOpenLightBox,T);"none"!==e&&v(o?.id??"",O)},style:z,onMouseMove:e=>m(e,x),onMouseOut:e=>i(e),children:e(f,{image:o,imageShowWhenHover:N,setting:x,aspectRatio:W()})},o?.id))]}):e("div",{ref:I,className:"gp-flex gp-w-full",style:{...s("jc",x?.align)},"data-id":b,children:e("div",{"aria-hidden":"true",className:D,style:E,onMouseMove:e=>m(e,x),onMouseOut:e=>i(e),onBlur:()=>void 0,onClick:()=>{v(F?.id??"",O)},children:e(f,{image:F,imageShowWhenHover:N,setting:x,aspectRatio:W(F)})})})})};var ProductFeaturedImageCarousel$1=t(ProductFeaturedImageCarousel);export{ProductFeaturedImageCarousel$1 as default};
|
package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import{jsx as e,Fragment as t,jsxs as o}from"react/jsx-runtime";import{useProduct as r,useCurrentDevice as a,useShopStore as c,useEditorMode as i,getResponsiveValueByScreen as n,cls as l,makeStyle as s}from"@gem-sdk/core";import{memo as h,useMemo as f}from"react";import m from"../../../../../image/components/NextImage.js";import d from"./MediaIcon.js";import{isFeatureMedia as p,getZoomImageClass as g,getZoomLenClass as u}from"../../common/productFeaturedImage.js";import y from"./ProductFeatureVideo.js";let defaultImage={src:"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",id:"noImageError",width:480,height:480,alt:"no image",contentType:"IMAGE"},ProductFeaturedImageOnly=({image:h,imageShowWhenHover:E,setting:I,aspectRatio:T})=>{let b=r(),v=a(),w=c(e=>e.storefrontUrl),O=i(),x=f(()=>"none"!==n(I.ftClickOpenLightBox,v),[v,I.ftClickOpenLightBox]),L=f(()=>"edit"!==O&&["VIDEO","EXTERNAL_VIDEO"].includes(h?.contentType||"")&&!x,[O,h?.contentType,x]),F=f(()=>h?{...h,src:L?h.src:p(h?.contentType)?h?.previewImage:h.src}:defaultImage,[h,L]),N=f(()=>{if(!w)return"#";let e=new URL(w);return b?`${e.protocol}//${e.host}/products/${b.handle}`:"#"},[w,b]),$=t=>"product-link"===n(I.ftClickOpenLightBox,v)?e("a",{title:b?.title,href:N,className:"gp-w-full",children:t}):t,j=f(()=>I?.hoverEffect!=="none"&&!p(F?.contentType),[F?.contentType,I?.hoverEffect]),k=f(()=>I?.hoverEffect=="zoom"&&I?.zoomType=="glasses"&&!p(F?.contentType),[F?.contentType,I?.hoverEffect,I?.zoomType]);return e(t,{children:$(e(t,{children:L?e(y,{type:F?.contentType,url:F.src??"",aspectRatio:T}):o(t,{children:[e(m,{draggable:"false",src:F.src,width:F?.width,height:F?.height,alt:F?.alt,setting:{aspectRatio:T,layout:I?.ftLayout},priority:I?.preload,className:"featured-image-only",style:{width:"100%",height:"100%",cursor:"pointer"}}),e(d,{contentType:F?.contentType??""}),j&&e(m,{draggable:"false",src:I?.hoverEffect==="other"?E?.src:F.src,width:I?.hoverEffect==="other"?E?.width:F.width,height:I?.hoverEffect==="other"?E?.height:F.height,alt:I?.hoverEffect==="other"?E?.alt:F.alt,setting:{layout:I.ftLayout,aspectRatio:T},style:{width:"100%",height:"100%"},className:l("hover-image featured-image-only !gp-max-w-none",g()),priority:I?.preload}),k&&e("div",{className:l(u(),"room-len"),style:{...s({bgi:`url("${F?.src}")`})}})]})}))})};var ProductFeaturedImageOnly$1=h(ProductFeaturedImageOnly);export{ProductFeaturedImageOnly$1 as default};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{jsx as e,Fragment as o,jsxs as t}from"react/jsx-runtime";import{useCurrentDevice as r,cls as i,getResponsiveValueByScreen as a,makeStyle as l}from"@gem-sdk/core";import{memo as m}from"react";import{getAspectRatio as s}from"../../common/common.js";import c from"../../../../../image/components/NextImage.js";import d from"../lightbox/ButtonOpenLightBox.js";import n from"./MediaIcon.js";import{isFeatureMedia as p,getZoomImageClass as g,getZoomLenClass as h}from"../../common/productFeaturedImage.js";import{handleMouseMove as y,handleMouseOut as u}from"../../common/hoverAction.js";import{getProductImagesClassName as f}from"../../composables/getProductImagesClassName.js";import{getProductImagesStyles as v}from"../../composables/getProductImagesStyles.js";import{useProductGalleryGrid as j}from"../../hooks/useProductGalleryGrid.js";let ProductGalleryGrid=m=>{let{builderPropUID:G,productImages:w,onHandleClick:T,activeIndexFormFeatureImage:x,children:P,isHiddenInteraction:b,...I}=m,{isDisplay:N,shapeByLayout:$,imageActiveIndex:k,enableOpenLightBox:E,isEnableBorderActive:M,filteredProductImages:z}=j(m),B=r(),{galleryGridWrapperClasses:H,galleryItemClasses:O}=f(I),{galleryGridStyles:Z,galleryGridItemStyles:A}=v(I);return e(o,{children:N&&t("div",{"data-slot":"children","data-id":G,className:H,style:Z,"gp-data-hidden":`${b}`,children:[z?.map((o,r)=>{let m=r===k,f=p(o.contentType)?o.previewImage:o.src;return t("div",{"aria-hidden":!0,className:O(`gem-slider-item-${G}
|
|
2
|
+
${m&&M?"gem-slider-item-active":""}`),onClick:()=>T(o?.id||"",E),style:A,onMouseMove:e=>y(e,{hoverEffect:I.galleryHoverEffect,zoom:I.galleryZoom,zoomType:I.galleryZoomType}),onMouseOut:e=>u(e),"data-border":m&&I?.borderActive?"active":"deactive",children:[e(c,{src:f,width:o?.width,height:o?.height,alt:o?.alt,setting:{aspectRatio:s($),layout:I?.layout},style:{width:"100%",height:"100%"}},o?.id),e(n,{contentType:o?.contentType||""}),I?.galleryHoverEffect!=="none"&&!p(o?.contentType)&&e(c,{src:f,width:o?.width,height:o?.height,alt:o?.alt,setting:{layout:I.layout,aspectRatio:s($)},className:i("hover-image !gp-max-w-none",g())}),I?.galleryHoverEffect=="zoom"&&I?.galleryZoomType=="glasses"&&["one-col","two-col"].includes(a(I.position,B)||"")&&!p(o?.contentType)&&e("div",{className:i(h(),"room-len"),style:{...l({bgi:`url("${o?.src}")`})}}),a(I?.clickOpenLightBox,B)&&e(d,{})]},o?.id)}),P]})})};var ProductGalleryGrid$1=m(ProductGalleryGrid);export{ProductGalleryGrid$1 as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as e,Fragment as r,jsxs as o}from"react/jsx-runtime";import{cls as a}from"@gem-sdk/core";import l from"../gallery-carousel/GalleryCarousel.js";import i from"../child/ProductGalleryGrid.js";import t from"../child/ProductFeaturedImageCarousel.js";import{getProductImagesStyles as d}from"../../composables/getProductImagesStyles.js";import{getProductImagesClassName as s}from"../../composables/getProductImagesClassName.js";import{useFeatureImageWithGallery as m}from"../../hooks/useFeatureImageWithGallery.js";let FeatureImageWithGallery=u=>{let{setting:c,styles:n,builderProps:p,gallery:g,onHandleClickImage:I,priorityFeatureImage:f,children:h,noDataChildren:y}=u,C={...c,...n},{isShowCarousel:F,featureImageHeight:P,featureWrapperImage:b,onClickFeatureArrow:j,activeIndexFromFeatureImage:k,setOnClickFeatureArrow:v,onHandleLoadedFeatureImage:G,setActiveIndexFromFeatureImage:H}=m(u);if(g?.[0]?.id==="noImageError")return e(r,{children:y});let{ftImageGalleryClasses:x,imageGalleryWrapperClasses:N}=s(u),{wrapperFeaturedImageStyle:U,featureImageStyle:w,galleryImageStyle:A}=d(C,{gallery:g,featureImageHeight:P});return o("div",{className:a("gp-grid gp-w-full gp-relative"),style:U,children:[e("div",{className:x,style:w,children:e(t,{imgRef:b,productImages:g,...C,onHandleClick:(e,r)=>I(e||"",r),onHandleLoaded:G,onHandleUpdateActiveIndex:H,onClickArrow:e=>v(e),builderPropUID:p?.uid,builderPropsClass:`gp-product-images-feature-${p?.uid}`,children:h})}),g.length>1&&e("div",{className:N,style:A,children:F?e(l,{productImages:g,position:C?.position,...C,builderPropUID:p?.uid,onHandleClick:(e,r)=>I(e||"",r),activeIndexFormFeatureImage:k,priorityFeatureImage:f,onClickFeatureArrow:j,builderPropsClass:`gp-product-images-gallery-${p?.uid}`}):e(i,{productImages:g,...C,builderPropUID:p?.uid,onHandleClick:(e,r)=>I(e||"",r),activeIndexFormFeatureImage:k,isHiddenInteraction:!0})})]})};export{FeatureImageWithGallery as default};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";import{getAspectRatio as t,getPaddingBottomByShapeSetting as r,getSrcImage as s}from"../../common/common.js";import{checkRenderFeaturedCarousel as d,getZoomImageClass as o,getZoomLenClass as u}from"../../common/productFeaturedImage.js";import m from"../../../../../video/components/HTML5Embed.liquid.js";import l from"../../../../../image/components/Modal3d.liquid.js";import g from"../../../../../image/components/NextImage.liquid.js";import n from"../../../../../image/components/Video.liquid.js";import{getStyleOfObject as p}from"../../../../helpers/function.js";import{getProductImagesStyles as c}from"../../composables/getProductImagesStyles.js";import{getProductImagesClassName as f}from"../../composables/getProductImagesClassName.js";import{getProductImagesAttr as h}from"../../composables/getProductImagesAttr.js";import{LiquidIf as y,LiquidFor as $,Liquid as M,If as _}from"@gem-sdk/system";import b from"../../../../../carousel/components/root/Carousel.liquid.js";import w from"../../../../../carousel/components/item/CarouselItem.liquid.js";let FeatureImageWithGallery=({builderPropUID:v,children:I,enableLazyLoadImage:x,...q})=>{let{featuredImageCarouselClasses:z,galleryItemClasses:j,featuredCarouselItemClasses:S}=f(q),{featuredImageCarouselStyle:R,featureImageStyle:W,featureImageCarouselOnlyOneImageStyle:P,featureImageOnlyOneImageStyle:T,featureImageCarouselItemStyle:C}=c(q),{featuredImageCarouselSettingAttrs:L}=h(q),N=t(q.ftShape),k=()=>`
|
|
2
|
+
{% case featureMedia.media_type %}
|
|
3
|
+
{% when 'image' %}
|
|
4
|
+
${D()}
|
|
5
|
+
{% when 'external_video' %}
|
|
6
|
+
{% assign mediaSourceVideo = featureMedia | external_video_url %}
|
|
7
|
+
${O()}
|
|
8
|
+
{% when 'video' %}
|
|
9
|
+
{% assign mediaSourceVideo = featureMedia.sources.last.url %}
|
|
10
|
+
${A()}
|
|
11
|
+
{% when 'model' %}
|
|
12
|
+
${E()}
|
|
13
|
+
{% else %}
|
|
14
|
+
${F()}
|
|
15
|
+
{% endcase %}
|
|
16
|
+
`,E=()=>l({src:y("featureMedia.sources.first.url contains '.glb'","{{ featureMedia.sources.first.url }}","{{featureMedia.sources.last.url}}"),alt:"{{featureMedia.preview_image.alt}}",poster:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%"},aspectRatio:N}),O=()=>n({src:"{{mediaSourceVideo}}",alt:"{{featureMedia.alt}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"},aspectRatio:N}),A=()=>m({src:"{{mediaSourceVideo}}",title:"{{featureMedia.alt}}",autoplay:!1,controls:!0,style:{width:"100%","max-height":"100%"}}),D=()=>a`
|
|
17
|
+
${V(i("gp-w-full gp-transition-opacity",{"group-hover:gp-opacity-0":"other"==q.hoverEffect},"{{shouldHidden}}"))}
|
|
18
|
+
${_(q?.hoverEffect!=="none",`<div class="${i("zoom-element !gp-max-w-none",o())}">
|
|
19
|
+
${V("image-zoom",!0)}
|
|
20
|
+
</div>`," ")}
|
|
21
|
+
${_(q?.hoverEffect=="zoom"&&q?.zoomType=="glasses",`<div class="${i("zoom-lens-element",u())}" style="opacity: 0; background-image: url('{{ featureMedia.src | img_url: "1024x1024"}}')"></div>`," ")}
|
|
22
|
+
`,V=(e,i)=>a`
|
|
23
|
+
{% assign src = featureMedia.src %}
|
|
24
|
+
${_(i&&"other"==q.hoverEffect,`{% assign media_length = product.media | size %}
|
|
25
|
+
{% assign other_image_index = ${q.otherImage} | plus: 0 %}
|
|
26
|
+
{% if other_image_index >= media_length %}
|
|
27
|
+
{% assign other_image_index = media_length | minus: 1 %}
|
|
28
|
+
{% endif %}
|
|
29
|
+
{% assign otherImage = product.media[other_image_index] %}
|
|
30
|
+
${y("otherImage.media_type != 'image'","{% assign src = otherImage.preview_image.src %}","{% assign src = otherImage.src %}")}
|
|
31
|
+
`)}
|
|
32
|
+
${g({srcIsLiquidCode:!0,src:y("src != null",s("src"),"{{ 'https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif' }}"),id:y("featureMedia != null","{{featureMedia.id}}"),width:"{{featureMedia.width}}",height:"{{featureMedia.height}}",alt:"{{featureMedia.alt}}",srcset:`${s("src")}`,baseSrc:"{{src | image_url}}",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:q?.ftLayout,aspectRatio:N,qualityType:q?.qualityType,qualityPercent:q?.qualityPercent},priority:q?.preload,className:`gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none ${e}`,enableLazyLoadImage:x})}`,F=()=>a`
|
|
33
|
+
${g({srcIsLiquidCode:!0,src:"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",alt:"No Image",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:q?.ftLayout,aspectRatio:N,qualityType:q?.qualityType,qualityPercent:q?.qualityPercent},priority:q?.preload,className:"gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none",enableLazyLoadImage:x})}`,H=r(q.ftShape),G=a=>`
|
|
34
|
+
${M(`{% assign productImageWidth = 0 %}
|
|
35
|
+
{% case featureMedia.media_type %}
|
|
36
|
+
{% when 'image' %}
|
|
37
|
+
{% assign productImageWidth = featureMedia.width %}
|
|
38
|
+
{% else %}
|
|
39
|
+
{% assign productImageWidth = featureMedia.preview_image.width %}
|
|
40
|
+
{% endcase %}`)}
|
|
41
|
+
${w({id:"{{section.id}}-{{imageID}}",contentType:"productImage",className:`${j(`gp-ft-image-item !gp-min-w-full !gp-max-w-full' ${a}`)}`,parentId:`${v}-{{section.id}}-{{product.id}}`,style:C,customStyle:{width:"{{productImageWidth}}px"},children:`
|
|
42
|
+
<div
|
|
43
|
+
class="gp-w-full gp-relative ${y("featureMedia == null or featureMedia.media_type == 'image'","{{ 'gp-h-0' }}","{{ 'gp-h-full !gp-pb-0' }}")}"
|
|
44
|
+
style="${p(e("pb",H))} ${y("featureMedia.media_type == 'video' or featureMedia.media_type == 'external_video'","{{ 'display: flex; align-items: center; justify-content: center' }}")}"
|
|
45
|
+
>
|
|
46
|
+
${k()}
|
|
47
|
+
</div>
|
|
48
|
+
`})}`,J=d(q),B="gp-featured-image-wrapper",K=y("product.media.size > 0",`${I||""} {% assign largestRatio = 0 %}
|
|
49
|
+
${$("featureMedia in product.media",`
|
|
50
|
+
{% assign height = featureMedia.height | times: 1.0 %}
|
|
51
|
+
{% assign width = featureMedia.width | times: 1.0 %}
|
|
52
|
+
{% assign ratio = height | divided_by: width %}
|
|
53
|
+
${y("ratio > largestRatio","{% assign largestRatio = ratio %}")}
|
|
54
|
+
`)}
|
|
55
|
+
${$("featureMedia in product.media",`${y("featureMedia.media_type == 'image'",`${$("image in product.images",y("image.src == featureMedia.src","{% assign imageID = image.id %}{% break %}"))}`,"{% assign imageID = '' %}")}
|
|
56
|
+
${G()}`)}
|
|
57
|
+
`,g({src:"{{ 'https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif' }}",id:"noImageError",width:"480",height:"480",alt:"no image",priority:q?.preload,setting:{layout:q?.ftLayout,aspectRatio:N,qualityType:q?.qualityType,qualityPercent:q?.qualityPercent},style:{height:"100%"},className:"gp-w-full featured-image-only !gp-rounded-none",customLazyload:!0,enableLazyLoadImage:x})),Q=()=>`
|
|
58
|
+
${b({builderProps:{uid:v},rootId:`ft-${v}-{{section.id}}-{{product.id}}`,conditionAppendJs:"product.media.size > 1",wrapperClass:B,rootClass:`${z}`,rootAttrs:{type:"gp-feature-image-carousel","product-id":"{{product.id}}","product-media":"{{product.media.size}}"},isHiddenArrowWhenDisabled:!0,setting:L,rootStyles:W,styles:R,style:{playSpeed:600},disableMarginAuto:!0,children:K})}
|
|
59
|
+
`,U=()=>{switch(q?.preDisplay){case"1st-images":return`
|
|
60
|
+
{% assign featureMedia = product.media.first %}
|
|
61
|
+
`;case"1st-3d-mode":return $("media in product.media",y("media.media_type == 'model'","{% assign featureMedia = media %}{% break %}"));case"1st-video":return $("media in product.media",y("media.media_type == 'video' or media.media_type == 'external_video'","{% assign featureMedia = media %}{% break %}"));default:return`
|
|
62
|
+
{% assign featureMedia = variant.featured_media %}
|
|
63
|
+
{% unless featureMedia %}
|
|
64
|
+
{% assign featureMedia = product.featured_media %}
|
|
65
|
+
{% endunless %}
|
|
66
|
+
`}},X=()=>M(`
|
|
67
|
+
{% assign featureMedia = variant.featured_media %}
|
|
68
|
+
{% unless featureMedia %}
|
|
69
|
+
{% assign featureMedia = product.featured_media %}
|
|
70
|
+
{% endunless %}
|
|
71
|
+
${y("product.media.size > 1",U())}
|
|
72
|
+
{% assign largestRatio = 0 %}
|
|
73
|
+
{% assign height = featureMedia.height | times: 1.0 %}
|
|
74
|
+
{% assign width = featureMedia.width | times: 1.0 %}
|
|
75
|
+
{% assign ratio = height | divided_by: width %}
|
|
76
|
+
${y("ratio > largestRatio","{% assign largestRatio = ratio %}")}
|
|
77
|
+
{% assign productImageWidth = 0 %}
|
|
78
|
+
{% case featureMedia.media_type %}
|
|
79
|
+
{% when 'image' %}
|
|
80
|
+
{% assign productImageWidth = featureMedia.width %}
|
|
81
|
+
{% else %}
|
|
82
|
+
{% assign productImageWidth = featureMedia.preview_image.width %}
|
|
83
|
+
{% endcase %}
|
|
84
|
+
${y("featureMedia == null","{% assign productImageWidth = 1600 %}")}
|
|
85
|
+
<div
|
|
86
|
+
class='gp-feature-image-carousel gp-feature-image-only'
|
|
87
|
+
style="${p(W)}"
|
|
88
|
+
>
|
|
89
|
+
<div
|
|
90
|
+
class="gp-relative"
|
|
91
|
+
style="${p(T)}"
|
|
92
|
+
>
|
|
93
|
+
${I}
|
|
94
|
+
<div
|
|
95
|
+
type="gp-feature-image-only"
|
|
96
|
+
product-id="{{product.id}}"
|
|
97
|
+
product-media="{{product.media.size}}"
|
|
98
|
+
class="${S(B)}
|
|
99
|
+
style="${p(P)}"
|
|
100
|
+
>
|
|
101
|
+
<div
|
|
102
|
+
class="gp-w-full gp-relative ${y("featureMedia == null or featureMedia.media_type == 'image'","{{ 'gp-h-0' }}","{{ 'gp-h-full !gp-pb-0' }}")}"
|
|
103
|
+
style="${p(e("pb",H))} ${y("featureMedia.media_type == 'video' or featureMedia.media_type == 'external_video'","{{ 'display: flex; align-items: center; justify-content: center' }}")}"
|
|
104
|
+
>
|
|
105
|
+
${k()}
|
|
106
|
+
</div>
|
|
107
|
+
</div>
|
|
108
|
+
</div>
|
|
109
|
+
</div>
|
|
110
|
+
`);return M(`
|
|
111
|
+
{% capture featureImageOnlyOne %}
|
|
112
|
+
${X()}
|
|
113
|
+
{% endcapture %}
|
|
114
|
+
${y("product.media.size > 1",`
|
|
115
|
+
${_(J,Q()," ")}
|
|
116
|
+
${_(!J,"{{ featureImageOnlyOne }}"," ")}
|
|
117
|
+
`,"{{ featureImageOnlyOne }}")}
|
|
118
|
+
`)};export{FeatureImageWithGallery as default};
|
package/dist/esm/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import{jsx as e,Fragment as r,jsxs as t}from"react/jsx-runtime";import a from"../child/ProductFeaturedImageCarousel.js";import{getProductImagesClassName as o}from"../../composables/getProductImagesClassName.js";import{getProductImagesStyles as l}from"../../composables/getProductImagesStyles.js";let OnlyFeatureImage=s=>{let{setting:m,styles:d,gallery:i,builderProps:u,noDataChildren:c,onHandleClickImage:g,children:p}=s,n={...m,...d};if(i?.[0]?.id==="noImageError")return e(r,{children:c});let{featureImageOnlyOneImageClasses:I}=o(n),{featureImageStyle:f}=l(n);return t("div",{className:I,style:f,children:[e(a,{productImages:i,...n,onHandleClick:(e,r)=>{g(e||"",r)},builderPropUID:u?.uid,builderPropsClass:`gp-product-images-gallery-${u?.uid}`}),p]})};export{OnlyFeatureImage as default};
|
package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as e,Fragment as o,jsxs as t}from"react/jsx-runtime";import{useCurrentDevice as r}from"@gem-sdk/core";import{getAspectRatio as s}from"../../common/common.js";import{getEditorMinHeightClass as i}from"../../common/productGallery.js";import{getProductImagesClassName as m}from"../../composables/getProductImagesClassName.js";import{getProductImagesStyles as a}from"../../composables/getProductImagesStyles.js";import{getProductImagesAttr as l}from"../../composables/getProductImagesAttr.js";import{isFeatureMedia as c}from"../../common/productFeaturedImage.js";import d from"../child/MediaIcon.js";import n from"../lightbox/ButtonOpenLightBox.js";import p from"../../../../../image/components/NextImage.js";import u from"../../../../../carousel/components/root/Carousel.js";import g from"../../../../../carousel/components/item/CarouselItem.js";import{useGalleryCarousel as y}from"../../hooks/useGalleryCarousel.js";import{If as f}from"@gem-sdk/system";let ProductGalleryCarousel=h=>{let{builderPropUID:j,productImages:I,activeIndexFormFeatureImage:b,onClickFeatureArrow:C,builderPropsClass:P,arrow:v,priorityFeatureImage:T,...x}=h,w=r(),{galleryItemClasses:k}=m(x),{galleryCarouselSettingAttrs:q}=l(x),{galleryCarouselStyle:A,galleryCarouselItemStyle:G}=a(x),{moveToIdx:N,isDisplay:$,shapeByLayout:B,isEnableBorderActive:L,isShowButtonLightbox:M,filteredProductImages:D,handleClickCarouselItem:F,safeMoveToIdx:H,setSliderReady:O}=y(h);return e(o,{children:$&&e(u,{parentClass:P,rootClass:P,setting:q,styles:A,slidesClass:i(w,x.position,x.navigationPosition),builderProps:{uid:`${j}-carousel`},moveToIdx:H,isHiddenArrowWhenDisabled:!0,disableMarginAuto:!0,onLoaded:e=>{e&&O(!0)},children:D?.map((o,r)=>{let i=r===N,m=c(o.contentType)?o.previewImage:o.src;return t(g,{contentType:"productImage",className:k(`gp-gallery-image-item gem-slider-item-${j} ${i&&L?"gem-slider-item-active":""}`),onClickItem:()=>F(o?.id),style:G,"data-id":o?.id,"data-border":i&&x?.borderActive?"active":"deactive",children:[e(p,{draggable:"false",src:m,width:o?.width,height:o?.height,alt:o?.alt,setting:{aspectRatio:s(B),layout:x?.layout,qualityPercent:x?.qualityPercent,qualityType:x?.qualityType},style:{width:"100%",height:"100%",cursor:"pointer"},className:"product-list-image"}),e(d,{contentType:o?.contentType||""}),f(M,e(n,{}))]},o?.id)})})})};export{ProductGalleryCarousel as default};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import{template as e,makeStyleResponsive as t,getResponsiveValueByScreen as i}from"@gem-sdk/core";import o from"../../../../../image/components/NextImage.liquid.js";import{getPaddingBottomByShapeSetting as r,getDisplayStyle as s,getAspectRatio as a,getSrcImage as p}from"../../common/common.js";import{getShapeByLayout as l,getMinHeightByPosition as d,checkDisplayGalleryByWidth as m,getZoomDisplay as g,getCarouselVerticalConfigByPosition as n}from"../../common/productGallery.js";import{getStyleOfObject as c}from"../../../../helpers/function.js";import{getProductImagesStyles as u}from"../../composables/getProductImagesStyles.js";import{getProductImagesClassName as C}from"../../composables/getProductImagesClassName.js";import{getProductImagesAttr as h}from"../../composables/getProductImagesAttr.js";import{LiquidIf as y,LiquidFor as b}from"@gem-sdk/system";import v from"../../../../../carousel/components/root/Carousel.liquid.js";import f from"../../../../../carousel/components/item/CarouselItem.liquid.js";let ProductGalleryCarousel=({builderPropUID:w,children:L,enableLazyLoadImage:F,...$})=>{let{featuredImageGalleryClasses:x,galleryItemClasses:I}=C($),{galleryCarouselSettingAttrs:_}=h($),{galleryCarouselStyle:k,galleryCarouselItemStyle:j}=u($),V=()=>{let e=(e,t,o)=>{let r=i(t,o),s=i(e,o),a="slider"===s&&("bottom-center"===r||"inside-bottom"===r),p=["left","right","inside-left","inside-right"].includes(r??"");return p||a},t=m({shapeByLayout:M}),o={desktop:t.desktop&&e($.type,$.position,"desktop"),tablet:t.tablet&&e($.type,$.position,"tablet"),mobile:t.mobile&&e($.type,$.position,"mobile")};return s(e=>!o[e],"flex")},M=l({shape:$.shape,shapeForBottom:$.shapeForBottom,shapeFor1Col:$.shapeFor1Col,shapeFor2Col:$.shapeFor2Col,shapeForFtOnly:$.shapeForFtOnly,shapeForInsideBottom:$.shapeForInsideBottom,shapeForInside:$.shapeForInside},$.position),P=(t,i)=>e`${o({srcIsLiquidCode:!0,src:`${p("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt}}",setting:t,baseSrc:"{{media.preview_image | image_url}}",customLazyload:!0,style:i,className:"!gp-rounded-none gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 gp-cursor-pointer",enableLazyLoadImage:F})}`,Z=r(M),q=e=>`
|
|
2
|
+
${y("media.media_type == 'video'","{% assign mediaSourceUrl = media.sources.last.url %}")}
|
|
3
|
+
${y("media.media_type == 'external_video'","{% assign mediaSourceUrl = media | external_video_url %}")}
|
|
4
|
+
${y("media.media_type == 'image'","{% assign mediaSourceUrl = media.src %}")}
|
|
5
|
+
${f({id:"{{imageID}}",contentType:"productImage",className:`${I(`gp-gallery-image-item ${e}`)}`,parentId:`${w}-{{product.id}}`,builderAttrs:{"data-outline":e?"active":"deactive"},style:j,children:`
|
|
6
|
+
<div class="gp-w-full gp-relative"
|
|
7
|
+
style="${c(t("pb",Z))};"
|
|
8
|
+
>
|
|
9
|
+
${P({aspectRatio:a(M),layout:$?.layout,qualityPercent:$?.qualityPercent,qualityType:$?.qualityType},{width:"100%",height:"100%",cursor:"pointer"})}
|
|
10
|
+
|
|
11
|
+
${y("media.media_type == 'video' or media.media_type == 'external_video'",`<div class="gp-absolute gp-pb-1 gp-pr-1 gp-right-0 gp-bottom-0" >
|
|
12
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
13
|
+
<rect opacity="0.9" width="24" height="24" rx="3" fill="#212121"/>
|
|
14
|
+
<path d="M17.6869 12.2646L17.6868 12.2646L6.78379 18.4464C6.78378 18.4464 6.78376 18.4464 6.78374 18.4464C6.52931 18.5903 6.1665 18.4179 6.1665 18.0416V5.95844C6.1665 5.58218 6.52917 5.40981 6.7836 5.55354C6.78366 5.55357 6.78373 5.55361 6.78379 5.55365L17.6868 11.7354L17.6869 11.7354C17.8819 11.846 17.8819 12.154 17.6869 12.2646Z" stroke="#F9F9F9" stroke-miterlimit="10"/>
|
|
15
|
+
</svg>
|
|
16
|
+
</div>`)}
|
|
17
|
+
${y("media.media_type == 'model'",`<div class="gp-absolute gp-pb-1 gp-pr-1 gp-right-0 gp-bottom-0">
|
|
18
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19
|
+
<rect opacity="0.9" width="24" height="24" rx="3" fill="#212121"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7441 4.57034C11.9017 4.47655 12.098 4.47655 12.2555 4.57034L18.5889 8.33957C18.7404 8.42971 18.8332 8.59296 18.8332 8.76923V15.2308C18.8332 15.407 18.7404 15.5703 18.5889 15.6604L12.2555 19.4297C12.098 19.5234 11.9017 19.5234 11.7441 19.4297L5.41079 15.6604C5.25932 15.5703 5.1665 15.407 5.1665 15.2308V8.76923C5.1665 8.59296 5.25932 8.42971 5.41079 8.33957L11.7441 4.57034ZM6.1665 9.64865V14.9465L11.4998 18.1206V12.8227L6.1665 9.64865ZM12.4998 12.8227V18.1206L17.8332 14.9465V9.64865L12.4998 12.8227ZM17.3555 8.76923L11.9998 11.9566L6.64417 8.76923L11.9998 5.58185L17.3555 8.76923Z" fill="#F9F9F9"/>
|
|
21
|
+
</svg>
|
|
22
|
+
</div>`)}
|
|
23
|
+
|
|
24
|
+
<div class="gp-absolute gp-inset-0 gp-flex gp-cursor-pointer gp-items-center gp-justify-center gp-bg-black/50 gp-opacity-0 gp-transition-opacity gp-duration-100 group-hover:gp-opacity-100"
|
|
25
|
+
style="${c(g($?.clickOpenLightBox))}"
|
|
26
|
+
>
|
|
27
|
+
<svg
|
|
28
|
+
height="100%"
|
|
29
|
+
width="100%"
|
|
30
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
31
|
+
class="gp-h-6 gp-w-6"
|
|
32
|
+
viewBox="0 0 512 512"
|
|
33
|
+
color="#fff"
|
|
34
|
+
><path
|
|
35
|
+
fill="currentColor"
|
|
36
|
+
stroke-linecap="round"
|
|
37
|
+
stroke-linejoin="round"
|
|
38
|
+
d="M62.2467 345.253C43.7072 326.714 29.1474 305.116 18.9714 281.057C8.42839 256.13 3.08301 229.671 3.08301 202.418C3.08301 175.165 8.43012 148.707 18.974 123.78C29.15 99.7213 43.7098 78.123 62.2485 59.5834C80.788 41.0439 102.386 26.4841 126.445 16.3081C151.372 5.76422 177.831 0.417969 205.084 0.417969C232.337 0.417969 258.794 5.76421 283.722 16.3064C307.78 26.4823 329.379 41.0422 347.918 59.5817C366.458 78.1212 381.017 99.7196 391.194 123.778C401.737 148.706 407.083 175.163 407.083 202.417C407.083 229.671 401.737 256.129 391.194 281.056C388.406 287.648 385.277 294.048 381.839 300.257L493.397 411.815C514.091 432.511 514.091 466.187 493.395 486.883L484.272 496.006C474.245 506.032 460.915 511.553 446.738 511.553C432.559 511.553 419.228 506.032 409.202 496.006L296.022 382.824C291.996 384.854 287.898 386.762 283.721 388.528C258.794 399.073 232.336 404.419 205.082 404.419C177.828 404.419 151.371 399.071 126.443 388.528C102.385 378.352 80.7863 363.793 62.2467 345.253ZM301.699 336.166C313.928 327.317 324.896 316.835 334.282 305.034C342.149 295.142 348.9 284.325 354.355 272.775C364.433 251.432 370.076 227.586 370.076 202.419C370.076 111.296 296.206 37.4253 205.083 37.4253C113.96 37.4253 40.0895 111.294 40.0895 202.418C40.0895 293.541 113.96 367.411 205.084 367.411C227.413 367.411 248.701 362.967 268.126 354.928C280.091 349.976 291.347 343.658 301.699 336.166ZM467.229 460.716C473.507 454.439 473.507 444.26 467.229 437.982L360.595 331.348C356.601 336.153 352.378 340.794 347.919 345.253C341.671 351.502 335.068 357.286 328.147 362.615L435.371 469.839C438.511 472.977 442.624 474.547 446.739 474.547C450.853 474.547 454.967 472.978 458.106 469.839L467.229 460.716ZM223.582 183.91H281.071C291.292 183.91 299.574 192.194 299.575 202.414C299.575 206.778 298.062 210.786 295.533 213.951C292.143 218.195 286.926 220.916 281.072 220.916H228.303H223.583V225.63V278.406C223.583 287.081 217.613 294.358 209.559 296.361C208.124 296.717 206.625 296.909 205.08 296.909C194.861 296.909 186.577 288.625 186.577 278.406V220.917H129.087C118.868 220.917 110.584 212.633 110.584 202.414C110.584 192.195 118.868 183.911 129.087 183.911H186.576V126.421C186.576 116.202 194.86 107.918 205.079 107.918C215.298 107.918 223.582 116.202 223.582 126.421V183.91Z"
|
|
39
|
+
/>
|
|
40
|
+
</svg>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
`})}`,B=()=>{let e=n($.position),t=[e.desktop?"gp-px-0":"gp-py-0",e.tablet?"tablet:gp-px-0":"tablet:gp-py-0",e.mobile?"mobile:gp-px-0":"mobile:gp-py-0"];return` ${t.join(" ")}`},A=y("product.media.size > 1",b("media in product.media",`${y("media.media_type == 'image'",b("image in product.images",y("image.src == media.src","{% assign imageID = image.id %}{% break %}")),"{% assign imageID = '' %}")}
|
|
44
|
+
${y("media.id == product.featured_media.id ",q($?.borderActive?.border!=="none"?"active":""),q())}`));return e`
|
|
45
|
+
${v({builderProps:{uid:w},rootId:`${w}-{{product.id}}`,rootClass:`${x}`,rootAttrs:{type:"grid-carousel","product-media":"{{product.media.size}}"},wrapperClass:B(),slidesClass:d($.position,$.navigationPosition),isHiddenArrowWhenDisabled:!0,setting:_,rootStyles:{...V()},styles:k,disableMarginAuto:!0,children:A})}
|
|
46
|
+
`};export{ProductGalleryCarousel as default};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import{jsx as r,Fragment as e}from"react/jsx-runtime";import l from"../child/ProductGalleryGrid.js";let GalleryGrid=i=>{let{setting:d,styles:o,gallery:t,builderProps:a,noDataChildren:n,onHandleClickImage:c,children:m}=i,u={...d,...o};return t?.[0]?.id==="noImageError"?r(e,{children:n}):r(l,{productImages:t,enableHoverAction:!0,...u,builderPropUID:a?.uid,onHandleClick:(r,e)=>c(r||"",e),children:m})};export{GalleryGrid as default};
|
package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import{makeStyleResponsive as e,template as i,getResponsiveValueByScreen as a,cls as t}from"@gem-sdk/core";import{Liquid as o,LiquidFor as s,LiquidIf as d,If as r}from"@gem-sdk/system";import l from"../../../../../image/components/Modal3d.liquid.js";import m from"../../../../../image/components/NextImage.liquid.js";import p from"../../../../../image/components/Video.liquid.js";import g from"../../../../../video/components/HTML5Embed.liquid.js";import{getStyleOfObject as c}from"../../../../helpers/function.js";import{getAspectRatio as n,getSrcImage as u}from"../../common/common.js";import{getZoomImageClass as h,getZoomLenClass as y}from"../../common/productFeaturedImage.js";import{getShapeByLayout as C,getZoomDisplay as v}from"../../common/productGallery.js";import{getProductImagesClassName as f}from"../../composables/getProductImagesClassName.js";import{getProductImagesStyles as w}from"../../composables/getProductImagesStyles.js";let ProductGalleryGrid=({builderPropUID:_,wrapperStyle:$,children:b,enableLazyLoadImage:L,...x})=>{let{galleryItemClasses:F,galleryGridWrapperClasses:V}=f(x),{galleryGridStyles:q,galleryGridItemStyles:I}=w(x),M=C({shape:x.shape,shapeForBottom:x.shapeForBottom,shapeFor1Col:x.shapeFor1Col,shapeFor2Col:x.shapeFor2Col,shapeForFtOnly:x.shapeForFtOnly,shapeForInsideBottom:x.shapeForInsideBottom,shapeForInside:x.shapeForInside},x.position),j=()=>{let i=["desktop","mobile","tablet"],t={desktop:"none",tablet:"none",mobile:"none"};return i.forEach(e=>{let i=a(x?.position,e);t={...t,[e]:"one-col"===i||"two-col"==i?"block":"none"}}),e("d",t)},k=(e,a)=>i`
|
|
2
|
+
${m({srcIsLiquidCode:!0,src:`${u("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt}}",baseSrc:"{{media.preview_image | image_url}}",setting:e,style:a,className:"!gp-rounded-none",customLazyload:!1,enableLazyLoadImage:L})}
|
|
3
|
+
${r(x?.galleryHoverEffect!=="none",`<div class="${t("zoom-element !gp-max-w-none gp-w-full gp-h-full",h())}">
|
|
4
|
+
${m({srcIsLiquidCode:!0,src:`${u("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",baseSrc:"{{media.preview_image | image_url}}",alt:"{{media.alt}}",setting:e,style:a,className:"!gp-rounded-none gp-w-full gp-h-full",customLazyload:!1,enableLazyLoadImage:L})}
|
|
5
|
+
</div>`," ")}
|
|
6
|
+
${r(x?.galleryHoverEffect=="zoom"&&x?.galleryZoomType=="glasses",`<div class="${t("zoom-lens-element",y())}" style="opacity: 0; background-image: url('{{media.preview_image | product_img_url: '1024x1024'}}')">
|
|
7
|
+
</div>
|
|
8
|
+
`," ")}
|
|
9
|
+
`,S=()=>l({src:d("media.sources.first.url contains '.glb'","{{ media.sources.first.url }}","{{media.sources.last.url}}"),alt:"{{media.preview_image.alt}}",poster:"{{media.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%",height:"100%"},aspectRatio:n(M)}),Z=()=>p({src:"{{mediaSourceVideo}}",alt:"{{media.alt}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"}}),z=()=>g({src:"{{mediaSourceVideo}}",title:"{{media.alt}}",autoplay:!1,controls:!0,style:{width:"100%","max-height":"100%"}}),B=()=>i`
|
|
10
|
+
${d("media.media_type == 'video' or media.media_type == 'external_video'",`<div class="gp-absolute gp-pb-1 gp-pr-1 gp-right-0 gp-bottom-0" >
|
|
11
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
12
|
+
<rect opacity="0.9" width="24" height="24" rx="3" fill="#212121"/>
|
|
13
|
+
<path d="M17.6869 12.2646L17.6868 12.2646L6.78379 18.4464C6.78378 18.4464 6.78376 18.4464 6.78374 18.4464C6.52931 18.5903 6.1665 18.4179 6.1665 18.0416V5.95844C6.1665 5.58218 6.52917 5.40981 6.7836 5.55354C6.78366 5.55357 6.78373 5.55361 6.78379 5.55365L17.6868 11.7354L17.6869 11.7354C17.8819 11.846 17.8819 12.154 17.6869 12.2646Z" stroke="#F9F9F9" stroke-miterlimit="10"/>
|
|
14
|
+
</svg>
|
|
15
|
+
</div>`)}
|
|
16
|
+
${d("media.media_type == 'model'",`<div class="gp-absolute gp-pb-1 gp-pr-1 gp-right-0 gp-bottom-0">
|
|
17
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
18
|
+
<rect opacity="0.9" width="24" height="24" rx="3" fill="#212121"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7441 4.57034C11.9017 4.47655 12.098 4.47655 12.2555 4.57034L18.5889 8.33957C18.7404 8.42971 18.8332 8.59296 18.8332 8.76923V15.2308C18.8332 15.407 18.7404 15.5703 18.5889 15.6604L12.2555 19.4297C12.098 19.5234 11.9017 19.5234 11.7441 19.4297L5.41079 15.6604C5.25932 15.5703 5.1665 15.407 5.1665 15.2308V8.76923C5.1665 8.59296 5.25932 8.42971 5.41079 8.33957L11.7441 4.57034ZM6.1665 9.64865V14.9465L11.4998 18.1206V12.8227L6.1665 9.64865ZM12.4998 12.8227V18.1206L17.8332 14.9465V9.64865L12.4998 12.8227ZM17.3555 8.76923L11.9998 11.9566L6.64417 8.76923L11.9998 5.58185L17.3555 8.76923Z" fill="#F9F9F9"/>
|
|
20
|
+
</svg>
|
|
21
|
+
</div>`)}
|
|
22
|
+
${k({aspectRatio:n(M),layout:x?.layout,qualityType:x?.qualityType,qualityPercent:x?.qualityPercent},{width:"100%",height:"100%"})}
|
|
23
|
+
|
|
24
|
+
<div class="gp-absolute gp-inset-0 gp-flex gp-cursor-pointer gp-items-center gp-justify-center gp-bg-black/50 gp-opacity-0 gp-transition-opacity gp-duration-100 group-hover:gp-opacity-100"
|
|
25
|
+
style="${c(v(x?.clickOpenLightBox))}" >
|
|
26
|
+
<svg
|
|
27
|
+
height="100%"
|
|
28
|
+
width="100%"
|
|
29
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
30
|
+
class="gp-h-6 gp-w-6"
|
|
31
|
+
viewBox="0 0 512 512"
|
|
32
|
+
color="#fff"
|
|
33
|
+
>
|
|
34
|
+
<path
|
|
35
|
+
fill="currentColor"
|
|
36
|
+
stroke-linecap="round"
|
|
37
|
+
stroke-linejoin="round"
|
|
38
|
+
d="M62.2467 345.253C43.7072 326.714 29.1474 305.116 18.9714 281.057C8.42839 256.13 3.08301 229.671 3.08301 202.418C3.08301 175.165 8.43012 148.707 18.974 123.78C29.15 99.7213 43.7098 78.123 62.2485 59.5834C80.788 41.0439 102.386 26.4841 126.445 16.3081C151.372 5.76422 177.831 0.417969 205.084 0.417969C232.337 0.417969 258.794 5.76421 283.722 16.3064C307.78 26.4823 329.379 41.0422 347.918 59.5817C366.458 78.1212 381.017 99.7196 391.194 123.778C401.737 148.706 407.083 175.163 407.083 202.417C407.083 229.671 401.737 256.129 391.194 281.056C388.406 287.648 385.277 294.048 381.839 300.257L493.397 411.815C514.091 432.511 514.091 466.187 493.395 486.883L484.272 496.006C474.245 506.032 460.915 511.553 446.738 511.553C432.559 511.553 419.228 506.032 409.202 496.006L296.022 382.824C291.996 384.854 287.898 386.762 283.721 388.528C258.794 399.073 232.336 404.419 205.082 404.419C177.828 404.419 151.371 399.071 126.443 388.528C102.385 378.352 80.7863 363.793 62.2467 345.253ZM301.699 336.166C313.928 327.317 324.896 316.835 334.282 305.034C342.149 295.142 348.9 284.325 354.355 272.775C364.433 251.432 370.076 227.586 370.076 202.419C370.076 111.296 296.206 37.4253 205.083 37.4253C113.96 37.4253 40.0895 111.294 40.0895 202.418C40.0895 293.541 113.96 367.411 205.084 367.411C227.413 367.411 248.701 362.967 268.126 354.928C280.091 349.976 291.347 343.658 301.699 336.166ZM467.229 460.716C473.507 454.439 473.507 444.26 467.229 437.982L360.595 331.348C356.601 336.153 352.378 340.794 347.919 345.253C341.671 351.502 335.068 357.286 328.147 362.615L435.371 469.839C438.511 472.977 442.624 474.547 446.739 474.547C450.853 474.547 454.967 472.978 458.106 469.839L467.229 460.716ZM223.582 183.91H281.071C291.292 183.91 299.574 192.194 299.575 202.414C299.575 206.778 298.062 210.786 295.533 213.951C292.143 218.195 286.926 220.916 281.072 220.916H228.303H223.583V225.63V278.406C223.583 287.081 217.613 294.358 209.559 296.361C208.124 296.717 206.625 296.909 205.08 296.909C194.861 296.909 186.577 288.625 186.577 278.406V220.917H129.087C118.868 220.917 110.584 212.633 110.584 202.414C110.584 192.195 118.868 183.911 129.087 183.911H186.576V126.421C186.576 116.202 194.86 107.918 205.079 107.918C215.298 107.918 223.582 116.202 223.582 126.421V183.91Z"
|
|
39
|
+
/>
|
|
40
|
+
</svg>
|
|
41
|
+
</div>
|
|
42
|
+
`,H=i=>`
|
|
43
|
+
${d("media.media_type == 'video'","{% assign mediaSourceUrl = media.sources.last.url %}")}
|
|
44
|
+
${d("media.media_type == 'external_video'","{% assign mediaSourceUrl = media | external_video_url %}{% assign mediaSource = media | json %}")}
|
|
45
|
+
${d("media.media_type == 'image'","{% assign mediaSourceUrl = media.src %}")}
|
|
46
|
+
<div
|
|
47
|
+
aria-hidden
|
|
48
|
+
id="{{imageID}}"
|
|
49
|
+
media-type="{{media.media_type}}"
|
|
50
|
+
media-poster="{{media.preview_image.src}}"
|
|
51
|
+
media-source-url="{{media.sources.first.url}}"
|
|
52
|
+
media-last-source-url="{{mediaSourceUrl}}"
|
|
53
|
+
external-id="{{media.external_id}}"
|
|
54
|
+
grid-index="{{forloop.index}}"
|
|
55
|
+
data-outline="${i?"active":"deactive"}"
|
|
56
|
+
class="${F(`gem-slider-item-${_}-{{product.id}} gp-gallery-image-item ${i}`)}"
|
|
57
|
+
style="${c(I)}"
|
|
58
|
+
>
|
|
59
|
+
<div class="gp-h-full gp-w-full" style="${d("media == null or media.media_type == 'image'","display: block !important;")}">
|
|
60
|
+
${d("media != null",B(),P())}
|
|
61
|
+
</div>
|
|
62
|
+
|
|
63
|
+
{% assign isMedia= false %}
|
|
64
|
+
${d("media.media_type == 'external_video' or media.media_type == 'video' or media.media_type == 'model'","{% assign isMedia = true %}")}
|
|
65
|
+
<div class="${d("isMedia","gp-flex gp-justify-center gp-items-center")}"
|
|
66
|
+
style="${d("isMedia",c({...e("aspect",n(M))}))} ${c({...j()})}"
|
|
67
|
+
>
|
|
68
|
+
{% case media.media_type %}
|
|
69
|
+
{% when 'external_video' %}
|
|
70
|
+
{% assign mediaSourceVideo = media | external_video_url %}
|
|
71
|
+
${Z()}
|
|
72
|
+
{% when 'video' %}
|
|
73
|
+
{% assign mediaSourceVideo = media.sources.last.url %}
|
|
74
|
+
${z()}
|
|
75
|
+
{% when 'model' %}
|
|
76
|
+
${S()}
|
|
77
|
+
{% endcase %}
|
|
78
|
+
</div>
|
|
79
|
+
</div>`,P=()=>i`
|
|
80
|
+
${m({srcIsLiquidCode:!0,src:"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",alt:"No Image",sizes:"(max-width: 768px) 50vw, 100vw",setting:{aspectRatio:n(M),layout:x?.layout,qualityType:x?.qualityType,qualityPercent:x?.qualityPercent},className:"!gp-rounded-none",customLazyload:!1,enableLazyLoadImage:L})}`;return o(`
|
|
81
|
+
<div type="grid-gallery"
|
|
82
|
+
class="${V}"
|
|
83
|
+
style="${c(q)}}"
|
|
84
|
+
>
|
|
85
|
+
${s("media in product.media",`${d("media.media_type == 'image'",s("image in product.images",d("image.src == media.src","{% assign imageID = image.id %}{% break %}")),"{% assign imageID = '' %}")}
|
|
86
|
+
${d("media.id == product.featured_media.id ",H(x?.borderActive?.border!=="none"?"active":""),H())}`)}
|
|
87
|
+
${d("product.media.size > 0",b)}
|
|
88
|
+
${d("product.media.size < 1",H())}
|
|
89
|
+
</div>`)};export{ProductGalleryGrid as default};
|
package/dist/esm/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import{jsx as C}from"react/jsx-runtime";let ButtonOpenLightBox=()=>C("div",{className:"gp-absolute gp-inset-0 gp-flex gp-cursor-pointer gp-items-center gp-justify-center gp-bg-black/50 gp-opacity-0 gp-transition-all gp-duration-100 group-hover:gp-opacity-100",children:C("svg",{height:"100%",width:"100%",xmlns:"http://www.w3.org/2000/svg",className:"gp-h-6 gp-w-6",viewBox:"0 0 512 512",color:"#fff",children:C("path",{fill:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M62.2467 345.253C43.7072 326.714 29.1474 305.116 18.9714 281.057C8.42839 256.13 3.08301 229.671 3.08301 202.418C3.08301 175.165 8.43012 148.707 18.974 123.78C29.15 99.7213 43.7098 78.123 62.2485 59.5834C80.788 41.0439 102.386 26.4841 126.445 16.3081C151.372 5.76422 177.831 0.417969 205.084 0.417969C232.337 0.417969 258.794 5.76421 283.722 16.3064C307.78 26.4823 329.379 41.0422 347.918 59.5817C366.458 78.1212 381.017 99.7196 391.194 123.778C401.737 148.706 407.083 175.163 407.083 202.417C407.083 229.671 401.737 256.129 391.194 281.056C388.406 287.648 385.277 294.048 381.839 300.257L493.397 411.815C514.091 432.511 514.091 466.187 493.395 486.883L484.272 496.006C474.245 506.032 460.915 511.553 446.738 511.553C432.559 511.553 419.228 506.032 409.202 496.006L296.022 382.824C291.996 384.854 287.898 386.762 283.721 388.528C258.794 399.073 232.336 404.419 205.082 404.419C177.828 404.419 151.371 399.071 126.443 388.528C102.385 378.352 80.7863 363.793 62.2467 345.253ZM301.699 336.166C313.928 327.317 324.896 316.835 334.282 305.034C342.149 295.142 348.9 284.325 354.355 272.775C364.433 251.432 370.076 227.586 370.076 202.419C370.076 111.296 296.206 37.4253 205.083 37.4253C113.96 37.4253 40.0895 111.294 40.0895 202.418C40.0895 293.541 113.96 367.411 205.084 367.411C227.413 367.411 248.701 362.967 268.126 354.928C280.091 349.976 291.347 343.658 301.699 336.166ZM467.229 460.716C473.507 454.439 473.507 444.26 467.229 437.982L360.595 331.348C356.601 336.153 352.378 340.794 347.919 345.253C341.671 351.502 335.068 357.286 328.147 362.615L435.371 469.839C438.511 472.977 442.624 474.547 446.739 474.547C450.853 474.547 454.967 472.978 458.106 469.839L467.229 460.716ZM223.582 183.91H281.071C291.292 183.91 299.574 192.194 299.575 202.414C299.575 206.778 298.062 210.786 295.533 213.951C292.143 218.195 286.926 220.916 281.072 220.916H228.303H223.583V225.63V278.406C223.583 287.081 217.613 294.358 209.559 296.361C208.124 296.717 206.625 296.909 205.08 296.909C194.861 296.909 186.577 288.625 186.577 278.406V220.917H129.087C118.868 220.917 110.584 212.633 110.584 202.414C110.584 192.195 118.868 183.911 129.087 183.911H186.576V126.421C186.576 116.202 194.86 107.918 205.079 107.918C215.298 107.918 223.582 116.202 223.582 126.421V183.91Z"})})});export{ButtonOpenLightBox as default};
|
package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import{jsx as e,jsxs as t,Fragment as o}from"react/jsx-runtime";import{useFeaturedImageGlobal as i,useEditorMode as l,cls as s}from"@gem-sdk/core";import r from"../../../../../carousel/components/root/Carousel.js";import d from"../../../../../carousel/components/item/CarouselItem.js";import n from"../../../../../image/components/NextImage.js";import"../../../../../modal/components/confirm.js";import m from"../../../../../modal/components/Modal.js";import{useMemo as p}from"react";import{isFeatureMedia as a}from"../../common/productFeaturedImage.js";import c from"../child/ProductFeatureVideo.js";import g from"../child/MediaIcon.js";let ProductImagesLightBox=({builderPropUID:h,productImages:u,open:b,imageRatio:f,onHandleClose:k})=>{let y=i(),E=p(()=>{let e=u?.findIndex(e=>e.id===y?.id);return e&&e>0?e:0},[u,y]),I={desktop:u&&u.length>1,mobile:u&&u?.length>1,tablet:u&&u?.length>1},j={desktop:!1,mobile:!1,tablet:!1},C=l(),x=e=>"edit"!==C&&["VIDEO","EXTERNAL_VIDEO"].includes(e?.contentType||"");return e(m,{setting:{open:b},styles:{width:"80%"},closeOnClickOutside:!0,onClose:()=>{k(),console.log("onHandleClose")},disableIframeClickEvent:!0,contentClass:"mobile:!gp-w-[100%] gp-px-2 gp-pb-10",children:e(r,{setting:{loop:j,slidesToShow:{desktop:1,tablet:1,mobile:1},defaultCurrentSlider:E,dot:{desktop:!0,mobile:!0,tablet:!0},dotStyle:{desktop:"outside",mobile:"outside",tablet:"outside"},dotColor:{desktop:"#E2E2E2",mobile:"#E2E2E2",tablet:"#E2E2E2"},dotActiveColor:{desktop:"#121212",mobile:"#121212",tablet:"#121212"},dotSize:{desktop:12},dotGapToCarousel:{desktop:12},navigationEnable:I,navigationStyle:{desktop:"outside"},arrowIconSize:{desktop:24}},styles:{sizeSetting:{desktop:{height:"80vh"},tablet:{height:"80vh"},mobile:{height:"60vh"}}},moveToIdx:E,hiddenDotWhenOnlyOne:!0,isHiddenArrowWhenDisabled:!0,builderProps:{uid:h},fullHeight:!0,children:u?.map(i=>e(d,{className:`gem-slider-item gem-slider-item-${h} gp-flex gp-items-center gp-justify-center gp-px-4`,children:x(i)?e(c,{type:i?.contentType,url:i.src??"",aspectRatio:f}):t(o,{children:[e(n,{src:a(i?.contentType)?i?.previewImage:i?.src,width:i?.width,height:i?.height,alt:i?.alt,"content-type":i?.contentType,setting:{aspectRatio:f},className:s("gp-h-full gp-w-full gp-object-contain")},i?.id),e(g,{contentType:i?.contentType??""})]})},i?.id))})})};export{ProductImagesLightBox as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{getGalleryCarouselSettingAttr as t,getFeaturedCarouselSettingAttr as r}from"../common/attrs.js";let getProductImagesAttr=e=>{let o=t(e),m=r(e);return{galleryCarouselSettingAttrs:o,featuredImageCarouselSettingAttrs:m}};export{getProductImagesAttr};
|
package/dist/esm/product/components/product-images-v2/composables/getProductImagesClassName.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{createClass as s}from"@gem-sdk/system";import{getWrapperClasses as e,getGalleryWrapperClasses as a,getGalleryGridWrapperClasses as r,getFtImageWithGalleryClasses as t,getImageGalleryWrapperClasses as l,getFeaturedImageCarouselClasses as g,getFeaturedImageGalleryClasses as m,getFeaturedImageClasses as o,getGalleryItemClasses as p,getFeaturedCarouselItemClasses as i}from"../common/classes.js";import{checkAddOverFlowClass as d,setDefaultWhenUndefineSetting as u}from"../common/common.js";let getProductImagesClassName=c=>{let{setting:C,style:x}=c,f=u(c),{builderProps:n,advanced:$}=f,y=$?.cssClass,j=s(e({extraClass:`${n?.uid} ${y??""} `,isAddOverFlowClass:d(x)})),v=s(a({})),w=s(r({})),I=e=>s(p({extraClass:`${e??""}`})),N=s(t({extraClass:`gp-product-images-feature--${n?.uid}`})),P=s(l({extraClass:`gp-product-images-gallery-${n?.uid}`})),h=s(g({extraClass:`gp-product-images-gallery-${n?.uid}`})),k=s(m({settings:C})),A=s(o({setting:C,extraClass:`gp-flex gp-relative gp-product-images-gallery-${n?.uid} gp-overflow-hidden gp-flex gp-w-full gp-items-center gp-justify-center `})),F=e=>s(i({extraClass:`${e??""}`}));return{wrapperClasses:j,productImagesGalleryClasses:v,galleryGridWrapperClasses:w,galleryItemClasses:I,ftImageGalleryClasses:N,imageGalleryWrapperClasses:P,featuredImageCarouselClasses:h,featuredImageGalleryClasses:k,featureImageOnlyOneImageClasses:A,featuredCarouselItemClasses:F}};export{getProductImagesClassName};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{createStyle as e}from"@gem-sdk/system";import{getWrapContainerStyle as t,getFeatureImageStyle as l,getFeaturedImageOnlyOneImageStyle as r,getGalleryImageStyle as s,getFeaturedImageCarouselStyle as a,getFeatureImageCarouselItemStyle as g,getGalleryGridStyle as m,getGalleryGridItemStyle as o,getGalleryCarouselStyle as i,getGalleryCarouselItemStyle as n}from"../common/styles.js";let getProductImagesStyles=(d,p)=>{let y=e(t(d)),u=e(t(d,!0)),h=e(t(d,p?.gallery&&p?.gallery?.length<2)),b=e(l(d,{enableOrder:!0,enableDisplay:!0})),c=e(r({setting:d,options:{enableRadius:!0,enableHeight:!0}})),I=e(s(d,p?.featureImageHeight)),f=e(a(d)),x=e({...g(d)}),H=e({...g(d),width:"{{productImageWidth}}px"}),P=e(m(d)),S=e(o(d)),j=e(i(d)),k=e(n(d));return{wrapContainerStyle:y,wrapContainerStyleOnlyOneImage:u,wrapperFeaturedImageStyle:h,featureImageStyle:b,featureImageOnlyOneImageStyle:c,galleryImageStyle:I,featuredImageCarouselStyle:f,featureImageCarouselItemStyle:x,featureImageCarouselOnlyOneImageStyle:H,galleryGridStyles:P,galleryGridItemStyles:S,galleryCarouselStyle:j,galleryCarouselItemStyle:k}};export{getProductImagesStyles};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useCurrentDevice as e,getResponsiveValueByScreen as r}from"@gem-sdk/core";import{useRef as t,useState as i,useEffect as o}from"react";import{getTypeWidthDevice as n}from"../common/common.js";let useFeatureImageWithGallery=l=>{let{setting:u,styles:s}=l,m={...u,...s},c=e(),f=t(null),a=t(null),[g,d]=i(""),[h,p]=i(100),[y,b]=i(),v=r(m?.position,c),F="slider"===n(m?.type)[c]||["left","right","inside-left","inside-right"].includes(v),G=(e,r=200)=>{e&&(f.current&&clearTimeout(f.current),f.current=setTimeout(()=>p(a?.current?.offsetHeight||200),r))};return o(()=>{let e=a?.current;if(!e)return;let r=new ResizeObserver(()=>{p(e.offsetHeight||200)});return r.observe(e),()=>{r.disconnect()}}),{isShowCarousel:F,featureImageHeight:h,featureWrapperImage:a,onClickFeatureArrow:g,activeIndexFromFeatureImage:y,setOnClickFeatureArrow:d,onHandleLoadedFeatureImage:G,setActiveIndexFromFeatureImage:b}};export{useFeatureImageWithGallery};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useCurrentVariant as e}from"@gem-sdk/core";import{useCallback as t,useMemo as r}from"react";let useFilterImagesByVariant=({productImages:l,displayByVariant:a,variantSelect:n})=>{let i=e(),s=t(()=>{let e=i?.selectedOptions??[],t=e.find(e=>e.name===n);return t?.value?.toLowerCase()??""},[i?.selectedOptions,n]),o=r(()=>{if(!a||!n||!l)return l;let e=s();if(!e)return l;let t=l.filter(t=>{let r=(t.alt||"").toLowerCase();return r.includes(e)});return t.length>0?t:l},[a,n,l,s]);return{filteredProductImages:o,selectedVariantValue:s()}};export{useFilterImagesByVariant};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useCurrentDevice as e,useFeaturedImageGlobal as r,useEditorMode as t,getResponsiveValueByScreen as o}from"@gem-sdk/core";import{useState as i,useRef as a,useEffect as s,useMemo as l,useCallback as n}from"react";import{useFilterImagesByVariant as p}from"./useFilterImagesByVariant.js";import{handleSetSrcForProductImageList as m}from"../../../../image/common/helpers.js";import{getShapeByLayout as u,checkDisplayGalleryByWidth as d}from"../common/productGallery.js";let useGalleryCarousel=c=>{let{builderPropUID:h,productImages:F,onHandleClick:y,activeIndexFormFeatureImage:B,onClickFeatureArrow:f,builderPropsClass:I,arrow:g,priorityFeatureImage:C,...q}=c,T=e(),b=r(),[v,O]=i(f||""),x=t(),[j,k]=i(0),G=a(),[P,S]=i(j),[V,A]=i(!1),{filteredProductImages:L}=p({productImages:F,displayByVariant:q?.displayByVariant,variantSelect:q?.variantSelect});s(()=>{O(f||"")},[f]),s(()=>{G.current&&clearTimeout(G.current),v&&(G.current=setTimeout(()=>{k(B||0),O("")}))},[B]),s(()=>{if(C){let e=L?.findIndex(e=>e.id===C.id)||0;k(e),O("")}},[C,L]),s(()=>{let e=L?.findIndex(e=>e.id===b?.id);k(e||0),O("")},[b,L]);let w=l(()=>u({shape:q.shape,shapeForBottom:q.shapeForBottom,shapeFor1Col:q.shapeFor1Col,shapeFor2Col:q.shapeFor2Col,shapeForFtOnly:q.shapeForFtOnly,shapeForInsideBottom:q.shapeForInsideBottom,shapeForInside:q.shapeForInside},q.position),[q.shape,q.shapeForBottom,q.shapeFor1Col,q.shapeFor2Col,q.shapeForFtOnly,q.position,q.shapeForInsideBottom,q.shapeForInside]),z=n(()=>{m({builderPropUID:h,shapeByLayout:w,qualityType:q.qualityType,qualityPercent:q.qualityPercent})},[w,q.qualityPercent,q.qualityType,h]);s(()=>{if("edit"===x)return;let e=document?.querySelector(`.gem-slider-item-${h} .product-list-image`);if(!e)return;z();let r=new ResizeObserver(()=>{z()});return r?.observe(e,{}),()=>{r?.disconnect()}},[z,h,x]);let R=o(q.clickOpenLightBox,T),$=l(()=>{let e=d({shapeByLayout:w});return o(e,T)},[w,T]),D=l(()=>q?.borderActive?.border!=="none",[q?.borderActive?.border]),E=o(q?.clickOpenLightBox,T),H=e=>{y&&y(e||"",R)};return s(()=>{let e;return L&&L.length>0&&V&&(e=setTimeout(()=>{S(j)},80)),()=>{e&&clearTimeout(e)}},[j,L,V]),{moveToIdx:j,isDisplay:$,shapeByLayout:w,isEnableBorderActive:D,isShowButtonLightbox:E,filteredProductImages:L,handleClickCarouselItem:H,setSliderReady:A,safeMoveToIdx:P}};export{useGalleryCarousel};
|
package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useFeaturedImageGlobal as e,useCurrentDevice as t,useInteraction as r,useEditorMode as i,getResponsiveValueByScreen as o}from"@gem-sdk/core";import{createRef as n,useMemo as a,useCallback as l,useEffect as u}from"react";import{getAspectRatio as m}from"../common/common.js";import{checkRenderFeaturedCarousel as c}from"../common/productFeaturedImage.js";import{useFilterImagesByVariant as d}from"./useFilterImagesByVariant.js";import{handleSetSrcForFeatureProductImage as h}from"../../../../image/common/helpers.js";let useProductFeaturedImageCarousel=g=>{let p;let{productImages:s,imgRef:f,onHandleClick:y,onClickArrow:S,onHandleLoaded:I,onHandleUpdateActiveIndex:v,builderPropUID:q,builderPropsClass:k,children:b,parentUid:w,...x}=g,T=e(),$=t(),B=n(),{onListener:P,ref:j}=r(),C=i(),{filteredProductImages:F}=d({productImages:s,displayByVariant:x?.displayByVariant,variantSelect:x?.variantSelect}),E=a(()=>{let e=F?.findIndex(e=>e.id===T?.id);return e},[F,T]),O=a(()=>c(x),[x]),V=a(()=>{if(F?.length)return T||F?.[0]},[F,T]),L=a(()=>"popup"===o(x.ftClickOpenLightBox,$),[x.ftClickOpenLightBox,$]),z=a(()=>x?.otherImage?F&&x.otherImage>=F.length-1||F&&-1===x.otherImage?F.length-1:x.otherImage:0,[x?.otherImage,F]),M=a(()=>x?.hoverEffect==="other"?F?.[z]:F?.find(e=>e.id===T?.id)||F?.[0],[T?.id,z,F,x?.hoverEffect]),R=function(){return Math.random().toString(36).substr(2,5)},A=e=>{p&&clearTimeout(p),p=setTimeout(()=>v&&v(e),500)},D=e=>{let t="1/1",r=0;return e?e.width&&e.height&&(t=`${e.width}/${e.height}`):F?.forEach(e=>{if(e.width&&e.height){let i=e.height/e.width;i>r&&(r=i,t=`${e.width}/${e.height}`)}}),t},G=e=>{let t=m(x.ftShape),r=D(e);return{desktop:t.desktop??r,tablet:t.tablet??r,mobile:t.mobile??r}},H=l(()=>{h({builderPropUID:q,ftShape:x.ftShape,qualityType:x.qualityType,qualityPercent:x.qualityPercent})},[x.ftShape,x.qualityPercent,x.qualityType,q]),J=()=>{let e=`[data-id="${q}"]`;P({event:"gp:change-image-step",selector:e},t=>{let r=(j.current||document).querySelector(e),{data:i,isRollback:o,uniqueStorageKey:n}=t||{};B?.current?.moveToSlideInteraction({element:r,data:i,isRollback:o,key:n})}),P({event:"gp:change-next-slide",selector:e},t=>{let r=(j.current||document).querySelector(e),{data:i,isRollback:o,uniqueStorageKey:n}=t||{};B?.current?.nextSlideInteraction({element:r,data:i,isRollback:o,key:n})}),P({event:"gp:change-previous-slide",selector:e},t=>{let r=(j.current||document).querySelector(e),{data:i,isRollback:o,uniqueStorageKey:n}=t||{};B?.current?.previousSlideInteraction({element:r,data:i,isRollback:o,key:n})})};return u(()=>{if("edit"===C)return;let e=document?.querySelector(`.gem-slider-item-${q} .featured-image-only`);if(!e)return;H();let t=new ResizeObserver(()=>{H()});return t?.observe(e,{}),()=>{t?.disconnect()}},[H,q,C]),u(()=>{J()},[]),u(()=>{!O&&I&&I(!0,0)},[O,I]),{ref:j,imageActive:V,imageActiveIndex:E,imageShowWhenHover:M,enableOpenLightBox:L,filteredProductImages:F,isRenderFeatureCarousel:O,genRandomKey:R,getAspectRatioFinal:G,emitUpdateActiveIndex:A}};export{useProductFeaturedImageCarousel};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useCurrentDevice as e,useFeaturedImageGlobal as r,useEditorMode as o,getResponsiveValueByScreen as t}from"@gem-sdk/core";import{useState as i,useCallback as a,useEffect as s}from"react";import{getShapeByLayout as l,checkDisplayGalleryByWidth as n}from"../common/productGallery.js";import{useFilterImagesByVariant as p}from"./useFilterImagesByVariant.js";import{handleSetSrcForProductImageList as d}from"../../../../image/common/helpers.js";let useProductGalleryGrid=m=>{let{builderPropUID:y,productImages:c,activeIndexFormFeatureImage:u,children:h,isHiddenInteraction:F,...f}=m,B=e(),q=r(),[g,I]=i(0),v=o(),{filteredProductImages:G}=p({productImages:c,displayByVariant:f?.displayByVariant,variantSelect:f?.variantSelect}),P=l({shape:f.shape,shapeForBottom:f.shapeForBottom,shapeFor1Col:f.shapeFor1Col,shapeFor2Col:f.shapeFor2Col,shapeForFtOnly:f.shapeForFtOnly,shapeForInsideBottom:f.shapeForInsideBottom,shapeForInside:f.shapeForInside},f.position),b=t(f.clickOpenLightBox,B),C=n({shapeByLayout:P}),O=t(C,B),j=f?.borderActive?.border!=="none",x=a(()=>{d({builderPropUID:y,shapeByLayout:P,qualityType:f.qualityType,qualityPercent:f.qualityPercent})},[P,f.qualityPercent,f.qualityType,y]);return s(()=>{I(u||0)},[u]),s(()=>{let e=G?.findIndex(e=>e.id===q?.id);I(e&&e>0?e:0)},[q,G]),s(()=>{if("edit"===v)return;let e=document?.querySelector(".grid-gallery");if(!e)return;x();let r=new ResizeObserver(()=>{x()});return r?.observe(e,{}),()=>{r?.disconnect()}},[x,y,v]),{isDisplay:O,shapeByLayout:P,imageActiveIndex:g,enableOpenLightBox:b,isEnableBorderActive:j,filteredProductImages:G}};export{useProductGalleryGrid};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as e,Fragment as t,jsxs as o}from"react/jsx-runtime";import r from"next/dynamic";import d from"../../../common/components/Loading.js";import{useState as i,useMemo as l,useEffect as a}from"react";import{useEditorMode as c,useCurrentDevice as s,usePageType as n,usePageStore as u,useProductQuery as m,useProductsQueryAll as g,useProductsQuery as h,useCollectionQuery as p,flattenConnection as P,ProductListProvider as f,filterToolbarPreview as b}from"@gem-sdk/core";import k from"../SalePageProductListWarning.js";import T from"next/head";import I from"./ProductListGridLayout.js";import y from"./ProductListCarouselLayout.js";import{getStyle as v}from"./common/styles.js";import{If as N}from"@gem-sdk/system";import{getClass as O}from"./common/classes.js";import{getData as S}from"./common/helpers.js";import{getPropertyByDevice as C}from"../../../dialog/common/helpers.js";let ProductNotFound=r(()=>import("../ProductNotFound.js"),{loading:d}),ProductList=r=>{let{children:E,styles:w,builderProps:L,setting:W,builderAttrs:j}=r,{isRelatedProduct:x,productSetting:G}=S(r),B=G.relatedTag&&G.relatedTag[0],A=c(),M=s(),Q=n(),z=u(e=>e.dynamicProduct),F=u(e=>e.dynamicCollection),[H,R]=i(1),[$,_]=i(!0),[D,V]=i(),[q,U]=i(!1),J="GP_FUNNEL_PAGE"===Q,K="GP_COLLECTION"==Q;K&&(G.productSrc="DynamicCollection",G.collectionId=F?.collectionId??"latest");let X=G?.productSrc??"Collection",Y=z?.productId&&z?.productId!==G.relatedProductId?z?.productId:G.relatedProductId,{data:Z}=m(x&&Y?Y:void 0),ee=G.relatedTag&&"tags"===G.relatedTag[0]&&(!Z?.tags||Z?.tags.length===0),et=G.relatedTag&&"collection"===G.relatedTag[0]&&(!Z?.collections?.edges||Z?.collections.edges.length===0),eo=G.relatedTag&&"vendor"===G.relatedTag[0]&&!Z?.vendor,er=ee||et||eo,ed=g(D,{revalidateOnMount:"edit"===A}),ei=h("PickProduct"===X?G?.productIds:void 0,{revalidateOnMount:"edit"===A},{defaultSelectedProductCount:G?.numOfSelectedProducts}),el=l(()=>({id:G?.collectionId??"latest",numberOfProducts:W?.numberOfProducts??4,orderBy:W?.orderBy}),[G?.collectionId,Number(W?.numberOfProducts),W?.orderBy]),ea=p("PickProduct"!==X?el:void 0);a(()=>{if(x&&Z&&G.relatedTag&&"recommended-product"!==G.relatedType){let e;switch(U(!1),G.hasRelatedExclude&&(e=G?.relatedExclude&&G.relatedExclude.split(",").map(e=>e.trim())),G.relatedTag[0]){case"vendor":V({vendor:G.relatedTag&&"vendor"===G.relatedTag[0]?Z?.vendor:"",limit:W?.numberOfProducts,idNEQ:Z.id});break;case"collection":{let t;let o=Z?.collections?.edges.map(e=>e.node?.id);if(!o||o?.length===0){U(!0);break}V(t=e&&e.length>0?{idNEQ:Z.id,hasCollectionProductsWith:[{hasCollectionWith:[{idIn:o},{titleNotIn:e}]}],limit:W?.numberOfProducts}:{idNEQ:Z.id,hasCollectionProductsWith:[{hasCollectionWith:[{idIn:o}]}],limit:W?.numberOfProducts});break}case"tags":{let t;if(!Z.tags||0===Z.tags.length){U(!0);break}V(t=e&&e.length>0?{idNEQ:Z.id,hasProductTagsWith:[{hasTagsWith:[{nameIn:Z.tags},{nameNotIn:e}]}],limit:W?.numberOfProducts}:{idNEQ:Z.id,hasProductTagsWith:[{hasTagsWith:[{nameIn:Z.tags}]}],limit:W?.numberOfProducts})}}}},[Z,G.relatedType,G.relatedTag,W?.numberOfProducts,G.relatedExclude,G.hasRelatedExclude,x]);let ec="PickProduct"===X?ei.isValidating:ea.isValidating,es="PickProduct"===X?ei.isLoading:ea.isLoading,en="PickProduct"===X?ei.error:ea.error,eu=ea.data?.collections?.edges?.[0]?.node,em="PickProduct"===X?P(ei.data?.products):P(eu?.products),eg=ed?.data?.products?P(ed?.data?.products):void 0,eh=x&&eg?eg:"PickProduct"===X&&G?.productIds?.length?G?.productIds?.map(e=>em?.find(t=>t?.baseID===e)).filter(Boolean)??em:"PickProduct"!==X?em:em.filter((e,t)=>t<(G?.numOfSelectedProducts??4)),ep=l(()=>q&&x&&"edit"==A||!eh.length&&!es&&$&&"edit"==A,[$,es,q,x,A,eh.length]),eP=l(()=>!eh||q&&x,[q,x,eh]),ef=l(()=>{if(!W?.sameHeight)return[];let e=0,t=Math.ceil((eh?.length??0)/+(W?.slidesToShow?.[M]??1));return Array.from(Array(eh?.length??0)).map((o,r)=>(r>=+(W?.slidesToShow?.[M]??1)*(e+1)&&++e,{gridRow:`${1+H*e}/${H+1+H*e}`,marginBottom:e+1<t?C(w?.horizontalGutter,M):void 0}))},[W?.sameHeight,W?.slidesToShow,H,eh?.length,M,w?.horizontalGutter]),eb=l(()=>ec||es||en||!eh||q&&x,[en,es,q,x,ec,eh]);a(()=>{eb||setTimeout(()=>{let{builderData:e}=L??{},t=e?.childrens?.[0];if(!t)return;let o=document.querySelector(`[data-id=${t}] div`);o&&R(o.childElementCount||1)},"edit"===A?0:500)},[L,eb,A]);let ek=l(()=>({collection:eu,products:eh,settings:{loop:W?.loop??{desktop:!1},scrollMode:W?.scrollMode??{desktop:"snap"},slidesToShow:W?.slidesToShow??{desktop:4,tablet:3,mobile:1},layout:w?.layout,dot:W?.dot,dotStyle:W?.dotStyle,arrow:W?.arrow,controlOverContent:W?.controlOverContent},styles:{horizontalGutter:w?.horizontalGutter,verticalGutter:w?.verticalGutter,fullWidth:w?.fullWidth,spacing:w?.spacing,width:w?.width,height:w?.height}}),[eu,eh,W,w]);if(L?.isPreview&&J)return e(t,{});if(ep)return e(t,{children:N($,e(ProductNotFound,{builderAttrs:j,collectionHandle:eu?.handle,productSrc:X,onClose:()=>_(!1),children:E,relatedTagString:B,assignProductNoTags:er,noAssignedProduct:!Y}))});let{productListWrapStyle:eT,productListContentStyle:eI,productListWrapAlignStyle:ey}=v(r),{productListWrapClass:ev}=O(r),eN=()=>e(t,{children:N(w?.layout==="grid",e(I,{...r,productSortedById:eh,generateGridRowArray:ef}),e(y,{...r,productSortedById:eh}))});return o("div",{...j,className:ev,style:eT,children:[!!w?.preloadBgImage&&o(T,{children:[!!w.backgroundImage?.desktop?.image?.src&&e("link",{rel:"preload",href:w.backgroundImage.desktop.image.src,as:"image"}),!!w.backgroundImage?.tablet?.image?.src&&e("link",{rel:"preload",href:w.backgroundImage?.tablet?.image?.src,as:"image"}),!!w.backgroundImage?.mobile?.image?.src&&e("link",{rel:"preload",href:w.backgroundImage?.mobile?.image?.src,as:"image"})]}),ec||es?e(d,{}):en?o("div",{children:["Error: ",en?.message]}):eP?e("div",{children:"Products not found"}):e(f,{...ek,children:e("div",{className:"gp-flex gp-w-full",style:ey,children:o("div",{style:eI,children:[J&&e(k,{}),eN()]})})}),b(E,!0)]})};export{ProductList as default};
|