@gem-sdk/components 12.0.0-dev.132 → 12.0.0-dev.138
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 -1
- package/dist/cjs/accordion/common/helpers.js +1 -1
- package/dist/cjs/accordion/common/styles.js +1 -1
- package/dist/cjs/accordion/components/Accordion.js +1 -1
- package/dist/cjs/accordion/components/Accordion.liquid.js +14 -14
- package/dist/cjs/accordion/components/AccordionItem.js +1 -1
- package/dist/cjs/accordion/components/AccordionItem.liquid.js +27 -27
- package/dist/cjs/accordion/hooks/useAccordion.js +1 -1
- package/dist/cjs/accordion/hooks/useAccordionItem.js +1 -1
- package/dist/cjs/accordion/hooks/useMountTransition.js +1 -1
- package/dist/cjs/accordion/index.js +1 -1
- package/dist/cjs/accordion/next.js +1 -1
- package/dist/cjs/accordion/settings/Accordion.js +5 -5
- package/dist/cjs/accordion/settings/AccordionItem.js +1 -1
- package/dist/cjs/accordion/settings/configs/child-items.js +1 -1
- package/dist/cjs/accordion/settings/configs/settings.js +2 -2
- package/dist/cjs/accordion/settings/configs/translate.js +1 -1
- package/dist/cjs/accordion/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/article/common/helpers.js +2 -2
- package/dist/cjs/article/components/ArticleAuthor.js +1 -1
- package/dist/cjs/article/components/ArticleAuthor.liquid.js +3 -3
- package/dist/cjs/article/components/ArticleCategory.js +1 -1
- package/dist/cjs/article/components/ArticleCategory.liquid.js +3 -3
- package/dist/cjs/article/components/ArticleContent.js +3 -3
- package/dist/cjs/article/components/ArticleContent.liquid.js +7 -7
- package/dist/cjs/article/components/ArticleDate.js +1 -1
- package/dist/cjs/article/components/ArticleDate.liquid.js +3 -3
- package/dist/cjs/article/components/ArticleExcerpt.js +1 -1
- package/dist/cjs/article/components/ArticleExcerpt.liquid.js +3 -3
- package/dist/cjs/article/components/ArticleImage.js +1 -1
- package/dist/cjs/article/components/ArticleImage.liquid.js +7 -7
- package/dist/cjs/article/components/ArticleList.js +1 -1
- package/dist/cjs/article/components/ArticleList.liquid.js +13 -13
- package/dist/cjs/article/components/ArticleNotFound.js +1 -1
- package/dist/cjs/article/components/ArticlePagination.js +1 -1
- package/dist/cjs/article/components/ArticlePagination.liquid.js +1 -1
- package/dist/cjs/article/components/ArticleReadMore.js +1 -1
- package/dist/cjs/article/components/ArticleReadMore.liquid.js +5 -5
- package/dist/cjs/article/components/ArticleTag.js +1 -1
- package/dist/cjs/article/components/ArticleTag.liquid.js +3 -3
- package/dist/cjs/article/components/ArticleTitle.js +1 -1
- package/dist/cjs/article/components/ArticleTitle.liquid.js +6 -6
- package/dist/cjs/article/hooks/useArticleLink.js +1 -1
- package/dist/cjs/article/index.js +1 -1
- package/dist/cjs/article/next.js +1 -1
- package/dist/cjs/article/settings/ArticleAuthor.js +2 -2
- package/dist/cjs/article/settings/ArticleCategory.js +2 -2
- package/dist/cjs/article/settings/ArticleContent.js +2 -2
- package/dist/cjs/article/settings/ArticleDate.js +2 -2
- package/dist/cjs/article/settings/ArticleExcerpt.js +2 -2
- package/dist/cjs/article/settings/ArticleImage.js +2 -2
- package/dist/cjs/article/settings/ArticleList.js +2 -2
- package/dist/cjs/article/settings/ArticlePagination.js +2 -2
- package/dist/cjs/article/settings/ArticleReadMore.js +2 -2
- package/dist/cjs/article/settings/ArticleTag.js +2 -2
- package/dist/cjs/article/settings/ArticleTitle.js +2 -2
- package/dist/cjs/article/settings/configs/article-author/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-author/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-author/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-category/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-category/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-category/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-content/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-content/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-content/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-date/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-date/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-date/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-excerpt/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-excerpt/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-excerpt/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-image/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-image/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-image/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-list/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-list/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-list/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-read-more/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-read-more/settings.js +2 -2
- package/dist/cjs/article/settings/configs/article-read-more/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-tag/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-tag/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-tag/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-title/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-title/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-title/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/translate.js +1 -1
- package/dist/cjs/breadcrumb/common/attrs.js +1 -1
- package/dist/cjs/breadcrumb/common/classes.js +3 -3
- package/dist/cjs/breadcrumb/common/helpers.js +1 -1
- package/dist/cjs/breadcrumb/common/styles.js +1 -1
- package/dist/cjs/breadcrumb/components/Breadcrumb.js +1 -1
- package/dist/cjs/breadcrumb/components/Breadcrumb.liquid.js +9 -9
- package/dist/cjs/breadcrumb/components/BreadcrumbItem.js +1 -1
- package/dist/cjs/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
- package/dist/cjs/breadcrumb/components/templates/article.js +8 -8
- package/dist/cjs/breadcrumb/components/templates/collection.js +5 -5
- package/dist/cjs/breadcrumb/components/templates/home.js +4 -4
- package/dist/cjs/breadcrumb/components/templates/landing.js +5 -5
- package/dist/cjs/breadcrumb/components/templates/product.js +10 -10
- package/dist/cjs/breadcrumb/constants.js +1 -1
- package/dist/cjs/breadcrumb/hooks/useBreadcrumb.js +1 -1
- package/dist/cjs/breadcrumb/index.js +1 -1
- package/dist/cjs/breadcrumb/next.js +1 -1
- package/dist/cjs/breadcrumb/settings/Breadcrumb.js +2 -2
- package/dist/cjs/breadcrumb/settings/configs/settings.js +2 -2
- package/dist/cjs/breadcrumb/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/builder.js +1 -1
- package/dist/cjs/button/common/attrs.js +1 -1
- package/dist/cjs/button/common/classes.js +1 -1
- package/dist/cjs/button/common/helpers.js +2 -2
- package/dist/cjs/button/common/styles.js +16 -16
- package/dist/cjs/button/components/Button.js +1 -1
- package/dist/cjs/button/components/Button.liquid.js +23 -23
- package/dist/cjs/button/components/ButtonIcon.js +1 -1
- package/dist/cjs/button/components/ButtonIcon.liquid.js +4 -4
- package/dist/cjs/button/components/ButtonLabel.js +1 -1
- package/dist/cjs/button/components/ButtonLabel.liquid.js +5 -5
- package/dist/cjs/button/components/ButtonLoadingIndicator.js +1 -1
- package/dist/cjs/button/components/ButtonLoadingIndicator.liquid.js +1 -1
- package/dist/cjs/button/index.js +1 -1
- package/dist/cjs/button/next.js +1 -1
- package/dist/cjs/button/settings/Button.js +3 -3
- package/dist/cjs/button/settings/configs/settings.js +2 -2
- package/dist/cjs/button/settings/configs/translate.js +1 -1
- package/dist/cjs/button/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/carousel/common/helpers.js +1 -1
- package/dist/cjs/carousel/components/arrow/Arrow.js +2 -2
- package/dist/cjs/carousel/components/arrow/Arrow.liquid.js +12 -12
- package/dist/cjs/carousel/components/arrow/common/classes.js +1 -1
- package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -1
- package/dist/cjs/carousel/components/arrow/common/styles.js +17 -17
- package/dist/cjs/carousel/components/dot/Dots.js +1 -1
- package/dist/cjs/carousel/components/dot/Dots.liquid.js +4 -4
- package/dist/cjs/carousel/components/dot/common/classes.js +1 -1
- package/dist/cjs/carousel/components/dot/common/helpers.js +1 -1
- package/dist/cjs/carousel/components/dot/common/styles.js +1 -1
- package/dist/cjs/carousel/components/item/CarouselItem.js +1 -1
- package/dist/cjs/carousel/components/item/CarouselItem.liquid.js +10 -10
- package/dist/cjs/carousel/components/item/common/classes.js +1 -1
- package/dist/cjs/carousel/components/item/common/styles.js +1 -1
- package/dist/cjs/carousel/components/root/Carousel.js +1 -1
- package/dist/cjs/carousel/components/root/Carousel.liquid.js +15 -15
- package/dist/cjs/carousel/components/root/common/attrs.js +1 -1
- package/dist/cjs/carousel/components/root/common/classes.js +1 -1
- package/dist/cjs/carousel/components/root/common/helpers.js +1 -1
- package/dist/cjs/carousel/components/root/common/styles.js +1 -1
- package/dist/cjs/carousel/hooks/useCarouseItem.js +1 -1
- package/dist/cjs/carousel/hooks/useCarousel.js +1 -1
- package/dist/cjs/carousel/hooks/useDotsSetting.js +1 -1
- package/dist/cjs/carousel/hooks/useTrackPreviewPause.js +1 -1
- package/dist/cjs/carousel/index.js +1 -1
- package/dist/cjs/carousel/next.js +1 -1
- package/dist/cjs/carousel/plugins/animation.js +1 -1
- package/dist/cjs/carousel/plugins/auto-play.js +1 -1
- package/dist/cjs/carousel/plugins/fix-slider-move-backward.js +1 -1
- package/dist/cjs/carousel/plugins/mutation.js +1 -1
- package/dist/cjs/carousel/settings/Carousel.js +2 -2
- package/dist/cjs/carousel/settings/CarouselItem.js +1 -1
- package/dist/cjs/carousel/settings/configs/presets.js +2 -2
- package/dist/cjs/carousel/settings/configs/settings-v2.js +2 -2
- package/dist/cjs/carousel/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/carousel-v3/common/helpers.js +1 -1
- package/dist/cjs/carousel-v3/components/arrow/Arrow.js +2 -2
- package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +12 -12
- package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -1
- package/dist/cjs/carousel-v3/components/arrow/common/helpers.js +1 -1
- package/dist/cjs/carousel-v3/components/arrow/common/styles.js +17 -17
- package/dist/cjs/carousel-v3/components/dot/Dots.js +1 -1
- package/dist/cjs/carousel-v3/components/dot/Dots.liquid.js +4 -4
- package/dist/cjs/carousel-v3/components/dot/common/classes.js +1 -1
- package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -1
- package/dist/cjs/carousel-v3/components/dot/common/styles.js +1 -1
- package/dist/cjs/carousel-v3/components/item/CarouselItem.js +1 -1
- package/dist/cjs/carousel-v3/components/item/CarouselItem.liquid.js +10 -10
- package/dist/cjs/carousel-v3/components/item/common/classes.js +1 -1
- package/dist/cjs/carousel-v3/components/item/common/styles.js +1 -1
- package/dist/cjs/carousel-v3/components/root/Carousel.js +1 -1
- package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +17 -17
- package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -1
- package/dist/cjs/carousel-v3/components/root/common/classes.js +1 -1
- package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -1
- package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -1
- package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
- package/dist/cjs/carousel-v3/components/swiper/SwiperSlide.js +1 -1
- package/dist/cjs/carousel-v3/components/swiper/common/styles.js +1 -1
- package/dist/cjs/carousel-v3/hooks/useCarouseItem.js +1 -1
- package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
- package/dist/cjs/carousel-v3/hooks/useDotsSetting.js +1 -1
- package/dist/cjs/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
- package/dist/cjs/carousel-v3/index.js +1 -1
- package/dist/cjs/carousel-v3/next.js +1 -1
- package/dist/cjs/carousel-v3/plugins/animation.js +1 -1
- package/dist/cjs/carousel-v3/settings/Carousel.js +2 -2
- package/dist/cjs/carousel-v3/settings/CarouselItem.js +1 -1
- package/dist/cjs/carousel-v3/settings/configs/presets.js +2 -2
- package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +2 -2
- package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/cart/components/Cart.js +1 -1
- package/dist/cjs/cart/components/CartCheckout.js +1 -1
- package/dist/cjs/cart/components/CartDiscount.js +1 -1
- package/dist/cjs/cart/components/CartLineAttribute.js +1 -1
- package/dist/cjs/cart/components/CartLineImage.js +1 -1
- package/dist/cjs/cart/components/CartLinePrice.js +1 -1
- package/dist/cjs/cart/components/CartLineVariant.js +1 -1
- package/dist/cjs/cart/components/CartList.js +1 -1
- package/dist/cjs/cart/components/CartOrderNote.js +1 -1
- package/dist/cjs/cart/components/CartTotalItem.js +1 -1
- package/dist/cjs/cart/components/CartTotalPrice.js +1 -1
- package/dist/cjs/cart/components/CheckoutNow.js +1 -1
- package/dist/cjs/cart/components/CouponList.js +1 -1
- package/dist/cjs/cart/components/DiscountInput.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.liquid.js +10 -10
- package/dist/cjs/cart/components/shop-pay-button/common/classes.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/common/helpers.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/common/styles.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +4 -4
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +3 -3
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +3 -3
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +3 -3
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +3 -3
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
- package/dist/cjs/cart/hooks/useShopPayButton.js +1 -1
- package/dist/cjs/cart/index.js +1 -1
- package/dist/cjs/cart/next.js +1 -1
- package/dist/cjs/cart/settings/Cart.js +2 -2
- package/dist/cjs/cart/settings/CartCheckout.js +1 -1
- package/dist/cjs/cart/settings/CartDiscount.js +1 -1
- package/dist/cjs/cart/settings/CartLineAttribute.js +1 -1
- package/dist/cjs/cart/settings/CartLineImage.js +1 -1
- package/dist/cjs/cart/settings/CartLinePrice.js +1 -1
- package/dist/cjs/cart/settings/CartLineVariant.js +1 -1
- package/dist/cjs/cart/settings/CartList.js +1 -1
- package/dist/cjs/cart/settings/CartOrderNote.js +1 -1
- package/dist/cjs/cart/settings/CartTotalItem.js +1 -1
- package/dist/cjs/cart/settings/CartTotalPrice.js +1 -1
- package/dist/cjs/cart/settings/CouponList.js +1 -1
- package/dist/cjs/cart/settings/DiscountInput.js +1 -1
- package/dist/cjs/cart/settings/ShopPayButton.js +1 -1
- package/dist/cjs/code/common/classes.js +1 -1
- package/dist/cjs/code/common/styles.js +1 -1
- package/dist/cjs/code/components/CSSCode.js +1 -1
- package/dist/cjs/code/components/CSSCode.liquid.js +7 -7
- package/dist/cjs/code/hooks/useCSSCode.js +4 -4
- package/dist/cjs/code/index.js +1 -1
- package/dist/cjs/code/next.js +1 -1
- package/dist/cjs/code/settings/CSSCode.js +3 -3
- package/dist/cjs/code/settings/configs/settings.js +1 -1
- package/dist/cjs/code/settings/configs/translate.js +1 -1
- package/dist/cjs/code/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/collection/components/collection-banner/CollectionBanner.js +1 -1
- package/dist/cjs/collection/components/collection-banner/CollectionBanner.liquid.js +11 -11
- package/dist/cjs/collection/components/collection-banner/common/classes.js +1 -1
- package/dist/cjs/collection/components/collection-banner/common/helpers.js +1 -1
- package/dist/cjs/collection/components/collection-banner/common/styles.js +1 -1
- package/dist/cjs/collection/components/collection-description/CollectionDescription.js +1 -1
- package/dist/cjs/collection/components/collection-description/CollectionDescription.liquid.js +13 -13
- package/dist/cjs/collection/components/collection-description/common/classes.js +1 -1
- package/dist/cjs/collection/components/collection-description/common/helpers.js +2 -2
- package/dist/cjs/collection/components/collection-description/common/styles.js +2 -2
- package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.js +1 -1
- package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.liquid.js +7 -7
- package/dist/cjs/collection/components/collection-paginator/common/classes.js +1 -1
- package/dist/cjs/collection/components/collection-paginator/common/helpers.js +5 -5
- package/dist/cjs/collection/components/collection-paginator/common/styles.js +1 -1
- package/dist/cjs/collection/components/collection-title/CollectionTitle.js +1 -1
- package/dist/cjs/collection/components/collection-title/CollectionTitle.liquid.js +3 -3
- package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
- package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.liquid.js +17 -17
- package/dist/cjs/collection/components/collection-toolbar/common/classes.js +1 -1
- package/dist/cjs/collection/components/collection-toolbar/common/helpers.js +1 -1
- package/dist/cjs/collection/components/collection-toolbar/common/styles.js +1 -1
- package/dist/cjs/collection/hooks/useDescription.js +1 -1
- package/dist/cjs/collection/index.js +1 -1
- package/dist/cjs/collection/next.js +1 -1
- package/dist/cjs/collection/settings/collection-banner/CollectionBanner.js +3 -3
- package/dist/cjs/collection/settings/collection-banner/configs/settings.js +2 -2
- package/dist/cjs/collection/settings/collection-banner/configs/ui-v2.js +1 -1
- package/dist/cjs/collection/settings/collection-description/CollectionDescription.js +3 -3
- package/dist/cjs/collection/settings/collection-description/configs/settings.js +1 -1
- package/dist/cjs/collection/settings/collection-description/configs/translate.js +1 -1
- package/dist/cjs/collection/settings/collection-description/configs/ui-v2.js +1 -1
- package/dist/cjs/collection/settings/collection-paginator/CollectionPaginator.js +3 -3
- package/dist/cjs/collection/settings/collection-paginator/configs/settings.js +1 -1
- package/dist/cjs/collection/settings/collection-paginator/configs/translate.js +1 -1
- package/dist/cjs/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
- package/dist/cjs/collection/settings/collection-title/CollectionTitle.js +3 -3
- package/dist/cjs/collection/settings/collection-title/configs/settings.js +1 -1
- package/dist/cjs/collection/settings/collection-title/configs/ui-v2.js +1 -1
- package/dist/cjs/collection/settings/collection-toolbar/CollectionToolbar.js +3 -3
- package/dist/cjs/collection/settings/collection-toolbar/configs/settings.js +1 -1
- package/dist/cjs/collection/settings/collection-toolbar/configs/translate.js +1 -1
- package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
- package/dist/cjs/common/components/Loading.js +1 -1
- package/dist/cjs/common/components/NoDataState.js +1 -1
- package/dist/cjs/common/components/Tooltip.js +1 -1
- package/dist/cjs/common/components/TooltipHover.js +1 -1
- package/dist/cjs/common/const.js +1 -1
- package/dist/cjs/common/hooks/useInView.js +1 -1
- package/dist/cjs/constant.js +1 -1
- package/dist/cjs/countdown-timer/common/attrs.js +1 -1
- package/dist/cjs/countdown-timer/common/classes.js +1 -1
- package/dist/cjs/countdown-timer/common/helpers.js +1 -1
- package/dist/cjs/countdown-timer/common/styles.js +1 -1
- package/dist/cjs/countdown-timer/components/Countdown.js +1 -1
- package/dist/cjs/countdown-timer/components/Countdown.liquid.js +23 -23
- package/dist/cjs/countdown-timer/hooks/useCountDownTimer.js +1 -1
- package/dist/cjs/countdown-timer/hooks/useTimeLeft.js +1 -1
- package/dist/cjs/countdown-timer/index.js +1 -1
- package/dist/cjs/countdown-timer/next.js +1 -1
- package/dist/cjs/countdown-timer/settings/Countdown.js +3 -3
- package/dist/cjs/countdown-timer/settings/configs/setting.js +1 -1
- package/dist/cjs/countdown-timer/settings/configs/translate.js +1 -1
- package/dist/cjs/countdown-timer/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/coupon/common/classes.js +1 -1
- package/dist/cjs/coupon/common/helpers.js +1 -1
- package/dist/cjs/coupon/common/styles.js +14 -14
- package/dist/cjs/coupon/components/Coupon.js +1 -1
- package/dist/cjs/coupon/components/Coupon.liquid.js +6 -6
- package/dist/cjs/coupon/hooks/useCoupon.js +1 -1
- package/dist/cjs/coupon/index.js +1 -1
- package/dist/cjs/coupon/next.js +1 -1
- package/dist/cjs/coupon/settings/Coupon.js +2 -2
- package/dist/cjs/coupon/settings/configs/presets.js +2 -2
- package/dist/cjs/coupon/settings/configs/settings.js +2 -2
- package/dist/cjs/coupon/settings/configs/translate.js +1 -1
- package/dist/cjs/coupon/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/dialog/common/attrs.js +1 -1
- package/dist/cjs/dialog/common/classes.js +1 -1
- package/dist/cjs/dialog/common/helpers.js +1 -1
- package/dist/cjs/dialog/common/styles.js +1 -1
- package/dist/cjs/dialog/components/Dialog.js +2 -2
- package/dist/cjs/dialog/components/Dialog.liquid.js +27 -27
- package/dist/cjs/dialog/hooks/useDialog.js +1 -1
- package/dist/cjs/dialog/hooks/useScrollPercentage.js +1 -1
- package/dist/cjs/dialog/index.js +1 -1
- package/dist/cjs/dialog/next.js +1 -1
- package/dist/cjs/dialog/settings/Dialog.js +3 -3
- package/dist/cjs/dialog/settings/configs/settings.js +2 -2
- package/dist/cjs/dialog/settings/configs/translate.js +1 -1
- package/dist/cjs/dialog/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/estimate-delivery/common/classes.js +1 -1
- package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
- package/dist/cjs/estimate-delivery/common/styles.js +1 -1
- package/dist/cjs/estimate-delivery/components/EstimateDate.js +1 -1
- package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +4 -4
- package/dist/cjs/estimate-delivery/index.js +1 -1
- package/dist/cjs/estimate-delivery/next.js +1 -1
- package/dist/cjs/estimate-delivery/settings/EstimateDate.js +3 -3
- package/dist/cjs/estimate-delivery/settings/configs/settings.js +1 -1
- package/dist/cjs/estimate-delivery/settings/configs/translate.js +1 -1
- package/dist/cjs/estimate-delivery/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/form/common/helpers.js +1 -1
- package/dist/cjs/form/components/contact/Contact.js +1 -1
- package/dist/cjs/form/components/contact/Contact.liquid.js +3 -3
- package/dist/cjs/form/components/contact/common/classes.js +1 -1
- package/dist/cjs/form/components/contact/common/styles.js +1 -1
- package/dist/cjs/form/components/form-checkbox/FormCheckbox.js +1 -1
- package/dist/cjs/form/components/form-checkbox/FormCheckbox.liquid.js +13 -13
- package/dist/cjs/form/components/form-checkbox/common/classes.js +1 -1
- package/dist/cjs/form/components/form-checkbox/common/styles.js +1 -1
- package/dist/cjs/form/components/form-dropdown/FormDropdown.js +1 -1
- package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +18 -18
- package/dist/cjs/form/components/form-dropdown/common/classes.js +1 -1
- package/dist/cjs/form/components/form-dropdown/common/styles.js +1 -1
- package/dist/cjs/form/components/form-email/FormEmail.js +1 -1
- package/dist/cjs/form/components/form-email/FormEmail.liquid.js +12 -12
- package/dist/cjs/form/components/form-email/common/classes.js +1 -1
- package/dist/cjs/form/components/form-email/common/styles.js +1 -1
- package/dist/cjs/form/components/newsletter/Newsletter.js +1 -1
- package/dist/cjs/form/components/newsletter/Newsletter.liquid.js +19 -19
- package/dist/cjs/form/components/newsletter/common/attrs.js +1 -1
- package/dist/cjs/form/components/newsletter/common/classes.js +1 -1
- package/dist/cjs/form/components/newsletter/common/styles.js +2 -2
- package/dist/cjs/form/components/submit-button/SubmitButton.js +1 -1
- package/dist/cjs/form/components/submit-button/SubmitButton.liquid.js +3 -3
- package/dist/cjs/form/components/submit-button/common/helpers.js +1 -1
- package/dist/cjs/form/components/submit-button/common/styles.js +1 -1
- package/dist/cjs/form/components/textarea/TextArea.js +1 -1
- package/dist/cjs/form/components/textarea/TextArea.liquid.js +12 -12
- package/dist/cjs/form/components/textarea/common/classes.js +1 -1
- package/dist/cjs/form/components/textarea/common/styles.js +1 -1
- package/dist/cjs/form/components/textfield/TextField.js +1 -1
- package/dist/cjs/form/components/textfield/TextField.liquid.js +12 -12
- package/dist/cjs/form/components/textfield/common/classes.js +1 -1
- package/dist/cjs/form/components/textfield/common/styles.js +1 -1
- package/dist/cjs/form/components/textinput/TextInput.js +1 -1
- package/dist/cjs/form/components/textinput/TextInput.liquid.js +21 -21
- package/dist/cjs/form/components/textinput/common/classes.js +1 -1
- package/dist/cjs/form/components/textinput/common/styles.js +1 -1
- package/dist/cjs/form/hooks/useGetColorContent.js +1 -1
- package/dist/cjs/form/index.js +1 -1
- package/dist/cjs/form/next.js +1 -1
- package/dist/cjs/form/settings/contact/Contact.js +3 -3
- package/dist/cjs/form/settings/contact/configs/inits.js +1 -1
- package/dist/cjs/form/settings/contact/configs/settings.js +1 -1
- package/dist/cjs/form/settings/contact/configs/translate.js +1 -1
- package/dist/cjs/form/settings/contact/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/form-checkbox/FormCheckbox.js +3 -3
- package/dist/cjs/form/settings/form-checkbox/configs/inits.js +1 -1
- package/dist/cjs/form/settings/form-checkbox/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-checkbox/configs/translate.js +1 -1
- package/dist/cjs/form/settings/form-checkbox/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/form-dropdown/FormDropdown.js +3 -3
- package/dist/cjs/form/settings/form-dropdown/configs/inits.js +1 -1
- package/dist/cjs/form/settings/form-dropdown/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-dropdown/configs/translate.js +1 -1
- package/dist/cjs/form/settings/form-dropdown/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/form-email/FormEmail.js +3 -3
- package/dist/cjs/form/settings/form-email/configs/inits.js +1 -1
- package/dist/cjs/form/settings/form-email/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-email/configs/translate.js +1 -1
- package/dist/cjs/form/settings/form-email/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/form-textarea/Textarea.js +3 -3
- package/dist/cjs/form/settings/form-textarea/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-textarea/configs/translate.js +1 -1
- package/dist/cjs/form/settings/form-textarea/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/newsletter/Newsletter.js +3 -3
- package/dist/cjs/form/settings/newsletter/configs/inits.js +1 -1
- package/dist/cjs/form/settings/newsletter/configs/settings.js +1 -1
- package/dist/cjs/form/settings/newsletter/configs/translate.js +1 -1
- package/dist/cjs/form/settings/newsletter/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/submit-button/SubmitButton.js +3 -3
- package/dist/cjs/form/settings/submit-button/configs/inits.js +1 -1
- package/dist/cjs/form/settings/submit-button/configs/settings.js +2 -2
- package/dist/cjs/form/settings/submit-button/configs/translate.js +1 -1
- package/dist/cjs/form/settings/submit-button/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/text-field/TextField.js +3 -3
- package/dist/cjs/form/settings/text-field/configs/settings.js +1 -1
- package/dist/cjs/form/settings/text-field/configs/translate.js +1 -1
- package/dist/cjs/form/settings/text-field/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/text-input/TextInput.js +3 -3
- package/dist/cjs/form/settings/text-input/configs/settings.js +1 -1
- package/dist/cjs/form/settings/text-input/configs/translate.js +1 -1
- package/dist/cjs/form/settings/text-input/configs/ui-v2.js +1 -1
- package/dist/cjs/grid/components/ChildrenDroppable.js +4 -4
- package/dist/cjs/grid/components/col/Col.js +1 -1
- package/dist/cjs/grid/components/col/Col.liquid.js +6 -6
- package/dist/cjs/grid/components/col/common/attrs.js +1 -1
- package/dist/cjs/grid/components/col/common/classes.js +1 -1
- package/dist/cjs/grid/components/col/common/styles.js +1 -1
- package/dist/cjs/grid/components/root/Root.js +1 -1
- package/dist/cjs/grid/components/root/Root.liquid.js +1 -1
- package/dist/cjs/grid/components/row/Row.js +1 -1
- package/dist/cjs/grid/components/row/Row.liquid.js +23 -23
- package/dist/cjs/grid/components/row/common/attrs.js +1 -1
- package/dist/cjs/grid/components/row/common/classes.js +1 -1
- package/dist/cjs/grid/components/row/common/helpers.js +1 -1
- package/dist/cjs/grid/components/row/common/styles.js +1 -1
- package/dist/cjs/grid/components/section/Section.js +1 -1
- package/dist/cjs/grid/components/section/Section.liquid.js +1 -1
- package/dist/cjs/grid/hooks/useRowSetting.js +1 -1
- package/dist/cjs/grid/index.js +1 -1
- package/dist/cjs/grid/next.js +1 -1
- package/dist/cjs/grid/settings/Col.js +1 -1
- package/dist/cjs/grid/settings/Root.js +1 -1
- package/dist/cjs/grid/settings/Row.js +2 -2
- package/dist/cjs/grid/settings/Section.js +1 -1
- package/dist/cjs/grid/settings/configs/row/presets.js +2 -2
- package/dist/cjs/grid/settings/configs/row/settings.js +1 -1
- package/dist/cjs/grid/settings/configs/row/translate.js +1 -1
- package/dist/cjs/grid/settings/configs/row/ui-v2.js +1 -1
- package/dist/cjs/grid/settings/configs/section/settings.js +1 -1
- package/dist/cjs/grid/settings/configs/section/ui-v2.js +1 -1
- package/dist/cjs/header/components/Header.js +1 -1
- package/dist/cjs/header/components/SalePageHeaderWarning.js +1 -1
- package/dist/cjs/header/components/icons/ChevronLeft.js +1 -1
- package/dist/cjs/header/components/icons/Dismiss.js +1 -1
- package/dist/cjs/header/components/icons/MenuIcon.js +1 -1
- package/dist/cjs/header/components/kind/basic/DesktopMenu.js +1 -1
- package/dist/cjs/header/components/kind/basic/DesktopMenuItem.js +1 -1
- package/dist/cjs/header/components/kind/basic/MenuMobileItem.js +1 -1
- package/dist/cjs/header/components/kind/basic/MobileMenu.js +1 -1
- package/dist/cjs/header/components/kind/basic/index.js +1 -1
- package/dist/cjs/header/components/kind/modern/index.js +1 -1
- package/dist/cjs/header/hooks/useBodyOverlay.js +1 -1
- package/dist/cjs/header/index.js +1 -1
- package/dist/cjs/header/next.js +1 -1
- package/dist/cjs/header/settings/Header.js +2 -2
- package/dist/cjs/header/settings/configs/presets.js +2 -2
- package/dist/cjs/header/settings/configs/settings.js +2 -2
- package/dist/cjs/header/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/heading/components/Heading.js +1 -1
- package/dist/cjs/heading/components/Heading.liquid.js +1 -1
- package/dist/cjs/heading/index.js +1 -1
- package/dist/cjs/heading/next.js +1 -1
- package/dist/cjs/heading/settings/Heading.js +2 -2
- package/dist/cjs/heading/settings/configs/presets.js +2 -2
- package/dist/cjs/heading/settings/configs/settings.js +1 -1
- package/dist/cjs/heading/settings/configs/translate.js +1 -1
- package/dist/cjs/heading/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/helpers.js +1 -1
- package/dist/cjs/hero-banner/common/animation-manager.js +1 -1
- package/dist/cjs/hero-banner/common/attrs.js +1 -1
- package/dist/cjs/hero-banner/common/classes.js +1 -1
- package/dist/cjs/hero-banner/common/const.js +1 -1
- package/dist/cjs/hero-banner/common/helpers.js +1 -1
- package/dist/cjs/hero-banner/common/styles.js +1 -1
- package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
- package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +13 -13
- package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
- package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +11 -11
- package/dist/cjs/hero-banner/hooks/useHeroBanner.js +1 -1
- package/dist/cjs/hero-banner/hooks/useHeroBannerItem.js +1 -1
- package/dist/cjs/hero-banner/hooks/useIntersectionObserver.js +1 -1
- package/dist/cjs/hero-banner/hooks/useTranslateValue.js +1 -1
- package/dist/cjs/hero-banner/hooks/useWindowSize.js +1 -1
- package/dist/cjs/hero-banner/index.js +1 -1
- package/dist/cjs/hero-banner/next.js +1 -1
- package/dist/cjs/hero-banner/settings/HeroBanner.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-video.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/settings.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/translate.js +1 -1
- package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/hooks/useGetProductId.js +1 -1
- package/dist/cjs/icon/common/attrs.js +1 -1
- package/dist/cjs/icon/common/classes.js +1 -1
- package/dist/cjs/icon/common/helpers.js +1 -1
- package/dist/cjs/icon/common/styles.js +1 -1
- package/dist/cjs/icon/components/Icon.js +1 -1
- package/dist/cjs/icon/components/Icon.liquid.js +8 -8
- package/dist/cjs/icon/index.js +1 -1
- package/dist/cjs/icon/next.js +1 -1
- package/dist/cjs/icon/settings/Icon.js +2 -2
- package/dist/cjs/icon/settings/configs/presets.js +2 -2
- package/dist/cjs/icon/settings/configs/settings.js +2 -2
- package/dist/cjs/icon/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/icon-list/common/attrs.js +1 -1
- package/dist/cjs/icon-list/common/classes.js +1 -1
- package/dist/cjs/icon-list/common/styles.js +1 -1
- package/dist/cjs/icon-list/components/IconList.js +1 -1
- package/dist/cjs/icon-list/components/IconList.liquid.js +13 -13
- package/dist/cjs/icon-list/components/IconListItem.js +1 -1
- package/dist/cjs/icon-list/components/IconListItem.liquid.js +6 -6
- package/dist/cjs/icon-list/index.js +1 -1
- package/dist/cjs/icon-list/next.js +1 -1
- package/dist/cjs/icon-list/settings/IconList.js +4 -4
- package/dist/cjs/icon-list/settings/IconListItem.js +1 -1
- package/dist/cjs/icon-list/settings/configs/items.js +1 -1
- package/dist/cjs/icon-list/settings/configs/settings.js +1 -1
- package/dist/cjs/icon-list/settings/configs/translate.js +1 -1
- package/dist/cjs/icon-list/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/icon-list-hoz/common/attrs.js +1 -1
- package/dist/cjs/icon-list-hoz/common/classes.js +1 -1
- package/dist/cjs/icon-list-hoz/common/styles.js +1 -1
- package/dist/cjs/icon-list-hoz/components/IconListHoz.js +1 -1
- package/dist/cjs/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
- package/dist/cjs/icon-list-hoz/components/IconListHozItem.js +1 -1
- package/dist/cjs/icon-list-hoz/components/IconListIHozItem.liquid.js +4 -4
- package/dist/cjs/icon-list-hoz/index.js +1 -1
- package/dist/cjs/icon-list-hoz/next.js +1 -1
- package/dist/cjs/icon-list-hoz/settings/IconListHoz.js +2 -2
- package/dist/cjs/icon-list-hoz/settings/IconListItem.js +1 -1
- package/dist/cjs/icon-list-hoz/settings/ItemTemplate.js +1 -1
- package/dist/cjs/icon-list-hoz/settings/configs/presets.js +3 -3
- package/dist/cjs/icon-list-hoz/settings/configs/settings.js +1 -1
- package/dist/cjs/icon-list-hoz/settings/configs/uiV2.js +1 -1
- package/dist/cjs/icon-list-v2/common/classes.js +1 -1
- package/dist/cjs/icon-list-v2/common/helpers.js +1 -1
- package/dist/cjs/icon-list-v2/common/styles.js +1 -1
- package/dist/cjs/icon-list-v2/components/IconList.js +1 -1
- package/dist/cjs/icon-list-v2/components/IconList.liquid.js +22 -22
- package/dist/cjs/icon-list-v2/hooks/useIconLineHeight.js +1 -1
- package/dist/cjs/icon-list-v2/index.js +1 -1
- package/dist/cjs/icon-list-v2/next.js +1 -1
- package/dist/cjs/icon-list-v2/settings/IconList.js +3 -3
- package/dist/cjs/icon-list-v2/settings/configs/items.js +1 -1
- package/dist/cjs/icon-list-v2/settings/configs/settings.js +1 -1
- package/dist/cjs/icon-list-v2/settings/configs/translate.js +1 -1
- package/dist/cjs/icon-list-v2/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/image/common/attrs.js +1 -1
- package/dist/cjs/image/common/classes.js +1 -1
- package/dist/cjs/image/common/helpers.js +2 -2
- package/dist/cjs/image/common/styles.js +1 -1
- package/dist/cjs/image/components/AdaptiveImage.js +1 -1
- package/dist/cjs/image/components/AdaptiveImage.liquid.js +13 -13
- package/dist/cjs/image/components/Image.js +1 -1
- package/dist/cjs/image/components/Image.liquid.js +11 -11
- package/dist/cjs/image/components/Modal3d.liquid.js +5 -5
- package/dist/cjs/image/components/NextImage.js +1 -1
- package/dist/cjs/image/components/NextImage.liquid.js +6 -6
- package/dist/cjs/image/components/Video.liquid.js +5 -5
- package/dist/cjs/image/constants.js +1 -1
- package/dist/cjs/image/index.js +1 -1
- package/dist/cjs/image/next.js +1 -1
- package/dist/cjs/image/settings/Image.js +2 -2
- package/dist/cjs/image/settings/configs/presets.js +2 -2
- package/dist/cjs/image/settings/configs/settings.js +1 -1
- package/dist/cjs/image/settings/configs/translate.js +1 -1
- package/dist/cjs/image/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/image-comparison/common/attrs.js +1 -1
- package/dist/cjs/image-comparison/common/classes.js +1 -1
- package/dist/cjs/image-comparison/common/helpers.js +1 -1
- package/dist/cjs/image-comparison/common/styles.js +11 -11
- package/dist/cjs/image-comparison/components/CompareImage.js +1 -1
- package/dist/cjs/image-comparison/components/CompareImage.liquid.js +18 -18
- package/dist/cjs/image-comparison/components/ImageComparison.js +1 -1
- package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +4 -4
- package/dist/cjs/image-comparison/components/Label.js +1 -1
- package/dist/cjs/image-comparison/components/Label.liquid.js +8 -8
- package/dist/cjs/image-comparison/components/SlideHandle.js +1 -1
- package/dist/cjs/image-comparison/components/SlideHandle.liquid.js +8 -8
- package/dist/cjs/image-comparison/hooks/useCompareImage.js +1 -1
- package/dist/cjs/image-comparison/index.js +1 -1
- package/dist/cjs/image-comparison/next.js +1 -1
- package/dist/cjs/image-comparison/settings/ImageComparison.js +3 -3
- package/dist/cjs/image-comparison/settings/configs/settings.js +1 -1
- package/dist/cjs/image-comparison/settings/configs/translate.js +1 -1
- package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/image-detection/components/ImageDetection.js +1 -1
- package/dist/cjs/image-detection/index.js +1 -1
- package/dist/cjs/image-detection/next.js +1 -1
- package/dist/cjs/image-detection/settings/ImageDetection.js +2 -2
- package/dist/cjs/image-detection/settings/configs/settings.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.liquid.js +1 -1
- package/dist/cjs/input/components/Input.js +1 -1
- package/dist/cjs/input/index.js +1 -1
- package/dist/cjs/input/next.js +1 -1
- package/dist/cjs/input/settings/Input.js +2 -2
- package/dist/cjs/input/settings/configs/settings.js +1 -1
- package/dist/cjs/line/common/classes.js +1 -1
- package/dist/cjs/line/common/helpers.js +1 -1
- package/dist/cjs/line/common/styles.js +1 -1
- package/dist/cjs/line/components/Divider.js +1 -1
- package/dist/cjs/line/components/Divider.liquid.js +1 -1
- package/dist/cjs/line/components/Line.js +1 -1
- package/dist/cjs/line/components/Line.liquid.js +14 -14
- package/dist/cjs/line/index.js +1 -1
- package/dist/cjs/line/next.js +1 -1
- package/dist/cjs/line/settings/Line.js +2 -2
- package/dist/cjs/line/settings/configs/presets.js +2 -2
- package/dist/cjs/line/settings/configs/settings.js +1 -1
- package/dist/cjs/line/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/link/common/helpers.js +1 -1
- package/dist/cjs/link/components/CustomLink.js +1 -1
- package/dist/cjs/link/components/Link.js +1 -1
- package/dist/cjs/link/components/ProductLink.js +1 -1
- package/dist/cjs/link/components/next-link/CustomLink.js +1 -1
- package/dist/cjs/link/components/next-link/ProductLink.js +1 -1
- package/dist/cjs/link/components/next-link/index.js +1 -1
- package/dist/cjs/link/index.js +1 -1
- package/dist/cjs/link/next.js +1 -1
- package/dist/cjs/link/settings/Link.js +1 -1
- package/dist/cjs/link/settings/configs/settings.js +1 -1
- package/dist/cjs/marquee/common/classes.js +1 -1
- package/dist/cjs/marquee/common/helpers.js +1 -1
- package/dist/cjs/marquee/common/styles.js +1 -1
- package/dist/cjs/marquee/components/Marquee.js +1 -1
- package/dist/cjs/marquee/components/Marquee.liquid.js +19 -19
- package/dist/cjs/marquee/components/MarqueeBase.js +1 -1
- package/dist/cjs/marquee/components/MarqueeBase.liquid.js +8 -8
- package/dist/cjs/marquee/components/MarqueeItem.js +1 -1
- package/dist/cjs/marquee/components/MarqueeItem.liquid.js +6 -6
- package/dist/cjs/marquee/hooks/useMarquee.js +1 -1
- package/dist/cjs/marquee/hooks/useMarqueeBase.js +1 -1
- package/dist/cjs/marquee/hooks/useMarqueeItem.js +1 -1
- package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -1
- package/dist/cjs/marquee/hooks/useMarqueeStyles.js +1 -1
- package/dist/cjs/marquee/hooks/useTransition.js +1 -1
- package/dist/cjs/marquee/index.js +1 -1
- package/dist/cjs/marquee/next.js +1 -1
- package/dist/cjs/marquee/settings/Marquee.js +2 -2
- package/dist/cjs/marquee/settings/MarqueeItem.js +1 -1
- package/dist/cjs/marquee/settings/configs/child-image-template.js +1 -1
- package/dist/cjs/marquee/settings/configs/child-template.js +1 -1
- package/dist/cjs/marquee/settings/configs/child-text-template.js +1 -1
- package/dist/cjs/marquee/settings/configs/presets.js +3 -3
- package/dist/cjs/marquee/settings/configs/settings-v2.js +2 -2
- package/dist/cjs/marquee/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/menu/components/DropdownMenu.js +1 -1
- package/dist/cjs/menu/components/MegaMenu.js +1 -1
- package/dist/cjs/menu/components/Menu.js +1 -1
- package/dist/cjs/menu/components/NavigationMenu.js +1 -1
- package/dist/cjs/menu/components/SubMegaMenu.js +1 -1
- package/dist/cjs/menu/components/SubNavigationMenu.js +1 -1
- package/dist/cjs/menu/index.js +1 -1
- package/dist/cjs/menu/next.js +1 -1
- package/dist/cjs/menu/settings/Menu.js +1 -1
- package/dist/cjs/menu/settings/configs/settings.js +1 -1
- package/dist/cjs/modal/common/helpers.js +1 -1
- package/dist/cjs/modal/components/Modal.js +1 -1
- package/dist/cjs/modal/components/ZoomButton.js +1 -1
- package/dist/cjs/modal/components/confirm.js +1 -1
- package/dist/cjs/modal/hooks/useModalContainer.js +1 -1
- package/dist/cjs/modal/index.js +1 -1
- package/dist/cjs/modal/next.js +1 -1
- package/dist/cjs/modal/settings/Modal.js +1 -1
- package/dist/cjs/modal/settings/configs/settings.js +1 -1
- package/dist/cjs/next.js +1 -1
- package/dist/cjs/notification/components/Notice.js +1 -1
- package/dist/cjs/notification/components/Notifications.js +1 -1
- package/dist/cjs/notification/components/icons/CloseIcon.js +1 -1
- package/dist/cjs/notification/hooks/useNotification.js +1 -1
- package/dist/cjs/pagination/components/Pagination.js +1 -1
- package/dist/cjs/pagination/index.js +1 -1
- package/dist/cjs/pagination/next.js +1 -1
- package/dist/cjs/pagination/settings/Pagination.js +1 -1
- package/dist/cjs/pagination/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/common/attrs.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/common/classes.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/common/styles.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/index.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/next.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
- package/dist/cjs/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/settings/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/advanced-list/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/settings/configs/templates.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/types.js +1 -1
- package/dist/cjs/post-purchase/button/common/classes.js +1 -1
- package/dist/cjs/post-purchase/button/common/styles.js +1 -1
- package/dist/cjs/post-purchase/button/components/Button.js +1 -1
- package/dist/cjs/post-purchase/button/index.js +1 -1
- package/dist/cjs/post-purchase/button/next.js +1 -1
- package/dist/cjs/post-purchase/button/settings/Button.js +2 -2
- package/dist/cjs/post-purchase/button/settings/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/button/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/button/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/common/classes.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/common/constants.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/common/styles.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentVisibility.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/index.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/next.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
- package/dist/cjs/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/common/classes.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/common/styles.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/components/CalloutBox.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/components/CalloutText.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/index.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/next.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/CalloutText.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/common/constants.js +1 -1
- package/dist/cjs/post-purchase/common/helper.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/common/classes.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/common/styles.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/index.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/next.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
- package/dist/cjs/post-purchase/countdown-timer/settings/config/preset.js +2 -2
- package/dist/cjs/post-purchase/countdown-timer/settings/config/setting.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/image/common/classes.js +1 -1
- package/dist/cjs/post-purchase/image/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/image/common/styles.js +1 -1
- package/dist/cjs/post-purchase/image/components/AdaptiveImage.js +1 -1
- package/dist/cjs/post-purchase/image/components/Image.js +1 -1
- package/dist/cjs/post-purchase/image/components/Img.js +1 -1
- package/dist/cjs/post-purchase/image/index.js +1 -1
- package/dist/cjs/post-purchase/image/next.js +1 -1
- package/dist/cjs/post-purchase/image/settings/Image.js +3 -3
- package/dist/cjs/post-purchase/image/settings/configs/setting-v2.js +1 -1
- package/dist/cjs/post-purchase/image/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/line/common/classes.js +1 -1
- package/dist/cjs/post-purchase/line/common/styles.js +1 -1
- package/dist/cjs/post-purchase/line/components/PostPurchaseLine.js +1 -1
- package/dist/cjs/post-purchase/line/index.js +1 -1
- package/dist/cjs/post-purchase/line/next.js +1 -1
- package/dist/cjs/post-purchase/line/settings/PostPurchaseLine.js +2 -2
- package/dist/cjs/post-purchase/line/settings/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/line/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/line/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/link/common/classes.js +1 -1
- package/dist/cjs/post-purchase/link/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/link/common/styles.js +1 -1
- package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +1 -1
- package/dist/cjs/post-purchase/link/index.js +1 -1
- package/dist/cjs/post-purchase/link/next.js +1 -1
- package/dist/cjs/post-purchase/link/settings/PostPurchaseLink.js +2 -2
- package/dist/cjs/post-purchase/link/settings/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/link/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/common/attrs.js +1 -1
- package/dist/cjs/post-purchase/product/common/classes.js +1 -1
- package/dist/cjs/post-purchase/product/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/product/common/styles.js +1 -1
- package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductDescription.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductPrice.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductQuantity.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductTitle.js +1 -1
- package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/FeatureImage.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/index.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/common/attrs.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/common/classes.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/common/styles.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/common/classes.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/common/styles.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
- package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
- package/dist/cjs/post-purchase/product/constants/index.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/index.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useCarousel.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useDynamicProduct.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useHandleQuantity.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useListCarousel.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useSlideCarousel.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
- package/dist/cjs/post-purchase/product/index.js +1 -1
- package/dist/cjs/post-purchase/product/next.js +1 -1
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/accept-button/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +3 -3
- package/dist/cjs/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +3 -3
- package/dist/cjs/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-offer/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +3 -3
- package/dist/cjs/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +3 -3
- package/dist/cjs/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +3 -3
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/text/common/attrs.js +1 -1
- package/dist/cjs/post-purchase/text/common/classes.js +1 -1
- package/dist/cjs/post-purchase/text/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/text/common/styles.js +1 -1
- package/dist/cjs/post-purchase/text/components/Text.js +2 -2
- package/dist/cjs/post-purchase/text/index.js +1 -1
- package/dist/cjs/post-purchase/text/next.js +1 -1
- package/dist/cjs/post-purchase/text/settings/heading/Heading.js +1 -1
- package/dist/cjs/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
- package/dist/cjs/post-purchase/text/settings/text/Text.js +3 -3
- package/dist/cjs/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
- package/dist/cjs/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
- package/dist/cjs/postPurchaseSetting.js +1 -1
- package/dist/cjs/product/components/ProductImages.js +1 -1
- package/dist/cjs/product/components/ProductImages.liquid.js +17 -17
- package/dist/cjs/product/components/ProductNotFound.js +1 -1
- package/dist/cjs/product/components/SalePageProductListWarning.js +1 -1
- package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +10 -10
- package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
- package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
- package/dist/cjs/product/components/dynamic-checkout/common/classes.js +1 -1
- package/dist/cjs/product/components/dynamic-checkout/common/styles.js +55 -55
- package/dist/cjs/product/components/file-upload/UploadFile.js +1 -1
- package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +19 -19
- package/dist/cjs/product/components/file-upload/common/attr.js +1 -1
- package/dist/cjs/product/components/file-upload/common/classes.js +1 -1
- package/dist/cjs/product/components/file-upload/common/helpers.js +1 -1
- package/dist/cjs/product/components/file-upload/common/style.js +1 -1
- package/dist/cjs/product/components/file-upload/settings/configs/presets.js +2 -2
- package/dist/cjs/product/components/file-upload/settings/configs/settings.js +2 -2
- package/dist/cjs/product/components/file-upload/settings/configs/translate.js +1 -1
- package/dist/cjs/product/components/file-upload/settings/configs/ui-v1.js +1 -1
- package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/product/components/file-upload/settings/index.js +2 -2
- package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
- package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +24 -24
- package/dist/cjs/product/components/product-badge/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
- package/dist/cjs/product/components/product-badge/common/styles.js +1 -1
- package/dist/cjs/product/components/product-badge/constants.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +3 -3
- package/dist/cjs/product/components/product-badge/utils/getRotateShape.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/getShapePosition.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/getWhiteSpace.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +59 -59
- package/dist/cjs/product/components/product-badge/utils/shape.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/stylesV2.js +5 -5
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +1 -1
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +10 -10
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +10 -10
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
- package/dist/cjs/product/components/product-bundle/common/classes.js +1 -1
- package/dist/cjs/product/components/product-bundle/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-bundle/common/styles.js +1 -1
- package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
- package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
- package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscount.js +3 -3
- package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
- package/dist/cjs/product/components/product-bundle/setting/configs/settings.js +1 -1
- package/dist/cjs/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
- package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
- package/dist/cjs/product/components/product-button/AddToCartButton.js +1 -1
- package/dist/cjs/product/components/product-button/AddToCartButton.liquid.js +1 -1
- package/dist/cjs/product/components/product-button/BlankSpace.js +1 -1
- package/dist/cjs/product/components/product-button/BlankSpace.liquid.js +3 -3
- package/dist/cjs/product/components/product-button/CartMessage.js +1 -1
- package/dist/cjs/product/components/product-button/PriceComponent.js +1 -1
- package/dist/cjs/product/components/product-button/PriceComponent.liquid.js +1 -1
- package/dist/cjs/product/components/product-button/PriceLayout.js +1 -1
- package/dist/cjs/product/components/product-button/PriceLayout.liquid.js +6 -6
- package/dist/cjs/product/components/product-button/ProductButton.js +1 -1
- package/dist/cjs/product/components/product-button/ProductButton.liquid.js +13 -13
- package/dist/cjs/product/components/product-button/ProductButtonPrice.js +1 -1
- package/dist/cjs/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
- package/dist/cjs/product/components/product-button/Separator.js +1 -1
- package/dist/cjs/product/components/product-button/Separator.liquid.js +4 -4
- package/dist/cjs/product/components/product-button/SoldOutButton.js +1 -1
- package/dist/cjs/product/components/product-button/SoldOutButton.liquid.js +1 -1
- package/dist/cjs/product/components/product-button/common/classes.js +1 -1
- package/dist/cjs/product/components/product-button/common/constants.js +2 -2
- package/dist/cjs/product/components/product-button/common/data.js +1 -1
- package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-button/common/styles.js +1 -1
- package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
- package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
- package/dist/cjs/product/components/product-button/hooks/useCartMessage.js +1 -1
- package/dist/cjs/product/components/product-button/hooks/useCartOperations.js +1 -1
- package/dist/cjs/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
- package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
- package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +16 -16
- package/dist/cjs/product/components/product-description/common/classes.js +1 -1
- package/dist/cjs/product/components/product-description/common/helpers.js +2 -2
- package/dist/cjs/product/components/product-description/common/styles.js +2 -2
- package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
- package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
- package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +16 -16
- package/dist/cjs/product/components/product-discount-tag/common/classes.js +1 -1
- package/dist/cjs/product/components/product-discount-tag/common/styles.js +1 -1
- package/dist/cjs/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
- package/dist/cjs/product/components/product-images/ProductFeaturedImage.js +1 -1
- package/dist/cjs/product/components/product-images/ProductFeaturedImage.liquid.js +33 -33
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +8 -8
- package/dist/cjs/product/components/product-images/ProductGalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-images/ProductGalleryGrid.liquid.js +11 -11
- package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
- package/dist/cjs/product/components/product-images/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-images/common/productFeaturedImage.js +1 -1
- package/dist/cjs/product/components/product-images/common/productGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +2 -2
- package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +30 -30
- package/dist/cjs/product/components/product-images-v2/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/classes.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/common.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/getBorderActiveCss.js +6 -6
- package/dist/cjs/product/components/product-images-v2/common/hoverAction.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/productGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/styles.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
- package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
- package/dist/cjs/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
- package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +35 -35
- package/dist/cjs/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
- package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +30 -30
- package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/common.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +7 -7
- package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
- package/dist/cjs/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
- package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +13 -13
- package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +34 -34
- package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/lightbox/constants.js +1 -1
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
- package/dist/cjs/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
- package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-list/ProductList.js +1 -1
- package/dist/cjs/product/components/product-list/ProductList.liquid.js +58 -58
- package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +6 -6
- package/dist/cjs/product/components/product-list/ProductListCarouselLayout.js +1 -1
- package/dist/cjs/product/components/product-list/ProductListCarouselLayout.liquid.js +10 -10
- package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +10 -10
- package/dist/cjs/product/components/product-list/ProductListGridLayout.js +1 -1
- package/dist/cjs/product/components/product-list/ProductListGridLayout.liquid.js +23 -23
- package/dist/cjs/product/components/product-list/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-list/common/classes.js +1 -1
- package/dist/cjs/product/components/product-list/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-list/common/styles.js +1 -1
- package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
- package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +58 -58
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +6 -6
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +10 -10
- package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +10 -10
- package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.js +1 -1
- package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +23 -23
- package/dist/cjs/product/components/product-list-v3/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -1
- package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-list-v3/common/styles.js +1 -1
- package/dist/cjs/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -1
- package/dist/cjs/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -1
- package/dist/cjs/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -1
- package/dist/cjs/product/components/product-list-v3/hooks/useProductsQuery.js +1 -1
- package/dist/cjs/product/components/product-price/ProductPrice.js +1 -1
- package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +8 -8
- package/dist/cjs/product/components/product-price/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-price/common/classes.js +1 -1
- package/dist/cjs/product/components/product-price/common/helpers.js +5 -5
- package/dist/cjs/product/components/product-price/hooks/useGpPrice.js +1 -1
- package/dist/cjs/product/components/product-properties/ProductProperties.js +1 -1
- package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +14 -14
- package/dist/cjs/product/components/product-properties/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-properties/common/classes.js +1 -1
- package/dist/cjs/product/components/product-properties/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-properties/common/styles.js +1 -1
- package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
- package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +15 -15
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +4 -4
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
- package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
- package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +14 -14
- package/dist/cjs/product/components/product-properties/property-input/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-properties/property-input/common/classes.js +1 -1
- package/dist/cjs/product/components/product-properties/property-input/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-properties/property-input/common/styles.js +1 -1
- package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
- package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +11 -11
- package/dist/cjs/product/components/product-properties/property-select/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-properties/property-select/common/classes.js +1 -1
- package/dist/cjs/product/components/product-properties/property-select/common/styles.js +1 -1
- package/dist/cjs/product/components/product-quantity/ProductQuantity.js +1 -1
- package/dist/cjs/product/components/product-quantity/ProductQuantity.liquid.js +22 -22
- package/dist/cjs/product/components/product-quantity/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-quantity/common/classes.js +1 -1
- package/dist/cjs/product/components/product-quantity/common/helpers.js +9 -9
- package/dist/cjs/product/components/product-quantity/common/styles.js +1 -1
- package/dist/cjs/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
- package/dist/cjs/product/components/product-quick-view/ProductQuickView.js +1 -1
- package/dist/cjs/product/components/product-quick-view/QuickView.js +1 -1
- package/dist/cjs/product/components/product-sku/Sku.js +1 -1
- package/dist/cjs/product/components/product-sku/Sku.liquid.js +5 -5
- package/dist/cjs/product/components/product-title/ProductTitle.js +1 -1
- package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +7 -7
- package/dist/cjs/product/components/product-title/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-variants/OptionVariantsNewFormat.liquid.js +15 -15
- package/dist/cjs/product/components/product-variants/OptionVariantsOldFormat.liquid.js +44 -44
- package/dist/cjs/product/components/product-variants/ProductVariants.js +1 -1
- package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +61 -61
- package/dist/cjs/product/components/product-variants/common/base/attrs.js +1 -1
- package/dist/cjs/product/components/product-variants/common/base/classes.js +2 -2
- package/dist/cjs/product/components/product-variants/common/base/styles.js +1 -1
- package/dist/cjs/product/components/product-variants/common/common.js +1 -1
- package/dist/cjs/product/components/product-variants/common/const.js +1 -1
- package/dist/cjs/product/components/product-variants/common/dropdown/attrs.js +1 -1
- package/dist/cjs/product/components/product-variants/common/dropdown/classes.js +1 -1
- package/dist/cjs/product/components/product-variants/common/dropdown/styles.js +1 -1
- package/dist/cjs/product/components/product-variants/common/main/classes.js +1 -1
- package/dist/cjs/product/components/product-variants/common/main/const.js +1 -1
- package/dist/cjs/product/components/product-variants/common/main/getAttr.js +1 -1
- package/dist/cjs/product/components/product-variants/common/main/getData.js +1 -1
- package/dist/cjs/product/components/product-variants/common/main/styles.js +1 -1
- package/dist/cjs/product/components/product-variants/common/variants/attrs.js +1 -1
- package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -1
- package/dist/cjs/product/components/product-variants/common/variants/styles.js +1 -1
- package/dist/cjs/product/components/product-variants/components/base/base.js +8 -8
- package/dist/cjs/product/components/product-variants/components/base/base.liquid.js +18 -18
- package/dist/cjs/product/components/product-variants/components/color/color.js +1 -1
- package/dist/cjs/product/components/product-variants/components/color/color.liquid.js +4 -4
- package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
- package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
- package/dist/cjs/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
- package/dist/cjs/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
- package/dist/cjs/product/components/product-variants/components/dropdown-option/render-liquid/index.js +17 -17
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +7 -7
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
- package/dist/cjs/product/components/product-variants/components/image/Image.js +1 -1
- package/dist/cjs/product/components/product-variants/components/image/Image.liquid.js +3 -3
- package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
- package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +3 -3
- package/dist/cjs/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
- package/dist/cjs/product/components/product-variants/components/variants/index.js +1 -1
- package/dist/cjs/product/components/product-variants/components/variants/index.liquid.js +33 -33
- package/dist/cjs/product/components/product-variants/hooks/useGpVariants.js +1 -1
- package/dist/cjs/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
- package/dist/cjs/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
- package/dist/cjs/product/components/product-vendor/Vendor.js +1 -1
- package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +6 -6
- package/dist/cjs/product/components/product-view-more/ProductViewMore.js +1 -1
- package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
- package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-view-more/common/styles.js +1 -1
- package/dist/cjs/product/components/product-wrap/Product.js +1 -1
- package/dist/cjs/product/components/product-wrap/Product.liquid.js +47 -47
- package/dist/cjs/product/components/product-wrap/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-wrap/hook/useProductSetting.js +1 -1
- package/dist/cjs/product/helpers/function.js +1 -1
- package/dist/cjs/product/helpers/product-bundle.js +1 -1
- package/dist/cjs/product/helpers/product-image.js +1 -1
- package/dist/cjs/product/helpers/product.js +1 -1
- package/dist/cjs/product/helpers/tracking.js +1 -1
- package/dist/cjs/product/index.js +1 -1
- package/dist/cjs/product/next.js +1 -1
- package/dist/cjs/product/settings/DynamicCheckout.js +2 -2
- package/dist/cjs/product/settings/Product.js +2 -2
- package/dist/cjs/product/settings/ProductBadge.js +1 -1
- package/dist/cjs/product/settings/ProductButton.js +2 -2
- package/dist/cjs/product/settings/ProductDescription.js +1 -1
- package/dist/cjs/product/settings/ProductImages.js +4 -4
- package/dist/cjs/product/settings/ProductList.js +2 -2
- package/dist/cjs/product/settings/ProductListV3.js +2 -2
- package/dist/cjs/product/settings/ProductPrice.js +2 -2
- package/dist/cjs/product/settings/ProductProperties.js +2 -2
- package/dist/cjs/product/settings/ProductQuantity.js +2 -2
- package/dist/cjs/product/settings/ProductTag.js +1 -1
- package/dist/cjs/product/settings/ProductTitle.js +2 -2
- package/dist/cjs/product/settings/ProductVariants.js +2 -2
- package/dist/cjs/product/settings/ProductViewMore.js +2 -2
- package/dist/cjs/product/settings/Sku.js +2 -2
- package/dist/cjs/product/settings/Vendor.js +2 -2
- package/dist/cjs/product/settings/bundle-layout/horizontal-one.js +1 -1
- package/dist/cjs/product/settings/bundle-layout/horizontal-three.js +1 -1
- package/dist/cjs/product/settings/bundle-layout/horizontal-two.js +1 -1
- package/dist/cjs/product/settings/bundle-layout/vertical-one.js +1 -1
- package/dist/cjs/product/settings/bundle-layout/vertical-three.js +1 -1
- package/dist/cjs/product/settings/bundle-layout/vertical-two.js +1 -1
- package/dist/cjs/product/settings/dynamic-checkout/configs/presets.js +2 -2
- package/dist/cjs/product/settings/dynamic-checkout/configs/settings.js +1 -1
- package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product/configs/presets.js +1 -1
- package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +3 -3
- package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +3 -3
- package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +3 -3
- package/dist/cjs/product/settings/product/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-badge/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-badge/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-button/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-button/configs/settings.js +2 -2
- package/dist/cjs/product/settings/product-button/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-description/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-description/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-description/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-description/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-discount-tag/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-discount-tag/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/ProductImages.js +3 -3
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui-v1.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/ProductImages.js +3 -3
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-list/configs/settings-v2.js +1 -1
- package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-list-v3/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -1
- package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-price/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-price/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-price/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-properties/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -1
- package/dist/cjs/product/settings/product-properties/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-quantity/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-quantity/configs/settings.js +2 -2
- package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-sku/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-sku/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-sku/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-title/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-title/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-variant/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-variant/swatches-style-config/color.js +1 -1
- package/dist/cjs/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
- package/dist/cjs/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
- package/dist/cjs/product/settings/product-variant/swatches-style-config/image.js +1 -1
- package/dist/cjs/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
- package/dist/cjs/product/settings/product-vendor/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-vendor/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-view-more/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-view-more/configs/settings.js +2 -2
- package/dist/cjs/product/settings/product-view-more/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -1
- package/dist/cjs/radio/components/Radio.js +1 -1
- package/dist/cjs/radio/index.js +1 -1
- package/dist/cjs/radio/next.js +1 -1
- package/dist/cjs/radio/settings/Radio.js +1 -1
- package/dist/cjs/radio/settings/configs/settings.js +1 -1
- package/dist/cjs/select/components/Select.js +2 -2
- package/dist/cjs/select/index.js +1 -1
- package/dist/cjs/select/next.js +1 -1
- package/dist/cjs/select/settings/Select.js +1 -1
- package/dist/cjs/select/settings/configs/settings.js +1 -1
- package/dist/cjs/setting.js +1 -1
- package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.js +1 -1
- package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
- package/dist/cjs/shop-pay-installment/components/common/helpers.js +1 -1
- package/dist/cjs/shop-pay-installment/index.js +1 -1
- package/dist/cjs/shop-pay-installment/next.js +1 -1
- package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
- package/dist/cjs/shop-pay-installment/settings/configs/settings.js +1 -1
- package/dist/cjs/sticky/common/classes.js +1 -1
- package/dist/cjs/sticky/common/styles.js +1 -1
- package/dist/cjs/sticky/components/Sticky.js +1 -1
- package/dist/cjs/sticky/components/Sticky.liquid.js +13 -13
- package/dist/cjs/sticky/hooks/useSticky.js +1 -1
- package/dist/cjs/sticky/index.js +1 -1
- package/dist/cjs/sticky/next.js +1 -1
- package/dist/cjs/sticky/settings/Sticky.js +1 -1
- package/dist/cjs/sticky/settings/configs/presets.js +4 -4
- package/dist/cjs/sticky/settings/configs/settings-v2.js +1 -1
- package/dist/cjs/sticky/settings/configs/settings.js +1 -1
- package/dist/cjs/sticky/settings/configs/translate.js +1 -1
- package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/stock-counter/common/attrs.js +1 -1
- package/dist/cjs/stock-counter/common/classes.js +1 -1
- package/dist/cjs/stock-counter/common/helpers.js +35 -35
- package/dist/cjs/stock-counter/common/styles.js +1 -1
- package/dist/cjs/stock-counter/components/StockCounter.js +1 -1
- package/dist/cjs/stock-counter/components/StockCounter.liquid.js +45 -45
- package/dist/cjs/stock-counter/hooks/useStockCounter.js +1 -1
- package/dist/cjs/stock-counter/hooks/useStockCounterInteraction.js +1 -1
- package/dist/cjs/stock-counter/index.js +1 -1
- package/dist/cjs/stock-counter/next.js +1 -1
- package/dist/cjs/stock-counter/settings/StockCounter.js +2 -2
- package/dist/cjs/stock-counter/settings/configs/presets.js +2 -2
- package/dist/cjs/stock-counter/settings/configs/settings-v2.js +2 -2
- package/dist/cjs/stock-counter/settings/configs/translate.js +1 -1
- package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/tab/common/attrs.js +1 -1
- package/dist/cjs/tab/common/classes.js +2 -2
- package/dist/cjs/tab/common/helpers.js +2 -2
- package/dist/cjs/tab/common/styles.js +1 -1
- package/dist/cjs/tab/components/TabItem.js +1 -1
- package/dist/cjs/tab/components/TabItem.liquid.js +6 -6
- package/dist/cjs/tab/components/Tabs.js +1 -1
- package/dist/cjs/tab/components/Tabs.liquid.js +24 -24
- package/dist/cjs/tab/hooks/useTab.js +1 -1
- package/dist/cjs/tab/hooks/useTabInteraction.js +1 -1
- package/dist/cjs/tab/index.js +1 -1
- package/dist/cjs/tab/next.js +1 -1
- package/dist/cjs/tab/settings/TabItem.js +2 -2
- package/dist/cjs/tab/settings/Tabs.js +3 -3
- package/dist/cjs/tab/settings/configs/settings.js +1 -1
- package/dist/cjs/tab/settings/configs/translate.js +1 -1
- package/dist/cjs/tab/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/text/common/attrs.js +1 -1
- package/dist/cjs/text/common/classes.js +1 -1
- package/dist/cjs/text/common/helpers.js +1 -1
- package/dist/cjs/text/common/styles.js +1 -1
- package/dist/cjs/text/components/Text.js +1 -1
- package/dist/cjs/text/components/Text.liquid.js +12 -12
- package/dist/cjs/text/components/TextInline.js +6 -6
- package/dist/cjs/text/index.js +1 -1
- package/dist/cjs/text/next.js +1 -1
- package/dist/cjs/text/settings/Text.js +2 -2
- package/dist/cjs/text/settings/configs/presets.js +2 -2
- package/dist/cjs/text/settings/configs/settings.js +1 -1
- package/dist/cjs/text/settings/configs/translate.js +1 -1
- package/dist/cjs/text/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/textarea/components/Textarea.js +1 -1
- package/dist/cjs/textarea/index.js +1 -1
- package/dist/cjs/textarea/next.js +1 -1
- package/dist/cjs/textarea/settings/Textarea.js +2 -2
- package/dist/cjs/textarea/settings/configs/settings.js +1 -1
- package/dist/cjs/third-party/common/helpers.js +5 -5
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +1 -1
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
- package/dist/cjs/third-party/components/AirProductReviewsAppUgc.js +1 -1
- package/dist/cjs/third-party/components/AirProductReviewsAppUgc.liquid.js +5 -5
- package/dist/cjs/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/AliReviews.js +1 -1
- package/dist/cjs/third-party/components/AliReviews.liquid.js +5 -5
- package/dist/cjs/third-party/components/AlsoBoughtCbb.js +1 -1
- package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
- package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
- package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
- package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
- package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
- package/dist/cjs/third-party/components/AppointmentBookingCowlendar.js +1 -1
- package/dist/cjs/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
- package/dist/cjs/third-party/components/AppstleBundlesDiscounts.js +1 -1
- package/dist/cjs/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
- package/dist/cjs/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/AppstleSubscriptions.js +1 -1
- package/dist/cjs/third-party/components/AppstleSubscriptions.liquid.js +4 -4
- package/dist/cjs/third-party/components/BestBuyFulfillment.js +1 -1
- package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +1 -1
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +1 -1
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
- package/dist/cjs/third-party/components/BirdChime/BirdChimeContent.js +1 -1
- package/dist/cjs/third-party/components/BirdChime.js +1 -1
- package/dist/cjs/third-party/components/BirdChime.liquid.js +4 -4
- package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
- package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
- package/dist/cjs/third-party/components/Bogos/BogosSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Bogos.js +1 -1
- package/dist/cjs/third-party/components/Bogos.liquid.js +5 -5
- package/dist/cjs/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/BoldProductOptions.js +1 -1
- package/dist/cjs/third-party/components/BoldProductOptions.liquid.js +3 -3
- package/dist/cjs/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/BoldSubscriptions.js +1 -1
- package/dist/cjs/third-party/components/BoldSubscriptions.liquid.js +5 -5
- package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
- package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
- package/dist/cjs/third-party/components/BonySubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/components/BonySubscriptionsApp.liquid.js +4 -4
- package/dist/cjs/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
- package/dist/cjs/third-party/components/BoostAISearchDiscovery.js +1 -1
- package/dist/cjs/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
- package/dist/cjs/third-party/components/Bundler/BundlerSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Bundler.js +1 -1
- package/dist/cjs/third-party/components/Bundler.liquid.js +4 -4
- package/dist/cjs/third-party/components/CleanSizeCharts.js +1 -1
- package/dist/cjs/third-party/components/CleanSizeCharts.liquid.js +5 -5
- package/dist/cjs/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
- package/dist/cjs/third-party/components/CrossSellCartUpsell.js +1 -1
- package/dist/cjs/third-party/components/CrossSellCartUpsell.liquid.js +4 -4
- package/dist/cjs/third-party/components/CustomProductOptionsVariant.js +1 -1
- package/dist/cjs/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
- package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.js +1 -1
- package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
- package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.js +1 -1
- package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
- package/dist/cjs/third-party/components/EasifyProductOptions.js +1 -1
- package/dist/cjs/third-party/components/EasifyProductOptions.liquid.js +4 -4
- package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.js +1 -1
- package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
- package/dist/cjs/third-party/components/EasySellCOD.js +1 -1
- package/dist/cjs/third-party/components/EasySellCOD.liquid.js +4 -4
- package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
- package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
- package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +1 -1
- package/dist/cjs/third-party/components/EcomsendBackInStockAlert.liquid.js +5 -5
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +1 -1
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +1 -1
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
- package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.js +1 -1
- package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.liquid.js +5 -5
- package/dist/cjs/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
- package/dist/cjs/third-party/components/FeraReviews.js +1 -1
- package/dist/cjs/third-party/components/FeraReviews.liquid.js +5 -5
- package/dist/cjs/third-party/components/FirePush/FirePushSampleContent.js +1 -1
- package/dist/cjs/third-party/components/FirePush.js +1 -1
- package/dist/cjs/third-party/components/FirePush.liquid.js +4 -4
- package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
- package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
- package/dist/cjs/third-party/components/FordeerProductLabels.js +1 -1
- package/dist/cjs/third-party/components/FordeerProductLabels.liquid.js +7 -7
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether.js +1 -1
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether.liquid.js +5 -5
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +1 -1
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
- package/dist/cjs/third-party/components/GloboProductOptionsVariant.js +1 -1
- package/dist/cjs/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
- package/dist/cjs/third-party/components/GoogleReviewsByReputon.js +1 -1
- package/dist/cjs/third-party/components/GoogleReviewsByReputon.liquid.js +5 -5
- package/dist/cjs/third-party/components/Growave/GrowaveSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Growave.js +1 -1
- package/dist/cjs/third-party/components/Growave.liquid.js +5 -5
- package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
- package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.js +1 -1
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
- package/dist/cjs/third-party/components/HextomFreeShippingBar.js +1 -1
- package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
- package/dist/cjs/third-party/components/HulkFormBuilder.js +1 -1
- package/dist/cjs/third-party/components/HulkFormBuilder.liquid.js +5 -5
- package/dist/cjs/third-party/components/HulkProductOptions.js +1 -1
- package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +1 -1
- package/dist/cjs/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/InfiniteOptions.js +1 -1
- package/dist/cjs/third-party/components/InfiniteOptions.liquid.js +3 -3
- package/dist/cjs/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Instafeed.js +1 -1
- package/dist/cjs/third-party/components/Instafeed.liquid.js +4 -4
- package/dist/cjs/third-party/components/InstasellShoppableInstagram.js +1 -1
- package/dist/cjs/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
- package/dist/cjs/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
- package/dist/cjs/third-party/components/JudgemeReviews.js +1 -1
- package/dist/cjs/third-party/components/JudgemeReviews.liquid.js +4 -4
- package/dist/cjs/third-party/components/JunipProductReviewsUgc.js +1 -1
- package/dist/cjs/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
- package/dist/cjs/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
- package/dist/cjs/third-party/components/KachingBundles.js +1 -1
- package/dist/cjs/third-party/components/KachingBundles.liquid.js +4 -4
- package/dist/cjs/third-party/components/KachingSubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/components/KachingSubscriptionsApp.liquid.js +4 -4
- package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/KingProductOptions.js +1 -1
- package/dist/cjs/third-party/components/KingProductOptions.liquid.js +4 -4
- package/dist/cjs/third-party/components/KiteFreeGiftDiscount.js +1 -1
- package/dist/cjs/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
- package/dist/cjs/third-party/components/KlarnaMessaging.js +1 -1
- package/dist/cjs/third-party/components/KlarnaMessaging.liquid.js +5 -5
- package/dist/cjs/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Klaviyo.js +1 -1
- package/dist/cjs/third-party/components/Klaviyo.liquid.js +5 -5
- package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
- package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
- package/dist/cjs/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
- package/dist/cjs/third-party/components/LaiProductReviews.js +1 -1
- package/dist/cjs/third-party/components/LaiProductReviews.liquid.js +5 -5
- package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
- package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
- package/dist/cjs/third-party/components/LoopSubscriptions.js +1 -1
- package/dist/cjs/third-party/components/LoopSubscriptions.liquid.js +2 -2
- package/dist/cjs/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/LooxReviews.js +1 -1
- package/dist/cjs/third-party/components/LooxReviews.liquid.js +8 -8
- package/dist/cjs/third-party/components/MaxbundleProductBundles.js +1 -1
- package/dist/cjs/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
- package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.js +1 -1
- package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.liquid.js +4 -4
- package/dist/cjs/third-party/components/MyappgurusProductReviews.js +1 -1
- package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
- package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +1 -1
- package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.liquid.js +3 -3
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +1 -1
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
- package/dist/cjs/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Omnisend.js +1 -1
- package/dist/cjs/third-party/components/Omnisend.liquid.js +9 -9
- package/dist/cjs/third-party/components/Opinew/OpinewSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Opinew.js +1 -1
- package/dist/cjs/third-party/components/Opinew.liquid.js +5 -5
- package/dist/cjs/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
- package/dist/cjs/third-party/components/ParcelPanel.js +1 -1
- package/dist/cjs/third-party/components/ParcelPanel.liquid.js +1 -1
- package/dist/cjs/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
- package/dist/cjs/third-party/components/PickyStory.js +1 -1
- package/dist/cjs/third-party/components/PickyStory.liquid.js +5 -5
- package/dist/cjs/third-party/components/PowerfulContactFormBuilder.js +1 -1
- package/dist/cjs/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
- package/dist/cjs/third-party/components/PreorderNowPreOrderPq.js +1 -1
- package/dist/cjs/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
- package/dist/cjs/third-party/components/PreorderNowWodPresale.js +1 -1
- package/dist/cjs/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
- package/dist/cjs/third-party/components/ProductOptionsCustomizer.js +1 -1
- package/dist/cjs/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +1 -1
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +3 -3
- package/dist/cjs/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/ProductReviews.js +1 -1
- package/dist/cjs/third-party/components/ProductReviews.liquid.js +5 -5
- package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
- package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
- package/dist/cjs/third-party/components/PushOwl.js +1 -1
- package/dist/cjs/third-party/components/PushOwl.liquid.js +3 -3
- package/dist/cjs/third-party/components/QikifyUpsell.js +1 -1
- package/dist/cjs/third-party/components/QikifyUpsell.liquid.js +1 -1
- package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.js +1 -1
- package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.liquid.js +3 -3
- package/dist/cjs/third-party/components/RechargeSubscriptions.js +1 -1
- package/dist/cjs/third-party/components/RechargeSubscriptions.liquid.js +1 -1
- package/dist/cjs/third-party/components/RecurpaySubscriptionApp.js +1 -1
- package/dist/cjs/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
- package/dist/cjs/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Releasit.js +1 -1
- package/dist/cjs/third-party/components/Releasit.liquid.js +4 -4
- package/dist/cjs/third-party/components/RequestQuoteHidePrice.js +1 -1
- package/dist/cjs/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
- package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
- package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
- package/dist/cjs/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Rivyo.js +1 -1
- package/dist/cjs/third-party/components/Rivyo.liquid.js +4 -4
- package/dist/cjs/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Ryviu.js +1 -1
- package/dist/cjs/third-party/components/Ryviu.liquid.js +5 -5
- package/dist/cjs/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/SealSubscriptions.js +1 -1
- package/dist/cjs/third-party/components/SealSubscriptions.liquid.js +4 -4
- package/dist/cjs/third-party/components/SegunoEmailMarketing.js +1 -1
- package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
- package/dist/cjs/third-party/components/Selleasy.js +1 -1
- package/dist/cjs/third-party/components/Selleasy.liquid.js +1 -1
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +1 -1
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
- package/dist/cjs/third-party/components/ShopifyForms.js +1 -1
- package/dist/cjs/third-party/components/ShopifyForms.liquid.js +1 -1
- package/dist/cjs/third-party/components/ShopifySubscriptions.js +1 -1
- package/dist/cjs/third-party/components/ShopifySubscriptions.liquid.js +4 -4
- package/dist/cjs/third-party/components/SimpleBundlesKits.js +1 -1
- package/dist/cjs/third-party/components/SimpleBundlesKits.liquid.js +1 -1
- package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.js +1 -1
- package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters.js +1 -1
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters.liquid.js +6 -6
- package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.js +1 -1
- package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
- package/dist/cjs/third-party/components/Stamped/LiquidTemplateByWidget.js +40 -40
- package/dist/cjs/third-party/components/Stamped/StampedSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Stamped.js +1 -1
- package/dist/cjs/third-party/components/Stamped.liquid.js +5 -5
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +1 -1
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +3 -3
- package/dist/cjs/third-party/components/SubifySubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
- package/dist/cjs/third-party/components/TagembedSocialPostReview.js +1 -1
- package/dist/cjs/third-party/components/TagembedSocialPostReview.liquid.js +5 -5
- package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.js +1 -1
- package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.liquid.js +4 -4
- package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.js +1 -1
- package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
- package/dist/cjs/third-party/components/ThirdPartyPreview.js +1 -1
- package/dist/cjs/third-party/components/TrustBadgesBear.js +1 -1
- package/dist/cjs/third-party/components/TrustBadgesBear.liquid.js +1 -1
- package/dist/cjs/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
- package/dist/cjs/third-party/components/TrustMe.js +1 -1
- package/dist/cjs/third-party/components/TrustMe.liquid.js +4 -4
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +1 -1
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
- package/dist/cjs/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Trustoo.js +1 -1
- package/dist/cjs/third-party/components/Trustoo.liquid.js +14 -14
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +1 -1
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
- package/dist/cjs/third-party/components/TrustshopProductReviews.js +1 -1
- package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +1 -1
- package/dist/cjs/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
- package/dist/cjs/third-party/components/UltimateSalesBoost.js +1 -1
- package/dist/cjs/third-party/components/UltimateSalesBoost.liquid.js +4 -4
- package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
- package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
- package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.js +1 -1
- package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.liquid.js +4 -4
- package/dist/cjs/third-party/components/Vitals/VitalsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Vitals.js +1 -1
- package/dist/cjs/third-party/components/Vitals.liquid.js +5 -5
- package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
- package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
- package/dist/cjs/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
- package/dist/cjs/third-party/components/WideBundle.js +1 -1
- package/dist/cjs/third-party/components/WideBundle.liquid.js +4 -4
- package/dist/cjs/third-party/components/Wiser/WiserSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Wiser.js +1 -1
- package/dist/cjs/third-party/components/Wiser.liquid.js +5 -5
- package/dist/cjs/third-party/components/WishlistKing.js +1 -1
- package/dist/cjs/third-party/components/WishlistKing.liquid.js +1 -1
- package/dist/cjs/third-party/components/WishlistPlus.js +1 -1
- package/dist/cjs/third-party/components/WishlistPlus.liquid.js +6 -6
- package/dist/cjs/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
- package/dist/cjs/third-party/components/YotpoLoyalty.js +1 -1
- package/dist/cjs/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/YotpoReviews.js +1 -1
- package/dist/cjs/third-party/components/YotpoReviews.liquid.js +6 -6
- package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +1 -1
- package/dist/cjs/third-party/configs/AirProductReviewsAppUgc.js +1 -1
- package/dist/cjs/third-party/configs/AliReviews.js +1 -1
- package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +1 -1
- package/dist/cjs/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
- package/dist/cjs/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
- package/dist/cjs/third-party/configs/AppointmentBookingCowlendar.js +1 -1
- package/dist/cjs/third-party/configs/AppstleBundlesDiscounts.js +1 -1
- package/dist/cjs/third-party/configs/AppstleSubscriptions.js +1 -1
- package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +1 -1
- package/dist/cjs/third-party/configs/BirdChime.js +1 -1
- package/dist/cjs/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
- package/dist/cjs/third-party/configs/Bogos.js +1 -1
- package/dist/cjs/third-party/configs/BoldProductOptions.js +1 -1
- package/dist/cjs/third-party/configs/BoldSubscription.js +1 -1
- package/dist/cjs/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
- package/dist/cjs/third-party/configs/BonySubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/configs/BoostAISearchDiscovery.js +1 -1
- package/dist/cjs/third-party/configs/Bundler.js +1 -1
- package/dist/cjs/third-party/configs/CleanSizeCharts.js +1 -1
- package/dist/cjs/third-party/configs/CrossSellCartUpsell.js +1 -1
- package/dist/cjs/third-party/configs/CustomProductOptionsVariant.js +1 -1
- package/dist/cjs/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
- package/dist/cjs/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
- package/dist/cjs/third-party/configs/EasifyProductOptions.js +1 -1
- package/dist/cjs/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
- package/dist/cjs/third-party/configs/EasySellCOD.js +1 -1
- package/dist/cjs/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
- package/dist/cjs/third-party/configs/EcomsendBackInStockAlert.js +1 -1
- package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +1 -1
- package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +1 -1
- package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
- package/dist/cjs/third-party/configs/FastBundleBundlesDiscount.js +1 -1
- package/dist/cjs/third-party/configs/FeraReviews.js +1 -1
- package/dist/cjs/third-party/configs/FirePush.js +1 -1
- package/dist/cjs/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
- package/dist/cjs/third-party/configs/FordeerProductLabels.js +1 -1
- package/dist/cjs/third-party/configs/FrequentlyBoughtTogether.js +1 -1
- package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +1 -1
- package/dist/cjs/third-party/configs/GoogleReviewsByReputon.js +1 -1
- package/dist/cjs/third-party/configs/Growave.js +1 -1
- package/dist/cjs/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
- package/dist/cjs/third-party/configs/HextomCountdownTimerBar.js +1 -1
- package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +1 -1
- package/dist/cjs/third-party/configs/HulkFormBuilder.js +1 -1
- package/dist/cjs/third-party/configs/HulkProductOptions.js +1 -1
- package/dist/cjs/third-party/configs/InfiniteOptions.js +1 -1
- package/dist/cjs/third-party/configs/Instafeed.js +1 -1
- package/dist/cjs/third-party/configs/InstasellShoppableInstagram.js +1 -1
- package/dist/cjs/third-party/configs/JudgemeReviews.js +1 -1
- package/dist/cjs/third-party/configs/JunipProductReviewsUgc.js +1 -1
- package/dist/cjs/third-party/configs/KachingBundles.js +1 -1
- package/dist/cjs/third-party/configs/KachingSubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/configs/KingProductOptions.js +1 -1
- package/dist/cjs/third-party/configs/KiteFreeGiftDiscount.js +1 -1
- package/dist/cjs/third-party/configs/KlarmaMessaging.js +1 -1
- package/dist/cjs/third-party/configs/Klaviyo.js +1 -1
- package/dist/cjs/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
- package/dist/cjs/third-party/configs/LaiProductReviews.js +1 -1
- package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
- package/dist/cjs/third-party/configs/LoopSubscriptions.js +1 -1
- package/dist/cjs/third-party/configs/LooxReviews.js +1 -1
- package/dist/cjs/third-party/configs/MaxbundleProductBundles.js +1 -1
- package/dist/cjs/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
- package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +1 -1
- package/dist/cjs/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
- package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +1 -1
- package/dist/cjs/third-party/configs/Omnisend.js +1 -1
- package/dist/cjs/third-party/configs/Opinew.js +1 -1
- package/dist/cjs/third-party/configs/ParcelPanel.js +1 -1
- package/dist/cjs/third-party/configs/PickyStory.js +1 -1
- package/dist/cjs/third-party/configs/PowerfulContactFormBuilder.js +1 -1
- package/dist/cjs/third-party/configs/PreorderNowPreOrderPq.js +1 -1
- package/dist/cjs/third-party/configs/PreorderNowWodPresale.js +1 -1
- package/dist/cjs/third-party/configs/ProductOptionsCustomizer.js +1 -1
- package/dist/cjs/third-party/configs/ProductReviews.js +1 -1
- package/dist/cjs/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
- package/dist/cjs/third-party/configs/PushOwl.js +1 -1
- package/dist/cjs/third-party/configs/QikifyUpsell.js +1 -1
- package/dist/cjs/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
- package/dist/cjs/third-party/configs/RechargeSubscriptions.js +1 -1
- package/dist/cjs/third-party/configs/RecurpaySubscriptionApp.js +1 -1
- package/dist/cjs/third-party/configs/Releasit.js +1 -1
- package/dist/cjs/third-party/configs/RequestQuoteHidePrice.js +1 -1
- package/dist/cjs/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
- package/dist/cjs/third-party/configs/Rivyo.js +1 -1
- package/dist/cjs/third-party/configs/Ryviu.js +1 -1
- package/dist/cjs/third-party/configs/SealSubscriptions.js +1 -1
- package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +1 -1
- package/dist/cjs/third-party/configs/Selleasy.js +1 -1
- package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
- package/dist/cjs/third-party/configs/ShopifyForms.js +1 -1
- package/dist/cjs/third-party/configs/ShopifySubscriptions.js +1 -1
- package/dist/cjs/third-party/configs/SimpleBundlesKits.js +1 -1
- package/dist/cjs/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
- package/dist/cjs/third-party/configs/SmartSearchBarAndFilters.js +1 -1
- package/dist/cjs/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
- package/dist/cjs/third-party/configs/Stamped.js +1 -1
- package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +1 -1
- package/dist/cjs/third-party/configs/SubifySubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/configs/TagembedSocialPostReview.js +1 -1
- package/dist/cjs/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
- package/dist/cjs/third-party/configs/TrustBadgesBear.js +1 -1
- package/dist/cjs/third-party/configs/TrustMe.js +1 -1
- package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +1 -1
- package/dist/cjs/third-party/configs/Trustoo.js +1 -1
- package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +1 -1
- package/dist/cjs/third-party/configs/TrustshopProductReviews.js +1 -1
- package/dist/cjs/third-party/configs/UltimateSalesBoost.js +1 -1
- package/dist/cjs/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
- package/dist/cjs/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
- package/dist/cjs/third-party/configs/Vitals.js +1 -1
- package/dist/cjs/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
- package/dist/cjs/third-party/configs/WideBundle.js +1 -1
- package/dist/cjs/third-party/configs/Wiser.js +1 -1
- package/dist/cjs/third-party/configs/WishlistKing.js +1 -1
- package/dist/cjs/third-party/configs/WishlistPlus.js +1 -1
- package/dist/cjs/third-party/configs/YotpoLoyalty.js +1 -1
- package/dist/cjs/third-party/configs/YotpoReviews.js +1 -1
- package/dist/cjs/third-party/index.js +1 -1
- package/dist/cjs/third-party/next.js +1 -1
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AliReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/AliReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +2 -2
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +4 -4
- package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +2 -2
- package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BirdChime/index.js +4 -4
- package/dist/cjs/third-party/settings/BirdChime/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
- package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Bogos/index.js +4 -4
- package/dist/cjs/third-party/settings/Bogos/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BoldProductOptions/index.js +4 -4
- package/dist/cjs/third-party/settings/BoldProductOptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +4 -4
- package/dist/cjs/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BonySubscriptionsApp/index.js +2 -2
- package/dist/cjs/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +4 -4
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Bundler/index.js +4 -4
- package/dist/cjs/third-party/settings/Bundler/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +4 -4
- package/dist/cjs/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +4 -4
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +2 -2
- package/dist/cjs/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EasySellCOD/index.js +4 -4
- package/dist/cjs/third-party/settings/EasySellCOD/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FeraReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/FeraReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FirePush/index.js +4 -4
- package/dist/cjs/third-party/settings/FirePush/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +2 -2
- package/dist/cjs/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +6 -6
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Growave/index.js +4 -4
- package/dist/cjs/third-party/settings/Growave/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
- package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +2 -2
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +2 -2
- package/dist/cjs/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/HulkProductOptions/index.js +2 -2
- package/dist/cjs/third-party/settings/HulkProductOptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/InfiniteOptions/index.js +4 -4
- package/dist/cjs/third-party/settings/InfiniteOptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Instafeed/index.js +4 -4
- package/dist/cjs/third-party/settings/Instafeed/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/JudgemeReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/JudgemeReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KachingBundles/index.js +4 -4
- package/dist/cjs/third-party/settings/KachingBundles/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
- package/dist/cjs/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KingProductOptions/index.js +4 -4
- package/dist/cjs/third-party/settings/KingProductOptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +4 -4
- package/dist/cjs/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Klaviyo/index.js +4 -4
- package/dist/cjs/third-party/settings/Klaviyo/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/LaiProductReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/LaiProductReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -4
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/LooxReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/LooxReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +2 -2
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +3 -3
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Omnisend/index.js +4 -4
- package/dist/cjs/third-party/settings/Omnisend/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Opinew/index.js +4 -4
- package/dist/cjs/third-party/settings/Opinew/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ParcelPanel/index.js +4 -4
- package/dist/cjs/third-party/settings/ParcelPanel/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PickyStory/index.js +4 -4
- package/dist/cjs/third-party/settings/PickyStory/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +2 -2
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ProductReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/ProductReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PushOwl/index.js +4 -4
- package/dist/cjs/third-party/settings/PushOwl/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/QikifyUpsell/index.js +4 -4
- package/dist/cjs/third-party/settings/QikifyUpsell/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Releasit/index.js +4 -4
- package/dist/cjs/third-party/settings/Releasit/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +3 -3
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Rivyo/index.js +4 -4
- package/dist/cjs/third-party/settings/Rivyo/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Ryviu/index.js +4 -4
- package/dist/cjs/third-party/settings/Ryviu/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SealSubscriptions/index.js +4 -4
- package/dist/cjs/third-party/settings/SealSubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +2 -2
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Selleasy/index.js +2 -2
- package/dist/cjs/third-party/settings/Selleasy/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ShopifyForms/index.js +2 -2
- package/dist/cjs/third-party/settings/ShopifyForms/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +2 -2
- package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +4 -4
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/Badge.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/BadgeDouble.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/BadgeRibbon.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/BadgeSingle.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/Carousel.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/CheckoutReviews.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/Colors.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/Filters.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/FullPage.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/InstagramFeed.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/MainWidget.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/ProductRating.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/SingleHighlight.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/SiteBadge.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/TopRated.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/VisualGallery.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/WallPhotos.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/index.js +1 -1
- package/dist/cjs/third-party/settings/Stamped.js +4 -4
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +2 -2
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TrustMe/index.js +4 -4
- package/dist/cjs/third-party/settings/TrustMe/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Trustoo/index.js +4 -4
- package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +4 -4
- package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
- package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
- package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Vitals/index.js +4 -4
- package/dist/cjs/third-party/settings/Vitals/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/WideBundle/index.js +4 -4
- package/dist/cjs/third-party/settings/WideBundle/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Wiser/index.js +4 -4
- package/dist/cjs/third-party/settings/Wiser/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/WishlistKing/index.js +2 -2
- package/dist/cjs/third-party/settings/WishlistKing/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/WishlistPlus/index.js +3 -3
- package/dist/cjs/third-party/settings/WishlistPlus/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +4 -4
- package/dist/cjs/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/YotpoReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/YotpoReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/types.js +1 -1
- package/dist/cjs/third-party-instant/common/helpers.js +1 -1
- package/dist/cjs/third-party-instant/components/InstantJudgemeReviews.js +1 -1
- package/dist/cjs/third-party-instant/components/InstantKlaviyo.js +1 -1
- package/dist/cjs/third-party-instant/components/InstantLooxReviews.js +1 -1
- package/dist/cjs/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
- package/dist/cjs/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
- package/dist/cjs/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
- package/dist/cjs/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
- package/dist/cjs/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
- package/dist/cjs/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
- package/dist/cjs/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
- package/dist/cjs/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
- package/dist/cjs/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
- package/dist/cjs/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
- package/dist/cjs/third-party-instant/configs/JudgemeReviews.js +1 -1
- package/dist/cjs/third-party-instant/configs/Klaviyo.js +1 -1
- package/dist/cjs/third-party-instant/configs/LooxReviews.js +1 -1
- package/dist/cjs/third-party-instant/configs/YotpoLoyalty.js +1 -1
- package/dist/cjs/third-party-instant/index.js +1 -1
- package/dist/cjs/third-party-instant/next.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +4 -4
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
- package/dist/cjs/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantLooxReviews/index.js +4 -4
- package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
- package/dist/cjs/third-party-instant/types.js +1 -1
- package/dist/cjs/third-party-slot/common/classes.js +1 -1
- package/dist/cjs/third-party-slot/common/helpers.js +8 -8
- package/dist/cjs/third-party-slot/common/styles.js +1 -1
- package/dist/cjs/third-party-slot/components/ThirdPartySlot.js +1 -1
- package/dist/cjs/third-party-slot/components/ThirdPartySlot.liquid.js +7 -7
- package/dist/cjs/third-party-slot/index.js +1 -1
- package/dist/cjs/third-party-slot/next.js +1 -1
- package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +2 -2
- package/dist/cjs/third-party-slot/settings/configs/settings.js +1 -1
- package/dist/cjs/third-party-slot/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/translate.js +1 -1
- package/dist/cjs/validates/background.js +1 -1
- package/dist/cjs/video/common/attrs.js +1 -1
- package/dist/cjs/video/common/classes.js +1 -1
- package/dist/cjs/video/common/helpers.js +1 -1
- package/dist/cjs/video/common/styles.js +1 -1
- package/dist/cjs/video/components/HTML5Embed.js +1 -1
- package/dist/cjs/video/components/HTML5Embed.liquid.js +25 -25
- package/dist/cjs/video/components/LiteVimeoEmbed.js +1 -1
- package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +15 -15
- package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
- package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +23 -23
- package/dist/cjs/video/components/Video.js +1 -1
- package/dist/cjs/video/components/Video.liquid.js +4 -4
- package/dist/cjs/video/hooks/useLiteHtml5Embed.js +1 -1
- package/dist/cjs/video/hooks/useLiteVimeoEmbed.js +1 -1
- package/dist/cjs/video/hooks/useLiteYoutubeEmbed.js +1 -1
- package/dist/cjs/video/index.js +1 -1
- package/dist/cjs/video/next.js +1 -1
- package/dist/cjs/video/settings/Video.js +3 -3
- package/dist/cjs/video/settings/configs/settings.js +1 -1
- package/dist/cjs/video/settings/configs/translate.js +1 -1
- package/dist/cjs/video/settings/configs/ui-v2.js +1 -1
- package/dist/esm/accordion/common/classes.js +1 -1
- package/dist/esm/accordion/common/helpers.js +1 -1
- package/dist/esm/accordion/common/styles.js +1 -1
- package/dist/esm/accordion/components/Accordion.js +1 -1
- package/dist/esm/accordion/components/Accordion.liquid.js +10 -10
- package/dist/esm/accordion/components/AccordionItem.js +1 -1
- package/dist/esm/accordion/components/AccordionItem.liquid.js +6 -6
- package/dist/esm/accordion/hooks/useAccordion.js +1 -1
- package/dist/esm/accordion/hooks/useAccordionItem.js +1 -1
- package/dist/esm/accordion/hooks/useMountTransition.js +1 -1
- package/dist/esm/accordion/index.js +1 -1
- package/dist/esm/accordion/next.js +1 -1
- package/dist/esm/accordion/settings/Accordion.js +2 -2
- package/dist/esm/accordion/settings/AccordionItem.js +1 -1
- package/dist/esm/accordion/settings/configs/child-items.js +1 -1
- package/dist/esm/accordion/settings/configs/settings.js +2 -2
- package/dist/esm/accordion/settings/configs/translate.js +1 -1
- package/dist/esm/accordion/settings/configs/ui-v2.js +1 -1
- package/dist/esm/article/common/helpers.js +2 -2
- package/dist/esm/article/components/ArticleAuthor.js +1 -1
- package/dist/esm/article/components/ArticleAuthor.liquid.js +2 -2
- package/dist/esm/article/components/ArticleCategory.js +1 -1
- package/dist/esm/article/components/ArticleCategory.liquid.js +2 -2
- package/dist/esm/article/components/ArticleContent.js +2 -2
- package/dist/esm/article/components/ArticleContent.liquid.js +4 -4
- package/dist/esm/article/components/ArticleDate.js +1 -1
- package/dist/esm/article/components/ArticleDate.liquid.js +3 -3
- package/dist/esm/article/components/ArticleExcerpt.js +1 -1
- package/dist/esm/article/components/ArticleExcerpt.liquid.js +3 -3
- package/dist/esm/article/components/ArticleImage.js +1 -1
- package/dist/esm/article/components/ArticleImage.liquid.js +3 -3
- package/dist/esm/article/components/ArticleList.js +1 -1
- package/dist/esm/article/components/ArticleList.liquid.js +6 -6
- package/dist/esm/article/components/ArticleNotFound.js +1 -1
- package/dist/esm/article/components/ArticlePagination.js +1 -1
- package/dist/esm/article/components/ArticlePagination.liquid.js +1 -1
- package/dist/esm/article/components/ArticleReadMore.js +1 -1
- package/dist/esm/article/components/ArticleReadMore.liquid.js +5 -5
- package/dist/esm/article/components/ArticleTag.js +1 -1
- package/dist/esm/article/components/ArticleTag.liquid.js +3 -3
- package/dist/esm/article/components/ArticleTitle.js +1 -1
- package/dist/esm/article/components/ArticleTitle.liquid.js +2 -2
- package/dist/esm/article/hooks/useArticleLink.js +1 -1
- package/dist/esm/article/index.js +1 -1
- package/dist/esm/article/next.js +1 -1
- package/dist/esm/article/settings/ArticleAuthor.js +2 -2
- package/dist/esm/article/settings/ArticleCategory.js +2 -2
- package/dist/esm/article/settings/ArticleContent.js +2 -2
- package/dist/esm/article/settings/ArticleDate.js +2 -2
- package/dist/esm/article/settings/ArticleExcerpt.js +2 -2
- package/dist/esm/article/settings/ArticleImage.js +2 -2
- package/dist/esm/article/settings/ArticleList.js +2 -2
- package/dist/esm/article/settings/ArticlePagination.js +2 -2
- package/dist/esm/article/settings/ArticleReadMore.js +2 -2
- package/dist/esm/article/settings/ArticleTag.js +2 -2
- package/dist/esm/article/settings/ArticleTitle.js +2 -2
- package/dist/esm/article/settings/configs/article-author/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-author/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-category/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-category/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-content/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-content/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-date/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-date/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-excerpt/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-excerpt/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-image/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-image/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-list/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-list/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-read-more/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-read-more/settings.js +2 -2
- package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-tag/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-tag/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-title/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-title/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/translate.js +1 -1
- package/dist/esm/breadcrumb/common/attrs.js +1 -1
- package/dist/esm/breadcrumb/common/classes.js +3 -3
- package/dist/esm/breadcrumb/common/helpers.js +1 -1
- package/dist/esm/breadcrumb/common/styles.js +1 -1
- package/dist/esm/breadcrumb/components/Breadcrumb.js +1 -1
- package/dist/esm/breadcrumb/components/Breadcrumb.liquid.js +5 -5
- package/dist/esm/breadcrumb/components/BreadcrumbItem.js +1 -1
- package/dist/esm/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
- package/dist/esm/breadcrumb/components/templates/article.js +7 -7
- package/dist/esm/breadcrumb/components/templates/collection.js +5 -5
- package/dist/esm/breadcrumb/components/templates/home.js +3 -3
- package/dist/esm/breadcrumb/components/templates/landing.js +5 -5
- package/dist/esm/breadcrumb/components/templates/product.js +2 -2
- package/dist/esm/breadcrumb/constants.js +1 -1
- package/dist/esm/breadcrumb/hooks/useBreadcrumb.js +1 -1
- package/dist/esm/breadcrumb/index.js +1 -1
- package/dist/esm/breadcrumb/next.js +1 -1
- package/dist/esm/breadcrumb/settings/Breadcrumb.js +2 -2
- package/dist/esm/breadcrumb/settings/configs/settings.js +2 -2
- package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -1
- package/dist/esm/breadcrumb/types.js +1 -1
- package/dist/esm/builder.js +1 -1
- package/dist/esm/button/common/attrs.js +1 -1
- package/dist/esm/button/common/classes.js +1 -1
- package/dist/esm/button/common/helpers.js +2 -2
- package/dist/esm/button/common/styles.js +16 -16
- package/dist/esm/button/components/Button.js +1 -1
- package/dist/esm/button/components/Button.liquid.js +10 -10
- package/dist/esm/button/components/ButtonIcon.js +1 -1
- package/dist/esm/button/components/ButtonIcon.liquid.js +5 -5
- package/dist/esm/button/components/ButtonLabel.js +1 -1
- package/dist/esm/button/components/ButtonLabel.liquid.js +2 -2
- package/dist/esm/button/components/ButtonLoadingIndicator.js +1 -1
- package/dist/esm/button/components/ButtonLoadingIndicator.liquid.js +1 -1
- package/dist/esm/button/index.js +1 -1
- package/dist/esm/button/next.js +1 -1
- package/dist/esm/button/settings/Button.js +2 -2
- package/dist/esm/button/settings/configs/settings.js +2 -2
- package/dist/esm/button/settings/configs/translate.js +1 -1
- package/dist/esm/button/settings/configs/ui-v2.js +1 -1
- package/dist/esm/carousel/common/helpers.js +1 -1
- package/dist/esm/carousel/components/arrow/Arrow.js +2 -2
- package/dist/esm/carousel/components/arrow/Arrow.liquid.js +2 -2
- package/dist/esm/carousel/components/arrow/common/classes.js +1 -1
- package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
- package/dist/esm/carousel/components/arrow/common/styles.js +8 -8
- package/dist/esm/carousel/components/dot/Dots.js +1 -1
- package/dist/esm/carousel/components/dot/Dots.liquid.js +3 -3
- package/dist/esm/carousel/components/dot/common/classes.js +1 -1
- package/dist/esm/carousel/components/dot/common/helpers.js +1 -1
- package/dist/esm/carousel/components/dot/common/styles.js +1 -1
- package/dist/esm/carousel/components/item/CarouselItem.js +1 -1
- package/dist/esm/carousel/components/item/CarouselItem.liquid.js +3 -3
- package/dist/esm/carousel/components/item/common/classes.js +1 -1
- package/dist/esm/carousel/components/item/common/styles.js +1 -1
- package/dist/esm/carousel/components/root/Carousel.js +1 -1
- package/dist/esm/carousel/components/root/Carousel.liquid.js +6 -6
- package/dist/esm/carousel/components/root/common/attrs.js +1 -1
- package/dist/esm/carousel/components/root/common/classes.js +1 -1
- package/dist/esm/carousel/components/root/common/helpers.js +1 -1
- package/dist/esm/carousel/components/root/common/styles.js +1 -1
- package/dist/esm/carousel/hooks/useCarouseItem.js +1 -1
- package/dist/esm/carousel/hooks/useCarousel.js +1 -1
- package/dist/esm/carousel/hooks/useDotsSetting.js +1 -1
- package/dist/esm/carousel/hooks/useTrackPreviewPause.js +1 -1
- package/dist/esm/carousel/index.js +1 -1
- package/dist/esm/carousel/next.js +1 -1
- package/dist/esm/carousel/plugins/animation.js +1 -1
- package/dist/esm/carousel/plugins/auto-play.js +1 -1
- package/dist/esm/carousel/plugins/fix-slider-move-backward.js +1 -1
- package/dist/esm/carousel/plugins/mutation.js +1 -1
- package/dist/esm/carousel/settings/Carousel.js +2 -2
- package/dist/esm/carousel/settings/CarouselItem.js +1 -1
- package/dist/esm/carousel/settings/configs/presets.js +2 -2
- package/dist/esm/carousel/settings/configs/settings-v2.js +2 -2
- package/dist/esm/carousel/settings/configs/ui-v2.js +1 -1
- package/dist/esm/carousel-v3/common/helpers.js +1 -1
- package/dist/esm/carousel-v3/components/arrow/Arrow.js +2 -2
- package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +2 -2
- package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
- package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -1
- package/dist/esm/carousel-v3/components/arrow/common/styles.js +8 -8
- package/dist/esm/carousel-v3/components/dot/Dots.js +1 -1
- package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +3 -3
- package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -1
- package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -1
- package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -1
- package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
- package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +2 -2
- package/dist/esm/carousel-v3/components/item/common/classes.js +1 -1
- package/dist/esm/carousel-v3/components/item/common/styles.js +1 -1
- package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
- package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +7 -7
- package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -1
- package/dist/esm/carousel-v3/components/root/common/classes.js +1 -1
- package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
- package/dist/esm/carousel-v3/components/root/common/styles.js +1 -1
- package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
- package/dist/esm/carousel-v3/components/swiper/SwiperSlide.js +1 -1
- package/dist/esm/carousel-v3/components/swiper/common/styles.js +1 -1
- package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -1
- package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
- package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -1
- package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
- package/dist/esm/carousel-v3/index.js +1 -1
- package/dist/esm/carousel-v3/next.js +1 -1
- package/dist/esm/carousel-v3/plugins/animation.js +1 -1
- package/dist/esm/carousel-v3/settings/Carousel.js +2 -2
- package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -1
- package/dist/esm/carousel-v3/settings/configs/presets.js +2 -2
- package/dist/esm/carousel-v3/settings/configs/settings-v2.js +2 -2
- package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
- package/dist/esm/cart/components/Cart.js +1 -1
- package/dist/esm/cart/components/CartCheckout.js +1 -1
- package/dist/esm/cart/components/CartDiscount.js +1 -1
- package/dist/esm/cart/components/CartLineAttribute.js +1 -1
- package/dist/esm/cart/components/CartLineImage.js +1 -1
- package/dist/esm/cart/components/CartLinePrice.js +1 -1
- package/dist/esm/cart/components/CartLineVariant.js +1 -1
- package/dist/esm/cart/components/CartList.js +1 -1
- package/dist/esm/cart/components/CartOrderNote.js +1 -1
- package/dist/esm/cart/components/CartTotalItem.js +1 -1
- package/dist/esm/cart/components/CartTotalPrice.js +1 -1
- package/dist/esm/cart/components/CheckoutNow.js +1 -1
- package/dist/esm/cart/components/CouponList.js +1 -1
- package/dist/esm/cart/components/DiscountInput.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/ShopPayButton.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +7 -7
- package/dist/esm/cart/components/shop-pay-button/common/classes.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/common/helpers.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/common/styles.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +2 -2
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +2 -2
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +2 -2
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +2 -2
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +2 -2
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
- package/dist/esm/cart/hooks/useShopPayButton.js +1 -1
- package/dist/esm/cart/index.js +1 -1
- package/dist/esm/cart/next.js +1 -1
- package/dist/esm/cart/settings/Cart.js +2 -2
- package/dist/esm/cart/settings/CartCheckout.js +1 -1
- package/dist/esm/cart/settings/CartDiscount.js +1 -1
- package/dist/esm/cart/settings/CartLineAttribute.js +1 -1
- package/dist/esm/cart/settings/CartLineImage.js +1 -1
- package/dist/esm/cart/settings/CartLinePrice.js +1 -1
- package/dist/esm/cart/settings/CartLineVariant.js +1 -1
- package/dist/esm/cart/settings/CartList.js +1 -1
- package/dist/esm/cart/settings/CartOrderNote.js +1 -1
- package/dist/esm/cart/settings/CartTotalItem.js +1 -1
- package/dist/esm/cart/settings/CartTotalPrice.js +1 -1
- package/dist/esm/cart/settings/CouponList.js +1 -1
- package/dist/esm/cart/settings/DiscountInput.js +1 -1
- package/dist/esm/cart/settings/ShopPayButton.js +1 -1
- package/dist/esm/code/common/classes.js +1 -1
- package/dist/esm/code/common/styles.js +1 -1
- package/dist/esm/code/components/CSSCode.js +1 -1
- package/dist/esm/code/components/CSSCode.liquid.js +3 -3
- package/dist/esm/code/hooks/useCSSCode.js +4 -4
- package/dist/esm/code/index.js +1 -1
- package/dist/esm/code/next.js +1 -1
- package/dist/esm/code/settings/CSSCode.js +3 -3
- package/dist/esm/code/settings/configs/settings.js +1 -1
- package/dist/esm/code/settings/configs/translate.js +1 -1
- package/dist/esm/code/settings/configs/ui-v2.js +1 -1
- package/dist/esm/collection/components/collection-banner/CollectionBanner.js +1 -1
- package/dist/esm/collection/components/collection-banner/CollectionBanner.liquid.js +5 -5
- package/dist/esm/collection/components/collection-banner/common/classes.js +1 -1
- package/dist/esm/collection/components/collection-banner/common/helpers.js +1 -1
- package/dist/esm/collection/components/collection-banner/common/styles.js +1 -1
- package/dist/esm/collection/components/collection-description/CollectionDescription.js +1 -1
- package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +7 -7
- package/dist/esm/collection/components/collection-description/common/classes.js +1 -1
- package/dist/esm/collection/components/collection-description/common/helpers.js +2 -2
- package/dist/esm/collection/components/collection-description/common/styles.js +2 -2
- package/dist/esm/collection/components/collection-paginator/CollectionPaginator.js +1 -1
- package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +5 -5
- package/dist/esm/collection/components/collection-paginator/common/classes.js +1 -1
- package/dist/esm/collection/components/collection-paginator/common/helpers.js +5 -5
- package/dist/esm/collection/components/collection-paginator/common/styles.js +1 -1
- package/dist/esm/collection/components/collection-title/CollectionTitle.js +1 -1
- package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +2 -2
- package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
- package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +6 -6
- package/dist/esm/collection/components/collection-toolbar/common/classes.js +1 -1
- package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -1
- package/dist/esm/collection/components/collection-toolbar/common/styles.js +1 -1
- package/dist/esm/collection/hooks/useDescription.js +1 -1
- package/dist/esm/collection/index.js +1 -1
- package/dist/esm/collection/next.js +1 -1
- package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +2 -2
- package/dist/esm/collection/settings/collection-banner/configs/settings.js +2 -2
- package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -1
- package/dist/esm/collection/settings/collection-description/CollectionDescription.js +2 -2
- package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -1
- package/dist/esm/collection/settings/collection-description/configs/translate.js +1 -1
- package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -1
- package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
- package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -1
- package/dist/esm/collection/settings/collection-paginator/configs/translate.js +1 -1
- package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
- package/dist/esm/collection/settings/collection-title/CollectionTitle.js +2 -2
- package/dist/esm/collection/settings/collection-title/configs/settings.js +1 -1
- package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -1
- package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
- package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -1
- package/dist/esm/collection/settings/collection-toolbar/configs/translate.js +1 -1
- package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
- package/dist/esm/common/components/Loading.js +1 -1
- package/dist/esm/common/components/NoDataState.js +1 -1
- package/dist/esm/common/components/Tooltip.js +1 -1
- package/dist/esm/common/components/TooltipHover.js +1 -1
- package/dist/esm/common/const.js +1 -1
- package/dist/esm/common/hooks/useInView.js +1 -1
- package/dist/esm/constant.js +1 -1
- package/dist/esm/countdown-timer/common/attrs.js +1 -1
- package/dist/esm/countdown-timer/common/classes.js +1 -1
- package/dist/esm/countdown-timer/common/helpers.js +1 -1
- package/dist/esm/countdown-timer/common/styles.js +1 -1
- package/dist/esm/countdown-timer/components/Countdown.js +1 -1
- package/dist/esm/countdown-timer/components/Countdown.liquid.js +7 -7
- package/dist/esm/countdown-timer/hooks/useCountDownTimer.js +1 -1
- package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -1
- package/dist/esm/countdown-timer/index.js +1 -1
- package/dist/esm/countdown-timer/next.js +1 -1
- package/dist/esm/countdown-timer/settings/Countdown.js +2 -2
- package/dist/esm/countdown-timer/settings/configs/setting.js +1 -1
- package/dist/esm/countdown-timer/settings/configs/translate.js +1 -1
- package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -1
- package/dist/esm/coupon/common/classes.js +1 -1
- package/dist/esm/coupon/common/helpers.js +1 -1
- package/dist/esm/coupon/common/styles.js +8 -8
- package/dist/esm/coupon/components/Coupon.js +1 -1
- package/dist/esm/coupon/components/Coupon.liquid.js +4 -4
- package/dist/esm/coupon/hooks/useCoupon.js +1 -1
- package/dist/esm/coupon/index.js +1 -1
- package/dist/esm/coupon/next.js +1 -1
- package/dist/esm/coupon/settings/Coupon.js +2 -2
- package/dist/esm/coupon/settings/configs/presets.js +2 -2
- package/dist/esm/coupon/settings/configs/settings.js +2 -2
- package/dist/esm/coupon/settings/configs/translate.js +1 -1
- package/dist/esm/coupon/settings/configs/ui-v2.js +1 -1
- package/dist/esm/dialog/common/attrs.js +1 -1
- package/dist/esm/dialog/common/classes.js +1 -1
- package/dist/esm/dialog/common/helpers.js +1 -1
- package/dist/esm/dialog/common/styles.js +1 -1
- package/dist/esm/dialog/components/Dialog.js +2 -2
- package/dist/esm/dialog/components/Dialog.liquid.js +5 -5
- package/dist/esm/dialog/hooks/useDialog.js +1 -1
- package/dist/esm/dialog/hooks/useScrollPercentage.js +1 -1
- package/dist/esm/dialog/index.js +1 -1
- package/dist/esm/dialog/next.js +1 -1
- package/dist/esm/dialog/settings/Dialog.js +3 -3
- package/dist/esm/dialog/settings/configs/settings.js +2 -2
- package/dist/esm/dialog/settings/configs/translate.js +1 -1
- package/dist/esm/dialog/settings/configs/ui-v2.js +1 -1
- package/dist/esm/estimate-delivery/common/classes.js +1 -1
- package/dist/esm/estimate-delivery/common/helpers.js +1 -1
- package/dist/esm/estimate-delivery/common/styles.js +1 -1
- package/dist/esm/estimate-delivery/components/EstimateDate.js +1 -1
- package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +4 -4
- package/dist/esm/estimate-delivery/index.js +1 -1
- package/dist/esm/estimate-delivery/next.js +1 -1
- package/dist/esm/estimate-delivery/settings/EstimateDate.js +2 -2
- package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -1
- package/dist/esm/estimate-delivery/settings/configs/translate.js +1 -1
- package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -1
- package/dist/esm/form/common/helpers.js +1 -1
- package/dist/esm/form/components/contact/Contact.js +1 -1
- package/dist/esm/form/components/contact/Contact.liquid.js +3 -3
- package/dist/esm/form/components/contact/common/classes.js +1 -1
- package/dist/esm/form/components/contact/common/styles.js +1 -1
- package/dist/esm/form/components/form-checkbox/FormCheckbox.js +1 -1
- package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +8 -8
- package/dist/esm/form/components/form-checkbox/common/classes.js +1 -1
- package/dist/esm/form/components/form-checkbox/common/styles.js +1 -1
- package/dist/esm/form/components/form-dropdown/FormDropdown.js +1 -1
- package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +12 -12
- package/dist/esm/form/components/form-dropdown/common/classes.js +1 -1
- package/dist/esm/form/components/form-dropdown/common/styles.js +1 -1
- package/dist/esm/form/components/form-email/FormEmail.js +1 -1
- package/dist/esm/form/components/form-email/FormEmail.liquid.js +5 -5
- package/dist/esm/form/components/form-email/common/classes.js +1 -1
- package/dist/esm/form/components/form-email/common/styles.js +1 -1
- package/dist/esm/form/components/newsletter/Newsletter.js +1 -1
- package/dist/esm/form/components/newsletter/Newsletter.liquid.js +6 -6
- package/dist/esm/form/components/newsletter/common/attrs.js +1 -1
- package/dist/esm/form/components/newsletter/common/classes.js +1 -1
- package/dist/esm/form/components/newsletter/common/styles.js +2 -2
- package/dist/esm/form/components/submit-button/SubmitButton.js +1 -1
- package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +3 -3
- package/dist/esm/form/components/submit-button/common/helpers.js +1 -1
- package/dist/esm/form/components/submit-button/common/styles.js +1 -1
- package/dist/esm/form/components/textarea/TextArea.js +1 -1
- package/dist/esm/form/components/textarea/TextArea.liquid.js +9 -9
- package/dist/esm/form/components/textarea/common/classes.js +1 -1
- package/dist/esm/form/components/textarea/common/styles.js +1 -1
- package/dist/esm/form/components/textfield/TextField.js +1 -1
- package/dist/esm/form/components/textfield/TextField.liquid.js +9 -9
- package/dist/esm/form/components/textfield/common/classes.js +1 -1
- package/dist/esm/form/components/textfield/common/styles.js +1 -1
- package/dist/esm/form/components/textinput/TextInput.js +1 -1
- package/dist/esm/form/components/textinput/TextInput.liquid.js +3 -3
- package/dist/esm/form/components/textinput/common/classes.js +1 -1
- package/dist/esm/form/components/textinput/common/styles.js +1 -1
- package/dist/esm/form/hooks/useGetColorContent.js +1 -1
- package/dist/esm/form/index.js +1 -1
- package/dist/esm/form/next.js +1 -1
- package/dist/esm/form/settings/contact/Contact.js +2 -2
- package/dist/esm/form/settings/contact/configs/inits.js +1 -1
- package/dist/esm/form/settings/contact/configs/settings.js +1 -1
- package/dist/esm/form/settings/contact/configs/translate.js +1 -1
- package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +2 -2
- package/dist/esm/form/settings/form-checkbox/configs/inits.js +1 -1
- package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-checkbox/configs/translate.js +1 -1
- package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/form-dropdown/FormDropdown.js +2 -2
- package/dist/esm/form/settings/form-dropdown/configs/inits.js +1 -1
- package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-dropdown/configs/translate.js +1 -1
- package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/form-email/FormEmail.js +2 -2
- package/dist/esm/form/settings/form-email/configs/inits.js +1 -1
- package/dist/esm/form/settings/form-email/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-email/configs/translate.js +1 -1
- package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/form-textarea/Textarea.js +2 -2
- package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-textarea/configs/translate.js +1 -1
- package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/newsletter/Newsletter.js +2 -2
- package/dist/esm/form/settings/newsletter/configs/inits.js +1 -1
- package/dist/esm/form/settings/newsletter/configs/settings.js +1 -1
- package/dist/esm/form/settings/newsletter/configs/translate.js +1 -1
- package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/submit-button/SubmitButton.js +2 -2
- package/dist/esm/form/settings/submit-button/configs/inits.js +1 -1
- package/dist/esm/form/settings/submit-button/configs/settings.js +2 -2
- package/dist/esm/form/settings/submit-button/configs/translate.js +1 -1
- package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/text-field/TextField.js +2 -2
- package/dist/esm/form/settings/text-field/configs/settings.js +1 -1
- package/dist/esm/form/settings/text-field/configs/translate.js +1 -1
- package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/text-input/TextInput.js +2 -2
- package/dist/esm/form/settings/text-input/configs/settings.js +1 -1
- package/dist/esm/form/settings/text-input/configs/translate.js +1 -1
- package/dist/esm/form/settings/text-input/configs/ui-v2.js +1 -1
- package/dist/esm/grid/components/ChildrenDroppable.js +3 -3
- package/dist/esm/grid/components/col/Col.js +1 -1
- package/dist/esm/grid/components/col/Col.liquid.js +2 -2
- package/dist/esm/grid/components/col/common/attrs.js +1 -1
- package/dist/esm/grid/components/col/common/classes.js +1 -1
- package/dist/esm/grid/components/col/common/styles.js +1 -1
- package/dist/esm/grid/components/root/Root.js +1 -1
- package/dist/esm/grid/components/root/Root.liquid.js +1 -1
- package/dist/esm/grid/components/row/Row.js +1 -1
- package/dist/esm/grid/components/row/Row.liquid.js +13 -13
- package/dist/esm/grid/components/row/common/attrs.js +1 -1
- package/dist/esm/grid/components/row/common/classes.js +1 -1
- package/dist/esm/grid/components/row/common/helpers.js +1 -1
- package/dist/esm/grid/components/row/common/styles.js +1 -1
- package/dist/esm/grid/components/section/Section.js +1 -1
- package/dist/esm/grid/components/section/Section.liquid.js +1 -1
- package/dist/esm/grid/hooks/useRowSetting.js +1 -1
- package/dist/esm/grid/index.js +1 -1
- package/dist/esm/grid/next.js +1 -1
- package/dist/esm/grid/settings/Col.js +1 -1
- package/dist/esm/grid/settings/Root.js +1 -1
- package/dist/esm/grid/settings/Row.js +2 -2
- package/dist/esm/grid/settings/Section.js +1 -1
- package/dist/esm/grid/settings/configs/row/presets.js +2 -2
- package/dist/esm/grid/settings/configs/row/settings.js +1 -1
- package/dist/esm/grid/settings/configs/row/translate.js +1 -1
- package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -1
- package/dist/esm/grid/settings/configs/section/settings.js +1 -1
- package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -1
- package/dist/esm/header/components/Header.js +1 -1
- package/dist/esm/header/components/SalePageHeaderWarning.js +1 -1
- package/dist/esm/header/components/icons/ChevronLeft.js +1 -1
- package/dist/esm/header/components/icons/Dismiss.js +1 -1
- package/dist/esm/header/components/icons/MenuIcon.js +1 -1
- package/dist/esm/header/components/kind/basic/DesktopMenu.js +1 -1
- package/dist/esm/header/components/kind/basic/DesktopMenuItem.js +1 -1
- package/dist/esm/header/components/kind/basic/MenuMobileItem.js +1 -1
- package/dist/esm/header/components/kind/basic/MobileMenu.js +1 -1
- package/dist/esm/header/components/kind/basic/index.js +1 -1
- package/dist/esm/header/components/kind/modern/index.js +1 -1
- package/dist/esm/header/hooks/useBodyOverlay.js +1 -1
- package/dist/esm/header/index.js +1 -1
- package/dist/esm/header/next.js +1 -1
- package/dist/esm/header/settings/Header.js +2 -2
- package/dist/esm/header/settings/configs/presets.js +2 -2
- package/dist/esm/header/settings/configs/settings.js +2 -2
- package/dist/esm/header/settings/configs/ui-v2.js +1 -1
- package/dist/esm/heading/components/Heading.js +1 -1
- package/dist/esm/heading/components/Heading.liquid.js +1 -1
- package/dist/esm/heading/index.js +1 -1
- package/dist/esm/heading/next.js +1 -1
- package/dist/esm/heading/settings/Heading.js +2 -2
- package/dist/esm/heading/settings/configs/presets.js +2 -2
- package/dist/esm/heading/settings/configs/settings.js +1 -1
- package/dist/esm/heading/settings/configs/translate.js +1 -1
- package/dist/esm/heading/settings/configs/ui-v2.js +1 -1
- package/dist/esm/helpers.js +1 -1
- package/dist/esm/hero-banner/common/animation-manager.js +1 -1
- package/dist/esm/hero-banner/common/attrs.js +1 -1
- package/dist/esm/hero-banner/common/classes.js +1 -1
- package/dist/esm/hero-banner/common/const.js +1 -1
- package/dist/esm/hero-banner/common/helpers.js +1 -1
- package/dist/esm/hero-banner/common/styles.js +1 -1
- package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
- package/dist/esm/hero-banner/components/HeroBanner.liquid.js +4 -4
- package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
- package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +10 -10
- package/dist/esm/hero-banner/hooks/useHeroBanner.js +1 -1
- package/dist/esm/hero-banner/hooks/useHeroBannerItem.js +1 -1
- package/dist/esm/hero-banner/hooks/useIntersectionObserver.js +1 -1
- package/dist/esm/hero-banner/hooks/useTranslateValue.js +1 -1
- package/dist/esm/hero-banner/hooks/useWindowSize.js +1 -1
- package/dist/esm/hero-banner/index.js +1 -1
- package/dist/esm/hero-banner/next.js +1 -1
- package/dist/esm/hero-banner/settings/HeroBanner.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-video.js +2 -2
- package/dist/esm/hero-banner/settings/configs/settings.js +2 -2
- package/dist/esm/hero-banner/settings/configs/translate.js +1 -1
- package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -1
- package/dist/esm/hooks/useGetProductId.js +1 -1
- package/dist/esm/icon/common/attrs.js +1 -1
- package/dist/esm/icon/common/classes.js +1 -1
- package/dist/esm/icon/common/helpers.js +1 -1
- package/dist/esm/icon/common/styles.js +1 -1
- package/dist/esm/icon/components/Icon.js +1 -1
- package/dist/esm/icon/components/Icon.liquid.js +4 -4
- package/dist/esm/icon/index.js +1 -1
- package/dist/esm/icon/next.js +1 -1
- package/dist/esm/icon/settings/Icon.js +2 -2
- package/dist/esm/icon/settings/configs/presets.js +2 -2
- package/dist/esm/icon/settings/configs/settings.js +2 -2
- package/dist/esm/icon/settings/configs/ui-v2.js +1 -1
- package/dist/esm/icon-list/common/attrs.js +1 -1
- package/dist/esm/icon-list/common/classes.js +1 -1
- package/dist/esm/icon-list/common/styles.js +1 -1
- package/dist/esm/icon-list/components/IconList.js +1 -1
- package/dist/esm/icon-list/components/IconList.liquid.js +11 -11
- package/dist/esm/icon-list/components/IconListItem.js +1 -1
- package/dist/esm/icon-list/components/IconListItem.liquid.js +3 -3
- package/dist/esm/icon-list/index.js +1 -1
- package/dist/esm/icon-list/next.js +1 -1
- package/dist/esm/icon-list/settings/IconList.js +2 -2
- package/dist/esm/icon-list/settings/IconListItem.js +1 -1
- package/dist/esm/icon-list/settings/configs/items.js +1 -1
- package/dist/esm/icon-list/settings/configs/settings.js +1 -1
- package/dist/esm/icon-list/settings/configs/translate.js +1 -1
- package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -1
- package/dist/esm/icon-list-hoz/common/attrs.js +1 -1
- package/dist/esm/icon-list-hoz/common/classes.js +1 -1
- package/dist/esm/icon-list-hoz/common/styles.js +1 -1
- package/dist/esm/icon-list-hoz/components/IconListHoz.js +1 -1
- package/dist/esm/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
- package/dist/esm/icon-list-hoz/components/IconListHozItem.js +1 -1
- package/dist/esm/icon-list-hoz/components/IconListIHozItem.liquid.js +3 -3
- package/dist/esm/icon-list-hoz/index.js +1 -1
- package/dist/esm/icon-list-hoz/next.js +1 -1
- package/dist/esm/icon-list-hoz/settings/IconListHoz.js +2 -2
- package/dist/esm/icon-list-hoz/settings/IconListItem.js +1 -1
- package/dist/esm/icon-list-hoz/settings/ItemTemplate.js +1 -1
- package/dist/esm/icon-list-hoz/settings/configs/presets.js +2 -2
- package/dist/esm/icon-list-hoz/settings/configs/settings.js +1 -1
- package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -1
- package/dist/esm/icon-list-v2/common/classes.js +1 -1
- package/dist/esm/icon-list-v2/common/helpers.js +1 -1
- package/dist/esm/icon-list-v2/common/styles.js +1 -1
- package/dist/esm/icon-list-v2/components/IconList.js +1 -1
- package/dist/esm/icon-list-v2/components/IconList.liquid.js +11 -11
- package/dist/esm/icon-list-v2/hooks/useIconLineHeight.js +1 -1
- package/dist/esm/icon-list-v2/index.js +1 -1
- package/dist/esm/icon-list-v2/next.js +1 -1
- package/dist/esm/icon-list-v2/settings/IconList.js +2 -2
- package/dist/esm/icon-list-v2/settings/configs/items.js +1 -1
- package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -1
- package/dist/esm/icon-list-v2/settings/configs/translate.js +1 -1
- package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -1
- package/dist/esm/image/common/attrs.js +1 -1
- package/dist/esm/image/common/classes.js +1 -1
- package/dist/esm/image/common/helpers.js +2 -2
- package/dist/esm/image/common/styles.js +1 -1
- package/dist/esm/image/components/AdaptiveImage.js +1 -1
- package/dist/esm/image/components/AdaptiveImage.liquid.js +11 -11
- package/dist/esm/image/components/Image.js +1 -1
- package/dist/esm/image/components/Image.liquid.js +3 -3
- package/dist/esm/image/components/Modal3d.liquid.js +5 -5
- package/dist/esm/image/components/NextImage.js +1 -1
- package/dist/esm/image/components/NextImage.liquid.js +5 -5
- package/dist/esm/image/components/Video.liquid.js +5 -5
- package/dist/esm/image/constants.js +1 -1
- package/dist/esm/image/index.js +1 -1
- package/dist/esm/image/next.js +1 -1
- package/dist/esm/image/settings/Image.js +2 -2
- package/dist/esm/image/settings/configs/presets.js +2 -2
- package/dist/esm/image/settings/configs/settings.js +1 -1
- package/dist/esm/image/settings/configs/translate.js +1 -1
- package/dist/esm/image/settings/configs/ui-v2.js +1 -1
- package/dist/esm/image-comparison/common/attrs.js +1 -1
- package/dist/esm/image-comparison/common/classes.js +1 -1
- package/dist/esm/image-comparison/common/helpers.js +1 -1
- package/dist/esm/image-comparison/common/styles.js +8 -8
- package/dist/esm/image-comparison/components/CompareImage.js +1 -1
- package/dist/esm/image-comparison/components/CompareImage.liquid.js +11 -11
- package/dist/esm/image-comparison/components/ImageComparison.js +1 -1
- package/dist/esm/image-comparison/components/ImageComparison.liquid.js +3 -3
- package/dist/esm/image-comparison/components/Label.js +1 -1
- package/dist/esm/image-comparison/components/Label.liquid.js +3 -3
- package/dist/esm/image-comparison/components/SlideHandle.js +1 -1
- package/dist/esm/image-comparison/components/SlideHandle.liquid.js +5 -5
- package/dist/esm/image-comparison/hooks/useCompareImage.js +1 -1
- package/dist/esm/image-comparison/index.js +1 -1
- package/dist/esm/image-comparison/next.js +1 -1
- package/dist/esm/image-comparison/settings/ImageComparison.js +2 -2
- package/dist/esm/image-comparison/settings/configs/settings.js +1 -1
- package/dist/esm/image-comparison/settings/configs/translate.js +1 -1
- package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -1
- package/dist/esm/image-detection/components/ImageDetection.js +1 -1
- package/dist/esm/image-detection/index.js +1 -1
- package/dist/esm/image-detection/next.js +1 -1
- package/dist/esm/image-detection/settings/ImageDetection.js +2 -2
- package/dist/esm/image-detection/settings/configs/settings.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/input/components/Input.js +1 -1
- package/dist/esm/input/index.js +1 -1
- package/dist/esm/input/next.js +1 -1
- package/dist/esm/input/settings/Input.js +2 -2
- package/dist/esm/input/settings/configs/settings.js +1 -1
- package/dist/esm/line/common/classes.js +1 -1
- package/dist/esm/line/common/helpers.js +1 -1
- package/dist/esm/line/common/styles.js +1 -1
- package/dist/esm/line/components/Divider.js +1 -1
- package/dist/esm/line/components/Divider.liquid.js +1 -1
- package/dist/esm/line/components/Line.js +1 -1
- package/dist/esm/line/components/Line.liquid.js +7 -7
- package/dist/esm/line/index.js +1 -1
- package/dist/esm/line/next.js +1 -1
- package/dist/esm/line/settings/Line.js +2 -2
- package/dist/esm/line/settings/configs/presets.js +2 -2
- package/dist/esm/line/settings/configs/settings.js +1 -1
- package/dist/esm/line/settings/configs/ui-v2.js +1 -1
- package/dist/esm/link/common/helpers.js +1 -1
- package/dist/esm/link/components/CustomLink.js +1 -1
- package/dist/esm/link/components/Link.js +1 -1
- package/dist/esm/link/components/ProductLink.js +1 -1
- package/dist/esm/link/components/next-link/CustomLink.js +1 -1
- package/dist/esm/link/components/next-link/ProductLink.js +1 -1
- package/dist/esm/link/components/next-link/index.js +1 -1
- package/dist/esm/link/index.js +1 -1
- package/dist/esm/link/next.js +1 -1
- package/dist/esm/link/settings/Link.js +1 -1
- package/dist/esm/link/settings/configs/settings.js +1 -1
- package/dist/esm/marquee/common/classes.js +1 -1
- package/dist/esm/marquee/common/helpers.js +1 -1
- package/dist/esm/marquee/common/styles.js +1 -1
- package/dist/esm/marquee/components/Marquee.js +1 -1
- package/dist/esm/marquee/components/Marquee.liquid.js +16 -16
- package/dist/esm/marquee/components/MarqueeBase.js +1 -1
- package/dist/esm/marquee/components/MarqueeBase.liquid.js +7 -7
- package/dist/esm/marquee/components/MarqueeItem.js +1 -1
- package/dist/esm/marquee/components/MarqueeItem.liquid.js +3 -3
- package/dist/esm/marquee/hooks/useMarquee.js +1 -1
- package/dist/esm/marquee/hooks/useMarqueeBase.js +1 -1
- package/dist/esm/marquee/hooks/useMarqueeItem.js +1 -1
- package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
- package/dist/esm/marquee/hooks/useMarqueeStyles.js +1 -1
- package/dist/esm/marquee/hooks/useTransition.js +1 -1
- package/dist/esm/marquee/index.js +1 -1
- package/dist/esm/marquee/next.js +1 -1
- package/dist/esm/marquee/settings/Marquee.js +2 -2
- package/dist/esm/marquee/settings/MarqueeItem.js +1 -1
- package/dist/esm/marquee/settings/configs/child-image-template.js +1 -1
- package/dist/esm/marquee/settings/configs/child-template.js +1 -1
- package/dist/esm/marquee/settings/configs/child-text-template.js +1 -1
- package/dist/esm/marquee/settings/configs/presets.js +2 -2
- package/dist/esm/marquee/settings/configs/settings-v2.js +2 -2
- package/dist/esm/marquee/settings/configs/ui-v2.js +1 -1
- package/dist/esm/menu/components/DropdownMenu.js +1 -1
- package/dist/esm/menu/components/MegaMenu.js +1 -1
- package/dist/esm/menu/components/Menu.js +1 -1
- package/dist/esm/menu/components/NavigationMenu.js +1 -1
- package/dist/esm/menu/components/SubMegaMenu.js +1 -1
- package/dist/esm/menu/components/SubNavigationMenu.js +1 -1
- package/dist/esm/menu/index.js +1 -1
- package/dist/esm/menu/next.js +1 -1
- package/dist/esm/menu/settings/Menu.js +1 -1
- package/dist/esm/menu/settings/configs/settings.js +1 -1
- package/dist/esm/modal/common/helpers.js +1 -1
- package/dist/esm/modal/components/Modal.js +1 -1
- package/dist/esm/modal/components/ZoomButton.js +1 -1
- package/dist/esm/modal/components/confirm.js +1 -1
- package/dist/esm/modal/hooks/useModalContainer.js +1 -1
- package/dist/esm/modal/index.js +1 -1
- package/dist/esm/modal/next.js +1 -1
- package/dist/esm/modal/settings/Modal.js +1 -1
- package/dist/esm/modal/settings/configs/settings.js +1 -1
- package/dist/esm/next.js +1 -1
- package/dist/esm/notification/components/Notice.js +1 -1
- package/dist/esm/notification/components/Notifications.js +1 -1
- package/dist/esm/notification/components/icons/CloseIcon.js +1 -1
- package/dist/esm/notification/hooks/useNotification.js +1 -1
- package/dist/esm/pagination/components/Pagination.js +1 -1
- package/dist/esm/pagination/index.js +1 -1
- package/dist/esm/pagination/next.js +1 -1
- package/dist/esm/pagination/settings/Pagination.js +1 -1
- package/dist/esm/pagination/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/advanced-list/common/attrs.js +1 -1
- package/dist/esm/post-purchase/advanced-list/common/classes.js +1 -1
- package/dist/esm/post-purchase/advanced-list/common/styles.js +1 -1
- package/dist/esm/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
- package/dist/esm/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
- package/dist/esm/post-purchase/advanced-list/index.js +1 -1
- package/dist/esm/post-purchase/advanced-list/next.js +1 -1
- package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
- package/dist/esm/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
- package/dist/esm/post-purchase/advanced-list/settings/configs/presets.js +2 -2
- package/dist/esm/post-purchase/advanced-list/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/advanced-list/settings/configs/templates.js +1 -1
- package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/advanced-list/types.js +1 -1
- package/dist/esm/post-purchase/button/common/classes.js +1 -1
- package/dist/esm/post-purchase/button/common/styles.js +1 -1
- package/dist/esm/post-purchase/button/components/Button.js +1 -1
- package/dist/esm/post-purchase/button/index.js +1 -1
- package/dist/esm/post-purchase/button/next.js +1 -1
- package/dist/esm/post-purchase/button/settings/Button.js +2 -2
- package/dist/esm/post-purchase/button/settings/configs/presets.js +2 -2
- package/dist/esm/post-purchase/button/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/button/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/common/constants.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentVisibility.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/index.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/next.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
- package/dist/esm/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
- package/dist/esm/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/callout-banner/common/classes.js +1 -1
- package/dist/esm/post-purchase/callout-banner/common/styles.js +1 -1
- package/dist/esm/post-purchase/callout-banner/components/CalloutBox.js +1 -1
- package/dist/esm/post-purchase/callout-banner/components/CalloutText.js +1 -1
- package/dist/esm/post-purchase/callout-banner/index.js +1 -1
- package/dist/esm/post-purchase/callout-banner/next.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/CalloutText.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
- package/dist/esm/post-purchase/common/constants.js +1 -1
- package/dist/esm/post-purchase/common/helper.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/common/classes.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/common/styles.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/index.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/next.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
- package/dist/esm/post-purchase/countdown-timer/settings/config/preset.js +2 -2
- package/dist/esm/post-purchase/countdown-timer/settings/config/setting.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
- package/dist/esm/post-purchase/image/common/classes.js +1 -1
- package/dist/esm/post-purchase/image/common/helpers.js +1 -1
- package/dist/esm/post-purchase/image/common/styles.js +1 -1
- package/dist/esm/post-purchase/image/components/AdaptiveImage.js +1 -1
- package/dist/esm/post-purchase/image/components/Image.js +1 -1
- package/dist/esm/post-purchase/image/components/Img.js +1 -1
- package/dist/esm/post-purchase/image/index.js +1 -1
- package/dist/esm/post-purchase/image/next.js +1 -1
- package/dist/esm/post-purchase/image/settings/Image.js +2 -2
- package/dist/esm/post-purchase/image/settings/configs/setting-v2.js +1 -1
- package/dist/esm/post-purchase/image/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/line/common/classes.js +1 -1
- package/dist/esm/post-purchase/line/common/styles.js +1 -1
- package/dist/esm/post-purchase/line/components/PostPurchaseLine.js +1 -1
- package/dist/esm/post-purchase/line/index.js +1 -1
- package/dist/esm/post-purchase/line/next.js +1 -1
- package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +2 -2
- package/dist/esm/post-purchase/line/settings/configs/presets.js +2 -2
- package/dist/esm/post-purchase/line/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/line/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/line/types.js +1 -1
- package/dist/esm/post-purchase/link/common/classes.js +1 -1
- package/dist/esm/post-purchase/link/common/helpers.js +1 -1
- package/dist/esm/post-purchase/link/common/styles.js +1 -1
- package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +1 -1
- package/dist/esm/post-purchase/link/index.js +1 -1
- package/dist/esm/post-purchase/link/next.js +1 -1
- package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +2 -2
- package/dist/esm/post-purchase/link/settings/configs/presets.js +2 -2
- package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/common/attrs.js +1 -1
- package/dist/esm/post-purchase/product/common/classes.js +1 -1
- package/dist/esm/post-purchase/product/common/helpers.js +1 -1
- package/dist/esm/post-purchase/product/common/styles.js +1 -1
- package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductDescription.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductPrice.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductQuantity.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductTitle.js +1 -1
- package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/index.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/common/classes.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/common/styles.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/types.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/common/classes.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/common/helpers.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/common/styles.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
- package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
- package/dist/esm/post-purchase/product/constants/index.js +1 -1
- package/dist/esm/post-purchase/product/helpers/index.js +1 -1
- package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
- package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
- package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
- package/dist/esm/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
- package/dist/esm/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useCarousel.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useDynamicProduct.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useHandleQuantity.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useListCarousel.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useSlideCarousel.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
- package/dist/esm/post-purchase/product/index.js +1 -1
- package/dist/esm/post-purchase/product/next.js +1 -1
- package/dist/esm/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
- package/dist/esm/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
- package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/accept-button/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-offer/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-quantity/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-subscription/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/text/common/attrs.js +1 -1
- package/dist/esm/post-purchase/text/common/classes.js +1 -1
- package/dist/esm/post-purchase/text/common/helpers.js +1 -1
- package/dist/esm/post-purchase/text/common/styles.js +1 -1
- package/dist/esm/post-purchase/text/components/Text.js +2 -2
- package/dist/esm/post-purchase/text/index.js +1 -1
- package/dist/esm/post-purchase/text/next.js +1 -1
- package/dist/esm/post-purchase/text/settings/heading/Heading.js +1 -1
- package/dist/esm/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
- package/dist/esm/post-purchase/text/settings/text/Text.js +2 -2
- package/dist/esm/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
- package/dist/esm/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
- package/dist/esm/postPurchaseSetting.js +1 -1
- package/dist/esm/product/components/ProductImages.js +1 -1
- package/dist/esm/product/components/ProductImages.liquid.js +9 -9
- package/dist/esm/product/components/ProductNotFound.js +1 -1
- package/dist/esm/product/components/SalePageProductListWarning.js +1 -1
- package/dist/esm/product/components/constants/product-bundle.js +1 -1
- package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +4 -4
- package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
- package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
- package/dist/esm/product/components/dynamic-checkout/common/classes.js +1 -1
- package/dist/esm/product/components/dynamic-checkout/common/styles.js +20 -20
- package/dist/esm/product/components/file-upload/UploadFile.js +1 -1
- package/dist/esm/product/components/file-upload/UploadFile.liquid.js +4 -4
- package/dist/esm/product/components/file-upload/common/attr.js +1 -1
- package/dist/esm/product/components/file-upload/common/classes.js +1 -1
- package/dist/esm/product/components/file-upload/common/helpers.js +1 -1
- package/dist/esm/product/components/file-upload/common/style.js +1 -1
- package/dist/esm/product/components/file-upload/settings/configs/presets.js +2 -2
- package/dist/esm/product/components/file-upload/settings/configs/settings.js +2 -2
- package/dist/esm/product/components/file-upload/settings/configs/translate.js +1 -1
- package/dist/esm/product/components/file-upload/settings/configs/ui-v1.js +1 -1
- package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -1
- package/dist/esm/product/components/file-upload/settings/index.js +2 -2
- package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
- package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +7 -7
- package/dist/esm/product/components/product-badge/common/attrs.js +1 -1
- package/dist/esm/product/components/product-badge/common/classes.js +1 -1
- package/dist/esm/product/components/product-badge/common/styles.js +1 -1
- package/dist/esm/product/components/product-badge/constants.js +1 -1
- package/dist/esm/product/components/product-badge/types.js +1 -1
- package/dist/esm/product/components/product-badge/utils/common.js +1 -1
- package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +2 -2
- package/dist/esm/product/components/product-badge/utils/getRotateShape.js +1 -1
- package/dist/esm/product/components/product-badge/utils/getShapePosition.js +1 -1
- package/dist/esm/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
- package/dist/esm/product/components/product-badge/utils/getWhiteSpace.js +1 -1
- package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -1
- package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +29 -29
- package/dist/esm/product/components/product-badge/utils/shape.js +1 -1
- package/dist/esm/product/components/product-badge/utils/stylesV2.js +2 -2
- package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +1 -1
- package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +7 -7
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +6 -6
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
- package/dist/esm/product/components/product-bundle/common/classes.js +1 -1
- package/dist/esm/product/components/product-bundle/common/helpers.js +1 -1
- package/dist/esm/product/components/product-bundle/common/styles.js +1 -1
- package/dist/esm/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
- package/dist/esm/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
- package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscount.js +2 -2
- package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
- package/dist/esm/product/components/product-bundle/setting/configs/settings.js +1 -1
- package/dist/esm/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
- package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
- package/dist/esm/product/components/product-button/AddToCartButton.js +1 -1
- package/dist/esm/product/components/product-button/AddToCartButton.liquid.js +1 -1
- package/dist/esm/product/components/product-button/BlankSpace.js +1 -1
- package/dist/esm/product/components/product-button/BlankSpace.liquid.js +2 -2
- package/dist/esm/product/components/product-button/CartMessage.js +1 -1
- package/dist/esm/product/components/product-button/PriceComponent.js +1 -1
- package/dist/esm/product/components/product-button/PriceComponent.liquid.js +1 -1
- package/dist/esm/product/components/product-button/PriceLayout.js +1 -1
- package/dist/esm/product/components/product-button/PriceLayout.liquid.js +2 -2
- package/dist/esm/product/components/product-button/ProductButton.js +1 -1
- package/dist/esm/product/components/product-button/ProductButton.liquid.js +5 -5
- package/dist/esm/product/components/product-button/ProductButtonPrice.js +1 -1
- package/dist/esm/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
- package/dist/esm/product/components/product-button/Separator.js +1 -1
- package/dist/esm/product/components/product-button/Separator.liquid.js +4 -4
- package/dist/esm/product/components/product-button/SoldOutButton.js +1 -1
- package/dist/esm/product/components/product-button/SoldOutButton.liquid.js +1 -1
- package/dist/esm/product/components/product-button/common/classes.js +1 -1
- package/dist/esm/product/components/product-button/common/constants.js +2 -2
- package/dist/esm/product/components/product-button/common/data.js +1 -1
- package/dist/esm/product/components/product-button/common/helpers.js +1 -1
- package/dist/esm/product/components/product-button/common/styles.js +1 -1
- package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
- package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
- package/dist/esm/product/components/product-button/hooks/useCartMessage.js +1 -1
- package/dist/esm/product/components/product-button/hooks/useCartOperations.js +1 -1
- package/dist/esm/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
- package/dist/esm/product/components/product-button/types.js +1 -1
- package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
- package/dist/esm/product/components/product-description/ProductDescription.liquid.js +10 -10
- package/dist/esm/product/components/product-description/common/classes.js +1 -1
- package/dist/esm/product/components/product-description/common/helpers.js +2 -2
- package/dist/esm/product/components/product-description/common/styles.js +2 -2
- package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
- package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
- package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +11 -11
- package/dist/esm/product/components/product-discount-tag/common/classes.js +1 -1
- package/dist/esm/product/components/product-discount-tag/common/styles.js +1 -1
- package/dist/esm/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
- package/dist/esm/product/components/product-images/ProductFeaturedImage.js +1 -1
- package/dist/esm/product/components/product-images/ProductFeaturedImage.liquid.js +31 -31
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +6 -6
- package/dist/esm/product/components/product-images/ProductGalleryGrid.js +1 -1
- package/dist/esm/product/components/product-images/ProductGalleryGrid.liquid.js +10 -10
- package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
- package/dist/esm/product/components/product-images/common/helpers.js +1 -1
- package/dist/esm/product/components/product-images/common/productFeaturedImage.js +1 -1
- package/dist/esm/product/components/product-images/common/productGallery.js +1 -1
- package/dist/esm/product/components/product-images-v2/ProductImageV2.js +2 -2
- package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +18 -18
- package/dist/esm/product/components/product-images-v2/common/attrs.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/classes.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/common.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/getBorderActiveCss.js +2 -2
- package/dist/esm/product/components/product-images-v2/common/hoverAction.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/productGallery.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/styles.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
- package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +41 -41
- package/dist/esm/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +6 -6
- package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +2 -2
- package/dist/esm/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
- package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
- package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +18 -18
- package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/classes.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/common.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +2 -2
- package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/styles.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
- package/dist/esm/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +43 -43
- package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +7 -7
- package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +2 -2
- package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/lightbox/constants.js +1 -1
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
- package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
- package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
- package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
- package/dist/esm/product/components/product-list/ProductList.js +1 -1
- package/dist/esm/product/components/product-list/ProductList.liquid.js +34 -34
- package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +2 -2
- package/dist/esm/product/components/product-list/ProductListCarouselLayout.js +1 -1
- package/dist/esm/product/components/product-list/ProductListCarouselLayout.liquid.js +4 -4
- package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +7 -7
- package/dist/esm/product/components/product-list/ProductListGridLayout.js +1 -1
- package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +19 -19
- package/dist/esm/product/components/product-list/common/attrs.js +1 -1
- package/dist/esm/product/components/product-list/common/classes.js +1 -1
- package/dist/esm/product/components/product-list/common/helpers.js +1 -1
- package/dist/esm/product/components/product-list/common/styles.js +1 -1
- package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
- package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +34 -34
- package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +2 -2
- package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
- package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +6 -6
- package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +7 -7
- package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -1
- package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +19 -19
- package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -1
- package/dist/esm/product/components/product-list-v3/common/classes.js +1 -1
- package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -1
- package/dist/esm/product/components/product-list-v3/common/styles.js +1 -1
- package/dist/esm/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -1
- package/dist/esm/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -1
- package/dist/esm/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -1
- package/dist/esm/product/components/product-list-v3/hooks/useProductsQuery.js +1 -1
- package/dist/esm/product/components/product-price/ProductPrice.js +1 -1
- package/dist/esm/product/components/product-price/ProductPrice.liquid.js +5 -5
- package/dist/esm/product/components/product-price/common/attrs.js +1 -1
- package/dist/esm/product/components/product-price/common/classes.js +1 -1
- package/dist/esm/product/components/product-price/common/helpers.js +3 -3
- package/dist/esm/product/components/product-price/hooks/useGpPrice.js +1 -1
- package/dist/esm/product/components/product-properties/ProductProperties.js +1 -1
- package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +6 -6
- package/dist/esm/product/components/product-properties/common/attrs.js +1 -1
- package/dist/esm/product/components/product-properties/common/classes.js +1 -1
- package/dist/esm/product/components/product-properties/common/helpers.js +1 -1
- package/dist/esm/product/components/product-properties/common/styles.js +1 -1
- package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
- package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +3 -3
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +3 -3
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
- package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
- package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +10 -10
- package/dist/esm/product/components/product-properties/property-input/common/attrs.js +1 -1
- package/dist/esm/product/components/product-properties/property-input/common/classes.js +1 -1
- package/dist/esm/product/components/product-properties/property-input/common/helpers.js +1 -1
- package/dist/esm/product/components/product-properties/property-input/common/styles.js +1 -1
- package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
- package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +7 -7
- package/dist/esm/product/components/product-properties/property-select/common/attrs.js +1 -1
- package/dist/esm/product/components/product-properties/property-select/common/classes.js +1 -1
- package/dist/esm/product/components/product-properties/property-select/common/styles.js +1 -1
- package/dist/esm/product/components/product-quantity/ProductQuantity.js +1 -1
- package/dist/esm/product/components/product-quantity/ProductQuantity.liquid.js +5 -5
- package/dist/esm/product/components/product-quantity/common/attrs.js +1 -1
- package/dist/esm/product/components/product-quantity/common/classes.js +1 -1
- package/dist/esm/product/components/product-quantity/common/helpers.js +3 -3
- package/dist/esm/product/components/product-quantity/common/styles.js +1 -1
- package/dist/esm/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
- package/dist/esm/product/components/product-quick-view/ProductQuickView.js +1 -1
- package/dist/esm/product/components/product-quick-view/QuickView.js +1 -1
- package/dist/esm/product/components/product-sku/Sku.js +1 -1
- package/dist/esm/product/components/product-sku/Sku.liquid.js +2 -2
- package/dist/esm/product/components/product-title/ProductTitle.js +1 -1
- package/dist/esm/product/components/product-title/ProductTitle.liquid.js +6 -6
- package/dist/esm/product/components/product-title/common/helpers.js +1 -1
- package/dist/esm/product/components/product-variants/OptionVariantsNewFormat.liquid.js +2 -2
- package/dist/esm/product/components/product-variants/OptionVariantsOldFormat.liquid.js +2 -2
- package/dist/esm/product/components/product-variants/ProductVariants.js +1 -1
- package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +51 -51
- package/dist/esm/product/components/product-variants/common/base/attrs.js +1 -1
- package/dist/esm/product/components/product-variants/common/base/classes.js +2 -2
- package/dist/esm/product/components/product-variants/common/base/styles.js +1 -1
- package/dist/esm/product/components/product-variants/common/common.js +1 -1
- package/dist/esm/product/components/product-variants/common/const.js +1 -1
- package/dist/esm/product/components/product-variants/common/dropdown/attrs.js +1 -1
- package/dist/esm/product/components/product-variants/common/dropdown/classes.js +1 -1
- package/dist/esm/product/components/product-variants/common/dropdown/styles.js +1 -1
- package/dist/esm/product/components/product-variants/common/main/classes.js +1 -1
- package/dist/esm/product/components/product-variants/common/main/const.js +1 -1
- package/dist/esm/product/components/product-variants/common/main/getAttr.js +1 -1
- package/dist/esm/product/components/product-variants/common/main/getData.js +1 -1
- package/dist/esm/product/components/product-variants/common/main/styles.js +1 -1
- package/dist/esm/product/components/product-variants/common/variants/attrs.js +1 -1
- package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -1
- package/dist/esm/product/components/product-variants/common/variants/styles.js +1 -1
- package/dist/esm/product/components/product-variants/components/base/base.js +5 -5
- package/dist/esm/product/components/product-variants/components/base/base.liquid.js +15 -15
- package/dist/esm/product/components/product-variants/components/color/color.js +1 -1
- package/dist/esm/product/components/product-variants/components/color/color.liquid.js +3 -3
- package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
- package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
- package/dist/esm/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
- package/dist/esm/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
- package/dist/esm/product/components/product-variants/components/dropdown-option/render-liquid/index.js +16 -16
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +6 -6
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
- package/dist/esm/product/components/product-variants/components/image/Image.js +1 -1
- package/dist/esm/product/components/product-variants/components/image/Image.liquid.js +2 -2
- package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
- package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +2 -2
- package/dist/esm/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
- package/dist/esm/product/components/product-variants/components/variants/index.js +1 -1
- package/dist/esm/product/components/product-variants/components/variants/index.liquid.js +23 -23
- package/dist/esm/product/components/product-variants/hooks/useGpVariants.js +1 -1
- package/dist/esm/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
- package/dist/esm/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
- package/dist/esm/product/components/product-vendor/Vendor.js +1 -1
- package/dist/esm/product/components/product-vendor/Vendor.liquid.js +2 -2
- package/dist/esm/product/components/product-view-more/ProductViewMore.js +1 -1
- package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
- package/dist/esm/product/components/product-view-more/common/helpers.js +1 -1
- package/dist/esm/product/components/product-view-more/common/styles.js +1 -1
- package/dist/esm/product/components/product-wrap/Product.js +1 -1
- package/dist/esm/product/components/product-wrap/Product.liquid.js +30 -30
- package/dist/esm/product/components/product-wrap/common/helpers.js +1 -1
- package/dist/esm/product/components/product-wrap/hook/useProductSetting.js +1 -1
- package/dist/esm/product/helpers/function.js +1 -1
- package/dist/esm/product/helpers/product-bundle.js +1 -1
- package/dist/esm/product/helpers/product-image.js +1 -1
- package/dist/esm/product/helpers/product.js +1 -1
- package/dist/esm/product/helpers/tracking.js +1 -1
- package/dist/esm/product/index.js +1 -1
- package/dist/esm/product/next.js +1 -1
- package/dist/esm/product/settings/DynamicCheckout.js +2 -2
- package/dist/esm/product/settings/Product.js +2 -2
- package/dist/esm/product/settings/ProductBadge.js +1 -1
- package/dist/esm/product/settings/ProductButton.js +2 -2
- package/dist/esm/product/settings/ProductDescription.js +1 -1
- package/dist/esm/product/settings/ProductImages.js +4 -4
- package/dist/esm/product/settings/ProductList.js +2 -2
- package/dist/esm/product/settings/ProductListV3.js +2 -2
- package/dist/esm/product/settings/ProductPrice.js +2 -2
- package/dist/esm/product/settings/ProductProperties.js +2 -2
- package/dist/esm/product/settings/ProductQuantity.js +2 -2
- package/dist/esm/product/settings/ProductTag.js +1 -1
- package/dist/esm/product/settings/ProductTitle.js +2 -2
- package/dist/esm/product/settings/ProductVariants.js +2 -2
- package/dist/esm/product/settings/ProductViewMore.js +2 -2
- package/dist/esm/product/settings/Sku.js +2 -2
- package/dist/esm/product/settings/Vendor.js +2 -2
- package/dist/esm/product/settings/bundle-layout/horizontal-one.js +1 -1
- package/dist/esm/product/settings/bundle-layout/horizontal-three.js +1 -1
- package/dist/esm/product/settings/bundle-layout/horizontal-two.js +1 -1
- package/dist/esm/product/settings/bundle-layout/vertical-one.js +1 -1
- package/dist/esm/product/settings/bundle-layout/vertical-three.js +1 -1
- package/dist/esm/product/settings/bundle-layout/vertical-two.js +1 -1
- package/dist/esm/product/settings/dynamic-checkout/configs/presets.js +2 -2
- package/dist/esm/product/settings/dynamic-checkout/configs/settings.js +1 -1
- package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product/configs/presets.js +1 -1
- package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +3 -3
- package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +3 -3
- package/dist/esm/product/settings/product/configs/product-presets/product-default.js +3 -3
- package/dist/esm/product/settings/product/configs/settings.js +1 -1
- package/dist/esm/product/settings/product/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-badge/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-badge/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-badge/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-button/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-button/configs/settings.js +2 -2
- package/dist/esm/product/settings/product-button/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-description/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-description/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-description/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-description/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-discount-tag/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-discount-tag/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
- package/dist/esm/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
- package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui-v1.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
- package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
- package/dist/esm/product/settings/product-image-v3/ProductImages.js +2 -2
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
- package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
- package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
- package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
- package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -1
- package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-list/configs/settings-v2.js +1 -1
- package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-list-v3/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -1
- package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-price/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-price/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-price/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-properties/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -1
- package/dist/esm/product/settings/product-properties/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-quantity/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-quantity/configs/settings.js +2 -2
- package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-sku/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-sku/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-sku/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-title/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-title/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-variant/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-variant/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-variant/swatches-style-config/color.js +1 -1
- package/dist/esm/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
- package/dist/esm/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
- package/dist/esm/product/settings/product-variant/swatches-style-config/image.js +1 -1
- package/dist/esm/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
- package/dist/esm/product/settings/product-vendor/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-vendor/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-view-more/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-view-more/configs/settings.js +2 -2
- package/dist/esm/product/settings/product-view-more/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -1
- package/dist/esm/radio/components/Radio.js +1 -1
- package/dist/esm/radio/index.js +1 -1
- package/dist/esm/radio/next.js +1 -1
- package/dist/esm/radio/settings/Radio.js +1 -1
- package/dist/esm/radio/settings/configs/settings.js +1 -1
- package/dist/esm/select/components/Select.js +2 -2
- package/dist/esm/select/index.js +1 -1
- package/dist/esm/select/next.js +1 -1
- package/dist/esm/select/settings/Select.js +1 -1
- package/dist/esm/select/settings/configs/settings.js +1 -1
- package/dist/esm/setting.js +1 -1
- package/dist/esm/shop-pay-installment/components/ShopPayInstallments.js +1 -1
- package/dist/esm/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
- package/dist/esm/shop-pay-installment/components/common/helpers.js +1 -1
- package/dist/esm/shop-pay-installment/index.js +1 -1
- package/dist/esm/shop-pay-installment/next.js +1 -1
- package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
- package/dist/esm/shop-pay-installment/settings/configs/settings.js +1 -1
- package/dist/esm/sticky/common/classes.js +1 -1
- package/dist/esm/sticky/common/styles.js +1 -1
- package/dist/esm/sticky/components/Sticky.js +1 -1
- package/dist/esm/sticky/components/Sticky.liquid.js +5 -5
- package/dist/esm/sticky/hooks/useSticky.js +1 -1
- package/dist/esm/sticky/index.js +1 -1
- package/dist/esm/sticky/next.js +1 -1
- package/dist/esm/sticky/settings/Sticky.js +1 -1
- package/dist/esm/sticky/settings/configs/presets.js +4 -4
- package/dist/esm/sticky/settings/configs/settings-v2.js +1 -1
- package/dist/esm/sticky/settings/configs/settings.js +1 -1
- package/dist/esm/sticky/settings/configs/translate.js +1 -1
- package/dist/esm/sticky/settings/configs/ui-v2.js +1 -1
- package/dist/esm/stock-counter/common/attrs.js +1 -1
- package/dist/esm/stock-counter/common/classes.js +1 -1
- package/dist/esm/stock-counter/common/helpers.js +23 -23
- package/dist/esm/stock-counter/common/styles.js +1 -1
- package/dist/esm/stock-counter/components/StockCounter.js +1 -1
- package/dist/esm/stock-counter/components/StockCounter.liquid.js +40 -40
- package/dist/esm/stock-counter/hooks/useStockCounter.js +1 -1
- package/dist/esm/stock-counter/hooks/useStockCounterInteraction.js +1 -1
- package/dist/esm/stock-counter/index.js +1 -1
- package/dist/esm/stock-counter/next.js +1 -1
- package/dist/esm/stock-counter/settings/StockCounter.js +2 -2
- package/dist/esm/stock-counter/settings/configs/presets.js +2 -2
- package/dist/esm/stock-counter/settings/configs/settings-v2.js +2 -2
- package/dist/esm/stock-counter/settings/configs/translate.js +1 -1
- package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -1
- package/dist/esm/tab/common/attrs.js +1 -1
- package/dist/esm/tab/common/classes.js +2 -2
- package/dist/esm/tab/common/helpers.js +2 -2
- package/dist/esm/tab/common/styles.js +1 -1
- package/dist/esm/tab/components/TabItem.js +1 -1
- package/dist/esm/tab/components/TabItem.liquid.js +2 -2
- package/dist/esm/tab/components/Tabs.js +1 -1
- package/dist/esm/tab/components/Tabs.liquid.js +15 -15
- package/dist/esm/tab/hooks/useTab.js +1 -1
- package/dist/esm/tab/hooks/useTabInteraction.js +1 -1
- package/dist/esm/tab/index.js +1 -1
- package/dist/esm/tab/next.js +1 -1
- package/dist/esm/tab/settings/TabItem.js +2 -2
- package/dist/esm/tab/settings/Tabs.js +2 -2
- package/dist/esm/tab/settings/configs/settings.js +1 -1
- package/dist/esm/tab/settings/configs/translate.js +1 -1
- package/dist/esm/tab/settings/configs/ui-v2.js +1 -1
- package/dist/esm/text/common/attrs.js +1 -1
- package/dist/esm/text/common/classes.js +1 -1
- package/dist/esm/text/common/helpers.js +1 -1
- package/dist/esm/text/common/styles.js +1 -1
- package/dist/esm/text/components/Text.js +1 -1
- package/dist/esm/text/components/Text.liquid.js +4 -4
- package/dist/esm/text/components/TextInline.js +4 -4
- package/dist/esm/text/index.js +1 -1
- package/dist/esm/text/next.js +1 -1
- package/dist/esm/text/settings/Text.js +2 -2
- package/dist/esm/text/settings/configs/presets.js +2 -2
- package/dist/esm/text/settings/configs/settings.js +1 -1
- package/dist/esm/text/settings/configs/translate.js +1 -1
- package/dist/esm/text/settings/configs/ui-v2.js +1 -1
- package/dist/esm/textarea/components/Textarea.js +1 -1
- package/dist/esm/textarea/index.js +1 -1
- package/dist/esm/textarea/next.js +1 -1
- package/dist/esm/textarea/settings/Textarea.js +2 -2
- package/dist/esm/textarea/settings/configs/settings.js +1 -1
- package/dist/esm/third-party/common/helpers.js +5 -5
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +1 -1
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
- package/dist/esm/third-party/components/AirProductReviewsAppUgc.js +1 -1
- package/dist/esm/third-party/components/AirProductReviewsAppUgc.liquid.js +3 -3
- package/dist/esm/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/AliReviews.js +1 -1
- package/dist/esm/third-party/components/AliReviews.liquid.js +3 -3
- package/dist/esm/third-party/components/AlsoBoughtCbb.js +1 -1
- package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
- package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
- package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
- package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
- package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
- package/dist/esm/third-party/components/AppointmentBookingCowlendar.js +1 -1
- package/dist/esm/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
- package/dist/esm/third-party/components/AppstleBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
- package/dist/esm/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/AppstleSubscriptions.js +1 -1
- package/dist/esm/third-party/components/AppstleSubscriptions.liquid.js +4 -4
- package/dist/esm/third-party/components/BestBuyFulfillment.js +1 -1
- package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +1 -1
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +1 -1
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
- package/dist/esm/third-party/components/BirdChime/BirdChimeContent.js +1 -1
- package/dist/esm/third-party/components/BirdChime.js +1 -1
- package/dist/esm/third-party/components/BirdChime.liquid.js +4 -4
- package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
- package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
- package/dist/esm/third-party/components/Bogos/BogosSampleContent.js +1 -1
- package/dist/esm/third-party/components/Bogos.js +1 -1
- package/dist/esm/third-party/components/Bogos.liquid.js +3 -3
- package/dist/esm/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/BoldProductOptions.js +1 -1
- package/dist/esm/third-party/components/BoldProductOptions.liquid.js +4 -4
- package/dist/esm/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/BoldSubscriptions.js +1 -1
- package/dist/esm/third-party/components/BoldSubscriptions.liquid.js +4 -4
- package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
- package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
- package/dist/esm/third-party/components/BonySubscriptionsApp.js +1 -1
- package/dist/esm/third-party/components/BonySubscriptionsApp.liquid.js +4 -4
- package/dist/esm/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
- package/dist/esm/third-party/components/BoostAISearchDiscovery.js +1 -1
- package/dist/esm/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
- package/dist/esm/third-party/components/Bundler/BundlerSampleContent.js +1 -1
- package/dist/esm/third-party/components/Bundler.js +1 -1
- package/dist/esm/third-party/components/Bundler.liquid.js +4 -4
- package/dist/esm/third-party/components/CleanSizeCharts.js +1 -1
- package/dist/esm/third-party/components/CleanSizeCharts.liquid.js +3 -3
- package/dist/esm/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
- package/dist/esm/third-party/components/CrossSellCartUpsell.js +1 -1
- package/dist/esm/third-party/components/CrossSellCartUpsell.liquid.js +2 -2
- package/dist/esm/third-party/components/CustomProductOptionsVariant.js +1 -1
- package/dist/esm/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
- package/dist/esm/third-party/components/DealeasyVolumeDiscounts.js +1 -1
- package/dist/esm/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
- package/dist/esm/third-party/components/DiscountyBulkDiscountSales.js +1 -1
- package/dist/esm/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
- package/dist/esm/third-party/components/EasifyProductOptions.js +1 -1
- package/dist/esm/third-party/components/EasifyProductOptions.liquid.js +3 -3
- package/dist/esm/third-party/components/EasyBundleBuilderSkailama.js +1 -1
- package/dist/esm/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
- package/dist/esm/third-party/components/EasySellCOD.js +1 -1
- package/dist/esm/third-party/components/EasySellCOD.liquid.js +4 -4
- package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
- package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
- package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +1 -1
- package/dist/esm/third-party/components/EcomsendBackInStockAlert.liquid.js +3 -3
- package/dist/esm/third-party/components/EssentialAnnouncementBar.js +1 -1
- package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +1 -1
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
- package/dist/esm/third-party/components/FastBundleBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/components/FastBundleBundlesDiscounts.liquid.js +4 -4
- package/dist/esm/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
- package/dist/esm/third-party/components/FeraReviews.js +1 -1
- package/dist/esm/third-party/components/FeraReviews.liquid.js +3 -3
- package/dist/esm/third-party/components/FirePush/FirePushSampleContent.js +1 -1
- package/dist/esm/third-party/components/FirePush.js +1 -1
- package/dist/esm/third-party/components/FirePush.liquid.js +4 -4
- package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
- package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
- package/dist/esm/third-party/components/FordeerProductLabels.js +1 -1
- package/dist/esm/third-party/components/FordeerProductLabels.liquid.js +3 -3
- package/dist/esm/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
- package/dist/esm/third-party/components/FrequentlyBoughtTogether.js +1 -1
- package/dist/esm/third-party/components/FrequentlyBoughtTogether.liquid.js +4 -4
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +1 -1
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
- package/dist/esm/third-party/components/GloboProductOptionsVariant.js +1 -1
- package/dist/esm/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
- package/dist/esm/third-party/components/GoogleReviewsByReputon.js +1 -1
- package/dist/esm/third-party/components/GoogleReviewsByReputon.liquid.js +3 -3
- package/dist/esm/third-party/components/Growave/GrowaveSampleContent.js +1 -1
- package/dist/esm/third-party/components/Growave.js +1 -1
- package/dist/esm/third-party/components/Growave.liquid.js +3 -3
- package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
- package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
- package/dist/esm/third-party/components/HextomCountdownTimerBar.js +1 -1
- package/dist/esm/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
- package/dist/esm/third-party/components/HextomFreeShippingBar.js +1 -1
- package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
- package/dist/esm/third-party/components/HulkFormBuilder.js +1 -1
- package/dist/esm/third-party/components/HulkFormBuilder.liquid.js +4 -4
- package/dist/esm/third-party/components/HulkProductOptions.js +1 -1
- package/dist/esm/third-party/components/HulkProductOptions.liquid.js +1 -1
- package/dist/esm/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/InfiniteOptions.js +1 -1
- package/dist/esm/third-party/components/InfiniteOptions.liquid.js +4 -4
- package/dist/esm/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
- package/dist/esm/third-party/components/Instafeed.js +1 -1
- package/dist/esm/third-party/components/Instafeed.liquid.js +2 -2
- package/dist/esm/third-party/components/InstasellShoppableInstagram.js +1 -1
- package/dist/esm/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
- package/dist/esm/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
- package/dist/esm/third-party/components/JudgemeReviews.js +1 -1
- package/dist/esm/third-party/components/JudgemeReviews.liquid.js +3 -3
- package/dist/esm/third-party/components/JunipProductReviewsUgc.js +1 -1
- package/dist/esm/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
- package/dist/esm/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
- package/dist/esm/third-party/components/KachingBundles.js +1 -1
- package/dist/esm/third-party/components/KachingBundles.liquid.js +4 -4
- package/dist/esm/third-party/components/KachingSubscriptionsApp.js +1 -1
- package/dist/esm/third-party/components/KachingSubscriptionsApp.liquid.js +3 -3
- package/dist/esm/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/KingProductOptions.js +1 -1
- package/dist/esm/third-party/components/KingProductOptions.liquid.js +4 -4
- package/dist/esm/third-party/components/KiteFreeGiftDiscount.js +1 -1
- package/dist/esm/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
- package/dist/esm/third-party/components/KlarnaMessaging.js +1 -1
- package/dist/esm/third-party/components/KlarnaMessaging.liquid.js +4 -4
- package/dist/esm/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
- package/dist/esm/third-party/components/Klaviyo.js +1 -1
- package/dist/esm/third-party/components/Klaviyo.liquid.js +4 -4
- package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
- package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
- package/dist/esm/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
- package/dist/esm/third-party/components/LaiProductReviews.js +1 -1
- package/dist/esm/third-party/components/LaiProductReviews.liquid.js +3 -3
- package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
- package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
- package/dist/esm/third-party/components/LoopSubscriptions.js +1 -1
- package/dist/esm/third-party/components/LoopSubscriptions.liquid.js +2 -2
- package/dist/esm/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/LooxReviews.js +1 -1
- package/dist/esm/third-party/components/LooxReviews.liquid.js +3 -3
- package/dist/esm/third-party/components/MaxbundleProductBundles.js +1 -1
- package/dist/esm/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
- package/dist/esm/third-party/components/MbcBundleVolumeDiscount.js +1 -1
- package/dist/esm/third-party/components/MbcBundleVolumeDiscount.liquid.js +3 -3
- package/dist/esm/third-party/components/MyappgurusProductReviews.js +1 -1
- package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
- package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +1 -1
- package/dist/esm/third-party/components/NotifyBackInStockPreOrder.liquid.js +4 -4
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +1 -1
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
- package/dist/esm/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
- package/dist/esm/third-party/components/Omnisend.js +1 -1
- package/dist/esm/third-party/components/Omnisend.liquid.js +3 -3
- package/dist/esm/third-party/components/Opinew/OpinewSampleContent.js +1 -1
- package/dist/esm/third-party/components/Opinew.js +1 -1
- package/dist/esm/third-party/components/Opinew.liquid.js +3 -3
- package/dist/esm/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
- package/dist/esm/third-party/components/ParcelPanel.js +1 -1
- package/dist/esm/third-party/components/ParcelPanel.liquid.js +1 -1
- package/dist/esm/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
- package/dist/esm/third-party/components/PickyStory.js +1 -1
- package/dist/esm/third-party/components/PickyStory.liquid.js +3 -3
- package/dist/esm/third-party/components/PowerfulContactFormBuilder.js +1 -1
- package/dist/esm/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
- package/dist/esm/third-party/components/PreorderNowPreOrderPq.js +1 -1
- package/dist/esm/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
- package/dist/esm/third-party/components/PreorderNowWodPresale.js +1 -1
- package/dist/esm/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
- package/dist/esm/third-party/components/ProductOptionsCustomizer.js +1 -1
- package/dist/esm/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
- package/dist/esm/third-party/components/ProductOptionsVariantOption.js +1 -1
- package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +4 -4
- package/dist/esm/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/ProductReviews.js +1 -1
- package/dist/esm/third-party/components/ProductReviews.liquid.js +2 -2
- package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
- package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
- package/dist/esm/third-party/components/PushOwl.js +1 -1
- package/dist/esm/third-party/components/PushOwl.liquid.js +3 -3
- package/dist/esm/third-party/components/QikifyUpsell.js +1 -1
- package/dist/esm/third-party/components/QikifyUpsell.liquid.js +1 -1
- package/dist/esm/third-party/components/RapiBundleQuantityBreaks.js +1 -1
- package/dist/esm/third-party/components/RapiBundleQuantityBreaks.liquid.js +5 -5
- package/dist/esm/third-party/components/RechargeSubscriptions.js +1 -1
- package/dist/esm/third-party/components/RechargeSubscriptions.liquid.js +1 -1
- package/dist/esm/third-party/components/RecurpaySubscriptionApp.js +1 -1
- package/dist/esm/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
- package/dist/esm/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
- package/dist/esm/third-party/components/Releasit.js +1 -1
- package/dist/esm/third-party/components/Releasit.liquid.js +3 -3
- package/dist/esm/third-party/components/RequestQuoteHidePrice.js +1 -1
- package/dist/esm/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
- package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
- package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
- package/dist/esm/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
- package/dist/esm/third-party/components/Rivyo.js +1 -1
- package/dist/esm/third-party/components/Rivyo.liquid.js +3 -3
- package/dist/esm/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
- package/dist/esm/third-party/components/Ryviu.js +1 -1
- package/dist/esm/third-party/components/Ryviu.liquid.js +3 -3
- package/dist/esm/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/SealSubscriptions.js +1 -1
- package/dist/esm/third-party/components/SealSubscriptions.liquid.js +3 -3
- package/dist/esm/third-party/components/SegunoEmailMarketing.js +1 -1
- package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
- package/dist/esm/third-party/components/Selleasy.js +1 -1
- package/dist/esm/third-party/components/Selleasy.liquid.js +1 -1
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +1 -1
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
- package/dist/esm/third-party/components/ShopifyForms.js +1 -1
- package/dist/esm/third-party/components/ShopifyForms.liquid.js +1 -1
- package/dist/esm/third-party/components/ShopifySubscriptions.js +1 -1
- package/dist/esm/third-party/components/ShopifySubscriptions.liquid.js +4 -4
- package/dist/esm/third-party/components/SimpleBundlesKits.js +1 -1
- package/dist/esm/third-party/components/SimpleBundlesKits.liquid.js +1 -1
- package/dist/esm/third-party/components/SkioSubscriptionsYcS20.js +1 -1
- package/dist/esm/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
- package/dist/esm/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
- package/dist/esm/third-party/components/SmartSearchBarAndFilters.js +1 -1
- package/dist/esm/third-party/components/SmartSearchBarAndFilters.liquid.js +5 -5
- package/dist/esm/third-party/components/SproutPlantTreesGrowSales.js +1 -1
- package/dist/esm/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
- package/dist/esm/third-party/components/Stamped/LiquidTemplateByWidget.js +46 -46
- package/dist/esm/third-party/components/Stamped/StampedSampleContent.js +1 -1
- package/dist/esm/third-party/components/Stamped.js +1 -1
- package/dist/esm/third-party/components/Stamped.liquid.js +4 -4
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +1 -1
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +4 -4
- package/dist/esm/third-party/components/SubifySubscriptionsApp.js +1 -1
- package/dist/esm/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
- package/dist/esm/third-party/components/TagembedSocialPostReview.js +1 -1
- package/dist/esm/third-party/components/TagembedSocialPostReview.liquid.js +4 -4
- package/dist/esm/third-party/components/TagshopShoppableVideosUgc.js +1 -1
- package/dist/esm/third-party/components/TagshopShoppableVideosUgc.liquid.js +2 -2
- package/dist/esm/third-party/components/TeeinblueProductPersonalizer.js +1 -1
- package/dist/esm/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
- package/dist/esm/third-party/components/ThirdPartyPreview.js +1 -1
- package/dist/esm/third-party/components/TrustBadgesBear.js +1 -1
- package/dist/esm/third-party/components/TrustBadgesBear.liquid.js +1 -1
- package/dist/esm/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
- package/dist/esm/third-party/components/TrustMe.js +1 -1
- package/dist/esm/third-party/components/TrustMe.liquid.js +3 -3
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +1 -1
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
- package/dist/esm/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
- package/dist/esm/third-party/components/Trustoo.js +1 -1
- package/dist/esm/third-party/components/Trustoo.liquid.js +5 -5
- package/dist/esm/third-party/components/TrustreviewsProductReviews.js +1 -1
- package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
- package/dist/esm/third-party/components/TrustshopProductReviews.js +1 -1
- package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +1 -1
- package/dist/esm/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
- package/dist/esm/third-party/components/UltimateSalesBoost.js +1 -1
- package/dist/esm/third-party/components/UltimateSalesBoost.liquid.js +4 -4
- package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
- package/dist/esm/third-party/components/UppromoteAffiliateMarketing.js +1 -1
- package/dist/esm/third-party/components/UppromoteAffiliateMarketing.liquid.js +3 -3
- package/dist/esm/third-party/components/Vitals/VitalsSampleContent.js +1 -1
- package/dist/esm/third-party/components/Vitals.js +1 -1
- package/dist/esm/third-party/components/Vitals.liquid.js +4 -4
- package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
- package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
- package/dist/esm/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
- package/dist/esm/third-party/components/WideBundle.js +1 -1
- package/dist/esm/third-party/components/WideBundle.liquid.js +4 -4
- package/dist/esm/third-party/components/Wiser/WiserSampleContent.js +1 -1
- package/dist/esm/third-party/components/Wiser.js +1 -1
- package/dist/esm/third-party/components/Wiser.liquid.js +4 -4
- package/dist/esm/third-party/components/WishlistKing.js +1 -1
- package/dist/esm/third-party/components/WishlistKing.liquid.js +1 -1
- package/dist/esm/third-party/components/WishlistPlus.js +1 -1
- package/dist/esm/third-party/components/WishlistPlus.liquid.js +6 -6
- package/dist/esm/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
- package/dist/esm/third-party/components/YotpoLoyalty.js +1 -1
- package/dist/esm/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/YotpoReviews.js +1 -1
- package/dist/esm/third-party/components/YotpoReviews.liquid.js +3 -3
- package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +1 -1
- package/dist/esm/third-party/configs/AirProductReviewsAppUgc.js +1 -1
- package/dist/esm/third-party/configs/AliReviews.js +1 -1
- package/dist/esm/third-party/configs/AlsoBoughtCbb.js +1 -1
- package/dist/esm/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
- package/dist/esm/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
- package/dist/esm/third-party/configs/AppointmentBookingCowlendar.js +1 -1
- package/dist/esm/third-party/configs/AppstleBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/configs/AppstleSubscriptions.js +1 -1
- package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +1 -1
- package/dist/esm/third-party/configs/BirdChime.js +1 -1
- package/dist/esm/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
- package/dist/esm/third-party/configs/Bogos.js +1 -1
- package/dist/esm/third-party/configs/BoldProductOptions.js +1 -1
- package/dist/esm/third-party/configs/BoldSubscription.js +1 -1
- package/dist/esm/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
- package/dist/esm/third-party/configs/BonySubscriptionsApp.js +1 -1
- package/dist/esm/third-party/configs/BoostAISearchDiscovery.js +1 -1
- package/dist/esm/third-party/configs/Bundler.js +1 -1
- package/dist/esm/third-party/configs/CleanSizeCharts.js +1 -1
- package/dist/esm/third-party/configs/CrossSellCartUpsell.js +1 -1
- package/dist/esm/third-party/configs/CustomProductOptionsVariant.js +1 -1
- package/dist/esm/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
- package/dist/esm/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
- package/dist/esm/third-party/configs/EasifyProductOptions.js +1 -1
- package/dist/esm/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
- package/dist/esm/third-party/configs/EasySellCOD.js +1 -1
- package/dist/esm/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
- package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -1
- package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +1 -1
- package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +1 -1
- package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
- package/dist/esm/third-party/configs/FastBundleBundlesDiscount.js +1 -1
- package/dist/esm/third-party/configs/FeraReviews.js +1 -1
- package/dist/esm/third-party/configs/FirePush.js +1 -1
- package/dist/esm/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
- package/dist/esm/third-party/configs/FordeerProductLabels.js +1 -1
- package/dist/esm/third-party/configs/FrequentlyBoughtTogether.js +1 -1
- package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +1 -1
- package/dist/esm/third-party/configs/GoogleReviewsByReputon.js +1 -1
- package/dist/esm/third-party/configs/Growave.js +1 -1
- package/dist/esm/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
- package/dist/esm/third-party/configs/HextomCountdownTimerBar.js +1 -1
- package/dist/esm/third-party/configs/HextomFreeShippingBar.js +1 -1
- package/dist/esm/third-party/configs/HulkFormBuilder.js +1 -1
- package/dist/esm/third-party/configs/HulkProductOptions.js +1 -1
- package/dist/esm/third-party/configs/InfiniteOptions.js +1 -1
- package/dist/esm/third-party/configs/Instafeed.js +1 -1
- package/dist/esm/third-party/configs/InstasellShoppableInstagram.js +1 -1
- package/dist/esm/third-party/configs/JudgemeReviews.js +1 -1
- package/dist/esm/third-party/configs/JunipProductReviewsUgc.js +1 -1
- package/dist/esm/third-party/configs/KachingBundles.js +1 -1
- package/dist/esm/third-party/configs/KachingSubscriptionsApp.js +1 -1
- package/dist/esm/third-party/configs/KingProductOptions.js +1 -1
- package/dist/esm/third-party/configs/KiteFreeGiftDiscount.js +1 -1
- package/dist/esm/third-party/configs/KlarmaMessaging.js +1 -1
- package/dist/esm/third-party/configs/Klaviyo.js +1 -1
- package/dist/esm/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
- package/dist/esm/third-party/configs/LaiProductReviews.js +1 -1
- package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
- package/dist/esm/third-party/configs/LoopSubscriptions.js +1 -1
- package/dist/esm/third-party/configs/LooxReviews.js +1 -1
- package/dist/esm/third-party/configs/MaxbundleProductBundles.js +1 -1
- package/dist/esm/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
- package/dist/esm/third-party/configs/MyappgurusProductReviews.js +1 -1
- package/dist/esm/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
- package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +1 -1
- package/dist/esm/third-party/configs/Omnisend.js +1 -1
- package/dist/esm/third-party/configs/Opinew.js +1 -1
- package/dist/esm/third-party/configs/ParcelPanel.js +1 -1
- package/dist/esm/third-party/configs/PickyStory.js +1 -1
- package/dist/esm/third-party/configs/PowerfulContactFormBuilder.js +1 -1
- package/dist/esm/third-party/configs/PreorderNowPreOrderPq.js +1 -1
- package/dist/esm/third-party/configs/PreorderNowWodPresale.js +1 -1
- package/dist/esm/third-party/configs/ProductOptionsCustomizer.js +1 -1
- package/dist/esm/third-party/configs/ProductReviews.js +1 -1
- package/dist/esm/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
- package/dist/esm/third-party/configs/PushOwl.js +1 -1
- package/dist/esm/third-party/configs/QikifyUpsell.js +1 -1
- package/dist/esm/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
- package/dist/esm/third-party/configs/RechargeSubscriptions.js +1 -1
- package/dist/esm/third-party/configs/RecurpaySubscriptionApp.js +1 -1
- package/dist/esm/third-party/configs/Releasit.js +1 -1
- package/dist/esm/third-party/configs/RequestQuoteHidePrice.js +1 -1
- package/dist/esm/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
- package/dist/esm/third-party/configs/Rivyo.js +1 -1
- package/dist/esm/third-party/configs/Ryviu.js +1 -1
- package/dist/esm/third-party/configs/SealSubscriptions.js +1 -1
- package/dist/esm/third-party/configs/SegunoEmailMarketing.js +1 -1
- package/dist/esm/third-party/configs/Selleasy.js +1 -1
- package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
- package/dist/esm/third-party/configs/ShopifyForms.js +1 -1
- package/dist/esm/third-party/configs/ShopifySubscriptions.js +1 -1
- package/dist/esm/third-party/configs/SimpleBundlesKits.js +1 -1
- package/dist/esm/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
- package/dist/esm/third-party/configs/SmartSearchBarAndFilters.js +1 -1
- package/dist/esm/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
- package/dist/esm/third-party/configs/Stamped.js +1 -1
- package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +1 -1
- package/dist/esm/third-party/configs/SubifySubscriptionsApp.js +1 -1
- package/dist/esm/third-party/configs/TagembedSocialPostReview.js +1 -1
- package/dist/esm/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
- package/dist/esm/third-party/configs/TrustBadgesBear.js +1 -1
- package/dist/esm/third-party/configs/TrustMe.js +1 -1
- package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +1 -1
- package/dist/esm/third-party/configs/Trustoo.js +1 -1
- package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +1 -1
- package/dist/esm/third-party/configs/TrustshopProductReviews.js +1 -1
- package/dist/esm/third-party/configs/UltimateSalesBoost.js +1 -1
- package/dist/esm/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
- package/dist/esm/third-party/configs/Vitals.js +1 -1
- package/dist/esm/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
- package/dist/esm/third-party/configs/WideBundle.js +1 -1
- package/dist/esm/third-party/configs/Wiser.js +1 -1
- package/dist/esm/third-party/configs/WishlistKing.js +1 -1
- package/dist/esm/third-party/configs/WishlistPlus.js +1 -1
- package/dist/esm/third-party/configs/YotpoLoyalty.js +1 -1
- package/dist/esm/third-party/configs/YotpoReviews.js +1 -1
- package/dist/esm/third-party/index.js +1 -1
- package/dist/esm/third-party/next.js +1 -1
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AliReviews/index.js +2 -2
- package/dist/esm/third-party/settings/AliReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +2 -2
- package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +2 -2
- package/dist/esm/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BirdChime/index.js +2 -2
- package/dist/esm/third-party/settings/BirdChime/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
- package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Bogos/index.js +2 -2
- package/dist/esm/third-party/settings/Bogos/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BoldProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/BoldProductOptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BoldSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BonySubscriptionsApp/index.js +2 -2
- package/dist/esm/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Bundler/index.js +2 -2
- package/dist/esm/third-party/settings/Bundler/uiV2.js +1 -1
- package/dist/esm/third-party/settings/CleanSizeCharts/index.js +2 -2
- package/dist/esm/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +2 -2
- package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
- package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EasifyProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EasySellCOD/index.js +2 -2
- package/dist/esm/third-party/settings/EasySellCOD/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
- package/dist/esm/third-party/settings/FeraReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FirePush/index.js +2 -2
- package/dist/esm/third-party/settings/FirePush/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FordeerProductLabels/index.js +2 -2
- package/dist/esm/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +2 -2
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Growave/index.js +2 -2
- package/dist/esm/third-party/settings/Growave/uiV2.js +1 -1
- package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
- package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
- package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +2 -2
- package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
- package/dist/esm/third-party/settings/HulkFormBuilder/index.js +2 -2
- package/dist/esm/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
- package/dist/esm/third-party/settings/HulkProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/HulkProductOptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/InfiniteOptions/index.js +2 -2
- package/dist/esm/third-party/settings/InfiniteOptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Instafeed/index.js +2 -2
- package/dist/esm/third-party/settings/Instafeed/uiV2.js +1 -1
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
- package/dist/esm/third-party/settings/JudgemeReviews/index.js +2 -2
- package/dist/esm/third-party/settings/JudgemeReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KachingBundles/index.js +2 -2
- package/dist/esm/third-party/settings/KachingBundles/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
- package/dist/esm/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KingProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/KingProductOptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KlarnaMessaging/index.js +2 -2
- package/dist/esm/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Klaviyo/index.js +2 -2
- package/dist/esm/third-party/settings/Klaviyo/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
- package/dist/esm/third-party/settings/LaiProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/LaiProductReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +2 -2
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
- package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/LooxReviews/index.js +2 -2
- package/dist/esm/third-party/settings/LooxReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +2 -2
- package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
- package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Omnisend/index.js +2 -2
- package/dist/esm/third-party/settings/Omnisend/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Opinew/index.js +2 -2
- package/dist/esm/third-party/settings/Opinew/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ParcelPanel/index.js +2 -2
- package/dist/esm/third-party/settings/ParcelPanel/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PickyStory/index.js +2 -2
- package/dist/esm/third-party/settings/PickyStory/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +2 -2
- package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/ProductReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PushOwl/index.js +2 -2
- package/dist/esm/third-party/settings/PushOwl/uiV2.js +1 -1
- package/dist/esm/third-party/settings/QikifyUpsell/index.js +2 -2
- package/dist/esm/third-party/settings/QikifyUpsell/uiV2.js +1 -1
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
- package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Releasit/index.js +2 -2
- package/dist/esm/third-party/settings/Releasit/uiV2.js +1 -1
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Rivyo/index.js +2 -2
- package/dist/esm/third-party/settings/Rivyo/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Ryviu/index.js +2 -2
- package/dist/esm/third-party/settings/Ryviu/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SealSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/SealSubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +2 -2
- package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Selleasy/index.js +2 -2
- package/dist/esm/third-party/settings/Selleasy/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ShopifyForms/index.js +2 -2
- package/dist/esm/third-party/settings/ShopifyForms/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +2 -2
- package/dist/esm/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Stamped/Badge.js +1 -1
- package/dist/esm/third-party/settings/Stamped/BadgeDouble.js +1 -1
- package/dist/esm/third-party/settings/Stamped/BadgeRibbon.js +1 -1
- package/dist/esm/third-party/settings/Stamped/BadgeSingle.js +1 -1
- package/dist/esm/third-party/settings/Stamped/Carousel.js +1 -1
- package/dist/esm/third-party/settings/Stamped/CheckoutReviews.js +1 -1
- package/dist/esm/third-party/settings/Stamped/Colors.js +1 -1
- package/dist/esm/third-party/settings/Stamped/Filters.js +1 -1
- package/dist/esm/third-party/settings/Stamped/FullPage.js +1 -1
- package/dist/esm/third-party/settings/Stamped/InstagramFeed.js +1 -1
- package/dist/esm/third-party/settings/Stamped/MainWidget.js +1 -1
- package/dist/esm/third-party/settings/Stamped/ProductRating.js +1 -1
- package/dist/esm/third-party/settings/Stamped/SingleHighlight.js +1 -1
- package/dist/esm/third-party/settings/Stamped/SiteBadge.js +1 -1
- package/dist/esm/third-party/settings/Stamped/TopRated.js +1 -1
- package/dist/esm/third-party/settings/Stamped/VisualGallery.js +1 -1
- package/dist/esm/third-party/settings/Stamped/WallPhotos.js +1 -1
- package/dist/esm/third-party/settings/Stamped/index.js +1 -1
- package/dist/esm/third-party/settings/Stamped.js +2 -2
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +2 -2
- package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TrustBadgesBear/index.js +2 -2
- package/dist/esm/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TrustMe/index.js +2 -2
- package/dist/esm/third-party/settings/TrustMe/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Trustoo/index.js +2 -2
- package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +2 -2
- package/dist/esm/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
- package/dist/esm/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
- package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Vitals/index.js +2 -2
- package/dist/esm/third-party/settings/Vitals/uiV2.js +1 -1
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
- package/dist/esm/third-party/settings/WideBundle/index.js +2 -2
- package/dist/esm/third-party/settings/WideBundle/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Wiser/index.js +2 -2
- package/dist/esm/third-party/settings/Wiser/uiV2.js +1 -1
- package/dist/esm/third-party/settings/WishlistKing/index.js +2 -2
- package/dist/esm/third-party/settings/WishlistKing/uiV2.js +1 -1
- package/dist/esm/third-party/settings/WishlistPlus/index.js +2 -2
- package/dist/esm/third-party/settings/WishlistPlus/uiV2.js +1 -1
- package/dist/esm/third-party/settings/YotpoLoyalty/index.js +2 -2
- package/dist/esm/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
- package/dist/esm/third-party/settings/YotpoReviews/index.js +2 -2
- package/dist/esm/third-party/settings/YotpoReviews/uiV2.js +1 -1
- package/dist/esm/third-party/types.js +1 -1
- package/dist/esm/third-party-instant/common/helpers.js +1 -1
- package/dist/esm/third-party-instant/components/InstantJudgemeReviews.js +1 -1
- package/dist/esm/third-party-instant/components/InstantKlaviyo.js +1 -1
- package/dist/esm/third-party-instant/components/InstantLooxReviews.js +1 -1
- package/dist/esm/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
- package/dist/esm/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
- package/dist/esm/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
- package/dist/esm/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
- package/dist/esm/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
- package/dist/esm/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
- package/dist/esm/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
- package/dist/esm/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
- package/dist/esm/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
- package/dist/esm/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
- package/dist/esm/third-party-instant/configs/JudgemeReviews.js +1 -1
- package/dist/esm/third-party-instant/configs/Klaviyo.js +1 -1
- package/dist/esm/third-party-instant/configs/LooxReviews.js +1 -1
- package/dist/esm/third-party-instant/configs/YotpoLoyalty.js +1 -1
- package/dist/esm/third-party-instant/index.js +1 -1
- package/dist/esm/third-party-instant/next.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
- package/dist/esm/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantLooxReviews/index.js +2 -2
- package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
- package/dist/esm/third-party-instant/types.js +1 -1
- package/dist/esm/third-party-slot/common/classes.js +1 -1
- package/dist/esm/third-party-slot/common/helpers.js +3 -3
- package/dist/esm/third-party-slot/common/styles.js +1 -1
- package/dist/esm/third-party-slot/components/ThirdPartySlot.js +1 -1
- package/dist/esm/third-party-slot/components/ThirdPartySlot.liquid.js +6 -6
- package/dist/esm/third-party-slot/index.js +1 -1
- package/dist/esm/third-party-slot/next.js +1 -1
- package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +2 -2
- package/dist/esm/third-party-slot/settings/configs/settings.js +1 -1
- package/dist/esm/third-party-slot/settings/configs/ui-v2.js +1 -1
- package/dist/esm/validates/background.js +1 -1
- package/dist/esm/video/common/attrs.js +1 -1
- package/dist/esm/video/common/classes.js +1 -1
- package/dist/esm/video/common/helpers.js +1 -1
- package/dist/esm/video/common/styles.js +1 -1
- package/dist/esm/video/components/HTML5Embed.js +1 -1
- package/dist/esm/video/components/HTML5Embed.liquid.js +19 -19
- package/dist/esm/video/components/LiteVimeoEmbed.js +1 -1
- package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +10 -10
- package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
- package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +20 -20
- package/dist/esm/video/components/Video.js +1 -1
- package/dist/esm/video/components/Video.liquid.js +3 -3
- package/dist/esm/video/hooks/useLiteHtml5Embed.js +1 -1
- package/dist/esm/video/hooks/useLiteVimeoEmbed.js +1 -1
- package/dist/esm/video/hooks/useLiteYoutubeEmbed.js +1 -1
- package/dist/esm/video/index.js +1 -1
- package/dist/esm/video/next.js +1 -1
- package/dist/esm/video/settings/Video.js +2 -2
- package/dist/esm/video/settings/configs/settings.js +1 -1
- package/dist/esm/video/settings/configs/translate.js +1 -1
- package/dist/esm/video/settings/configs/ui-v2.js +1 -1
- package/dist/types/index.d.ts +520 -488
- package/package.json +6 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("@gem-sdk/core"),r=require("react"),t=require("../../../helpers/tracking.js"),s=require("./useDispatchAfterSubmitEvent.js"),u=require("./useCartMessage.js"),a=require("./useCartOperations.js");exports.useBtnAddToCart=({styles:i,setting:n,builderProps:o})=>{let c=r.useRef(null),{isEditMode:l,isPreviewSharePageMode:d}=e.useRenderMode(),b=e.useProduct(),{currency:v}=e.useCurrency(),{quantity:C}=e.useQuantity(),g=e.useProductProperties(),k=e.useCurrentVariant(),{hasPreSelected:p}=e.useHasPreSelected(),f=e.useStickyStore(e=>e.setStickyVisible),I=e.useProductStore(e=>e.updateIsSubmit),S=s.useDispatchInteractionEvent(o?.uid),m=s.useDispatchCustomEvent({product:b,currentVariant:k,quantity:C}),{showMessage:D,notiComponent:E}=u.useCartMessage(i,n),{handleSuccess:q,handleError:y,cartId:h}=a.useCartOperations({setting:n,showMessage:D,dispatchInteractionEvent:S,dispatchCustomEvent:m}),{isMutating:M,trigger:P}=e.useCreateCart({onSuccess:q,onError:y}),{isMutating:T,trigger:j}=e.useAddToCart({onSuccess:q,onError:y});r.useEffect(()=>{let e=new IntersectionObserver(e=>{let r=e[0];f(r?.isIntersecting)},{threshold:.1}),r=c.current;return c.current&&e.observe(c.current),()=>{r&&e.unobserve(r)}},[f]);let O=r.useCallback(()=>{if(!k?.baseID||!C||!b?.baseID||void 0!==p&&!p||l||d)return;let r=g?.some(e=>e.required&&!e.value);if(I(!0),r)return;let s=g?.filter(e=>!!e.value)?.map(e=>({key:e.key,value:e.value}));t.addToCartTracking({quantity:C,currency:v,id:b?.baseID,name:b?.title,brand:b?.vendor,sku:k.sku,price:e.convertDecimalToNumber(k?.price),variant:k.title});let u={quantity:C,attributes:s,variantId:k.baseID};n?.actionEffect!=="buy-now"&&h?j({cartId:h,lines:[u]}):P({items:[u]})},[l,d,h,v,C,g,p,b?.title,b?.vendor,b?.baseID,k?.sku,k?.price,k?.title,k?.baseID,n?.actionEffect,P,j,I]),A=e.useCurrentVariantInStock(),V=k?n?.outOfStockLabel:"Unavailable";return{addToCartRef:c,isLoading:M||T,isInStock:A,notiComponent:E,outOfStockLabel:V,addToCart:O}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),t=require("react"),s=require("../../../../notification/hooks/useNotification.js");require("../../../../notification/components/Notice.js");var r=require("../CartMessage.js");exports.useCartMessage=(a,i)=>{let[o,n]=s.default({closable:!0,maxCount:3}),u=t.useCallback((t,s)=>{o.open({content:e.jsx(r.CartMessage,{type:s,message:t,styles:a,setting:i}),placement:"top"})},[o,i,a]);return{showMessage:u,notiComponent:n}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("react"),r=require("@gem-sdk/core");exports.useCartOperations=({setting:s,showMessage:o,dispatchInteractionEvent:t,dispatchCustomEvent:c})=>{let{openCart:a}=r.useCartUI(),{storefrontToken:n}=r.useStoreFront(),{cartId:u,updateCartId:l}=r.useCartId(),i=e.useCallback((e,r)=>{e?.enableMessage&&r(e.successMessage||"","success"),a()},[a]),k=(e,r)=>{if(!e.checkoutUrl)return;let s=r?`${e.checkoutUrl}?access_token=${r}`:e.checkoutUrl;window.location.href=s},b=e=>{e?.customURL?.link&&("_blank"===e.customURL.target?window.open(e.customURL.link,"_blank"):window.location.href=e.customURL.link)},g=e.useCallback(e=>{s?.actionEffect!=="buy-now"&&l(e.id);let r={"open-cart-drawer":()=>a(),"go-to-url":()=>b(s),"buy-now":()=>k(e,n),"continue-shopping":()=>i(s,o)}[s?.actionEffect];r&&r(),t(),c()},[s,n,a,o,l,t,i,c]),w=e.useCallback(e=>{s?.enableMessage&&(e?.[0]?.code==="INVALID"?o(e[0].message||"","error"):o(s.errorMessage||"","error"))},[s,o]);return{cartId:u,handleSuccess:g,handleError:w}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("@gem-sdk/core"),t=require("react");exports.useDispatchCustomEvent=({product:e,currentVariant:a,quantity:r})=>t.useCallback(()=>{let t=new CustomEvent("gp:add-to-cart-success",{detail:{data:{product:e,variant:a,quantity:r}}});window.dispatchEvent(t)},[e,a,r]),exports.useDispatchInteractionEvent=a=>{let{trigger:r}=e.useInteraction();return t.useCallback(()=>{let e=document.querySelector(`[data-id="${a}"]`);if(!e)return;let t=JSON.parse(e?.getAttribute("gp-interaction-after-submit")??"{}");Object.keys(t).length<=0||Object.entries(t).forEach(([t])=>{r({event:"gp:after-submit",selector:`[data-id="${a}"]`,data:Number(t),element:e})})},[a,r])};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),s=require("@gem-sdk/core"),t=require("../../../common/components/NoDataState.js"),r=require("./common/helpers.js"),a=require("@gem-sdk/system"),i=require("./common/classes.js"),l=require("./common/styles.js"),c=require("./hooks/useGpDescription.js");exports.default=n=>{let{setting:o,advanced:d,builderProps:m}=n,{htmlTag:p}=o??{},u=s.useProduct(),g=s.useCurrentDevice(),x=s.getResponsiveValueByScreen(o?.hasLineClamp,g),{ref:y,open:h,isShowViewMore:C,handleToggleShowMore:j,mode:S,redirectProductShopifyLink:v}=c.useGpDescription(o),{t:f}=s.useI18nStore(),k=a.createClass({"gp-product-description":!0,[d?.cssClass]:!0}),q=a.createClass(i.getClasses({setting:o,isLiquid:!1})),I=a.createClass(i.getButtonClasses({setting:o})),N=a.createClass({"gp-show-more-text":!0}),L=a.createClass({"gp-show-more-icon gp-ml-1":!0,...h?{"gp-rotate-180":!0}:{}}),_=a.createClass(i.getClassPreBuilt()),b=a.createStyle({...l.getTextStyle({setting:o}),...h?{}:s.makeStyleResponsive("line-clamp",s.makeLineClamp(o?.lineClamp,o?.hasLineClamp))}),w=a.createStyle(l.getButtonStyle({setting:o})),T=a.createAttr({"data-id":`${m?.uid}`}),H=a.createAttr({"data-gp-text":""}),{gpDescriptionCss:M,textDescriptionCss:A}=l.getStaticCss(),B=!u?.descriptionHtml;return B&&"edit"===S?e.jsx(t.default,{elementType:"secondary",description:f("Highlight key benefits with product description."),descriptionActions:[{text:f("Add description"),callback:v},{text:f("sync data"),callback:"syncProduct"}]}):e.jsx(e.Fragment,{children:a.If(B,"",e.jsxs("div",{...T,className:k,children:[e.jsx("style",{children:A}),e.jsx("style",{children:M}),e.jsx("div",{className:_}),e.jsx("html"===p?"div":"p",{ref:y,...H,className:q,style:b,dangerouslySetInnerHTML:{__html:u?.descriptionHtml||""}}),a.If(x&&C,e.jsxs("button",{className:I,style:w,onClick:j,children:[e.jsx("span",{className:N,children:a.If(h,o?.viewLessText||"",o?.viewMoreText)}),a.If(o?.enableViewMoreIcon,e.jsx("span",{className:L,dangerouslySetInnerHTML:{__html:r.ICON_SVG}}))]})," ")]}))})};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@gem-sdk/core"),t=require("../../../helpers.js"),s=require("@gem-sdk/system"),i=require("./common/classes.js"),a=require("./common/styles.js"),r=require("./common/helpers.js"),l=require("../../settings/product-description/configs/translate.js");exports.default=c=>{let{setting:o,advanced:n,builderProps:p,pageContext:d}=c,{htmlTag:u,viewMoreText:g,viewLessText:m}=o??{},$="html"===u?"div":"p",S=s.createClass({"gp-product-description":!0,[n?.cssClass]:!0}),C=s.createClass(i.getClasses({setting:o,isLiquid:!0})),v=s.createClass(i.getButtonClasses({setting:o})),y=s.createClass({"gp-show-more-text":!0}),L=s.createClass({"gp-show-more-icon gp-ml-1":!0}),x=s.createStyle({...a.getTextStyle({setting:o,renderMaxHeight:!0}),...e.makeStyleResponsive("line-clamp",e.makeLineClamp(o?.lineClamp,o?.hasLineClamp))}),q=s.createClass(i.getClassPreBuilt()),I=s.createStyle(a.getButtonStyle({setting:o})),f=s.createAttr({"data-id":`${p?.uid}`}),w=s.createAttr({"data-gp-text":""}),{textDescriptionCss:h,gpDescriptionCss:b}=a.getStaticCss(),j="product.description == blank",M=t.getDynamicSourceLocales({val:g,uid:p?.uid,settingId:t.createSettingId({id:l.ProductDescription?.viewMoreText?.id}),pageContext:d}),P=t.getDynamicSourceLocales({val:m,uid:p?.uid,settingId:t.createSettingId({id:l.ProductDescription?.viewLessText?.id}),pageContext:d}),k=s.createStateOrContext({setting:{lineClamp:o?.lineClamp,hasLineClamp:o?.hasLineClamp,viewMoreText:M,viewLessText:P,enableViewMoreIcon:o?.enableViewMoreIcon},textStyle:x});return s.LiquidIf(j,"",s.Liquid(e.template`
|
|
2
2
|
<gp-product-description
|
|
3
|
-
${
|
|
4
|
-
class="${
|
|
5
|
-
data-view-more-text="${
|
|
6
|
-
data-view-less-text="${
|
|
3
|
+
${f}
|
|
4
|
+
class="${S}"
|
|
5
|
+
data-view-more-text="${M}"
|
|
6
|
+
data-view-less-text="${P}"
|
|
7
7
|
>
|
|
8
|
-
<script gp-data type="application/json">${
|
|
9
|
-
<style>${
|
|
10
|
-
<div class="${
|
|
11
|
-
${
|
|
8
|
+
<script gp-data type="application/json">${e.dataStringify(k).replaceAll("'","'")}</script>
|
|
9
|
+
<style>${h}${b}</style>
|
|
10
|
+
<div class="${q}" ></div>
|
|
11
|
+
${s.LiquidUnless("product","<p>Product not found</p>",e.template`<${$} ${w} class="${C}" style="${x}">
|
|
12
12
|
{{product.description}}
|
|
13
|
-
</${
|
|
14
|
-
${
|
|
15
|
-
<span class="${
|
|
16
|
-
${
|
|
13
|
+
</${$}>
|
|
14
|
+
${s.LiquidUnless(j,e.template`<button type="button" class="${v}" style="${I}">
|
|
15
|
+
<span class="${y}">
|
|
16
|
+
${s.If(!1,P?.toString(),M?.toString())}
|
|
17
17
|
</span>
|
|
18
|
-
${
|
|
18
|
+
${s.If(o?.enableViewMoreIcon,e.template`<span class="${L}">${r.ICON_SVG}</span>`," ")}
|
|
19
19
|
</button>`)}`)}
|
|
20
20
|
</gp-product-description>
|
|
21
21
|
|
|
22
|
-
${
|
|
23
|
-
`))};
|
|
22
|
+
${(()=>{let s=e.isLocalEnv?"{{ 'gp-product-description-v7-5.js' | asset_url }}":`${e.baseAssetURL}/assets-v2/gp-product-description-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}`;return`<script ${t.getSettingPreloadData('class="gps-link" delay',"src")}="${s}" defer="defer"></script>`})()}
|
|
23
|
+
`))};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var r=require("@gem-sdk/core");exports.getButtonClasses=({setting:a})=>{let e=r.composeTypographyClassName(a?.typo,a?.typography),t=r.getGlobalColorClass("text",a?.showMoreColor);return{"p-description-show-more gp-items-center gp-mt-4 gp-w-full gp-transition-all hover:gp-opacity-80":!0,...e&&{[e]:!0},[t]:!0}},exports.getClassPreBuilt=()=>r.composeClasses(r.cls("gp-rotate-180 gp-hidden")),exports.getClasses=({setting:a,isLiquid:e})=>{let t=r.composeTypographyClassName(a?.typo,a?.typography),s=r.getGlobalColorClass("text",a?.color);return{"gp-relative gp-p-description-text gp-break-words safari:[&_p]:gp-inline safari:[&_p]:after:gp-whitespace-pre":!0,"p-description-wrapper":e,...t&&{[t]:!0},[s]:!0,"data-[browser=safari]:after:gp-content-[' '] data-[browser=safari]:after:gp-absolute data-[browser=safari]:after:gp-left-0 data-[browser=safari]:after:gp-right-0 data-[browser=safari]:after:gp-bottom-0 data-[browser=safari]:after:gp-w-full data-[browser=safari]:after:gp-h-1/2 data-[browser=safari]:after:gp-bg-gradient-to-t data-[browser=safari]:after:gp-from-white":!0}};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const L=`<svg height="1em" width="1em" viewBox="0 0 22 12" fill="none" xmlns="http://www.w3.org/2000/svg" ><path d="M1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L1.70711 0.292893ZM11 11L10.2929 11.7071C10.6834 12.0976 11.3166 12.0976 11.7071 11.7071L11 11ZM21.7071 1.70711C22.0976 1.31658 22.0976 0.683417 21.7071 0.292893C21.3166 -0.0976311 20.6834 -0.0976311 20.2929 0.292893L21.7071 1.70711ZM0.292893 1.70711L10.2929 11.7071L11.7071 10.2929L1.70711 0.292893L0.292893 1.70711ZM11.7071 11.7071L21.7071 1.70711L20.2929 0.292893L10.2929 10.2929L11.7071 11.7071Z"
|
|
2
2
|
fill="currentColor"/>
|
|
3
|
-
</svg>`;exports.ICON_SVG=
|
|
3
|
+
</svg>`;exports.ICON_SVG=L;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("@gem-sdk/core");const t=["desktop","mobile","tablet"],o=(e,o)=>{let l={};return t.forEach(t=>{l={...l,[`--d${"desktop"===t?"":`-${t}`}`]:`${e(t)?"none":o}`}}),l},l=t=>{let o={desktop:"none"};return["desktop","mobile","tablet"].forEach(l=>{let r=e.getResponsiveValueByScreen(t?.lineClamp,l),a=e.getResponsiveValueByScreen(t?.hasLineClamp,l);a&&r?o[l]=`calc(${r} * 1lh)`:o[l]="none"}),{...e.makeStyleResponsive("maxh",o)}};exports.getButtonStyle=({setting:t})=>{let l=e.composeTypographyStyle(t?.typo,t?.typography),r={...e.makeStyleResponsive("jc",t?.textAlign),...e.makeStyle({tt:t?.transform}),...l,...e.getGlobalColorStyle(t?.showMoreColor),...o(e=>!!t?.hasLineClamp&&void 0!==t.hasLineClamp[e]&&!t.hasLineClamp[e],"inline-flex")};return e.filterTruthyStyles(r)},exports.getMaxHeightStyleDefault=l,exports.getStaticCss=()=>{let e=`
|
|
2
2
|
.gp-p-description-text > :not(ol, ul, table, div, style, script) {
|
|
3
3
|
display: inline !important;
|
|
4
4
|
}
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
.p-description-wrapper.gp-p-description-text * {
|
|
15
15
|
color: inherit;
|
|
16
16
|
line-height: inherit !important;
|
|
17
|
-
}`;return{gpDescriptionCss:e,textDescriptionCss:t}},
|
|
17
|
+
}`;return{gpDescriptionCss:e,textDescriptionCss:t}},exports.getTextStyle=({setting:t,renderMaxHeight:o})=>{let r=e.composeTypographyStyle(t?.typo,t?.typography),a={...e.getStyleShadow({value:t?.typo?.custom?.textShadow,styleAppliedFor:"text-shadow",isEnableShadow:t?.typo?.custom?.hasShadowText}),...e.makeStyleResponsive("ta",t?.textAlign),...e.getGlobalColorStyle(t?.color),...e.makeStyle({tt:t?.transform}),...r,...o&&l(t)};return e.filterTruthyStyles(a)};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("react"),t=require("@gem-sdk/core");exports.useGpDescription=r=>{let s=e.useRef(null),[u,i]=e.useState(!1),[l,n]=e.useState(!1),a=t.useProduct(),c=t.useCurrentDevice(),o=t.getResponsiveValueByScreen(r?.hasLineClamp,c),p=t.getResponsiveValueByScreen(r?.lineClamp,c),{redirectProductShopifyLink:d}=t.useProductShopifyEditLink(),g=t.useEditorMode(),h=e.useCallback(()=>`calc(${p} * 1lh)`,[p]),m=e.useCallback(e=>o&&p&&e||"auto",[o,p]),y=e.useCallback(()=>{s.current&&(s.current.style.maxHeight=u?h():"none",i(e=>!e))},[u,h]);return e.useEffect(()=>{m(h())},[r?.typo?.custom,m,h]),e.useEffect(()=>{let e=s.current;if(i(!1),!e)return;let r=o&&a?.descriptionHtml;r?setTimeout(()=>{let r=e?.scrollHeight??0,s=e?.clientHeight??0,u=window.getComputedStyle(e).getPropertyValue("line-height"),i=parseInt(u,10)||1,l=void 0!==p&&p<Math.round((r??0)/i),a=t.isSafari()?l:s<r;e.style.maxHeight=h(),p&&a?n(()=>!0):n(()=>!1)},100):e.style.maxHeight="none"},[o,p,a?.descriptionHtml,h]),{ref:s,open:u,isShowViewMore:l,handleToggleShowMore:y,mode:g,redirectProductShopifyLink:d}};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("@gem-sdk/core"),s=require("../../../common/components/NoDataState.js"),l=require("../../../common/components/TooltipHover.js"),i=require("../../../text/components/Text.js"),a=require("@gem-sdk/system"),r=require("./common/styles.js"),o=require("./common/classes.js"),n=require("./hooks/useGpDiscountTag.js");exports.default=({setting:d,styles:u,builderProps:c,...p})=>{let{customContent:x}=d??{},m=p["bundle-item"],{textAlign:y}=u??{},{t:f}=t.useI18nStore(),{mode:g,product:j,salePrice:b,priceSave:h,currentProductId:q,unitCustomDisplay:C,shouldPlaceholderNoDiscount:S}=n.useGpDiscountTag({setting:d,styles:u,builderProps:c,...p});if(S)return e.jsx(l.default,{enable:!0,text:"Not be displayed when published",position:"bottom",width:"205px",children:e.jsx(s.default,{builderAttrs:c?.builderData,elementType:"secondary",description:f("No discount"),rawMode:!0,customClass:"!gp-p-[5px]"})});let v=a.createStyle(r.getWrapperTextStyle(u)),N=a.createStyle(r.getContainerStyle(u)),T=a.createClass(o.getWrapperTextClass(u)),k=a.createClass(o.getContainerClass()),D=a.createClass(o.getRootClass({mode:g,salePrice:b,priceSave:h,bundleItem:m}));return e.jsx("div",{className:D,style:{...t.makeStyleResponsive("ta",y)},id:`shopify-text-element-${c?.uid}`,"data-id":c?.uid,"data-product-id":q,"gp-data-hidden":"false",children:a.If(!j," ",e.jsx("div",{className:k,style:N,children:e.jsx("div",{className:T,style:v,children:e.jsxs("div",{className:"gp-flex gp-break-all",children:[e.jsx(i.default,{styles:u,setting:{...d,text:x?.prefix?.replaceAll(" "," "),options:{useState:!0,uniqueId:`${c?.uid}-prefix`},excludeFlex:!0}}),e.jsx(i.default,{styles:u,setting:{...d,text:C,options:{isCannotEditing:!0},excludeFlex:!0}}),e.jsx(i.default,{styles:u,setting:{...d,text:x?.suffix?.replaceAll(" "," "),excludeFlex:!0,options:{useState:!0,uniqueId:`${c?.uid}-suffix`}}})]})})}))})};
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@gem-sdk/core"),i=require("../../../helpers.js"),s=require("../../../text/components/Text.liquid.js"),t=require("@gem-sdk/system"),a=require("./common/classes.js"),r=require("./common/styles.js"),n=require("../../settings/product-discount-tag/configs/translate.js");exports.default=({setting:c,styles:p,builderProps:d,advanced:l,pageContext:u})=>{let{customContent:o}=c??{},g=c?.moneyWithCurrentFormat?"money_with_currency":"money",f=n.ProductTag?.customContent?.id?i.getDynamicSourceLocales({val:o?.prefix,uid:d?.uid,settingId:i.createSettingId({id:n.ProductTag.customContent.id,suffix:"prefix"}),isLiquid:!0,pageContext:u}):o?.prefix,y=n.ProductTag?.customContent?.id?i.getDynamicSourceLocales({val:o?.suffix,uid:d?.uid,settingId:i.createSettingId({id:n.ProductTag.customContent.id,suffix:"suffix"}),isLiquid:!0,pageContext:u}):o?.suffix,m=t.createStyle(r.getRootClass(p)),v=t.createStyle(r.getWrapperTextStyle(p)),S=t.createStyle(r.getContainerStyle(p)),x=t.createClass(a.getWrapperTextClass(p)),$=t.createClass(a.getContainerClass()),P=t.createClass(a.getProductTagClass(l)),q=o?.unit==="percentage";return e.template`
|
|
2
2
|
{% liquid
|
|
3
3
|
assign price = variant.price | times: 1.0
|
|
4
4
|
assign salePrice = variant.compare_at_price | times: 1.0
|
|
5
5
|
assign priceSave = salePrice | minus: price
|
|
6
|
-
assign prefixVal = ${
|
|
7
|
-
assign suffixVal = ${
|
|
6
|
+
assign prefixVal = ${u?.isPreviewing?JSON.stringify(f):f}
|
|
7
|
+
assign suffixVal = ${u?.isPreviewing?JSON.stringify(y):y}
|
|
8
8
|
%}
|
|
9
|
-
${
|
|
10
|
-
{% assign pricePercentage = prefixVal | append: ' ' | append: salePercent | append: '% ' | append: suffixVal %}`,
|
|
11
|
-
{% assign pricePercentage = prefixVal | append: ' ' | append: priceSaveMoney | append: ' ' | append: suffixVal %}`,`{% assign priceSaveMoney = 0 | ${
|
|
9
|
+
${t.LiquidIf("salePrice == null or price == null",t.Liquid(`{% assign pricePercentage = prefixVal ${t.If(q,"| append: ' 0% '",`| ${g} | append: ' '`)} | append: suffixVal %}`),`${t.If(q,`{% assign salePercent = priceSave | divided_by: salePrice | times: 100 | round %}
|
|
10
|
+
{% assign pricePercentage = prefixVal | append: ' ' | append: salePercent | append: '% ' | append: suffixVal %}`,t.LiquidIf("priceSave > 0",`{% assign priceSaveMoney = priceSave | ${g} %}
|
|
11
|
+
{% assign pricePercentage = prefixVal | append: ' ' | append: priceSaveMoney | append: ' ' | append: suffixVal %}`,`{% assign priceSaveMoney = 0 | ${g} %}
|
|
12
12
|
{% assign pricePercentage = prefixVal | append: ' ' | append: priceSaveMoney | append: ' ' | append: suffixVal %}`))}`)}
|
|
13
13
|
|
|
14
14
|
<gp-product-tag
|
|
15
|
-
class="${
|
|
16
|
-
style="${
|
|
17
|
-
data-id="${
|
|
18
|
-
data-disabled="${
|
|
15
|
+
class="${P}"
|
|
16
|
+
style="${m}"
|
|
17
|
+
data-id="${d?.uid}"
|
|
18
|
+
data-disabled="${t.LiquidIf(`${t.If(q,"salePercent","priceSave")} > 0`,"false","true")}"
|
|
19
19
|
price-save="{{priceSave}}"
|
|
20
20
|
>
|
|
21
|
-
<script gp-data type="application/json">{"setting":${JSON.stringify(
|
|
22
|
-
<div class="${
|
|
23
|
-
<div class="${
|
|
24
|
-
${
|
|
21
|
+
<script gp-data type="application/json">{"setting":${JSON.stringify(c).replaceAll("'","'")}, "id": "${d?.uid}", "locale": "{{shop.locale}}", "currency": "{{shop.currency}}", "moneyFormat": "{{ ${c?.moneyWithCurrentFormat?"shop.money_with_currency_format":"shop.money_format"} | replace: '"', '\\"' | escape }}"}'</script>
|
|
22
|
+
<div class="${$}" style="${S}">
|
|
23
|
+
<div class="${x}" style="${v}">
|
|
24
|
+
${s.default({styles:p,id:`p-tag-${d?.uid}`,setting:{...c,text:"{{ pricePercentage }}",excludeFlex:!0,isForceValue:!0}})}
|
|
25
25
|
</div>
|
|
26
26
|
</div>
|
|
27
27
|
|
|
28
28
|
</gp-product-tag>
|
|
29
|
-
${
|
|
30
|
-
`};
|
|
29
|
+
${(()=>{let s=e.isLocalEnv?"{{ 'gp-product-tag-v7-5.js' | asset_url }}":`${e.baseAssetURL}/assets-v2/gp-product-tag-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}`;return`<script ${i.getSettingPreloadData('class="gps-link" delay',"src")}="${s}" defer="defer"></script>`})()}
|
|
30
|
+
`};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("@gem-sdk/core");exports.getContainerClass=()=>({"gp-inline-flex gp-flex-wrap gp-items-end gp-gap-3":!0}),exports.getProductTagClass=e=>({"gp-block data-[disabled=true]:gp-hidden":!0,...e?.cssClass&&{[e?.cssClass]:!0}}),exports.getRootClass=({mode:e,salePrice:s,priceSave:l,bundleItem:t})=>({"gp-opacity-0 ":"edit"!==e&&(s<=0||0>=Math.ceil(l/(s/100))),"gp-opacity-20 ":"edit"===e&&(s<=0||0>=Math.ceil(l/(s/100)))&&!t}),exports.getWrapperTextClass=s=>{let{backgroundColor:l,borderTag:t,textColor:a}=s??{},o=e.getGlobalColorClass("border",t?.color),r=e.getGlobalColorClass("text",a),g=e.getGlobalColorClass("bg",l);return{...e.composeClasses("gp-flex gp-items-center gp-w-full gp-h-full"),[o]:!0,[r]:!0,[g]:!0}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("@gem-sdk/core");exports.getContainerStyle=t=>{let l=e.makeGlobalSize(t?.size);return{...l.width,...l.height}},exports.getRootClass=t=>{let l={...e.makeStyleResponsive("ta",t?.textAlign)};return e.filterTruthyStyles(l)},exports.getWrapperTextStyle=t=>{let{backgroundColor:l,roundedTag:r,borderTag:o,textColor:a}=t??{},s=e.makeGlobalSize(t?.size),i=e.getGlobalColorClass("border",o?.color),g=e.getGlobalColorClass("text",a),n={...e.makeStyleResponsive("jc",t?.textContentAlign),...s.padding,...e.makeStyle({bs:o?.border,bw:o?.width,bc:""===i?o?.color:void 0,c:""===g?a:void 0,bgc:e.getSingleColorVariable(l)}),...["small","medium","large"].includes(r?.radiusType||"")&&e.getRadiusCSSFromGlobal("normal",r?.radiusType),...e.getCustomRadius("normal",r)};return e.filterTruthyStyles(n)};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("@gem-sdk/core"),t=require("react"),r=require("../../../helpers/product-bundle.js"),u=require("../../constants/product-bundle.js");exports.useGpDiscountTag=n=>{let{setting:o,...i}=n,{customContent:s}=o??{},c=i["bundle-item"],{moneyFormat:a}=e.useMoneyFormat(),p=e.useEditorMode(),m=e.useProduct(),d=e.useCurrentVariant(),{quantity:l,hasUpdatePrice:M}=e.useQuantity(),y=t.useMemo(()=>M&&s?.unit!=="percentage"?l??1:1,[M,s?.unit,l]),D=e.convertDecimalToNumber(d?.price)??0,g=e.convertDecimalToNumber(d?.salePrice)??0,b=(g-D)*y,f=e.useFormatMoney(b<0?0:b,o?.moneyWithCurrentFormat||!1),h=t.useMemo(()=>{if(!g&&0!==g||!D&&0!==D)return`${s?.unit==="percentage"?"0%":f}`;if(s?.unit==="percentage"){let e=Math.round(b/(g/100));return`${e<0?0:e}%`}return`${f}`},[s?.unit,f,D,b,g]),{useProductCompareAtPrice:q}=e.useProductBundleDiscount(),{discountPercentAmount:P}=r.applyBundleDiscountAmount({currentVariant:d,bundleItem:c,options:{moneyFormat:a,useProductCompareAtPrice:q}}),T=t.useMemo(()=>{if(!c)return 0;let{discountPercentAmount:t,discountAmount:n}=r.applyBundleDiscountAmount({currentVariant:d,bundleItem:c,options:{moneyFormat:a,useProductCompareAtPrice:q}}),{discountType:o}=c,{unit:i}=s||{};return o!==u.DiscountType.NoDiscount||q?"percentage"===i?`${t}%`:n:"percentage"===i?"0%":e.formatMoney("0",a)},[c,d,a,q,s]),$=t.useMemo(()=>c?T:h,[T,c,h]),v=m?.baseID?.replace("gid://shopify/Product/",""),B=t.useMemo(()=>{let e=c?P<=0:b<=0;return"edit"===p&&e},[c,P,p,b]);return{mode:p,product:m,salePrice:g,priceSave:b,currentProductId:v,unitCustomDisplay:$,shouldPlaceholderNoDiscount:B}};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("../../../image/components/NextImage.js"),r=require("./common/productFeaturedImage.js"),o=require("@gem-sdk/core"),s=require("../../../link/common/helpers.js"),i=require("react");exports.default=({productImages:l,imgRef:c,onOpenLightBox:a,...n})=>{let p=o.useFeaturedImageGlobal(),u=o.useProduct(),g=i.useRef(null),f=i.useRef(null),h=i.useRef(null),d=n?.clickEffect!==void 0&&n?.clickEffect=="link",m=u?.handle?s.urlJoin("/products",u.handle):"#",y=i.useMemo(()=>n?.otherImage?l&&n.otherImage>=l.length-1||l&&-1===n.otherImage?l.length-1:n.otherImage:0,[n?.otherImage,l]),x=i.useMemo(()=>n?.hoverEffect==="other"?l?.[y]:l?.find(e=>e.id===p?.id),[p?.id,y,l,n?.hoverEffect]),v=i.useMemo(()=>p?.id?l?.find(e=>e.id===p?.id):l?.[0],[p,l]),w=d?{href:m}:{onClick:()=>n?.clickEffect=="popup"&&a(),role:"presentation"},j=({event:e,featureImageDom:t,zoomSize:r,imagePosition:o,slideWidth:s,imageOffsetX:i,imageOffsetY:l})=>{if(f?.current){if(f.current.style.width=`${r}px`,e.clientX>=o?.x&&e.clientX<=o.right&&e.clientY>=o?.y&&e.clientY<=o.bottom?((n?.hoverEffect=="zoom"&&n?.zoomType=="default"||n?.hoverEffect=="other")&&(f.current.style.opacity="1"),h?.current&&n?.hoverEffect=="zoom"&&n?.zoomType=="glasses"&&(h.current.style.opacity="1")):(f.current.style.opacity="0",h?.current&&(h.current.style.opacity="0")),s&&n?.hoverEffect=="zoom"&&n?.zoomType=="default"){let e=i/t?.offsetWidth,o=l/t?.offsetHeight;f.current.style.top=(t?.offsetHeight-f.current.offsetHeight)*o+"px",f.current.style.left=(s-r)*e+"px"}f&&n?.hoverEffect=="other"&&(f.current.style.top="0px",f.current.style.left="0px")}},E=i.useMemo(()=>r.getFeatureImageAspectRatio(n.ftCustomAspectRadio,n.ftAspectRatio),[n?.ftAspectRatio,n.ftCustomAspectRadio]),L=i.useMemo(()=>r.getStyleFeaturedImageWidth(n),[n]);return e.jsx("div",{className:"gp-product-images-ft gp-flex",style:{...r.getStyleFeatureImageJustify(n.position),...L},children:e.jsx(d?"a":"div",{...w,onMouseMove:e=>{let t=e.currentTarget?.querySelector("img"),r=t?.getBoundingClientRect(),o=g?.current?.clientWidth||0,s=g?.current?.clientHeight||0,i=!n?.zoom||n.zoom<100?1:n.zoom/100||1,l=(g?.current?.clientWidth||1)*(n?.hoverEffect=="other"?1:i),c=e.clientX-r?.x,a=e.clientY-r?.y;if(j({event:e,featureImageDom:t,zoomSize:l,imagePosition:r,slideWidth:o,imageOffsetX:c,imageOffsetY:a}),n?.hoverEffect=="zoom"&&n?.zoomType=="glasses"&&h.current){let e=h.current.offsetWidth/2,t=h.current.offsetHeight/2,r=s||1;c>o-e/i&&(c=o-e/i),c<e/i&&(c=e/i),a>r-t/i&&(a=r-t/i),a<t/i&&(a=t/i),h.current.style.top=a-t+"px",h.current.style.left=c-e+"px",h.current.style.backgroundSize=l+"px "+r*i+"px",h.current.style.backgroundPosition=`-${c*i-e}px -${a*i-t}px`}},onMouseOut:()=>{f?.current&&(f.current.style.opacity="0"),h?.current&&(h.current.style.opacity="0")},className:o.cls("gp-relative gp-flex gp-w-full",{"gp-overflow-hidden":n?.zoomType!=="glasses"}),style:{...o.makeStyleResponsive("aspect",E)},children:e.jsx("div",{className:"gp-flex gp-w-full gp-items-start gp-justify-center",children:e.jsxs("div",{ref:g,className:"gp-group gp-relative gp-w-full gp-overflow-hidden",children:[e.jsx(t.default,{imgRef:c,src:p?.previewImage||p?.src,width:p?.width,height:p?.height,alt:p?.alt,setting:{layout:n.ftLayout,aspectRatio:E},className:o.cls("featured-image-only gp-w-full transition-opacity",{"group-hover:gp-opacity-0":"other"==n.hoverEffect})}),(p?.contentType=="VIDEO"||p?.contentType=="EXTERNAL_VIDEO")&&e.jsx("div",{className:"gp-absolute gp-bottom-0 gp-right-0 gp-pb-[15px] gp-pr-[15px]",children:e.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("rect",{opacity:"0.9",width:"24",height:"24",rx:"3",fill:"#212121"}),e.jsx("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"})]})}),p?.contentType=="MODEL_3D"&&e.jsx("div",{className:"gp-absolute gp-bottom-0 gp-right-0 gp-pb-[15px] gp-pr-[15px]",children:e.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("rect",{opacity:"0.9",width:"24",height:"24",rx:"3",fill:"#212121"}),e.jsx("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"})]})}),n?.hoverEffect!=="none"&&n?.hoverEffect!=="other"&&e.jsx("div",{ref:f,className:o.cls("!gp-max-w-none",r.isFeatureMedia(v?.contentType)?"":r.getZoomImageClass()),children:e.jsx(t.default,{src:r.isFeatureMedia(x?.contentType)?x?.previewImage:x?.src,width:x?.width,height:x?.height,alt:x?.alt,setting:{layout:n.ftLayout,aspectRatio:E},className:"featured-image-only gp-w-full"})}),n?.hoverEffect==="other"&&e.jsx("div",{ref:f,className:o.cls("!gp-max-w-none",r.getZoomImageClass()),children:e.jsx(t.default,{src:r.isFeatureMedia(v?.contentType)?v?.previewImage:x?x?.previewImage||x?.src:v?.src,width:x?.width,height:x?.height,alt:x?.alt,setting:{layout:n.ftLayout,aspectRatio:E},className:"featured-image-only gp-w-full"})}),n?.hoverEffect==="zoom"&&n?.zoomType==="glasses"&&!r.isFeatureMedia(v?.contentType)&&e.jsx("div",{ref:h,className:o.cls(r.getZoomLenClass()),style:{...o.makeStyle({bgi:`url("${v?.src}")`})}})]})})})})};
|
|
@@ -1,28 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
-
{
|
|
3
|
-
{%- assign variant = product.selected_or_first_available_variant -%}
|
|
4
|
-
{% assign shouldHidden = '' %}
|
|
5
|
-
{% if featureMedia.media_type == 'model' %}
|
|
6
|
-
${l()}
|
|
7
|
-
{% endif %}
|
|
8
|
-
{% if featureMedia.media_type == 'video' %}
|
|
9
|
-
${o()}
|
|
10
|
-
{% endif %}
|
|
11
|
-
{% if featureMedia.media_type == 'external_video' %}
|
|
12
|
-
${o()}
|
|
13
|
-
{% endif %}
|
|
14
|
-
{% if featureMedia.media_type != 'image' %}
|
|
15
|
-
{% assign shouldHidden = 'hidden' %}
|
|
16
|
-
{% endif %}
|
|
17
|
-
${u(core.cls("gp-w-full gp-transition-opacity",{"group-hover:gp-opacity-0":"other"==e.hoverEffect},"{{shouldHidden}}"))}
|
|
18
|
-
${e?.hoverEffect!=="none"?`<div class="${core.cls("zoom-element !gp-max-w-none",productFeaturedImage.getZoomImageClass())}">
|
|
19
|
-
${u("image-zoom")}
|
|
20
|
-
</div>`:""}
|
|
21
|
-
${e?.hoverEffect=="zoom"&&e?.zoomType=="glasses"?`
|
|
22
|
-
<div class="${core.cls("zoom-lens-element",productFeaturedImage.getZoomLenClass())}"
|
|
23
|
-
style="opacity: 0; background-image: url('{{ product.featured_image.src | img_url: "1024x1024"}}')"></div>`:""}
|
|
24
|
-
`,l=()=>Modal3d_liquid.default({src:"{{featureMedia.sources.first.url}}",alt:"{{featureMedia.preview_image.alt}}",poster:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,dataShopifyFeature:"1.12",arStatus:"not-presenting",style:{width:"100%",height:"100%"}}),o=()=>Video_liquid.default({src:"{{mediaSourceVideo}}",alt:"{{mediaVideoAlt}}",autoplay:!0,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"}}),u=i=>core.template`
|
|
25
|
-
${NextImage_liquid.default({src:`{%- if variant.featured_image != null -%}
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@gem-sdk/core"),a=require("../../../image/components/NextImage.liquid.js"),i=require("./common/productFeaturedImage.js"),t=require("./common/helpers.js"),d=require("../../../image/components/Modal3d.liquid.js"),s=require("../../../image/components/Video.liquid.js");exports.default=({...r})=>{let l=i.getFeatureImageAspectRatio(r.ftCustomAspectRadio,r.ftAspectRatio),o=r?.clickEffect!==void 0&&r?.clickEffect=="link",f=o?"a":"div",u=()=>s.default({src:"{{mediaSourceVideo}}",alt:"{{mediaVideoAlt}}",autoplay:!0,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"}}),n=i=>e.template`
|
|
2
|
+
${a.default({src:`{%- if variant.featured_image != null -%}
|
|
26
3
|
{{ variant.featured_image.src | img_url: '1024x1024'}}
|
|
27
4
|
{%- elsif variant.featured_image == null -%}
|
|
28
5
|
{{ featureMedia.src | img_url: '1024x1024'}}
|
|
@@ -44,14 +21,14 @@
|
|
|
44
21
|
{{variant.featured_image.alt}}
|
|
45
22
|
{%- elsif variant.featured_image == null -%}
|
|
46
23
|
{{featureMedia.alt | escape}}
|
|
47
|
-
{%- endif -%}`,setting:{layout:
|
|
24
|
+
{%- endif -%}`,setting:{layout:r?.ftLayout,aspectRatio:l},priority:!0,className:`gp-w-full featured-image-only ${i}`})}`;return e.template`<div
|
|
48
25
|
class="featured-image-root gp-product-images-ft gp-flex"
|
|
49
|
-
style="${{...
|
|
26
|
+
style="${{...i.getStyleFeatureImageJustify(r.position),...t.getDisplayStyle(a=>!!r?.featureImageVisible&&!e.getResponsiveValueByScreen(r?.featureImageVisible,a),"flex"),...i.getStyleFeaturedImageWidth(r)}}"
|
|
50
27
|
>
|
|
51
|
-
<${
|
|
28
|
+
<${f} ${{...o?{href:"#"}:{role:"presentation"}}}
|
|
52
29
|
media-type="{{product.featured_media.media_type}}"
|
|
53
|
-
class="featured-image-wrapper ${
|
|
54
|
-
style="${{...
|
|
30
|
+
class="featured-image-wrapper ${e.cls("gp-relative gp-flex gp-w-full",{"gp-overflow-hidden":r?.zoomType!=="glasses"})}"
|
|
31
|
+
style="${{...e.makeStyleResponsive("aspect",l)}}"
|
|
55
32
|
>
|
|
56
33
|
<div class="gp-flex gp-w-full gp-items-start gp-justify-center">
|
|
57
34
|
<div class="featured-image gp-group gp-relative gp-w-full gp-h-full gp-overflow-hidden gp-flex gp-items-center gp-justify-center">
|
|
@@ -86,8 +63,31 @@
|
|
|
86
63
|
<script type="module" defer="defer" src="https://cdn.shopify.com/shopifycloud/model-viewer/v1.12/model-viewer.js"></script>
|
|
87
64
|
{% endif %}
|
|
88
65
|
|
|
89
|
-
${
|
|
66
|
+
${`
|
|
67
|
+
{% assign featureMedia = product.media.first %}
|
|
68
|
+
{%- assign variant = product.selected_or_first_available_variant -%}
|
|
69
|
+
{% assign shouldHidden = '' %}
|
|
70
|
+
{% if featureMedia.media_type == 'model' %}
|
|
71
|
+
${d.default({src:"{{featureMedia.sources.first.url}}",alt:"{{featureMedia.preview_image.alt}}",poster:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,dataShopifyFeature:"1.12",arStatus:"not-presenting",style:{width:"100%",height:"100%"}})}
|
|
72
|
+
{% endif %}
|
|
73
|
+
{% if featureMedia.media_type == 'video' %}
|
|
74
|
+
${u()}
|
|
75
|
+
{% endif %}
|
|
76
|
+
{% if featureMedia.media_type == 'external_video' %}
|
|
77
|
+
${u()}
|
|
78
|
+
{% endif %}
|
|
79
|
+
{% if featureMedia.media_type != 'image' %}
|
|
80
|
+
{% assign shouldHidden = 'hidden' %}
|
|
81
|
+
{% endif %}
|
|
82
|
+
${n(e.cls("gp-w-full gp-transition-opacity",{"group-hover:gp-opacity-0":"other"==r.hoverEffect},"{{shouldHidden}}"))}
|
|
83
|
+
${r?.hoverEffect!=="none"?`<div class="${e.cls("zoom-element !gp-max-w-none",i.getZoomImageClass())}">
|
|
84
|
+
${n("image-zoom")}
|
|
85
|
+
</div>`:""}
|
|
86
|
+
${r?.hoverEffect=="zoom"&&r?.zoomType=="glasses"?`
|
|
87
|
+
<div class="${e.cls("zoom-lens-element",i.getZoomLenClass())}"
|
|
88
|
+
style="opacity: 0; background-image: url('{{ product.featured_image.src | img_url: "1024x1024"}}')"></div>`:""}
|
|
89
|
+
`}
|
|
90
90
|
</div>
|
|
91
91
|
</div>
|
|
92
|
-
</${
|
|
93
|
-
</div>`};
|
|
92
|
+
</${f}>
|
|
93
|
+
</div>`};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("react"),o=require("../../../carousel-v3/components/root/Carousel.js"),i=require("../../../carousel-v3/components/item/CarouselItem.js"),s=require("@gem-sdk/core"),l=require("./common/helpers.js"),r=require("../../../image/components/NextImage.js"),a=require("./common/productGallery.js"),p=require("../product-images-v3/common/productGallery.js");exports.default=({builderPropUID:n,productImages:c,onHandleClick:d,...g})=>{let u=s.useCurrentDevice(),C=s.useFeaturedImageGlobal(),h=t.useMemo(()=>{let e=c?.findIndex(e=>e.id===C?.id);return e&&e>0?e:0},[c,C]),m=t.useMemo(()=>s.getResponsiveValueByScreen(g?.position,u),[u,g?.position]),w=t.useMemo(()=>{let e="left"===m||"right"===m;return e?{desktop:"auto",tablet:"auto",mobile:"auto"}:g?.slidesToShow},[m,g?.slidesToShow]),v=t.useMemo(()=>({desktop:g?.customAspectRadio?.desktop?.width,tablet:g?.customAspectRadio?.tablet?.width,mobile:g?.customAspectRadio?.mobile?.width}),[g?.customAspectRadio]),b=t.useMemo(()=>({desktop:g?.customAspectRadio?.desktop?.height,tablet:g?.customAspectRadio?.tablet?.height,mobile:g?.customAspectRadio?.mobile?.height}),[g?.customAspectRadio]),f=t.useMemo(()=>s.makeAspectRatio(g?.aspectRatio,v,b),[v,g?.aspectRatio,b]);return e.jsx(o.default,{setting:{loop:g?.loop,slidesToShow:w,dot:a.getAllowDotConfig(),dotStyle:p.getDotStyleConfig(),controlOverContent:g?.controlOverContent,enableDrag:{desktop:g?.dragToScroll,tablet:g?.dragToScroll,mobile:g?.dragToScroll},vertical:a.getCarouselVerticalConfigByPosition(g.position),dotActiveColor:g?.dotActiveColor,dotColor:g?.dotColor,arrowCustom:g?.arrowIcon},styles:{sizeSetting:{desktop:{width:"100%",height:"auto"},tablet:{width:"100%",height:"auto"},mobile:{width:"100%",height:"auto"}},spacing:l.convertSpacing(g?.spacing)},builderProps:{uid:n},isHiddenArrowWhenDisabled:!0,children:c?.map((t,o,l)=>{let a=o===h&&l.length>1,p="VIDEO"==t.contentType||"EXTERNAL_VIDEO"==t.contentType||"MODEL_3D"==t.contentType?t?.previewImage:t?.src;return e.jsxs(i.default,{className:s.cls(`gem-slider-item gem-slider-item-${n} gp-group gp-flex gp-w-full gp-items-center gp-justify-center gp-overflow-hidden gp-outline-1 -gp-outline-offset-1`,{"gp-outline":a&&!!g?.showActiveStatus}),onClickItem:()=>{d(t?.id||"")},style:{outlineColor:"var(--g-c-brand, brand)"},children:[e.jsx(r.default,{src:p,width:t?.width,height:t?.height,alt:t?.alt,setting:{aspectRatio:f,layout:g?.layout},style:{...s.makeStyleResponsive("w",s.makeWidth(g?.width,g?.fullWidth)),...s.makeStyleResponsive("aspect",g?.aspectRatio)}}),("VIDEO"==t.contentType||"EXTERNAL_VIDEO"==t.contentType)&&e.jsx("div",{className:"gp-absolute gp-bottom-0 gp-right-0 gp-pb-1 gp-pr-1",children:e.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("rect",{opacity:"0.9",width:"24",height:"24",rx:"3",fill:"#212121"}),e.jsx("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"})]})}),"MODEL_3D"==t.contentType&&e.jsx("div",{className:"gp-absolute gp-bottom-0 gp-right-0 gp-pb-1 gp-pr-1",children:e.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("rect",{opacity:"0.9",width:"24",height:"24",rx:"3",fill:"#212121"}),e.jsx("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"})]})}),s.getResponsiveValueByScreen(g?.largeViewInPopup,u)&&e.jsx("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:e.jsx("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:e.jsx("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"})})})]},t?.id)})})};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@gem-sdk/core"),i=require("../../../image/components/NextImage.liquid.js"),t=require("./common/helpers.js"),o=require("./common/productGallery.js"),r=require("../../helpers/function.js"),a=require("../product-images-v3/common/productGallery.js"),l=require("../../../carousel-v3/components/root/Carousel.liquid.js"),d=require("../../../carousel-v3/components/item/CarouselItem.liquid.js");exports.default=({builderPropUID:s,...p})=>{let g=o.getGalleryImageAspectRatio(p?.customAspectRadio,p?.aspectRatio),n=(t,o)=>e.template`${i.default({src:"{{media.preview_image | product_img_url: '1024x1024'}}",width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt | escape}}",setting:t,style:o})}`,c=i=>`
|
|
2
2
|
{% if media.media_type == 'video' %}
|
|
3
3
|
{% assign mediaSourceUrl = media.sources.last.url %}
|
|
4
4
|
{% endif %}
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
{% if media.media_type == 'image' %}
|
|
9
9
|
{% assign mediaSourceUrl = media.src %}
|
|
10
10
|
{% endif %}
|
|
11
|
-
${
|
|
12
|
-
${
|
|
11
|
+
${d.default({id:"{{imageID}}",className:`gp-group gp-flex gp-w-full gp-items-center gp-justify-center gp-overflow-hidden gp-outline-1 -gp-outline-offset-1 image-item data-[outline=active]:gp-outline data-[outline=active]:gp-p-[1px] ${i}`,parentId:`${s}-{{product.id}}`,builderAttrs:{"data-outline":i?"active":"deactive"},style:{"outline-color":"var(--g-c-brand, brand)"},children:`
|
|
12
|
+
${n({aspectRatio:g,layout:p?.layout},{...e.makeStyleResponsive("w",e.makeWidth(p?.width,p?.fullWidth)),...e.makeStyleResponsive("aspect",p?.aspectRatio)})}
|
|
13
13
|
|
|
14
14
|
{% if media.media_type == 'video' or media.media_type == 'external_video' %}
|
|
15
15
|
<div class="gp-absolute gp-pb-1 gp-pr-1 gp-right-0 gp-bottom-0" >
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
{% endif %}
|
|
31
31
|
|
|
32
32
|
<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"
|
|
33
|
-
style="${
|
|
33
|
+
style="${r.getStyleOfObject(o.getZoomDisplay(p?.largeViewInPopup))}"
|
|
34
34
|
>
|
|
35
35
|
<svg
|
|
36
36
|
height="100%"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
/>
|
|
49
49
|
</svg>
|
|
50
50
|
</div>
|
|
51
|
-
`})}`;return
|
|
51
|
+
`})}`;return e.template`${l.default({rootId:`${s}-{{product.id}}`,rootClass:"gp-flex-1 gp-w-full carousel-gallery",rootAttrs:{type:"grid-carousel"},isHiddenArrowWhenDisabled:!0,setting:{navigationStyle:{desktop:"none"},loop:p?.loop,slidesToShow:o.getSliderPerShowConfig(p?.slidesToShow,p?.position),dot:o.getAllowDotConfig(),dotStyle:a.getDotStyleConfig(),controlOverContent:p?.controlOverContent,enableDrag:{desktop:p?.dragToScroll,tablet:p?.dragToScroll,mobile:p?.dragToScroll},vertical:o.getCarouselVerticalConfigByPosition(p.position),dotActiveColor:p?.dotActiveColor,dotColor:p?.dotColor,arrowCustom:p?.arrowIcon},rootStyles:{...t.getDisplayStyle(i=>!("slider"===e.getResponsiveValueByScreen(p?.type,i)||["left","right"].includes(e.getResponsiveValueByScreen(p?.position,i)||"")),"flex")},styles:{sizeSetting:{desktop:{width:"100%",height:"auto"},tablet:{width:"100%",height:"auto"},mobile:{width:"100%",height:"auto"}},spacing:t.convertSpacing(p?.spacing)},children:`
|
|
52
52
|
{%- if product.media.size > 1 -%}
|
|
53
53
|
{%- for media in product.media -%}
|
|
54
54
|
{% if media.media_type == 'image' %}
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
{% assign imageID = '' %}
|
|
63
63
|
{% endif %}
|
|
64
64
|
{%- if media.id == product.featured_media.id -%}
|
|
65
|
-
${
|
|
65
|
+
${c(p?.showActiveStatus?"p-[1px]":"")}
|
|
66
66
|
{% else %}
|
|
67
|
-
${
|
|
67
|
+
${c()}
|
|
68
68
|
{%- endif -%}
|
|
69
69
|
{% endfor %}
|
|
70
70
|
{%- endif -%}
|
|
71
71
|
`})}
|
|
72
|
-
`};
|
|
72
|
+
`};
|