@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,8 +1,8 @@
|
|
|
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");exports.default=({setting:s,advanced:t})=>{let{align:r}=s??{};return e.template`
|
|
2
2
|
<div
|
|
3
|
-
class="${
|
|
4
|
-
style="${{...
|
|
3
|
+
class="${t?.cssClass}"
|
|
4
|
+
style="${{...e.makeStyleResponsive("ta",r)}}"
|
|
5
5
|
>
|
|
6
6
|
<kaching-subscriptions product-id='{{ product.id }}'></kaching-subscriptions>
|
|
7
7
|
</div>
|
|
8
|
-
`};
|
|
8
|
+
`};
|
package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js
CHANGED
|
@@ -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"),r=require("../ThirdPartyPreview.js"),s=require("../../configs/KingProductOptions.js");exports.default=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(r.default,{setting:{label:s.default.label,iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${s.default.logoUrl}">`}})})});
|
|
@@ -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"),r=require("next/dynamic");const i=r(()=>Promise.resolve().then(function(){return require("./KingProductOptions/KingProductOptionsSampleContent.js")}));exports.default=({setting:r})=>{let n=t.useEditorMode();return e.jsx("div",{style:{...t.makeStyleResponsive("ta",r?.align)},children:"edit"===n&&e.jsx(i,{setting:r})})};
|
|
@@ -1,7 +1,7 @@
|
|
|
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");exports.default=({setting:t,advanced:s})=>{let{align:a}=t??{};return e.template`
|
|
2
2
|
<div
|
|
3
|
-
class="${
|
|
4
|
-
style="${{...
|
|
3
|
+
class="${s?.cssClass}"
|
|
4
|
+
style="${{...e.makeStyleResponsive("ta",a)}}"
|
|
5
5
|
>
|
|
6
6
|
<variant-selects
|
|
7
7
|
id="variant-selects-{{ section.id }}"
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
>
|
|
12
12
|
</variant-selects>
|
|
13
13
|
</div>
|
|
14
|
-
`};
|
|
14
|
+
`};
|
|
@@ -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"),r=require("@gem-sdk/core"),s=require("./ThirdPartyPreview.js"),i=require("../configs/KiteFreeGiftDiscount.js");const t=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(s.default,{setting:{label:"Kite : Free Gift & Discount",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${i.default.logoUrl}">`}})})});exports.default=({setting:s})=>e.jsx("div",{style:{...r.makeStyleResponsive("ta",s?.align)},children:e.jsx(t,{})});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../common/helpers.js");exports.default=({setting:r,advanced:s})=>{let{align:t,appBlockId:o}=r??{};return e.getLiquidForAppBlock(o,t,s?.cssClass)};
|
|
@@ -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"),r=require("@gem-sdk/core"),o=require("./ThirdPartyPreview.js"),t=require("react"),i=require("../configs/KlarmaMessaging.js");const s={topStripPromotionBadge:"Top strip promotion badge",topStripPromotionAutoSize:"Top strip promotion auto size",footerPromotionAutoSize:"Footer promotion auto size",infoPage:"Info page"},a=({setting:r})=>{let a=r?.widgetType&&s[r.widgetType],p=t.useMemo(()=>a?`${i.default.label} - ${a}`:i.default.label,[a]);return e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(o.default,{setting:{label:p,iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${i.default.logoUrl}">`}})})})};exports.default=({setting:o})=>e.jsx("div",{style:{...r.makeStyleResponsive("ta",o?.align)},children:e.jsx(a,{})});
|
|
@@ -1,11 +1,11 @@
|
|
|
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");exports.default=({setting:o,advanced:t})=>{let{widgetType:r,align:a}=o??{};return e.template`
|
|
2
2
|
<div
|
|
3
|
-
class="${
|
|
4
|
-
style="${{...
|
|
3
|
+
class="${t?.cssClass}"
|
|
4
|
+
style="${{...e.makeStyleResponsive("ta",a)}}"
|
|
5
5
|
>
|
|
6
6
|
<klarna-placement
|
|
7
|
-
data-key=${
|
|
7
|
+
data-key=${(()=>{switch(r){case"topStripPromotionBadge":default:return"top-strip-promotion-badge";case"topStripPromotionAutoSize":return"top-strip-promotion-auto-size";case"footerPromotionAutoSize":return"footer-promotion-auto-size";case"infoPage":return"info-page";case"creditPromotionBadge":return"credit-promotion-badge";case"creditPromotionAutoSize":return"credit-promotion-auto-size"}})()}
|
|
8
8
|
data-locale={{ request.locale.iso_code }}-{{ localization.country.iso_code }}
|
|
9
9
|
></klarna-placement>
|
|
10
10
|
</div>
|
|
11
|
-
`};
|
|
11
|
+
`};
|
|
@@ -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"),r=require("../ThirdPartyPreview.js"),s=require("../../configs/Klaviyo.js");exports.default=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(r.default,{setting:{label:s.default.label,iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${s.default.logoUrl}">`}})})});
|
|
@@ -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"),r=require("@gem-sdk/core"),s=require("next/dynamic");const t=s(()=>Promise.resolve().then(function(){return require("./Klaviyo/KlaviyoSampleContent.js")}));exports.default=({setting:s})=>{let{formCode:i,align:l}=s??{},o=r.useEditorMode(),a=`klaviyo-form-${i}`;return e.jsx(e.Fragment,{children:e.jsxs("div",{style:{...r.makeStyleResponsive("ta",l)},className:"gp-h-full gp-w-full",children:[e.jsx("div",{className:a}),"edit"===o&&e.jsx(t,{})]})})};
|
|
@@ -1,9 +1,9 @@
|
|
|
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");exports.default=({setting:s,advanced:l})=>{let{formCode:t,align:r}=s??{},a=`klaviyo-form-${t}`;return e.template`
|
|
2
2
|
<div
|
|
3
|
-
class="${
|
|
4
|
-
style="${{...
|
|
3
|
+
class="${l?.cssClass}"
|
|
4
|
+
style="${{...e.makeStyleResponsive("ta",r)}}"
|
|
5
5
|
class="gp-h-full gp-w-full"
|
|
6
6
|
>
|
|
7
|
-
<div class="${
|
|
7
|
+
<div class="${a}"></div>
|
|
8
8
|
</div>
|
|
9
|
-
`};
|
|
9
|
+
`};
|
|
@@ -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"),r=require("@gem-sdk/core"),s=require("./ThirdPartyPreview.js"),t=require("../configs/KoalaBundleQuantityDiscount.js");const i=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(s.default,{setting:{label:"Koala Bundle Quantity Discount",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${t.default.logoUrl}">`}})})});exports.default=({setting:s})=>e.jsx("div",{style:{...r.makeStyleResponsive("ta",s?.align)},children:e.jsx(i,{})});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../common/helpers.js");exports.default=({setting:r,advanced:s})=>{let{align:o,appBlockId:t}=r??{};return e.getLiquidForAppBlock(t,o,`${s?.cssClass??""} !gp-block [&_*]:gp-max-w-none`)};
|
|
@@ -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"),r=require("../ThirdPartyPreview.js"),a=require("../../configs/LaiProductReviews.js"),t=require("react");const i="advanced_widget",d={reviews_widget:"Product Review Widget",star_ratings:"Star ratings",homepage_reviews:"Homepage Reviews",happy_customer_reviews:"Happy Customer Reviews",star_ratings_in_list:"Star Ratings in the List",advanced_widget:"Advanced Widget"},s={cardCarousel:"Card Carousel",testimonialCarousel:"Testimonial carousel",mediaGallery:"Media gallery",cardGrid:"Card grid"};exports.default=({setting:l})=>{let g=t.useCallback(e=>l?.widgetType===i?`${a.default.label} - Advanced - ${e}`:`${a.default.label} - ${e}`,[l?.widgetType]),u=(()=>{let e=l?.widgetType,r=l?.advancedWidgetType;return e===i&&r?s[r]||"":e&&d[e]||""})(),o=t.useMemo(()=>g(u),[u,g]);return e.jsx("div",{className:"gp-p-2",children:e.jsx(r.default,{setting:{label:o,iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${a.default.logoUrl}">`}})})};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const t=`
|
|
2
2
|
{% assign random_number = "now" | date: "%N" | modulo: 1000 | plus: 0 %}
|
|
3
3
|
<script>
|
|
4
4
|
var sectionConfig = (typeof sectionConfig == "undefined" || sectionConfig == null) ? {} : sectionConfig;
|
|
@@ -24,32 +24,32 @@
|
|
|
24
24
|
<iframe class="scm-reviews-importer-iframe" width="100%" title="Sma reviews section Product page" data-idIframe="{{ random_number }}"></iframe>
|
|
25
25
|
</div>
|
|
26
26
|
</div>
|
|
27
|
-
`,
|
|
27
|
+
`,e=`
|
|
28
28
|
<div class="scm-reviews-rate" data-rate-version2="{{ product.metafields.scm_review_importer.reviewsData.reviewCountInfo | json | escape}}" data-product-id="{{ product.id }}"></div>
|
|
29
|
-
`,
|
|
29
|
+
`,a=`
|
|
30
30
|
<script>var sectionConfig={ "type_layout" : "cardCarousel", "source" : "default_layout"};</script>{% assign random_number = "now" | date: "%N" | modulo: 1000 | plus: 0 %}<script>var sectionConfig= (typeof sectionConfig == "undefined" || sectionConfig == null) ? {} : sectionConfig;var scmCustomData= (typeof scmCustomData == "undefined" || scmCustomData == null) ? {} : scmCustomData;var scmCustomDataWigetAll= (typeof scmCustomDataWigetAll == "undefined" || scmCustomDataWigetAll == null) ? [] : scmCustomDataWigetAll; scmCustomDataWigetAll['{{ random_number }}'] ={ "id_iframe" : "{{ random_number }}","productId" : "","typePage" : 'homePage',"sectionConfig" : JSON.stringify(sectionConfig),"scmCustomData" : JSON.stringify(scmCustomData),'dataProduct' : []};sectionConfig= null;scmCustomData= null;</script><div class="scm-container" style="display: none;"><div class="scm-reviews-importer"><iframe class="scm-reviews-importer-iframe" width="100%" title="Sma reviews section Home Page" data-idIframe="{{ random_number }}"></iframe></div></div>
|
|
31
|
-
`,
|
|
31
|
+
`,s=`
|
|
32
32
|
<script>var sectionConfig={ "type_layout" : "testimonial", "source" : "default_layout"};</script>{% assign random_number = "now" | date: "%N" | modulo: 1000 | plus: 0 %}<script>var sectionConfig= (typeof sectionConfig == "undefined" || sectionConfig == null) ? {} : sectionConfig;var scmCustomData= (typeof scmCustomData == "undefined" || scmCustomData == null) ? {} : scmCustomData;var scmCustomDataWigetAll= (typeof scmCustomDataWigetAll == "undefined" || scmCustomDataWigetAll == null) ? [] : scmCustomDataWigetAll; scmCustomDataWigetAll['{{ random_number }}'] ={ "id_iframe" : "{{ random_number }}","productId" : "","typePage" : 'homePage',"sectionConfig" : JSON.stringify(sectionConfig),"scmCustomData" : JSON.stringify(scmCustomData),'dataProduct' : []};sectionConfig= null;scmCustomData= null;</script><div class="scm-container" style="display: none;"><div class="scm-reviews-importer"><iframe class="scm-reviews-importer-iframe" width="100%" title="Sma reviews section Home Page" data-idIframe="{{ random_number }}"></iframe></div></div>
|
|
33
|
-
`,
|
|
33
|
+
`,i=`
|
|
34
34
|
<script>var sectionConfig={ "type_layout" : "gallery", "source" : "default_layout"};</script>{% assign random_number = "now" | date: "%N" | modulo: 1000 | plus: 0 %}<script>var sectionConfig= (typeof sectionConfig == "undefined" || sectionConfig == null) ? {} : sectionConfig;var scmCustomData= (typeof scmCustomData == "undefined" || scmCustomData == null) ? {} : scmCustomData;var scmCustomDataWigetAll= (typeof scmCustomDataWigetAll == "undefined" || scmCustomDataWigetAll == null) ? [] : scmCustomDataWigetAll; scmCustomDataWigetAll['{{ random_number }}'] ={ "id_iframe" : "{{ random_number }}","productId" : "","typePage" : 'homePage',"sectionConfig" : JSON.stringify(sectionConfig),"scmCustomData" : JSON.stringify(scmCustomData),'dataProduct' : []};sectionConfig= null;scmCustomData= null;</script><div class="scm-container" style="display: none;"><div class="scm-reviews-importer"><iframe class="scm-reviews-importer-iframe" width="100%" title="Sma reviews section Home Page" data-idIframe="{{ random_number }}"></iframe></div></div>
|
|
35
|
-
`,
|
|
35
|
+
`,o=`
|
|
36
36
|
<script>var sectionConfig={ "type_layout" : "grid", "source" : "default_layout"};</script>{% assign random_number = "now" | date: "%N" | modulo: 1000 | plus: 0 %}<script>var sectionConfig= (typeof sectionConfig == "undefined" || sectionConfig == null) ? {} : sectionConfig;var scmCustomData= (typeof scmCustomData == "undefined" || scmCustomData == null) ? {} : scmCustomData;var scmCustomDataWigetAll= (typeof scmCustomDataWigetAll == "undefined" || scmCustomDataWigetAll == null) ? [] : scmCustomDataWigetAll; scmCustomDataWigetAll['{{ random_number }}'] ={ "id_iframe" : "{{ random_number }}","productId" : "","typePage" : 'homePage',"sectionConfig" : JSON.stringify(sectionConfig),"scmCustomData" : JSON.stringify(scmCustomData),'dataProduct' : []};sectionConfig= null;scmCustomData= null;</script><div class="scm-container" style="display: none;"><div class="scm-reviews-importer"><iframe class="scm-reviews-importer-iframe" width="100%" title="Sma reviews section Home Page" data-idIframe="{{ random_number }}"></iframe></div></div>
|
|
37
|
-
`,
|
|
37
|
+
`,n=`
|
|
38
38
|
{% capture laisnippet %}
|
|
39
39
|
{% render "lai-home-page" %}
|
|
40
40
|
{% endcapture %}
|
|
41
41
|
{% unless laisnippet contains "Liquid error" %}
|
|
42
42
|
{{ laisnippet }}
|
|
43
43
|
{% endunless %}
|
|
44
|
-
`,
|
|
44
|
+
`,m=`
|
|
45
45
|
{% capture laisnippet %}
|
|
46
46
|
{% render "reviews-happy-page" %}
|
|
47
47
|
{% endcapture %}
|
|
48
48
|
{% unless laisnippet contains "Liquid error" %}
|
|
49
49
|
{{ laisnippet }}
|
|
50
50
|
{% endunless %}
|
|
51
|
-
`,
|
|
51
|
+
`,r=`
|
|
52
52
|
<div class="scm-reviews-rate"
|
|
53
53
|
data-rate-version2="{{ product.metafields.scm_review_importer.reviewsData.reviewCountInfo | json | escape }}"
|
|
54
54
|
data-product-id="{{ product.id }}"></div>
|
|
55
|
-
`;exports.getTemplateByWidget=
|
|
55
|
+
`;exports.getTemplateByWidget=c=>{let d=c?.widgetType??"reviews_widget",u=c?.advancedWidgetType??"mediaGallery";return"advanced_widget"===d?({cardCarousel:a,testimonialCarousel:s,mediaGallery:i,cardGrid:o})[u]:({reviews_widget:t,star_ratings:e,homepage_reviews:n,happy_customer_reviews:m,star_ratings_in_list:r})[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"),r=require("@gem-sdk/core"),t=require("next/dynamic");const s=t(()=>Promise.resolve().then(function(){return require("./LaiProductReviews/LaiProductReviewsSampleContent.js")}));exports.default=({setting:t})=>{let{align:i}=t??{},u=r.useEditorMode();return e.jsx("div",{style:{...r.makeStyleResponsive("ta",i)},className:"gp-h-full gp-w-full",children:"edit"===u&&e.jsx(s,{setting:t})})};
|
|
@@ -1,8 +1,8 @@
|
|
|
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("./LaiProductReviews/LiquidTemplateByWiget.js");exports.default=({setting:s,advanced:r})=>{let{align:i}=s??{},a=t.getTemplateByWidget(s);return e.template`
|
|
2
2
|
<div
|
|
3
|
-
class="${
|
|
4
|
-
style="${{...
|
|
3
|
+
class="${r?.cssClass}"
|
|
4
|
+
style="${{...e.makeStyleResponsive("ta",i)}}"
|
|
5
5
|
>
|
|
6
|
-
${
|
|
6
|
+
${a}
|
|
7
7
|
</div>
|
|
8
|
-
`};
|
|
8
|
+
`};
|
|
@@ -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"),r=require("@gem-sdk/core"),s=require("./ThirdPartyPreview.js"),l=require("../configs/LoloyalLoyaltyReferrals.js");const a=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(s.default,{setting:{label:"Loloyal: Loyalty & Referrals ",iconSvg:`<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${l.default.logoUrl}">`}})})});exports.default=({setting:s})=>e.jsx("div",{style:{...r.makeStyleResponsive("ta",s?.align)},children:e.jsx(a,{})});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../common/helpers.js");exports.default=({setting:r,advanced:s})=>{let{align:t,appBlockId:o}=r??{};return e.getLiquidForAppBlock(o,t,s?.cssClass)};
|
|
@@ -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"),r=require("@gem-sdk/core"),s=require("./ThirdPartyPreview.js"),i=require("../configs/LoopSubscriptions.js");const t=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(s.default,{setting:{label:"Loop Subscriptions",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${i.default.logoUrl}">`}})})});exports.default=({setting:s})=>e.jsx("div",{style:{...r.makeStyleResponsive("ta",s?.align)},children:e.jsx(t,{})});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../common/helpers.js"),r=require("@gem-sdk/core");exports.default=({setting:t,advanced:s})=>{let{align:o,appBlockId:p,widgetType:u}=t??{};return"subscription_widget"==u?r.template`
|
|
2
2
|
{% render 'loop-subscriptions' type: 'product-widget', product: product %}
|
|
3
|
-
`:
|
|
3
|
+
`:e.getLiquidForAppBlock(p,o,s?.cssClass)};
|
|
@@ -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"),r=require("../ThirdPartyPreview.js"),t=require("../../configs/LooxReviews.js"),i=require("react");const s={rating_widget:"Rating widget",reviews_widget:"Reviews widget",carousel_widget:"Carousel widget"};exports.default=({setting:d})=>{let g=d?.widgetType&&s[d.widgetType],a=i.useMemo(()=>g?`${t.default.label} - ${g}`:t.default.label,[g]);return e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(r.default,{setting:{label:a,iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${t.default.logoUrl}">`}})})})};
|
|
@@ -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"),r=require("@gem-sdk/core"),t=require("next/dynamic");const s=t(()=>Promise.resolve().then(function(){return require("./LooxReviews/LooxReviewsSampleContent.js")}));exports.default=({setting:t})=>{let i=r.useEditorMode();return e.jsx("div",{style:{...r.makeStyleResponsive("ta",t?.align)},children:"edit"===i&&e.jsx(s,{setting:t})})};
|
|
@@ -1,11 +1,11 @@
|
|
|
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("../common/helpers.js");exports.default=({setting:s,advanced:a})=>{let{widgetType:o,showAllReviews:i,showRatingWidgetAllReviews:r,version:d,appBlockId:l,align:c}=s??{},g=e=>{switch(o){case"reviews_widget":return{id:"looxReviews","data-product-id":e,...i?{"data-loox-aggregate":"true"}:{}};case"rating_widget":return{class:"loox-rating","data-id":e,"data-fetch":"","data-rating":"{{ product.metafields.loox.avg_rating }}","data-raters":"{{ product.metafields.loox.num_reviews }}"};case"carousel_widget":return{id:"looxCarousel","data-show-more":"true"}}};return"v2"===d?t.getLiquidForAppBlock(l,c,a?.cssClass):e.template`
|
|
2
2
|
<script defer strategy="lazyOnload" src="${"//loox.io/widget/loox.js?shop={{ request.host }}"}"></script>
|
|
3
3
|
<div
|
|
4
|
-
class="${
|
|
5
|
-
style="${{...
|
|
4
|
+
class="${a?.cssClass}"
|
|
5
|
+
style="${{...e.makeStyleResponsive("ta",s?.align)}}"
|
|
6
6
|
>
|
|
7
|
-
{% if '${
|
|
8
|
-
{% if '${
|
|
7
|
+
{% if '${o}' == "rating_widget" %}
|
|
8
|
+
{% if '${r}' == 'true' %}
|
|
9
9
|
{% if shop.metafields.loox["global_stats"] %}
|
|
10
10
|
{% assign looxstats = shop.metafields.loox["global_stats"] | split: ',' %}
|
|
11
11
|
<a href="#looxReviews">
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
{% endif %}
|
|
15
15
|
{% else %}
|
|
16
16
|
<a href="#looxReviews">
|
|
17
|
-
<div ${{...
|
|
17
|
+
<div ${{...g("{{ product.id }}")}}></div>
|
|
18
18
|
</a>
|
|
19
19
|
{% endif %}
|
|
20
20
|
{% else %}
|
|
21
|
-
<div ${{...
|
|
21
|
+
<div ${{...g("{{ product.id }}")}}></div>
|
|
22
22
|
{% endif %}
|
|
23
23
|
</div>
|
|
24
|
-
`};
|
|
24
|
+
`};
|
|
@@ -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"),r=require("@gem-sdk/core"),s=require("./ThirdPartyPreview.js"),d=require("../configs/MaxbundleProductBundles.js");const l=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(s.default,{setting:{label:"MaxBundle ‑ Product Bundles",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${d.default.logoUrl}">`}})})});exports.default=({setting:s})=>e.jsx("div",{style:{...r.makeStyleResponsive("ta",s?.align)},children:e.jsx(l,{})});
|
|
@@ -1,8 +1,8 @@
|
|
|
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");exports.default=({setting:s,advanced:t})=>{let{align:r}=s??{};return e.template`
|
|
2
2
|
<div
|
|
3
|
-
class="${
|
|
4
|
-
style="${{...
|
|
3
|
+
class="${t?.cssClass}"
|
|
4
|
+
style="${{...e.makeStyleResponsive("ta",r)}}"
|
|
5
5
|
>
|
|
6
|
-
<div class="${
|
|
6
|
+
<div class="${s?.widgetType}"></div>
|
|
7
7
|
</div>
|
|
8
|
-
`};
|
|
8
|
+
`};
|
|
@@ -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"),r=require("@gem-sdk/core"),s=require("./ThirdPartyPreview.js"),i=require("../configs/MbcBundleVolumeDiscount.js");const l=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(s.default,{setting:{label:"MBC Bundles & Volume Discount",iconSvg:`<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${i.default.logoUrl}">`}})})});exports.default=({setting:s})=>e.jsx("div",{style:{...r.makeStyleResponsive("ta",s?.align)},children:e.jsx(l,{})});
|
|
@@ -1,8 +1,8 @@
|
|
|
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");exports.default=({setting:s,advanced:t})=>{let{align:d}=s??{};return e.template`
|
|
2
2
|
<div
|
|
3
|
-
class="${
|
|
4
|
-
style="${{...
|
|
3
|
+
class="${t?.cssClass}"
|
|
4
|
+
style="${{...e.makeStyleResponsive("ta",d)}}"
|
|
5
5
|
>
|
|
6
6
|
<div id="mbcBundleItemsWidget"></div>
|
|
7
7
|
</div>
|
|
8
|
-
`};
|
|
8
|
+
`};
|
|
@@ -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"),r=require("@gem-sdk/core"),s=require("./ThirdPartyPreview.js"),i=require("../configs/MyappgurusProductReviews.js");const t=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(s.default,{setting:{label:"MyAppGurus Product Reviews",iconSvg:`<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${i.default.logoUrl}">`}})})});exports.default=({setting:s})=>e.jsx("div",{style:{...r.makeStyleResponsive("ta",s?.align)},children:e.jsx(t,{})});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../common/helpers.js");exports.default=({setting:s,advanced:r})=>{let{align:o,appBlockId:t}=s??{};return e.getLiquidForAppBlock(t,o,`${r?.cssClass?r?.cssClass:""} !gp-block [&_*]:gp-max-w-none`)};
|
|
@@ -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"),r=require("@gem-sdk/core"),s=require("./ThirdPartyPreview.js"),i=require("../configs/NotifyBackInStockPreOrder.js");const t=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(s.default,{setting:{label:"Notify! Back in Stock|PreOrder",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${i.default.logoUrl}">`}})})});exports.default=({setting:s})=>e.jsx("div",{style:{...r.makeStyleResponsive("ta",s?.align)},children:e.jsx(t,{})});
|
|
@@ -1,8 +1,8 @@
|
|
|
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");exports.default=({setting:s,advanced:t})=>{let{align:r}=s??{};return e.template`
|
|
2
2
|
<div
|
|
3
3
|
class="${t?.cssClass}"
|
|
4
|
-
style="${{...
|
|
4
|
+
style="${{...e.makeStyleResponsive("ta",r)}}"
|
|
5
5
|
>
|
|
6
6
|
<div class="gempages-notify-me-integration"></div>
|
|
7
7
|
</div>
|
|
8
|
-
`};
|
|
8
|
+
`};
|
|
@@ -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"),r=require("@gem-sdk/core"),s=require("./ThirdPartyPreview.js"),i=require("../configs/OkendoReviewsLoyalty.js");const t=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(s.default,{setting:{label:"Okendo: Reviews & Loyalty",iconSvg:`<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${i.default.logoUrl}">`}})})});exports.default=({setting:s})=>e.jsx("div",{style:{...r.makeStyleResponsive("ta",s?.align)},children:e.jsx(t,{})});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../common/helpers.js");exports.default=({setting:r,advanced:s})=>{let{align:o,appBlockId:t}=r??{};return e.getLiquidForAppBlock(t,o,`${s?.cssClass??""} !gp-block [&_*]:gp-max-w-none`)};
|
|
@@ -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"),r=require("../ThirdPartyPreview.js"),d=require("../../configs/Omnisend.js"),t=require("react");const i={"landing-page":"Landing Page",embedded:"Embedded"};exports.default=({setting:s})=>{let a=s?.widgetType&&i[s.widgetType],l=t.useMemo(()=>a?`${d.default.label} - ${a}`:d.default.label,[a]);return e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(r.default,{setting:{label:l,iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${d.default.logoUrl}">`}})})})};
|
|
@@ -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"),r=require("@gem-sdk/core"),t=require("next/dynamic");const n=t(()=>Promise.resolve().then(function(){return require("./Omnisend/OmnisendSampleContent.js")}));exports.default=({setting:t})=>{let s=r.useEditorMode();return e.jsx("div",{style:{...r.makeStyleResponsive("ta",t?.align)},children:"edit"===s&&e.jsx(n,{setting:t})})};
|
|
@@ -1,18 +1,18 @@
|
|
|
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");exports.default=({setting:s,advanced:i})=>{let{widgetType:t,landingPageLink:d,embeddedCode:r,align:a}=s??{};return e.template`
|
|
2
2
|
<div
|
|
3
|
-
class="${
|
|
4
|
-
style="${{...
|
|
3
|
+
class="${i?.cssClass}"
|
|
4
|
+
style="${{...e.makeStyleResponsive("ta",a)}}"
|
|
5
5
|
>
|
|
6
|
-
{% assign widget = '${
|
|
6
|
+
{% assign widget = '${t}' %}
|
|
7
7
|
{% case widget %}
|
|
8
8
|
{% when "landing-page" %}
|
|
9
|
-
{% if '${
|
|
10
|
-
<iframe src="${
|
|
9
|
+
{% if '${d}' %}
|
|
10
|
+
<iframe src="${d}" width="100%" height="100%" style="position: absolute; border: medium none;" scrolling="no"></iframe>
|
|
11
11
|
{% endif %}
|
|
12
12
|
{% when "embedded" %}
|
|
13
|
-
{% if '${
|
|
14
|
-
${
|
|
13
|
+
{% if '${r}' %}
|
|
14
|
+
${r}
|
|
15
15
|
{% endif %}
|
|
16
16
|
{% endcase %}
|
|
17
17
|
</div>
|
|
18
|
-
`};
|
|
18
|
+
`};
|
|
@@ -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"),r=require("../ThirdPartyPreview.js"),t=require("../../configs/Opinew.js"),i=require("react"),s=require("../../settings/Opinew/index.js");exports.default=({setting:d})=>{let l=Object.fromEntries(s.WidgetOptions.map(({label:e,value:r})=>[r,e])),p=d?.widgetType&&l[d.widgetType],u=i.useMemo(()=>p?`${t.default.label} - ${p}`:t.default.label,[p]);return e.jsx("div",{className:"gp-p-2",children:e.jsx(r.default,{setting:{label:u,iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${t.default.logoUrl}">`}})})};
|
|
@@ -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"),r=require("@gem-sdk/core"),t=require("next/dynamic");const i=t(()=>Promise.resolve().then(function(){return require("./Opinew/OpinewSampleContent.js")}));exports.default=({setting:t})=>{let n=r.useEditorMode();return e.jsx("div",{style:{...r.makeStyleResponsive("ta",t?.align)},children:"edit"===n&&e.jsx(i,{setting:t})})};
|
|
@@ -1,7 +1,7 @@
|
|
|
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");exports.default=({setting:i,advanced:d})=>{let{widgetType:p,design:s,align:a}=i??{};return e.template`
|
|
2
2
|
<div
|
|
3
|
-
class="${
|
|
4
|
-
style="${{...
|
|
3
|
+
class="${d?.cssClass}"
|
|
4
|
+
style="${{...e.makeStyleResponsive("ta",a)}}"
|
|
5
5
|
>
|
|
6
6
|
{% assign widget = '${p}' %}
|
|
7
7
|
{% case widget %}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
</div>
|
|
25
25
|
{% when "allReviewsBadge" %}
|
|
26
26
|
<div style="clear:both;"></div>
|
|
27
|
-
<div id="opinew-reviews-all-reviews-code"><span id="opinew-shop-plugin">{{ shop.metafields.opinew['${
|
|
27
|
+
<div id="opinew-reviews-all-reviews-code"><span id="opinew-shop-plugin">{{ shop.metafields.opinew['${s}'] }}</span></div>
|
|
28
28
|
{% endcase %}
|
|
29
29
|
</div>
|
|
30
|
-
`};
|
|
30
|
+
`};
|
|
@@ -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"),r=require("../ThirdPartyPreview.js"),l=require("../../configs/ParcelPanel.js");exports.default=()=>e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(r.default,{setting:{label:l.default.label,iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${l.default.logoUrl}">`}})})});
|
|
@@ -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"),r=require("@gem-sdk/core"),t=require("next/dynamic");const n=t(()=>Promise.resolve().then(function(){return require("./ParcelPanel/ParcelPanelSampleContent.js")}));exports.default=({setting:t})=>{let s=r.useEditorMode();return e.jsx("div",{style:{...r.makeStyleResponsive("ta",t?.align)},children:"edit"===s&&e.jsx(n,{setting:t})})};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../common/helpers.js");exports.default=({setting:r,advanced:s})=>{let{align:o,appBlockId:t}=r??{};return e.getLiquidForAppBlock(t,o,`${s?.cssClass??""} !gp-block [&_*]:gp-max-w-none`)};
|
|
@@ -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"),r=require("../ThirdPartyPreview.js"),t=require("../../configs/PickyStory.js"),i=require("react");const l={"gem-picky-bundle":"Bundle","gem-picky-kit":"Kit","gem-picky-buy-the-look":"Buy The Look","gem-picky-gallery":"Gallery"};exports.default=({setting:s})=>{let u=s?.widgetType&&l[s.widgetType],d=i.useMemo(()=>u?`${t.default.label} - ${u}`:t.default.label,[u]);return e.jsx(e.Fragment,{children:e.jsx("div",{className:"gp-p-2",children:e.jsx(r.default,{setting:{label:d,iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${t.default.logoUrl}">`}})})})};
|
|
@@ -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"),r=require("@gem-sdk/core"),t=require("next/dynamic");const i=t(()=>Promise.resolve().then(function(){return require("./PickyStory/PickyStorySampleContent.js")}));exports.default=({setting:t})=>{let s=r.useEditorMode();return e.jsx("div",{style:{...r.makeStyleResponsive("ta",t?.align)},children:"edit"===s&&e.jsx(i,{setting:t})})};
|
|
@@ -1,9 +1,9 @@
|
|
|
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");exports.default=({setting:i,advanced:s})=>{let{widgetType:l,align:t}=i??{};return e.template`
|
|
2
2
|
<div
|
|
3
|
-
class="${
|
|
4
|
-
style="${{...
|
|
3
|
+
class="${s?.cssClass}"
|
|
4
|
+
style="${{...e.makeStyleResponsive("ta",t)}}"
|
|
5
5
|
>
|
|
6
|
-
{% assign widget = '${
|
|
6
|
+
{% assign widget = '${l}' %}
|
|
7
7
|
{% case widget %}
|
|
8
8
|
{% when "gem-picky-bundle" %}
|
|
9
9
|
<div class="gem-picky-bundle"></div>
|
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
<div class="gem-picky-gallery"></div>
|
|
16
16
|
{% endcase %}
|
|
17
17
|
</div>
|
|
18
|
-
`};
|
|
18
|
+
`};
|