@gem-sdk/components 12.0.0-dev.132 → 12.0.0-dev.138
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/accordion/common/classes.js +1 -1
- package/dist/cjs/accordion/common/helpers.js +1 -1
- package/dist/cjs/accordion/common/styles.js +1 -1
- package/dist/cjs/accordion/components/Accordion.js +1 -1
- package/dist/cjs/accordion/components/Accordion.liquid.js +14 -14
- package/dist/cjs/accordion/components/AccordionItem.js +1 -1
- package/dist/cjs/accordion/components/AccordionItem.liquid.js +27 -27
- package/dist/cjs/accordion/hooks/useAccordion.js +1 -1
- package/dist/cjs/accordion/hooks/useAccordionItem.js +1 -1
- package/dist/cjs/accordion/hooks/useMountTransition.js +1 -1
- package/dist/cjs/accordion/index.js +1 -1
- package/dist/cjs/accordion/next.js +1 -1
- package/dist/cjs/accordion/settings/Accordion.js +5 -5
- package/dist/cjs/accordion/settings/AccordionItem.js +1 -1
- package/dist/cjs/accordion/settings/configs/child-items.js +1 -1
- package/dist/cjs/accordion/settings/configs/settings.js +2 -2
- package/dist/cjs/accordion/settings/configs/translate.js +1 -1
- package/dist/cjs/accordion/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/article/common/helpers.js +2 -2
- package/dist/cjs/article/components/ArticleAuthor.js +1 -1
- package/dist/cjs/article/components/ArticleAuthor.liquid.js +3 -3
- package/dist/cjs/article/components/ArticleCategory.js +1 -1
- package/dist/cjs/article/components/ArticleCategory.liquid.js +3 -3
- package/dist/cjs/article/components/ArticleContent.js +3 -3
- package/dist/cjs/article/components/ArticleContent.liquid.js +7 -7
- package/dist/cjs/article/components/ArticleDate.js +1 -1
- package/dist/cjs/article/components/ArticleDate.liquid.js +3 -3
- package/dist/cjs/article/components/ArticleExcerpt.js +1 -1
- package/dist/cjs/article/components/ArticleExcerpt.liquid.js +3 -3
- package/dist/cjs/article/components/ArticleImage.js +1 -1
- package/dist/cjs/article/components/ArticleImage.liquid.js +7 -7
- package/dist/cjs/article/components/ArticleList.js +1 -1
- package/dist/cjs/article/components/ArticleList.liquid.js +13 -13
- package/dist/cjs/article/components/ArticleNotFound.js +1 -1
- package/dist/cjs/article/components/ArticlePagination.js +1 -1
- package/dist/cjs/article/components/ArticlePagination.liquid.js +1 -1
- package/dist/cjs/article/components/ArticleReadMore.js +1 -1
- package/dist/cjs/article/components/ArticleReadMore.liquid.js +5 -5
- package/dist/cjs/article/components/ArticleTag.js +1 -1
- package/dist/cjs/article/components/ArticleTag.liquid.js +3 -3
- package/dist/cjs/article/components/ArticleTitle.js +1 -1
- package/dist/cjs/article/components/ArticleTitle.liquid.js +6 -6
- package/dist/cjs/article/hooks/useArticleLink.js +1 -1
- package/dist/cjs/article/index.js +1 -1
- package/dist/cjs/article/next.js +1 -1
- package/dist/cjs/article/settings/ArticleAuthor.js +2 -2
- package/dist/cjs/article/settings/ArticleCategory.js +2 -2
- package/dist/cjs/article/settings/ArticleContent.js +2 -2
- package/dist/cjs/article/settings/ArticleDate.js +2 -2
- package/dist/cjs/article/settings/ArticleExcerpt.js +2 -2
- package/dist/cjs/article/settings/ArticleImage.js +2 -2
- package/dist/cjs/article/settings/ArticleList.js +2 -2
- package/dist/cjs/article/settings/ArticlePagination.js +2 -2
- package/dist/cjs/article/settings/ArticleReadMore.js +2 -2
- package/dist/cjs/article/settings/ArticleTag.js +2 -2
- package/dist/cjs/article/settings/ArticleTitle.js +2 -2
- package/dist/cjs/article/settings/configs/article-author/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-author/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-author/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-category/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-category/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-category/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-content/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-content/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-content/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-date/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-date/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-date/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-excerpt/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-excerpt/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-excerpt/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-image/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-image/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-image/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-list/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-list/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-list/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-read-more/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-read-more/settings.js +2 -2
- package/dist/cjs/article/settings/configs/article-read-more/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-tag/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-tag/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-tag/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/article-title/presets.js +2 -2
- package/dist/cjs/article/settings/configs/article-title/settings.js +1 -1
- package/dist/cjs/article/settings/configs/article-title/ui-v2.js +1 -1
- package/dist/cjs/article/settings/configs/translate.js +1 -1
- package/dist/cjs/breadcrumb/common/attrs.js +1 -1
- package/dist/cjs/breadcrumb/common/classes.js +3 -3
- package/dist/cjs/breadcrumb/common/helpers.js +1 -1
- package/dist/cjs/breadcrumb/common/styles.js +1 -1
- package/dist/cjs/breadcrumb/components/Breadcrumb.js +1 -1
- package/dist/cjs/breadcrumb/components/Breadcrumb.liquid.js +9 -9
- package/dist/cjs/breadcrumb/components/BreadcrumbItem.js +1 -1
- package/dist/cjs/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
- package/dist/cjs/breadcrumb/components/templates/article.js +8 -8
- package/dist/cjs/breadcrumb/components/templates/collection.js +5 -5
- package/dist/cjs/breadcrumb/components/templates/home.js +4 -4
- package/dist/cjs/breadcrumb/components/templates/landing.js +5 -5
- package/dist/cjs/breadcrumb/components/templates/product.js +10 -10
- package/dist/cjs/breadcrumb/constants.js +1 -1
- package/dist/cjs/breadcrumb/hooks/useBreadcrumb.js +1 -1
- package/dist/cjs/breadcrumb/index.js +1 -1
- package/dist/cjs/breadcrumb/next.js +1 -1
- package/dist/cjs/breadcrumb/settings/Breadcrumb.js +2 -2
- package/dist/cjs/breadcrumb/settings/configs/settings.js +2 -2
- package/dist/cjs/breadcrumb/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/builder.js +1 -1
- package/dist/cjs/button/common/attrs.js +1 -1
- package/dist/cjs/button/common/classes.js +1 -1
- package/dist/cjs/button/common/helpers.js +2 -2
- package/dist/cjs/button/common/styles.js +16 -16
- package/dist/cjs/button/components/Button.js +1 -1
- package/dist/cjs/button/components/Button.liquid.js +23 -23
- package/dist/cjs/button/components/ButtonIcon.js +1 -1
- package/dist/cjs/button/components/ButtonIcon.liquid.js +4 -4
- package/dist/cjs/button/components/ButtonLabel.js +1 -1
- package/dist/cjs/button/components/ButtonLabel.liquid.js +5 -5
- package/dist/cjs/button/components/ButtonLoadingIndicator.js +1 -1
- package/dist/cjs/button/components/ButtonLoadingIndicator.liquid.js +1 -1
- package/dist/cjs/button/index.js +1 -1
- package/dist/cjs/button/next.js +1 -1
- package/dist/cjs/button/settings/Button.js +3 -3
- package/dist/cjs/button/settings/configs/settings.js +2 -2
- package/dist/cjs/button/settings/configs/translate.js +1 -1
- package/dist/cjs/button/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/carousel/common/helpers.js +1 -1
- package/dist/cjs/carousel/components/arrow/Arrow.js +2 -2
- package/dist/cjs/carousel/components/arrow/Arrow.liquid.js +12 -12
- package/dist/cjs/carousel/components/arrow/common/classes.js +1 -1
- package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -1
- package/dist/cjs/carousel/components/arrow/common/styles.js +17 -17
- package/dist/cjs/carousel/components/dot/Dots.js +1 -1
- package/dist/cjs/carousel/components/dot/Dots.liquid.js +4 -4
- package/dist/cjs/carousel/components/dot/common/classes.js +1 -1
- package/dist/cjs/carousel/components/dot/common/helpers.js +1 -1
- package/dist/cjs/carousel/components/dot/common/styles.js +1 -1
- package/dist/cjs/carousel/components/item/CarouselItem.js +1 -1
- package/dist/cjs/carousel/components/item/CarouselItem.liquid.js +10 -10
- package/dist/cjs/carousel/components/item/common/classes.js +1 -1
- package/dist/cjs/carousel/components/item/common/styles.js +1 -1
- package/dist/cjs/carousel/components/root/Carousel.js +1 -1
- package/dist/cjs/carousel/components/root/Carousel.liquid.js +15 -15
- package/dist/cjs/carousel/components/root/common/attrs.js +1 -1
- package/dist/cjs/carousel/components/root/common/classes.js +1 -1
- package/dist/cjs/carousel/components/root/common/helpers.js +1 -1
- package/dist/cjs/carousel/components/root/common/styles.js +1 -1
- package/dist/cjs/carousel/hooks/useCarouseItem.js +1 -1
- package/dist/cjs/carousel/hooks/useCarousel.js +1 -1
- package/dist/cjs/carousel/hooks/useDotsSetting.js +1 -1
- package/dist/cjs/carousel/hooks/useTrackPreviewPause.js +1 -1
- package/dist/cjs/carousel/index.js +1 -1
- package/dist/cjs/carousel/next.js +1 -1
- package/dist/cjs/carousel/plugins/animation.js +1 -1
- package/dist/cjs/carousel/plugins/auto-play.js +1 -1
- package/dist/cjs/carousel/plugins/fix-slider-move-backward.js +1 -1
- package/dist/cjs/carousel/plugins/mutation.js +1 -1
- package/dist/cjs/carousel/settings/Carousel.js +2 -2
- package/dist/cjs/carousel/settings/CarouselItem.js +1 -1
- package/dist/cjs/carousel/settings/configs/presets.js +2 -2
- package/dist/cjs/carousel/settings/configs/settings-v2.js +2 -2
- package/dist/cjs/carousel/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/carousel-v3/common/helpers.js +1 -1
- package/dist/cjs/carousel-v3/components/arrow/Arrow.js +2 -2
- package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +12 -12
- package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -1
- package/dist/cjs/carousel-v3/components/arrow/common/helpers.js +1 -1
- package/dist/cjs/carousel-v3/components/arrow/common/styles.js +17 -17
- package/dist/cjs/carousel-v3/components/dot/Dots.js +1 -1
- package/dist/cjs/carousel-v3/components/dot/Dots.liquid.js +4 -4
- package/dist/cjs/carousel-v3/components/dot/common/classes.js +1 -1
- package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -1
- package/dist/cjs/carousel-v3/components/dot/common/styles.js +1 -1
- package/dist/cjs/carousel-v3/components/item/CarouselItem.js +1 -1
- package/dist/cjs/carousel-v3/components/item/CarouselItem.liquid.js +10 -10
- package/dist/cjs/carousel-v3/components/item/common/classes.js +1 -1
- package/dist/cjs/carousel-v3/components/item/common/styles.js +1 -1
- package/dist/cjs/carousel-v3/components/root/Carousel.js +1 -1
- package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +17 -17
- package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -1
- package/dist/cjs/carousel-v3/components/root/common/classes.js +1 -1
- package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -1
- package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -1
- package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
- package/dist/cjs/carousel-v3/components/swiper/SwiperSlide.js +1 -1
- package/dist/cjs/carousel-v3/components/swiper/common/styles.js +1 -1
- package/dist/cjs/carousel-v3/hooks/useCarouseItem.js +1 -1
- package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
- package/dist/cjs/carousel-v3/hooks/useDotsSetting.js +1 -1
- package/dist/cjs/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
- package/dist/cjs/carousel-v3/index.js +1 -1
- package/dist/cjs/carousel-v3/next.js +1 -1
- package/dist/cjs/carousel-v3/plugins/animation.js +1 -1
- package/dist/cjs/carousel-v3/settings/Carousel.js +2 -2
- package/dist/cjs/carousel-v3/settings/CarouselItem.js +1 -1
- package/dist/cjs/carousel-v3/settings/configs/presets.js +2 -2
- package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +2 -2
- package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/cart/components/Cart.js +1 -1
- package/dist/cjs/cart/components/CartCheckout.js +1 -1
- package/dist/cjs/cart/components/CartDiscount.js +1 -1
- package/dist/cjs/cart/components/CartLineAttribute.js +1 -1
- package/dist/cjs/cart/components/CartLineImage.js +1 -1
- package/dist/cjs/cart/components/CartLinePrice.js +1 -1
- package/dist/cjs/cart/components/CartLineVariant.js +1 -1
- package/dist/cjs/cart/components/CartList.js +1 -1
- package/dist/cjs/cart/components/CartOrderNote.js +1 -1
- package/dist/cjs/cart/components/CartTotalItem.js +1 -1
- package/dist/cjs/cart/components/CartTotalPrice.js +1 -1
- package/dist/cjs/cart/components/CheckoutNow.js +1 -1
- package/dist/cjs/cart/components/CouponList.js +1 -1
- package/dist/cjs/cart/components/DiscountInput.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.liquid.js +10 -10
- package/dist/cjs/cart/components/shop-pay-button/common/classes.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/common/helpers.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/common/styles.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +4 -4
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +3 -3
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +3 -3
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +3 -3
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +3 -3
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
- package/dist/cjs/cart/hooks/useShopPayButton.js +1 -1
- package/dist/cjs/cart/index.js +1 -1
- package/dist/cjs/cart/next.js +1 -1
- package/dist/cjs/cart/settings/Cart.js +2 -2
- package/dist/cjs/cart/settings/CartCheckout.js +1 -1
- package/dist/cjs/cart/settings/CartDiscount.js +1 -1
- package/dist/cjs/cart/settings/CartLineAttribute.js +1 -1
- package/dist/cjs/cart/settings/CartLineImage.js +1 -1
- package/dist/cjs/cart/settings/CartLinePrice.js +1 -1
- package/dist/cjs/cart/settings/CartLineVariant.js +1 -1
- package/dist/cjs/cart/settings/CartList.js +1 -1
- package/dist/cjs/cart/settings/CartOrderNote.js +1 -1
- package/dist/cjs/cart/settings/CartTotalItem.js +1 -1
- package/dist/cjs/cart/settings/CartTotalPrice.js +1 -1
- package/dist/cjs/cart/settings/CouponList.js +1 -1
- package/dist/cjs/cart/settings/DiscountInput.js +1 -1
- package/dist/cjs/cart/settings/ShopPayButton.js +1 -1
- package/dist/cjs/code/common/classes.js +1 -1
- package/dist/cjs/code/common/styles.js +1 -1
- package/dist/cjs/code/components/CSSCode.js +1 -1
- package/dist/cjs/code/components/CSSCode.liquid.js +7 -7
- package/dist/cjs/code/hooks/useCSSCode.js +4 -4
- package/dist/cjs/code/index.js +1 -1
- package/dist/cjs/code/next.js +1 -1
- package/dist/cjs/code/settings/CSSCode.js +3 -3
- package/dist/cjs/code/settings/configs/settings.js +1 -1
- package/dist/cjs/code/settings/configs/translate.js +1 -1
- package/dist/cjs/code/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/collection/components/collection-banner/CollectionBanner.js +1 -1
- package/dist/cjs/collection/components/collection-banner/CollectionBanner.liquid.js +11 -11
- package/dist/cjs/collection/components/collection-banner/common/classes.js +1 -1
- package/dist/cjs/collection/components/collection-banner/common/helpers.js +1 -1
- package/dist/cjs/collection/components/collection-banner/common/styles.js +1 -1
- package/dist/cjs/collection/components/collection-description/CollectionDescription.js +1 -1
- package/dist/cjs/collection/components/collection-description/CollectionDescription.liquid.js +13 -13
- package/dist/cjs/collection/components/collection-description/common/classes.js +1 -1
- package/dist/cjs/collection/components/collection-description/common/helpers.js +2 -2
- package/dist/cjs/collection/components/collection-description/common/styles.js +2 -2
- package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.js +1 -1
- package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.liquid.js +7 -7
- package/dist/cjs/collection/components/collection-paginator/common/classes.js +1 -1
- package/dist/cjs/collection/components/collection-paginator/common/helpers.js +5 -5
- package/dist/cjs/collection/components/collection-paginator/common/styles.js +1 -1
- package/dist/cjs/collection/components/collection-title/CollectionTitle.js +1 -1
- package/dist/cjs/collection/components/collection-title/CollectionTitle.liquid.js +3 -3
- package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
- package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.liquid.js +17 -17
- package/dist/cjs/collection/components/collection-toolbar/common/classes.js +1 -1
- package/dist/cjs/collection/components/collection-toolbar/common/helpers.js +1 -1
- package/dist/cjs/collection/components/collection-toolbar/common/styles.js +1 -1
- package/dist/cjs/collection/hooks/useDescription.js +1 -1
- package/dist/cjs/collection/index.js +1 -1
- package/dist/cjs/collection/next.js +1 -1
- package/dist/cjs/collection/settings/collection-banner/CollectionBanner.js +3 -3
- package/dist/cjs/collection/settings/collection-banner/configs/settings.js +2 -2
- package/dist/cjs/collection/settings/collection-banner/configs/ui-v2.js +1 -1
- package/dist/cjs/collection/settings/collection-description/CollectionDescription.js +3 -3
- package/dist/cjs/collection/settings/collection-description/configs/settings.js +1 -1
- package/dist/cjs/collection/settings/collection-description/configs/translate.js +1 -1
- package/dist/cjs/collection/settings/collection-description/configs/ui-v2.js +1 -1
- package/dist/cjs/collection/settings/collection-paginator/CollectionPaginator.js +3 -3
- package/dist/cjs/collection/settings/collection-paginator/configs/settings.js +1 -1
- package/dist/cjs/collection/settings/collection-paginator/configs/translate.js +1 -1
- package/dist/cjs/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
- package/dist/cjs/collection/settings/collection-title/CollectionTitle.js +3 -3
- package/dist/cjs/collection/settings/collection-title/configs/settings.js +1 -1
- package/dist/cjs/collection/settings/collection-title/configs/ui-v2.js +1 -1
- package/dist/cjs/collection/settings/collection-toolbar/CollectionToolbar.js +3 -3
- package/dist/cjs/collection/settings/collection-toolbar/configs/settings.js +1 -1
- package/dist/cjs/collection/settings/collection-toolbar/configs/translate.js +1 -1
- package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
- package/dist/cjs/common/components/Loading.js +1 -1
- package/dist/cjs/common/components/NoDataState.js +1 -1
- package/dist/cjs/common/components/Tooltip.js +1 -1
- package/dist/cjs/common/components/TooltipHover.js +1 -1
- package/dist/cjs/common/const.js +1 -1
- package/dist/cjs/common/hooks/useInView.js +1 -1
- package/dist/cjs/constant.js +1 -1
- package/dist/cjs/countdown-timer/common/attrs.js +1 -1
- package/dist/cjs/countdown-timer/common/classes.js +1 -1
- package/dist/cjs/countdown-timer/common/helpers.js +1 -1
- package/dist/cjs/countdown-timer/common/styles.js +1 -1
- package/dist/cjs/countdown-timer/components/Countdown.js +1 -1
- package/dist/cjs/countdown-timer/components/Countdown.liquid.js +23 -23
- package/dist/cjs/countdown-timer/hooks/useCountDownTimer.js +1 -1
- package/dist/cjs/countdown-timer/hooks/useTimeLeft.js +1 -1
- package/dist/cjs/countdown-timer/index.js +1 -1
- package/dist/cjs/countdown-timer/next.js +1 -1
- package/dist/cjs/countdown-timer/settings/Countdown.js +3 -3
- package/dist/cjs/countdown-timer/settings/configs/setting.js +1 -1
- package/dist/cjs/countdown-timer/settings/configs/translate.js +1 -1
- package/dist/cjs/countdown-timer/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/coupon/common/classes.js +1 -1
- package/dist/cjs/coupon/common/helpers.js +1 -1
- package/dist/cjs/coupon/common/styles.js +14 -14
- package/dist/cjs/coupon/components/Coupon.js +1 -1
- package/dist/cjs/coupon/components/Coupon.liquid.js +6 -6
- package/dist/cjs/coupon/hooks/useCoupon.js +1 -1
- package/dist/cjs/coupon/index.js +1 -1
- package/dist/cjs/coupon/next.js +1 -1
- package/dist/cjs/coupon/settings/Coupon.js +2 -2
- package/dist/cjs/coupon/settings/configs/presets.js +2 -2
- package/dist/cjs/coupon/settings/configs/settings.js +2 -2
- package/dist/cjs/coupon/settings/configs/translate.js +1 -1
- package/dist/cjs/coupon/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/dialog/common/attrs.js +1 -1
- package/dist/cjs/dialog/common/classes.js +1 -1
- package/dist/cjs/dialog/common/helpers.js +1 -1
- package/dist/cjs/dialog/common/styles.js +1 -1
- package/dist/cjs/dialog/components/Dialog.js +2 -2
- package/dist/cjs/dialog/components/Dialog.liquid.js +27 -27
- package/dist/cjs/dialog/hooks/useDialog.js +1 -1
- package/dist/cjs/dialog/hooks/useScrollPercentage.js +1 -1
- package/dist/cjs/dialog/index.js +1 -1
- package/dist/cjs/dialog/next.js +1 -1
- package/dist/cjs/dialog/settings/Dialog.js +3 -3
- package/dist/cjs/dialog/settings/configs/settings.js +2 -2
- package/dist/cjs/dialog/settings/configs/translate.js +1 -1
- package/dist/cjs/dialog/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/estimate-delivery/common/classes.js +1 -1
- package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
- package/dist/cjs/estimate-delivery/common/styles.js +1 -1
- package/dist/cjs/estimate-delivery/components/EstimateDate.js +1 -1
- package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +4 -4
- package/dist/cjs/estimate-delivery/index.js +1 -1
- package/dist/cjs/estimate-delivery/next.js +1 -1
- package/dist/cjs/estimate-delivery/settings/EstimateDate.js +3 -3
- package/dist/cjs/estimate-delivery/settings/configs/settings.js +1 -1
- package/dist/cjs/estimate-delivery/settings/configs/translate.js +1 -1
- package/dist/cjs/estimate-delivery/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/form/common/helpers.js +1 -1
- package/dist/cjs/form/components/contact/Contact.js +1 -1
- package/dist/cjs/form/components/contact/Contact.liquid.js +3 -3
- package/dist/cjs/form/components/contact/common/classes.js +1 -1
- package/dist/cjs/form/components/contact/common/styles.js +1 -1
- package/dist/cjs/form/components/form-checkbox/FormCheckbox.js +1 -1
- package/dist/cjs/form/components/form-checkbox/FormCheckbox.liquid.js +13 -13
- package/dist/cjs/form/components/form-checkbox/common/classes.js +1 -1
- package/dist/cjs/form/components/form-checkbox/common/styles.js +1 -1
- package/dist/cjs/form/components/form-dropdown/FormDropdown.js +1 -1
- package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +18 -18
- package/dist/cjs/form/components/form-dropdown/common/classes.js +1 -1
- package/dist/cjs/form/components/form-dropdown/common/styles.js +1 -1
- package/dist/cjs/form/components/form-email/FormEmail.js +1 -1
- package/dist/cjs/form/components/form-email/FormEmail.liquid.js +12 -12
- package/dist/cjs/form/components/form-email/common/classes.js +1 -1
- package/dist/cjs/form/components/form-email/common/styles.js +1 -1
- package/dist/cjs/form/components/newsletter/Newsletter.js +1 -1
- package/dist/cjs/form/components/newsletter/Newsletter.liquid.js +19 -19
- package/dist/cjs/form/components/newsletter/common/attrs.js +1 -1
- package/dist/cjs/form/components/newsletter/common/classes.js +1 -1
- package/dist/cjs/form/components/newsletter/common/styles.js +2 -2
- package/dist/cjs/form/components/submit-button/SubmitButton.js +1 -1
- package/dist/cjs/form/components/submit-button/SubmitButton.liquid.js +3 -3
- package/dist/cjs/form/components/submit-button/common/helpers.js +1 -1
- package/dist/cjs/form/components/submit-button/common/styles.js +1 -1
- package/dist/cjs/form/components/textarea/TextArea.js +1 -1
- package/dist/cjs/form/components/textarea/TextArea.liquid.js +12 -12
- package/dist/cjs/form/components/textarea/common/classes.js +1 -1
- package/dist/cjs/form/components/textarea/common/styles.js +1 -1
- package/dist/cjs/form/components/textfield/TextField.js +1 -1
- package/dist/cjs/form/components/textfield/TextField.liquid.js +12 -12
- package/dist/cjs/form/components/textfield/common/classes.js +1 -1
- package/dist/cjs/form/components/textfield/common/styles.js +1 -1
- package/dist/cjs/form/components/textinput/TextInput.js +1 -1
- package/dist/cjs/form/components/textinput/TextInput.liquid.js +21 -21
- package/dist/cjs/form/components/textinput/common/classes.js +1 -1
- package/dist/cjs/form/components/textinput/common/styles.js +1 -1
- package/dist/cjs/form/hooks/useGetColorContent.js +1 -1
- package/dist/cjs/form/index.js +1 -1
- package/dist/cjs/form/next.js +1 -1
- package/dist/cjs/form/settings/contact/Contact.js +3 -3
- package/dist/cjs/form/settings/contact/configs/inits.js +1 -1
- package/dist/cjs/form/settings/contact/configs/settings.js +1 -1
- package/dist/cjs/form/settings/contact/configs/translate.js +1 -1
- package/dist/cjs/form/settings/contact/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/form-checkbox/FormCheckbox.js +3 -3
- package/dist/cjs/form/settings/form-checkbox/configs/inits.js +1 -1
- package/dist/cjs/form/settings/form-checkbox/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-checkbox/configs/translate.js +1 -1
- package/dist/cjs/form/settings/form-checkbox/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/form-dropdown/FormDropdown.js +3 -3
- package/dist/cjs/form/settings/form-dropdown/configs/inits.js +1 -1
- package/dist/cjs/form/settings/form-dropdown/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-dropdown/configs/translate.js +1 -1
- package/dist/cjs/form/settings/form-dropdown/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/form-email/FormEmail.js +3 -3
- package/dist/cjs/form/settings/form-email/configs/inits.js +1 -1
- package/dist/cjs/form/settings/form-email/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-email/configs/translate.js +1 -1
- package/dist/cjs/form/settings/form-email/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/form-textarea/Textarea.js +3 -3
- package/dist/cjs/form/settings/form-textarea/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-textarea/configs/translate.js +1 -1
- package/dist/cjs/form/settings/form-textarea/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/newsletter/Newsletter.js +3 -3
- package/dist/cjs/form/settings/newsletter/configs/inits.js +1 -1
- package/dist/cjs/form/settings/newsletter/configs/settings.js +1 -1
- package/dist/cjs/form/settings/newsletter/configs/translate.js +1 -1
- package/dist/cjs/form/settings/newsletter/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/submit-button/SubmitButton.js +3 -3
- package/dist/cjs/form/settings/submit-button/configs/inits.js +1 -1
- package/dist/cjs/form/settings/submit-button/configs/settings.js +2 -2
- package/dist/cjs/form/settings/submit-button/configs/translate.js +1 -1
- package/dist/cjs/form/settings/submit-button/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/text-field/TextField.js +3 -3
- package/dist/cjs/form/settings/text-field/configs/settings.js +1 -1
- package/dist/cjs/form/settings/text-field/configs/translate.js +1 -1
- package/dist/cjs/form/settings/text-field/configs/ui-v2.js +1 -1
- package/dist/cjs/form/settings/text-input/TextInput.js +3 -3
- package/dist/cjs/form/settings/text-input/configs/settings.js +1 -1
- package/dist/cjs/form/settings/text-input/configs/translate.js +1 -1
- package/dist/cjs/form/settings/text-input/configs/ui-v2.js +1 -1
- package/dist/cjs/grid/components/ChildrenDroppable.js +4 -4
- package/dist/cjs/grid/components/col/Col.js +1 -1
- package/dist/cjs/grid/components/col/Col.liquid.js +6 -6
- package/dist/cjs/grid/components/col/common/attrs.js +1 -1
- package/dist/cjs/grid/components/col/common/classes.js +1 -1
- package/dist/cjs/grid/components/col/common/styles.js +1 -1
- package/dist/cjs/grid/components/root/Root.js +1 -1
- package/dist/cjs/grid/components/root/Root.liquid.js +1 -1
- package/dist/cjs/grid/components/row/Row.js +1 -1
- package/dist/cjs/grid/components/row/Row.liquid.js +23 -23
- package/dist/cjs/grid/components/row/common/attrs.js +1 -1
- package/dist/cjs/grid/components/row/common/classes.js +1 -1
- package/dist/cjs/grid/components/row/common/helpers.js +1 -1
- package/dist/cjs/grid/components/row/common/styles.js +1 -1
- package/dist/cjs/grid/components/section/Section.js +1 -1
- package/dist/cjs/grid/components/section/Section.liquid.js +1 -1
- package/dist/cjs/grid/hooks/useRowSetting.js +1 -1
- package/dist/cjs/grid/index.js +1 -1
- package/dist/cjs/grid/next.js +1 -1
- package/dist/cjs/grid/settings/Col.js +1 -1
- package/dist/cjs/grid/settings/Root.js +1 -1
- package/dist/cjs/grid/settings/Row.js +2 -2
- package/dist/cjs/grid/settings/Section.js +1 -1
- package/dist/cjs/grid/settings/configs/row/presets.js +2 -2
- package/dist/cjs/grid/settings/configs/row/settings.js +1 -1
- package/dist/cjs/grid/settings/configs/row/translate.js +1 -1
- package/dist/cjs/grid/settings/configs/row/ui-v2.js +1 -1
- package/dist/cjs/grid/settings/configs/section/settings.js +1 -1
- package/dist/cjs/grid/settings/configs/section/ui-v2.js +1 -1
- package/dist/cjs/header/components/Header.js +1 -1
- package/dist/cjs/header/components/SalePageHeaderWarning.js +1 -1
- package/dist/cjs/header/components/icons/ChevronLeft.js +1 -1
- package/dist/cjs/header/components/icons/Dismiss.js +1 -1
- package/dist/cjs/header/components/icons/MenuIcon.js +1 -1
- package/dist/cjs/header/components/kind/basic/DesktopMenu.js +1 -1
- package/dist/cjs/header/components/kind/basic/DesktopMenuItem.js +1 -1
- package/dist/cjs/header/components/kind/basic/MenuMobileItem.js +1 -1
- package/dist/cjs/header/components/kind/basic/MobileMenu.js +1 -1
- package/dist/cjs/header/components/kind/basic/index.js +1 -1
- package/dist/cjs/header/components/kind/modern/index.js +1 -1
- package/dist/cjs/header/hooks/useBodyOverlay.js +1 -1
- package/dist/cjs/header/index.js +1 -1
- package/dist/cjs/header/next.js +1 -1
- package/dist/cjs/header/settings/Header.js +2 -2
- package/dist/cjs/header/settings/configs/presets.js +2 -2
- package/dist/cjs/header/settings/configs/settings.js +2 -2
- package/dist/cjs/header/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/heading/components/Heading.js +1 -1
- package/dist/cjs/heading/components/Heading.liquid.js +1 -1
- package/dist/cjs/heading/index.js +1 -1
- package/dist/cjs/heading/next.js +1 -1
- package/dist/cjs/heading/settings/Heading.js +2 -2
- package/dist/cjs/heading/settings/configs/presets.js +2 -2
- package/dist/cjs/heading/settings/configs/settings.js +1 -1
- package/dist/cjs/heading/settings/configs/translate.js +1 -1
- package/dist/cjs/heading/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/helpers.js +1 -1
- package/dist/cjs/hero-banner/common/animation-manager.js +1 -1
- package/dist/cjs/hero-banner/common/attrs.js +1 -1
- package/dist/cjs/hero-banner/common/classes.js +1 -1
- package/dist/cjs/hero-banner/common/const.js +1 -1
- package/dist/cjs/hero-banner/common/helpers.js +1 -1
- package/dist/cjs/hero-banner/common/styles.js +1 -1
- package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
- package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +13 -13
- package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
- package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +11 -11
- package/dist/cjs/hero-banner/hooks/useHeroBanner.js +1 -1
- package/dist/cjs/hero-banner/hooks/useHeroBannerItem.js +1 -1
- package/dist/cjs/hero-banner/hooks/useIntersectionObserver.js +1 -1
- package/dist/cjs/hero-banner/hooks/useTranslateValue.js +1 -1
- package/dist/cjs/hero-banner/hooks/useWindowSize.js +1 -1
- package/dist/cjs/hero-banner/index.js +1 -1
- package/dist/cjs/hero-banner/next.js +1 -1
- package/dist/cjs/hero-banner/settings/HeroBanner.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/presets/banner-video.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/settings.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/translate.js +1 -1
- package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/hooks/useGetProductId.js +1 -1
- package/dist/cjs/icon/common/attrs.js +1 -1
- package/dist/cjs/icon/common/classes.js +1 -1
- package/dist/cjs/icon/common/helpers.js +1 -1
- package/dist/cjs/icon/common/styles.js +1 -1
- package/dist/cjs/icon/components/Icon.js +1 -1
- package/dist/cjs/icon/components/Icon.liquid.js +8 -8
- package/dist/cjs/icon/index.js +1 -1
- package/dist/cjs/icon/next.js +1 -1
- package/dist/cjs/icon/settings/Icon.js +2 -2
- package/dist/cjs/icon/settings/configs/presets.js +2 -2
- package/dist/cjs/icon/settings/configs/settings.js +2 -2
- package/dist/cjs/icon/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/icon-list/common/attrs.js +1 -1
- package/dist/cjs/icon-list/common/classes.js +1 -1
- package/dist/cjs/icon-list/common/styles.js +1 -1
- package/dist/cjs/icon-list/components/IconList.js +1 -1
- package/dist/cjs/icon-list/components/IconList.liquid.js +13 -13
- package/dist/cjs/icon-list/components/IconListItem.js +1 -1
- package/dist/cjs/icon-list/components/IconListItem.liquid.js +6 -6
- package/dist/cjs/icon-list/index.js +1 -1
- package/dist/cjs/icon-list/next.js +1 -1
- package/dist/cjs/icon-list/settings/IconList.js +4 -4
- package/dist/cjs/icon-list/settings/IconListItem.js +1 -1
- package/dist/cjs/icon-list/settings/configs/items.js +1 -1
- package/dist/cjs/icon-list/settings/configs/settings.js +1 -1
- package/dist/cjs/icon-list/settings/configs/translate.js +1 -1
- package/dist/cjs/icon-list/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/icon-list-hoz/common/attrs.js +1 -1
- package/dist/cjs/icon-list-hoz/common/classes.js +1 -1
- package/dist/cjs/icon-list-hoz/common/styles.js +1 -1
- package/dist/cjs/icon-list-hoz/components/IconListHoz.js +1 -1
- package/dist/cjs/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
- package/dist/cjs/icon-list-hoz/components/IconListHozItem.js +1 -1
- package/dist/cjs/icon-list-hoz/components/IconListIHozItem.liquid.js +4 -4
- package/dist/cjs/icon-list-hoz/index.js +1 -1
- package/dist/cjs/icon-list-hoz/next.js +1 -1
- package/dist/cjs/icon-list-hoz/settings/IconListHoz.js +2 -2
- package/dist/cjs/icon-list-hoz/settings/IconListItem.js +1 -1
- package/dist/cjs/icon-list-hoz/settings/ItemTemplate.js +1 -1
- package/dist/cjs/icon-list-hoz/settings/configs/presets.js +3 -3
- package/dist/cjs/icon-list-hoz/settings/configs/settings.js +1 -1
- package/dist/cjs/icon-list-hoz/settings/configs/uiV2.js +1 -1
- package/dist/cjs/icon-list-v2/common/classes.js +1 -1
- package/dist/cjs/icon-list-v2/common/helpers.js +1 -1
- package/dist/cjs/icon-list-v2/common/styles.js +1 -1
- package/dist/cjs/icon-list-v2/components/IconList.js +1 -1
- package/dist/cjs/icon-list-v2/components/IconList.liquid.js +22 -22
- package/dist/cjs/icon-list-v2/hooks/useIconLineHeight.js +1 -1
- package/dist/cjs/icon-list-v2/index.js +1 -1
- package/dist/cjs/icon-list-v2/next.js +1 -1
- package/dist/cjs/icon-list-v2/settings/IconList.js +3 -3
- package/dist/cjs/icon-list-v2/settings/configs/items.js +1 -1
- package/dist/cjs/icon-list-v2/settings/configs/settings.js +1 -1
- package/dist/cjs/icon-list-v2/settings/configs/translate.js +1 -1
- package/dist/cjs/icon-list-v2/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/image/common/attrs.js +1 -1
- package/dist/cjs/image/common/classes.js +1 -1
- package/dist/cjs/image/common/helpers.js +2 -2
- package/dist/cjs/image/common/styles.js +1 -1
- package/dist/cjs/image/components/AdaptiveImage.js +1 -1
- package/dist/cjs/image/components/AdaptiveImage.liquid.js +13 -13
- package/dist/cjs/image/components/Image.js +1 -1
- package/dist/cjs/image/components/Image.liquid.js +11 -11
- package/dist/cjs/image/components/Modal3d.liquid.js +5 -5
- package/dist/cjs/image/components/NextImage.js +1 -1
- package/dist/cjs/image/components/NextImage.liquid.js +6 -6
- package/dist/cjs/image/components/Video.liquid.js +5 -5
- package/dist/cjs/image/constants.js +1 -1
- package/dist/cjs/image/index.js +1 -1
- package/dist/cjs/image/next.js +1 -1
- package/dist/cjs/image/settings/Image.js +2 -2
- package/dist/cjs/image/settings/configs/presets.js +2 -2
- package/dist/cjs/image/settings/configs/settings.js +1 -1
- package/dist/cjs/image/settings/configs/translate.js +1 -1
- package/dist/cjs/image/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/image-comparison/common/attrs.js +1 -1
- package/dist/cjs/image-comparison/common/classes.js +1 -1
- package/dist/cjs/image-comparison/common/helpers.js +1 -1
- package/dist/cjs/image-comparison/common/styles.js +11 -11
- package/dist/cjs/image-comparison/components/CompareImage.js +1 -1
- package/dist/cjs/image-comparison/components/CompareImage.liquid.js +18 -18
- package/dist/cjs/image-comparison/components/ImageComparison.js +1 -1
- package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +4 -4
- package/dist/cjs/image-comparison/components/Label.js +1 -1
- package/dist/cjs/image-comparison/components/Label.liquid.js +8 -8
- package/dist/cjs/image-comparison/components/SlideHandle.js +1 -1
- package/dist/cjs/image-comparison/components/SlideHandle.liquid.js +8 -8
- package/dist/cjs/image-comparison/hooks/useCompareImage.js +1 -1
- package/dist/cjs/image-comparison/index.js +1 -1
- package/dist/cjs/image-comparison/next.js +1 -1
- package/dist/cjs/image-comparison/settings/ImageComparison.js +3 -3
- package/dist/cjs/image-comparison/settings/configs/settings.js +1 -1
- package/dist/cjs/image-comparison/settings/configs/translate.js +1 -1
- package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/image-detection/components/ImageDetection.js +1 -1
- package/dist/cjs/image-detection/index.js +1 -1
- package/dist/cjs/image-detection/next.js +1 -1
- package/dist/cjs/image-detection/settings/ImageDetection.js +2 -2
- package/dist/cjs/image-detection/settings/configs/settings.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.liquid.js +1 -1
- package/dist/cjs/input/components/Input.js +1 -1
- package/dist/cjs/input/index.js +1 -1
- package/dist/cjs/input/next.js +1 -1
- package/dist/cjs/input/settings/Input.js +2 -2
- package/dist/cjs/input/settings/configs/settings.js +1 -1
- package/dist/cjs/line/common/classes.js +1 -1
- package/dist/cjs/line/common/helpers.js +1 -1
- package/dist/cjs/line/common/styles.js +1 -1
- package/dist/cjs/line/components/Divider.js +1 -1
- package/dist/cjs/line/components/Divider.liquid.js +1 -1
- package/dist/cjs/line/components/Line.js +1 -1
- package/dist/cjs/line/components/Line.liquid.js +14 -14
- package/dist/cjs/line/index.js +1 -1
- package/dist/cjs/line/next.js +1 -1
- package/dist/cjs/line/settings/Line.js +2 -2
- package/dist/cjs/line/settings/configs/presets.js +2 -2
- package/dist/cjs/line/settings/configs/settings.js +1 -1
- package/dist/cjs/line/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/link/common/helpers.js +1 -1
- package/dist/cjs/link/components/CustomLink.js +1 -1
- package/dist/cjs/link/components/Link.js +1 -1
- package/dist/cjs/link/components/ProductLink.js +1 -1
- package/dist/cjs/link/components/next-link/CustomLink.js +1 -1
- package/dist/cjs/link/components/next-link/ProductLink.js +1 -1
- package/dist/cjs/link/components/next-link/index.js +1 -1
- package/dist/cjs/link/index.js +1 -1
- package/dist/cjs/link/next.js +1 -1
- package/dist/cjs/link/settings/Link.js +1 -1
- package/dist/cjs/link/settings/configs/settings.js +1 -1
- package/dist/cjs/marquee/common/classes.js +1 -1
- package/dist/cjs/marquee/common/helpers.js +1 -1
- package/dist/cjs/marquee/common/styles.js +1 -1
- package/dist/cjs/marquee/components/Marquee.js +1 -1
- package/dist/cjs/marquee/components/Marquee.liquid.js +19 -19
- package/dist/cjs/marquee/components/MarqueeBase.js +1 -1
- package/dist/cjs/marquee/components/MarqueeBase.liquid.js +8 -8
- package/dist/cjs/marquee/components/MarqueeItem.js +1 -1
- package/dist/cjs/marquee/components/MarqueeItem.liquid.js +6 -6
- package/dist/cjs/marquee/hooks/useMarquee.js +1 -1
- package/dist/cjs/marquee/hooks/useMarqueeBase.js +1 -1
- package/dist/cjs/marquee/hooks/useMarqueeItem.js +1 -1
- package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -1
- package/dist/cjs/marquee/hooks/useMarqueeStyles.js +1 -1
- package/dist/cjs/marquee/hooks/useTransition.js +1 -1
- package/dist/cjs/marquee/index.js +1 -1
- package/dist/cjs/marquee/next.js +1 -1
- package/dist/cjs/marquee/settings/Marquee.js +2 -2
- package/dist/cjs/marquee/settings/MarqueeItem.js +1 -1
- package/dist/cjs/marquee/settings/configs/child-image-template.js +1 -1
- package/dist/cjs/marquee/settings/configs/child-template.js +1 -1
- package/dist/cjs/marquee/settings/configs/child-text-template.js +1 -1
- package/dist/cjs/marquee/settings/configs/presets.js +3 -3
- package/dist/cjs/marquee/settings/configs/settings-v2.js +2 -2
- package/dist/cjs/marquee/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/menu/components/DropdownMenu.js +1 -1
- package/dist/cjs/menu/components/MegaMenu.js +1 -1
- package/dist/cjs/menu/components/Menu.js +1 -1
- package/dist/cjs/menu/components/NavigationMenu.js +1 -1
- package/dist/cjs/menu/components/SubMegaMenu.js +1 -1
- package/dist/cjs/menu/components/SubNavigationMenu.js +1 -1
- package/dist/cjs/menu/index.js +1 -1
- package/dist/cjs/menu/next.js +1 -1
- package/dist/cjs/menu/settings/Menu.js +1 -1
- package/dist/cjs/menu/settings/configs/settings.js +1 -1
- package/dist/cjs/modal/common/helpers.js +1 -1
- package/dist/cjs/modal/components/Modal.js +1 -1
- package/dist/cjs/modal/components/ZoomButton.js +1 -1
- package/dist/cjs/modal/components/confirm.js +1 -1
- package/dist/cjs/modal/hooks/useModalContainer.js +1 -1
- package/dist/cjs/modal/index.js +1 -1
- package/dist/cjs/modal/next.js +1 -1
- package/dist/cjs/modal/settings/Modal.js +1 -1
- package/dist/cjs/modal/settings/configs/settings.js +1 -1
- package/dist/cjs/next.js +1 -1
- package/dist/cjs/notification/components/Notice.js +1 -1
- package/dist/cjs/notification/components/Notifications.js +1 -1
- package/dist/cjs/notification/components/icons/CloseIcon.js +1 -1
- package/dist/cjs/notification/hooks/useNotification.js +1 -1
- package/dist/cjs/pagination/components/Pagination.js +1 -1
- package/dist/cjs/pagination/index.js +1 -1
- package/dist/cjs/pagination/next.js +1 -1
- package/dist/cjs/pagination/settings/Pagination.js +1 -1
- package/dist/cjs/pagination/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/common/attrs.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/common/classes.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/common/styles.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/index.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/next.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
- package/dist/cjs/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/settings/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/advanced-list/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/settings/configs/templates.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/types.js +1 -1
- package/dist/cjs/post-purchase/button/common/classes.js +1 -1
- package/dist/cjs/post-purchase/button/common/styles.js +1 -1
- package/dist/cjs/post-purchase/button/components/Button.js +1 -1
- package/dist/cjs/post-purchase/button/index.js +1 -1
- package/dist/cjs/post-purchase/button/next.js +1 -1
- package/dist/cjs/post-purchase/button/settings/Button.js +2 -2
- package/dist/cjs/post-purchase/button/settings/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/button/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/button/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/common/classes.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/common/constants.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/common/styles.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentVisibility.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/index.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/next.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
- package/dist/cjs/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/common/classes.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/common/styles.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/components/CalloutBox.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/components/CalloutText.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/index.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/next.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/CalloutText.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/common/constants.js +1 -1
- package/dist/cjs/post-purchase/common/helper.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/common/classes.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/common/styles.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/index.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/next.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
- package/dist/cjs/post-purchase/countdown-timer/settings/config/preset.js +2 -2
- package/dist/cjs/post-purchase/countdown-timer/settings/config/setting.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/image/common/classes.js +1 -1
- package/dist/cjs/post-purchase/image/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/image/common/styles.js +1 -1
- package/dist/cjs/post-purchase/image/components/AdaptiveImage.js +1 -1
- package/dist/cjs/post-purchase/image/components/Image.js +1 -1
- package/dist/cjs/post-purchase/image/components/Img.js +1 -1
- package/dist/cjs/post-purchase/image/index.js +1 -1
- package/dist/cjs/post-purchase/image/next.js +1 -1
- package/dist/cjs/post-purchase/image/settings/Image.js +3 -3
- package/dist/cjs/post-purchase/image/settings/configs/setting-v2.js +1 -1
- package/dist/cjs/post-purchase/image/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/line/common/classes.js +1 -1
- package/dist/cjs/post-purchase/line/common/styles.js +1 -1
- package/dist/cjs/post-purchase/line/components/PostPurchaseLine.js +1 -1
- package/dist/cjs/post-purchase/line/index.js +1 -1
- package/dist/cjs/post-purchase/line/next.js +1 -1
- package/dist/cjs/post-purchase/line/settings/PostPurchaseLine.js +2 -2
- package/dist/cjs/post-purchase/line/settings/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/line/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/line/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/link/common/classes.js +1 -1
- package/dist/cjs/post-purchase/link/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/link/common/styles.js +1 -1
- package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +1 -1
- package/dist/cjs/post-purchase/link/index.js +1 -1
- package/dist/cjs/post-purchase/link/next.js +1 -1
- package/dist/cjs/post-purchase/link/settings/PostPurchaseLink.js +2 -2
- package/dist/cjs/post-purchase/link/settings/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/link/settings/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/common/attrs.js +1 -1
- package/dist/cjs/post-purchase/product/common/classes.js +1 -1
- package/dist/cjs/post-purchase/product/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/product/common/styles.js +1 -1
- package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductDescription.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductPrice.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductQuantity.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductTitle.js +1 -1
- package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/FeatureImage.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/index.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/common/attrs.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/common/classes.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/common/styles.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/common/classes.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/common/styles.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
- package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
- package/dist/cjs/post-purchase/product/constants/index.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/index.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useCarousel.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useDynamicProduct.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useHandleQuantity.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useListCarousel.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useSlideCarousel.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
- package/dist/cjs/post-purchase/product/index.js +1 -1
- package/dist/cjs/post-purchase/product/next.js +1 -1
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/accept-button/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +3 -3
- package/dist/cjs/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +3 -3
- package/dist/cjs/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-offer/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +3 -3
- package/dist/cjs/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +3 -3
- package/dist/cjs/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +3 -3
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/text/common/attrs.js +1 -1
- package/dist/cjs/post-purchase/text/common/classes.js +1 -1
- package/dist/cjs/post-purchase/text/common/helpers.js +1 -1
- package/dist/cjs/post-purchase/text/common/styles.js +1 -1
- package/dist/cjs/post-purchase/text/components/Text.js +2 -2
- package/dist/cjs/post-purchase/text/index.js +1 -1
- package/dist/cjs/post-purchase/text/next.js +1 -1
- package/dist/cjs/post-purchase/text/settings/heading/Heading.js +1 -1
- package/dist/cjs/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
- package/dist/cjs/post-purchase/text/settings/text/Text.js +3 -3
- package/dist/cjs/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
- package/dist/cjs/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
- package/dist/cjs/postPurchaseSetting.js +1 -1
- package/dist/cjs/product/components/ProductImages.js +1 -1
- package/dist/cjs/product/components/ProductImages.liquid.js +17 -17
- package/dist/cjs/product/components/ProductNotFound.js +1 -1
- package/dist/cjs/product/components/SalePageProductListWarning.js +1 -1
- package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +10 -10
- package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
- package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
- package/dist/cjs/product/components/dynamic-checkout/common/classes.js +1 -1
- package/dist/cjs/product/components/dynamic-checkout/common/styles.js +55 -55
- package/dist/cjs/product/components/file-upload/UploadFile.js +1 -1
- package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +19 -19
- package/dist/cjs/product/components/file-upload/common/attr.js +1 -1
- package/dist/cjs/product/components/file-upload/common/classes.js +1 -1
- package/dist/cjs/product/components/file-upload/common/helpers.js +1 -1
- package/dist/cjs/product/components/file-upload/common/style.js +1 -1
- package/dist/cjs/product/components/file-upload/settings/configs/presets.js +2 -2
- package/dist/cjs/product/components/file-upload/settings/configs/settings.js +2 -2
- package/dist/cjs/product/components/file-upload/settings/configs/translate.js +1 -1
- package/dist/cjs/product/components/file-upload/settings/configs/ui-v1.js +1 -1
- package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/product/components/file-upload/settings/index.js +2 -2
- package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
- package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +24 -24
- package/dist/cjs/product/components/product-badge/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
- package/dist/cjs/product/components/product-badge/common/styles.js +1 -1
- package/dist/cjs/product/components/product-badge/constants.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +3 -3
- package/dist/cjs/product/components/product-badge/utils/getRotateShape.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/getShapePosition.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/getWhiteSpace.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +59 -59
- package/dist/cjs/product/components/product-badge/utils/shape.js +1 -1
- package/dist/cjs/product/components/product-badge/utils/stylesV2.js +5 -5
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +1 -1
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +10 -10
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +10 -10
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
- package/dist/cjs/product/components/product-bundle/common/classes.js +1 -1
- package/dist/cjs/product/components/product-bundle/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-bundle/common/styles.js +1 -1
- package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
- package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
- package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscount.js +3 -3
- package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
- package/dist/cjs/product/components/product-bundle/setting/configs/settings.js +1 -1
- package/dist/cjs/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
- package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
- package/dist/cjs/product/components/product-button/AddToCartButton.js +1 -1
- package/dist/cjs/product/components/product-button/AddToCartButton.liquid.js +1 -1
- package/dist/cjs/product/components/product-button/BlankSpace.js +1 -1
- package/dist/cjs/product/components/product-button/BlankSpace.liquid.js +3 -3
- package/dist/cjs/product/components/product-button/CartMessage.js +1 -1
- package/dist/cjs/product/components/product-button/PriceComponent.js +1 -1
- package/dist/cjs/product/components/product-button/PriceComponent.liquid.js +1 -1
- package/dist/cjs/product/components/product-button/PriceLayout.js +1 -1
- package/dist/cjs/product/components/product-button/PriceLayout.liquid.js +6 -6
- package/dist/cjs/product/components/product-button/ProductButton.js +1 -1
- package/dist/cjs/product/components/product-button/ProductButton.liquid.js +13 -13
- package/dist/cjs/product/components/product-button/ProductButtonPrice.js +1 -1
- package/dist/cjs/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
- package/dist/cjs/product/components/product-button/Separator.js +1 -1
- package/dist/cjs/product/components/product-button/Separator.liquid.js +4 -4
- package/dist/cjs/product/components/product-button/SoldOutButton.js +1 -1
- package/dist/cjs/product/components/product-button/SoldOutButton.liquid.js +1 -1
- package/dist/cjs/product/components/product-button/common/classes.js +1 -1
- package/dist/cjs/product/components/product-button/common/constants.js +2 -2
- package/dist/cjs/product/components/product-button/common/data.js +1 -1
- package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-button/common/styles.js +1 -1
- package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
- package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
- package/dist/cjs/product/components/product-button/hooks/useCartMessage.js +1 -1
- package/dist/cjs/product/components/product-button/hooks/useCartOperations.js +1 -1
- package/dist/cjs/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
- package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
- package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +16 -16
- package/dist/cjs/product/components/product-description/common/classes.js +1 -1
- package/dist/cjs/product/components/product-description/common/helpers.js +2 -2
- package/dist/cjs/product/components/product-description/common/styles.js +2 -2
- package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
- package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
- package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +16 -16
- package/dist/cjs/product/components/product-discount-tag/common/classes.js +1 -1
- package/dist/cjs/product/components/product-discount-tag/common/styles.js +1 -1
- package/dist/cjs/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
- package/dist/cjs/product/components/product-images/ProductFeaturedImage.js +1 -1
- package/dist/cjs/product/components/product-images/ProductFeaturedImage.liquid.js +33 -33
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +8 -8
- package/dist/cjs/product/components/product-images/ProductGalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-images/ProductGalleryGrid.liquid.js +11 -11
- package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
- package/dist/cjs/product/components/product-images/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-images/common/productFeaturedImage.js +1 -1
- package/dist/cjs/product/components/product-images/common/productGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +2 -2
- package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +30 -30
- package/dist/cjs/product/components/product-images-v2/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/classes.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/common.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/getBorderActiveCss.js +6 -6
- package/dist/cjs/product/components/product-images-v2/common/hoverAction.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/productGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v2/common/styles.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
- package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
- package/dist/cjs/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
- package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +35 -35
- package/dist/cjs/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
- package/dist/cjs/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
- package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +30 -30
- package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/common.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +7 -7
- package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
- package/dist/cjs/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +58 -58
- package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +13 -13
- package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +34 -34
- package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/lightbox/constants.js +1 -1
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
- package/dist/cjs/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
- package/dist/cjs/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
- package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
- package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
- package/dist/cjs/product/components/product-list/ProductList.js +1 -1
- package/dist/cjs/product/components/product-list/ProductList.liquid.js +58 -58
- package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +6 -6
- package/dist/cjs/product/components/product-list/ProductListCarouselLayout.js +1 -1
- package/dist/cjs/product/components/product-list/ProductListCarouselLayout.liquid.js +10 -10
- package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +10 -10
- package/dist/cjs/product/components/product-list/ProductListGridLayout.js +1 -1
- package/dist/cjs/product/components/product-list/ProductListGridLayout.liquid.js +23 -23
- package/dist/cjs/product/components/product-list/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-list/common/classes.js +1 -1
- package/dist/cjs/product/components/product-list/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-list/common/styles.js +1 -1
- package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
- package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +58 -58
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +6 -6
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +10 -10
- package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +10 -10
- package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.js +1 -1
- package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +23 -23
- package/dist/cjs/product/components/product-list-v3/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -1
- package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-list-v3/common/styles.js +1 -1
- package/dist/cjs/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -1
- package/dist/cjs/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -1
- package/dist/cjs/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -1
- package/dist/cjs/product/components/product-list-v3/hooks/useProductsQuery.js +1 -1
- package/dist/cjs/product/components/product-price/ProductPrice.js +1 -1
- package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +8 -8
- package/dist/cjs/product/components/product-price/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-price/common/classes.js +1 -1
- package/dist/cjs/product/components/product-price/common/helpers.js +5 -5
- package/dist/cjs/product/components/product-price/hooks/useGpPrice.js +1 -1
- package/dist/cjs/product/components/product-properties/ProductProperties.js +1 -1
- package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +14 -14
- package/dist/cjs/product/components/product-properties/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-properties/common/classes.js +1 -1
- package/dist/cjs/product/components/product-properties/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-properties/common/styles.js +1 -1
- package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
- package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +15 -15
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +4 -4
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
- package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
- package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +14 -14
- package/dist/cjs/product/components/product-properties/property-input/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-properties/property-input/common/classes.js +1 -1
- package/dist/cjs/product/components/product-properties/property-input/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-properties/property-input/common/styles.js +1 -1
- package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
- package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +11 -11
- package/dist/cjs/product/components/product-properties/property-select/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-properties/property-select/common/classes.js +1 -1
- package/dist/cjs/product/components/product-properties/property-select/common/styles.js +1 -1
- package/dist/cjs/product/components/product-quantity/ProductQuantity.js +1 -1
- package/dist/cjs/product/components/product-quantity/ProductQuantity.liquid.js +22 -22
- package/dist/cjs/product/components/product-quantity/common/attrs.js +1 -1
- package/dist/cjs/product/components/product-quantity/common/classes.js +1 -1
- package/dist/cjs/product/components/product-quantity/common/helpers.js +9 -9
- package/dist/cjs/product/components/product-quantity/common/styles.js +1 -1
- package/dist/cjs/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
- package/dist/cjs/product/components/product-quick-view/ProductQuickView.js +1 -1
- package/dist/cjs/product/components/product-quick-view/QuickView.js +1 -1
- package/dist/cjs/product/components/product-sku/Sku.js +1 -1
- package/dist/cjs/product/components/product-sku/Sku.liquid.js +5 -5
- package/dist/cjs/product/components/product-title/ProductTitle.js +1 -1
- package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +7 -7
- package/dist/cjs/product/components/product-title/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-variants/OptionVariantsNewFormat.liquid.js +15 -15
- package/dist/cjs/product/components/product-variants/OptionVariantsOldFormat.liquid.js +44 -44
- package/dist/cjs/product/components/product-variants/ProductVariants.js +1 -1
- package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +61 -61
- package/dist/cjs/product/components/product-variants/common/base/attrs.js +1 -1
- package/dist/cjs/product/components/product-variants/common/base/classes.js +2 -2
- package/dist/cjs/product/components/product-variants/common/base/styles.js +1 -1
- package/dist/cjs/product/components/product-variants/common/common.js +1 -1
- package/dist/cjs/product/components/product-variants/common/const.js +1 -1
- package/dist/cjs/product/components/product-variants/common/dropdown/attrs.js +1 -1
- package/dist/cjs/product/components/product-variants/common/dropdown/classes.js +1 -1
- package/dist/cjs/product/components/product-variants/common/dropdown/styles.js +1 -1
- package/dist/cjs/product/components/product-variants/common/main/classes.js +1 -1
- package/dist/cjs/product/components/product-variants/common/main/const.js +1 -1
- package/dist/cjs/product/components/product-variants/common/main/getAttr.js +1 -1
- package/dist/cjs/product/components/product-variants/common/main/getData.js +1 -1
- package/dist/cjs/product/components/product-variants/common/main/styles.js +1 -1
- package/dist/cjs/product/components/product-variants/common/variants/attrs.js +1 -1
- package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -1
- package/dist/cjs/product/components/product-variants/common/variants/styles.js +1 -1
- package/dist/cjs/product/components/product-variants/components/base/base.js +8 -8
- package/dist/cjs/product/components/product-variants/components/base/base.liquid.js +18 -18
- package/dist/cjs/product/components/product-variants/components/color/color.js +1 -1
- package/dist/cjs/product/components/product-variants/components/color/color.liquid.js +4 -4
- package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
- package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
- package/dist/cjs/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
- package/dist/cjs/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
- package/dist/cjs/product/components/product-variants/components/dropdown-option/render-liquid/index.js +17 -17
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +7 -7
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
- package/dist/cjs/product/components/product-variants/components/image/Image.js +1 -1
- package/dist/cjs/product/components/product-variants/components/image/Image.liquid.js +3 -3
- package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
- package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +3 -3
- package/dist/cjs/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
- package/dist/cjs/product/components/product-variants/components/variants/index.js +1 -1
- package/dist/cjs/product/components/product-variants/components/variants/index.liquid.js +33 -33
- package/dist/cjs/product/components/product-variants/hooks/useGpVariants.js +1 -1
- package/dist/cjs/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
- package/dist/cjs/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
- package/dist/cjs/product/components/product-vendor/Vendor.js +1 -1
- package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +6 -6
- package/dist/cjs/product/components/product-view-more/ProductViewMore.js +1 -1
- package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
- package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-view-more/common/styles.js +1 -1
- package/dist/cjs/product/components/product-wrap/Product.js +1 -1
- package/dist/cjs/product/components/product-wrap/Product.liquid.js +47 -47
- package/dist/cjs/product/components/product-wrap/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-wrap/hook/useProductSetting.js +1 -1
- package/dist/cjs/product/helpers/function.js +1 -1
- package/dist/cjs/product/helpers/product-bundle.js +1 -1
- package/dist/cjs/product/helpers/product-image.js +1 -1
- package/dist/cjs/product/helpers/product.js +1 -1
- package/dist/cjs/product/helpers/tracking.js +1 -1
- package/dist/cjs/product/index.js +1 -1
- package/dist/cjs/product/next.js +1 -1
- package/dist/cjs/product/settings/DynamicCheckout.js +2 -2
- package/dist/cjs/product/settings/Product.js +2 -2
- package/dist/cjs/product/settings/ProductBadge.js +1 -1
- package/dist/cjs/product/settings/ProductButton.js +2 -2
- package/dist/cjs/product/settings/ProductDescription.js +1 -1
- package/dist/cjs/product/settings/ProductImages.js +4 -4
- package/dist/cjs/product/settings/ProductList.js +2 -2
- package/dist/cjs/product/settings/ProductListV3.js +2 -2
- package/dist/cjs/product/settings/ProductPrice.js +2 -2
- package/dist/cjs/product/settings/ProductProperties.js +2 -2
- package/dist/cjs/product/settings/ProductQuantity.js +2 -2
- package/dist/cjs/product/settings/ProductTag.js +1 -1
- package/dist/cjs/product/settings/ProductTitle.js +2 -2
- package/dist/cjs/product/settings/ProductVariants.js +2 -2
- package/dist/cjs/product/settings/ProductViewMore.js +2 -2
- package/dist/cjs/product/settings/Sku.js +2 -2
- package/dist/cjs/product/settings/Vendor.js +2 -2
- package/dist/cjs/product/settings/bundle-layout/horizontal-one.js +1 -1
- package/dist/cjs/product/settings/bundle-layout/horizontal-three.js +1 -1
- package/dist/cjs/product/settings/bundle-layout/horizontal-two.js +1 -1
- package/dist/cjs/product/settings/bundle-layout/vertical-one.js +1 -1
- package/dist/cjs/product/settings/bundle-layout/vertical-three.js +1 -1
- package/dist/cjs/product/settings/bundle-layout/vertical-two.js +1 -1
- package/dist/cjs/product/settings/dynamic-checkout/configs/presets.js +2 -2
- package/dist/cjs/product/settings/dynamic-checkout/configs/settings.js +1 -1
- package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product/configs/presets.js +1 -1
- package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +3 -3
- package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +3 -3
- package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +3 -3
- package/dist/cjs/product/settings/product/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-badge/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-badge/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-button/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-button/configs/settings.js +2 -2
- package/dist/cjs/product/settings/product-button/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-description/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-description/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-description/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-description/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-discount-tag/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-discount-tag/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/ProductImages.js +3 -3
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui-v1.js +1 -1
- package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/ProductImages.js +3 -3
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -1
- package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-list/configs/settings-v2.js +1 -1
- package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-list-v3/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -1
- package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-price/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-price/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-price/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-properties/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -1
- package/dist/cjs/product/settings/product-properties/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-quantity/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-quantity/configs/settings.js +2 -2
- package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-sku/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-sku/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-sku/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-title/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-title/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-variant/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-variant/swatches-style-config/color.js +1 -1
- package/dist/cjs/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
- package/dist/cjs/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
- package/dist/cjs/product/settings/product-variant/swatches-style-config/image.js +1 -1
- package/dist/cjs/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
- package/dist/cjs/product/settings/product-vendor/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-vendor/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -1
- package/dist/cjs/product/settings/product-view-more/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-view-more/configs/settings.js +2 -2
- package/dist/cjs/product/settings/product-view-more/configs/translate.js +1 -1
- package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -1
- package/dist/cjs/radio/components/Radio.js +1 -1
- package/dist/cjs/radio/index.js +1 -1
- package/dist/cjs/radio/next.js +1 -1
- package/dist/cjs/radio/settings/Radio.js +1 -1
- package/dist/cjs/radio/settings/configs/settings.js +1 -1
- package/dist/cjs/select/components/Select.js +2 -2
- package/dist/cjs/select/index.js +1 -1
- package/dist/cjs/select/next.js +1 -1
- package/dist/cjs/select/settings/Select.js +1 -1
- package/dist/cjs/select/settings/configs/settings.js +1 -1
- package/dist/cjs/setting.js +1 -1
- package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.js +1 -1
- package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
- package/dist/cjs/shop-pay-installment/components/common/helpers.js +1 -1
- package/dist/cjs/shop-pay-installment/index.js +1 -1
- package/dist/cjs/shop-pay-installment/next.js +1 -1
- package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
- package/dist/cjs/shop-pay-installment/settings/configs/settings.js +1 -1
- package/dist/cjs/sticky/common/classes.js +1 -1
- package/dist/cjs/sticky/common/styles.js +1 -1
- package/dist/cjs/sticky/components/Sticky.js +1 -1
- package/dist/cjs/sticky/components/Sticky.liquid.js +13 -13
- package/dist/cjs/sticky/hooks/useSticky.js +1 -1
- package/dist/cjs/sticky/index.js +1 -1
- package/dist/cjs/sticky/next.js +1 -1
- package/dist/cjs/sticky/settings/Sticky.js +1 -1
- package/dist/cjs/sticky/settings/configs/presets.js +4 -4
- package/dist/cjs/sticky/settings/configs/settings-v2.js +1 -1
- package/dist/cjs/sticky/settings/configs/settings.js +1 -1
- package/dist/cjs/sticky/settings/configs/translate.js +1 -1
- package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/stock-counter/common/attrs.js +1 -1
- package/dist/cjs/stock-counter/common/classes.js +1 -1
- package/dist/cjs/stock-counter/common/helpers.js +35 -35
- package/dist/cjs/stock-counter/common/styles.js +1 -1
- package/dist/cjs/stock-counter/components/StockCounter.js +1 -1
- package/dist/cjs/stock-counter/components/StockCounter.liquid.js +45 -45
- package/dist/cjs/stock-counter/hooks/useStockCounter.js +1 -1
- package/dist/cjs/stock-counter/hooks/useStockCounterInteraction.js +1 -1
- package/dist/cjs/stock-counter/index.js +1 -1
- package/dist/cjs/stock-counter/next.js +1 -1
- package/dist/cjs/stock-counter/settings/StockCounter.js +2 -2
- package/dist/cjs/stock-counter/settings/configs/presets.js +2 -2
- package/dist/cjs/stock-counter/settings/configs/settings-v2.js +2 -2
- package/dist/cjs/stock-counter/settings/configs/translate.js +1 -1
- package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/tab/common/attrs.js +1 -1
- package/dist/cjs/tab/common/classes.js +2 -2
- package/dist/cjs/tab/common/helpers.js +2 -2
- package/dist/cjs/tab/common/styles.js +1 -1
- package/dist/cjs/tab/components/TabItem.js +1 -1
- package/dist/cjs/tab/components/TabItem.liquid.js +6 -6
- package/dist/cjs/tab/components/Tabs.js +1 -1
- package/dist/cjs/tab/components/Tabs.liquid.js +24 -24
- package/dist/cjs/tab/hooks/useTab.js +1 -1
- package/dist/cjs/tab/hooks/useTabInteraction.js +1 -1
- package/dist/cjs/tab/index.js +1 -1
- package/dist/cjs/tab/next.js +1 -1
- package/dist/cjs/tab/settings/TabItem.js +2 -2
- package/dist/cjs/tab/settings/Tabs.js +3 -3
- package/dist/cjs/tab/settings/configs/settings.js +1 -1
- package/dist/cjs/tab/settings/configs/translate.js +1 -1
- package/dist/cjs/tab/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/text/common/attrs.js +1 -1
- package/dist/cjs/text/common/classes.js +1 -1
- package/dist/cjs/text/common/helpers.js +1 -1
- package/dist/cjs/text/common/styles.js +1 -1
- package/dist/cjs/text/components/Text.js +1 -1
- package/dist/cjs/text/components/Text.liquid.js +12 -12
- package/dist/cjs/text/components/TextInline.js +6 -6
- package/dist/cjs/text/index.js +1 -1
- package/dist/cjs/text/next.js +1 -1
- package/dist/cjs/text/settings/Text.js +2 -2
- package/dist/cjs/text/settings/configs/presets.js +2 -2
- package/dist/cjs/text/settings/configs/settings.js +1 -1
- package/dist/cjs/text/settings/configs/translate.js +1 -1
- package/dist/cjs/text/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/textarea/components/Textarea.js +1 -1
- package/dist/cjs/textarea/index.js +1 -1
- package/dist/cjs/textarea/next.js +1 -1
- package/dist/cjs/textarea/settings/Textarea.js +2 -2
- package/dist/cjs/textarea/settings/configs/settings.js +1 -1
- package/dist/cjs/third-party/common/helpers.js +5 -5
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +1 -1
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
- package/dist/cjs/third-party/components/AirProductReviewsAppUgc.js +1 -1
- package/dist/cjs/third-party/components/AirProductReviewsAppUgc.liquid.js +5 -5
- package/dist/cjs/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/AliReviews.js +1 -1
- package/dist/cjs/third-party/components/AliReviews.liquid.js +5 -5
- package/dist/cjs/third-party/components/AlsoBoughtCbb.js +1 -1
- package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
- package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
- package/dist/cjs/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
- package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
- package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
- package/dist/cjs/third-party/components/AppointmentBookingCowlendar.js +1 -1
- package/dist/cjs/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
- package/dist/cjs/third-party/components/AppstleBundlesDiscounts.js +1 -1
- package/dist/cjs/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
- package/dist/cjs/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/AppstleSubscriptions.js +1 -1
- package/dist/cjs/third-party/components/AppstleSubscriptions.liquid.js +4 -4
- package/dist/cjs/third-party/components/BestBuyFulfillment.js +1 -1
- package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +1 -1
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +1 -1
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
- package/dist/cjs/third-party/components/BirdChime/BirdChimeContent.js +1 -1
- package/dist/cjs/third-party/components/BirdChime.js +1 -1
- package/dist/cjs/third-party/components/BirdChime.liquid.js +4 -4
- package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
- package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
- package/dist/cjs/third-party/components/Bogos/BogosSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Bogos.js +1 -1
- package/dist/cjs/third-party/components/Bogos.liquid.js +5 -5
- package/dist/cjs/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/BoldProductOptions.js +1 -1
- package/dist/cjs/third-party/components/BoldProductOptions.liquid.js +3 -3
- package/dist/cjs/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/BoldSubscriptions.js +1 -1
- package/dist/cjs/third-party/components/BoldSubscriptions.liquid.js +5 -5
- package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
- package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
- package/dist/cjs/third-party/components/BonySubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/components/BonySubscriptionsApp.liquid.js +4 -4
- package/dist/cjs/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
- package/dist/cjs/third-party/components/BoostAISearchDiscovery.js +1 -1
- package/dist/cjs/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
- package/dist/cjs/third-party/components/Bundler/BundlerSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Bundler.js +1 -1
- package/dist/cjs/third-party/components/Bundler.liquid.js +4 -4
- package/dist/cjs/third-party/components/CleanSizeCharts.js +1 -1
- package/dist/cjs/third-party/components/CleanSizeCharts.liquid.js +5 -5
- package/dist/cjs/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
- package/dist/cjs/third-party/components/CrossSellCartUpsell.js +1 -1
- package/dist/cjs/third-party/components/CrossSellCartUpsell.liquid.js +4 -4
- package/dist/cjs/third-party/components/CustomProductOptionsVariant.js +1 -1
- package/dist/cjs/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
- package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.js +1 -1
- package/dist/cjs/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
- package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.js +1 -1
- package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
- package/dist/cjs/third-party/components/EasifyProductOptions.js +1 -1
- package/dist/cjs/third-party/components/EasifyProductOptions.liquid.js +4 -4
- package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.js +1 -1
- package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
- package/dist/cjs/third-party/components/EasySellCOD.js +1 -1
- package/dist/cjs/third-party/components/EasySellCOD.liquid.js +4 -4
- package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
- package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
- package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +1 -1
- package/dist/cjs/third-party/components/EcomsendBackInStockAlert.liquid.js +5 -5
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +1 -1
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +1 -1
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
- package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.js +1 -1
- package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.liquid.js +5 -5
- package/dist/cjs/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
- package/dist/cjs/third-party/components/FeraReviews.js +1 -1
- package/dist/cjs/third-party/components/FeraReviews.liquid.js +5 -5
- package/dist/cjs/third-party/components/FirePush/FirePushSampleContent.js +1 -1
- package/dist/cjs/third-party/components/FirePush.js +1 -1
- package/dist/cjs/third-party/components/FirePush.liquid.js +4 -4
- package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
- package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
- package/dist/cjs/third-party/components/FordeerProductLabels.js +1 -1
- package/dist/cjs/third-party/components/FordeerProductLabels.liquid.js +7 -7
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether.js +1 -1
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether.liquid.js +5 -5
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +1 -1
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
- package/dist/cjs/third-party/components/GloboProductOptionsVariant.js +1 -1
- package/dist/cjs/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
- package/dist/cjs/third-party/components/GoogleReviewsByReputon.js +1 -1
- package/dist/cjs/third-party/components/GoogleReviewsByReputon.liquid.js +5 -5
- package/dist/cjs/third-party/components/Growave/GrowaveSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Growave.js +1 -1
- package/dist/cjs/third-party/components/Growave.liquid.js +5 -5
- package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
- package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.js +1 -1
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
- package/dist/cjs/third-party/components/HextomFreeShippingBar.js +1 -1
- package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
- package/dist/cjs/third-party/components/HulkFormBuilder.js +1 -1
- package/dist/cjs/third-party/components/HulkFormBuilder.liquid.js +5 -5
- package/dist/cjs/third-party/components/HulkProductOptions.js +1 -1
- package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +1 -1
- package/dist/cjs/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/InfiniteOptions.js +1 -1
- package/dist/cjs/third-party/components/InfiniteOptions.liquid.js +3 -3
- package/dist/cjs/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Instafeed.js +1 -1
- package/dist/cjs/third-party/components/Instafeed.liquid.js +4 -4
- package/dist/cjs/third-party/components/InstasellShoppableInstagram.js +1 -1
- package/dist/cjs/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
- package/dist/cjs/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
- package/dist/cjs/third-party/components/JudgemeReviews.js +1 -1
- package/dist/cjs/third-party/components/JudgemeReviews.liquid.js +4 -4
- package/dist/cjs/third-party/components/JunipProductReviewsUgc.js +1 -1
- package/dist/cjs/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
- package/dist/cjs/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
- package/dist/cjs/third-party/components/KachingBundles.js +1 -1
- package/dist/cjs/third-party/components/KachingBundles.liquid.js +4 -4
- package/dist/cjs/third-party/components/KachingSubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/components/KachingSubscriptionsApp.liquid.js +4 -4
- package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/KingProductOptions.js +1 -1
- package/dist/cjs/third-party/components/KingProductOptions.liquid.js +4 -4
- package/dist/cjs/third-party/components/KiteFreeGiftDiscount.js +1 -1
- package/dist/cjs/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
- package/dist/cjs/third-party/components/KlarnaMessaging.js +1 -1
- package/dist/cjs/third-party/components/KlarnaMessaging.liquid.js +5 -5
- package/dist/cjs/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Klaviyo.js +1 -1
- package/dist/cjs/third-party/components/Klaviyo.liquid.js +5 -5
- package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
- package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
- package/dist/cjs/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
- package/dist/cjs/third-party/components/LaiProductReviews.js +1 -1
- package/dist/cjs/third-party/components/LaiProductReviews.liquid.js +5 -5
- package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
- package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
- package/dist/cjs/third-party/components/LoopSubscriptions.js +1 -1
- package/dist/cjs/third-party/components/LoopSubscriptions.liquid.js +2 -2
- package/dist/cjs/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/LooxReviews.js +1 -1
- package/dist/cjs/third-party/components/LooxReviews.liquid.js +8 -8
- package/dist/cjs/third-party/components/MaxbundleProductBundles.js +1 -1
- package/dist/cjs/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
- package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.js +1 -1
- package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.liquid.js +4 -4
- package/dist/cjs/third-party/components/MyappgurusProductReviews.js +1 -1
- package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
- package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +1 -1
- package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.liquid.js +3 -3
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +1 -1
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
- package/dist/cjs/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Omnisend.js +1 -1
- package/dist/cjs/third-party/components/Omnisend.liquid.js +9 -9
- package/dist/cjs/third-party/components/Opinew/OpinewSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Opinew.js +1 -1
- package/dist/cjs/third-party/components/Opinew.liquid.js +5 -5
- package/dist/cjs/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
- package/dist/cjs/third-party/components/ParcelPanel.js +1 -1
- package/dist/cjs/third-party/components/ParcelPanel.liquid.js +1 -1
- package/dist/cjs/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
- package/dist/cjs/third-party/components/PickyStory.js +1 -1
- package/dist/cjs/third-party/components/PickyStory.liquid.js +5 -5
- package/dist/cjs/third-party/components/PowerfulContactFormBuilder.js +1 -1
- package/dist/cjs/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
- package/dist/cjs/third-party/components/PreorderNowPreOrderPq.js +1 -1
- package/dist/cjs/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
- package/dist/cjs/third-party/components/PreorderNowWodPresale.js +1 -1
- package/dist/cjs/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
- package/dist/cjs/third-party/components/ProductOptionsCustomizer.js +1 -1
- package/dist/cjs/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +1 -1
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +3 -3
- package/dist/cjs/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/ProductReviews.js +1 -1
- package/dist/cjs/third-party/components/ProductReviews.liquid.js +5 -5
- package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
- package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
- package/dist/cjs/third-party/components/PushOwl.js +1 -1
- package/dist/cjs/third-party/components/PushOwl.liquid.js +3 -3
- package/dist/cjs/third-party/components/QikifyUpsell.js +1 -1
- package/dist/cjs/third-party/components/QikifyUpsell.liquid.js +1 -1
- package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.js +1 -1
- package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.liquid.js +3 -3
- package/dist/cjs/third-party/components/RechargeSubscriptions.js +1 -1
- package/dist/cjs/third-party/components/RechargeSubscriptions.liquid.js +1 -1
- package/dist/cjs/third-party/components/RecurpaySubscriptionApp.js +1 -1
- package/dist/cjs/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
- package/dist/cjs/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Releasit.js +1 -1
- package/dist/cjs/third-party/components/Releasit.liquid.js +4 -4
- package/dist/cjs/third-party/components/RequestQuoteHidePrice.js +1 -1
- package/dist/cjs/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
- package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
- package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
- package/dist/cjs/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Rivyo.js +1 -1
- package/dist/cjs/third-party/components/Rivyo.liquid.js +4 -4
- package/dist/cjs/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Ryviu.js +1 -1
- package/dist/cjs/third-party/components/Ryviu.liquid.js +5 -5
- package/dist/cjs/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/SealSubscriptions.js +1 -1
- package/dist/cjs/third-party/components/SealSubscriptions.liquid.js +4 -4
- package/dist/cjs/third-party/components/SegunoEmailMarketing.js +1 -1
- package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
- package/dist/cjs/third-party/components/Selleasy.js +1 -1
- package/dist/cjs/third-party/components/Selleasy.liquid.js +1 -1
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +1 -1
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
- package/dist/cjs/third-party/components/ShopifyForms.js +1 -1
- package/dist/cjs/third-party/components/ShopifyForms.liquid.js +1 -1
- package/dist/cjs/third-party/components/ShopifySubscriptions.js +1 -1
- package/dist/cjs/third-party/components/ShopifySubscriptions.liquid.js +4 -4
- package/dist/cjs/third-party/components/SimpleBundlesKits.js +1 -1
- package/dist/cjs/third-party/components/SimpleBundlesKits.liquid.js +1 -1
- package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.js +1 -1
- package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters.js +1 -1
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters.liquid.js +6 -6
- package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.js +1 -1
- package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
- package/dist/cjs/third-party/components/Stamped/LiquidTemplateByWidget.js +40 -40
- package/dist/cjs/third-party/components/Stamped/StampedSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Stamped.js +1 -1
- package/dist/cjs/third-party/components/Stamped.liquid.js +5 -5
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +1 -1
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +3 -3
- package/dist/cjs/third-party/components/SubifySubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
- package/dist/cjs/third-party/components/TagembedSocialPostReview.js +1 -1
- package/dist/cjs/third-party/components/TagembedSocialPostReview.liquid.js +5 -5
- package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.js +1 -1
- package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.liquid.js +4 -4
- package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.js +1 -1
- package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
- package/dist/cjs/third-party/components/ThirdPartyPreview.js +1 -1
- package/dist/cjs/third-party/components/TrustBadgesBear.js +1 -1
- package/dist/cjs/third-party/components/TrustBadgesBear.liquid.js +1 -1
- package/dist/cjs/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
- package/dist/cjs/third-party/components/TrustMe.js +1 -1
- package/dist/cjs/third-party/components/TrustMe.liquid.js +4 -4
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +1 -1
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
- package/dist/cjs/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Trustoo.js +1 -1
- package/dist/cjs/third-party/components/Trustoo.liquid.js +14 -14
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +1 -1
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
- package/dist/cjs/third-party/components/TrustshopProductReviews.js +1 -1
- package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +1 -1
- package/dist/cjs/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
- package/dist/cjs/third-party/components/UltimateSalesBoost.js +1 -1
- package/dist/cjs/third-party/components/UltimateSalesBoost.liquid.js +4 -4
- package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
- package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
- package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.js +1 -1
- package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.liquid.js +4 -4
- package/dist/cjs/third-party/components/Vitals/VitalsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Vitals.js +1 -1
- package/dist/cjs/third-party/components/Vitals.liquid.js +5 -5
- package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
- package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
- package/dist/cjs/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
- package/dist/cjs/third-party/components/WideBundle.js +1 -1
- package/dist/cjs/third-party/components/WideBundle.liquid.js +4 -4
- package/dist/cjs/third-party/components/Wiser/WiserSampleContent.js +1 -1
- package/dist/cjs/third-party/components/Wiser.js +1 -1
- package/dist/cjs/third-party/components/Wiser.liquid.js +5 -5
- package/dist/cjs/third-party/components/WishlistKing.js +1 -1
- package/dist/cjs/third-party/components/WishlistKing.liquid.js +1 -1
- package/dist/cjs/third-party/components/WishlistPlus.js +1 -1
- package/dist/cjs/third-party/components/WishlistPlus.liquid.js +6 -6
- package/dist/cjs/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
- package/dist/cjs/third-party/components/YotpoLoyalty.js +1 -1
- package/dist/cjs/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
- package/dist/cjs/third-party/components/YotpoReviews.js +1 -1
- package/dist/cjs/third-party/components/YotpoReviews.liquid.js +6 -6
- package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +1 -1
- package/dist/cjs/third-party/configs/AirProductReviewsAppUgc.js +1 -1
- package/dist/cjs/third-party/configs/AliReviews.js +1 -1
- package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +1 -1
- package/dist/cjs/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
- package/dist/cjs/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
- package/dist/cjs/third-party/configs/AppointmentBookingCowlendar.js +1 -1
- package/dist/cjs/third-party/configs/AppstleBundlesDiscounts.js +1 -1
- package/dist/cjs/third-party/configs/AppstleSubscriptions.js +1 -1
- package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +1 -1
- package/dist/cjs/third-party/configs/BirdChime.js +1 -1
- package/dist/cjs/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
- package/dist/cjs/third-party/configs/Bogos.js +1 -1
- package/dist/cjs/third-party/configs/BoldProductOptions.js +1 -1
- package/dist/cjs/third-party/configs/BoldSubscription.js +1 -1
- package/dist/cjs/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
- package/dist/cjs/third-party/configs/BonySubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/configs/BoostAISearchDiscovery.js +1 -1
- package/dist/cjs/third-party/configs/Bundler.js +1 -1
- package/dist/cjs/third-party/configs/CleanSizeCharts.js +1 -1
- package/dist/cjs/third-party/configs/CrossSellCartUpsell.js +1 -1
- package/dist/cjs/third-party/configs/CustomProductOptionsVariant.js +1 -1
- package/dist/cjs/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
- package/dist/cjs/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
- package/dist/cjs/third-party/configs/EasifyProductOptions.js +1 -1
- package/dist/cjs/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
- package/dist/cjs/third-party/configs/EasySellCOD.js +1 -1
- package/dist/cjs/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
- package/dist/cjs/third-party/configs/EcomsendBackInStockAlert.js +1 -1
- package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +1 -1
- package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +1 -1
- package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
- package/dist/cjs/third-party/configs/FastBundleBundlesDiscount.js +1 -1
- package/dist/cjs/third-party/configs/FeraReviews.js +1 -1
- package/dist/cjs/third-party/configs/FirePush.js +1 -1
- package/dist/cjs/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
- package/dist/cjs/third-party/configs/FordeerProductLabels.js +1 -1
- package/dist/cjs/third-party/configs/FrequentlyBoughtTogether.js +1 -1
- package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +1 -1
- package/dist/cjs/third-party/configs/GoogleReviewsByReputon.js +1 -1
- package/dist/cjs/third-party/configs/Growave.js +1 -1
- package/dist/cjs/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
- package/dist/cjs/third-party/configs/HextomCountdownTimerBar.js +1 -1
- package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +1 -1
- package/dist/cjs/third-party/configs/HulkFormBuilder.js +1 -1
- package/dist/cjs/third-party/configs/HulkProductOptions.js +1 -1
- package/dist/cjs/third-party/configs/InfiniteOptions.js +1 -1
- package/dist/cjs/third-party/configs/Instafeed.js +1 -1
- package/dist/cjs/third-party/configs/InstasellShoppableInstagram.js +1 -1
- package/dist/cjs/third-party/configs/JudgemeReviews.js +1 -1
- package/dist/cjs/third-party/configs/JunipProductReviewsUgc.js +1 -1
- package/dist/cjs/third-party/configs/KachingBundles.js +1 -1
- package/dist/cjs/third-party/configs/KachingSubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/configs/KingProductOptions.js +1 -1
- package/dist/cjs/third-party/configs/KiteFreeGiftDiscount.js +1 -1
- package/dist/cjs/third-party/configs/KlarmaMessaging.js +1 -1
- package/dist/cjs/third-party/configs/Klaviyo.js +1 -1
- package/dist/cjs/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
- package/dist/cjs/third-party/configs/LaiProductReviews.js +1 -1
- package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
- package/dist/cjs/third-party/configs/LoopSubscriptions.js +1 -1
- package/dist/cjs/third-party/configs/LooxReviews.js +1 -1
- package/dist/cjs/third-party/configs/MaxbundleProductBundles.js +1 -1
- package/dist/cjs/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
- package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +1 -1
- package/dist/cjs/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
- package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +1 -1
- package/dist/cjs/third-party/configs/Omnisend.js +1 -1
- package/dist/cjs/third-party/configs/Opinew.js +1 -1
- package/dist/cjs/third-party/configs/ParcelPanel.js +1 -1
- package/dist/cjs/third-party/configs/PickyStory.js +1 -1
- package/dist/cjs/third-party/configs/PowerfulContactFormBuilder.js +1 -1
- package/dist/cjs/third-party/configs/PreorderNowPreOrderPq.js +1 -1
- package/dist/cjs/third-party/configs/PreorderNowWodPresale.js +1 -1
- package/dist/cjs/third-party/configs/ProductOptionsCustomizer.js +1 -1
- package/dist/cjs/third-party/configs/ProductReviews.js +1 -1
- package/dist/cjs/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
- package/dist/cjs/third-party/configs/PushOwl.js +1 -1
- package/dist/cjs/third-party/configs/QikifyUpsell.js +1 -1
- package/dist/cjs/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
- package/dist/cjs/third-party/configs/RechargeSubscriptions.js +1 -1
- package/dist/cjs/third-party/configs/RecurpaySubscriptionApp.js +1 -1
- package/dist/cjs/third-party/configs/Releasit.js +1 -1
- package/dist/cjs/third-party/configs/RequestQuoteHidePrice.js +1 -1
- package/dist/cjs/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
- package/dist/cjs/third-party/configs/Rivyo.js +1 -1
- package/dist/cjs/third-party/configs/Ryviu.js +1 -1
- package/dist/cjs/third-party/configs/SealSubscriptions.js +1 -1
- package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +1 -1
- package/dist/cjs/third-party/configs/Selleasy.js +1 -1
- package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
- package/dist/cjs/third-party/configs/ShopifyForms.js +1 -1
- package/dist/cjs/third-party/configs/ShopifySubscriptions.js +1 -1
- package/dist/cjs/third-party/configs/SimpleBundlesKits.js +1 -1
- package/dist/cjs/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
- package/dist/cjs/third-party/configs/SmartSearchBarAndFilters.js +1 -1
- package/dist/cjs/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
- package/dist/cjs/third-party/configs/Stamped.js +1 -1
- package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +1 -1
- package/dist/cjs/third-party/configs/SubifySubscriptionsApp.js +1 -1
- package/dist/cjs/third-party/configs/TagembedSocialPostReview.js +1 -1
- package/dist/cjs/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
- package/dist/cjs/third-party/configs/TrustBadgesBear.js +1 -1
- package/dist/cjs/third-party/configs/TrustMe.js +1 -1
- package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +1 -1
- package/dist/cjs/third-party/configs/Trustoo.js +1 -1
- package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +1 -1
- package/dist/cjs/third-party/configs/TrustshopProductReviews.js +1 -1
- package/dist/cjs/third-party/configs/UltimateSalesBoost.js +1 -1
- package/dist/cjs/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
- package/dist/cjs/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
- package/dist/cjs/third-party/configs/Vitals.js +1 -1
- package/dist/cjs/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
- package/dist/cjs/third-party/configs/WideBundle.js +1 -1
- package/dist/cjs/third-party/configs/Wiser.js +1 -1
- package/dist/cjs/third-party/configs/WishlistKing.js +1 -1
- package/dist/cjs/third-party/configs/WishlistPlus.js +1 -1
- package/dist/cjs/third-party/configs/YotpoLoyalty.js +1 -1
- package/dist/cjs/third-party/configs/YotpoReviews.js +1 -1
- package/dist/cjs/third-party/index.js +1 -1
- package/dist/cjs/third-party/next.js +1 -1
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AliReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/AliReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +2 -2
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +4 -4
- package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +2 -2
- package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BirdChime/index.js +4 -4
- package/dist/cjs/third-party/settings/BirdChime/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
- package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Bogos/index.js +4 -4
- package/dist/cjs/third-party/settings/Bogos/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BoldProductOptions/index.js +4 -4
- package/dist/cjs/third-party/settings/BoldProductOptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +4 -4
- package/dist/cjs/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BonySubscriptionsApp/index.js +2 -2
- package/dist/cjs/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +4 -4
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Bundler/index.js +4 -4
- package/dist/cjs/third-party/settings/Bundler/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +4 -4
- package/dist/cjs/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +4 -4
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +2 -2
- package/dist/cjs/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EasySellCOD/index.js +4 -4
- package/dist/cjs/third-party/settings/EasySellCOD/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FeraReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/FeraReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FirePush/index.js +4 -4
- package/dist/cjs/third-party/settings/FirePush/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +2 -2
- package/dist/cjs/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +6 -6
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Growave/index.js +4 -4
- package/dist/cjs/third-party/settings/Growave/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
- package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +2 -2
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +2 -2
- package/dist/cjs/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/HulkProductOptions/index.js +2 -2
- package/dist/cjs/third-party/settings/HulkProductOptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/InfiniteOptions/index.js +4 -4
- package/dist/cjs/third-party/settings/InfiniteOptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Instafeed/index.js +4 -4
- package/dist/cjs/third-party/settings/Instafeed/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/JudgemeReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/JudgemeReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KachingBundles/index.js +4 -4
- package/dist/cjs/third-party/settings/KachingBundles/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
- package/dist/cjs/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KingProductOptions/index.js +4 -4
- package/dist/cjs/third-party/settings/KingProductOptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +4 -4
- package/dist/cjs/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Klaviyo/index.js +4 -4
- package/dist/cjs/third-party/settings/Klaviyo/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/LaiProductReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/LaiProductReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -4
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/LooxReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/LooxReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +2 -2
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +3 -3
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Omnisend/index.js +4 -4
- package/dist/cjs/third-party/settings/Omnisend/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Opinew/index.js +4 -4
- package/dist/cjs/third-party/settings/Opinew/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ParcelPanel/index.js +4 -4
- package/dist/cjs/third-party/settings/ParcelPanel/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PickyStory/index.js +4 -4
- package/dist/cjs/third-party/settings/PickyStory/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +2 -2
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ProductReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/ProductReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/PushOwl/index.js +4 -4
- package/dist/cjs/third-party/settings/PushOwl/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/QikifyUpsell/index.js +4 -4
- package/dist/cjs/third-party/settings/QikifyUpsell/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Releasit/index.js +4 -4
- package/dist/cjs/third-party/settings/Releasit/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +3 -3
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Rivyo/index.js +4 -4
- package/dist/cjs/third-party/settings/Rivyo/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Ryviu/index.js +4 -4
- package/dist/cjs/third-party/settings/Ryviu/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SealSubscriptions/index.js +4 -4
- package/dist/cjs/third-party/settings/SealSubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +2 -2
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Selleasy/index.js +2 -2
- package/dist/cjs/third-party/settings/Selleasy/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ShopifyForms/index.js +2 -2
- package/dist/cjs/third-party/settings/ShopifyForms/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +2 -2
- package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +4 -4
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/Badge.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/BadgeDouble.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/BadgeRibbon.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/BadgeSingle.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/Carousel.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/CheckoutReviews.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/Colors.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/Filters.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/FullPage.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/InstagramFeed.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/MainWidget.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/ProductRating.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/SingleHighlight.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/SiteBadge.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/TopRated.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/VisualGallery.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/WallPhotos.js +1 -1
- package/dist/cjs/third-party/settings/Stamped/index.js +1 -1
- package/dist/cjs/third-party/settings/Stamped.js +4 -4
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +2 -2
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TrustMe/index.js +4 -4
- package/dist/cjs/third-party/settings/TrustMe/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Trustoo/index.js +4 -4
- package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +4 -4
- package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
- package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
- package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Vitals/index.js +4 -4
- package/dist/cjs/third-party/settings/Vitals/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/WideBundle/index.js +4 -4
- package/dist/cjs/third-party/settings/WideBundle/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/Wiser/index.js +4 -4
- package/dist/cjs/third-party/settings/Wiser/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/WishlistKing/index.js +2 -2
- package/dist/cjs/third-party/settings/WishlistKing/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/WishlistPlus/index.js +3 -3
- package/dist/cjs/third-party/settings/WishlistPlus/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +4 -4
- package/dist/cjs/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/YotpoReviews/index.js +4 -4
- package/dist/cjs/third-party/settings/YotpoReviews/uiV2.js +1 -1
- package/dist/cjs/third-party/types.js +1 -1
- package/dist/cjs/third-party-instant/common/helpers.js +1 -1
- package/dist/cjs/third-party-instant/components/InstantJudgemeReviews.js +1 -1
- package/dist/cjs/third-party-instant/components/InstantKlaviyo.js +1 -1
- package/dist/cjs/third-party-instant/components/InstantLooxReviews.js +1 -1
- package/dist/cjs/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
- package/dist/cjs/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
- package/dist/cjs/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
- package/dist/cjs/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
- package/dist/cjs/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
- package/dist/cjs/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
- package/dist/cjs/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
- package/dist/cjs/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
- package/dist/cjs/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
- package/dist/cjs/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
- package/dist/cjs/third-party-instant/configs/JudgemeReviews.js +1 -1
- package/dist/cjs/third-party-instant/configs/Klaviyo.js +1 -1
- package/dist/cjs/third-party-instant/configs/LooxReviews.js +1 -1
- package/dist/cjs/third-party-instant/configs/YotpoLoyalty.js +1 -1
- package/dist/cjs/third-party-instant/index.js +1 -1
- package/dist/cjs/third-party-instant/next.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +4 -4
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
- package/dist/cjs/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantLooxReviews/index.js +4 -4
- package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
- package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
- package/dist/cjs/third-party-instant/types.js +1 -1
- package/dist/cjs/third-party-slot/common/classes.js +1 -1
- package/dist/cjs/third-party-slot/common/helpers.js +8 -8
- package/dist/cjs/third-party-slot/common/styles.js +1 -1
- package/dist/cjs/third-party-slot/components/ThirdPartySlot.js +1 -1
- package/dist/cjs/third-party-slot/components/ThirdPartySlot.liquid.js +7 -7
- package/dist/cjs/third-party-slot/index.js +1 -1
- package/dist/cjs/third-party-slot/next.js +1 -1
- package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +2 -2
- package/dist/cjs/third-party-slot/settings/configs/settings.js +1 -1
- package/dist/cjs/third-party-slot/settings/configs/ui-v2.js +1 -1
- package/dist/cjs/translate.js +1 -1
- package/dist/cjs/validates/background.js +1 -1
- package/dist/cjs/video/common/attrs.js +1 -1
- package/dist/cjs/video/common/classes.js +1 -1
- package/dist/cjs/video/common/helpers.js +1 -1
- package/dist/cjs/video/common/styles.js +1 -1
- package/dist/cjs/video/components/HTML5Embed.js +1 -1
- package/dist/cjs/video/components/HTML5Embed.liquid.js +25 -25
- package/dist/cjs/video/components/LiteVimeoEmbed.js +1 -1
- package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +15 -15
- package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
- package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +23 -23
- package/dist/cjs/video/components/Video.js +1 -1
- package/dist/cjs/video/components/Video.liquid.js +4 -4
- package/dist/cjs/video/hooks/useLiteHtml5Embed.js +1 -1
- package/dist/cjs/video/hooks/useLiteVimeoEmbed.js +1 -1
- package/dist/cjs/video/hooks/useLiteYoutubeEmbed.js +1 -1
- package/dist/cjs/video/index.js +1 -1
- package/dist/cjs/video/next.js +1 -1
- package/dist/cjs/video/settings/Video.js +3 -3
- package/dist/cjs/video/settings/configs/settings.js +1 -1
- package/dist/cjs/video/settings/configs/translate.js +1 -1
- package/dist/cjs/video/settings/configs/ui-v2.js +1 -1
- package/dist/esm/accordion/common/classes.js +1 -1
- package/dist/esm/accordion/common/helpers.js +1 -1
- package/dist/esm/accordion/common/styles.js +1 -1
- package/dist/esm/accordion/components/Accordion.js +1 -1
- package/dist/esm/accordion/components/Accordion.liquid.js +10 -10
- package/dist/esm/accordion/components/AccordionItem.js +1 -1
- package/dist/esm/accordion/components/AccordionItem.liquid.js +6 -6
- package/dist/esm/accordion/hooks/useAccordion.js +1 -1
- package/dist/esm/accordion/hooks/useAccordionItem.js +1 -1
- package/dist/esm/accordion/hooks/useMountTransition.js +1 -1
- package/dist/esm/accordion/index.js +1 -1
- package/dist/esm/accordion/next.js +1 -1
- package/dist/esm/accordion/settings/Accordion.js +2 -2
- package/dist/esm/accordion/settings/AccordionItem.js +1 -1
- package/dist/esm/accordion/settings/configs/child-items.js +1 -1
- package/dist/esm/accordion/settings/configs/settings.js +2 -2
- package/dist/esm/accordion/settings/configs/translate.js +1 -1
- package/dist/esm/accordion/settings/configs/ui-v2.js +1 -1
- package/dist/esm/article/common/helpers.js +2 -2
- package/dist/esm/article/components/ArticleAuthor.js +1 -1
- package/dist/esm/article/components/ArticleAuthor.liquid.js +2 -2
- package/dist/esm/article/components/ArticleCategory.js +1 -1
- package/dist/esm/article/components/ArticleCategory.liquid.js +2 -2
- package/dist/esm/article/components/ArticleContent.js +2 -2
- package/dist/esm/article/components/ArticleContent.liquid.js +4 -4
- package/dist/esm/article/components/ArticleDate.js +1 -1
- package/dist/esm/article/components/ArticleDate.liquid.js +3 -3
- package/dist/esm/article/components/ArticleExcerpt.js +1 -1
- package/dist/esm/article/components/ArticleExcerpt.liquid.js +3 -3
- package/dist/esm/article/components/ArticleImage.js +1 -1
- package/dist/esm/article/components/ArticleImage.liquid.js +3 -3
- package/dist/esm/article/components/ArticleList.js +1 -1
- package/dist/esm/article/components/ArticleList.liquid.js +6 -6
- package/dist/esm/article/components/ArticleNotFound.js +1 -1
- package/dist/esm/article/components/ArticlePagination.js +1 -1
- package/dist/esm/article/components/ArticlePagination.liquid.js +1 -1
- package/dist/esm/article/components/ArticleReadMore.js +1 -1
- package/dist/esm/article/components/ArticleReadMore.liquid.js +5 -5
- package/dist/esm/article/components/ArticleTag.js +1 -1
- package/dist/esm/article/components/ArticleTag.liquid.js +3 -3
- package/dist/esm/article/components/ArticleTitle.js +1 -1
- package/dist/esm/article/components/ArticleTitle.liquid.js +2 -2
- package/dist/esm/article/hooks/useArticleLink.js +1 -1
- package/dist/esm/article/index.js +1 -1
- package/dist/esm/article/next.js +1 -1
- package/dist/esm/article/settings/ArticleAuthor.js +2 -2
- package/dist/esm/article/settings/ArticleCategory.js +2 -2
- package/dist/esm/article/settings/ArticleContent.js +2 -2
- package/dist/esm/article/settings/ArticleDate.js +2 -2
- package/dist/esm/article/settings/ArticleExcerpt.js +2 -2
- package/dist/esm/article/settings/ArticleImage.js +2 -2
- package/dist/esm/article/settings/ArticleList.js +2 -2
- package/dist/esm/article/settings/ArticlePagination.js +2 -2
- package/dist/esm/article/settings/ArticleReadMore.js +2 -2
- package/dist/esm/article/settings/ArticleTag.js +2 -2
- package/dist/esm/article/settings/ArticleTitle.js +2 -2
- package/dist/esm/article/settings/configs/article-author/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-author/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-category/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-category/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-content/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-content/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-date/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-date/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-excerpt/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-excerpt/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-image/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-image/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-list/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-list/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-read-more/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-read-more/settings.js +2 -2
- package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-tag/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-tag/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/article-title/presets.js +2 -2
- package/dist/esm/article/settings/configs/article-title/settings.js +1 -1
- package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -1
- package/dist/esm/article/settings/configs/translate.js +1 -1
- package/dist/esm/breadcrumb/common/attrs.js +1 -1
- package/dist/esm/breadcrumb/common/classes.js +3 -3
- package/dist/esm/breadcrumb/common/helpers.js +1 -1
- package/dist/esm/breadcrumb/common/styles.js +1 -1
- package/dist/esm/breadcrumb/components/Breadcrumb.js +1 -1
- package/dist/esm/breadcrumb/components/Breadcrumb.liquid.js +5 -5
- package/dist/esm/breadcrumb/components/BreadcrumbItem.js +1 -1
- package/dist/esm/breadcrumb/components/BreadcrumbItem.liquid.js +1 -1
- package/dist/esm/breadcrumb/components/templates/article.js +7 -7
- package/dist/esm/breadcrumb/components/templates/collection.js +5 -5
- package/dist/esm/breadcrumb/components/templates/home.js +3 -3
- package/dist/esm/breadcrumb/components/templates/landing.js +5 -5
- package/dist/esm/breadcrumb/components/templates/product.js +2 -2
- package/dist/esm/breadcrumb/constants.js +1 -1
- package/dist/esm/breadcrumb/hooks/useBreadcrumb.js +1 -1
- package/dist/esm/breadcrumb/index.js +1 -1
- package/dist/esm/breadcrumb/next.js +1 -1
- package/dist/esm/breadcrumb/settings/Breadcrumb.js +2 -2
- package/dist/esm/breadcrumb/settings/configs/settings.js +2 -2
- package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -1
- package/dist/esm/breadcrumb/types.js +1 -1
- package/dist/esm/builder.js +1 -1
- package/dist/esm/button/common/attrs.js +1 -1
- package/dist/esm/button/common/classes.js +1 -1
- package/dist/esm/button/common/helpers.js +2 -2
- package/dist/esm/button/common/styles.js +16 -16
- package/dist/esm/button/components/Button.js +1 -1
- package/dist/esm/button/components/Button.liquid.js +10 -10
- package/dist/esm/button/components/ButtonIcon.js +1 -1
- package/dist/esm/button/components/ButtonIcon.liquid.js +5 -5
- package/dist/esm/button/components/ButtonLabel.js +1 -1
- package/dist/esm/button/components/ButtonLabel.liquid.js +2 -2
- package/dist/esm/button/components/ButtonLoadingIndicator.js +1 -1
- package/dist/esm/button/components/ButtonLoadingIndicator.liquid.js +1 -1
- package/dist/esm/button/index.js +1 -1
- package/dist/esm/button/next.js +1 -1
- package/dist/esm/button/settings/Button.js +2 -2
- package/dist/esm/button/settings/configs/settings.js +2 -2
- package/dist/esm/button/settings/configs/translate.js +1 -1
- package/dist/esm/button/settings/configs/ui-v2.js +1 -1
- package/dist/esm/carousel/common/helpers.js +1 -1
- package/dist/esm/carousel/components/arrow/Arrow.js +2 -2
- package/dist/esm/carousel/components/arrow/Arrow.liquid.js +2 -2
- package/dist/esm/carousel/components/arrow/common/classes.js +1 -1
- package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
- package/dist/esm/carousel/components/arrow/common/styles.js +8 -8
- package/dist/esm/carousel/components/dot/Dots.js +1 -1
- package/dist/esm/carousel/components/dot/Dots.liquid.js +3 -3
- package/dist/esm/carousel/components/dot/common/classes.js +1 -1
- package/dist/esm/carousel/components/dot/common/helpers.js +1 -1
- package/dist/esm/carousel/components/dot/common/styles.js +1 -1
- package/dist/esm/carousel/components/item/CarouselItem.js +1 -1
- package/dist/esm/carousel/components/item/CarouselItem.liquid.js +3 -3
- package/dist/esm/carousel/components/item/common/classes.js +1 -1
- package/dist/esm/carousel/components/item/common/styles.js +1 -1
- package/dist/esm/carousel/components/root/Carousel.js +1 -1
- package/dist/esm/carousel/components/root/Carousel.liquid.js +6 -6
- package/dist/esm/carousel/components/root/common/attrs.js +1 -1
- package/dist/esm/carousel/components/root/common/classes.js +1 -1
- package/dist/esm/carousel/components/root/common/helpers.js +1 -1
- package/dist/esm/carousel/components/root/common/styles.js +1 -1
- package/dist/esm/carousel/hooks/useCarouseItem.js +1 -1
- package/dist/esm/carousel/hooks/useCarousel.js +1 -1
- package/dist/esm/carousel/hooks/useDotsSetting.js +1 -1
- package/dist/esm/carousel/hooks/useTrackPreviewPause.js +1 -1
- package/dist/esm/carousel/index.js +1 -1
- package/dist/esm/carousel/next.js +1 -1
- package/dist/esm/carousel/plugins/animation.js +1 -1
- package/dist/esm/carousel/plugins/auto-play.js +1 -1
- package/dist/esm/carousel/plugins/fix-slider-move-backward.js +1 -1
- package/dist/esm/carousel/plugins/mutation.js +1 -1
- package/dist/esm/carousel/settings/Carousel.js +2 -2
- package/dist/esm/carousel/settings/CarouselItem.js +1 -1
- package/dist/esm/carousel/settings/configs/presets.js +2 -2
- package/dist/esm/carousel/settings/configs/settings-v2.js +2 -2
- package/dist/esm/carousel/settings/configs/ui-v2.js +1 -1
- package/dist/esm/carousel-v3/common/helpers.js +1 -1
- package/dist/esm/carousel-v3/components/arrow/Arrow.js +2 -2
- package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +2 -2
- package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
- package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -1
- package/dist/esm/carousel-v3/components/arrow/common/styles.js +8 -8
- package/dist/esm/carousel-v3/components/dot/Dots.js +1 -1
- package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +3 -3
- package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -1
- package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -1
- package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -1
- package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
- package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +2 -2
- package/dist/esm/carousel-v3/components/item/common/classes.js +1 -1
- package/dist/esm/carousel-v3/components/item/common/styles.js +1 -1
- package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
- package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +7 -7
- package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -1
- package/dist/esm/carousel-v3/components/root/common/classes.js +1 -1
- package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
- package/dist/esm/carousel-v3/components/root/common/styles.js +1 -1
- package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
- package/dist/esm/carousel-v3/components/swiper/SwiperSlide.js +1 -1
- package/dist/esm/carousel-v3/components/swiper/common/styles.js +1 -1
- package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -1
- package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
- package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -1
- package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -1
- package/dist/esm/carousel-v3/index.js +1 -1
- package/dist/esm/carousel-v3/next.js +1 -1
- package/dist/esm/carousel-v3/plugins/animation.js +1 -1
- package/dist/esm/carousel-v3/settings/Carousel.js +2 -2
- package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -1
- package/dist/esm/carousel-v3/settings/configs/presets.js +2 -2
- package/dist/esm/carousel-v3/settings/configs/settings-v2.js +2 -2
- package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
- package/dist/esm/cart/components/Cart.js +1 -1
- package/dist/esm/cart/components/CartCheckout.js +1 -1
- package/dist/esm/cart/components/CartDiscount.js +1 -1
- package/dist/esm/cart/components/CartLineAttribute.js +1 -1
- package/dist/esm/cart/components/CartLineImage.js +1 -1
- package/dist/esm/cart/components/CartLinePrice.js +1 -1
- package/dist/esm/cart/components/CartLineVariant.js +1 -1
- package/dist/esm/cart/components/CartList.js +1 -1
- package/dist/esm/cart/components/CartOrderNote.js +1 -1
- package/dist/esm/cart/components/CartTotalItem.js +1 -1
- package/dist/esm/cart/components/CartTotalPrice.js +1 -1
- package/dist/esm/cart/components/CheckoutNow.js +1 -1
- package/dist/esm/cart/components/CouponList.js +1 -1
- package/dist/esm/cart/components/DiscountInput.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/ShopPayButton.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +7 -7
- package/dist/esm/cart/components/shop-pay-button/common/classes.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/common/helpers.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/common/styles.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +2 -2
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +2 -2
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +2 -2
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +2 -2
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +3 -3
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +2 -2
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +1 -1
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +3 -3
- package/dist/esm/cart/hooks/useShopPayButton.js +1 -1
- package/dist/esm/cart/index.js +1 -1
- package/dist/esm/cart/next.js +1 -1
- package/dist/esm/cart/settings/Cart.js +2 -2
- package/dist/esm/cart/settings/CartCheckout.js +1 -1
- package/dist/esm/cart/settings/CartDiscount.js +1 -1
- package/dist/esm/cart/settings/CartLineAttribute.js +1 -1
- package/dist/esm/cart/settings/CartLineImage.js +1 -1
- package/dist/esm/cart/settings/CartLinePrice.js +1 -1
- package/dist/esm/cart/settings/CartLineVariant.js +1 -1
- package/dist/esm/cart/settings/CartList.js +1 -1
- package/dist/esm/cart/settings/CartOrderNote.js +1 -1
- package/dist/esm/cart/settings/CartTotalItem.js +1 -1
- package/dist/esm/cart/settings/CartTotalPrice.js +1 -1
- package/dist/esm/cart/settings/CouponList.js +1 -1
- package/dist/esm/cart/settings/DiscountInput.js +1 -1
- package/dist/esm/cart/settings/ShopPayButton.js +1 -1
- package/dist/esm/code/common/classes.js +1 -1
- package/dist/esm/code/common/styles.js +1 -1
- package/dist/esm/code/components/CSSCode.js +1 -1
- package/dist/esm/code/components/CSSCode.liquid.js +3 -3
- package/dist/esm/code/hooks/useCSSCode.js +4 -4
- package/dist/esm/code/index.js +1 -1
- package/dist/esm/code/next.js +1 -1
- package/dist/esm/code/settings/CSSCode.js +3 -3
- package/dist/esm/code/settings/configs/settings.js +1 -1
- package/dist/esm/code/settings/configs/translate.js +1 -1
- package/dist/esm/code/settings/configs/ui-v2.js +1 -1
- package/dist/esm/collection/components/collection-banner/CollectionBanner.js +1 -1
- package/dist/esm/collection/components/collection-banner/CollectionBanner.liquid.js +5 -5
- package/dist/esm/collection/components/collection-banner/common/classes.js +1 -1
- package/dist/esm/collection/components/collection-banner/common/helpers.js +1 -1
- package/dist/esm/collection/components/collection-banner/common/styles.js +1 -1
- package/dist/esm/collection/components/collection-description/CollectionDescription.js +1 -1
- package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +7 -7
- package/dist/esm/collection/components/collection-description/common/classes.js +1 -1
- package/dist/esm/collection/components/collection-description/common/helpers.js +2 -2
- package/dist/esm/collection/components/collection-description/common/styles.js +2 -2
- package/dist/esm/collection/components/collection-paginator/CollectionPaginator.js +1 -1
- package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +5 -5
- package/dist/esm/collection/components/collection-paginator/common/classes.js +1 -1
- package/dist/esm/collection/components/collection-paginator/common/helpers.js +5 -5
- package/dist/esm/collection/components/collection-paginator/common/styles.js +1 -1
- package/dist/esm/collection/components/collection-title/CollectionTitle.js +1 -1
- package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +2 -2
- package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.js +1 -1
- package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +6 -6
- package/dist/esm/collection/components/collection-toolbar/common/classes.js +1 -1
- package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -1
- package/dist/esm/collection/components/collection-toolbar/common/styles.js +1 -1
- package/dist/esm/collection/hooks/useDescription.js +1 -1
- package/dist/esm/collection/index.js +1 -1
- package/dist/esm/collection/next.js +1 -1
- package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +2 -2
- package/dist/esm/collection/settings/collection-banner/configs/settings.js +2 -2
- package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -1
- package/dist/esm/collection/settings/collection-description/CollectionDescription.js +2 -2
- package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -1
- package/dist/esm/collection/settings/collection-description/configs/translate.js +1 -1
- package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -1
- package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
- package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -1
- package/dist/esm/collection/settings/collection-paginator/configs/translate.js +1 -1
- package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
- package/dist/esm/collection/settings/collection-title/CollectionTitle.js +2 -2
- package/dist/esm/collection/settings/collection-title/configs/settings.js +1 -1
- package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -1
- package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
- package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -1
- package/dist/esm/collection/settings/collection-toolbar/configs/translate.js +1 -1
- package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
- package/dist/esm/common/components/Loading.js +1 -1
- package/dist/esm/common/components/NoDataState.js +1 -1
- package/dist/esm/common/components/Tooltip.js +1 -1
- package/dist/esm/common/components/TooltipHover.js +1 -1
- package/dist/esm/common/const.js +1 -1
- package/dist/esm/common/hooks/useInView.js +1 -1
- package/dist/esm/constant.js +1 -1
- package/dist/esm/countdown-timer/common/attrs.js +1 -1
- package/dist/esm/countdown-timer/common/classes.js +1 -1
- package/dist/esm/countdown-timer/common/helpers.js +1 -1
- package/dist/esm/countdown-timer/common/styles.js +1 -1
- package/dist/esm/countdown-timer/components/Countdown.js +1 -1
- package/dist/esm/countdown-timer/components/Countdown.liquid.js +7 -7
- package/dist/esm/countdown-timer/hooks/useCountDownTimer.js +1 -1
- package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -1
- package/dist/esm/countdown-timer/index.js +1 -1
- package/dist/esm/countdown-timer/next.js +1 -1
- package/dist/esm/countdown-timer/settings/Countdown.js +2 -2
- package/dist/esm/countdown-timer/settings/configs/setting.js +1 -1
- package/dist/esm/countdown-timer/settings/configs/translate.js +1 -1
- package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -1
- package/dist/esm/coupon/common/classes.js +1 -1
- package/dist/esm/coupon/common/helpers.js +1 -1
- package/dist/esm/coupon/common/styles.js +8 -8
- package/dist/esm/coupon/components/Coupon.js +1 -1
- package/dist/esm/coupon/components/Coupon.liquid.js +4 -4
- package/dist/esm/coupon/hooks/useCoupon.js +1 -1
- package/dist/esm/coupon/index.js +1 -1
- package/dist/esm/coupon/next.js +1 -1
- package/dist/esm/coupon/settings/Coupon.js +2 -2
- package/dist/esm/coupon/settings/configs/presets.js +2 -2
- package/dist/esm/coupon/settings/configs/settings.js +2 -2
- package/dist/esm/coupon/settings/configs/translate.js +1 -1
- package/dist/esm/coupon/settings/configs/ui-v2.js +1 -1
- package/dist/esm/dialog/common/attrs.js +1 -1
- package/dist/esm/dialog/common/classes.js +1 -1
- package/dist/esm/dialog/common/helpers.js +1 -1
- package/dist/esm/dialog/common/styles.js +1 -1
- package/dist/esm/dialog/components/Dialog.js +2 -2
- package/dist/esm/dialog/components/Dialog.liquid.js +5 -5
- package/dist/esm/dialog/hooks/useDialog.js +1 -1
- package/dist/esm/dialog/hooks/useScrollPercentage.js +1 -1
- package/dist/esm/dialog/index.js +1 -1
- package/dist/esm/dialog/next.js +1 -1
- package/dist/esm/dialog/settings/Dialog.js +3 -3
- package/dist/esm/dialog/settings/configs/settings.js +2 -2
- package/dist/esm/dialog/settings/configs/translate.js +1 -1
- package/dist/esm/dialog/settings/configs/ui-v2.js +1 -1
- package/dist/esm/estimate-delivery/common/classes.js +1 -1
- package/dist/esm/estimate-delivery/common/helpers.js +1 -1
- package/dist/esm/estimate-delivery/common/styles.js +1 -1
- package/dist/esm/estimate-delivery/components/EstimateDate.js +1 -1
- package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +4 -4
- package/dist/esm/estimate-delivery/index.js +1 -1
- package/dist/esm/estimate-delivery/next.js +1 -1
- package/dist/esm/estimate-delivery/settings/EstimateDate.js +2 -2
- package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -1
- package/dist/esm/estimate-delivery/settings/configs/translate.js +1 -1
- package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -1
- package/dist/esm/form/common/helpers.js +1 -1
- package/dist/esm/form/components/contact/Contact.js +1 -1
- package/dist/esm/form/components/contact/Contact.liquid.js +3 -3
- package/dist/esm/form/components/contact/common/classes.js +1 -1
- package/dist/esm/form/components/contact/common/styles.js +1 -1
- package/dist/esm/form/components/form-checkbox/FormCheckbox.js +1 -1
- package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +8 -8
- package/dist/esm/form/components/form-checkbox/common/classes.js +1 -1
- package/dist/esm/form/components/form-checkbox/common/styles.js +1 -1
- package/dist/esm/form/components/form-dropdown/FormDropdown.js +1 -1
- package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +12 -12
- package/dist/esm/form/components/form-dropdown/common/classes.js +1 -1
- package/dist/esm/form/components/form-dropdown/common/styles.js +1 -1
- package/dist/esm/form/components/form-email/FormEmail.js +1 -1
- package/dist/esm/form/components/form-email/FormEmail.liquid.js +5 -5
- package/dist/esm/form/components/form-email/common/classes.js +1 -1
- package/dist/esm/form/components/form-email/common/styles.js +1 -1
- package/dist/esm/form/components/newsletter/Newsletter.js +1 -1
- package/dist/esm/form/components/newsletter/Newsletter.liquid.js +6 -6
- package/dist/esm/form/components/newsletter/common/attrs.js +1 -1
- package/dist/esm/form/components/newsletter/common/classes.js +1 -1
- package/dist/esm/form/components/newsletter/common/styles.js +2 -2
- package/dist/esm/form/components/submit-button/SubmitButton.js +1 -1
- package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +3 -3
- package/dist/esm/form/components/submit-button/common/helpers.js +1 -1
- package/dist/esm/form/components/submit-button/common/styles.js +1 -1
- package/dist/esm/form/components/textarea/TextArea.js +1 -1
- package/dist/esm/form/components/textarea/TextArea.liquid.js +9 -9
- package/dist/esm/form/components/textarea/common/classes.js +1 -1
- package/dist/esm/form/components/textarea/common/styles.js +1 -1
- package/dist/esm/form/components/textfield/TextField.js +1 -1
- package/dist/esm/form/components/textfield/TextField.liquid.js +9 -9
- package/dist/esm/form/components/textfield/common/classes.js +1 -1
- package/dist/esm/form/components/textfield/common/styles.js +1 -1
- package/dist/esm/form/components/textinput/TextInput.js +1 -1
- package/dist/esm/form/components/textinput/TextInput.liquid.js +3 -3
- package/dist/esm/form/components/textinput/common/classes.js +1 -1
- package/dist/esm/form/components/textinput/common/styles.js +1 -1
- package/dist/esm/form/hooks/useGetColorContent.js +1 -1
- package/dist/esm/form/index.js +1 -1
- package/dist/esm/form/next.js +1 -1
- package/dist/esm/form/settings/contact/Contact.js +2 -2
- package/dist/esm/form/settings/contact/configs/inits.js +1 -1
- package/dist/esm/form/settings/contact/configs/settings.js +1 -1
- package/dist/esm/form/settings/contact/configs/translate.js +1 -1
- package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +2 -2
- package/dist/esm/form/settings/form-checkbox/configs/inits.js +1 -1
- package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-checkbox/configs/translate.js +1 -1
- package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/form-dropdown/FormDropdown.js +2 -2
- package/dist/esm/form/settings/form-dropdown/configs/inits.js +1 -1
- package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-dropdown/configs/translate.js +1 -1
- package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/form-email/FormEmail.js +2 -2
- package/dist/esm/form/settings/form-email/configs/inits.js +1 -1
- package/dist/esm/form/settings/form-email/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-email/configs/translate.js +1 -1
- package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/form-textarea/Textarea.js +2 -2
- package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-textarea/configs/translate.js +1 -1
- package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/newsletter/Newsletter.js +2 -2
- package/dist/esm/form/settings/newsletter/configs/inits.js +1 -1
- package/dist/esm/form/settings/newsletter/configs/settings.js +1 -1
- package/dist/esm/form/settings/newsletter/configs/translate.js +1 -1
- package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/submit-button/SubmitButton.js +2 -2
- package/dist/esm/form/settings/submit-button/configs/inits.js +1 -1
- package/dist/esm/form/settings/submit-button/configs/settings.js +2 -2
- package/dist/esm/form/settings/submit-button/configs/translate.js +1 -1
- package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/text-field/TextField.js +2 -2
- package/dist/esm/form/settings/text-field/configs/settings.js +1 -1
- package/dist/esm/form/settings/text-field/configs/translate.js +1 -1
- package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -1
- package/dist/esm/form/settings/text-input/TextInput.js +2 -2
- package/dist/esm/form/settings/text-input/configs/settings.js +1 -1
- package/dist/esm/form/settings/text-input/configs/translate.js +1 -1
- package/dist/esm/form/settings/text-input/configs/ui-v2.js +1 -1
- package/dist/esm/grid/components/ChildrenDroppable.js +3 -3
- package/dist/esm/grid/components/col/Col.js +1 -1
- package/dist/esm/grid/components/col/Col.liquid.js +2 -2
- package/dist/esm/grid/components/col/common/attrs.js +1 -1
- package/dist/esm/grid/components/col/common/classes.js +1 -1
- package/dist/esm/grid/components/col/common/styles.js +1 -1
- package/dist/esm/grid/components/root/Root.js +1 -1
- package/dist/esm/grid/components/root/Root.liquid.js +1 -1
- package/dist/esm/grid/components/row/Row.js +1 -1
- package/dist/esm/grid/components/row/Row.liquid.js +13 -13
- package/dist/esm/grid/components/row/common/attrs.js +1 -1
- package/dist/esm/grid/components/row/common/classes.js +1 -1
- package/dist/esm/grid/components/row/common/helpers.js +1 -1
- package/dist/esm/grid/components/row/common/styles.js +1 -1
- package/dist/esm/grid/components/section/Section.js +1 -1
- package/dist/esm/grid/components/section/Section.liquid.js +1 -1
- package/dist/esm/grid/hooks/useRowSetting.js +1 -1
- package/dist/esm/grid/index.js +1 -1
- package/dist/esm/grid/next.js +1 -1
- package/dist/esm/grid/settings/Col.js +1 -1
- package/dist/esm/grid/settings/Root.js +1 -1
- package/dist/esm/grid/settings/Row.js +2 -2
- package/dist/esm/grid/settings/Section.js +1 -1
- package/dist/esm/grid/settings/configs/row/presets.js +2 -2
- package/dist/esm/grid/settings/configs/row/settings.js +1 -1
- package/dist/esm/grid/settings/configs/row/translate.js +1 -1
- package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -1
- package/dist/esm/grid/settings/configs/section/settings.js +1 -1
- package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -1
- package/dist/esm/header/components/Header.js +1 -1
- package/dist/esm/header/components/SalePageHeaderWarning.js +1 -1
- package/dist/esm/header/components/icons/ChevronLeft.js +1 -1
- package/dist/esm/header/components/icons/Dismiss.js +1 -1
- package/dist/esm/header/components/icons/MenuIcon.js +1 -1
- package/dist/esm/header/components/kind/basic/DesktopMenu.js +1 -1
- package/dist/esm/header/components/kind/basic/DesktopMenuItem.js +1 -1
- package/dist/esm/header/components/kind/basic/MenuMobileItem.js +1 -1
- package/dist/esm/header/components/kind/basic/MobileMenu.js +1 -1
- package/dist/esm/header/components/kind/basic/index.js +1 -1
- package/dist/esm/header/components/kind/modern/index.js +1 -1
- package/dist/esm/header/hooks/useBodyOverlay.js +1 -1
- package/dist/esm/header/index.js +1 -1
- package/dist/esm/header/next.js +1 -1
- package/dist/esm/header/settings/Header.js +2 -2
- package/dist/esm/header/settings/configs/presets.js +2 -2
- package/dist/esm/header/settings/configs/settings.js +2 -2
- package/dist/esm/header/settings/configs/ui-v2.js +1 -1
- package/dist/esm/heading/components/Heading.js +1 -1
- package/dist/esm/heading/components/Heading.liquid.js +1 -1
- package/dist/esm/heading/index.js +1 -1
- package/dist/esm/heading/next.js +1 -1
- package/dist/esm/heading/settings/Heading.js +2 -2
- package/dist/esm/heading/settings/configs/presets.js +2 -2
- package/dist/esm/heading/settings/configs/settings.js +1 -1
- package/dist/esm/heading/settings/configs/translate.js +1 -1
- package/dist/esm/heading/settings/configs/ui-v2.js +1 -1
- package/dist/esm/helpers.js +1 -1
- package/dist/esm/hero-banner/common/animation-manager.js +1 -1
- package/dist/esm/hero-banner/common/attrs.js +1 -1
- package/dist/esm/hero-banner/common/classes.js +1 -1
- package/dist/esm/hero-banner/common/const.js +1 -1
- package/dist/esm/hero-banner/common/helpers.js +1 -1
- package/dist/esm/hero-banner/common/styles.js +1 -1
- package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
- package/dist/esm/hero-banner/components/HeroBanner.liquid.js +4 -4
- package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
- package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +10 -10
- package/dist/esm/hero-banner/hooks/useHeroBanner.js +1 -1
- package/dist/esm/hero-banner/hooks/useHeroBannerItem.js +1 -1
- package/dist/esm/hero-banner/hooks/useIntersectionObserver.js +1 -1
- package/dist/esm/hero-banner/hooks/useTranslateValue.js +1 -1
- package/dist/esm/hero-banner/hooks/useWindowSize.js +1 -1
- package/dist/esm/hero-banner/index.js +1 -1
- package/dist/esm/hero-banner/next.js +1 -1
- package/dist/esm/hero-banner/settings/HeroBanner.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-1-col.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-left.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-right.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-parallax.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +2 -2
- package/dist/esm/hero-banner/settings/configs/presets/banner-video.js +2 -2
- package/dist/esm/hero-banner/settings/configs/settings.js +2 -2
- package/dist/esm/hero-banner/settings/configs/translate.js +1 -1
- package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -1
- package/dist/esm/hooks/useGetProductId.js +1 -1
- package/dist/esm/icon/common/attrs.js +1 -1
- package/dist/esm/icon/common/classes.js +1 -1
- package/dist/esm/icon/common/helpers.js +1 -1
- package/dist/esm/icon/common/styles.js +1 -1
- package/dist/esm/icon/components/Icon.js +1 -1
- package/dist/esm/icon/components/Icon.liquid.js +4 -4
- package/dist/esm/icon/index.js +1 -1
- package/dist/esm/icon/next.js +1 -1
- package/dist/esm/icon/settings/Icon.js +2 -2
- package/dist/esm/icon/settings/configs/presets.js +2 -2
- package/dist/esm/icon/settings/configs/settings.js +2 -2
- package/dist/esm/icon/settings/configs/ui-v2.js +1 -1
- package/dist/esm/icon-list/common/attrs.js +1 -1
- package/dist/esm/icon-list/common/classes.js +1 -1
- package/dist/esm/icon-list/common/styles.js +1 -1
- package/dist/esm/icon-list/components/IconList.js +1 -1
- package/dist/esm/icon-list/components/IconList.liquid.js +11 -11
- package/dist/esm/icon-list/components/IconListItem.js +1 -1
- package/dist/esm/icon-list/components/IconListItem.liquid.js +3 -3
- package/dist/esm/icon-list/index.js +1 -1
- package/dist/esm/icon-list/next.js +1 -1
- package/dist/esm/icon-list/settings/IconList.js +2 -2
- package/dist/esm/icon-list/settings/IconListItem.js +1 -1
- package/dist/esm/icon-list/settings/configs/items.js +1 -1
- package/dist/esm/icon-list/settings/configs/settings.js +1 -1
- package/dist/esm/icon-list/settings/configs/translate.js +1 -1
- package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -1
- package/dist/esm/icon-list-hoz/common/attrs.js +1 -1
- package/dist/esm/icon-list-hoz/common/classes.js +1 -1
- package/dist/esm/icon-list-hoz/common/styles.js +1 -1
- package/dist/esm/icon-list-hoz/components/IconListHoz.js +1 -1
- package/dist/esm/icon-list-hoz/components/IconListHoz.liquid.js +8 -8
- package/dist/esm/icon-list-hoz/components/IconListHozItem.js +1 -1
- package/dist/esm/icon-list-hoz/components/IconListIHozItem.liquid.js +3 -3
- package/dist/esm/icon-list-hoz/index.js +1 -1
- package/dist/esm/icon-list-hoz/next.js +1 -1
- package/dist/esm/icon-list-hoz/settings/IconListHoz.js +2 -2
- package/dist/esm/icon-list-hoz/settings/IconListItem.js +1 -1
- package/dist/esm/icon-list-hoz/settings/ItemTemplate.js +1 -1
- package/dist/esm/icon-list-hoz/settings/configs/presets.js +2 -2
- package/dist/esm/icon-list-hoz/settings/configs/settings.js +1 -1
- package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -1
- package/dist/esm/icon-list-v2/common/classes.js +1 -1
- package/dist/esm/icon-list-v2/common/helpers.js +1 -1
- package/dist/esm/icon-list-v2/common/styles.js +1 -1
- package/dist/esm/icon-list-v2/components/IconList.js +1 -1
- package/dist/esm/icon-list-v2/components/IconList.liquid.js +11 -11
- package/dist/esm/icon-list-v2/hooks/useIconLineHeight.js +1 -1
- package/dist/esm/icon-list-v2/index.js +1 -1
- package/dist/esm/icon-list-v2/next.js +1 -1
- package/dist/esm/icon-list-v2/settings/IconList.js +2 -2
- package/dist/esm/icon-list-v2/settings/configs/items.js +1 -1
- package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -1
- package/dist/esm/icon-list-v2/settings/configs/translate.js +1 -1
- package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -1
- package/dist/esm/image/common/attrs.js +1 -1
- package/dist/esm/image/common/classes.js +1 -1
- package/dist/esm/image/common/helpers.js +2 -2
- package/dist/esm/image/common/styles.js +1 -1
- package/dist/esm/image/components/AdaptiveImage.js +1 -1
- package/dist/esm/image/components/AdaptiveImage.liquid.js +11 -11
- package/dist/esm/image/components/Image.js +1 -1
- package/dist/esm/image/components/Image.liquid.js +3 -3
- package/dist/esm/image/components/Modal3d.liquid.js +5 -5
- package/dist/esm/image/components/NextImage.js +1 -1
- package/dist/esm/image/components/NextImage.liquid.js +5 -5
- package/dist/esm/image/components/Video.liquid.js +5 -5
- package/dist/esm/image/constants.js +1 -1
- package/dist/esm/image/index.js +1 -1
- package/dist/esm/image/next.js +1 -1
- package/dist/esm/image/settings/Image.js +2 -2
- package/dist/esm/image/settings/configs/presets.js +2 -2
- package/dist/esm/image/settings/configs/settings.js +1 -1
- package/dist/esm/image/settings/configs/translate.js +1 -1
- package/dist/esm/image/settings/configs/ui-v2.js +1 -1
- package/dist/esm/image-comparison/common/attrs.js +1 -1
- package/dist/esm/image-comparison/common/classes.js +1 -1
- package/dist/esm/image-comparison/common/helpers.js +1 -1
- package/dist/esm/image-comparison/common/styles.js +8 -8
- package/dist/esm/image-comparison/components/CompareImage.js +1 -1
- package/dist/esm/image-comparison/components/CompareImage.liquid.js +11 -11
- package/dist/esm/image-comparison/components/ImageComparison.js +1 -1
- package/dist/esm/image-comparison/components/ImageComparison.liquid.js +3 -3
- package/dist/esm/image-comparison/components/Label.js +1 -1
- package/dist/esm/image-comparison/components/Label.liquid.js +3 -3
- package/dist/esm/image-comparison/components/SlideHandle.js +1 -1
- package/dist/esm/image-comparison/components/SlideHandle.liquid.js +5 -5
- package/dist/esm/image-comparison/hooks/useCompareImage.js +1 -1
- package/dist/esm/image-comparison/index.js +1 -1
- package/dist/esm/image-comparison/next.js +1 -1
- package/dist/esm/image-comparison/settings/ImageComparison.js +2 -2
- package/dist/esm/image-comparison/settings/configs/settings.js +1 -1
- package/dist/esm/image-comparison/settings/configs/translate.js +1 -1
- package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -1
- package/dist/esm/image-detection/components/ImageDetection.js +1 -1
- package/dist/esm/image-detection/index.js +1 -1
- package/dist/esm/image-detection/next.js +1 -1
- package/dist/esm/image-detection/settings/ImageDetection.js +2 -2
- package/dist/esm/image-detection/settings/configs/settings.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/input/components/Input.js +1 -1
- package/dist/esm/input/index.js +1 -1
- package/dist/esm/input/next.js +1 -1
- package/dist/esm/input/settings/Input.js +2 -2
- package/dist/esm/input/settings/configs/settings.js +1 -1
- package/dist/esm/line/common/classes.js +1 -1
- package/dist/esm/line/common/helpers.js +1 -1
- package/dist/esm/line/common/styles.js +1 -1
- package/dist/esm/line/components/Divider.js +1 -1
- package/dist/esm/line/components/Divider.liquid.js +1 -1
- package/dist/esm/line/components/Line.js +1 -1
- package/dist/esm/line/components/Line.liquid.js +7 -7
- package/dist/esm/line/index.js +1 -1
- package/dist/esm/line/next.js +1 -1
- package/dist/esm/line/settings/Line.js +2 -2
- package/dist/esm/line/settings/configs/presets.js +2 -2
- package/dist/esm/line/settings/configs/settings.js +1 -1
- package/dist/esm/line/settings/configs/ui-v2.js +1 -1
- package/dist/esm/link/common/helpers.js +1 -1
- package/dist/esm/link/components/CustomLink.js +1 -1
- package/dist/esm/link/components/Link.js +1 -1
- package/dist/esm/link/components/ProductLink.js +1 -1
- package/dist/esm/link/components/next-link/CustomLink.js +1 -1
- package/dist/esm/link/components/next-link/ProductLink.js +1 -1
- package/dist/esm/link/components/next-link/index.js +1 -1
- package/dist/esm/link/index.js +1 -1
- package/dist/esm/link/next.js +1 -1
- package/dist/esm/link/settings/Link.js +1 -1
- package/dist/esm/link/settings/configs/settings.js +1 -1
- package/dist/esm/marquee/common/classes.js +1 -1
- package/dist/esm/marquee/common/helpers.js +1 -1
- package/dist/esm/marquee/common/styles.js +1 -1
- package/dist/esm/marquee/components/Marquee.js +1 -1
- package/dist/esm/marquee/components/Marquee.liquid.js +16 -16
- package/dist/esm/marquee/components/MarqueeBase.js +1 -1
- package/dist/esm/marquee/components/MarqueeBase.liquid.js +7 -7
- package/dist/esm/marquee/components/MarqueeItem.js +1 -1
- package/dist/esm/marquee/components/MarqueeItem.liquid.js +3 -3
- package/dist/esm/marquee/hooks/useMarquee.js +1 -1
- package/dist/esm/marquee/hooks/useMarqueeBase.js +1 -1
- package/dist/esm/marquee/hooks/useMarqueeItem.js +1 -1
- package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
- package/dist/esm/marquee/hooks/useMarqueeStyles.js +1 -1
- package/dist/esm/marquee/hooks/useTransition.js +1 -1
- package/dist/esm/marquee/index.js +1 -1
- package/dist/esm/marquee/next.js +1 -1
- package/dist/esm/marquee/settings/Marquee.js +2 -2
- package/dist/esm/marquee/settings/MarqueeItem.js +1 -1
- package/dist/esm/marquee/settings/configs/child-image-template.js +1 -1
- package/dist/esm/marquee/settings/configs/child-template.js +1 -1
- package/dist/esm/marquee/settings/configs/child-text-template.js +1 -1
- package/dist/esm/marquee/settings/configs/presets.js +2 -2
- package/dist/esm/marquee/settings/configs/settings-v2.js +2 -2
- package/dist/esm/marquee/settings/configs/ui-v2.js +1 -1
- package/dist/esm/menu/components/DropdownMenu.js +1 -1
- package/dist/esm/menu/components/MegaMenu.js +1 -1
- package/dist/esm/menu/components/Menu.js +1 -1
- package/dist/esm/menu/components/NavigationMenu.js +1 -1
- package/dist/esm/menu/components/SubMegaMenu.js +1 -1
- package/dist/esm/menu/components/SubNavigationMenu.js +1 -1
- package/dist/esm/menu/index.js +1 -1
- package/dist/esm/menu/next.js +1 -1
- package/dist/esm/menu/settings/Menu.js +1 -1
- package/dist/esm/menu/settings/configs/settings.js +1 -1
- package/dist/esm/modal/common/helpers.js +1 -1
- package/dist/esm/modal/components/Modal.js +1 -1
- package/dist/esm/modal/components/ZoomButton.js +1 -1
- package/dist/esm/modal/components/confirm.js +1 -1
- package/dist/esm/modal/hooks/useModalContainer.js +1 -1
- package/dist/esm/modal/index.js +1 -1
- package/dist/esm/modal/next.js +1 -1
- package/dist/esm/modal/settings/Modal.js +1 -1
- package/dist/esm/modal/settings/configs/settings.js +1 -1
- package/dist/esm/next.js +1 -1
- package/dist/esm/notification/components/Notice.js +1 -1
- package/dist/esm/notification/components/Notifications.js +1 -1
- package/dist/esm/notification/components/icons/CloseIcon.js +1 -1
- package/dist/esm/notification/hooks/useNotification.js +1 -1
- package/dist/esm/pagination/components/Pagination.js +1 -1
- package/dist/esm/pagination/index.js +1 -1
- package/dist/esm/pagination/next.js +1 -1
- package/dist/esm/pagination/settings/Pagination.js +1 -1
- package/dist/esm/pagination/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/advanced-list/common/attrs.js +1 -1
- package/dist/esm/post-purchase/advanced-list/common/classes.js +1 -1
- package/dist/esm/post-purchase/advanced-list/common/styles.js +1 -1
- package/dist/esm/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +1 -1
- package/dist/esm/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +1 -1
- package/dist/esm/post-purchase/advanced-list/index.js +1 -1
- package/dist/esm/post-purchase/advanced-list/next.js +1 -1
- package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
- package/dist/esm/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -1
- package/dist/esm/post-purchase/advanced-list/settings/configs/presets.js +2 -2
- package/dist/esm/post-purchase/advanced-list/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/advanced-list/settings/configs/templates.js +1 -1
- package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/advanced-list/types.js +1 -1
- package/dist/esm/post-purchase/button/common/classes.js +1 -1
- package/dist/esm/post-purchase/button/common/styles.js +1 -1
- package/dist/esm/post-purchase/button/components/Button.js +1 -1
- package/dist/esm/post-purchase/button/index.js +1 -1
- package/dist/esm/post-purchase/button/next.js +1 -1
- package/dist/esm/post-purchase/button/settings/Button.js +2 -2
- package/dist/esm/post-purchase/button/settings/configs/presets.js +2 -2
- package/dist/esm/post-purchase/button/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/button/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/common/constants.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentVisibility.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/index.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/next.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/settings/BuyerConsent.js +2 -2
- package/dist/esm/post-purchase/buyer-consent/settings/configs/presets.js +2 -2
- package/dist/esm/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/callout-banner/common/classes.js +1 -1
- package/dist/esm/post-purchase/callout-banner/common/styles.js +1 -1
- package/dist/esm/post-purchase/callout-banner/components/CalloutBox.js +1 -1
- package/dist/esm/post-purchase/callout-banner/components/CalloutText.js +1 -1
- package/dist/esm/post-purchase/callout-banner/index.js +1 -1
- package/dist/esm/post-purchase/callout-banner/next.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/CalloutText.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/preset.js +2 -2
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/setting.js +2 -2
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/preset.js +2 -2
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -1
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -1
- package/dist/esm/post-purchase/common/constants.js +1 -1
- package/dist/esm/post-purchase/common/helper.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/common/classes.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/common/styles.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/components/TextCountdown.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/index.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/next.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
- package/dist/esm/post-purchase/countdown-timer/settings/config/preset.js +2 -2
- package/dist/esm/post-purchase/countdown-timer/settings/config/setting.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -1
- package/dist/esm/post-purchase/image/common/classes.js +1 -1
- package/dist/esm/post-purchase/image/common/helpers.js +1 -1
- package/dist/esm/post-purchase/image/common/styles.js +1 -1
- package/dist/esm/post-purchase/image/components/AdaptiveImage.js +1 -1
- package/dist/esm/post-purchase/image/components/Image.js +1 -1
- package/dist/esm/post-purchase/image/components/Img.js +1 -1
- package/dist/esm/post-purchase/image/index.js +1 -1
- package/dist/esm/post-purchase/image/next.js +1 -1
- package/dist/esm/post-purchase/image/settings/Image.js +2 -2
- package/dist/esm/post-purchase/image/settings/configs/setting-v2.js +1 -1
- package/dist/esm/post-purchase/image/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/line/common/classes.js +1 -1
- package/dist/esm/post-purchase/line/common/styles.js +1 -1
- package/dist/esm/post-purchase/line/components/PostPurchaseLine.js +1 -1
- package/dist/esm/post-purchase/line/index.js +1 -1
- package/dist/esm/post-purchase/line/next.js +1 -1
- package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +2 -2
- package/dist/esm/post-purchase/line/settings/configs/presets.js +2 -2
- package/dist/esm/post-purchase/line/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/line/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/line/types.js +1 -1
- package/dist/esm/post-purchase/link/common/classes.js +1 -1
- package/dist/esm/post-purchase/link/common/helpers.js +1 -1
- package/dist/esm/post-purchase/link/common/styles.js +1 -1
- package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +1 -1
- package/dist/esm/post-purchase/link/index.js +1 -1
- package/dist/esm/post-purchase/link/next.js +1 -1
- package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +2 -2
- package/dist/esm/post-purchase/link/settings/configs/presets.js +2 -2
- package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -1
- package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/common/attrs.js +1 -1
- package/dist/esm/post-purchase/product/common/classes.js +1 -1
- package/dist/esm/post-purchase/product/common/helpers.js +1 -1
- package/dist/esm/post-purchase/product/common/styles.js +1 -1
- package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductDescription.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductPrice.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductQuantity.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductTitle.js +1 -1
- package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/ImageListCarousel.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/ImageListGrid.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/ItemGridPostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/index.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/common/classes.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/common/styles.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/components/ProductOffer.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/types.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/common/classes.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/common/helpers.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/common/styles.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/ProductOption.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/RectangleList.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantItem.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantOption.js +1 -1
- package/dist/esm/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -1
- package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
- package/dist/esm/post-purchase/product/constants/index.js +1 -1
- package/dist/esm/post-purchase/product/helpers/index.js +1 -1
- package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -1
- package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -1
- package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -1
- package/dist/esm/post-purchase/product/helpers/product-quantity/getClasses.js +1 -1
- package/dist/esm/post-purchase/product/helpers/product-quantity/getStyles.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useCarousel.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useDynamicProduct.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useHandleQuantity.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useListCarousel.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useRecurringSubtotal.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useSetCollapsePrice.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useSlideCarousel.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -1
- package/dist/esm/post-purchase/product/index.js +1 -1
- package/dist/esm/post-purchase/product/next.js +1 -1
- package/dist/esm/post-purchase/product/settings/accept-button/configs/presets.js +2 -2
- package/dist/esm/post-purchase/product/settings/accept-button/configs/settings.js +1 -1
- package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/accept-button/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -2
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-offer/configs/settings-v2.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-offer/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/presets.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/presets.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-quantity/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-subscription/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v1.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v2.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/text/common/attrs.js +1 -1
- package/dist/esm/post-purchase/text/common/classes.js +1 -1
- package/dist/esm/post-purchase/text/common/helpers.js +1 -1
- package/dist/esm/post-purchase/text/common/styles.js +1 -1
- package/dist/esm/post-purchase/text/components/Text.js +2 -2
- package/dist/esm/post-purchase/text/index.js +1 -1
- package/dist/esm/post-purchase/text/next.js +1 -1
- package/dist/esm/post-purchase/text/settings/heading/Heading.js +1 -1
- package/dist/esm/post-purchase/text/settings/heading/configs/presets-v2.js +2 -2
- package/dist/esm/post-purchase/text/settings/text/Text.js +2 -2
- package/dist/esm/post-purchase/text/settings/text/configs/setting-v2.js +1 -1
- package/dist/esm/post-purchase/text/settings/text/configs/ui-v2.js +1 -1
- package/dist/esm/postPurchaseSetting.js +1 -1
- package/dist/esm/product/components/ProductImages.js +1 -1
- package/dist/esm/product/components/ProductImages.liquid.js +9 -9
- package/dist/esm/product/components/ProductNotFound.js +1 -1
- package/dist/esm/product/components/SalePageProductListWarning.js +1 -1
- package/dist/esm/product/components/constants/product-bundle.js +1 -1
- package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +4 -4
- package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.js +1 -1
- package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
- package/dist/esm/product/components/dynamic-checkout/common/classes.js +1 -1
- package/dist/esm/product/components/dynamic-checkout/common/styles.js +20 -20
- package/dist/esm/product/components/file-upload/UploadFile.js +1 -1
- package/dist/esm/product/components/file-upload/UploadFile.liquid.js +4 -4
- package/dist/esm/product/components/file-upload/common/attr.js +1 -1
- package/dist/esm/product/components/file-upload/common/classes.js +1 -1
- package/dist/esm/product/components/file-upload/common/helpers.js +1 -1
- package/dist/esm/product/components/file-upload/common/style.js +1 -1
- package/dist/esm/product/components/file-upload/settings/configs/presets.js +2 -2
- package/dist/esm/product/components/file-upload/settings/configs/settings.js +2 -2
- package/dist/esm/product/components/file-upload/settings/configs/translate.js +1 -1
- package/dist/esm/product/components/file-upload/settings/configs/ui-v1.js +1 -1
- package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -1
- package/dist/esm/product/components/file-upload/settings/index.js +2 -2
- package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
- package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +7 -7
- package/dist/esm/product/components/product-badge/common/attrs.js +1 -1
- package/dist/esm/product/components/product-badge/common/classes.js +1 -1
- package/dist/esm/product/components/product-badge/common/styles.js +1 -1
- package/dist/esm/product/components/product-badge/constants.js +1 -1
- package/dist/esm/product/components/product-badge/types.js +1 -1
- package/dist/esm/product/components/product-badge/utils/common.js +1 -1
- package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +2 -2
- package/dist/esm/product/components/product-badge/utils/getRotateShape.js +1 -1
- package/dist/esm/product/components/product-badge/utils/getShapePosition.js +1 -1
- package/dist/esm/product/components/product-badge/utils/getStyleAdvanced.js +1 -1
- package/dist/esm/product/components/product-badge/utils/getWhiteSpace.js +1 -1
- package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -1
- package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +29 -29
- package/dist/esm/product/components/product-badge/utils/shape.js +1 -1
- package/dist/esm/product/components/product-badge/utils/stylesV2.js +2 -2
- package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +1 -1
- package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +7 -7
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +1 -1
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +6 -6
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.js +1 -1
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -1
- package/dist/esm/product/components/product-bundle/common/classes.js +1 -1
- package/dist/esm/product/components/product-bundle/common/helpers.js +1 -1
- package/dist/esm/product/components/product-bundle/common/styles.js +1 -1
- package/dist/esm/product/components/product-bundle/hooks/useProductBundleDataState.js +3 -3
- package/dist/esm/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -1
- package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscount.js +2 -2
- package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -1
- package/dist/esm/product/components/product-bundle/setting/configs/settings.js +1 -1
- package/dist/esm/product/components/product-bundle/setting/configs/ui-v1.js +1 -1
- package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
- package/dist/esm/product/components/product-button/AddToCartButton.js +1 -1
- package/dist/esm/product/components/product-button/AddToCartButton.liquid.js +1 -1
- package/dist/esm/product/components/product-button/BlankSpace.js +1 -1
- package/dist/esm/product/components/product-button/BlankSpace.liquid.js +2 -2
- package/dist/esm/product/components/product-button/CartMessage.js +1 -1
- package/dist/esm/product/components/product-button/PriceComponent.js +1 -1
- package/dist/esm/product/components/product-button/PriceComponent.liquid.js +1 -1
- package/dist/esm/product/components/product-button/PriceLayout.js +1 -1
- package/dist/esm/product/components/product-button/PriceLayout.liquid.js +2 -2
- package/dist/esm/product/components/product-button/ProductButton.js +1 -1
- package/dist/esm/product/components/product-button/ProductButton.liquid.js +5 -5
- package/dist/esm/product/components/product-button/ProductButtonPrice.js +1 -1
- package/dist/esm/product/components/product-button/ProductButtonPrice.liquid.js +1 -1
- package/dist/esm/product/components/product-button/Separator.js +1 -1
- package/dist/esm/product/components/product-button/Separator.liquid.js +4 -4
- package/dist/esm/product/components/product-button/SoldOutButton.js +1 -1
- package/dist/esm/product/components/product-button/SoldOutButton.liquid.js +1 -1
- package/dist/esm/product/components/product-button/common/classes.js +1 -1
- package/dist/esm/product/components/product-button/common/constants.js +2 -2
- package/dist/esm/product/components/product-button/common/data.js +1 -1
- package/dist/esm/product/components/product-button/common/helpers.js +1 -1
- package/dist/esm/product/components/product-button/common/styles.js +1 -1
- package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
- package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
- package/dist/esm/product/components/product-button/hooks/useCartMessage.js +1 -1
- package/dist/esm/product/components/product-button/hooks/useCartOperations.js +1 -1
- package/dist/esm/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -1
- package/dist/esm/product/components/product-button/types.js +1 -1
- package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
- package/dist/esm/product/components/product-description/ProductDescription.liquid.js +10 -10
- package/dist/esm/product/components/product-description/common/classes.js +1 -1
- package/dist/esm/product/components/product-description/common/helpers.js +2 -2
- package/dist/esm/product/components/product-description/common/styles.js +2 -2
- package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
- package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.js +1 -1
- package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +11 -11
- package/dist/esm/product/components/product-discount-tag/common/classes.js +1 -1
- package/dist/esm/product/components/product-discount-tag/common/styles.js +1 -1
- package/dist/esm/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -1
- package/dist/esm/product/components/product-images/ProductFeaturedImage.js +1 -1
- package/dist/esm/product/components/product-images/ProductFeaturedImage.liquid.js +31 -31
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +6 -6
- package/dist/esm/product/components/product-images/ProductGalleryGrid.js +1 -1
- package/dist/esm/product/components/product-images/ProductGalleryGrid.liquid.js +10 -10
- package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
- package/dist/esm/product/components/product-images/common/helpers.js +1 -1
- package/dist/esm/product/components/product-images/common/productFeaturedImage.js +1 -1
- package/dist/esm/product/components/product-images/common/productGallery.js +1 -1
- package/dist/esm/product/components/product-images-v2/ProductImageV2.js +2 -2
- package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +18 -18
- package/dist/esm/product/components/product-images-v2/common/attrs.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/classes.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/common.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/getBorderActiveCss.js +2 -2
- package/dist/esm/product/components/product-images-v2/common/hoverAction.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/productGallery.js +1 -1
- package/dist/esm/product/components/product-images-v2/common/styles.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/MediaIcon.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
- package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +41 -41
- package/dist/esm/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +6 -6
- package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +2 -2
- package/dist/esm/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +1 -1
- package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -1
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -1
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
- package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
- package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +18 -18
- package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/classes.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/common.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +2 -2
- package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/styles.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -2
- package/dist/esm/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +43 -43
- package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +7 -7
- package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +2 -2
- package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/lightbox/constants.js +1 -1
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -1
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -1
- package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -1
- package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -1
- package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
- package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
- package/dist/esm/product/components/product-list/ProductList.js +1 -1
- package/dist/esm/product/components/product-list/ProductList.liquid.js +34 -34
- package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +2 -2
- package/dist/esm/product/components/product-list/ProductListCarouselLayout.js +1 -1
- package/dist/esm/product/components/product-list/ProductListCarouselLayout.liquid.js +4 -4
- package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +7 -7
- package/dist/esm/product/components/product-list/ProductListGridLayout.js +1 -1
- package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +19 -19
- package/dist/esm/product/components/product-list/common/attrs.js +1 -1
- package/dist/esm/product/components/product-list/common/classes.js +1 -1
- package/dist/esm/product/components/product-list/common/helpers.js +1 -1
- package/dist/esm/product/components/product-list/common/styles.js +1 -1
- package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
- package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +34 -34
- package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +2 -2
- package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -1
- package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +6 -6
- package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +7 -7
- package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -1
- package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +19 -19
- package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -1
- package/dist/esm/product/components/product-list-v3/common/classes.js +1 -1
- package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -1
- package/dist/esm/product/components/product-list-v3/common/styles.js +1 -1
- package/dist/esm/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -1
- package/dist/esm/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -1
- package/dist/esm/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -1
- package/dist/esm/product/components/product-list-v3/hooks/useProductsQuery.js +1 -1
- package/dist/esm/product/components/product-price/ProductPrice.js +1 -1
- package/dist/esm/product/components/product-price/ProductPrice.liquid.js +5 -5
- package/dist/esm/product/components/product-price/common/attrs.js +1 -1
- package/dist/esm/product/components/product-price/common/classes.js +1 -1
- package/dist/esm/product/components/product-price/common/helpers.js +3 -3
- package/dist/esm/product/components/product-price/hooks/useGpPrice.js +1 -1
- package/dist/esm/product/components/product-properties/ProductProperties.js +1 -1
- package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +6 -6
- package/dist/esm/product/components/product-properties/common/attrs.js +1 -1
- package/dist/esm/product/components/product-properties/common/classes.js +1 -1
- package/dist/esm/product/components/product-properties/common/helpers.js +1 -1
- package/dist/esm/product/components/product-properties/common/styles.js +1 -1
- package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.js +1 -1
- package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +3 -3
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -1
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -1
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +3 -3
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -1
- package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.js +1 -1
- package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +10 -10
- package/dist/esm/product/components/product-properties/property-input/common/attrs.js +1 -1
- package/dist/esm/product/components/product-properties/property-input/common/classes.js +1 -1
- package/dist/esm/product/components/product-properties/property-input/common/helpers.js +1 -1
- package/dist/esm/product/components/product-properties/property-input/common/styles.js +1 -1
- package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.js +1 -1
- package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +7 -7
- package/dist/esm/product/components/product-properties/property-select/common/attrs.js +1 -1
- package/dist/esm/product/components/product-properties/property-select/common/classes.js +1 -1
- package/dist/esm/product/components/product-properties/property-select/common/styles.js +1 -1
- package/dist/esm/product/components/product-quantity/ProductQuantity.js +1 -1
- package/dist/esm/product/components/product-quantity/ProductQuantity.liquid.js +5 -5
- package/dist/esm/product/components/product-quantity/common/attrs.js +1 -1
- package/dist/esm/product/components/product-quantity/common/classes.js +1 -1
- package/dist/esm/product/components/product-quantity/common/helpers.js +3 -3
- package/dist/esm/product/components/product-quantity/common/styles.js +1 -1
- package/dist/esm/product/components/product-quantity/hooks/useProductQuantity.js +1 -1
- package/dist/esm/product/components/product-quick-view/ProductQuickView.js +1 -1
- package/dist/esm/product/components/product-quick-view/QuickView.js +1 -1
- package/dist/esm/product/components/product-sku/Sku.js +1 -1
- package/dist/esm/product/components/product-sku/Sku.liquid.js +2 -2
- package/dist/esm/product/components/product-title/ProductTitle.js +1 -1
- package/dist/esm/product/components/product-title/ProductTitle.liquid.js +6 -6
- package/dist/esm/product/components/product-title/common/helpers.js +1 -1
- package/dist/esm/product/components/product-variants/OptionVariantsNewFormat.liquid.js +2 -2
- package/dist/esm/product/components/product-variants/OptionVariantsOldFormat.liquid.js +2 -2
- package/dist/esm/product/components/product-variants/ProductVariants.js +1 -1
- package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +51 -51
- package/dist/esm/product/components/product-variants/common/base/attrs.js +1 -1
- package/dist/esm/product/components/product-variants/common/base/classes.js +2 -2
- package/dist/esm/product/components/product-variants/common/base/styles.js +1 -1
- package/dist/esm/product/components/product-variants/common/common.js +1 -1
- package/dist/esm/product/components/product-variants/common/const.js +1 -1
- package/dist/esm/product/components/product-variants/common/dropdown/attrs.js +1 -1
- package/dist/esm/product/components/product-variants/common/dropdown/classes.js +1 -1
- package/dist/esm/product/components/product-variants/common/dropdown/styles.js +1 -1
- package/dist/esm/product/components/product-variants/common/main/classes.js +1 -1
- package/dist/esm/product/components/product-variants/common/main/const.js +1 -1
- package/dist/esm/product/components/product-variants/common/main/getAttr.js +1 -1
- package/dist/esm/product/components/product-variants/common/main/getData.js +1 -1
- package/dist/esm/product/components/product-variants/common/main/styles.js +1 -1
- package/dist/esm/product/components/product-variants/common/variants/attrs.js +1 -1
- package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -1
- package/dist/esm/product/components/product-variants/common/variants/styles.js +1 -1
- package/dist/esm/product/components/product-variants/components/base/base.js +5 -5
- package/dist/esm/product/components/product-variants/components/base/base.liquid.js +15 -15
- package/dist/esm/product/components/product-variants/components/color/color.js +1 -1
- package/dist/esm/product/components/product-variants/components/color/color.liquid.js +3 -3
- package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.js +1 -1
- package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -1
- package/dist/esm/product/components/product-variants/components/dropdown-option/DropdownOption.js +1 -1
- package/dist/esm/product/components/product-variants/components/dropdown-option/VariantOption.js +1 -1
- package/dist/esm/product/components/product-variants/components/dropdown-option/render-liquid/index.js +16 -16
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.js +1 -1
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +6 -6
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -1
- package/dist/esm/product/components/product-variants/components/image/Image.js +1 -1
- package/dist/esm/product/components/product-variants/components/image/Image.liquid.js +2 -2
- package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.js +1 -1
- package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +2 -2
- package/dist/esm/product/components/product-variants/components/rectangle-list/RectangleList.js +1 -1
- package/dist/esm/product/components/product-variants/components/variants/index.js +1 -1
- package/dist/esm/product/components/product-variants/components/variants/index.liquid.js +23 -23
- package/dist/esm/product/components/product-variants/hooks/useGpVariants.js +1 -1
- package/dist/esm/product/components/product-variants/hooks/useVariantInteraction.js +1 -1
- package/dist/esm/product/components/product-variants/utils/mappingVariantStyles.js +1 -1
- package/dist/esm/product/components/product-vendor/Vendor.js +1 -1
- package/dist/esm/product/components/product-vendor/Vendor.liquid.js +2 -2
- package/dist/esm/product/components/product-view-more/ProductViewMore.js +1 -1
- package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +4 -4
- package/dist/esm/product/components/product-view-more/common/helpers.js +1 -1
- package/dist/esm/product/components/product-view-more/common/styles.js +1 -1
- package/dist/esm/product/components/product-wrap/Product.js +1 -1
- package/dist/esm/product/components/product-wrap/Product.liquid.js +30 -30
- package/dist/esm/product/components/product-wrap/common/helpers.js +1 -1
- package/dist/esm/product/components/product-wrap/hook/useProductSetting.js +1 -1
- package/dist/esm/product/helpers/function.js +1 -1
- package/dist/esm/product/helpers/product-bundle.js +1 -1
- package/dist/esm/product/helpers/product-image.js +1 -1
- package/dist/esm/product/helpers/product.js +1 -1
- package/dist/esm/product/helpers/tracking.js +1 -1
- package/dist/esm/product/index.js +1 -1
- package/dist/esm/product/next.js +1 -1
- package/dist/esm/product/settings/DynamicCheckout.js +2 -2
- package/dist/esm/product/settings/Product.js +2 -2
- package/dist/esm/product/settings/ProductBadge.js +1 -1
- package/dist/esm/product/settings/ProductButton.js +2 -2
- package/dist/esm/product/settings/ProductDescription.js +1 -1
- package/dist/esm/product/settings/ProductImages.js +4 -4
- package/dist/esm/product/settings/ProductList.js +2 -2
- package/dist/esm/product/settings/ProductListV3.js +2 -2
- package/dist/esm/product/settings/ProductPrice.js +2 -2
- package/dist/esm/product/settings/ProductProperties.js +2 -2
- package/dist/esm/product/settings/ProductQuantity.js +2 -2
- package/dist/esm/product/settings/ProductTag.js +1 -1
- package/dist/esm/product/settings/ProductTitle.js +2 -2
- package/dist/esm/product/settings/ProductVariants.js +2 -2
- package/dist/esm/product/settings/ProductViewMore.js +2 -2
- package/dist/esm/product/settings/Sku.js +2 -2
- package/dist/esm/product/settings/Vendor.js +2 -2
- package/dist/esm/product/settings/bundle-layout/horizontal-one.js +1 -1
- package/dist/esm/product/settings/bundle-layout/horizontal-three.js +1 -1
- package/dist/esm/product/settings/bundle-layout/horizontal-two.js +1 -1
- package/dist/esm/product/settings/bundle-layout/vertical-one.js +1 -1
- package/dist/esm/product/settings/bundle-layout/vertical-three.js +1 -1
- package/dist/esm/product/settings/bundle-layout/vertical-two.js +1 -1
- package/dist/esm/product/settings/dynamic-checkout/configs/presets.js +2 -2
- package/dist/esm/product/settings/dynamic-checkout/configs/settings.js +1 -1
- package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product/configs/presets.js +1 -1
- package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +3 -3
- package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +3 -3
- package/dist/esm/product/settings/product/configs/product-presets/product-default.js +3 -3
- package/dist/esm/product/settings/product/configs/settings.js +1 -1
- package/dist/esm/product/settings/product/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-badge/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-badge/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-badge/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-button/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-button/configs/settings.js +2 -2
- package/dist/esm/product/settings/product-button/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-description/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-description/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-description/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-description/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-discount-tag/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-discount-tag/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-discount-tag/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-image-v2/ProductFeatureImage.js +1 -1
- package/dist/esm/product/settings/product-image-v2/ProductGalleryImage.js +1 -1
- package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -2
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +2 -2
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/index.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui-v1.js +1 -1
- package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -1
- package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -1
- package/dist/esm/product/settings/product-image-v3/ProductImages.js +2 -2
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -2
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -1
- package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -1
- package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -1
- package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -1
- package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -1
- package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-list/configs/settings-v2.js +1 -1
- package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-list-v3/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -1
- package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-price/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-price/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-price/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-properties/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -1
- package/dist/esm/product/settings/product-properties/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-quantity/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-quantity/configs/settings.js +2 -2
- package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-sku/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-sku/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-sku/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-title/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-title/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-variant/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-variant/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-variant/swatches-style-config/color.js +1 -1
- package/dist/esm/product/settings/product-variant/swatches-style-config/dropdown.js +1 -1
- package/dist/esm/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -1
- package/dist/esm/product/settings/product-variant/swatches-style-config/image.js +1 -1
- package/dist/esm/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -1
- package/dist/esm/product/settings/product-vendor/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-vendor/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -1
- package/dist/esm/product/settings/product-view-more/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-view-more/configs/settings.js +2 -2
- package/dist/esm/product/settings/product-view-more/configs/translate.js +1 -1
- package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -1
- package/dist/esm/radio/components/Radio.js +1 -1
- package/dist/esm/radio/index.js +1 -1
- package/dist/esm/radio/next.js +1 -1
- package/dist/esm/radio/settings/Radio.js +1 -1
- package/dist/esm/radio/settings/configs/settings.js +1 -1
- package/dist/esm/select/components/Select.js +2 -2
- package/dist/esm/select/index.js +1 -1
- package/dist/esm/select/next.js +1 -1
- package/dist/esm/select/settings/Select.js +1 -1
- package/dist/esm/select/settings/configs/settings.js +1 -1
- package/dist/esm/setting.js +1 -1
- package/dist/esm/shop-pay-installment/components/ShopPayInstallments.js +1 -1
- package/dist/esm/shop-pay-installment/components/ShopPayInstallments.liquid.js +2 -2
- package/dist/esm/shop-pay-installment/components/common/helpers.js +1 -1
- package/dist/esm/shop-pay-installment/index.js +1 -1
- package/dist/esm/shop-pay-installment/next.js +1 -1
- package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +2 -2
- package/dist/esm/shop-pay-installment/settings/configs/settings.js +1 -1
- package/dist/esm/sticky/common/classes.js +1 -1
- package/dist/esm/sticky/common/styles.js +1 -1
- package/dist/esm/sticky/components/Sticky.js +1 -1
- package/dist/esm/sticky/components/Sticky.liquid.js +5 -5
- package/dist/esm/sticky/hooks/useSticky.js +1 -1
- package/dist/esm/sticky/index.js +1 -1
- package/dist/esm/sticky/next.js +1 -1
- package/dist/esm/sticky/settings/Sticky.js +1 -1
- package/dist/esm/sticky/settings/configs/presets.js +4 -4
- package/dist/esm/sticky/settings/configs/settings-v2.js +1 -1
- package/dist/esm/sticky/settings/configs/settings.js +1 -1
- package/dist/esm/sticky/settings/configs/translate.js +1 -1
- package/dist/esm/sticky/settings/configs/ui-v2.js +1 -1
- package/dist/esm/stock-counter/common/attrs.js +1 -1
- package/dist/esm/stock-counter/common/classes.js +1 -1
- package/dist/esm/stock-counter/common/helpers.js +23 -23
- package/dist/esm/stock-counter/common/styles.js +1 -1
- package/dist/esm/stock-counter/components/StockCounter.js +1 -1
- package/dist/esm/stock-counter/components/StockCounter.liquid.js +40 -40
- package/dist/esm/stock-counter/hooks/useStockCounter.js +1 -1
- package/dist/esm/stock-counter/hooks/useStockCounterInteraction.js +1 -1
- package/dist/esm/stock-counter/index.js +1 -1
- package/dist/esm/stock-counter/next.js +1 -1
- package/dist/esm/stock-counter/settings/StockCounter.js +2 -2
- package/dist/esm/stock-counter/settings/configs/presets.js +2 -2
- package/dist/esm/stock-counter/settings/configs/settings-v2.js +2 -2
- package/dist/esm/stock-counter/settings/configs/translate.js +1 -1
- package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -1
- package/dist/esm/tab/common/attrs.js +1 -1
- package/dist/esm/tab/common/classes.js +2 -2
- package/dist/esm/tab/common/helpers.js +2 -2
- package/dist/esm/tab/common/styles.js +1 -1
- package/dist/esm/tab/components/TabItem.js +1 -1
- package/dist/esm/tab/components/TabItem.liquid.js +2 -2
- package/dist/esm/tab/components/Tabs.js +1 -1
- package/dist/esm/tab/components/Tabs.liquid.js +15 -15
- package/dist/esm/tab/hooks/useTab.js +1 -1
- package/dist/esm/tab/hooks/useTabInteraction.js +1 -1
- package/dist/esm/tab/index.js +1 -1
- package/dist/esm/tab/next.js +1 -1
- package/dist/esm/tab/settings/TabItem.js +2 -2
- package/dist/esm/tab/settings/Tabs.js +2 -2
- package/dist/esm/tab/settings/configs/settings.js +1 -1
- package/dist/esm/tab/settings/configs/translate.js +1 -1
- package/dist/esm/tab/settings/configs/ui-v2.js +1 -1
- package/dist/esm/text/common/attrs.js +1 -1
- package/dist/esm/text/common/classes.js +1 -1
- package/dist/esm/text/common/helpers.js +1 -1
- package/dist/esm/text/common/styles.js +1 -1
- package/dist/esm/text/components/Text.js +1 -1
- package/dist/esm/text/components/Text.liquid.js +4 -4
- package/dist/esm/text/components/TextInline.js +4 -4
- package/dist/esm/text/index.js +1 -1
- package/dist/esm/text/next.js +1 -1
- package/dist/esm/text/settings/Text.js +2 -2
- package/dist/esm/text/settings/configs/presets.js +2 -2
- package/dist/esm/text/settings/configs/settings.js +1 -1
- package/dist/esm/text/settings/configs/translate.js +1 -1
- package/dist/esm/text/settings/configs/ui-v2.js +1 -1
- package/dist/esm/textarea/components/Textarea.js +1 -1
- package/dist/esm/textarea/index.js +1 -1
- package/dist/esm/textarea/next.js +1 -1
- package/dist/esm/textarea/settings/Textarea.js +2 -2
- package/dist/esm/textarea/settings/configs/settings.js +1 -1
- package/dist/esm/third-party/common/helpers.js +5 -5
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +1 -1
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -1
- package/dist/esm/third-party/components/AirProductReviewsAppUgc.js +1 -1
- package/dist/esm/third-party/components/AirProductReviewsAppUgc.liquid.js +3 -3
- package/dist/esm/third-party/components/AliReviews/AliReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/AliReviews.js +1 -1
- package/dist/esm/third-party/components/AliReviews.liquid.js +3 -3
- package/dist/esm/third-party/components/AlsoBoughtCbb.js +1 -1
- package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +4 -4
- package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.js +1 -1
- package/dist/esm/third-party/components/AovBundlesVolumeDiscounts.liquid.js +1 -1
- package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.js +1 -1
- package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -1
- package/dist/esm/third-party/components/AppointmentBookingCowlendar.js +1 -1
- package/dist/esm/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -1
- package/dist/esm/third-party/components/AppstleBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -1
- package/dist/esm/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/AppstleSubscriptions.js +1 -1
- package/dist/esm/third-party/components/AppstleSubscriptions.liquid.js +4 -4
- package/dist/esm/third-party/components/BestBuyFulfillment.js +1 -1
- package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +1 -1
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +1 -1
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -1
- package/dist/esm/third-party/components/BirdChime/BirdChimeContent.js +1 -1
- package/dist/esm/third-party/components/BirdChime.js +1 -1
- package/dist/esm/third-party/components/BirdChime.liquid.js +4 -4
- package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.js +1 -1
- package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -1
- package/dist/esm/third-party/components/Bogos/BogosSampleContent.js +1 -1
- package/dist/esm/third-party/components/Bogos.js +1 -1
- package/dist/esm/third-party/components/Bogos.liquid.js +3 -3
- package/dist/esm/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/BoldProductOptions.js +1 -1
- package/dist/esm/third-party/components/BoldProductOptions.liquid.js +4 -4
- package/dist/esm/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/BoldSubscriptions.js +1 -1
- package/dist/esm/third-party/components/BoldSubscriptions.liquid.js +4 -4
- package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.js +1 -1
- package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -1
- package/dist/esm/third-party/components/BonySubscriptionsApp.js +1 -1
- package/dist/esm/third-party/components/BonySubscriptionsApp.liquid.js +4 -4
- package/dist/esm/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +1 -1
- package/dist/esm/third-party/components/BoostAISearchDiscovery.js +1 -1
- package/dist/esm/third-party/components/BoostAISearchDiscovery.liquid.js +5 -5
- package/dist/esm/third-party/components/Bundler/BundlerSampleContent.js +1 -1
- package/dist/esm/third-party/components/Bundler.js +1 -1
- package/dist/esm/third-party/components/Bundler.liquid.js +4 -4
- package/dist/esm/third-party/components/CleanSizeCharts.js +1 -1
- package/dist/esm/third-party/components/CleanSizeCharts.liquid.js +3 -3
- package/dist/esm/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +1 -1
- package/dist/esm/third-party/components/CrossSellCartUpsell.js +1 -1
- package/dist/esm/third-party/components/CrossSellCartUpsell.liquid.js +2 -2
- package/dist/esm/third-party/components/CustomProductOptionsVariant.js +1 -1
- package/dist/esm/third-party/components/CustomProductOptionsVariant.liquid.js +4 -4
- package/dist/esm/third-party/components/DealeasyVolumeDiscounts.js +1 -1
- package/dist/esm/third-party/components/DealeasyVolumeDiscounts.liquid.js +5 -5
- package/dist/esm/third-party/components/DiscountyBulkDiscountSales.js +1 -1
- package/dist/esm/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -4
- package/dist/esm/third-party/components/EasifyProductOptions.js +1 -1
- package/dist/esm/third-party/components/EasifyProductOptions.liquid.js +3 -3
- package/dist/esm/third-party/components/EasyBundleBuilderSkailama.js +1 -1
- package/dist/esm/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -1
- package/dist/esm/third-party/components/EasySellCOD.js +1 -1
- package/dist/esm/third-party/components/EasySellCOD.liquid.js +4 -4
- package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.js +1 -1
- package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -1
- package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +1 -1
- package/dist/esm/third-party/components/EcomsendBackInStockAlert.liquid.js +3 -3
- package/dist/esm/third-party/components/EssentialAnnouncementBar.js +1 -1
- package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +1 -1
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +1 -1
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -1
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +1 -1
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -1
- package/dist/esm/third-party/components/FastBundleBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/components/FastBundleBundlesDiscounts.liquid.js +4 -4
- package/dist/esm/third-party/components/FeraReviews/FeraReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -1
- package/dist/esm/third-party/components/FeraReviews.js +1 -1
- package/dist/esm/third-party/components/FeraReviews.liquid.js +3 -3
- package/dist/esm/third-party/components/FirePush/FirePushSampleContent.js +1 -1
- package/dist/esm/third-party/components/FirePush.js +1 -1
- package/dist/esm/third-party/components/FirePush.liquid.js +4 -4
- package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.js +1 -1
- package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -1
- package/dist/esm/third-party/components/FordeerProductLabels.js +1 -1
- package/dist/esm/third-party/components/FordeerProductLabels.liquid.js +3 -3
- package/dist/esm/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +1 -1
- package/dist/esm/third-party/components/FrequentlyBoughtTogether.js +1 -1
- package/dist/esm/third-party/components/FrequentlyBoughtTogether.liquid.js +4 -4
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +1 -1
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -1
- package/dist/esm/third-party/components/GloboProductOptionsVariant.js +1 -1
- package/dist/esm/third-party/components/GloboProductOptionsVariant.liquid.js +1 -1
- package/dist/esm/third-party/components/GoogleReviewsByReputon.js +1 -1
- package/dist/esm/third-party/components/GoogleReviewsByReputon.liquid.js +3 -3
- package/dist/esm/third-party/components/Growave/GrowaveSampleContent.js +1 -1
- package/dist/esm/third-party/components/Growave.js +1 -1
- package/dist/esm/third-party/components/Growave.liquid.js +3 -3
- package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.js +1 -1
- package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.liquid.js +3 -3
- package/dist/esm/third-party/components/HextomCountdownTimerBar.js +1 -1
- package/dist/esm/third-party/components/HextomCountdownTimerBar.liquid.js +1 -1
- package/dist/esm/third-party/components/HextomFreeShippingBar.js +1 -1
- package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +1 -1
- package/dist/esm/third-party/components/HulkFormBuilder.js +1 -1
- package/dist/esm/third-party/components/HulkFormBuilder.liquid.js +4 -4
- package/dist/esm/third-party/components/HulkProductOptions.js +1 -1
- package/dist/esm/third-party/components/HulkProductOptions.liquid.js +1 -1
- package/dist/esm/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/InfiniteOptions.js +1 -1
- package/dist/esm/third-party/components/InfiniteOptions.liquid.js +4 -4
- package/dist/esm/third-party/components/Instafeed/InstafeedSampleContent.js +1 -1
- package/dist/esm/third-party/components/Instafeed.js +1 -1
- package/dist/esm/third-party/components/Instafeed.liquid.js +2 -2
- package/dist/esm/third-party/components/InstasellShoppableInstagram.js +1 -1
- package/dist/esm/third-party/components/InstasellShoppableInstagram.liquid.js +1 -1
- package/dist/esm/third-party/components/Judgeme/JudgemeSampleContent.js +1 -1
- package/dist/esm/third-party/components/JudgemeReviews.js +1 -1
- package/dist/esm/third-party/components/JudgemeReviews.liquid.js +3 -3
- package/dist/esm/third-party/components/JunipProductReviewsUgc.js +1 -1
- package/dist/esm/third-party/components/JunipProductReviewsUgc.liquid.js +1 -1
- package/dist/esm/third-party/components/KachingBundles/KachingBundlesSampleContent.js +1 -1
- package/dist/esm/third-party/components/KachingBundles.js +1 -1
- package/dist/esm/third-party/components/KachingBundles.liquid.js +4 -4
- package/dist/esm/third-party/components/KachingSubscriptionsApp.js +1 -1
- package/dist/esm/third-party/components/KachingSubscriptionsApp.liquid.js +3 -3
- package/dist/esm/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/KingProductOptions.js +1 -1
- package/dist/esm/third-party/components/KingProductOptions.liquid.js +4 -4
- package/dist/esm/third-party/components/KiteFreeGiftDiscount.js +1 -1
- package/dist/esm/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -1
- package/dist/esm/third-party/components/KlarnaMessaging.js +1 -1
- package/dist/esm/third-party/components/KlarnaMessaging.liquid.js +4 -4
- package/dist/esm/third-party/components/Klaviyo/KlaviyoSampleContent.js +1 -1
- package/dist/esm/third-party/components/Klaviyo.js +1 -1
- package/dist/esm/third-party/components/Klaviyo.liquid.js +4 -4
- package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.js +1 -1
- package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.liquid.js +1 -1
- package/dist/esm/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +10 -10
- package/dist/esm/third-party/components/LaiProductReviews.js +1 -1
- package/dist/esm/third-party/components/LaiProductReviews.liquid.js +3 -3
- package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.js +1 -1
- package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -1
- package/dist/esm/third-party/components/LoopSubscriptions.js +1 -1
- package/dist/esm/third-party/components/LoopSubscriptions.liquid.js +2 -2
- package/dist/esm/third-party/components/LooxReviews/LooxReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/LooxReviews.js +1 -1
- package/dist/esm/third-party/components/LooxReviews.liquid.js +3 -3
- package/dist/esm/third-party/components/MaxbundleProductBundles.js +1 -1
- package/dist/esm/third-party/components/MaxbundleProductBundles.liquid.js +5 -5
- package/dist/esm/third-party/components/MbcBundleVolumeDiscount.js +1 -1
- package/dist/esm/third-party/components/MbcBundleVolumeDiscount.liquid.js +3 -3
- package/dist/esm/third-party/components/MyappgurusProductReviews.js +1 -1
- package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +1 -1
- package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +1 -1
- package/dist/esm/third-party/components/NotifyBackInStockPreOrder.liquid.js +4 -4
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +1 -1
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -1
- package/dist/esm/third-party/components/Omnisend/OmnisendSampleContent.js +1 -1
- package/dist/esm/third-party/components/Omnisend.js +1 -1
- package/dist/esm/third-party/components/Omnisend.liquid.js +3 -3
- package/dist/esm/third-party/components/Opinew/OpinewSampleContent.js +1 -1
- package/dist/esm/third-party/components/Opinew.js +1 -1
- package/dist/esm/third-party/components/Opinew.liquid.js +3 -3
- package/dist/esm/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +1 -1
- package/dist/esm/third-party/components/ParcelPanel.js +1 -1
- package/dist/esm/third-party/components/ParcelPanel.liquid.js +1 -1
- package/dist/esm/third-party/components/PickyStory/PickyStorySampleContent.js +1 -1
- package/dist/esm/third-party/components/PickyStory.js +1 -1
- package/dist/esm/third-party/components/PickyStory.liquid.js +3 -3
- package/dist/esm/third-party/components/PowerfulContactFormBuilder.js +1 -1
- package/dist/esm/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -1
- package/dist/esm/third-party/components/PreorderNowPreOrderPq.js +1 -1
- package/dist/esm/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -1
- package/dist/esm/third-party/components/PreorderNowWodPresale.js +1 -1
- package/dist/esm/third-party/components/PreorderNowWodPresale.liquid.js +1 -1
- package/dist/esm/third-party/components/ProductOptionsCustomizer.js +1 -1
- package/dist/esm/third-party/components/ProductOptionsCustomizer.liquid.js +1 -1
- package/dist/esm/third-party/components/ProductOptionsVariantOption.js +1 -1
- package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +4 -4
- package/dist/esm/third-party/components/ProductReviews/ProductReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/ProductReviews.js +1 -1
- package/dist/esm/third-party/components/ProductReviews.liquid.js +2 -2
- package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.js +1 -1
- package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -1
- package/dist/esm/third-party/components/PushOwl.js +1 -1
- package/dist/esm/third-party/components/PushOwl.liquid.js +3 -3
- package/dist/esm/third-party/components/QikifyUpsell.js +1 -1
- package/dist/esm/third-party/components/QikifyUpsell.liquid.js +1 -1
- package/dist/esm/third-party/components/RapiBundleQuantityBreaks.js +1 -1
- package/dist/esm/third-party/components/RapiBundleQuantityBreaks.liquid.js +5 -5
- package/dist/esm/third-party/components/RechargeSubscriptions.js +1 -1
- package/dist/esm/third-party/components/RechargeSubscriptions.liquid.js +1 -1
- package/dist/esm/third-party/components/RecurpaySubscriptionApp.js +1 -1
- package/dist/esm/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -4
- package/dist/esm/third-party/components/Releasit/ReleasitSampleContent.js +1 -1
- package/dist/esm/third-party/components/Releasit.js +1 -1
- package/dist/esm/third-party/components/Releasit.liquid.js +3 -3
- package/dist/esm/third-party/components/RequestQuoteHidePrice.js +1 -1
- package/dist/esm/third-party/components/RequestQuoteHidePrice.liquid.js +3 -3
- package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.js +1 -1
- package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -1
- package/dist/esm/third-party/components/Rivyo/RivyoSampleContent.js +1 -1
- package/dist/esm/third-party/components/Rivyo.js +1 -1
- package/dist/esm/third-party/components/Rivyo.liquid.js +3 -3
- package/dist/esm/third-party/components/Ryviu/RyviuSampleContent.js +1 -1
- package/dist/esm/third-party/components/Ryviu.js +1 -1
- package/dist/esm/third-party/components/Ryviu.liquid.js +3 -3
- package/dist/esm/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +1 -1
- package/dist/esm/third-party/components/SealSubscriptions.js +1 -1
- package/dist/esm/third-party/components/SealSubscriptions.liquid.js +3 -3
- package/dist/esm/third-party/components/SegunoEmailMarketing.js +1 -1
- package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +1 -1
- package/dist/esm/third-party/components/Selleasy.js +1 -1
- package/dist/esm/third-party/components/Selleasy.liquid.js +1 -1
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +1 -1
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -1
- package/dist/esm/third-party/components/ShopifyForms.js +1 -1
- package/dist/esm/third-party/components/ShopifyForms.liquid.js +1 -1
- package/dist/esm/third-party/components/ShopifySubscriptions.js +1 -1
- package/dist/esm/third-party/components/ShopifySubscriptions.liquid.js +4 -4
- package/dist/esm/third-party/components/SimpleBundlesKits.js +1 -1
- package/dist/esm/third-party/components/SimpleBundlesKits.liquid.js +1 -1
- package/dist/esm/third-party/components/SkioSubscriptionsYcS20.js +1 -1
- package/dist/esm/third-party/components/SkioSubscriptionsYcS20.liquid.js +1 -1
- package/dist/esm/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +1 -1
- package/dist/esm/third-party/components/SmartSearchBarAndFilters.js +1 -1
- package/dist/esm/third-party/components/SmartSearchBarAndFilters.liquid.js +5 -5
- package/dist/esm/third-party/components/SproutPlantTreesGrowSales.js +1 -1
- package/dist/esm/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -1
- package/dist/esm/third-party/components/Stamped/LiquidTemplateByWidget.js +46 -46
- package/dist/esm/third-party/components/Stamped/StampedSampleContent.js +1 -1
- package/dist/esm/third-party/components/Stamped.js +1 -1
- package/dist/esm/third-party/components/Stamped.liquid.js +4 -4
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +1 -1
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +4 -4
- package/dist/esm/third-party/components/SubifySubscriptionsApp.js +1 -1
- package/dist/esm/third-party/components/SubifySubscriptionsApp.liquid.js +1 -1
- package/dist/esm/third-party/components/TagembedSocialPostReview.js +1 -1
- package/dist/esm/third-party/components/TagembedSocialPostReview.liquid.js +4 -4
- package/dist/esm/third-party/components/TagshopShoppableVideosUgc.js +1 -1
- package/dist/esm/third-party/components/TagshopShoppableVideosUgc.liquid.js +2 -2
- package/dist/esm/third-party/components/TeeinblueProductPersonalizer.js +1 -1
- package/dist/esm/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -4
- package/dist/esm/third-party/components/ThirdPartyPreview.js +1 -1
- package/dist/esm/third-party/components/TrustBadgesBear.js +1 -1
- package/dist/esm/third-party/components/TrustBadgesBear.liquid.js +1 -1
- package/dist/esm/third-party/components/TrustMe/TrustMeSampleContent.js +1 -1
- package/dist/esm/third-party/components/TrustMe.js +1 -1
- package/dist/esm/third-party/components/TrustMe.liquid.js +3 -3
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +1 -1
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -1
- package/dist/esm/third-party/components/Trustoo/TrustooSampleContent.js +1 -1
- package/dist/esm/third-party/components/Trustoo.js +1 -1
- package/dist/esm/third-party/components/Trustoo.liquid.js +5 -5
- package/dist/esm/third-party/components/TrustreviewsProductReviews.js +1 -1
- package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +1 -1
- package/dist/esm/third-party/components/TrustshopProductReviews.js +1 -1
- package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +1 -1
- package/dist/esm/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +1 -1
- package/dist/esm/third-party/components/UltimateSalesBoost.js +1 -1
- package/dist/esm/third-party/components/UltimateSalesBoost.liquid.js +4 -4
- package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -1
- package/dist/esm/third-party/components/UppromoteAffiliateMarketing.js +1 -1
- package/dist/esm/third-party/components/UppromoteAffiliateMarketing.liquid.js +3 -3
- package/dist/esm/third-party/components/Vitals/VitalsSampleContent.js +1 -1
- package/dist/esm/third-party/components/Vitals.js +1 -1
- package/dist/esm/third-party/components/Vitals.liquid.js +4 -4
- package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.js +1 -1
- package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -1
- package/dist/esm/third-party/components/WideBundle/WideBundleSampleContent.js +1 -1
- package/dist/esm/third-party/components/WideBundle.js +1 -1
- package/dist/esm/third-party/components/WideBundle.liquid.js +4 -4
- package/dist/esm/third-party/components/Wiser/WiserSampleContent.js +1 -1
- package/dist/esm/third-party/components/Wiser.js +1 -1
- package/dist/esm/third-party/components/Wiser.liquid.js +4 -4
- package/dist/esm/third-party/components/WishlistKing.js +1 -1
- package/dist/esm/third-party/components/WishlistKing.liquid.js +1 -1
- package/dist/esm/third-party/components/WishlistPlus.js +1 -1
- package/dist/esm/third-party/components/WishlistPlus.liquid.js +6 -6
- package/dist/esm/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
- package/dist/esm/third-party/components/YotpoLoyalty.js +1 -1
- package/dist/esm/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +1 -1
- package/dist/esm/third-party/components/YotpoReviews.js +1 -1
- package/dist/esm/third-party/components/YotpoReviews.liquid.js +3 -3
- package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +1 -1
- package/dist/esm/third-party/configs/AirProductReviewsAppUgc.js +1 -1
- package/dist/esm/third-party/configs/AliReviews.js +1 -1
- package/dist/esm/third-party/configs/AlsoBoughtCbb.js +1 -1
- package/dist/esm/third-party/configs/AovBundlesVolumeDiscounts.js +1 -1
- package/dist/esm/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -1
- package/dist/esm/third-party/configs/AppointmentBookingCowlendar.js +1 -1
- package/dist/esm/third-party/configs/AppstleBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/configs/AppstleSubscriptions.js +1 -1
- package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +1 -1
- package/dist/esm/third-party/configs/BirdChime.js +1 -1
- package/dist/esm/third-party/configs/BloyRewardsProgramLoyalty.js +1 -1
- package/dist/esm/third-party/configs/Bogos.js +1 -1
- package/dist/esm/third-party/configs/BoldProductOptions.js +1 -1
- package/dist/esm/third-party/configs/BoldSubscription.js +1 -1
- package/dist/esm/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -1
- package/dist/esm/third-party/configs/BonySubscriptionsApp.js +1 -1
- package/dist/esm/third-party/configs/BoostAISearchDiscovery.js +1 -1
- package/dist/esm/third-party/configs/Bundler.js +1 -1
- package/dist/esm/third-party/configs/CleanSizeCharts.js +1 -1
- package/dist/esm/third-party/configs/CrossSellCartUpsell.js +1 -1
- package/dist/esm/third-party/configs/CustomProductOptionsVariant.js +1 -1
- package/dist/esm/third-party/configs/DealeasyVolumeDiscounts.js +1 -1
- package/dist/esm/third-party/configs/DiscountyBulkDiscountSales.js +1 -1
- package/dist/esm/third-party/configs/EasifyProductOptions.js +1 -1
- package/dist/esm/third-party/configs/EasyBundleBuilderSkailama.js +1 -1
- package/dist/esm/third-party/configs/EasySellCOD.js +1 -1
- package/dist/esm/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -1
- package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -1
- package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +1 -1
- package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +1 -1
- package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +1 -1
- package/dist/esm/third-party/configs/FastBundleBundlesDiscount.js +1 -1
- package/dist/esm/third-party/configs/FeraReviews.js +1 -1
- package/dist/esm/third-party/configs/FirePush.js +1 -1
- package/dist/esm/third-party/configs/FlyBundlesUpsellsFbt.js +1 -1
- package/dist/esm/third-party/configs/FordeerProductLabels.js +1 -1
- package/dist/esm/third-party/configs/FrequentlyBoughtTogether.js +1 -1
- package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +1 -1
- package/dist/esm/third-party/configs/GoogleReviewsByReputon.js +1 -1
- package/dist/esm/third-party/configs/Growave.js +1 -1
- package/dist/esm/third-party/configs/GrowthSuiteDiscountCodes.js +1 -1
- package/dist/esm/third-party/configs/HextomCountdownTimerBar.js +1 -1
- package/dist/esm/third-party/configs/HextomFreeShippingBar.js +1 -1
- package/dist/esm/third-party/configs/HulkFormBuilder.js +1 -1
- package/dist/esm/third-party/configs/HulkProductOptions.js +1 -1
- package/dist/esm/third-party/configs/InfiniteOptions.js +1 -1
- package/dist/esm/third-party/configs/Instafeed.js +1 -1
- package/dist/esm/third-party/configs/InstasellShoppableInstagram.js +1 -1
- package/dist/esm/third-party/configs/JudgemeReviews.js +1 -1
- package/dist/esm/third-party/configs/JunipProductReviewsUgc.js +1 -1
- package/dist/esm/third-party/configs/KachingBundles.js +1 -1
- package/dist/esm/third-party/configs/KachingSubscriptionsApp.js +1 -1
- package/dist/esm/third-party/configs/KingProductOptions.js +1 -1
- package/dist/esm/third-party/configs/KiteFreeGiftDiscount.js +1 -1
- package/dist/esm/third-party/configs/KlarmaMessaging.js +1 -1
- package/dist/esm/third-party/configs/Klaviyo.js +1 -1
- package/dist/esm/third-party/configs/KoalaBundleQuantityDiscount.js +1 -1
- package/dist/esm/third-party/configs/LaiProductReviews.js +1 -1
- package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +1 -1
- package/dist/esm/third-party/configs/LoopSubscriptions.js +1 -1
- package/dist/esm/third-party/configs/LooxReviews.js +1 -1
- package/dist/esm/third-party/configs/MaxbundleProductBundles.js +1 -1
- package/dist/esm/third-party/configs/MbcBundleVolumeDiscount.js +1 -1
- package/dist/esm/third-party/configs/MyappgurusProductReviews.js +1 -1
- package/dist/esm/third-party/configs/NotifyBackInStockPreOrder.js +1 -1
- package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +1 -1
- package/dist/esm/third-party/configs/Omnisend.js +1 -1
- package/dist/esm/third-party/configs/Opinew.js +1 -1
- package/dist/esm/third-party/configs/ParcelPanel.js +1 -1
- package/dist/esm/third-party/configs/PickyStory.js +1 -1
- package/dist/esm/third-party/configs/PowerfulContactFormBuilder.js +1 -1
- package/dist/esm/third-party/configs/PreorderNowPreOrderPq.js +1 -1
- package/dist/esm/third-party/configs/PreorderNowWodPresale.js +1 -1
- package/dist/esm/third-party/configs/ProductOptionsCustomizer.js +1 -1
- package/dist/esm/third-party/configs/ProductReviews.js +1 -1
- package/dist/esm/third-party/configs/PumperBundlesVolumeDiscount.js +1 -1
- package/dist/esm/third-party/configs/PushOwl.js +1 -1
- package/dist/esm/third-party/configs/QikifyUpsell.js +1 -1
- package/dist/esm/third-party/configs/RapiBundleQuantityBreaks.js +1 -1
- package/dist/esm/third-party/configs/RechargeSubscriptions.js +1 -1
- package/dist/esm/third-party/configs/RecurpaySubscriptionApp.js +1 -1
- package/dist/esm/third-party/configs/Releasit.js +1 -1
- package/dist/esm/third-party/configs/RequestQuoteHidePrice.js +1 -1
- package/dist/esm/third-party/configs/ReviewxpoProductReviewsApp.js +1 -1
- package/dist/esm/third-party/configs/Rivyo.js +1 -1
- package/dist/esm/third-party/configs/Ryviu.js +1 -1
- package/dist/esm/third-party/configs/SealSubscriptions.js +1 -1
- package/dist/esm/third-party/configs/SegunoEmailMarketing.js +1 -1
- package/dist/esm/third-party/configs/Selleasy.js +1 -1
- package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +1 -1
- package/dist/esm/third-party/configs/ShopifyForms.js +1 -1
- package/dist/esm/third-party/configs/ShopifySubscriptions.js +1 -1
- package/dist/esm/third-party/configs/SimpleBundlesKits.js +1 -1
- package/dist/esm/third-party/configs/SkioSubscriptionsYcS20.js +1 -1
- package/dist/esm/third-party/configs/SmartSearchBarAndFilters.js +1 -1
- package/dist/esm/third-party/configs/SproutPlantTreesGrowSales.js +1 -1
- package/dist/esm/third-party/configs/Stamped.js +1 -1
- package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +1 -1
- package/dist/esm/third-party/configs/SubifySubscriptionsApp.js +1 -1
- package/dist/esm/third-party/configs/TagembedSocialPostReview.js +1 -1
- package/dist/esm/third-party/configs/TagshopShoppableVideosUgc.js +1 -1
- package/dist/esm/third-party/configs/TrustBadgesBear.js +1 -1
- package/dist/esm/third-party/configs/TrustMe.js +1 -1
- package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +1 -1
- package/dist/esm/third-party/configs/Trustoo.js +1 -1
- package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +1 -1
- package/dist/esm/third-party/configs/TrustshopProductReviews.js +1 -1
- package/dist/esm/third-party/configs/UltimateSalesBoost.js +1 -1
- package/dist/esm/third-party/configs/UnlimitedBundlesDiscounts.js +1 -1
- package/dist/esm/third-party/configs/UppromoteAffiliateMarketing.js +1 -1
- package/dist/esm/third-party/configs/Vitals.js +1 -1
- package/dist/esm/third-party/configs/WhatmoreShoppableVideosreel.js +1 -1
- package/dist/esm/third-party/configs/WideBundle.js +1 -1
- package/dist/esm/third-party/configs/Wiser.js +1 -1
- package/dist/esm/third-party/configs/WishlistKing.js +1 -1
- package/dist/esm/third-party/configs/WishlistPlus.js +1 -1
- package/dist/esm/third-party/configs/YotpoLoyalty.js +1 -1
- package/dist/esm/third-party/configs/YotpoReviews.js +1 -1
- package/dist/esm/third-party/index.js +1 -1
- package/dist/esm/third-party/next.js +1 -1
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AliReviews/index.js +2 -2
- package/dist/esm/third-party/settings/AliReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +2 -2
- package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/AovBundlesVolumeDiscounts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/AppstleSubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +2 -2
- package/dist/esm/third-party/settings/BestBuyFulfillment/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BirdChime/index.js +2 -2
- package/dist/esm/third-party/settings/BirdChime/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +2 -2
- package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Bogos/index.js +2 -2
- package/dist/esm/third-party/settings/Bogos/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BoldProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/BoldProductOptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BoldSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/BoldSubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BonySubscriptionsApp/index.js +2 -2
- package/dist/esm/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -1
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Bundler/index.js +2 -2
- package/dist/esm/third-party/settings/Bundler/uiV2.js +1 -1
- package/dist/esm/third-party/settings/CleanSizeCharts/index.js +2 -2
- package/dist/esm/third-party/settings/CleanSizeCharts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +2 -2
- package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -1
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -1
- package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/DealeasyVolumeDiscounts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EasifyProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/EasifyProductOptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EasySellCOD/index.js +2 -2
- package/dist/esm/third-party/settings/EasySellCOD/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -1
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
- package/dist/esm/third-party/settings/FeraReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FirePush/index.js +2 -2
- package/dist/esm/third-party/settings/FirePush/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FordeerProductLabels/index.js +2 -2
- package/dist/esm/third-party/settings/FordeerProductLabels/uiV2.js +1 -1
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +2 -2
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -1
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -1
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -1
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Growave/index.js +2 -2
- package/dist/esm/third-party/settings/Growave/uiV2.js +1 -1
- package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +2 -2
- package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -1
- package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +2 -2
- package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -1
- package/dist/esm/third-party/settings/HulkFormBuilder/index.js +2 -2
- package/dist/esm/third-party/settings/HulkFormBuilder/uiV2.js +1 -1
- package/dist/esm/third-party/settings/HulkProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/HulkProductOptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/InfiniteOptions/index.js +2 -2
- package/dist/esm/third-party/settings/InfiniteOptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Instafeed/index.js +2 -2
- package/dist/esm/third-party/settings/Instafeed/uiV2.js +1 -1
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -1
- package/dist/esm/third-party/settings/JudgemeReviews/index.js +2 -2
- package/dist/esm/third-party/settings/JudgemeReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KachingBundles/index.js +2 -2
- package/dist/esm/third-party/settings/KachingBundles/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KachingSubscriptionsApp/index.js +2 -2
- package/dist/esm/third-party/settings/KachingSubscriptionsApp/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KingProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/KingProductOptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KlarnaMessaging/index.js +2 -2
- package/dist/esm/third-party/settings/KlarnaMessaging/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Klaviyo/index.js +2 -2
- package/dist/esm/third-party/settings/Klaviyo/uiV2.js +1 -1
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -1
- package/dist/esm/third-party/settings/LaiProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/LaiProductReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +2 -2
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -1
- package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/LoopSubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/LooxReviews/index.js +2 -2
- package/dist/esm/third-party/settings/LooxReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +2 -2
- package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -1
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -1
- package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -1
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Omnisend/index.js +2 -2
- package/dist/esm/third-party/settings/Omnisend/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Opinew/index.js +2 -2
- package/dist/esm/third-party/settings/Opinew/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ParcelPanel/index.js +2 -2
- package/dist/esm/third-party/settings/ParcelPanel/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PickyStory/index.js +2 -2
- package/dist/esm/third-party/settings/PickyStory/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +2 -2
- package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/ProductReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -1
- package/dist/esm/third-party/settings/PushOwl/index.js +2 -2
- package/dist/esm/third-party/settings/PushOwl/uiV2.js +1 -1
- package/dist/esm/third-party/settings/QikifyUpsell/index.js +2 -2
- package/dist/esm/third-party/settings/QikifyUpsell/uiV2.js +1 -1
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -1
- package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/RechargeSubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Releasit/index.js +2 -2
- package/dist/esm/third-party/settings/Releasit/uiV2.js +1 -1
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Rivyo/index.js +2 -2
- package/dist/esm/third-party/settings/Rivyo/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Ryviu/index.js +2 -2
- package/dist/esm/third-party/settings/Ryviu/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SealSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/SealSubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +2 -2
- package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Selleasy/index.js +2 -2
- package/dist/esm/third-party/settings/Selleasy/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ShopifyForms/index.js +2 -2
- package/dist/esm/third-party/settings/ShopifyForms/uiV2.js +1 -1
- package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/ShopifySubscriptions/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +2 -2
- package/dist/esm/third-party/settings/SimpleBundlesKits/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Stamped/Badge.js +1 -1
- package/dist/esm/third-party/settings/Stamped/BadgeDouble.js +1 -1
- package/dist/esm/third-party/settings/Stamped/BadgeRibbon.js +1 -1
- package/dist/esm/third-party/settings/Stamped/BadgeSingle.js +1 -1
- package/dist/esm/third-party/settings/Stamped/Carousel.js +1 -1
- package/dist/esm/third-party/settings/Stamped/CheckoutReviews.js +1 -1
- package/dist/esm/third-party/settings/Stamped/Colors.js +1 -1
- package/dist/esm/third-party/settings/Stamped/Filters.js +1 -1
- package/dist/esm/third-party/settings/Stamped/FullPage.js +1 -1
- package/dist/esm/third-party/settings/Stamped/InstagramFeed.js +1 -1
- package/dist/esm/third-party/settings/Stamped/MainWidget.js +1 -1
- package/dist/esm/third-party/settings/Stamped/ProductRating.js +1 -1
- package/dist/esm/third-party/settings/Stamped/SingleHighlight.js +1 -1
- package/dist/esm/third-party/settings/Stamped/SiteBadge.js +1 -1
- package/dist/esm/third-party/settings/Stamped/TopRated.js +1 -1
- package/dist/esm/third-party/settings/Stamped/VisualGallery.js +1 -1
- package/dist/esm/third-party/settings/Stamped/WallPhotos.js +1 -1
- package/dist/esm/third-party/settings/Stamped/index.js +1 -1
- package/dist/esm/third-party/settings/Stamped.js +2 -2
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -1
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +2 -2
- package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TrustBadgesBear/index.js +2 -2
- package/dist/esm/third-party/settings/TrustBadgesBear/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TrustMe/index.js +2 -2
- package/dist/esm/third-party/settings/TrustMe/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Trustoo/index.js +2 -2
- package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/TrustshopProductReviews/uiV2.js +1 -1
- package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +2 -2
- package/dist/esm/third-party/settings/UltimateSalesBoost/uiV1.js +1 -1
- package/dist/esm/third-party/settings/UltimateSalesBoost/uiV2.js +1 -1
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -1
- package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +2 -2
- package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Vitals/index.js +2 -2
- package/dist/esm/third-party/settings/Vitals/uiV2.js +1 -1
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -1
- package/dist/esm/third-party/settings/WideBundle/index.js +2 -2
- package/dist/esm/third-party/settings/WideBundle/uiV2.js +1 -1
- package/dist/esm/third-party/settings/Wiser/index.js +2 -2
- package/dist/esm/third-party/settings/Wiser/uiV2.js +1 -1
- package/dist/esm/third-party/settings/WishlistKing/index.js +2 -2
- package/dist/esm/third-party/settings/WishlistKing/uiV2.js +1 -1
- package/dist/esm/third-party/settings/WishlistPlus/index.js +2 -2
- package/dist/esm/third-party/settings/WishlistPlus/uiV2.js +1 -1
- package/dist/esm/third-party/settings/YotpoLoyalty/index.js +2 -2
- package/dist/esm/third-party/settings/YotpoLoyalty/uiV2.js +1 -1
- package/dist/esm/third-party/settings/YotpoReviews/index.js +2 -2
- package/dist/esm/third-party/settings/YotpoReviews/uiV2.js +1 -1
- package/dist/esm/third-party/types.js +1 -1
- package/dist/esm/third-party-instant/common/helpers.js +1 -1
- package/dist/esm/third-party-instant/components/InstantJudgemeReviews.js +1 -1
- package/dist/esm/third-party-instant/components/InstantKlaviyo.js +1 -1
- package/dist/esm/third-party-instant/components/InstantLooxReviews.js +1 -1
- package/dist/esm/third-party-instant/components/InstantThirdPartyPreview.js +1 -1
- package/dist/esm/third-party-instant/components/InstantYotpoLoyalty.js +1 -1
- package/dist/esm/third-party-instant/components/Judgeme/JudgemeSampleContent.js +1 -1
- package/dist/esm/third-party-instant/components/Judgeme/SingleProduct.js +1 -1
- package/dist/esm/third-party-instant/components/Judgeme/WithoutProduct.js +1 -1
- package/dist/esm/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +1 -1
- package/dist/esm/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +2 -2
- package/dist/esm/third-party-instant/components/LooxReviews/SingleProduct.js +1 -1
- package/dist/esm/third-party-instant/components/LooxReviews/WithoutProduct.js +1 -1
- package/dist/esm/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +1 -1
- package/dist/esm/third-party-instant/configs/JudgemeReviews.js +1 -1
- package/dist/esm/third-party-instant/configs/Klaviyo.js +1 -1
- package/dist/esm/third-party-instant/configs/LooxReviews.js +1 -1
- package/dist/esm/third-party-instant/configs/YotpoLoyalty.js +1 -1
- package/dist/esm/third-party-instant/index.js +1 -1
- package/dist/esm/third-party-instant/next.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +4 -4
- package/dist/esm/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantLooxReviews/index.js +2 -2
- package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -1
- package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/index.js +4 -4
- package/dist/esm/third-party-instant/types.js +1 -1
- package/dist/esm/third-party-slot/common/classes.js +1 -1
- package/dist/esm/third-party-slot/common/helpers.js +3 -3
- package/dist/esm/third-party-slot/common/styles.js +1 -1
- package/dist/esm/third-party-slot/components/ThirdPartySlot.js +1 -1
- package/dist/esm/third-party-slot/components/ThirdPartySlot.liquid.js +6 -6
- package/dist/esm/third-party-slot/index.js +1 -1
- package/dist/esm/third-party-slot/next.js +1 -1
- package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +2 -2
- package/dist/esm/third-party-slot/settings/configs/settings.js +1 -1
- package/dist/esm/third-party-slot/settings/configs/ui-v2.js +1 -1
- package/dist/esm/validates/background.js +1 -1
- package/dist/esm/video/common/attrs.js +1 -1
- package/dist/esm/video/common/classes.js +1 -1
- package/dist/esm/video/common/helpers.js +1 -1
- package/dist/esm/video/common/styles.js +1 -1
- package/dist/esm/video/components/HTML5Embed.js +1 -1
- package/dist/esm/video/components/HTML5Embed.liquid.js +19 -19
- package/dist/esm/video/components/LiteVimeoEmbed.js +1 -1
- package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +10 -10
- package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
- package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +20 -20
- package/dist/esm/video/components/Video.js +1 -1
- package/dist/esm/video/components/Video.liquid.js +3 -3
- package/dist/esm/video/hooks/useLiteHtml5Embed.js +1 -1
- package/dist/esm/video/hooks/useLiteVimeoEmbed.js +1 -1
- package/dist/esm/video/hooks/useLiteYoutubeEmbed.js +1 -1
- package/dist/esm/video/index.js +1 -1
- package/dist/esm/video/next.js +1 -1
- package/dist/esm/video/settings/Video.js +2 -2
- package/dist/esm/video/settings/configs/settings.js +1 -1
- package/dist/esm/video/settings/configs/translate.js +1 -1
- package/dist/esm/video/settings/configs/ui-v2.js +1 -1
- package/dist/types/index.d.ts +520 -488
- package/package.json +6 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
import{makeStyleResponsive as t,usePageStore as e,useCurrentDevice as o}from"@gem-sdk/core";import{useMemo as l}from"react";let
|
|
1
|
+
import{makeStyleResponsive as t,usePageStore as e,useCurrentDevice as o}from"@gem-sdk/core";import{useMemo as l}from"react";let p=p=>{let{width:a,position:s}=p??{},b=t("w",a),d=e(t=>"interaction"===t.sidebarMode),i=o(),k=(t,e)=>({[`--left${e}`]:"top"==t?"0":"50%",[`--t${e}`]:"top"==t?"unset":"translateX(-50%)"}),m=l(()=>({...k(s?.desktop,""),...k(s?.tablet??s?.desktop,"-tablet"),...k(s?.mobile??s?.tablet??s?.desktop,"-mobile")}),[s?.desktop,s?.mobile,s?.tablet]),r=l(()=>{if(d&&s?.[i]==="top")return"40px"},[i,d,s]),y=l(()=>({"--d":(p?.display?.desktop,"block"),"--d-tablet":(p?.display?.tablet??p?.display?.desktop,"block"),"--d-mobile":(p?.display?.mobile??p?.display?.tablet??p?.display?.desktop,"block")}),[p?.display?.desktop,p?.display?.mobile,p?.display?.tablet]),c=l(()=>({"--top":r??"auto","--top-tablet":r??"auto","--top-mobile":r??"auto",[`--${s?.desktop}`]:r??"0px",[`--${s?.tablet??s?.desktop}-tablet`]:r??"0px",[`--${s?.mobile??s?.tablet??s?.desktop}-mobile`]:r??"0px"}),[r,s?.desktop,s?.mobile,s?.tablet]),u=t=>"top"==t?"sticky":"fixed",f=l(()=>({"--pos":u(s?.desktop),"--pos-tablet":u(s?.tablet??s?.desktop),"--pos-mobile":u(s?.mobile??s?.tablet??s?.desktop)}),[s?.desktop,s?.mobile,s?.tablet]);return{w:b,displayStyle:c,positionStyle:f,getCSSAlign:m,makeDisplaySettingStyles:y}};export{p as default};
|
package/dist/esm/sticky/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"react/jsx-runtime";import"@gem-sdk/core";import"next/head";import"react";import"@gem-sdk/system";import"next/link";import t from"./settings/Sticky.js";let
|
|
1
|
+
import"react/jsx-runtime";import"@gem-sdk/core";import"next/head";import"react";import"@gem-sdk/system";import"next/link";import t from"./settings/Sticky.js";let e={Sticky:t};export{e as stickySetting};
|
package/dist/esm/sticky/next.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"next/dynamic";import t from"../common/components/Loading.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";let m=o(()=>import("./components/Sticky.js"),{loading:t});var r={Sticky:m};export{r as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{StickyPreset as t,StickyPresetProduct as
|
|
1
|
+
import{StickyPreset as t,StickyPresetProduct as s,StickyPresetScrollToTop as i}from"./configs/presets.js";import{StickySettings as o}from"./configs/settings.js";import{SettingUIV2 as e}from"./configs/ui-v2.js";import{StickySettingsV2 as n}from"./configs/settings-v2.js";let r={tag:"Sticky",label:"Sticky",icon:"",settings:o,settingsV2:n,ui:[],uiV2:e,presets:[t,s,i],editorConfigs:{slots:{children:!0},toolbar:{parent:!0},placeholder:{notAppendTags:["Sticky","Section"]}}};export{r as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let
|
|
1
|
+
let t={id:"sticky",name:"Sticky Add to Cart",icon:{desktop:`
|
|
2
2
|
<svg width="96" height="56" viewBox="0 0 96 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="M4.75 3C4.75 1.75736 5.75736 0.75 7 0.75H89C90.2426 0.75 91.25 1.75736 91.25 3V53C91.25 54.2426 90.2426 55.25 89 55.25H7C5.75736 55.25 4.75 54.2426 4.75 53V3Z" stroke="#5E5E5E" stroke-width="1.5"/>
|
|
4
4
|
<path d="M0 31C0 29.3431 1.34315 28 3 28H93C94.6569 28 96 29.3431 96 31V53C96 54.6569 94.6569 56 93 56H3C1.34315 56 0 54.6569 0 53V31Z" fill="#5E5E5E"/>
|
|
@@ -9,7 +9,7 @@ let StickyPreset={id:"sticky",name:"Sticky Add to Cart",icon:{desktop:`
|
|
|
9
9
|
<circle cx="64.2674" cy="46.5138" r="1.15512" fill="white"/>
|
|
10
10
|
<circle cx="69.5565" cy="46.5138" r="1.15512" fill="white"/>
|
|
11
11
|
</svg>
|
|
12
|
-
`},components:[{tag:"Sticky",label:"Sticky",settings:{width:{desktop:"100%"}},advanced:{hasBoxShadow:{desktop:{normal:!0}},boxShadow:{desktop:{normal:{type:"shadow-2",distance:"12px",blur:"12px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Product",label:"Product",settings:{layout:{desktop:{cols:[4,8],display:"fill"},mobile:{cols:[12]}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"},isSyncProduct:!0},styles:{verticalGutter:{desktop:"8px"},verticalGutterMobile:{desktop:"0px"},fullWidth:{desktop:!1}},advanced:{"spacing-setting":{desktop:{margin:{},padding:{left:"4px",right:"4px",top:"4px",bottom:"4px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"0px",width:"0px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}}},op:{desktop:"100%"}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductImagesV2",label:"Product Images",settings:{hoverEffect:"none"},styles:{position:{desktop:"only-feature",mobile:"only-feature"},ftShape:{desktop:{shape:"square",shapeValue:"1/1",width:"32px",height:void 0}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h1",linkProduct:!1},styles:{typo:{type:"subheading-3",custom:{fontSize:{desktop:"16px"},fontWeight:"400",lineHeight:"24px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:1},color:{normal:"text-2"},hasTextShadow:{normal:!1,hover:!1},textShadow:{normal:{type:"shadow-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}},{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"},custom:{fontSize:{desktop:"14px"},fontWeight:"400",lineHeight:"20px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},lineThrough:!0,thickness:1,lineColor:"text-1",color:{normal:"text-2"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]},{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,3,3],display:"fill"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductVariants",label:"Product Variants & Swatches",settings:{optionType:"groupOption",label:!0,optionAlign:{desktop:"left"},price:!0,showAsSwatches:!0,combineFullWidth:{desktop:!0},combineWidth:{desktop:"400px"},combineHeight:"40px",variantPresets:[{optionName:"base",optionType:"rectangle_list",presets:{color:{width:{desktop:"45px",tablet:"45px",mobile:"45px"},height:"45px",spacing:"16px"},rectangle_list:{width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px",spacing:"16px"},image:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},image_shopify:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},dropdown:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px"}}}],soldOutMark:!0,layout:{desktop:"vertical"},column:{desktop:1},hasPreSelected:!0,blankText:"Please select an option"},styles:{fullWidth:{desktop:!0},width:{desktop:"400px"},optionSpacing:"30px",labelGap:"8px",swatchAutoWidth:{desktop:!0},swatchWidth:{desktop:"80px"},swatchHeight:{desktop:"40px"},swatchSpacing:"var(--g-s-m)",marginBottom:{desktop:"var(--g-s-xl)",mobile:"var(--g-s-xl)"},align:{desktop:"left"},labelTypo:{type:"paragraph-2",attrs:{color:"text-1",bold:!0}},labelColor:"text-2",optionTypo:{type:"paragraph-2"},optionBgColor:{normal:"bg-3",hover:"bg-3",active:"bg-3"},optionTextColor:{normal:"text-2",hover:"text-2",active:"text-2"},optionBorder:{normal:{borderType:"style-2",border:"solid",color:"line-2",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"},active:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"2px 2px 2px 2px",borderWidth:"2px"},hover:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"}},optionRounded:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"custom"},hover:{radiusType:"none"},active:{radiusType:"none"}},optionHasShadow:{normal:!1},optionShadow:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},dropdownItemWidth:{desktop:"fill",mobile:"fill",tablet:"fill"},fixedDropdownWidth:{desktop:"240px"},swatchItemWidth:{desktop:"auto"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductQuantity",label:"Product Quantity",settings:{hasButton:!0,enableHoverButton:!0},styles:{inputHeight:{desktop:"40px"},buttonWidth:{desktop:"40px"},iconSizeCustom:{desktop:"20px"},typo:{type:"paragraph-2",attrs:{color:"text-1"}},align:{desktop:"left"},inputBackgroundColor:"bg-3",textColor:"text-2",buttonBackgroundColor:{normal:"bg-3"},iconColor:{normal:"text-2"},borderBtn:{normal:{},hover:{borderType:"style-3",border:"solid",width:"1px 1px 1px 1px",color:"line-3",isCustom:!1}},corner:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductButton",label:"Product Cart Button",settings:{label:"Add to cart",outOfStockLabel:"Out of stock",actionEffect:"open-cart-drawer",customURL:{link:"/cart",target:"_self"},successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",buttonLayout:"cart-only",iconAlign:"left",errorType:"built-in"},styles:{backgroundColor:{normal:"brand",hover:"highlight"},textColor:{normal:"text-3"},borderBtn:{normal:{border:"solid",color:"#121212",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"},hover:{border:"solid",color:"#4D4D4D",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"}},hasBoxShadowBtn:{normal:!1,hover:!1},boxShadowBtn:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},roundedBtnV2:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}},align:{desktop:"left"},typo:{type:"paragraph-1"},transform:"default",btnSpacing:{type:"medium"},fullWidth:{desktop:!0},iconSizeAuto:!0,size:{desktop:"1em"},iconDimension:{desktop:"24px"},spacing:"8px",successTypo:{type:"paragraph-2"},successColor:"success",errorTypo:{type:"paragraph-2"},errorColor:"error",isCustomOutOfStock:!1,oosBackground:"brand",oosTextColor:"text-3",oosBorder:{normal:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,borderWidth:"0px",width:"0px 0px 0px 0px"}},oosEnableShadow:!1,oosShadow:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90},oosRounded:{radiusType:"none"},globalSize:{desktop:{width:"100%"}},enableIcon:!1,enablePrice:!1,enableSeparator:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]}]}]}]}],toolbarActiveConfig:{tag:"Product",path:0}},
|
|
12
|
+
`},components:[{tag:"Sticky",label:"Sticky",settings:{width:{desktop:"100%"}},advanced:{hasBoxShadow:{desktop:{normal:!0}},boxShadow:{desktop:{normal:{type:"shadow-2",distance:"12px",blur:"12px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Product",label:"Product",settings:{layout:{desktop:{cols:[4,8],display:"fill"},mobile:{cols:[12]}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"},isSyncProduct:!0},styles:{verticalGutter:{desktop:"8px"},verticalGutterMobile:{desktop:"0px"},fullWidth:{desktop:!1}},advanced:{"spacing-setting":{desktop:{margin:{},padding:{left:"4px",right:"4px",top:"4px",bottom:"4px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"0px",width:"0px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}}},op:{desktop:"100%"}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductImagesV2",label:"Product Images",settings:{hoverEffect:"none"},styles:{position:{desktop:"only-feature",mobile:"only-feature"},ftShape:{desktop:{shape:"square",shapeValue:"1/1",width:"32px",height:void 0}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h1",linkProduct:!1},styles:{typo:{type:"subheading-3",custom:{fontSize:{desktop:"16px"},fontWeight:"400",lineHeight:"24px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:1},color:{normal:"text-2"},hasTextShadow:{normal:!1,hover:!1},textShadow:{normal:{type:"shadow-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}},{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"},custom:{fontSize:{desktop:"14px"},fontWeight:"400",lineHeight:"20px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},lineThrough:!0,thickness:1,lineColor:"text-1",color:{normal:"text-2"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]},{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,3,3],display:"fill"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductVariants",label:"Product Variants & Swatches",settings:{optionType:"groupOption",label:!0,optionAlign:{desktop:"left"},price:!0,showAsSwatches:!0,combineFullWidth:{desktop:!0},combineWidth:{desktop:"400px"},combineHeight:"40px",variantPresets:[{optionName:"base",optionType:"rectangle_list",presets:{color:{width:{desktop:"45px",tablet:"45px",mobile:"45px"},height:"45px",spacing:"16px"},rectangle_list:{width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px",spacing:"16px"},image:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},image_shopify:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},dropdown:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px"}}}],soldOutMark:!0,layout:{desktop:"vertical"},column:{desktop:1},hasPreSelected:!0,blankText:"Please select an option"},styles:{fullWidth:{desktop:!0},width:{desktop:"400px"},optionSpacing:"30px",labelGap:"8px",swatchAutoWidth:{desktop:!0},swatchWidth:{desktop:"80px"},swatchHeight:{desktop:"40px"},swatchSpacing:"var(--g-s-m)",marginBottom:{desktop:"var(--g-s-xl)",mobile:"var(--g-s-xl)"},align:{desktop:"left"},labelTypo:{type:"paragraph-2",attrs:{color:"text-1",bold:!0}},labelColor:"text-2",optionTypo:{type:"paragraph-2"},optionBgColor:{normal:"bg-3",hover:"bg-3",active:"bg-3"},optionTextColor:{normal:"text-2",hover:"text-2",active:"text-2"},optionBorder:{normal:{borderType:"style-2",border:"solid",color:"line-2",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"},active:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"2px 2px 2px 2px",borderWidth:"2px"},hover:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"}},optionRounded:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"custom"},hover:{radiusType:"none"},active:{radiusType:"none"}},optionHasShadow:{normal:!1},optionShadow:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},dropdownItemWidth:{desktop:"fill",mobile:"fill",tablet:"fill"},fixedDropdownWidth:{desktop:"240px"},swatchItemWidth:{desktop:"auto"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductQuantity",label:"Product Quantity",settings:{hasButton:!0,enableHoverButton:!0},styles:{inputHeight:{desktop:"40px"},buttonWidth:{desktop:"40px"},iconSizeCustom:{desktop:"20px"},typo:{type:"paragraph-2",attrs:{color:"text-1"}},align:{desktop:"left"},inputBackgroundColor:"bg-3",textColor:"text-2",buttonBackgroundColor:{normal:"bg-3"},iconColor:{normal:"text-2"},borderBtn:{normal:{},hover:{borderType:"style-3",border:"solid",width:"1px 1px 1px 1px",color:"line-3",isCustom:!1}},corner:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductButton",label:"Product Cart Button",settings:{label:"Add to cart",outOfStockLabel:"Out of stock",actionEffect:"open-cart-drawer",customURL:{link:"/cart",target:"_self"},successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",buttonLayout:"cart-only",iconAlign:"left",errorType:"built-in"},styles:{backgroundColor:{normal:"brand",hover:"highlight"},textColor:{normal:"text-3"},borderBtn:{normal:{border:"solid",color:"#121212",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"},hover:{border:"solid",color:"#4D4D4D",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"}},hasBoxShadowBtn:{normal:!1,hover:!1},boxShadowBtn:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},roundedBtnV2:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}},align:{desktop:"left"},typo:{type:"paragraph-1"},transform:"default",btnSpacing:{type:"medium"},fullWidth:{desktop:!0},iconSizeAuto:!0,size:{desktop:"1em"},iconDimension:{desktop:"24px"},spacing:"8px",successTypo:{type:"paragraph-2"},successColor:"success",errorTypo:{type:"paragraph-2"},errorColor:"error",isCustomOutOfStock:!1,oosBackground:"brand",oosTextColor:"text-3",oosBorder:{normal:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,borderWidth:"0px",width:"0px 0px 0px 0px"}},oosEnableShadow:!1,oosShadow:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90},oosRounded:{radiusType:"none"},globalSize:{desktop:{width:"100%"}},enableIcon:!1,enablePrice:!1,enableSeparator:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]}]}]}]}],toolbarActiveConfig:{tag:"Product",path:0}},o={id:"sticky-scroll-to-top",name:"Sticky Back to top",icon:{desktop:`
|
|
13
13
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
14
14
|
<rect width="40" height="40" rx="20" fill="#424242"/>
|
|
15
15
|
<path d="M13.6001 14C13.6001 13.5581 13.9583 13.2 14.4001 13.2H25.6001C26.0419 13.2 26.4001 13.5581 26.4001 14C26.4001 14.4418 26.0419 14.8 25.6001 14.8H14.4001C13.9583 14.8 13.6001 14.4418 13.6001 14Z" fill="#F9F9F9"/>
|
|
@@ -17,7 +17,7 @@ let StickyPreset={id:"sticky",name:"Sticky Add to Cart",icon:{desktop:`
|
|
|
17
17
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.4342 15.8342C19.7466 15.5217 20.2532 15.5217 20.5656 15.8342L25.3656 20.6342C25.678 20.9466 25.678 21.4531 25.3656 21.7655C25.0532 22.078 24.5466 22.078 24.2342 21.7655L19.9999 17.5312L15.7656 21.7655C15.4532 22.078 14.9466 22.078 14.6342 21.7655C14.3218 21.4531 14.3218 20.9466 14.6342 20.6342L19.4342 15.8342Z" fill="#F9F9F9"/>
|
|
18
18
|
</svg>
|
|
19
19
|
`},components:[{tag:"Sticky",label:"Sticky",settings:{fullWidth:{desktop:!1,mobile:!0,tablet:!0},position:{desktop:"bottom"},preloadBgImage:!1,width:{desktop:"100%"},background:{desktop:{type:"color",color:"",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},isScrollToTop:!0},advanced:{"spacing-setting":{desktop:{padding:{type:"custom",top:"16px",bottom:"16px",left:"24px",right:"24px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Button",label:"Button",settings:{enableBtnLink:!0,btnLink:{type:"scroll-to",link:"#scroll-to-top",selectedTab:"scrollToList",target:"_self",title:"Section"},disabled:!1,htmlType:"button",iconAlign:"left",iconSvg:`<svg height="20px" width="20px" data-name="arrow-line-up-bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor">
|
|
20
|
-
<path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M208.49,143.51a12,12,0,0,1-17,17L140,109V224a12,12,0,0,1-24,0V109L64.49,160.49a12,12,0,0,1-17-17l72-72a12,12,0,0,1,17,0ZM216,28H40a12,12,0,0,0,0,24H216a12,12,0,0,0,0-24Z"></path></svg>`,iconVisible:!0,label:"",shouldClearSpace:!0},styles:{enableTextStyle:!1,align:{desktop:"right"},backgroundColor:{normal:"brand",hover:"highlight"},borderBtnV2:{normal:{border:"none",borderType:"none",borderWidth:"1px",isCustom:!1,width:"1px 1px 1px 1px"}},boxShadowBtnV2:{normal:{angle:90,blur:"12px",color:"rgba(0, 0, 0, 0.20)",distance:"4px",spread:"0px",type:"shadow-1"}},btnSpacing:{type:"medium"},fullWidth:{desktop:!1},globalSize:{desktop:{gap:"",height:"Auto",padding:{bottom:"12px",left:"12px",linked:!0,right:"12px",top:"12px",type:"custom"},width:"Auto"},mobile:{gap:"",height:"Auto",padding:{bottom:"12px",left:"12px",linked:!0,right:"12px",top:"12px",type:"custom"},width:"Auto"}},hasBoxShadowBtn:{hover:!1,normal:!1},iconDimension:{desktop:"24px"},iconSizeAuto:!0,roundedBtnV2:{normal:{btrr:"99999px",bblr:"99999px",bbrr:"99999px",btlr:"99999px",radiusType:"circle"}},size:{desktop:"1em"},spacing:"8px",textColor:{normal:"text-3"},transform:"default",typo:{custom:{fontFamily:"Assistant",fontSize:{desktop:"24px",mobile:"14px",tablet:"14px"},fontStyle:"normal",fontWeight:"400",letterSpacing:{desktop:"0.6px"},lineHeight:{desktop:"140%",mobile:"140%",tablet:"140%"}},type:"paragraph-1"}},advanced:{"spacing-setting":{desktop:{margin:{},padding:{},link:!1}}}}]}]}]},
|
|
20
|
+
<path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M208.49,143.51a12,12,0,0,1-17,17L140,109V224a12,12,0,0,1-24,0V109L64.49,160.49a12,12,0,0,1-17-17l72-72a12,12,0,0,1,17,0ZM216,28H40a12,12,0,0,0,0,24H216a12,12,0,0,0,0-24Z"></path></svg>`,iconVisible:!0,label:"",shouldClearSpace:!0},styles:{enableTextStyle:!1,align:{desktop:"right"},backgroundColor:{normal:"brand",hover:"highlight"},borderBtnV2:{normal:{border:"none",borderType:"none",borderWidth:"1px",isCustom:!1,width:"1px 1px 1px 1px"}},boxShadowBtnV2:{normal:{angle:90,blur:"12px",color:"rgba(0, 0, 0, 0.20)",distance:"4px",spread:"0px",type:"shadow-1"}},btnSpacing:{type:"medium"},fullWidth:{desktop:!1},globalSize:{desktop:{gap:"",height:"Auto",padding:{bottom:"12px",left:"12px",linked:!0,right:"12px",top:"12px",type:"custom"},width:"Auto"},mobile:{gap:"",height:"Auto",padding:{bottom:"12px",left:"12px",linked:!0,right:"12px",top:"12px",type:"custom"},width:"Auto"}},hasBoxShadowBtn:{hover:!1,normal:!1},iconDimension:{desktop:"24px"},iconSizeAuto:!0,roundedBtnV2:{normal:{btrr:"99999px",bblr:"99999px",bbrr:"99999px",btlr:"99999px",radiusType:"circle"}},size:{desktop:"1em"},spacing:"8px",textColor:{normal:"text-3"},transform:"default",typo:{custom:{fontFamily:"Assistant",fontSize:{desktop:"24px",mobile:"14px",tablet:"14px"},fontStyle:"normal",fontWeight:"400",letterSpacing:{desktop:"0.6px"},lineHeight:{desktop:"140%",mobile:"140%",tablet:"140%"}},type:"paragraph-1"}},advanced:{"spacing-setting":{desktop:{margin:{},padding:{},link:!1}}}}]}]}]},e={id:"sticky-product",name:"Sticky Add to Cart",icon:{desktop:`
|
|
21
21
|
<svg width="96" height="56" viewBox="0 0 96 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
22
22
|
<path d="M4.75 3C4.75 1.75736 5.75736 0.75 7 0.75H89C90.2426 0.75 91.25 1.75736 91.25 3V53C91.25 54.2426 90.2426 55.25 89 55.25H7C5.75736 55.25 4.75 54.2426 4.75 53V3Z" stroke="#5E5E5E" stroke-width="1.5"/>
|
|
23
23
|
<path d="M0 31C0 29.3431 1.34315 28 3 28H93C94.6569 28 96 29.3431 96 31V53C96 54.6569 94.6569 56 93 56H3C1.34315 56 0 54.6569 0 53V31Z" fill="#5E5E5E"/>
|
|
@@ -28,4 +28,4 @@ let StickyPreset={id:"sticky",name:"Sticky Add to Cart",icon:{desktop:`
|
|
|
28
28
|
<circle cx="64.2674" cy="46.5138" r="1.15512" fill="white"/>
|
|
29
29
|
<circle cx="69.5565" cy="46.5138" r="1.15512" fill="white"/>
|
|
30
30
|
</svg>
|
|
31
|
-
`},components:[{tag:"Sticky",label:"Sticky",advanced:{hasBoxShadow:{desktop:{normal:!0}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"0px",blur:"10px",spread:"0px",color:"rgba(0, 0, 0, 0.1)",angle:90}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Product",label:"Product",settings:{productSetting:{productStatus:"dynamic"},layout:{desktop:{cols:[4,8],display:"fill"},mobile:{cols:[12]}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"},isSyncProduct:!0},styles:{verticalGutter:{desktop:"8px",tablet:"8px"},verticalGutterMobile:{desktop:"0px"},fullWidth:{desktop:!1}},advanced:{"spacing-setting":{desktop:{margin:{},padding:{left:"4px",right:"4px",top:"4px",bottom:"4px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"0px",width:"0px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}}},op:{desktop:"100%"}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductImagesV2",label:"Product Images",settings:{hoverEffect:"none"},styles:{position:{desktop:"only-feature",mobile:"only-feature"},ftShape:{desktop:{shape:"square",shapeValue:"1/1",width:"32px",height:void 0}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h1",linkProduct:!1},styles:{typo:{type:"subheading-3",custom:{fontSize:{desktop:"18px",tablet:"18px",mobile:"18px"},fontWeight:"400",lineHeight:"24px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:1},color:{normal:"text-2"},hasTextShadow:{normal:!1,hover:!1},textShadow:{normal:{type:"shadow-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}},{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"},custom:{fontSize:{desktop:"14px"},fontWeight:"400",lineHeight:"20px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},lineThrough:!0,thickness:1,lineColor:"text-1",color:{normal:"text-2"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]},{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,3,3],display:"fill"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductVariants",label:"Product Variants & Swatches",settings:{optionType:"groupOption",label:!0,optionAlign:{desktop:"left"},price:!0,showAsSwatches:!0,combineFullWidth:{desktop:!0},combineWidth:{desktop:"400px"},combineHeight:"40px",variantPresets:[{optionName:"base",optionType:"rectangle_list",presets:{color:{width:{desktop:"45px",tablet:"45px",mobile:"45px"},height:"45px",spacing:"16px"},rectangle_list:{width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px",spacing:"16px"},image:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},image_shopify:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},dropdown:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px"}}}],soldOutMark:!0,layout:{desktop:"vertical"},column:{desktop:1},hasPreSelected:!0,blankText:"Please select an option"},styles:{fullWidth:{desktop:!0},width:{desktop:"400px"},optionSpacing:"30px",labelGap:"8px",swatchAutoWidth:{desktop:!0},swatchWidth:{desktop:"80px"},swatchHeight:{desktop:"40px"},swatchSpacing:"var(--g-s-m)",marginBottom:{desktop:"var(--g-s-xl)",mobile:"var(--g-s-xl)"},align:{desktop:"left"},labelTypo:{type:"paragraph-2",attrs:{color:"text-1",bold:!0}},labelColor:"text-2",optionTypo:{type:"paragraph-2"},optionBgColor:{normal:"bg-3",hover:"bg-3",active:"bg-3"},optionTextColor:{normal:"text-2",hover:"text-2",active:"text-2"},optionBorder:{normal:{borderType:"style-2",border:"solid",color:"line-2",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"},active:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"2px 2px 2px 2px",borderWidth:"2px"},hover:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"}},optionRounded:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"custom"},hover:{radiusType:"none"},active:{radiusType:"none"}},optionHasShadow:{normal:!1},optionShadow:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},dropdownItemWidth:{desktop:"fill",mobile:"fill",tablet:"fill"},fixedDropdownWidth:{desktop:"240px"},swatchItemWidth:{desktop:"auto"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductQuantity",label:"Product Quantity",settings:{hasButton:!0,enableHoverButton:!0},styles:{inputHeight:{desktop:"40px"},buttonWidth:{desktop:"40px"},iconSizeCustom:{desktop:"20px"},typo:{type:"paragraph-2",attrs:{color:"text-1"}},align:{desktop:"left"},inputBackgroundColor:"bg-3",textColor:"text-2",buttonBackgroundColor:{normal:"bg-3"},iconColor:{normal:"text-2"},borderBtn:{normal:{},hover:{borderType:"style-3",border:"solid",width:"1px 1px 1px 1px",color:"line-3",isCustom:!1}},corner:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}}}},advanced:{rounded:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"none"}}},"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductButton",label:"Product Cart Button",settings:{label:"Add to cart",outOfStockLabel:"Out of stock",actionEffect:"open-cart-drawer",customURL:{link:"/cart",target:"_self"},successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",buttonLayout:"cart-only",iconAlign:"left",errorType:"built-in"},styles:{backgroundColor:{normal:"brand",hover:"highlight"},backgroundColorV2:{normal:"brand",hover:"highlight"},textColor:{normal:"text-3"},borderBtn:{normal:{border:"solid",color:"#121212",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"},hover:{border:"solid",color:"#4D4D4D",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"}},hasBoxShadowBtn:{normal:!1,hover:!1},boxShadowBtn:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},roundedBtnV2:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}},align:{desktop:"left"},typo:{type:"paragraph-1"},transform:"default",btnSpacing:{type:"medium"},fullWidth:{desktop:!0},iconSizeAuto:!0,size:{desktop:"1em"},iconDimension:{desktop:"24px"},spacing:"8px",successTypo:{type:"paragraph-2"},successColor:"success",errorTypo:{type:"paragraph-2"},errorColor:"error",isCustomOutOfStock:!1,oosBackground:"brand",oosTextColor:"text-3",oosBorder:{normal:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,borderWidth:"0px",width:"0px 0px 0px 0px"}},oosEnableShadow:!1,oosShadow:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90},oosRounded:{radiusType:"none"},globalSize:{desktop:{width:"100%"}},enableIcon:!1,enablePrice:!1,enableSeparator:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]}]}]}]}],toolbarActiveConfig:{tag:"Product",path:0}};export{StickyPreset,StickyPresetProduct,StickyPresetScrollToTop};
|
|
31
|
+
`},components:[{tag:"Sticky",label:"Sticky",advanced:{hasBoxShadow:{desktop:{normal:!0}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"0px",blur:"10px",spread:"0px",color:"rgba(0, 0, 0, 0.1)",angle:90}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Product",label:"Product",settings:{productSetting:{productStatus:"dynamic"},layout:{desktop:{cols:[4,8],display:"fill"},mobile:{cols:[12]}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"},isSyncProduct:!0},styles:{verticalGutter:{desktop:"8px",tablet:"8px"},verticalGutterMobile:{desktop:"0px"},fullWidth:{desktop:!1}},advanced:{"spacing-setting":{desktop:{margin:{},padding:{left:"4px",right:"4px",top:"4px",bottom:"4px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"0px",width:"0px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}}},op:{desktop:"100%"}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductImagesV2",label:"Product Images",settings:{hoverEffect:"none"},styles:{position:{desktop:"only-feature",mobile:"only-feature"},ftShape:{desktop:{shape:"square",shapeValue:"1/1",width:"32px",height:void 0}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h1",linkProduct:!1},styles:{typo:{type:"subheading-3",custom:{fontSize:{desktop:"18px",tablet:"18px",mobile:"18px"},fontWeight:"400",lineHeight:"24px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:1},color:{normal:"text-2"},hasTextShadow:{normal:!1,hover:!1},textShadow:{normal:{type:"shadow-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}},{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"},custom:{fontSize:{desktop:"14px"},fontWeight:"400",lineHeight:"20px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},lineThrough:!0,thickness:1,lineColor:"text-1",color:{normal:"text-2"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]},{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,3,3],display:"fill"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductVariants",label:"Product Variants & Swatches",settings:{optionType:"groupOption",label:!0,optionAlign:{desktop:"left"},price:!0,showAsSwatches:!0,combineFullWidth:{desktop:!0},combineWidth:{desktop:"400px"},combineHeight:"40px",variantPresets:[{optionName:"base",optionType:"rectangle_list",presets:{color:{width:{desktop:"45px",tablet:"45px",mobile:"45px"},height:"45px",spacing:"16px"},rectangle_list:{width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px",spacing:"16px"},image:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},image_shopify:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},dropdown:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px"}}}],soldOutMark:!0,layout:{desktop:"vertical"},column:{desktop:1},hasPreSelected:!0,blankText:"Please select an option"},styles:{fullWidth:{desktop:!0},width:{desktop:"400px"},optionSpacing:"30px",labelGap:"8px",swatchAutoWidth:{desktop:!0},swatchWidth:{desktop:"80px"},swatchHeight:{desktop:"40px"},swatchSpacing:"var(--g-s-m)",marginBottom:{desktop:"var(--g-s-xl)",mobile:"var(--g-s-xl)"},align:{desktop:"left"},labelTypo:{type:"paragraph-2",attrs:{color:"text-1",bold:!0}},labelColor:"text-2",optionTypo:{type:"paragraph-2"},optionBgColor:{normal:"bg-3",hover:"bg-3",active:"bg-3"},optionTextColor:{normal:"text-2",hover:"text-2",active:"text-2"},optionBorder:{normal:{borderType:"style-2",border:"solid",color:"line-2",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"},active:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"2px 2px 2px 2px",borderWidth:"2px"},hover:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"}},optionRounded:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"custom"},hover:{radiusType:"none"},active:{radiusType:"none"}},optionHasShadow:{normal:!1},optionShadow:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},dropdownItemWidth:{desktop:"fill",mobile:"fill",tablet:"fill"},fixedDropdownWidth:{desktop:"240px"},swatchItemWidth:{desktop:"auto"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductQuantity",label:"Product Quantity",settings:{hasButton:!0,enableHoverButton:!0},styles:{inputHeight:{desktop:"40px"},buttonWidth:{desktop:"40px"},iconSizeCustom:{desktop:"20px"},typo:{type:"paragraph-2",attrs:{color:"text-1"}},align:{desktop:"left"},inputBackgroundColor:"bg-3",textColor:"text-2",buttonBackgroundColor:{normal:"bg-3"},iconColor:{normal:"text-2"},borderBtn:{normal:{},hover:{borderType:"style-3",border:"solid",width:"1px 1px 1px 1px",color:"line-3",isCustom:!1}},corner:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}}}},advanced:{rounded:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"none"}}},"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductButton",label:"Product Cart Button",settings:{label:"Add to cart",outOfStockLabel:"Out of stock",actionEffect:"open-cart-drawer",customURL:{link:"/cart",target:"_self"},successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",buttonLayout:"cart-only",iconAlign:"left",errorType:"built-in"},styles:{backgroundColor:{normal:"brand",hover:"highlight"},backgroundColorV2:{normal:"brand",hover:"highlight"},textColor:{normal:"text-3"},borderBtn:{normal:{border:"solid",color:"#121212",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"},hover:{border:"solid",color:"#4D4D4D",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"}},hasBoxShadowBtn:{normal:!1,hover:!1},boxShadowBtn:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},roundedBtnV2:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}},align:{desktop:"left"},typo:{type:"paragraph-1"},transform:"default",btnSpacing:{type:"medium"},fullWidth:{desktop:!0},iconSizeAuto:!0,size:{desktop:"1em"},iconDimension:{desktop:"24px"},spacing:"8px",successTypo:{type:"paragraph-2"},successColor:"success",errorTypo:{type:"paragraph-2"},errorColor:"error",isCustomOutOfStock:!1,oosBackground:"brand",oosTextColor:"text-3",oosBorder:{normal:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,borderWidth:"0px",width:"0px 0px 0px 0px"}},oosEnableShadow:!1,oosShadow:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90},oosRounded:{radiusType:"none"},globalSize:{desktop:{width:"100%"}},enableIcon:!1,enablePrice:!1,enableSeparator:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]}]}]}]}],toolbarActiveConfig:{tag:"Product",path:0}};export{t as StickyPreset,e as StickyPresetProduct,o as StickyPresetScrollToTop};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{id:"setting",controls:[{id:"fullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!0},tablet:{default:!0},mobile:{default:!0}}},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,isRowWith:!0,devices:{desktop:{default:"100%"}},displayOptions:[{label:"Full",value:"100%",showValue:!0},{label:"Default",value:"1200px",showValue:!0}]},{id:"background",type:"background-media",ignoreReRender:!0,devices:{desktop:{default:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"#dddddd",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",preload:!1,loop:!0}}}},{id:"preloadBgImage",type:"toggle",label:"Preload Image",default:!1},{id:"position",label:"Layout",type:"layout-selector",iconViewBox:"0 0 76 48",itemPerRow:2,itemSpacing:"large",enableItemBackground:!0,enableItemOpacity:!0,options:[{label:"Bottom",value:"bottom",iconName:"gp-sticky-position-bottom"},{label:"Top",value:"top",iconName:"gp-sticky-position-top"}],devices:{desktop:{default:"bottom"}}},{id:"display",label:"Display",type:"select",devices:{desktop:{default:"always"}},options:[{label:"Always show",value:"always"},{label:"After first cart button",value:"after-first-cart-button"}]},{id:"isScrollToTop",type:"toggle",default:!1}]}];export{e as StickySettingsV2};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{id:"setting",controls:[{id:"fullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!0},tablet:{default:!0},mobile:{default:!0}}},{id:"width",type:"input:unit-width",label:"Width",min:0,units:["px","%"],devices:{desktop:{default:"100%"}}},{id:"background",type:"background",ignoreReRender:!0,devices:{desktop:{default:{type:"color",color:"#FFFFFF",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}}},{id:"preloadBgImage",type:"toggle",label:"Preload Image",default:!1},{id:"position",label:"Position",type:"layout-segment",iconViewBox:"0 0 64 48",enableItemBackground:!0,options:[{label:"Bottom",value:"bottom",type:"sticky-position"},{label:"Top",value:"top",type:"sticky-position"}],devices:{desktop:{default:"bottom"}}},{id:"display",label:"Display",type:"sticky-display",devices:{desktop:{default:"always"}}},{id:"isScrollToTop",type:"toggle",default:!1}]}];export{e as StickySettings};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let c={background:{id:"background",fields:["image.src"]}};export{c as Sticky};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let o=[{label:"Layout",controls:[{setting:{id:"position"},layout:"vertical"}]},{label:"Size",controls:[{setting:{id:"width"},label:"Width"},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"},compoDefaultValue:{type:"custom",top:"16px",bottom:"16px",left:"24px",right:"24px"}}}]},{label:"Background",controls:[{setting:{id:"background"},layout:"vertical",options:{updateFields:[{field:"preload",settingId:"preloadBgImage"}]},controlChangeTrigger:{settings:[{action:{controlId:"preloadBgImage",valueFromField:"preload",groupType:"setting",controlType:"setting",removeDevice:!0}}],options:{noRecordHistory:!0}}}]},{label:"Shape",controls:[{label:"Border",controlConfig:{id:"border-advanced",type:"border-v2",linkWithSetting:{name:"border",field:"normal"},compoDefaultValue:{color:"line-3",border:"solid",width:"1px",borderWidth:"1px"}}},{label:"Corner",setting:{id:"rounded",state:"normal"}},{label:"Shadow",setting:{id:"boxShadow",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadow",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadow.normal.enable === true",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!0}},{condition:"boxShadow.normal.enable === false",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{label:"Display option",controls:[{label:"Condition",setting:{id:"display"}}]}];export{o as SettingUIV2};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let t=(t,a,e)=>{let{displayByDefault:s,scarcityThreshold:r=0,template:i,outOfStockMessage:l,continueSelling:o,unlimitedQuantityMessage:d,hiddenCounterWhenOutOfStock:p}=a??{},{displayProgressBar:g,textColor:c,oosTextColor:n,typo:u}=e??{},y=u?.attrs?.color;return{"data-id":t?.uid??"","data-visible":"{{ should_display }}","data-policy":"{{ variant_policy_list | escape }}","gp-setting":JSON.stringify({displayByDefault:s,displayProgressBar:g,scarcityThreshold:r,template:i,outOfStockMessage:l,continueSelling:o,unlimitedQuantityMessage:d,color:c||"brand",hiddenCounterWhenOutOfStock:p,oosTextColor:n,typoColor:y}).replaceAll('"',""")}},a=()=>({"data-slot-type":"progress-bar","data-visible":"{{ show_progress_bar }}"}),e=()=>({"data-slot-type":"message"}),s=t=>({"data-id":t?.uid??""}),r=(t,a)=>({"data-slot-type":t?"oos-icon":"has-stock-icon","data-visible":a?"true":"false"});export{r as getIconAttrs,a as getLiquidProgressBarAttrs,t as getLiquidTagAttrs,e as getLiquidTextAttrs,s as getWrapperAttrs};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{composeClasses as e,composeTypographyClassName as
|
|
1
|
+
import{composeClasses as e,composeTypographyClassName as t}from"@gem-sdk/core";let g=t=>{let{effect:g}=t??{},s=g?e("before:gp-absolute before:gp-left-0 before:gp-h-full before:gp-w-full before:gp-animate-shift before:gp-content-[''] before:gp-bg-stock-counter-animate before:gp-bg-[length:60px_100%] before:gp-shadow-stock-counter"):{};return{...e("gp-sc-progress-bar gp-relative gp-w-full -gp-scale-100 !gp-bg-[length:200%] gp-mt-2"),...s}},s=t=>{let{progressBarPosition:g="bottom"}=t??{},s="bottom"===g;return{...e("gp-inline-block gp-flex"),"gp-flex-col":s,"gp-flex-col-reverse":!s}},r=t=>({...e("gp-product-stock-counter data-[visible=true]:gp-block data-[visible=false]:gp-hidden"),...e(t?.cssClass)}),l=t=>{let{iconPosition:g="left"}=t??{};return{...e("gp-flex gp-items-baseline gp-gap-x-1"),"gp-flex-row":"left"===g,"gp-flex-row-reverse gp-justify-end":"right"===g}},p=()=>({...e("[&>svg]:!gp-h-[var(--w)] [&>svg]:!gp-w-auto tablet:[&>svg]:!gp-h-[var(--w-tablet)] mobile:[&>svg]:!gp-h-[var(--w-mobile)]")}),o=()=>({...e("gp-shrink-0 ")}),a=g=>{let{typo:s}=g??{},r=t(s,g?.typography);return{...e(r)}},f=(t,g)=>{let{hiddenCounterWhenOutOfStock:s}=t??{};return{...e("gp-flex"),"gp-opacity-50":g&&s}};export{s as getContainerClasses,p as getIconClasses,r as getLiquidTagClasses,o as getOuterIconClasses,g as getProgressBarClasses,a as getTextClasses,f as getWrapperClasses,l as getWrapperIconClasses};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e={AUTO:"auto",MANUAL:"manual"},a={SHOW:"show",HIDE:"hide"},i="%number%",t="mark",n=0,r=12,s=12,l=20,o=0,_=10,d=100,g=10,u=20,p=10,y=5,v=20,T="CONTINUE",c=e=>{let{templateStringDisplay:a,outOfStockMessageDisplay:i,continueSellingDisplay:t,unlimitedQuantityMessageDisplay:n}=e??{};return`{% if inventory_management == null and inventory_quantity <= 0 %}
|
|
2
2
|
${n}
|
|
3
3
|
{% elsif available == false %}
|
|
4
|
-
${a}
|
|
5
|
-
{% elsif available and inventory_policy == '${CONTINUE_SELLING_WHEN_OUT_OF_STOCK.toLowerCase()}' and inventory_quantity <= 0 %}
|
|
6
4
|
${i}
|
|
7
|
-
{%
|
|
5
|
+
{% elsif available and inventory_policy == '${T.toLowerCase()}' and inventory_quantity <= 0 %}
|
|
8
6
|
${t}
|
|
9
|
-
{%
|
|
7
|
+
{% else %}
|
|
8
|
+
${a}
|
|
9
|
+
{% endif %}`},f=(e,a)=>{let{scarcityThreshold:i=0,hiddenCounterWhenOutOfStock:t,displayByDefault:n}=e??{},{displayProgressBar:r}=a??{},s=!!i&&i>0;return`{%- liquid
|
|
10
10
|
assign current_variant = variant
|
|
11
11
|
assign available = current_variant.available | default: false
|
|
12
12
|
assign inventory_management = current_variant.inventory_management | default: null
|
|
13
13
|
assign inventory_policy = current_variant.inventory_policy | default: 'deny'
|
|
14
14
|
assign inventory_quantity = current_variant.inventory_quantity | default: 0
|
|
15
|
-
assign scarcityThreshold = ${
|
|
15
|
+
assign scarcityThreshold = ${s}
|
|
16
16
|
assign check_display = ${!!n}
|
|
17
17
|
|
|
18
|
-
if inventory_management != null and available == false and inventory_quantity <= 0 and inventory_policy != '${
|
|
18
|
+
if inventory_management != null and available == false and inventory_quantity <= 0 and inventory_policy != '${T.toLowerCase()}'
|
|
19
19
|
assign is_out_of_stock = true
|
|
20
20
|
else
|
|
21
21
|
assign is_out_of_stock = false
|
|
@@ -23,17 +23,17 @@ let QUANTITY_SOURCE={AUTO:"auto",MANUAL:"manual"},OUT_OF_STOCK={SHOW:"show",HIDE
|
|
|
23
23
|
|
|
24
24
|
if check_display == true
|
|
25
25
|
assign should_display = true
|
|
26
|
-
elsif ${
|
|
26
|
+
elsif ${s} and inventory_quantity >= 0 and inventory_quantity < ${i}
|
|
27
27
|
assign should_display = true
|
|
28
28
|
else
|
|
29
29
|
assign should_display = false
|
|
30
30
|
endif
|
|
31
31
|
|
|
32
|
-
if ${!0===
|
|
32
|
+
if ${!0===t} and available == false
|
|
33
33
|
assign should_display = false
|
|
34
34
|
endif
|
|
35
35
|
|
|
36
|
-
if ${!0===
|
|
36
|
+
if ${!0===r} and available
|
|
37
37
|
assign show_progress_bar = true
|
|
38
38
|
else
|
|
39
39
|
assign show_progress_bar = false
|
|
@@ -46,26 +46,26 @@ let QUANTITY_SOURCE={AUTO:"auto",MANUAL:"manual"},OUT_OF_STOCK={SHOW:"show",HIDE
|
|
|
46
46
|
"{{ variant.id }}_management":"{{ variant.inventory_management }}"{% if forloop.last == false %},{% endif %}
|
|
47
47
|
{% endfor %}
|
|
48
48
|
}
|
|
49
|
-
{% endcapture %}`}
|
|
50
|
-
<div class="gp-hidden gp-text-white gp-py-1 gp-px-2 gp-mr-1 gp-inline-block gp-my-[1px] gp-text-g-${
|
|
51
|
-
<div id="template">${
|
|
52
|
-
<div id="out-of-stock-message">${
|
|
49
|
+
{% endcapture %}`},$=(e,a)=>{let{templateStringDisplay:i,outOfStockMessageDisplay:t,continueSellingDisplay:n,unlimitedQuantityMessageDisplay:r}=e??{},{textColor:s}=a??{},l=s||"brand";return`
|
|
50
|
+
<div class="gp-hidden gp-text-white gp-py-1 gp-px-2 gp-mr-1 gp-inline-block gp-my-[1px] gp-text-g-${l} gp-bg-g-${l}" >
|
|
51
|
+
<div id="template">${i}</div>
|
|
52
|
+
<div id="out-of-stock-message">${t}</div>
|
|
53
53
|
<div id="continue-selling">${n}</div>
|
|
54
|
-
<div id="unlimited-quantity-message">${
|
|
55
|
-
</div>`},
|
|
54
|
+
<div id="unlimited-quantity-message">${r}</div>
|
|
55
|
+
</div>`},b=(e,a)=>{let i=E(a);if(e)return`
|
|
56
56
|
[data-id="${e}"] {
|
|
57
57
|
.gp-sc-progress-bar{
|
|
58
|
-
${
|
|
58
|
+
${i}
|
|
59
59
|
}
|
|
60
60
|
.gp-sc-progress-bar:before{
|
|
61
|
-
${
|
|
61
|
+
${i}
|
|
62
62
|
}
|
|
63
|
-
}`},
|
|
63
|
+
}`},E=e=>`
|
|
64
64
|
border-top-left-radius: ${e?.bbrr??"0px"};
|
|
65
65
|
border-top-right-radius: ${e?.bblr??"0px"};
|
|
66
66
|
border-bottom-left-radius: ${e?.btrr??"0px"};
|
|
67
|
-
border-bottom-right-radius: ${e?.btlr??"0px"};`,
|
|
68
|
-
<${
|
|
67
|
+
border-bottom-right-radius: ${e?.btlr??"0px"};`,m=(e,a)=>{if(!e.includes(`<${t}>`))return e;let i="gp-text-white gp-py-1 gp-px-2 gp-mr-1 gp-inline-block gp-my-[1px]",n=`<${t}>`;return n=a.includes("#")?`
|
|
68
|
+
<${t} class='${i}' style='background-color: ${a}'>
|
|
69
69
|
`:`
|
|
70
|
-
<${
|
|
71
|
-
`,e.replaceAll(`<${
|
|
70
|
+
<${t} class='${i} gp-bg-g-${a}'>
|
|
71
|
+
`,e.replaceAll(`<${t}>`,n)},A=(e,a,t)=>{if(!e.includes(i))return e;let n="";return n=a.includes("#")?`<span style='--c: ${a}'><$quantity$></span>`:`<span class='gp-text-g-${a}'><$quantity$></span>`,t&&(n=n.replace("<$quantity$>",t.toString())),e.replaceAll(i,n)},N=e=>{let a={};return e["--size"]&&(a["--w"]=e["--size"]),e["--size-tablet"]&&(a["--w-tablet"]=e["--size-tablet"]),e["--size-mobile"]&&(a["--w-mobile"]=e["--size-mobile"]),a};export{T as CONTINUE_SELLING_WHEN_OUT_OF_STOCK,u as DEFAULT_FONT_SIZE,t as DEFAULT_HIGHLIGHT_TAG,p as DEFAULT_PROGRESS_BAR_HEIGHT,i as DEFAULT_QUANTITY_TEMPLATE,g as DEFAULT_RANGE_STEP,l as DEFAULT_REMAINING_PERCENT,s as DEFAULT_REMAINING_QUANTITY,r as DEFAULT_SCARCITY_THRESHOLD,v as MAX_PROGRESS_BAR_HEIGHT,d as MAX_REMAINING_PERCENT,y as MIN_PROGRESS_BAR_HEIGHT,_ as MIN_REMAINING_PERCENT,o as MIN_REMAINING_QUANTITY,n as NO_PRODUCT_LEFT,a as OUT_OF_STOCK,e as QUANTITY_SOURCE,N as convertSizeToWidth,b as getInlineCss,f as getLiquidInitData,c as getLiquidTextContent,$ as getTextDisplayData,m as transformHighlighTag,A as transformNumberTag};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{makeStyle as t,getSingleColorVariable as e,makeStyleResponsive as r,makeWidth as o,composeTypographyStyle as s,getStyleShadow as l,genVariable as n,getShortName as a,composeTypographyV2 as p}from"@gem-sdk/core";import{convertSizeToWidth as c}from"./helpers.js";let g=(s,l)=>{let n;let{progressBarHeight:a,color:p}=s??{},{remainingPercentage:c}=l??{};return a&&(n=Object.fromEntries(Object.entries(a).map(([t,e])=>[t,Number((e+"").replace("px",""))]))),{...r("h",o(n),"px"),...t({bg:"linear-gradient(90deg, #eee 50%, transparent 50%)",bgc:e(p),bgp:`${parseInt(String(c||0))}% center`})}},u=s=>{let{width:l,textColor:n}=s??{};return{...r("w",o(l)),...t({c:e(n)})}},i=t=>{let{alignment:e}=t??{};return{...r("jc",e)}},m=(s,l,g)=>{let{iconColor:u,oosIconColor:i}=s??{};return{...t({c:e(g?i:u)}),...function(e,s){let{typo:l}=e??{},{iconSize:g}=s??{};if(g?.desktop)return{...r("w",o(g),"px")};let u=l&&!l.custom?n(a(`typography-${l.type}-fontSize`)):void 0,i=l&&l.custom?c(p(l.custom)):{};return u?t({w:u}):i}(s,l)}},y=(t,e)=>{let{typo:r,oosTextColor:o}=t??{},n={...r,attrs:{...r?.attrs,color:e?o:r?.attrs?.color}},a=s(n,t?.typography);return{...a,...l({value:r?.custom?.textShadow,styleAppliedFor:"text-shadow",isEnableShadow:r?.custom?.hasShadowText})}};export{u as getContainerStyles,m as getIconStyles,g as getProgressBarStyles,y as getTextStyles,i as getWrapperStyles};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import{jsxs as
|
|
2
|
+
import{jsxs as s,jsx as e}from"react/jsx-runtime";import{useRef as t,useEffect as r}from"react";import{useStockCounterInteraction as l}from"../hooks/useStockCounterInteraction.js";import{createClass as o,createStyle as m,createAttr as n}from"@gem-sdk/system";import{useStockCounter as a}from"../hooks/useStockCounter.js";import{getInlineCss as i}from"../common/helpers.js";import{getProgressBarClasses as c,getContainerClasses as d,getWrapperIconClasses as u,getIconClasses as p,getOuterIconClasses as f,getTextClasses as y,getWrapperClasses as h}from"../common/classes.js";import{getProgressBarStyles as N,getContainerStyles as S,getWrapperStyles as k,getIconStyles as _,getTextStyles as j}from"../common/styles.js";import{getWrapperAttrs as I,getIconAttrs as g}from"../common/attrs.js";let v=({setting:v,styles:H,builderProps:L})=>{let{displayProgressBar:M,borderRadius:O}=H??{},{showIcon:T,icon:b,layout:C="full",oosIcon:x}=v??{},{outputMessage:V,isOutOfStock:q,inventoryQuantity:w,shouldHideCounter:z}=a(v,H),A=t(null),{dispatchStockCounterInteraction:B}=l({element:A,uid:L?.uid}),D=i(L?.uid,O),E=!1!==M&&!q,F=o({...c(H)}),G=m({...N(H,v)}),J=m({...S(H)}),K=o({...d(v)}),P=m({...k(H)}),Q=o({...u(v)}),R=o({...p()}),U=o({...f()}),W=s=>m({..._(H,v,s)}),X=({isOutOfStockIcon:s,isVisible:e})=>n({...g(s,e)}),Y=o({...y(H)}),Z=s=>m({...j(H,s)}),$=o({...h(v,q)}),ss=n({...I(L)});return(r(()=>{B(w)},[w]),z)?null:s("div",{...ss,style:P,ref:A,className:$,children:[e("style",{children:D}),s("div",{className:K,style:J,children:[s("div",{className:Q,children:[T&&(q?e("div",{...X({isOutOfStockIcon:q,isVisible:q}),style:W(!0),className:U,children:e("span",{className:R,dangerouslySetInnerHTML:{__html:x||""}})}):e("div",{...X({isOutOfStockIcon:!q,isVisible:!q}),style:W(!1),className:U,children:e("span",{className:R,dangerouslySetInnerHTML:{__html:b||""}})})),"progress-bar"!==C&&(q?e("p",{dangerouslySetInnerHTML:{__html:V()},className:Y,style:Z(!0)}):e("p",{dangerouslySetInnerHTML:{__html:V()},className:Y,style:Z(!1)}))]}),E&&e("div",{style:G,className:F})]})]})};export{v as default};
|
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
import{composeClasses as s,
|
|
2
|
-
${
|
|
3
|
-
<gp-product-stock-counter ${{...
|
|
4
|
-
style="${
|
|
5
|
-
<div class="${
|
|
1
|
+
import{composeClasses as s,RenderIf as t,template as i,isLocalEnv as e,baseAssetURL as o}from"@gem-sdk/core";import{getDynamicSourceLocales as l,createSettingId as c,getSettingPreloadData as d}from"../../helpers.js";import{getLiquidInitData as r,getInlineCss as a,getTextDisplayData as $,getLiquidTextContent as p}from"../common/helpers.js";import{getProgressBarClasses as u,getContainerClasses as n,getLiquidTagClasses as m,getWrapperIconClasses as v,getOuterIconClasses as g,getIconClasses as f,getWrapperClasses as k,getTextClasses as y}from"../common/classes.js";import{getProgressBarStyles as S,getContainerStyles as b,getWrapperStyles as I,getIconStyles as O,getTextStyles as j}from"../common/styles.js";import{getLiquidTagAttrs as _,getLiquidProgressBarAttrs as h,getLiquidTextAttrs as V,getIconAttrs as E}from"../common/attrs.js";import{createAttr as M,createClass as A,createStyle as C,LiquidIf as G}from"@gem-sdk/system";import{StockCounter as Q}from"../settings/configs/translate.js";let R=({setting:R,styles:x,style:N,advanced:P,builderProps:T,pageContext:q})=>{let{borderRadius:w}=x??{},{showIcon:z,icon:B,oosIcon:D,layout:F="full",template:H,outOfStockMessage:J,continueSelling:K,unlimitedQuantityMessage:L}=R??{},U=a(T?.uid,w),W=l({val:H,uid:T?.uid,settingId:c({id:Q?.template?.id}),pageContext:q,isReplaceInventoryQuantity:!0}),X=l({val:J,uid:T?.uid,settingId:c({id:Q?.outOfStockMessage?.id}),pageContext:q}),Y=l({val:K,uid:T?.uid,settingId:c({id:Q?.continueSelling?.id}),pageContext:q}),Z=l({val:L,uid:T?.uid,settingId:c({id:Q?.unlimitedQuantityMessage?.id}),pageContext:q}),ss=M({..._(T,R,x)}),st=A({...s("gp-stock-counter-progress gp-mt-2 data-[visible=true]:gp-block data-[visible=false]:gp-hidden"),...u(x)}),si=C({...S(x,R)}),se=C({...b(x)}),so=A({...n(R)}),sl=A({...m(P)}),sc=C({...N}),sd=C({...I(x)}),sr=r(R,x),sa=p({templateStringDisplay:W,outOfStockMessageDisplay:X,continueSellingDisplay:Y,unlimitedQuantityMessageDisplay:Z}),s$=A({...v(R)}),sp=A({...s("gp-stock-counter-icon data-[visible=true]:gp-block data-[visible=false]:gp-hidden"),...f(),...g()}),su=A({...k(R)}),sn=s=>C({...O(x,R,s)}),sm=({isOutOfStockIcon:s,isVisible:t})=>M({...E(s,t)}),sv=M({...h()}),sg=A({...y(x),...s("gp-stock-counter-mark")}),sf=s=>C({...j(x,s)}),sk=M({...V()}),sy=$({templateStringDisplay:W,outOfStockMessageDisplay:X,continueSellingDisplay:Y,unlimitedQuantityMessageDisplay:Z},x);return i`
|
|
2
|
+
${sr}
|
|
3
|
+
<gp-product-stock-counter ${{...ss}} class="${sl}"
|
|
4
|
+
style="${sc}">
|
|
5
|
+
<div class="${su}" style="${sd}">
|
|
6
6
|
<style>${U}</style>
|
|
7
7
|
<div
|
|
8
|
-
class="${
|
|
9
|
-
style="${
|
|
8
|
+
class="${so}"
|
|
9
|
+
style="${se}"
|
|
10
10
|
>
|
|
11
|
-
<div class="${
|
|
12
|
-
${
|
|
13
|
-
${G("is_out_of_stock",
|
|
14
|
-
${{...
|
|
15
|
-
class="${
|
|
16
|
-
style="${
|
|
11
|
+
<div class="${s$}">
|
|
12
|
+
${t(z,i`
|
|
13
|
+
${G("is_out_of_stock",i`<div
|
|
14
|
+
${{...sm({isOutOfStockIcon:!0,isVisible:!0})}}
|
|
15
|
+
class="${sp}"
|
|
16
|
+
style="${sn(!0)}"
|
|
17
17
|
>
|
|
18
18
|
${D}
|
|
19
19
|
</div>
|
|
20
20
|
<div
|
|
21
|
-
${{...
|
|
21
|
+
${{...sm({isOutOfStockIcon:!1,isVisible:!1})}}
|
|
22
22
|
data-slot-type="false"
|
|
23
|
-
class="${
|
|
24
|
-
style="${
|
|
23
|
+
class="${sp}"
|
|
24
|
+
style="${sn(!1)}"
|
|
25
25
|
>
|
|
26
26
|
${B}
|
|
27
|
-
</div>`,
|
|
28
|
-
${{...
|
|
29
|
-
class="${
|
|
30
|
-
style="${
|
|
27
|
+
</div>`,i` <div
|
|
28
|
+
${{...sm({isOutOfStockIcon:!0,isVisible:!1})}}
|
|
29
|
+
class="${sp}"
|
|
30
|
+
style="${sn(!0)}"
|
|
31
31
|
>
|
|
32
32
|
${D}
|
|
33
33
|
</div>
|
|
34
34
|
<div
|
|
35
|
-
${{...
|
|
36
|
-
class="${
|
|
37
|
-
style="${
|
|
35
|
+
${{...sm({isOutOfStockIcon:!1,isVisible:!0})}}
|
|
36
|
+
class="${sp}"
|
|
37
|
+
style="${sn(!1)}"
|
|
38
38
|
>
|
|
39
39
|
${B}
|
|
40
40
|
</div>`)}
|
|
41
41
|
`)}
|
|
42
|
-
${
|
|
43
|
-
${
|
|
44
|
-
${G("is_out_of_stock",
|
|
45
|
-
${{...
|
|
46
|
-
class="${
|
|
47
|
-
style="${
|
|
42
|
+
${sy}
|
|
43
|
+
${t("progress-bar"!==F,i`
|
|
44
|
+
${G("is_out_of_stock",i`<p
|
|
45
|
+
${{...sk}}
|
|
46
|
+
class="${sg}"
|
|
47
|
+
style="${sf(!0)}"
|
|
48
48
|
>
|
|
49
|
-
${
|
|
50
|
-
</p>`,
|
|
51
|
-
${{...
|
|
52
|
-
class="${
|
|
53
|
-
style="${
|
|
49
|
+
${sa}
|
|
50
|
+
</p>`,i`<p
|
|
51
|
+
${{...sk}}
|
|
52
|
+
class="${sg}"
|
|
53
|
+
style="${sf(!1)}"
|
|
54
54
|
>
|
|
55
|
-
${
|
|
55
|
+
${sa}
|
|
56
56
|
</p>`)}
|
|
57
57
|
`)}
|
|
58
58
|
|
|
59
59
|
</div>
|
|
60
60
|
|
|
61
61
|
<div
|
|
62
|
-
${{...
|
|
63
|
-
style="${
|
|
64
|
-
class="${
|
|
62
|
+
${{...sv}}
|
|
63
|
+
style="${si}"
|
|
64
|
+
class="${st}"
|
|
65
65
|
></div>
|
|
66
66
|
</div>
|
|
67
67
|
</div>
|
|
68
68
|
</gp-product-stock-counter>
|
|
69
|
-
${
|
|
70
|
-
`};export{
|
|
69
|
+
${t(e,`<script ${d('class="gps-link" delay',"src")}="{{ 'gp-product-stock-counter-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${d('class="gps-link" delay',"src")}="${o}/assets-v2/gp-product-stock-counter-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
|
|
70
|
+
`};export{R as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{useEditorMode as t,useCurrentVariant as e}from"@gem-sdk/core";import{useMemo as r}from"react";import{NO_PRODUCT_LEFT as o,CONTINUE_SELLING_WHEN_OUT_OF_STOCK as n,transformHighlighTag as
|
|
1
|
+
import{useEditorMode as t,useCurrentVariant as e}from"@gem-sdk/core";import{useMemo as r}from"react";import{NO_PRODUCT_LEFT as o,CONTINUE_SELLING_WHEN_OUT_OF_STOCK as n,transformHighlighTag as a,transformNumberTag as i}from"../common/helpers.js";let u=(u,l)=>{let s=t(),{template:c,outOfStockMessage:y,continueSelling:d,unlimitedQuantityMessage:m}=u??{},{textColor:f}=l??{},p=f||"brand",h=e(),k=r(()=>Number(h?h.inventoryQuantity:0),[h]),C=!h||h.manageInventory,O=h?h.inventoryPolicy:"deny",g=C&&k<=o&&O!==n,v=O===n&&k<=o,S=!C&&m;function b(){return S?a(m,p):g?a(y||"",p):v?a(d||"",p):a(i(c||"",p,k),p)}let B=r(()=>{if("edit"===s)return!1;let t=!u?.displayByDefault&&k>=(u?.scarcityThreshold??0),e=u?.hiddenCounterWhenOutOfStock&&g;return t||e},[k,g,s,u?.displayByDefault,u?.hiddenCounterWhenOutOfStock,u?.scarcityThreshold]);return{outputMessage:()=>{let t=l?.typo?.attrs?.transform==="capitalize";return t?b()?.toLocaleLowerCase():b()},isOutOfStock:g,inventoryQuantity:k,shouldHideCounter:B}};export{u as useStockCounter};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{useInteraction as e}from"@gem-sdk/core";let
|
|
1
|
+
import{useInteraction as e}from"@gem-sdk/core";let t=t=>{let{uid:o,element:n}=t,{trigger:r}=e(),c=e=>{r({event:"gp:rollback:stock-change",selector:`[data-id="${o}"]`,element:n?.current}),r({event:"gp:rollback:out-of-stock",selector:`[data-id="${o}"]`,element:n?.current}),r({event:"gp:out-of-stock",selector:`[data-id="${o}"]`,data:e,element:n?.current})},a=e=>{r({event:"gp:rollback:stock-change",selector:`[data-id="${o}"]`,element:n?.current}),r({event:"gp:rollback:out-of-stock",selector:`[data-id="${o}"]`,element:n?.current}),r({event:"gp:stock-change",selector:`[data-id="${o}"]`,data:e,element:n?.current})},d=(e=0)=>{e<=0?c(e):a(e)};return{dispatchStockCounterInteraction:(e=0)=>{let t=()=>{d(e),window.removeEventListener("gp:flow-actions-loaded",t)};window.interactionLoaded?d(e):window.addEventListener("gp:flow-actions-loaded",t)}}};export{t as useStockCounterInteraction};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import t from"./settings/StockCounter.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";import"@gem-sdk/system";let
|
|
1
|
+
import t from"./settings/StockCounter.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";import"@gem-sdk/system";let e={StockCounter:t};export{e as stockCounterSetting};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import o from"next/dynamic";import t from"../common/components/Loading.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";let
|
|
1
|
+
import o from"next/dynamic";import t from"../common/components/Loading.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";let r=o(()=>import("./components/StockCounter.js"),{loading:t});var m={StockCounter:r};export{m as default};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import{StockCounterSettingsV2 as o}from"./configs/settings-v2.js";import{SettingUIV2 as t}from"./configs/ui-v2.js";import{StockCounterPreset as e}from"./configs/presets.js";let
|
|
1
|
+
import{StockCounterSettingsV2 as o}from"./configs/settings-v2.js";import{SettingUIV2 as t}from"./configs/ui-v2.js";import{StockCounterPreset as e}from"./configs/presets.js";let C={tag:"StockCounter",label:"Stock Counter",icon:`
|
|
2
2
|
<svg width="32" height="32" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="M33.3905 11.2545C33.1953 11.4498 32.8787 11.4498 32.6834 11.2545L29.8643 8.43541C29.6691 8.24014 29.6691 7.92356 29.8643 7.7283L30.9203 6.67231C31.1156 6.47705 31.4322 6.47705 31.6274 6.67231L34.4465 9.49139C34.6418 9.68666 34.6418 10.0032 34.4465 10.1985L33.3905 11.2545ZM15.7838 4.68533C15.7838 4.96148 16.0077 5.18534 16.2838 5.18534H22.84C23.1161 5.18534 23.34 4.96148 23.34 4.68534V3.16663C23.34 2.89048 23.1161 2.66663 22.84 2.66663H16.2838C16.0077 2.66663 15.7838 2.89048 15.7838 3.16663V4.68533ZM28.3774 28.6093L20.8212 21.0532V10.3487C26.4883 10.9784 30.8961 15.7639 30.8961 21.5569C30.8961 24.2016 30.0145 26.7203 28.3774 28.6093ZM8.22769 21.5569C8.22769 15.7639 12.6354 10.9784 18.3025 10.3487V21.7724C18.3025 22.0376 18.4079 22.292 18.5954 22.4795L26.6143 30.4984C24.7252 32.0096 22.2065 33.0171 19.5619 33.0171C13.2651 32.8911 8.22769 27.8537 8.22769 21.5569ZM19.5619 7.70404C11.8798 7.70404 5.70898 13.8749 5.70898 21.5569C5.70898 29.239 11.8798 35.4098 19.5619 35.4098C27.2439 35.4098 33.4148 29.239 33.4148 21.5569C33.4148 13.8749 27.2439 7.70404 19.5619 7.70404Z" fill="currentColor"/>
|
|
4
4
|
</svg>
|
|
5
|
-
`,settings:o,ui:[],uiV2:t,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:e,locales:{editor:{en:{let_buy_now:"<mark>HURRY!</mark> LET BUY NOW"}}}};export{
|
|
5
|
+
`,settings:o,ui:[],uiV2:t,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:e,locales:{editor:{en:{let_buy_now:"<mark>HURRY!</mark> LET BUY NOW"}}}};export{C as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let
|
|
1
|
+
let C=[{id:"product-stock-counter",name:"Stock Counter",icon:{desktop:`
|
|
2
2
|
<svg width="97" height="48" viewBox="0 0 97 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="M1.07049 28V19.2727H2.12731V23.1591H6.78072V19.2727H7.83754V28H6.78072V24.0966H2.12731V28H1.07049ZM13.9419 25.3239V21.4545H14.9476V28H13.9419V26.892H13.8738C13.7203 27.2244 13.4817 27.5071 13.1578 27.7401C12.834 27.9702 12.4249 28.0852 11.9306 28.0852C11.5215 28.0852 11.1578 27.9957 10.8397 27.8168C10.5215 27.6349 10.2715 27.3622 10.0897 26.9986C9.90785 26.6321 9.81694 26.1705 9.81694 25.6136V21.4545H10.8226V25.5455C10.8226 26.0227 10.9561 26.4034 11.2232 26.6875C11.4931 26.9716 11.8368 27.1136 12.2544 27.1136C12.5044 27.1136 12.7587 27.0497 13.0172 26.9219C13.2786 26.794 13.4973 26.598 13.6735 26.3338C13.8525 26.0696 13.9419 25.733 13.9419 25.3239ZM16.7896 28V21.4545H17.7612V22.4432H17.8294C17.9487 22.1193 18.1646 21.8565 18.4771 21.6548C18.7896 21.4531 19.1419 21.3523 19.5339 21.3523C19.6078 21.3523 19.7001 21.3537 19.8109 21.3565C19.9217 21.3594 20.0055 21.3636 20.0623 21.3693V22.392C20.0282 22.3835 19.9501 22.3707 19.8279 22.3537C19.7086 22.3338 19.5822 22.3239 19.4487 22.3239C19.1305 22.3239 18.8464 22.3906 18.5964 22.5241C18.3493 22.6548 18.1532 22.8366 18.0083 23.0696C17.8663 23.2997 17.7953 23.5625 17.7953 23.858V28H16.7896ZM21.2544 28V21.4545H22.226V22.4432H22.2942C22.4135 22.1193 22.6294 21.8565 22.9419 21.6548C23.2544 21.4531 23.6067 21.3523 23.9988 21.3523C24.0726 21.3523 24.165 21.3537 24.2757 21.3565C24.3865 21.3594 24.4703 21.3636 24.5272 21.3693V22.392C24.4931 22.3835 24.415 22.3707 24.2928 22.3537C24.1735 22.3338 24.0471 22.3239 23.9135 22.3239C23.5953 22.3239 23.3113 22.3906 23.0613 22.5241C22.8141 22.6548 22.6181 22.8366 22.4732 23.0696C22.3311 23.2997 22.2601 23.5625 22.2601 23.858V28H21.2544ZM26.5662 30.4545C26.3958 30.4545 26.2438 30.4403 26.1103 30.4119C25.9767 30.3864 25.8844 30.3608 25.8333 30.3352L26.089 29.4489C26.3333 29.5114 26.5492 29.5341 26.7367 29.517C26.9242 29.5 27.0904 29.4162 27.2353 29.2656C27.383 29.1179 27.5179 28.8778 27.6401 28.5455L27.8276 28.0341L25.4071 21.4545H26.498L28.3049 26.6705H28.373L30.1799 21.4545H31.2708L28.4924 28.9545C28.3674 29.2926 28.2125 29.5724 28.0279 29.794C27.8432 30.0185 27.6287 30.1847 27.3844 30.2926C27.1429 30.4006 26.8702 30.4545 26.5662 30.4545ZM33.9277 19.2727L33.8425 25.5455H32.8539L32.7686 19.2727H33.9277ZM33.3482 28.0682C33.138 28.0682 32.9576 27.9929 32.807 27.8423C32.6564 27.6918 32.5811 27.5114 32.5811 27.3011C32.5811 27.0909 32.6564 26.9105 32.807 26.7599C32.9576 26.6094 33.138 26.5341 33.3482 26.5341C33.5584 26.5341 33.7388 26.6094 33.8894 26.7599C34.04 26.9105 34.1152 27.0909 34.1152 27.3011C34.1152 27.4403 34.0797 27.5682 34.0087 27.6847C33.9405 27.8011 33.8482 27.8949 33.7317 27.9659C33.6181 28.0341 33.4902 28.0682 33.3482 28.0682ZM46.813 23.6364C46.813 24.5568 46.6468 25.3523 46.3145 26.0227C45.9821 26.6932 45.5261 27.2102 44.9466 27.5739C44.367 27.9375 43.7051 28.1193 42.9608 28.1193C42.2164 28.1193 41.5545 27.9375 40.975 27.5739C40.3954 27.2102 39.9395 26.6932 39.6071 26.0227C39.2747 25.3523 39.1085 24.5568 39.1085 23.6364C39.1085 22.7159 39.2747 21.9205 39.6071 21.25C39.9395 20.5795 40.3954 20.0625 40.975 19.6989C41.5545 19.3352 42.2164 19.1534 42.9608 19.1534C43.7051 19.1534 44.367 19.3352 44.9466 19.6989C45.5261 20.0625 45.9821 20.5795 46.3145 21.25C46.6468 21.9205 46.813 22.7159 46.813 23.6364ZM45.7903 23.6364C45.7903 22.8807 45.6639 22.2429 45.411 21.723C45.161 21.2031 44.8216 20.8097 44.3926 20.5426C43.9664 20.2756 43.4892 20.142 42.9608 20.142C42.4324 20.142 41.9537 20.2756 41.5247 20.5426C41.0985 20.8097 40.7591 21.2031 40.5062 21.723C40.2562 22.2429 40.1312 22.8807 40.1312 23.6364C40.1312 24.392 40.2562 25.0298 40.5062 25.5497C40.7591 26.0696 41.0985 26.4631 41.5247 26.7301C41.9537 26.9972 42.4324 27.1307 42.9608 27.1307C43.4892 27.1307 43.9664 26.9972 44.3926 26.7301C44.8216 26.4631 45.161 26.0696 45.411 25.5497C45.6639 25.0298 45.7903 24.392 45.7903 23.6364ZM49.4593 24.0625V28H48.4537V21.4545H49.4252V22.4773H49.5105C49.6639 22.1449 49.8968 21.8778 50.2093 21.6761C50.5218 21.4716 50.9252 21.3693 51.4196 21.3693C51.8627 21.3693 52.2505 21.4602 52.5829 21.642C52.9153 21.821 53.1738 22.0938 53.3585 22.4602C53.5431 22.8239 53.6355 23.2841 53.6355 23.8409V28H52.6298V23.9091C52.6298 23.3949 52.4963 22.9943 52.2292 22.7074C51.9622 22.4176 51.5957 22.2727 51.1298 22.2727C50.8088 22.2727 50.5218 22.3423 50.269 22.4815C50.019 22.6207 49.8216 22.8239 49.6767 23.0909C49.5318 23.358 49.4593 23.6818 49.4593 24.0625ZM56.4789 19.2727V28H55.4732V19.2727H56.4789ZM58.9686 30.4545C58.7981 30.4545 58.6461 30.4403 58.5126 30.4119C58.3791 30.3864 58.2868 30.3608 58.2356 30.3352L58.4913 29.4489C58.7356 29.5114 58.9515 29.5341 59.139 29.517C59.3265 29.5 59.4927 29.4162 59.6376 29.2656C59.7853 29.1179 59.9203 28.8778 60.0424 28.5455L60.2299 28.0341L57.8095 21.4545H58.9004L60.7072 26.6705H60.7754L62.5822 21.4545H63.6731L60.8947 28.9545C60.7697 29.2926 60.6149 29.5724 60.4302 29.794C60.2456 30.0185 60.0311 30.1847 59.7868 30.2926C59.5453 30.4006 59.2725 30.4545 58.9686 30.4545ZM71.3074 28.1193C70.7449 28.1193 70.2434 28.0227 69.8031 27.8295C69.3656 27.6364 69.0176 27.3679 68.7591 27.0241C68.5034 26.6776 68.3642 26.2756 68.3414 25.8182H69.4153C69.438 26.0994 69.5346 26.3423 69.7051 26.5469C69.8755 26.7486 70.0985 26.9048 70.3741 27.0156C70.6497 27.1264 70.9551 27.1818 71.2903 27.1818C71.6653 27.1818 71.9977 27.1165 72.2875 26.9858C72.5772 26.8551 72.8045 26.6733 72.9693 26.4403C73.1341 26.2074 73.2164 25.9375 73.2164 25.6307C73.2164 25.3097 73.1369 25.027 72.9778 24.7827C72.8187 24.5355 72.5858 24.3423 72.2789 24.2031C71.9721 24.0639 71.5971 23.9943 71.1539 23.9943H70.4551V23.0568H71.1539C71.5005 23.0568 71.8045 22.9943 72.0659 22.8693C72.3301 22.7443 72.536 22.5682 72.6838 22.3409C72.8343 22.1136 72.9096 21.8466 72.9096 21.5398C72.9096 21.2443 72.8443 20.9872 72.7136 20.7685C72.5829 20.5497 72.3983 20.3793 72.1596 20.2571C71.9238 20.1349 71.6454 20.0739 71.3244 20.0739C71.0233 20.0739 70.7392 20.1293 70.4721 20.2401C70.2079 20.348 69.992 20.5057 69.8244 20.7131C69.6568 20.9176 69.5659 21.1648 69.5517 21.4545H68.5289C68.546 20.9972 68.6838 20.5966 68.9423 20.2528C69.2008 19.9062 69.5389 19.6364 69.9565 19.4432C70.377 19.25 70.8386 19.1534 71.3414 19.1534C71.8812 19.1534 72.3443 19.2628 72.7306 19.4815C73.117 19.6974 73.4139 19.983 73.6213 20.3381C73.8287 20.6932 73.9324 21.0767 73.9324 21.4886C73.9324 21.9801 73.8031 22.3991 73.5446 22.7457C73.2889 23.0923 72.9409 23.3324 72.5005 23.4659V23.5341C73.0517 23.625 73.4821 23.8594 73.7917 24.2372C74.1014 24.6122 74.2562 25.0767 74.2562 25.6307C74.2562 26.1051 74.127 26.5312 73.8684 26.9091C73.6127 27.2841 73.2633 27.5795 72.8201 27.7955C72.377 28.0114 71.8727 28.1193 71.3074 28.1193ZM80.3968 19.2727V28H79.3912V19.2727H80.3968ZM84.9831 28.1364C84.3525 28.1364 83.8084 27.9972 83.351 27.7188C82.8965 27.4375 82.5456 27.0455 82.2985 26.5426C82.0542 26.0369 81.932 25.4489 81.932 24.7784C81.932 24.108 82.0542 23.517 82.2985 23.0057C82.5456 22.4915 82.8894 22.0909 83.3297 21.804C83.7729 21.5142 84.29 21.3693 84.8809 21.3693C85.2218 21.3693 85.5584 21.4261 85.8908 21.5398C86.2232 21.6534 86.5257 21.8381 86.7985 22.0938C87.0712 22.3466 87.2885 22.6818 87.4505 23.0994C87.6124 23.517 87.6934 24.0312 87.6934 24.642V25.0682H82.6479V24.1989H86.6706C86.6706 23.8295 86.5968 23.5 86.449 23.2102C86.3042 22.9205 86.0968 22.6918 85.8269 22.5241C85.5598 22.3565 85.2445 22.2727 84.8809 22.2727C84.4803 22.2727 84.1337 22.3722 83.8411 22.571C83.5513 22.767 83.3283 23.0227 83.1721 23.3381C83.0158 23.6534 82.9377 23.9915 82.9377 24.3523V24.9318C82.9377 25.4261 83.0229 25.8452 83.1934 26.1889C83.3667 26.5298 83.6067 26.7898 83.9135 26.9688C84.2203 27.1449 84.5769 27.233 84.9831 27.233C85.2473 27.233 85.486 27.196 85.699 27.1222C85.915 27.0455 86.101 26.9318 86.2573 26.7812C86.4135 26.6278 86.5343 26.4375 86.6195 26.2102L87.5911 26.483C87.4888 26.8125 87.3169 27.1023 87.0755 27.3523C86.834 27.5994 86.5357 27.7926 86.1806 27.9318C85.8255 28.0682 85.4263 28.1364 84.9831 28.1364ZM92.138 21.4545V22.3068H88.6096V21.4545H92.138ZM89.6664 28V20.5511C89.6664 20.1761 89.7544 19.8636 89.9306 19.6136C90.1067 19.3636 90.3354 19.1761 90.6167 19.0511C90.8979 18.9261 91.1948 18.8636 91.5073 18.8636C91.7544 18.8636 91.9561 18.8835 92.1124 18.9233C92.2686 18.9631 92.3851 19 92.4618 19.0341L92.1721 19.9034C92.1209 19.8864 92.0499 19.8651 91.959 19.8395C91.8709 19.8139 91.7544 19.8011 91.6096 19.8011C91.2772 19.8011 91.0371 19.8849 90.8894 20.0526C90.7445 20.2202 90.6721 20.4659 90.6721 20.7898V28H89.6664ZM96.394 21.4545V22.3068H93.002V21.4545H96.394ZM93.9906 19.8864H94.9963V26.125C94.9963 26.4091 95.0375 26.6222 95.1199 26.7642C95.2051 26.9034 95.313 26.9972 95.4437 27.0455C95.5772 27.0909 95.7179 27.1136 95.8656 27.1136C95.9764 27.1136 96.0673 27.108 96.1383 27.0966C96.2093 27.0824 96.2662 27.071 96.3088 27.0625L96.5133 27.9659C96.4451 27.9915 96.35 28.017 96.2278 28.0426C96.1056 28.071 95.9508 28.0852 95.7633 28.0852C95.4792 28.0852 95.2008 28.0241 94.9281 27.902C94.6582 27.7798 94.4338 27.5938 94.2548 27.3438C94.0787 27.0938 93.9906 26.7784 93.9906 26.3977V19.8864Z" fill="#AAAAAA"/>
|
|
4
4
|
</svg>
|
|
@@ -8,4 +8,4 @@ let StockCounterPreset=[{id:"product-stock-counter",name:"Stock Counter",icon:{d
|
|
|
8
8
|
<rect x="0.5" y="34" width="97" height="4" rx="2" fill="#424242"/>
|
|
9
9
|
<rect x="0.5" y="34" width="44" height="4" rx="2" fill="#AAAAAA"/>
|
|
10
10
|
</svg>
|
|
11
|
-
`},components:[{tag:"StockCounter",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{cssPlaceholder:".{{rootClassName}} mark{\r\n\r\ncolor: #ffffff !important;\r\n\r\nbackground: #4D4D4D !important;\r\n\r\n}\r\n\r\n.{{rootClassName}} span{\r\n\r\ncolor: #4D4D4D !important;\r\n\r\n}"}}}]}];export{StockCounterPreset};
|
|
11
|
+
`},components:[{tag:"StockCounter",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},editorData:{cssPlaceholder:".{{rootClassName}} mark{\r\n\r\ncolor: #ffffff !important;\r\n\r\nbackground: #4D4D4D !important;\r\n\r\n}\r\n\r\n.{{rootClassName}} span{\r\n\r\ncolor: #4D4D4D !important;\r\n\r\n}"}}}]}];export{C as StockCounterPreset};
|