@gem-sdk/components 12.0.0-dev.133 → 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 +5 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
-
${
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("./BaseIcon.liquid.js"),H=require("@gem-sdk/core");exports.default=V=>H.template`
|
|
2
|
+
${C.default({width:"321",height:"50",viewBox:"0 0 321 50",...V,children:` <rect width="321" height="50" fill="black" />
|
|
3
3
|
<path
|
|
4
4
|
d="M173.695 22.7412C173.085 21.4617 171.929 20.6352 170.187 20.6352C169.652 20.6446 169.126 20.7766 168.651 21.0212C168.175 21.2658 167.762 21.6163 167.443 22.0459L167.379 22.1233V17.1087C167.379 17.0797 167.368 17.0519 167.347 17.0314C167.327 17.0109 167.299 16.9994 167.27 16.9994H164.807C164.778 16.9999 164.751 17.0117 164.731 17.0321C164.71 17.0525 164.699 17.08 164.699 17.1087V31.4931C164.699 31.5215 164.711 31.5488 164.731 31.569C164.751 31.5891 164.778 31.6004 164.807 31.6004H167.445C167.474 31.6004 167.501 31.5891 167.522 31.5691C167.542 31.549 167.554 31.5217 167.554 31.4931V25.3598C167.554 24.1678 168.349 23.3234 169.621 23.3234C171.011 23.3234 171.363 24.4678 171.363 25.634V31.4931C171.363 31.5215 171.374 31.5488 171.394 31.569C171.414 31.5891 171.442 31.6004 171.47 31.6004H174.103C174.131 31.6004 174.159 31.5891 174.179 31.5691C174.2 31.549 174.211 31.5217 174.212 31.4931V25.2843C174.212 25.0718 174.212 24.8631 174.184 24.6605C174.139 23.9964 173.973 23.3461 173.695 22.7412Z"
|
|
5
5
|
fill="white"
|
|
@@ -26,4 +26,4 @@
|
|
|
26
26
|
d="M97.8813 31C100.28 31 101.702 29.8203 101.702 27.8359C101.702 26.3359 100.717 25.2578 99.1859 25.0625V25C100.272 24.8047 101.131 23.7109 101.131 22.5391C101.131 20.8516 99.8266 19.7266 97.8969 19.7266H93.4828V31H97.8813ZM94.8891 20.9688H97.5766C98.9438 20.9688 99.7094 21.5859 99.7094 22.7031C99.7094 23.9219 98.8031 24.5859 97.1391 24.5859H94.8891V20.9688ZM94.8891 29.7578V25.7969H97.5375C99.3344 25.7969 100.256 26.4609 100.256 27.7656C100.256 29.0703 99.3656 29.7578 97.6703 29.7578H94.8891ZM109.591 22.5781H108.231V27.4688C108.231 28.9141 107.395 29.8672 106.013 29.8672C104.692 29.8672 104.044 29.125 104.044 27.7422V22.5781H102.684V27.9766C102.684 29.8906 103.755 31.0781 105.598 31.0781C106.888 31.0781 107.755 30.5781 108.278 29.6094H108.309V31H109.591V22.5781ZM111.761 34.0547C113.253 34.0547 113.925 33.4688 114.644 31.5156L117.941 22.5781H116.511L114.152 29.6172H114.12L111.761 22.5781H110.316L113.433 31.0078L113.269 31.5078C112.925 32.5234 112.503 32.8984 111.722 32.8984C111.542 32.8984 111.323 32.8828 111.167 32.8516V34C111.331 34.0312 111.589 34.0547 111.761 34.0547ZM132.742 22.5781H131.398L129.688 29.4609H129.656L127.727 22.5781H126.414L124.484 29.4609H124.453L122.742 22.5781H121.398L123.758 31H125.133L127.055 24.4531H127.086L129.008 31H130.383L132.742 22.5781ZM133.577 31H134.936V22.5781H133.577V31ZM134.256 21.2188C134.733 21.2188 135.116 20.8281 135.116 20.3594C135.116 19.8828 134.733 19.5 134.256 19.5C133.787 19.5 133.397 19.8828 133.397 20.3594C133.397 20.8281 133.787 21.2188 134.256 21.2188ZM136.903 20.6797V22.5781H135.731V23.7031H136.903V28.8125C136.903 30.4297 137.497 31.0625 139.02 31.0625C139.341 31.0625 139.731 31.0312 139.895 30.9922V29.8438C139.802 29.8594 139.473 29.8828 139.309 29.8828C138.591 29.8828 138.262 29.5312 138.262 28.7578V23.7031H139.903V22.5781H138.262V20.6797H136.903ZM141.089 31H142.448V26.1562C142.448 24.6797 143.323 23.7109 144.745 23.7109C146.081 23.7109 146.761 24.5234 146.761 25.8672V31H148.12V25.625C148.12 23.75 146.995 22.5 145.152 22.5C143.863 22.5 143.003 22.9922 142.48 23.9453H142.448V19.2344H141.089V31Z"
|
|
27
27
|
fill="#F4F1FE"
|
|
28
28
|
/>`})}
|
|
29
|
-
`;
|
|
29
|
+
`;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),BaseIcon=require("./BaseIcon.js");const DynamicCheckoutPurple=C=>jsxRuntime.jsxs(BaseIcon.default,{width:"321",height:"50",...C,viewBox:"0 0 321 50",children:[jsxRuntime.jsx("rect",{width:"321",height:"50",fill:"#5A31F4"}),jsxRuntime.jsx("path",{d:"M173.695 22.7412C173.085 21.4617 171.929 20.6352 170.187 20.6352C169.652 20.6446 169.126 20.7766 168.651 21.0212C168.175 21.2658 167.762 21.6163 167.443 22.0459L167.379 22.1233V17.1087C167.379 17.0797 167.368 17.0519 167.347 17.0314C167.327 17.0109 167.299 16.9994 167.27 16.9994H164.807C164.778 16.9999 164.751 17.0117 164.731 17.0321C164.71 17.0525 164.699 17.08 164.699 17.1087V31.4931C164.699 31.5215 164.711 31.5488 164.731 31.569C164.751 31.5891 164.778 31.6004 164.807 31.6004H167.445C167.474 31.6004 167.501 31.5891 167.522 31.5691C167.542 31.549 167.554 31.5217 167.554 31.4931V25.3598C167.554 24.1678 168.349 23.3234 169.621 23.3234C171.011 23.3234 171.363 24.4678 171.363 25.634V31.4931C171.363 31.5215 171.374 31.5488 171.394 31.569C171.414 31.5891 171.442 31.6004 171.47 31.6004H174.103C174.131 31.6004 174.159 31.5891 174.179 31.5691C174.2 31.549 174.211 31.5217 174.212 31.4931V25.2843C174.212 25.0718 174.212 24.8631 174.184 24.6605C174.139 23.9964 173.973 23.3461 173.695 22.7412Z",fill:"white"}),jsxRuntime.jsx("path",{d:"M160.521 24.8729C160.521 24.8729 159.178 24.557 158.683 24.4298C158.189 24.3026 157.324 24.0324 157.324 23.3788C157.324 22.7251 158.022 22.5165 158.729 22.5165C159.436 22.5165 160.223 22.6874 160.285 23.4722C160.287 23.5004 160.3 23.5268 160.321 23.5459C160.342 23.565 160.369 23.5756 160.398 23.5755L162.999 23.5655C163.014 23.5656 163.029 23.5625 163.043 23.5564C163.057 23.5503 163.07 23.5414 163.08 23.5302C163.091 23.519 163.099 23.5058 163.104 23.4914C163.109 23.4769 163.111 23.4616 163.11 23.4463C162.949 20.935 160.746 20.037 158.713 20.037C156.303 20.037 154.541 21.6264 154.541 23.3788C154.541 24.6583 154.902 25.8583 157.745 26.6928C158.244 26.8378 158.922 27.0265 159.514 27.1914C160.225 27.3901 160.608 27.6901 160.608 28.163C160.608 28.7113 159.814 29.0928 159.033 29.0928C157.902 29.0928 157.1 28.6736 157.034 27.9206C157.031 27.893 157.017 27.8677 156.997 27.8494C156.976 27.8311 156.949 27.8211 156.921 27.8213L154.326 27.8332C154.311 27.8332 154.296 27.8362 154.282 27.8422C154.268 27.8481 154.255 27.8568 154.245 27.8677C154.234 27.8787 154.226 27.8916 154.22 27.9058C154.215 27.92 154.212 27.9352 154.213 27.9504C154.332 30.3207 156.621 31.5982 158.755 31.5982C161.934 31.5982 163.37 29.81 163.37 28.1352C163.374 27.3484 163.193 25.5563 160.521 24.8729Z",fill:"white"}),jsxRuntime.jsx("path",{d:"M193.979 20.6312C192.657 20.6312 191.551 21.3623 190.837 22.2445V20.7345C190.837 20.7064 190.826 20.6794 190.807 20.6593C190.787 20.6393 190.76 20.6277 190.732 20.6272H188.265C188.236 20.6272 188.209 20.6385 188.189 20.6586C188.169 20.6787 188.157 20.706 188.157 20.7345V34.8408C188.158 34.8689 188.169 34.8956 188.189 34.9153C188.209 34.935 188.236 34.9461 188.265 34.9461H190.905C190.933 34.9461 190.96 34.935 190.979 34.9152C190.999 34.8955 191.01 34.8687 191.01 34.8408V30.2036H191.05C191.469 30.8433 192.616 31.6102 194.114 31.6102C196.931 31.6102 199.279 29.2737 199.279 26.1167C199.281 23.0869 196.945 20.6312 193.979 20.6312ZM193.734 28.9221C193.178 28.9359 192.63 28.7837 192.161 28.4849C191.692 28.186 191.322 27.7542 191.099 27.2444C190.877 26.7346 190.811 26.17 190.91 25.6226C191.01 25.0753 191.27 24.57 191.658 24.1712C192.046 23.7725 192.544 23.4985 193.089 23.384C193.633 23.2696 194.199 23.3199 194.715 23.5287C195.231 23.7375 195.673 24.0952 195.984 24.5561C196.296 25.0171 196.463 25.5604 196.464 26.1167C196.47 26.4804 196.404 26.8416 196.269 27.1797C196.135 27.5177 195.936 27.8259 195.682 28.0866C195.428 28.3472 195.126 28.5552 194.791 28.6986C194.457 28.842 194.098 28.9179 193.734 28.9221Z",fill:"white"}),jsxRuntime.jsx("path",{d:"M180.343 20.0116C177.882 20.0116 176.654 20.848 175.668 21.5176L175.639 21.5375C175.588 21.5722 175.552 21.6249 175.538 21.685C175.525 21.745 175.534 21.808 175.565 21.8613L176.539 23.5382C176.557 23.5695 176.582 23.5965 176.612 23.6171C176.641 23.6377 176.676 23.6515 176.711 23.6574C176.746 23.6637 176.782 23.6622 176.817 23.6529C176.851 23.6436 176.883 23.6268 176.91 23.6037L176.988 23.5401C177.494 23.115 178.307 22.5468 180.274 22.3918C181.368 22.3044 182.314 22.5905 183.012 23.2421C183.778 23.9494 184.237 25.0918 184.237 26.2978C184.237 28.5171 182.93 29.9118 180.83 29.9396C179.1 29.9297 177.937 29.0277 177.937 27.6945C177.937 26.9872 178.257 26.5263 178.881 26.0654C178.929 26.0313 178.962 25.9811 178.976 25.9242C178.989 25.8672 178.982 25.8073 178.954 25.7554L178.08 24.1024C178.064 24.0728 178.042 24.0467 178.016 24.0256C177.99 24.0044 177.96 23.9887 177.927 23.9792C177.894 23.9694 177.859 23.9666 177.825 23.971C177.791 23.9755 177.758 23.9871 177.729 24.0051C176.747 24.5872 175.543 25.6521 175.609 27.6985C175.688 30.3032 177.854 32.292 180.669 32.3735H180.81H181.003C184.349 32.2642 186.765 29.7807 186.765 26.4131C186.765 23.3216 184.512 20.0116 180.343 20.0116Z",fill:"white"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M204.725 17.0353H227.254C228.809 17.0353 230.069 18.2957 230.069 19.8506V32.1846C230.069 33.7395 228.809 34.9999 227.254 34.9999H204.725C203.171 34.9999 201.91 33.7395 201.91 32.1846V19.8506C201.91 18.2957 203.171 17.0353 204.725 17.0353ZM209.78 26.8043C211.659 26.8043 213.004 25.4334 213.004 23.5122C213.004 21.6009 211.659 20.222 209.78 20.222H206.462C206.422 20.222 206.385 20.2377 206.357 20.2657C206.329 20.2936 206.313 20.3315 206.313 20.371V29.4765C206.313 29.5159 206.329 29.5535 206.357 29.5813C206.385 29.6092 206.423 29.625 206.462 29.6255H207.71C207.749 29.6255 207.787 29.6098 207.815 29.5819C207.843 29.5539 207.859 29.516 207.859 29.4765V26.9533C207.859 26.9138 207.874 26.8759 207.902 26.8479C207.93 26.82 207.968 26.8043 208.008 26.8043H209.78ZM209.685 21.6048C210.706 21.6048 211.459 22.4115 211.459 23.5122C211.459 24.6148 210.706 25.4195 209.685 25.4195H208.008C207.968 25.4195 207.931 25.4041 207.903 25.3765C207.875 25.349 207.859 25.3116 207.859 25.2725V21.7538C207.859 21.7145 207.875 21.6769 207.903 21.649C207.931 21.6212 207.968 21.6053 208.008 21.6048H209.685ZM213.372 27.8792C213.359 27.5846 213.42 27.2915 213.549 27.0264C213.678 26.7613 213.871 26.5327 214.111 26.3613C214.596 25.9977 215.347 25.8089 216.462 25.7652L217.644 25.7255V25.3758C217.644 24.6784 217.175 24.3824 216.422 24.3824C215.669 24.3824 215.194 24.6486 215.083 25.0837C215.074 25.1145 215.055 25.1414 215.029 25.1601C215.003 25.1788 214.972 25.1883 214.94 25.1871H213.773C213.752 25.1876 213.731 25.1834 213.711 25.1748C213.691 25.1662 213.674 25.1534 213.66 25.1373C213.645 25.1213 213.635 25.1022 213.629 25.0817C213.623 25.0611 213.621 25.0394 213.624 25.0182C213.799 23.985 214.654 23.2003 216.475 23.2003C218.411 23.2003 219.108 24.1003 219.108 25.8189V29.4706C219.108 29.4903 219.105 29.5099 219.097 29.5282C219.09 29.5465 219.079 29.5632 219.065 29.5772C219.051 29.5913 219.035 29.6024 219.016 29.6101C218.998 29.6177 218.979 29.6216 218.959 29.6216H217.781C217.761 29.6216 217.741 29.6177 217.723 29.6101C217.705 29.6024 217.689 29.5913 217.675 29.5772C217.661 29.5632 217.65 29.5465 217.643 29.5282C217.635 29.5099 217.631 29.4903 217.632 29.4706V29.1984C217.634 29.1745 217.628 29.1506 217.615 29.1303C217.603 29.11 217.584 29.0943 217.561 29.0856C217.539 29.0769 217.514 29.0756 217.491 29.082C217.468 29.0884 217.448 29.102 217.433 29.1209C217.081 29.5044 216.509 29.7825 215.597 29.7825C214.26 29.7865 213.372 29.0871 213.372 27.8792ZM217.644 27.0844V26.8023L216.114 26.8818C215.307 26.9235 214.836 27.2593 214.836 27.8235C214.836 28.3341 215.267 28.6183 216.018 28.6183C217.04 28.6183 217.644 28.0659 217.644 27.0864V27.0844ZM220.292 31.3202V32.3831C220.29 32.4174 220.3 32.4514 220.32 32.4795C220.339 32.5077 220.368 32.5283 220.401 32.5381C220.609 32.5947 220.824 32.6208 221.039 32.6155C222.181 32.6155 223.224 32.1983 223.82 30.5731L226.443 23.5776C226.451 23.5551 226.453 23.5311 226.449 23.5076C226.446 23.4842 226.437 23.4618 226.423 23.4425C226.409 23.4231 226.391 23.4073 226.37 23.3963C226.349 23.3852 226.326 23.3793 226.302 23.3789H225.08C225.048 23.3787 225.017 23.3885 224.992 23.4071C224.966 23.4257 224.947 23.452 224.937 23.4822L223.493 27.9128C223.482 27.9418 223.462 27.9668 223.437 27.9845C223.411 28.0021 223.381 28.0116 223.35 28.0116C223.319 28.0116 223.288 28.0021 223.263 27.9845C223.237 27.9668 223.218 27.9418 223.207 27.9128L221.542 23.4703C221.531 23.4419 221.511 23.4174 221.486 23.4C221.461 23.3827 221.431 23.3733 221.401 23.373H220.208C220.185 23.3733 220.161 23.3792 220.14 23.3903C220.119 23.4013 220.101 23.4172 220.088 23.4365C220.074 23.4559 220.065 23.4782 220.061 23.5017C220.058 23.5252 220.06 23.5491 220.067 23.5716L222.519 29.8698C222.531 29.9025 222.531 29.9384 222.519 29.9711L222.442 30.2155C222.351 30.5187 222.162 30.7827 221.903 30.9654C221.645 31.148 221.333 31.2387 221.017 31.2228C220.834 31.2226 220.651 31.2053 220.471 31.1711C220.449 31.1671 220.426 31.1678 220.405 31.1734C220.383 31.179 220.363 31.1893 220.346 31.2036C220.329 31.2178 220.315 31.2356 220.306 31.2558C220.297 31.2759 220.292 31.2979 220.292 31.3202Z",fill:"white"}),jsxRuntime.jsx("path",{d:"M97.8813 31C100.28 31 101.702 29.8203 101.702 27.8359C101.702 26.3359 100.717 25.2578 99.1859 25.0625V25C100.272 24.8047 101.131 23.7109 101.131 22.5391C101.131 20.8516 99.8266 19.7266 97.8969 19.7266H93.4828V31H97.8813ZM94.8891 20.9688H97.5766C98.9438 20.9688 99.7094 21.5859 99.7094 22.7031C99.7094 23.9219 98.8031 24.5859 97.1391 24.5859H94.8891V20.9688ZM94.8891 29.7578V25.7969H97.5375C99.3344 25.7969 100.256 26.4609 100.256 27.7656C100.256 29.0703 99.3656 29.7578 97.6703 29.7578H94.8891ZM109.591 22.5781H108.231V27.4688C108.231 28.9141 107.395 29.8672 106.013 29.8672C104.692 29.8672 104.044 29.125 104.044 27.7422V22.5781H102.684V27.9766C102.684 29.8906 103.755 31.0781 105.598 31.0781C106.888 31.0781 107.755 30.5781 108.278 29.6094H108.309V31H109.591V22.5781ZM111.761 34.0547C113.253 34.0547 113.925 33.4688 114.644 31.5156L117.941 22.5781H116.511L114.152 29.6172H114.12L111.761 22.5781H110.316L113.433 31.0078L113.269 31.5078C112.925 32.5234 112.503 32.8984 111.722 32.8984C111.542 32.8984 111.323 32.8828 111.167 32.8516V34C111.331 34.0312 111.589 34.0547 111.761 34.0547ZM132.742 22.5781H131.398L129.688 29.4609H129.656L127.727 22.5781H126.414L124.484 29.4609H124.453L122.742 22.5781H121.398L123.758 31H125.133L127.055 24.4531H127.086L129.008 31H130.383L132.742 22.5781ZM133.577 31H134.936V22.5781H133.577V31ZM134.256 21.2188C134.733 21.2188 135.116 20.8281 135.116 20.3594C135.116 19.8828 134.733 19.5 134.256 19.5C133.787 19.5 133.397 19.8828 133.397 20.3594C133.397 20.8281 133.787 21.2188 134.256 21.2188ZM136.903 20.6797V22.5781H135.731V23.7031H136.903V28.8125C136.903 30.4297 137.497 31.0625 139.02 31.0625C139.341 31.0625 139.731 31.0312 139.895 30.9922V29.8438C139.802 29.8594 139.473 29.8828 139.309 29.8828C138.591 29.8828 138.262 29.5312 138.262 28.7578V23.7031H139.903V22.5781H138.262V20.6797H136.903ZM141.089 31H142.448V26.1562C142.448 24.6797 143.323 23.7109 144.745 23.7109C146.081 23.7109 146.761 24.5234 146.761 25.8672V31H148.12V25.625C148.12 23.75 146.995 22.5 145.152 22.5C143.863 22.5 143.003 22.9922 142.48 23.9453H142.448V19.2344H141.089V31Z",fill:"#F4F1FE"})]});exports.default=DynamicCheckoutPurple;
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("react/jsx-runtime"),H=require("./BaseIcon.js");exports.default=V=>C.jsxs(H.default,{width:"321",height:"50",...V,viewBox:"0 0 321 50",children:[C.jsx("rect",{width:"321",height:"50",fill:"#5A31F4"}),C.jsx("path",{d:"M173.695 22.7412C173.085 21.4617 171.929 20.6352 170.187 20.6352C169.652 20.6446 169.126 20.7766 168.651 21.0212C168.175 21.2658 167.762 21.6163 167.443 22.0459L167.379 22.1233V17.1087C167.379 17.0797 167.368 17.0519 167.347 17.0314C167.327 17.0109 167.299 16.9994 167.27 16.9994H164.807C164.778 16.9999 164.751 17.0117 164.731 17.0321C164.71 17.0525 164.699 17.08 164.699 17.1087V31.4931C164.699 31.5215 164.711 31.5488 164.731 31.569C164.751 31.5891 164.778 31.6004 164.807 31.6004H167.445C167.474 31.6004 167.501 31.5891 167.522 31.5691C167.542 31.549 167.554 31.5217 167.554 31.4931V25.3598C167.554 24.1678 168.349 23.3234 169.621 23.3234C171.011 23.3234 171.363 24.4678 171.363 25.634V31.4931C171.363 31.5215 171.374 31.5488 171.394 31.569C171.414 31.5891 171.442 31.6004 171.47 31.6004H174.103C174.131 31.6004 174.159 31.5891 174.179 31.5691C174.2 31.549 174.211 31.5217 174.212 31.4931V25.2843C174.212 25.0718 174.212 24.8631 174.184 24.6605C174.139 23.9964 173.973 23.3461 173.695 22.7412Z",fill:"white"}),C.jsx("path",{d:"M160.521 24.8729C160.521 24.8729 159.178 24.557 158.683 24.4298C158.189 24.3026 157.324 24.0324 157.324 23.3788C157.324 22.7251 158.022 22.5165 158.729 22.5165C159.436 22.5165 160.223 22.6874 160.285 23.4722C160.287 23.5004 160.3 23.5268 160.321 23.5459C160.342 23.565 160.369 23.5756 160.398 23.5755L162.999 23.5655C163.014 23.5656 163.029 23.5625 163.043 23.5564C163.057 23.5503 163.07 23.5414 163.08 23.5302C163.091 23.519 163.099 23.5058 163.104 23.4914C163.109 23.4769 163.111 23.4616 163.11 23.4463C162.949 20.935 160.746 20.037 158.713 20.037C156.303 20.037 154.541 21.6264 154.541 23.3788C154.541 24.6583 154.902 25.8583 157.745 26.6928C158.244 26.8378 158.922 27.0265 159.514 27.1914C160.225 27.3901 160.608 27.6901 160.608 28.163C160.608 28.7113 159.814 29.0928 159.033 29.0928C157.902 29.0928 157.1 28.6736 157.034 27.9206C157.031 27.893 157.017 27.8677 156.997 27.8494C156.976 27.8311 156.949 27.8211 156.921 27.8213L154.326 27.8332C154.311 27.8332 154.296 27.8362 154.282 27.8422C154.268 27.8481 154.255 27.8568 154.245 27.8677C154.234 27.8787 154.226 27.8916 154.22 27.9058C154.215 27.92 154.212 27.9352 154.213 27.9504C154.332 30.3207 156.621 31.5982 158.755 31.5982C161.934 31.5982 163.37 29.81 163.37 28.1352C163.374 27.3484 163.193 25.5563 160.521 24.8729Z",fill:"white"}),C.jsx("path",{d:"M193.979 20.6312C192.657 20.6312 191.551 21.3623 190.837 22.2445V20.7345C190.837 20.7064 190.826 20.6794 190.807 20.6593C190.787 20.6393 190.76 20.6277 190.732 20.6272H188.265C188.236 20.6272 188.209 20.6385 188.189 20.6586C188.169 20.6787 188.157 20.706 188.157 20.7345V34.8408C188.158 34.8689 188.169 34.8956 188.189 34.9153C188.209 34.935 188.236 34.9461 188.265 34.9461H190.905C190.933 34.9461 190.96 34.935 190.979 34.9152C190.999 34.8955 191.01 34.8687 191.01 34.8408V30.2036H191.05C191.469 30.8433 192.616 31.6102 194.114 31.6102C196.931 31.6102 199.279 29.2737 199.279 26.1167C199.281 23.0869 196.945 20.6312 193.979 20.6312ZM193.734 28.9221C193.178 28.9359 192.63 28.7837 192.161 28.4849C191.692 28.186 191.322 27.7542 191.099 27.2444C190.877 26.7346 190.811 26.17 190.91 25.6226C191.01 25.0753 191.27 24.57 191.658 24.1712C192.046 23.7725 192.544 23.4985 193.089 23.384C193.633 23.2696 194.199 23.3199 194.715 23.5287C195.231 23.7375 195.673 24.0952 195.984 24.5561C196.296 25.0171 196.463 25.5604 196.464 26.1167C196.47 26.4804 196.404 26.8416 196.269 27.1797C196.135 27.5177 195.936 27.8259 195.682 28.0866C195.428 28.3472 195.126 28.5552 194.791 28.6986C194.457 28.842 194.098 28.9179 193.734 28.9221Z",fill:"white"}),C.jsx("path",{d:"M180.343 20.0116C177.882 20.0116 176.654 20.848 175.668 21.5176L175.639 21.5375C175.588 21.5722 175.552 21.6249 175.538 21.685C175.525 21.745 175.534 21.808 175.565 21.8613L176.539 23.5382C176.557 23.5695 176.582 23.5965 176.612 23.6171C176.641 23.6377 176.676 23.6515 176.711 23.6574C176.746 23.6637 176.782 23.6622 176.817 23.6529C176.851 23.6436 176.883 23.6268 176.91 23.6037L176.988 23.5401C177.494 23.115 178.307 22.5468 180.274 22.3918C181.368 22.3044 182.314 22.5905 183.012 23.2421C183.778 23.9494 184.237 25.0918 184.237 26.2978C184.237 28.5171 182.93 29.9118 180.83 29.9396C179.1 29.9297 177.937 29.0277 177.937 27.6945C177.937 26.9872 178.257 26.5263 178.881 26.0654C178.929 26.0313 178.962 25.9811 178.976 25.9242C178.989 25.8672 178.982 25.8073 178.954 25.7554L178.08 24.1024C178.064 24.0728 178.042 24.0467 178.016 24.0256C177.99 24.0044 177.96 23.9887 177.927 23.9792C177.894 23.9694 177.859 23.9666 177.825 23.971C177.791 23.9755 177.758 23.9871 177.729 24.0051C176.747 24.5872 175.543 25.6521 175.609 27.6985C175.688 30.3032 177.854 32.292 180.669 32.3735H180.81H181.003C184.349 32.2642 186.765 29.7807 186.765 26.4131C186.765 23.3216 184.512 20.0116 180.343 20.0116Z",fill:"white"}),C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M204.725 17.0353H227.254C228.809 17.0353 230.069 18.2957 230.069 19.8506V32.1846C230.069 33.7395 228.809 34.9999 227.254 34.9999H204.725C203.171 34.9999 201.91 33.7395 201.91 32.1846V19.8506C201.91 18.2957 203.171 17.0353 204.725 17.0353ZM209.78 26.8043C211.659 26.8043 213.004 25.4334 213.004 23.5122C213.004 21.6009 211.659 20.222 209.78 20.222H206.462C206.422 20.222 206.385 20.2377 206.357 20.2657C206.329 20.2936 206.313 20.3315 206.313 20.371V29.4765C206.313 29.5159 206.329 29.5535 206.357 29.5813C206.385 29.6092 206.423 29.625 206.462 29.6255H207.71C207.749 29.6255 207.787 29.6098 207.815 29.5819C207.843 29.5539 207.859 29.516 207.859 29.4765V26.9533C207.859 26.9138 207.874 26.8759 207.902 26.8479C207.93 26.82 207.968 26.8043 208.008 26.8043H209.78ZM209.685 21.6048C210.706 21.6048 211.459 22.4115 211.459 23.5122C211.459 24.6148 210.706 25.4195 209.685 25.4195H208.008C207.968 25.4195 207.931 25.4041 207.903 25.3765C207.875 25.349 207.859 25.3116 207.859 25.2725V21.7538C207.859 21.7145 207.875 21.6769 207.903 21.649C207.931 21.6212 207.968 21.6053 208.008 21.6048H209.685ZM213.372 27.8792C213.359 27.5846 213.42 27.2915 213.549 27.0264C213.678 26.7613 213.871 26.5327 214.111 26.3613C214.596 25.9977 215.347 25.8089 216.462 25.7652L217.644 25.7255V25.3758C217.644 24.6784 217.175 24.3824 216.422 24.3824C215.669 24.3824 215.194 24.6486 215.083 25.0837C215.074 25.1145 215.055 25.1414 215.029 25.1601C215.003 25.1788 214.972 25.1883 214.94 25.1871H213.773C213.752 25.1876 213.731 25.1834 213.711 25.1748C213.691 25.1662 213.674 25.1534 213.66 25.1373C213.645 25.1213 213.635 25.1022 213.629 25.0817C213.623 25.0611 213.621 25.0394 213.624 25.0182C213.799 23.985 214.654 23.2003 216.475 23.2003C218.411 23.2003 219.108 24.1003 219.108 25.8189V29.4706C219.108 29.4903 219.105 29.5099 219.097 29.5282C219.09 29.5465 219.079 29.5632 219.065 29.5772C219.051 29.5913 219.035 29.6024 219.016 29.6101C218.998 29.6177 218.979 29.6216 218.959 29.6216H217.781C217.761 29.6216 217.741 29.6177 217.723 29.6101C217.705 29.6024 217.689 29.5913 217.675 29.5772C217.661 29.5632 217.65 29.5465 217.643 29.5282C217.635 29.5099 217.631 29.4903 217.632 29.4706V29.1984C217.634 29.1745 217.628 29.1506 217.615 29.1303C217.603 29.11 217.584 29.0943 217.561 29.0856C217.539 29.0769 217.514 29.0756 217.491 29.082C217.468 29.0884 217.448 29.102 217.433 29.1209C217.081 29.5044 216.509 29.7825 215.597 29.7825C214.26 29.7865 213.372 29.0871 213.372 27.8792ZM217.644 27.0844V26.8023L216.114 26.8818C215.307 26.9235 214.836 27.2593 214.836 27.8235C214.836 28.3341 215.267 28.6183 216.018 28.6183C217.04 28.6183 217.644 28.0659 217.644 27.0864V27.0844ZM220.292 31.3202V32.3831C220.29 32.4174 220.3 32.4514 220.32 32.4795C220.339 32.5077 220.368 32.5283 220.401 32.5381C220.609 32.5947 220.824 32.6208 221.039 32.6155C222.181 32.6155 223.224 32.1983 223.82 30.5731L226.443 23.5776C226.451 23.5551 226.453 23.5311 226.449 23.5076C226.446 23.4842 226.437 23.4618 226.423 23.4425C226.409 23.4231 226.391 23.4073 226.37 23.3963C226.349 23.3852 226.326 23.3793 226.302 23.3789H225.08C225.048 23.3787 225.017 23.3885 224.992 23.4071C224.966 23.4257 224.947 23.452 224.937 23.4822L223.493 27.9128C223.482 27.9418 223.462 27.9668 223.437 27.9845C223.411 28.0021 223.381 28.0116 223.35 28.0116C223.319 28.0116 223.288 28.0021 223.263 27.9845C223.237 27.9668 223.218 27.9418 223.207 27.9128L221.542 23.4703C221.531 23.4419 221.511 23.4174 221.486 23.4C221.461 23.3827 221.431 23.3733 221.401 23.373H220.208C220.185 23.3733 220.161 23.3792 220.14 23.3903C220.119 23.4013 220.101 23.4172 220.088 23.4365C220.074 23.4559 220.065 23.4782 220.061 23.5017C220.058 23.5252 220.06 23.5491 220.067 23.5716L222.519 29.8698C222.531 29.9025 222.531 29.9384 222.519 29.9711L222.442 30.2155C222.351 30.5187 222.162 30.7827 221.903 30.9654C221.645 31.148 221.333 31.2387 221.017 31.2228C220.834 31.2226 220.651 31.2053 220.471 31.1711C220.449 31.1671 220.426 31.1678 220.405 31.1734C220.383 31.179 220.363 31.1893 220.346 31.2036C220.329 31.2178 220.315 31.2356 220.306 31.2558C220.297 31.2759 220.292 31.2979 220.292 31.3202Z",fill:"white"}),C.jsx("path",{d:"M97.8813 31C100.28 31 101.702 29.8203 101.702 27.8359C101.702 26.3359 100.717 25.2578 99.1859 25.0625V25C100.272 24.8047 101.131 23.7109 101.131 22.5391C101.131 20.8516 99.8266 19.7266 97.8969 19.7266H93.4828V31H97.8813ZM94.8891 20.9688H97.5766C98.9438 20.9688 99.7094 21.5859 99.7094 22.7031C99.7094 23.9219 98.8031 24.5859 97.1391 24.5859H94.8891V20.9688ZM94.8891 29.7578V25.7969H97.5375C99.3344 25.7969 100.256 26.4609 100.256 27.7656C100.256 29.0703 99.3656 29.7578 97.6703 29.7578H94.8891ZM109.591 22.5781H108.231V27.4688C108.231 28.9141 107.395 29.8672 106.013 29.8672C104.692 29.8672 104.044 29.125 104.044 27.7422V22.5781H102.684V27.9766C102.684 29.8906 103.755 31.0781 105.598 31.0781C106.888 31.0781 107.755 30.5781 108.278 29.6094H108.309V31H109.591V22.5781ZM111.761 34.0547C113.253 34.0547 113.925 33.4688 114.644 31.5156L117.941 22.5781H116.511L114.152 29.6172H114.12L111.761 22.5781H110.316L113.433 31.0078L113.269 31.5078C112.925 32.5234 112.503 32.8984 111.722 32.8984C111.542 32.8984 111.323 32.8828 111.167 32.8516V34C111.331 34.0312 111.589 34.0547 111.761 34.0547ZM132.742 22.5781H131.398L129.688 29.4609H129.656L127.727 22.5781H126.414L124.484 29.4609H124.453L122.742 22.5781H121.398L123.758 31H125.133L127.055 24.4531H127.086L129.008 31H130.383L132.742 22.5781ZM133.577 31H134.936V22.5781H133.577V31ZM134.256 21.2188C134.733 21.2188 135.116 20.8281 135.116 20.3594C135.116 19.8828 134.733 19.5 134.256 19.5C133.787 19.5 133.397 19.8828 133.397 20.3594C133.397 20.8281 133.787 21.2188 134.256 21.2188ZM136.903 20.6797V22.5781H135.731V23.7031H136.903V28.8125C136.903 30.4297 137.497 31.0625 139.02 31.0625C139.341 31.0625 139.731 31.0312 139.895 30.9922V29.8438C139.802 29.8594 139.473 29.8828 139.309 29.8828C138.591 29.8828 138.262 29.5312 138.262 28.7578V23.7031H139.903V22.5781H138.262V20.6797H136.903ZM141.089 31H142.448V26.1562C142.448 24.6797 143.323 23.7109 144.745 23.7109C146.081 23.7109 146.761 24.5234 146.761 25.8672V31H148.12V25.625C148.12 23.75 146.995 22.5 145.152 22.5C143.863 22.5 143.003 22.9922 142.48 23.9453H142.448V19.2344H141.089V31Z",fill:"#F4F1FE"})]});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
-
${
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("./BaseIcon.liquid.js"),H=require("@gem-sdk/core");exports.default=V=>H.template`
|
|
2
|
+
${C.default({width:"321",height:"50",viewBox:"0 0 321 50",...V,children:`<rect width="321" height="50" fill="#5A31F4" />
|
|
3
3
|
<path
|
|
4
4
|
d="M173.695 22.7412C173.085 21.4617 171.929 20.6352 170.187 20.6352C169.652 20.6446 169.126 20.7766 168.651 21.0212C168.175 21.2658 167.762 21.6163 167.443 22.0459L167.379 22.1233V17.1087C167.379 17.0797 167.368 17.0519 167.347 17.0314C167.327 17.0109 167.299 16.9994 167.27 16.9994H164.807C164.778 16.9999 164.751 17.0117 164.731 17.0321C164.71 17.0525 164.699 17.08 164.699 17.1087V31.4931C164.699 31.5215 164.711 31.5488 164.731 31.569C164.751 31.5891 164.778 31.6004 164.807 31.6004H167.445C167.474 31.6004 167.501 31.5891 167.522 31.5691C167.542 31.549 167.554 31.5217 167.554 31.4931V25.3598C167.554 24.1678 168.349 23.3234 169.621 23.3234C171.011 23.3234 171.363 24.4678 171.363 25.634V31.4931C171.363 31.5215 171.374 31.5488 171.394 31.569C171.414 31.5891 171.442 31.6004 171.47 31.6004H174.103C174.131 31.6004 174.159 31.5891 174.179 31.5691C174.2 31.549 174.211 31.5217 174.212 31.4931V25.2843C174.212 25.0718 174.212 24.8631 174.184 24.6605C174.139 23.9964 173.973 23.3461 173.695 22.7412Z"
|
|
5
5
|
fill="white"
|
|
@@ -26,4 +26,4 @@
|
|
|
26
26
|
d="M97.8813 31C100.28 31 101.702 29.8203 101.702 27.8359C101.702 26.3359 100.717 25.2578 99.1859 25.0625V25C100.272 24.8047 101.131 23.7109 101.131 22.5391C101.131 20.8516 99.8266 19.7266 97.8969 19.7266H93.4828V31H97.8813ZM94.8891 20.9688H97.5766C98.9438 20.9688 99.7094 21.5859 99.7094 22.7031C99.7094 23.9219 98.8031 24.5859 97.1391 24.5859H94.8891V20.9688ZM94.8891 29.7578V25.7969H97.5375C99.3344 25.7969 100.256 26.4609 100.256 27.7656C100.256 29.0703 99.3656 29.7578 97.6703 29.7578H94.8891ZM109.591 22.5781H108.231V27.4688C108.231 28.9141 107.395 29.8672 106.013 29.8672C104.692 29.8672 104.044 29.125 104.044 27.7422V22.5781H102.684V27.9766C102.684 29.8906 103.755 31.0781 105.598 31.0781C106.888 31.0781 107.755 30.5781 108.278 29.6094H108.309V31H109.591V22.5781ZM111.761 34.0547C113.253 34.0547 113.925 33.4688 114.644 31.5156L117.941 22.5781H116.511L114.152 29.6172H114.12L111.761 22.5781H110.316L113.433 31.0078L113.269 31.5078C112.925 32.5234 112.503 32.8984 111.722 32.8984C111.542 32.8984 111.323 32.8828 111.167 32.8516V34C111.331 34.0312 111.589 34.0547 111.761 34.0547ZM132.742 22.5781H131.398L129.688 29.4609H129.656L127.727 22.5781H126.414L124.484 29.4609H124.453L122.742 22.5781H121.398L123.758 31H125.133L127.055 24.4531H127.086L129.008 31H130.383L132.742 22.5781ZM133.577 31H134.936V22.5781H133.577V31ZM134.256 21.2188C134.733 21.2188 135.116 20.8281 135.116 20.3594C135.116 19.8828 134.733 19.5 134.256 19.5C133.787 19.5 133.397 19.8828 133.397 20.3594C133.397 20.8281 133.787 21.2188 134.256 21.2188ZM136.903 20.6797V22.5781H135.731V23.7031H136.903V28.8125C136.903 30.4297 137.497 31.0625 139.02 31.0625C139.341 31.0625 139.731 31.0312 139.895 30.9922V29.8438C139.802 29.8594 139.473 29.8828 139.309 29.8828C138.591 29.8828 138.262 29.5312 138.262 28.7578V23.7031H139.903V22.5781H138.262V20.6797H136.903ZM141.089 31H142.448V26.1562C142.448 24.6797 143.323 23.7109 144.745 23.7109C146.081 23.7109 146.761 24.5234 146.761 25.8672V31H148.12V25.625C148.12 23.75 146.995 22.5 145.152 22.5C143.863 22.5 143.003 22.9922 142.48 23.9453H142.448V19.2344H141.089V31Z"
|
|
27
27
|
fill="#F4F1FE"
|
|
28
28
|
/>`})}
|
|
29
|
-
`;
|
|
29
|
+
`;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var c=require("react/jsx-runtime"),h=require("./BaseIcon.js");exports.default=v=>c.jsxs(h.default,{width:"321",height:"50",...v,viewBox:"0 0 321 50",children:[c.jsx("path",{d:"m0 0h321v50h-321z",fill:"#fff"}),c.jsxs("g",{fill:"#5a31f4",children:[c.jsx("path",{d:"m173.695 22.7412c-.61-1.2795-1.766-2.106-3.508-2.106-.535.0094-1.061.1414-1.536.386-.476.2446-.889.5951-1.208 1.0247l-.064.0774v-5.0146c0-.029-.011-.0568-.032-.0773-.02-.0205-.048-.032-.077-.032h-2.463c-.029.0005-.056.0123-.076.0327-.021.0204-.032.0479-.032.0766v14.3844c0 .0284.012.0557.032.0759.02.0201.047.0314.076.0314h2.638c.029 0 .056-.0113.077-.0313.02-.0201.032-.0474.032-.076v-6.1333c0-1.192.795-2.0364 2.067-2.0364 1.39 0 1.742 1.1444 1.742 2.3106v5.8591c0 .0284.011.0557.031.0759.02.0201.048.0314.076.0314h2.633c.028 0 .056-.0113.076-.0313.021-.0201.032-.0474.033-.076v-6.2088c0-.2125 0-.4212-.028-.6238-.045-.6641-.211-1.3144-.489-1.9193z"}),c.jsx("path",{d:"m160.521 24.8729s-1.343-.3159-1.838-.4431c-.494-.1272-1.359-.3974-1.359-1.051 0-.6537.698-.8623 1.405-.8623s1.494.1709 1.556.9557c.002.0282.015.0546.036.0737s.048.0297.077.0296l2.601-.01c.015.0001.03-.003.044-.0091s.027-.015.037-.0262c.011-.0112.019-.0244.024-.0388.005-.0145.007-.0298.006-.0451-.161-2.5113-2.364-3.4093-4.397-3.4093-2.41 0-4.172 1.5894-4.172 3.3418 0 1.2795.361 2.4795 3.204 3.314.499.145 1.177.3337 1.769.4986.711.1987 1.094.4987 1.094.9716 0 .5483-.794.9298-1.575.9298-1.131 0-1.933-.4192-1.999-1.1722-.003-.0276-.017-.0529-.037-.0712-.021-.0183-.048-.0283-.076-.0281l-2.595.0119c-.015 0-.03.003-.044.009-.014.0059-.027.0146-.037.0255-.011.011-.019.0239-.025.0381-.005.0142-.008.0294-.007.0446.119 2.3703 2.408 3.6478 4.542 3.6478 3.179 0 4.615-1.7882 4.615-3.463.004-.7868-.177-2.5789-2.849-3.2623z"}),c.jsx("path",{d:"m193.979 20.6312c-1.322 0-2.428.7311-3.142 1.6133v-1.51c0-.0281-.011-.0551-.03-.0752-.02-.02-.047-.0316-.075-.0321h-2.467c-.029 0-.056.0113-.076.0314s-.032.0474-.032.0759v14.1063c.001.0281.012.0548.032.0745s.047.0308.076.0308h2.64c.028 0 .055-.0111.074-.0309.02-.0197.031-.0465.031-.0744v-4.6372h.04c.419.6397 1.566 1.4066 3.064 1.4066 2.817 0 5.165-2.3365 5.165-5.4935.002-3.0298-2.334-5.4855-5.3-5.4855zm-.245 8.2909c-.556.0138-1.104-.1384-1.573-.4372-.469-.2989-.839-.7307-1.062-1.2405-.222-.5098-.288-1.0744-.189-1.6218.1-.5473.36-1.0526.748-1.4514.388-.3987.886-.6727 1.431-.7872.544-.1144 1.11-.0641 1.626.1447s.958.5665 1.269 1.0274c.312.461.479 1.0043.48 1.5606.006.3637-.06.7249-.195 1.063-.134.338-.333.6462-.587.9069-.254.2606-.556.4686-.891.612-.334.1434-.693.2193-1.057.2235z"}),c.jsx("path",{d:"m180.343 20.0116c-2.461 0-3.689.8364-4.675 1.506l-.029.0199c-.051.0347-.087.0874-.101.1475-.013.06-.004.123.027.1763l.974 1.6769c.018.0313.043.0583.073.0789.029.0206.064.0344.099.0403.035.0063.071.0048.106-.0045.034-.0093.066-.0261.093-.0492l.078-.0636c.506-.4251 1.319-.9933 3.286-1.1483 1.094-.0874 2.04.1987 2.738.8503.766.7073 1.225 1.8497 1.225 3.0557 0 2.2193-1.307 3.614-3.407 3.6418-1.73-.0099-2.893-.9119-2.893-2.2451 0-.7073.32-1.1682.944-1.6291.048-.0341.081-.0843.095-.1412.013-.057.006-.1169-.022-.1688l-.874-1.653c-.016-.0296-.038-.0557-.064-.0768-.026-.0212-.056-.0369-.089-.0464-.033-.0098-.068-.0126-.102-.0082-.034.0045-.067.0161-.096.0341-.982.5821-2.186 1.647-2.12 3.6934.079 2.6047 2.245 4.5935 5.06 4.675h.141.193c3.346-.1093 5.762-2.5928 5.762-5.9604 0-3.0915-2.253-6.4015-6.422-6.4015z"}),c.jsx("path",{clipRule:"evenodd",d:"m204.725 17.0353h22.529c1.555 0 2.815 1.2604 2.815 2.8153v12.334c0 1.5549-1.26 2.8153-2.815 2.8153h-22.529c-1.554 0-2.815-1.2604-2.815-2.8153v-12.334c0-1.5549 1.261-2.8153 2.815-2.8153zm5.055 9.769c1.879 0 3.224-1.3709 3.224-3.2921 0-1.9113-1.345-3.2902-3.224-3.2902h-3.318c-.04 0-.077.0157-.105.0437-.028.0279-.044.0658-.044.1053v9.1055c0 .0394.016.077.044.1048.028.0279.066.0437.105.0442h1.248c.039 0 .077-.0157.105-.0436.028-.028.044-.0659.044-.1054v-2.5232c0-.0395.015-.0774.043-.1054.028-.0279.066-.0436.106-.0436zm-.095-5.1995c1.021 0 1.774.8067 1.774 1.9074 0 1.1026-.753 1.9073-1.774 1.9073h-1.677c-.04 0-.077-.0154-.105-.043-.028-.0275-.044-.0649-.044-.104v-3.5187c0-.0393.016-.0769.044-.1048.028-.0278.065-.0437.105-.0442zm3.687 6.2744c-.013-.2946.048-.5877.177-.8528s.322-.4937.562-.6651c.485-.3636 1.236-.5524 2.351-.5961l1.182-.0397v-.3497c0-.6974-.469-.9934-1.222-.9934s-1.228.2662-1.339.7013c-.009.0308-.028.0577-.054.0764s-.057.0282-.089.027h-1.167c-.021.0005-.042-.0037-.062-.0123s-.037-.0214-.051-.0375c-.015-.016-.025-.0351-.031-.0556-.006-.0206-.008-.0423-.005-.0635.175-1.0332 1.03-1.8179 2.851-1.8179 1.936 0 2.633.9 2.633 2.6186v3.6517c0 .0197-.003.0393-.011.0576-.007.0183-.018.035-.032.049-.014.0141-.03.0252-.049.0329-.018.0076-.037.0115-.057.0115h-1.178c-.02 0-.04-.0039-.058-.0115-.018-.0077-.034-.0188-.048-.0329-.014-.014-.025-.0307-.032-.049-.008-.0183-.012-.0379-.011-.0576v-.2722c.002-.0239-.004-.0478-.017-.0681-.012-.0203-.031-.036-.054-.0447-.022-.0087-.047-.01-.07-.0036s-.043.02-.058.0389c-.352.3835-.924.6616-1.836.6616-1.337.004-2.225-.6954-2.225-1.9033zm4.272-.7948v-.2821l-1.53.0795c-.807.0417-1.278.3775-1.278.9417 0 .5106.431.7948 1.182.7948 1.022 0 1.626-.5524 1.626-1.5319zm2.648 4.2358v1.0629c-.002.0343.008.0683.028.0964.019.0282.048.0488.081.0586.208.0566.423.0827.638.0774 1.142 0 2.185-.4172 2.781-2.0424l2.623-6.9955c.008-.0225.01-.0465.006-.07-.003-.0234-.012-.0458-.026-.0651-.014-.0194-.032-.0352-.053-.0462-.021-.0111-.044-.017-.068-.0174h-1.222c-.032-.0002-.063.0096-.088.0282-.026.0186-.045.0449-.055.0751l-1.444 4.4306c-.011.029-.031.054-.056.0717-.026.0176-.056.0271-.087.0271s-.062-.0095-.087-.0271c-.026-.0177-.045-.0427-.056-.0717l-1.665-4.4425c-.011-.0284-.031-.0529-.056-.0703-.025-.0173-.055-.0267-.085-.027h-1.193c-.023.0003-.047.0062-.068.0173-.021.011-.039.0269-.052.0462-.014.0194-.023.0417-.027.0652-.003.0235-.001.0474.006.0699l2.452 6.2982c.012.0327.012.0686 0 .1013l-.077.2444c-.091.3032-.28.5672-.539.7499-.258.1826-.57.2733-.886.2574-.183-.0002-.366-.0175-.546-.0517-.022-.004-.045-.0033-.066.0023-.022.0056-.042.0159-.059.0302-.017.0142-.031.032-.04.0522-.009.0201-.014.0421-.014.0644z",fillRule:"evenodd"}),c.jsx("path",{d:"m97.8813 31c2.3987 0 3.8207-1.1797 3.8207-3.1641 0-1.5-.985-2.5781-2.5161-2.7734v-.0625c1.0861-.1953 1.9451-1.2891 1.9451-2.4609 0-1.6875-1.3044-2.8125-3.2341-2.8125h-4.4141v11.2734zm-2.9922-10.0312h2.6875c1.3672 0 2.1328.6171 2.1328 1.7343 0 1.2188-.9063 1.8828-2.5703 1.8828h-2.25zm0 8.789v-3.9609h2.6484c1.7969 0 2.7185.664 2.7185 1.9687s-.8904 1.9922-2.5857 1.9922zm14.7019-7.1797h-1.36v4.8907c0 1.4453-.836 2.3984-2.218 2.3984-1.321 0-1.969-.7422-1.969-2.125v-5.1641h-1.36v5.3985c0 1.914 1.071 3.1015 2.914 3.1015 1.29 0 2.157-.5 2.68-1.4687h.031v1.3906h1.282zm2.17 11.4766c1.492 0 2.164-.5859 2.883-2.5391l3.297-8.9375h-1.43l-2.359 7.0391h-.032l-2.359-7.0391h-1.445l3.117 8.4297-.164.5c-.344 1.0156-.766 1.3906-1.547 1.3906-.18 0-.399-.0156-.555-.0468v1.1484c.164.0312.422.0547.594.0547zm20.981-11.4766h-1.344l-1.71 6.8828h-.032l-1.929-6.8828h-1.313l-1.93 6.8828h-.031l-1.711-6.8828h-1.344l2.36 8.4219h1.375l1.922-6.5469h.031l1.922 6.5469h1.375zm.835 8.4219h1.359v-8.4219h-1.359zm.679-9.7812c.477 0 .86-.3907.86-.8594 0-.4766-.383-.8594-.86-.8594-.469 0-.859.3828-.859.8594 0 .4687.39.8594.859.8594zm2.647-.5391v1.8984h-1.172v1.125h1.172v5.1094c0 1.6172.594 2.25 2.117 2.25.321 0 .711-.0313.875-.0703v-1.1484c-.093.0156-.422.039-.586.039-.718 0-1.047-.3516-1.047-1.125v-5.0547h1.641v-1.125h-1.641v-1.8984zm4.186 10.3203h1.359v-4.8438c0-1.4765.875-2.4453 2.297-2.4453 1.336 0 2.016.8125 2.016 2.1563v5.1328h1.359v-5.375c0-1.875-1.125-3.125-2.968-3.125-1.289 0-2.149.4922-2.672 1.4453h-.032v-4.7109h-1.359z"})]})]});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
-
${
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var c=require("./BaseIcon.liquid.js"),h=require("@gem-sdk/core");exports.default=v=>h.template`
|
|
2
|
+
${c.default({width:"321",height:"50",viewBox:"0 0 321 50",...v,children:`<path d="m0 0h321v50h-321z" fill="#fff" />
|
|
3
3
|
<g fill="#5a31f4">
|
|
4
4
|
<path d="m173.695 22.7412c-.61-1.2795-1.766-2.106-3.508-2.106-.535.0094-1.061.1414-1.536.386-.476.2446-.889.5951-1.208 1.0247l-.064.0774v-5.0146c0-.029-.011-.0568-.032-.0773-.02-.0205-.048-.032-.077-.032h-2.463c-.029.0005-.056.0123-.076.0327-.021.0204-.032.0479-.032.0766v14.3844c0 .0284.012.0557.032.0759.02.0201.047.0314.076.0314h2.638c.029 0 .056-.0113.077-.0313.02-.0201.032-.0474.032-.076v-6.1333c0-1.192.795-2.0364 2.067-2.0364 1.39 0 1.742 1.1444 1.742 2.3106v5.8591c0 .0284.011.0557.031.0759.02.0201.048.0314.076.0314h2.633c.028 0 .056-.0113.076-.0313.021-.0201.032-.0474.033-.076v-6.2088c0-.2125 0-.4212-.028-.6238-.045-.6641-.211-1.3144-.489-1.9193z" />
|
|
5
5
|
<path d="m160.521 24.8729s-1.343-.3159-1.838-.4431c-.494-.1272-1.359-.3974-1.359-1.051 0-.6537.698-.8623 1.405-.8623s1.494.1709 1.556.9557c.002.0282.015.0546.036.0737s.048.0297.077.0296l2.601-.01c.015.0001.03-.003.044-.0091s.027-.015.037-.0262c.011-.0112.019-.0244.024-.0388.005-.0145.007-.0298.006-.0451-.161-2.5113-2.364-3.4093-4.397-3.4093-2.41 0-4.172 1.5894-4.172 3.3418 0 1.2795.361 2.4795 3.204 3.314.499.145 1.177.3337 1.769.4986.711.1987 1.094.4987 1.094.9716 0 .5483-.794.9298-1.575.9298-1.131 0-1.933-.4192-1.999-1.1722-.003-.0276-.017-.0529-.037-.0712-.021-.0183-.048-.0283-.076-.0281l-2.595.0119c-.015 0-.03.003-.044.009-.014.0059-.027.0146-.037.0255-.011.011-.019.0239-.025.0381-.005.0142-.008.0294-.007.0446.119 2.3703 2.408 3.6478 4.542 3.6478 3.179 0 4.615-1.7882 4.615-3.463.004-.7868-.177-2.5789-2.849-3.2623z" />
|
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
/>
|
|
13
13
|
<path d="m97.8813 31c2.3987 0 3.8207-1.1797 3.8207-3.1641 0-1.5-.985-2.5781-2.5161-2.7734v-.0625c1.0861-.1953 1.9451-1.2891 1.9451-2.4609 0-1.6875-1.3044-2.8125-3.2341-2.8125h-4.4141v11.2734zm-2.9922-10.0312h2.6875c1.3672 0 2.1328.6171 2.1328 1.7343 0 1.2188-.9063 1.8828-2.5703 1.8828h-2.25zm0 8.789v-3.9609h2.6484c1.7969 0 2.7185.664 2.7185 1.9687s-.8904 1.9922-2.5857 1.9922zm14.7019-7.1797h-1.36v4.8907c0 1.4453-.836 2.3984-2.218 2.3984-1.321 0-1.969-.7422-1.969-2.125v-5.1641h-1.36v5.3985c0 1.914 1.071 3.1015 2.914 3.1015 1.29 0 2.157-.5 2.68-1.4687h.031v1.3906h1.282zm2.17 11.4766c1.492 0 2.164-.5859 2.883-2.5391l3.297-8.9375h-1.43l-2.359 7.0391h-.032l-2.359-7.0391h-1.445l3.117 8.4297-.164.5c-.344 1.0156-.766 1.3906-1.547 1.3906-.18 0-.399-.0156-.555-.0468v1.1484c.164.0312.422.0547.594.0547zm20.981-11.4766h-1.344l-1.71 6.8828h-.032l-1.929-6.8828h-1.313l-1.93 6.8828h-.031l-1.711-6.8828h-1.344l2.36 8.4219h1.375l1.922-6.5469h.031l1.922 6.5469h1.375zm.835 8.4219h1.359v-8.4219h-1.359zm.679-9.7812c.477 0 .86-.3907.86-.8594 0-.4766-.383-.8594-.86-.8594-.469 0-.859.3828-.859.8594 0 .4687.39.8594.859.8594zm2.647-.5391v1.8984h-1.172v1.125h1.172v5.1094c0 1.6172.594 2.25 2.117 2.25.321 0 .711-.0313.875-.0703v-1.1484c-.093.0156-.422.039-.586.039-.718 0-1.047-.3516-1.047-1.125v-5.0547h1.641v-1.125h-1.641v-1.8984zm4.186 10.3203h1.359v-4.8438c0-1.4765.875-2.4453 2.297-2.4453 1.336 0 2.016.8125 2.016 2.1563v5.1328h1.359v-5.375c0-1.875-1.125-3.125-2.968-3.125-1.289 0-2.149.4922-2.672 1.4453h-.032v-4.7109h-1.359z" />
|
|
14
14
|
</g>`})}
|
|
15
|
-
`;
|
|
15
|
+
`;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("react/jsx-runtime"),e=require("./BaseIcon.js");exports.default=t=>C.jsxs(e.default,{width:"321",height:"50",...t,viewBox:"0 0 321 50",children:[C.jsx("rect",{width:"321",height:"50",fill:"black"}),C.jsx("path",{d:"M141.983 21.7414C141.373 20.4619 140.216 19.6354 138.474 19.6354C137.939 19.6447 137.414 19.7767 136.938 20.0213C136.462 20.2659 136.049 20.6165 135.73 21.046L135.667 21.1235V16.1088C135.667 16.0798 135.655 16.052 135.635 16.0315C135.614 16.011 135.586 15.9995 135.557 15.9995H133.094C133.065 16 133.038 16.0118 133.018 16.0322C132.998 16.0526 132.986 16.0801 132.986 16.1088V30.4932C132.986 30.5217 132.998 30.549 133.018 30.5691C133.038 30.5892 133.065 30.6005 133.094 30.6005H135.732C135.761 30.6005 135.788 30.5893 135.809 30.5692C135.829 30.5491 135.841 30.5218 135.841 30.4932V24.36C135.841 23.1679 136.636 22.3235 137.908 22.3235C139.298 22.3235 139.65 23.4679 139.65 24.6341V30.4932C139.65 30.5217 139.661 30.549 139.681 30.5691C139.702 30.5892 139.729 30.6005 139.757 30.6005H142.39C142.418 30.6005 142.446 30.5893 142.466 30.5692C142.487 30.5491 142.499 30.5218 142.499 30.4932V24.2845C142.499 24.0719 142.499 23.8633 142.471 23.6606C142.426 22.9965 142.26 22.3462 141.983 21.7414Z",fill:"white"}),C.jsx("path",{d:"M128.808 23.873C128.808 23.873 127.465 23.5571 126.97 23.4299C126.476 23.3028 125.611 23.0326 125.611 22.3789C125.611 21.7252 126.309 21.5166 127.016 21.5166C127.723 21.5166 128.51 21.6875 128.572 22.4723C128.574 22.5006 128.587 22.5269 128.608 22.546C128.629 22.5651 128.657 22.5757 128.685 22.5756L131.286 22.5657C131.301 22.5657 131.316 22.5626 131.33 22.5565C131.344 22.5504 131.357 22.5415 131.367 22.5303C131.378 22.5191 131.386 22.5059 131.391 22.4915C131.396 22.477 131.398 22.4617 131.397 22.4465C131.236 19.9351 129.033 19.0371 127 19.0371C124.59 19.0371 122.828 20.6265 122.828 22.3789C122.828 23.6584 123.189 24.8584 126.033 25.6929C126.531 25.8379 127.209 26.0267 127.801 26.1916C128.512 26.3903 128.896 26.6903 128.896 27.1631C128.896 27.7115 128.101 28.0929 127.32 28.0929C126.19 28.0929 125.387 27.6737 125.321 26.9207C125.318 26.8932 125.304 26.8678 125.284 26.8495C125.263 26.8312 125.236 26.8212 125.208 26.8214L122.613 26.8333C122.598 26.8333 122.583 26.8364 122.569 26.8423C122.555 26.8482 122.542 26.8569 122.532 26.8679C122.521 26.8788 122.513 26.8918 122.508 26.906C122.502 26.9202 122.5 26.9353 122.5 26.9505C122.619 29.3208 124.908 30.5983 127.042 30.5983C130.221 30.5983 131.657 28.8102 131.657 27.1353C131.661 26.3485 131.48 24.5564 128.808 23.873Z",fill:"white"}),C.jsx("path",{d:"M162.266 19.6313C160.944 19.6313 159.838 20.3624 159.125 21.2446V19.7346C159.125 19.7065 159.114 19.6795 159.094 19.6594C159.074 19.6394 159.047 19.6278 159.019 19.6273H156.552C156.523 19.6273 156.496 19.6386 156.476 19.6587C156.456 19.6789 156.444 19.7062 156.444 19.7346V33.8409C156.445 33.869 156.456 33.8958 156.476 33.9155C156.497 33.9351 156.524 33.9462 156.552 33.9462H159.192C159.22 33.9462 159.247 33.9351 159.267 33.9153C159.286 33.8956 159.297 33.8688 159.297 33.8409V29.2037H159.337C159.756 29.8434 160.903 30.6103 162.401 30.6103C165.218 30.6103 167.566 28.2739 167.566 25.1168C167.568 22.087 165.232 19.6313 162.266 19.6313ZM162.021 27.9222C161.465 27.936 160.917 27.7838 160.448 27.485C159.979 27.1862 159.609 26.7543 159.387 26.2445C159.164 25.7347 159.098 25.1701 159.198 24.6227C159.297 24.0754 159.557 23.5701 159.945 23.1714C160.333 22.7727 160.831 22.4986 161.376 22.3841C161.92 22.2697 162.487 22.3201 163.002 22.5288C163.518 22.7376 163.96 23.0953 164.271 23.5562C164.583 24.0172 164.75 24.5605 164.751 25.1168C164.757 25.4805 164.691 25.8417 164.557 26.1798C164.422 26.5178 164.223 26.826 163.969 27.0867C163.715 27.3474 163.413 27.5554 163.079 27.6987C162.744 27.8421 162.385 27.9181 162.021 27.9222Z",fill:"white"}),C.jsx("path",{d:"M148.63 19.0117C146.169 19.0117 144.941 19.8482 143.955 20.5177L143.926 20.5376C143.875 20.5724 143.839 20.6251 143.825 20.6851C143.812 20.7451 143.821 20.8081 143.852 20.8614L144.826 22.5383C144.844 22.5697 144.869 22.5966 144.899 22.6172C144.929 22.6378 144.963 22.6516 144.998 22.6575C145.034 22.6638 145.069 22.6623 145.104 22.653C145.138 22.6437 145.17 22.6269 145.197 22.6038L145.275 22.5403C145.781 22.1151 146.594 21.5469 148.561 21.3919C149.656 21.3045 150.601 21.5906 151.299 22.2423C152.066 22.9496 152.524 24.092 152.524 25.298C152.524 27.5172 151.217 28.9119 149.117 28.9397C147.387 28.9298 146.224 28.0278 146.224 26.6947C146.224 25.9874 146.544 25.5264 147.168 25.0655C147.216 25.0314 147.249 24.9813 147.263 24.9243C147.276 24.8673 147.269 24.8074 147.242 24.7556L146.367 23.1025C146.351 23.073 146.329 23.0468 146.303 23.0257C146.277 23.0046 146.247 22.9888 146.214 22.9794C146.181 22.9695 146.147 22.9667 146.112 22.9712C146.078 22.9756 146.045 22.9872 146.016 23.0052C145.034 23.5873 143.83 24.6522 143.896 26.6986C143.975 29.3033 146.141 31.2921 148.956 31.3736H149.097H149.29C152.636 31.2643 155.052 28.7808 155.052 25.4132C155.052 22.3217 152.799 19.0117 148.63 19.0117Z",fill:"white"}),C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M173.013 16.0354H195.541C197.096 16.0354 198.356 17.2958 198.356 18.8507V31.1847C198.356 32.7396 197.096 34 195.541 34H173.013C171.458 34 170.197 32.7396 170.197 31.1847V18.8507C170.197 17.2958 171.458 16.0354 173.013 16.0354ZM178.067 25.8044C179.946 25.8044 181.292 24.4335 181.292 22.5123C181.292 20.601 179.946 19.2221 178.067 19.2221H174.749C174.709 19.2221 174.672 19.2378 174.644 19.2658C174.616 19.2937 174.6 19.3316 174.6 19.3712V28.4767C174.601 28.516 174.616 28.5536 174.644 28.5814C174.672 28.6093 174.71 28.6251 174.749 28.6257H175.997C176.036 28.6257 176.074 28.61 176.102 28.582C176.13 28.5541 176.146 28.5162 176.146 28.4767V25.9534C176.146 25.9139 176.161 25.876 176.189 25.848C176.217 25.8201 176.255 25.8044 176.295 25.8044H178.067ZM177.972 20.605C178.993 20.605 179.746 21.4116 179.746 22.5123C179.746 23.615 178.993 24.4196 177.972 24.4196H176.295C176.256 24.4196 176.218 24.4042 176.19 24.3767C176.162 24.3492 176.146 24.3118 176.146 24.2726V20.754C176.146 20.7146 176.162 20.677 176.19 20.6492C176.218 20.6213 176.255 20.6055 176.295 20.605H177.972ZM181.659 26.8793C181.646 26.5847 181.707 26.2916 181.836 26.0265C181.965 25.7615 182.158 25.5328 182.398 25.3614C182.883 24.9978 183.634 24.809 184.749 24.7653L185.931 24.7256V24.3759C185.931 23.6786 185.462 23.3825 184.709 23.3825C183.956 23.3825 183.481 23.6488 183.37 24.0839C183.361 24.1146 183.342 24.1415 183.316 24.1602C183.29 24.1789 183.259 24.1884 183.227 24.1872H182.06C182.039 24.1877 182.018 24.1835 181.998 24.1749C181.978 24.1664 181.961 24.1536 181.947 24.1375C181.932 24.1214 181.922 24.1024 181.916 24.0818C181.91 24.0612 181.908 24.0395 181.911 24.0183C182.086 22.9852 182.941 22.2004 184.763 22.2004C186.698 22.2004 187.395 23.1004 187.395 24.819V28.4707C187.395 28.4904 187.392 28.51 187.384 28.5283C187.377 28.5467 187.366 28.5633 187.352 28.5774C187.338 28.5914 187.322 28.6026 187.304 28.6102C187.285 28.6178 187.266 28.6217 187.246 28.6217H186.068C186.048 28.6217 186.029 28.6178 186.01 28.6102C185.992 28.6026 185.976 28.5914 185.962 28.5774C185.948 28.5633 185.937 28.5467 185.93 28.5283C185.922 28.51 185.919 28.4904 185.919 28.4707V28.1985C185.921 28.1746 185.915 28.1508 185.902 28.1304C185.89 28.1101 185.871 28.0944 185.848 28.0857C185.826 28.077 185.802 28.0757 185.778 28.0821C185.755 28.0885 185.735 28.1021 185.72 28.121C185.369 28.5045 184.796 28.7826 183.884 28.7826C182.547 28.7866 181.659 28.0873 181.659 26.8793ZM185.931 26.0846V25.8024L184.401 25.8819C183.594 25.9236 183.123 26.2594 183.123 26.8237C183.123 27.3343 183.555 27.6184 184.306 27.6184C185.327 27.6184 185.931 27.066 185.931 26.0866V26.0846ZM188.579 30.3203V31.3832C188.577 31.4176 188.587 31.4516 188.607 31.4797C188.627 31.5078 188.655 31.5284 188.688 31.5382C188.896 31.5948 189.111 31.6209 189.326 31.6157C190.468 31.6157 191.512 31.1984 192.108 29.5732L194.73 22.5777C194.738 22.5552 194.74 22.5312 194.736 22.5078C194.733 22.4843 194.724 22.462 194.71 22.4426C194.696 22.4233 194.678 22.4074 194.657 22.3964C194.636 22.3853 194.613 22.3794 194.589 22.379H193.367C193.335 22.3788 193.304 22.3887 193.279 22.4073C193.253 22.4258 193.234 22.4522 193.224 22.4824L191.78 26.9129C191.769 26.942 191.749 26.9669 191.724 26.9846C191.698 27.0022 191.668 27.0117 191.637 27.0117C191.606 27.0117 191.575 27.0022 191.55 26.9846C191.524 26.9669 191.505 26.942 191.494 26.9129L189.829 22.4704C189.818 22.442 189.798 22.4175 189.773 22.4002C189.748 22.3828 189.718 22.3734 189.688 22.3731H188.496C188.472 22.3734 188.449 22.3794 188.428 22.3904C188.407 22.4015 188.388 22.4173 188.375 22.4367C188.361 22.456 188.352 22.4783 188.348 22.5018C188.345 22.5253 188.347 22.5492 188.355 22.5718L190.806 28.8699C190.818 28.9026 190.818 28.9385 190.806 28.9712L190.729 29.2156C190.638 29.5188 190.449 29.7828 190.191 29.9655C189.932 30.1481 189.62 30.2388 189.304 30.2229C189.121 30.2227 188.938 30.2054 188.758 30.1713C188.736 30.1672 188.713 30.168 188.692 30.1736C188.67 30.1792 188.65 30.1894 188.633 30.2037C188.616 30.2179 188.603 30.2358 188.593 30.2559C188.584 30.2761 188.579 30.298 188.579 30.3203Z",fill:"white"})]});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
-
${
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("./BaseIcon.liquid.js"),e=require("@gem-sdk/core");exports.default=i=>e.template`
|
|
2
|
+
${C.default({width:"321",height:"50",viewBox:"0 0 321 50",...i,children:`<rect width="321" height="50" fill="black" />
|
|
3
3
|
<path
|
|
4
4
|
d="M141.983 21.7414C141.373 20.4619 140.216 19.6354 138.474 19.6354C137.939 19.6447 137.414 19.7767 136.938 20.0213C136.462 20.2659 136.049 20.6165 135.73 21.046L135.667 21.1235V16.1088C135.667 16.0798 135.655 16.052 135.635 16.0315C135.614 16.011 135.586 15.9995 135.557 15.9995H133.094C133.065 16 133.038 16.0118 133.018 16.0322C132.998 16.0526 132.986 16.0801 132.986 16.1088V30.4932C132.986 30.5217 132.998 30.549 133.018 30.5691C133.038 30.5892 133.065 30.6005 133.094 30.6005H135.732C135.761 30.6005 135.788 30.5893 135.809 30.5692C135.829 30.5491 135.841 30.5218 135.841 30.4932V24.36C135.841 23.1679 136.636 22.3235 137.908 22.3235C139.298 22.3235 139.65 23.4679 139.65 24.6341V30.4932C139.65 30.5217 139.661 30.549 139.681 30.5691C139.702 30.5892 139.729 30.6005 139.757 30.6005H142.39C142.418 30.6005 142.446 30.5893 142.466 30.5692C142.487 30.5491 142.499 30.5218 142.499 30.4932V24.2845C142.499 24.0719 142.499 23.8633 142.471 23.6606C142.426 22.9965 142.26 22.3462 141.983 21.7414Z"
|
|
5
5
|
fill="white"
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
d="M173.013 16.0354H195.541C197.096 16.0354 198.356 17.2958 198.356 18.8507V31.1847C198.356 32.7396 197.096 34 195.541 34H173.013C171.458 34 170.197 32.7396 170.197 31.1847V18.8507C170.197 17.2958 171.458 16.0354 173.013 16.0354ZM178.067 25.8044C179.946 25.8044 181.292 24.4335 181.292 22.5123C181.292 20.601 179.946 19.2221 178.067 19.2221H174.749C174.709 19.2221 174.672 19.2378 174.644 19.2658C174.616 19.2937 174.6 19.3316 174.6 19.3712V28.4767C174.601 28.516 174.616 28.5536 174.644 28.5814C174.672 28.6093 174.71 28.6251 174.749 28.6257H175.997C176.036 28.6257 176.074 28.61 176.102 28.582C176.13 28.5541 176.146 28.5162 176.146 28.4767V25.9534C176.146 25.9139 176.161 25.876 176.189 25.848C176.217 25.8201 176.255 25.8044 176.295 25.8044H178.067ZM177.972 20.605C178.993 20.605 179.746 21.4116 179.746 22.5123C179.746 23.615 178.993 24.4196 177.972 24.4196H176.295C176.256 24.4196 176.218 24.4042 176.19 24.3767C176.162 24.3492 176.146 24.3118 176.146 24.2726V20.754C176.146 20.7146 176.162 20.677 176.19 20.6492C176.218 20.6213 176.255 20.6055 176.295 20.605H177.972ZM181.659 26.8793C181.646 26.5847 181.707 26.2916 181.836 26.0265C181.965 25.7615 182.158 25.5328 182.398 25.3614C182.883 24.9978 183.634 24.809 184.749 24.7653L185.931 24.7256V24.3759C185.931 23.6786 185.462 23.3825 184.709 23.3825C183.956 23.3825 183.481 23.6488 183.37 24.0839C183.361 24.1146 183.342 24.1415 183.316 24.1602C183.29 24.1789 183.259 24.1884 183.227 24.1872H182.06C182.039 24.1877 182.018 24.1835 181.998 24.1749C181.978 24.1664 181.961 24.1536 181.947 24.1375C181.932 24.1214 181.922 24.1024 181.916 24.0818C181.91 24.0612 181.908 24.0395 181.911 24.0183C182.086 22.9852 182.941 22.2004 184.763 22.2004C186.698 22.2004 187.395 23.1004 187.395 24.819V28.4707C187.395 28.4904 187.392 28.51 187.384 28.5283C187.377 28.5467 187.366 28.5633 187.352 28.5774C187.338 28.5914 187.322 28.6026 187.304 28.6102C187.285 28.6178 187.266 28.6217 187.246 28.6217H186.068C186.048 28.6217 186.029 28.6178 186.01 28.6102C185.992 28.6026 185.976 28.5914 185.962 28.5774C185.948 28.5633 185.937 28.5467 185.93 28.5283C185.922 28.51 185.919 28.4904 185.919 28.4707V28.1985C185.921 28.1746 185.915 28.1508 185.902 28.1304C185.89 28.1101 185.871 28.0944 185.848 28.0857C185.826 28.077 185.802 28.0757 185.778 28.0821C185.755 28.0885 185.735 28.1021 185.72 28.121C185.369 28.5045 184.796 28.7826 183.884 28.7826C182.547 28.7866 181.659 28.0873 181.659 26.8793ZM185.931 26.0846V25.8024L184.401 25.8819C183.594 25.9236 183.123 26.2594 183.123 26.8237C183.123 27.3343 183.555 27.6184 184.306 27.6184C185.327 27.6184 185.931 27.066 185.931 26.0866V26.0846ZM188.579 30.3203V31.3832C188.577 31.4176 188.587 31.4516 188.607 31.4797C188.627 31.5078 188.655 31.5284 188.688 31.5382C188.896 31.5948 189.111 31.6209 189.326 31.6157C190.468 31.6157 191.512 31.1984 192.108 29.5732L194.73 22.5777C194.738 22.5552 194.74 22.5312 194.736 22.5078C194.733 22.4843 194.724 22.462 194.71 22.4426C194.696 22.4233 194.678 22.4074 194.657 22.3964C194.636 22.3853 194.613 22.3794 194.589 22.379H193.367C193.335 22.3788 193.304 22.3887 193.279 22.4073C193.253 22.4258 193.234 22.4522 193.224 22.4824L191.78 26.9129C191.769 26.942 191.749 26.9669 191.724 26.9846C191.698 27.0022 191.668 27.0117 191.637 27.0117C191.606 27.0117 191.575 27.0022 191.55 26.9846C191.524 26.9669 191.505 26.942 191.494 26.9129L189.829 22.4704C189.818 22.442 189.798 22.4175 189.773 22.4002C189.748 22.3828 189.718 22.3734 189.688 22.3731H188.496C188.472 22.3734 188.449 22.3794 188.428 22.3904C188.407 22.4015 188.388 22.4173 188.375 22.4367C188.361 22.456 188.352 22.4783 188.348 22.5018C188.345 22.5253 188.347 22.5492 188.355 22.5718L190.806 28.8699C190.818 28.9026 190.818 28.9385 190.806 28.9712L190.729 29.2156C190.638 29.5188 190.449 29.7828 190.191 29.9655C189.932 30.1481 189.62 30.2388 189.304 30.2229C189.121 30.2227 188.938 30.2054 188.758 30.1713C188.736 30.1672 188.713 30.168 188.692 30.1736C188.67 30.1792 188.65 30.1894 188.633 30.2037C188.616 30.2179 188.603 30.2358 188.593 30.2559C188.584 30.2761 188.579 30.298 188.579 30.3203Z"
|
|
23
23
|
fill="white"
|
|
24
24
|
/>`})}
|
|
25
|
-
`;
|
|
25
|
+
`;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("react/jsx-runtime"),e=require("./BaseIcon.js");exports.default=t=>C.jsxs(e.default,{width:"321",height:"50",...t,viewBox:"0 0 321 50",children:[C.jsx("rect",{width:"321",height:"50",fill:"#5A31F4"}),C.jsx("path",{d:"M141.983 21.7414C141.373 20.4619 140.216 19.6354 138.474 19.6354C137.939 19.6447 137.414 19.7767 136.938 20.0213C136.462 20.2659 136.049 20.6165 135.73 21.046L135.667 21.1235V16.1088C135.667 16.0798 135.655 16.052 135.635 16.0315C135.614 16.011 135.586 15.9995 135.557 15.9995H133.094C133.065 16 133.038 16.0118 133.018 16.0322C132.998 16.0526 132.986 16.0801 132.986 16.1088V30.4932C132.986 30.5217 132.998 30.549 133.018 30.5691C133.038 30.5892 133.065 30.6005 133.094 30.6005H135.732C135.761 30.6005 135.788 30.5893 135.809 30.5692C135.829 30.5491 135.841 30.5218 135.841 30.4932V24.36C135.841 23.1679 136.636 22.3235 137.908 22.3235C139.298 22.3235 139.65 23.4679 139.65 24.6341V30.4932C139.65 30.5217 139.661 30.549 139.681 30.5691C139.702 30.5892 139.729 30.6005 139.757 30.6005H142.39C142.418 30.6005 142.446 30.5893 142.466 30.5692C142.487 30.5491 142.499 30.5218 142.499 30.4932V24.2845C142.499 24.0719 142.499 23.8633 142.471 23.6606C142.426 22.9965 142.26 22.3462 141.983 21.7414Z",fill:"white"}),C.jsx("path",{d:"M128.808 23.873C128.808 23.873 127.465 23.5571 126.97 23.4299C126.476 23.3028 125.611 23.0326 125.611 22.3789C125.611 21.7252 126.309 21.5166 127.016 21.5166C127.723 21.5166 128.51 21.6875 128.572 22.4723C128.574 22.5006 128.587 22.5269 128.608 22.546C128.629 22.5651 128.657 22.5757 128.685 22.5756L131.286 22.5657C131.301 22.5657 131.316 22.5626 131.33 22.5565C131.344 22.5504 131.357 22.5415 131.367 22.5303C131.378 22.5191 131.386 22.5059 131.391 22.4915C131.396 22.477 131.398 22.4617 131.397 22.4465C131.236 19.9351 129.033 19.0371 127 19.0371C124.59 19.0371 122.828 20.6265 122.828 22.3789C122.828 23.6584 123.189 24.8584 126.033 25.6929C126.531 25.8379 127.209 26.0267 127.801 26.1916C128.512 26.3903 128.896 26.6903 128.896 27.1631C128.896 27.7115 128.101 28.0929 127.32 28.0929C126.19 28.0929 125.387 27.6737 125.321 26.9207C125.318 26.8932 125.304 26.8678 125.284 26.8495C125.263 26.8312 125.236 26.8212 125.208 26.8214L122.613 26.8333C122.598 26.8333 122.583 26.8364 122.569 26.8423C122.555 26.8482 122.542 26.8569 122.532 26.8679C122.521 26.8788 122.513 26.8918 122.508 26.906C122.502 26.9202 122.5 26.9353 122.5 26.9505C122.619 29.3208 124.908 30.5983 127.042 30.5983C130.221 30.5983 131.657 28.8102 131.657 27.1353C131.661 26.3485 131.48 24.5564 128.808 23.873Z",fill:"white"}),C.jsx("path",{d:"M162.266 19.6313C160.944 19.6313 159.838 20.3624 159.125 21.2446V19.7346C159.125 19.7065 159.114 19.6795 159.094 19.6594C159.074 19.6394 159.047 19.6278 159.019 19.6273H156.552C156.523 19.6273 156.496 19.6386 156.476 19.6587C156.456 19.6789 156.444 19.7062 156.444 19.7346V33.8409C156.445 33.869 156.456 33.8958 156.476 33.9155C156.497 33.9351 156.524 33.9462 156.552 33.9462H159.192C159.22 33.9462 159.247 33.9351 159.267 33.9153C159.286 33.8956 159.297 33.8688 159.297 33.8409V29.2037H159.337C159.756 29.8434 160.903 30.6103 162.401 30.6103C165.218 30.6103 167.566 28.2739 167.566 25.1168C167.568 22.087 165.232 19.6313 162.266 19.6313ZM162.021 27.9222C161.465 27.936 160.917 27.7838 160.448 27.485C159.979 27.1862 159.609 26.7543 159.387 26.2445C159.164 25.7347 159.098 25.1701 159.198 24.6227C159.297 24.0754 159.557 23.5701 159.945 23.1714C160.333 22.7727 160.831 22.4986 161.376 22.3841C161.92 22.2697 162.487 22.3201 163.002 22.5288C163.518 22.7376 163.96 23.0953 164.271 23.5562C164.583 24.0172 164.75 24.5605 164.751 25.1168C164.757 25.4805 164.691 25.8417 164.557 26.1798C164.422 26.5178 164.223 26.826 163.969 27.0867C163.715 27.3474 163.413 27.5554 163.079 27.6987C162.744 27.8421 162.385 27.9181 162.021 27.9222Z",fill:"white"}),C.jsx("path",{d:"M148.63 19.0117C146.169 19.0117 144.941 19.8482 143.955 20.5177L143.926 20.5376C143.875 20.5724 143.839 20.6251 143.825 20.6851C143.812 20.7451 143.821 20.8081 143.852 20.8614L144.826 22.5383C144.844 22.5697 144.869 22.5966 144.899 22.6172C144.929 22.6378 144.963 22.6516 144.998 22.6575C145.034 22.6638 145.069 22.6623 145.104 22.653C145.138 22.6437 145.17 22.6269 145.197 22.6038L145.275 22.5403C145.781 22.1151 146.594 21.5469 148.561 21.3919C149.656 21.3045 150.601 21.5906 151.299 22.2423C152.066 22.9496 152.524 24.092 152.524 25.298C152.524 27.5172 151.217 28.9119 149.117 28.9397C147.387 28.9298 146.224 28.0278 146.224 26.6947C146.224 25.9874 146.544 25.5264 147.168 25.0655C147.216 25.0314 147.249 24.9813 147.263 24.9243C147.276 24.8673 147.269 24.8074 147.242 24.7556L146.367 23.1025C146.351 23.073 146.329 23.0468 146.303 23.0257C146.277 23.0046 146.247 22.9888 146.214 22.9794C146.181 22.9695 146.147 22.9667 146.112 22.9712C146.078 22.9756 146.045 22.9872 146.016 23.0052C145.034 23.5873 143.83 24.6522 143.896 26.6986C143.975 29.3033 146.141 31.2921 148.956 31.3736H149.097H149.29C152.636 31.2643 155.052 28.7808 155.052 25.4132C155.052 22.3217 152.799 19.0117 148.63 19.0117Z",fill:"white"}),C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M173.013 16.0354H195.541C197.096 16.0354 198.356 17.2958 198.356 18.8507V31.1847C198.356 32.7396 197.096 34 195.541 34H173.013C171.458 34 170.197 32.7396 170.197 31.1847V18.8507C170.197 17.2958 171.458 16.0354 173.013 16.0354ZM178.067 25.8044C179.946 25.8044 181.292 24.4335 181.292 22.5123C181.292 20.601 179.946 19.2221 178.067 19.2221H174.749C174.709 19.2221 174.672 19.2378 174.644 19.2658C174.616 19.2937 174.6 19.3316 174.6 19.3712V28.4767C174.601 28.516 174.616 28.5536 174.644 28.5814C174.672 28.6093 174.71 28.6251 174.749 28.6257H175.997C176.036 28.6257 176.074 28.61 176.102 28.582C176.13 28.5541 176.146 28.5162 176.146 28.4767V25.9534C176.146 25.9139 176.161 25.876 176.189 25.848C176.217 25.8201 176.255 25.8044 176.295 25.8044H178.067ZM177.972 20.605C178.993 20.605 179.746 21.4116 179.746 22.5123C179.746 23.615 178.993 24.4196 177.972 24.4196H176.295C176.256 24.4196 176.218 24.4042 176.19 24.3767C176.162 24.3492 176.146 24.3118 176.146 24.2726V20.754C176.146 20.7146 176.162 20.677 176.19 20.6492C176.218 20.6213 176.255 20.6055 176.295 20.605H177.972ZM181.659 26.8793C181.646 26.5847 181.707 26.2916 181.836 26.0265C181.965 25.7615 182.158 25.5328 182.398 25.3614C182.883 24.9978 183.634 24.809 184.749 24.7653L185.931 24.7256V24.3759C185.931 23.6786 185.462 23.3825 184.709 23.3825C183.956 23.3825 183.481 23.6488 183.37 24.0839C183.361 24.1146 183.342 24.1415 183.316 24.1602C183.29 24.1789 183.259 24.1884 183.227 24.1872H182.06C182.039 24.1877 182.018 24.1835 181.998 24.1749C181.978 24.1664 181.961 24.1536 181.947 24.1375C181.932 24.1214 181.922 24.1024 181.916 24.0818C181.91 24.0612 181.908 24.0395 181.911 24.0183C182.086 22.9852 182.941 22.2004 184.763 22.2004C186.698 22.2004 187.395 23.1004 187.395 24.819V28.4707C187.395 28.4904 187.392 28.51 187.384 28.5283C187.377 28.5467 187.366 28.5633 187.352 28.5774C187.338 28.5914 187.322 28.6026 187.304 28.6102C187.285 28.6178 187.266 28.6217 187.246 28.6217H186.068C186.048 28.6217 186.029 28.6178 186.01 28.6102C185.992 28.6026 185.976 28.5914 185.962 28.5774C185.948 28.5633 185.937 28.5467 185.93 28.5283C185.922 28.51 185.919 28.4904 185.919 28.4707V28.1985C185.921 28.1746 185.915 28.1508 185.902 28.1304C185.89 28.1101 185.871 28.0944 185.848 28.0857C185.826 28.077 185.802 28.0757 185.778 28.0821C185.755 28.0885 185.735 28.1021 185.72 28.121C185.369 28.5045 184.796 28.7826 183.884 28.7826C182.547 28.7866 181.659 28.0873 181.659 26.8793ZM185.931 26.0846V25.8024L184.401 25.8819C183.594 25.9236 183.123 26.2594 183.123 26.8237C183.123 27.3343 183.555 27.6184 184.306 27.6184C185.327 27.6184 185.931 27.066 185.931 26.0866V26.0846ZM188.579 30.3203V31.3832C188.577 31.4176 188.587 31.4516 188.607 31.4797C188.627 31.5078 188.655 31.5284 188.688 31.5382C188.896 31.5948 189.111 31.6209 189.326 31.6157C190.468 31.6157 191.512 31.1984 192.108 29.5732L194.73 22.5777C194.738 22.5552 194.74 22.5312 194.736 22.5078C194.733 22.4843 194.724 22.462 194.71 22.4426C194.696 22.4233 194.678 22.4074 194.657 22.3964C194.636 22.3853 194.613 22.3794 194.589 22.379H193.367C193.335 22.3788 193.304 22.3887 193.279 22.4073C193.253 22.4258 193.234 22.4522 193.224 22.4824L191.78 26.9129C191.769 26.942 191.749 26.9669 191.724 26.9846C191.698 27.0022 191.668 27.0117 191.637 27.0117C191.606 27.0117 191.575 27.0022 191.55 26.9846C191.524 26.9669 191.505 26.942 191.494 26.9129L189.829 22.4704C189.818 22.442 189.798 22.4175 189.773 22.4002C189.748 22.3828 189.718 22.3734 189.688 22.3731H188.496C188.472 22.3734 188.449 22.3794 188.428 22.3904C188.407 22.4015 188.388 22.4173 188.375 22.4367C188.361 22.456 188.352 22.4783 188.348 22.5018C188.345 22.5253 188.347 22.5492 188.355 22.5718L190.806 28.8699C190.818 28.9026 190.818 28.9385 190.806 28.9712L190.729 29.2156C190.638 29.5188 190.449 29.7828 190.191 29.9655C189.932 30.1481 189.62 30.2388 189.304 30.2229C189.121 30.2227 188.938 30.2054 188.758 30.1713C188.736 30.1672 188.713 30.168 188.692 30.1736C188.67 30.1792 188.65 30.1894 188.633 30.2037C188.616 30.2179 188.603 30.2358 188.593 30.2559C188.584 30.2761 188.579 30.298 188.579 30.3203Z",fill:"white"})]});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
-
${
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("./BaseIcon.liquid.js"),e=require("@gem-sdk/core");exports.default=i=>e.template`
|
|
2
|
+
${C.default({width:"321",height:"50",viewBox:"0 0 321 50",...i,children:`<rect width="321" height="50" fill="#5A31F4" />
|
|
3
3
|
<path
|
|
4
4
|
d="M141.983 21.7414C141.373 20.4619 140.216 19.6354 138.474 19.6354C137.939 19.6447 137.414 19.7767 136.938 20.0213C136.462 20.2659 136.049 20.6165 135.73 21.046L135.667 21.1235V16.1088C135.667 16.0798 135.655 16.052 135.635 16.0315C135.614 16.011 135.586 15.9995 135.557 15.9995H133.094C133.065 16 133.038 16.0118 133.018 16.0322C132.998 16.0526 132.986 16.0801 132.986 16.1088V30.4932C132.986 30.5217 132.998 30.549 133.018 30.5691C133.038 30.5892 133.065 30.6005 133.094 30.6005H135.732C135.761 30.6005 135.788 30.5893 135.809 30.5692C135.829 30.5491 135.841 30.5218 135.841 30.4932V24.36C135.841 23.1679 136.636 22.3235 137.908 22.3235C139.298 22.3235 139.65 23.4679 139.65 24.6341V30.4932C139.65 30.5217 139.661 30.549 139.681 30.5691C139.702 30.5892 139.729 30.6005 139.757 30.6005H142.39C142.418 30.6005 142.446 30.5893 142.466 30.5692C142.487 30.5491 142.499 30.5218 142.499 30.4932V24.2845C142.499 24.0719 142.499 23.8633 142.471 23.6606C142.426 22.9965 142.26 22.3462 141.983 21.7414Z"
|
|
5
5
|
fill="white"
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
d="M173.013 16.0354H195.541C197.096 16.0354 198.356 17.2958 198.356 18.8507V31.1847C198.356 32.7396 197.096 34 195.541 34H173.013C171.458 34 170.197 32.7396 170.197 31.1847V18.8507C170.197 17.2958 171.458 16.0354 173.013 16.0354ZM178.067 25.8044C179.946 25.8044 181.292 24.4335 181.292 22.5123C181.292 20.601 179.946 19.2221 178.067 19.2221H174.749C174.709 19.2221 174.672 19.2378 174.644 19.2658C174.616 19.2937 174.6 19.3316 174.6 19.3712V28.4767C174.601 28.516 174.616 28.5536 174.644 28.5814C174.672 28.6093 174.71 28.6251 174.749 28.6257H175.997C176.036 28.6257 176.074 28.61 176.102 28.582C176.13 28.5541 176.146 28.5162 176.146 28.4767V25.9534C176.146 25.9139 176.161 25.876 176.189 25.848C176.217 25.8201 176.255 25.8044 176.295 25.8044H178.067ZM177.972 20.605C178.993 20.605 179.746 21.4116 179.746 22.5123C179.746 23.615 178.993 24.4196 177.972 24.4196H176.295C176.256 24.4196 176.218 24.4042 176.19 24.3767C176.162 24.3492 176.146 24.3118 176.146 24.2726V20.754C176.146 20.7146 176.162 20.677 176.19 20.6492C176.218 20.6213 176.255 20.6055 176.295 20.605H177.972ZM181.659 26.8793C181.646 26.5847 181.707 26.2916 181.836 26.0265C181.965 25.7615 182.158 25.5328 182.398 25.3614C182.883 24.9978 183.634 24.809 184.749 24.7653L185.931 24.7256V24.3759C185.931 23.6786 185.462 23.3825 184.709 23.3825C183.956 23.3825 183.481 23.6488 183.37 24.0839C183.361 24.1146 183.342 24.1415 183.316 24.1602C183.29 24.1789 183.259 24.1884 183.227 24.1872H182.06C182.039 24.1877 182.018 24.1835 181.998 24.1749C181.978 24.1664 181.961 24.1536 181.947 24.1375C181.932 24.1214 181.922 24.1024 181.916 24.0818C181.91 24.0612 181.908 24.0395 181.911 24.0183C182.086 22.9852 182.941 22.2004 184.763 22.2004C186.698 22.2004 187.395 23.1004 187.395 24.819V28.4707C187.395 28.4904 187.392 28.51 187.384 28.5283C187.377 28.5467 187.366 28.5633 187.352 28.5774C187.338 28.5914 187.322 28.6026 187.304 28.6102C187.285 28.6178 187.266 28.6217 187.246 28.6217H186.068C186.048 28.6217 186.029 28.6178 186.01 28.6102C185.992 28.6026 185.976 28.5914 185.962 28.5774C185.948 28.5633 185.937 28.5467 185.93 28.5283C185.922 28.51 185.919 28.4904 185.919 28.4707V28.1985C185.921 28.1746 185.915 28.1508 185.902 28.1304C185.89 28.1101 185.871 28.0944 185.848 28.0857C185.826 28.077 185.802 28.0757 185.778 28.0821C185.755 28.0885 185.735 28.1021 185.72 28.121C185.369 28.5045 184.796 28.7826 183.884 28.7826C182.547 28.7866 181.659 28.0873 181.659 26.8793ZM185.931 26.0846V25.8024L184.401 25.8819C183.594 25.9236 183.123 26.2594 183.123 26.8237C183.123 27.3343 183.555 27.6184 184.306 27.6184C185.327 27.6184 185.931 27.066 185.931 26.0866V26.0846ZM188.579 30.3203V31.3832C188.577 31.4176 188.587 31.4516 188.607 31.4797C188.627 31.5078 188.655 31.5284 188.688 31.5382C188.896 31.5948 189.111 31.6209 189.326 31.6157C190.468 31.6157 191.512 31.1984 192.108 29.5732L194.73 22.5777C194.738 22.5552 194.74 22.5312 194.736 22.5078C194.733 22.4843 194.724 22.462 194.71 22.4426C194.696 22.4233 194.678 22.4074 194.657 22.3964C194.636 22.3853 194.613 22.3794 194.589 22.379H193.367C193.335 22.3788 193.304 22.3887 193.279 22.4073C193.253 22.4258 193.234 22.4522 193.224 22.4824L191.78 26.9129C191.769 26.942 191.749 26.9669 191.724 26.9846C191.698 27.0022 191.668 27.0117 191.637 27.0117C191.606 27.0117 191.575 27.0022 191.55 26.9846C191.524 26.9669 191.505 26.942 191.494 26.9129L189.829 22.4704C189.818 22.442 189.798 22.4175 189.773 22.4002C189.748 22.3828 189.718 22.3734 189.688 22.3731H188.496C188.472 22.3734 188.449 22.3794 188.428 22.3904C188.407 22.4015 188.388 22.4173 188.375 22.4367C188.361 22.456 188.352 22.4783 188.348 22.5018C188.345 22.5253 188.347 22.5492 188.355 22.5718L190.806 28.8699C190.818 28.9026 190.818 28.9385 190.806 28.9712L190.729 29.2156C190.638 29.5188 190.449 29.7828 190.191 29.9655C189.932 30.1481 189.62 30.2388 189.304 30.2229C189.121 30.2227 188.938 30.2054 188.758 30.1713C188.736 30.1672 188.713 30.168 188.692 30.1736C188.67 30.1792 188.65 30.1894 188.633 30.2037C188.616 30.2179 188.603 30.2358 188.593 30.2559C188.584 30.2761 188.579 30.298 188.579 30.3203Z"
|
|
23
23
|
fill="white"
|
|
24
24
|
/>`})}
|
|
25
|
-
`;
|
|
25
|
+
`;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("react/jsx-runtime"),e=require("./BaseIcon.js");exports.default=l=>C.jsxs(e.default,{width:"321",height:"50",...l,viewBox:"0 0 321 50",children:[C.jsx("rect",{width:"321",height:"50",fill:"white"}),C.jsx("path",{d:"M141.983 21.7414C141.373 20.4619 140.216 19.6354 138.474 19.6354C137.939 19.6447 137.414 19.7767 136.938 20.0213C136.462 20.2659 136.049 20.6165 135.73 21.046L135.667 21.1235V16.1088C135.667 16.0798 135.655 16.052 135.635 16.0315C135.614 16.011 135.586 15.9995 135.557 15.9995H133.094C133.065 16 133.038 16.0118 133.018 16.0322C132.998 16.0526 132.986 16.0801 132.986 16.1088V30.4932C132.986 30.5217 132.998 30.549 133.018 30.5691C133.038 30.5892 133.065 30.6005 133.094 30.6005H135.732C135.761 30.6005 135.788 30.5893 135.809 30.5692C135.829 30.5491 135.841 30.5218 135.841 30.4932V24.36C135.841 23.1679 136.636 22.3235 137.908 22.3235C139.298 22.3235 139.65 23.4679 139.65 24.6341V30.4932C139.65 30.5217 139.661 30.549 139.681 30.5691C139.702 30.5892 139.729 30.6005 139.757 30.6005H142.39C142.418 30.6005 142.446 30.5893 142.466 30.5692C142.487 30.5491 142.499 30.5218 142.499 30.4932V24.2845C142.499 24.0719 142.499 23.8633 142.471 23.6606C142.426 22.9965 142.26 22.3462 141.983 21.7414Z",fill:"#5A31F4"}),C.jsx("path",{d:"M128.808 23.873C128.808 23.873 127.465 23.5571 126.97 23.4299C126.476 23.3028 125.611 23.0326 125.611 22.3789C125.611 21.7252 126.309 21.5166 127.016 21.5166C127.723 21.5166 128.51 21.6875 128.572 22.4723C128.574 22.5006 128.587 22.5269 128.608 22.546C128.629 22.5651 128.657 22.5757 128.685 22.5756L131.286 22.5657C131.301 22.5657 131.316 22.5626 131.33 22.5565C131.344 22.5504 131.357 22.5415 131.367 22.5303C131.378 22.5191 131.386 22.5059 131.391 22.4915C131.396 22.477 131.398 22.4617 131.397 22.4465C131.236 19.9351 129.033 19.0371 127 19.0371C124.59 19.0371 122.828 20.6265 122.828 22.3789C122.828 23.6584 123.189 24.8584 126.033 25.6929C126.531 25.8379 127.209 26.0267 127.801 26.1916C128.512 26.3903 128.896 26.6903 128.896 27.1631C128.896 27.7115 128.101 28.0929 127.32 28.0929C126.19 28.0929 125.387 27.6737 125.321 26.9207C125.318 26.8932 125.304 26.8678 125.284 26.8495C125.263 26.8312 125.236 26.8212 125.208 26.8214L122.613 26.8333C122.598 26.8333 122.583 26.8364 122.569 26.8423C122.555 26.8482 122.542 26.8569 122.532 26.8679C122.521 26.8788 122.513 26.8918 122.508 26.906C122.502 26.9202 122.5 26.9353 122.5 26.9505C122.619 29.3208 124.908 30.5983 127.042 30.5983C130.221 30.5983 131.657 28.8102 131.657 27.1353C131.661 26.3485 131.48 24.5564 128.808 23.873Z",fill:"#5A31F4"}),C.jsx("path",{d:"M162.266 19.6313C160.944 19.6313 159.838 20.3624 159.125 21.2446V19.7346C159.125 19.7065 159.114 19.6795 159.094 19.6594C159.074 19.6394 159.047 19.6278 159.019 19.6273H156.552C156.523 19.6273 156.496 19.6386 156.476 19.6587C156.456 19.6789 156.444 19.7062 156.444 19.7346V33.8409C156.445 33.869 156.456 33.8958 156.476 33.9155C156.497 33.9351 156.524 33.9462 156.552 33.9462H159.192C159.22 33.9462 159.247 33.9351 159.267 33.9153C159.286 33.8956 159.297 33.8688 159.297 33.8409V29.2037H159.337C159.756 29.8434 160.903 30.6103 162.401 30.6103C165.218 30.6103 167.566 28.2739 167.566 25.1168C167.568 22.087 165.232 19.6313 162.266 19.6313ZM162.021 27.9222C161.465 27.936 160.917 27.7838 160.448 27.485C159.979 27.1862 159.609 26.7543 159.387 26.2445C159.164 25.7347 159.098 25.1701 159.198 24.6227C159.297 24.0754 159.557 23.5701 159.945 23.1714C160.333 22.7727 160.831 22.4986 161.376 22.3841C161.92 22.2697 162.487 22.3201 163.002 22.5288C163.518 22.7376 163.96 23.0953 164.271 23.5562C164.583 24.0172 164.75 24.5605 164.751 25.1168C164.757 25.4805 164.691 25.8417 164.557 26.1798C164.422 26.5178 164.223 26.826 163.969 27.0867C163.715 27.3474 163.413 27.5554 163.079 27.6987C162.744 27.8421 162.385 27.9181 162.021 27.9222Z",fill:"#5A31F4"}),C.jsx("path",{d:"M148.63 19.0117C146.169 19.0117 144.941 19.8482 143.955 20.5177L143.926 20.5376C143.875 20.5724 143.839 20.6251 143.825 20.6851C143.812 20.7451 143.821 20.8081 143.852 20.8614L144.826 22.5383C144.844 22.5697 144.869 22.5966 144.899 22.6172C144.929 22.6378 144.963 22.6516 144.998 22.6575C145.034 22.6638 145.069 22.6623 145.104 22.653C145.138 22.6437 145.17 22.6269 145.197 22.6038L145.275 22.5403C145.781 22.1151 146.594 21.5469 148.561 21.3919C149.656 21.3045 150.601 21.5906 151.299 22.2423C152.066 22.9496 152.524 24.092 152.524 25.298C152.524 27.5172 151.217 28.9119 149.117 28.9397C147.387 28.9298 146.224 28.0278 146.224 26.6947C146.224 25.9874 146.544 25.5264 147.168 25.0655C147.216 25.0314 147.249 24.9813 147.263 24.9243C147.276 24.8673 147.269 24.8074 147.242 24.7556L146.367 23.1025C146.351 23.073 146.329 23.0468 146.303 23.0257C146.277 23.0046 146.247 22.9888 146.214 22.9794C146.181 22.9695 146.147 22.9667 146.112 22.9712C146.078 22.9756 146.045 22.9872 146.016 23.0052C145.034 23.5873 143.83 24.6522 143.896 26.6986C143.975 29.3033 146.141 31.2921 148.956 31.3736H149.097H149.29C152.636 31.2643 155.052 28.7808 155.052 25.4132C155.052 22.3217 152.799 19.0117 148.63 19.0117Z",fill:"#5A31F4"}),C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M173.013 16.0354H195.541C197.096 16.0354 198.356 17.2958 198.356 18.8507V31.1847C198.356 32.7396 197.096 34 195.541 34H173.013C171.458 34 170.197 32.7396 170.197 31.1847V18.8507C170.197 17.2958 171.458 16.0354 173.013 16.0354ZM178.067 25.8044C179.946 25.8044 181.292 24.4335 181.292 22.5123C181.292 20.601 179.946 19.2221 178.067 19.2221H174.749C174.709 19.2221 174.672 19.2378 174.644 19.2658C174.616 19.2937 174.6 19.3316 174.6 19.3712V28.4767C174.601 28.516 174.616 28.5536 174.644 28.5814C174.672 28.6093 174.71 28.6251 174.749 28.6257H175.997C176.036 28.6257 176.074 28.61 176.102 28.582C176.13 28.5541 176.146 28.5162 176.146 28.4767V25.9534C176.146 25.9139 176.161 25.876 176.189 25.848C176.217 25.8201 176.255 25.8044 176.295 25.8044H178.067ZM177.972 20.605C178.993 20.605 179.746 21.4116 179.746 22.5123C179.746 23.615 178.993 24.4196 177.972 24.4196H176.295C176.256 24.4196 176.218 24.4042 176.19 24.3767C176.162 24.3492 176.146 24.3118 176.146 24.2726V20.754C176.146 20.7146 176.162 20.677 176.19 20.6492C176.218 20.6213 176.255 20.6055 176.295 20.605H177.972ZM181.659 26.8793C181.646 26.5847 181.707 26.2916 181.836 26.0265C181.965 25.7615 182.158 25.5328 182.398 25.3614C182.883 24.9978 183.634 24.809 184.749 24.7653L185.931 24.7256V24.3759C185.931 23.6786 185.462 23.3825 184.709 23.3825C183.956 23.3825 183.481 23.6488 183.37 24.0839C183.361 24.1146 183.342 24.1415 183.316 24.1602C183.29 24.1789 183.259 24.1884 183.227 24.1872H182.06C182.039 24.1877 182.018 24.1835 181.998 24.1749C181.978 24.1664 181.961 24.1536 181.947 24.1375C181.932 24.1214 181.922 24.1024 181.916 24.0818C181.91 24.0612 181.908 24.0395 181.911 24.0183C182.086 22.9852 182.941 22.2004 184.763 22.2004C186.698 22.2004 187.395 23.1004 187.395 24.819V28.4707C187.395 28.4904 187.392 28.51 187.384 28.5283C187.377 28.5467 187.366 28.5633 187.352 28.5774C187.338 28.5914 187.322 28.6026 187.304 28.6102C187.285 28.6178 187.266 28.6217 187.246 28.6217H186.068C186.048 28.6217 186.029 28.6178 186.01 28.6102C185.992 28.6026 185.976 28.5914 185.962 28.5774C185.948 28.5633 185.937 28.5467 185.93 28.5283C185.922 28.51 185.919 28.4904 185.919 28.4707V28.1985C185.921 28.1746 185.915 28.1508 185.902 28.1304C185.89 28.1101 185.871 28.0944 185.848 28.0857C185.826 28.077 185.802 28.0757 185.778 28.0821C185.755 28.0885 185.735 28.1021 185.72 28.121C185.369 28.5045 184.796 28.7826 183.884 28.7826C182.547 28.7866 181.659 28.0873 181.659 26.8793ZM185.931 26.0846V25.8024L184.401 25.8819C183.594 25.9236 183.123 26.2594 183.123 26.8237C183.123 27.3343 183.555 27.6184 184.306 27.6184C185.327 27.6184 185.931 27.066 185.931 26.0866V26.0846ZM188.579 30.3203V31.3832C188.577 31.4176 188.587 31.4516 188.607 31.4797C188.627 31.5078 188.655 31.5284 188.688 31.5382C188.896 31.5948 189.111 31.6209 189.326 31.6157C190.468 31.6157 191.512 31.1984 192.108 29.5732L194.73 22.5777C194.738 22.5552 194.74 22.5312 194.736 22.5078C194.733 22.4843 194.724 22.462 194.71 22.4426C194.696 22.4233 194.678 22.4074 194.657 22.3964C194.636 22.3853 194.613 22.3794 194.589 22.379H193.367C193.335 22.3788 193.304 22.3887 193.279 22.4073C193.253 22.4258 193.234 22.4522 193.224 22.4824L191.78 26.9129C191.769 26.942 191.749 26.9669 191.724 26.9846C191.698 27.0022 191.668 27.0117 191.637 27.0117C191.606 27.0117 191.575 27.0022 191.55 26.9846C191.524 26.9669 191.505 26.942 191.494 26.9129L189.829 22.4704C189.818 22.442 189.798 22.4175 189.773 22.4002C189.748 22.3828 189.718 22.3734 189.688 22.3731H188.496C188.472 22.3734 188.449 22.3794 188.428 22.3904C188.407 22.4015 188.388 22.4173 188.375 22.4367C188.361 22.456 188.352 22.4783 188.348 22.5018C188.345 22.5253 188.347 22.5492 188.355 22.5718L190.806 28.8699C190.818 28.9026 190.818 28.9385 190.806 28.9712L190.729 29.2156C190.638 29.5188 190.449 29.7828 190.191 29.9655C189.932 30.1481 189.62 30.2388 189.304 30.2229C189.121 30.2227 188.938 30.2054 188.758 30.1713C188.736 30.1672 188.713 30.168 188.692 30.1736C188.67 30.1792 188.65 30.1894 188.633 30.2037C188.616 30.2179 188.603 30.2358 188.593 30.2559C188.584 30.2761 188.579 30.298 188.579 30.3203Z",fill:"#5A31F4"})]});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
2
|
-
${
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("./BaseIcon.liquid.js"),e=require("@gem-sdk/core");exports.default=l=>e.template`
|
|
2
|
+
${C.default({width:"321",height:"50",viewBox:"0 0 321 50",...l,children:`<rect width="321" height="50" fill="white" />
|
|
3
3
|
<path
|
|
4
4
|
d="M141.983 21.7414C141.373 20.4619 140.216 19.6354 138.474 19.6354C137.939 19.6447 137.414 19.7767 136.938 20.0213C136.462 20.2659 136.049 20.6165 135.73 21.046L135.667 21.1235V16.1088C135.667 16.0798 135.655 16.052 135.635 16.0315C135.614 16.011 135.586 15.9995 135.557 15.9995H133.094C133.065 16 133.038 16.0118 133.018 16.0322C132.998 16.0526 132.986 16.0801 132.986 16.1088V30.4932C132.986 30.5217 132.998 30.549 133.018 30.5691C133.038 30.5892 133.065 30.6005 133.094 30.6005H135.732C135.761 30.6005 135.788 30.5893 135.809 30.5692C135.829 30.5491 135.841 30.5218 135.841 30.4932V24.36C135.841 23.1679 136.636 22.3235 137.908 22.3235C139.298 22.3235 139.65 23.4679 139.65 24.6341V30.4932C139.65 30.5217 139.661 30.549 139.681 30.5691C139.702 30.5892 139.729 30.6005 139.757 30.6005H142.39C142.418 30.6005 142.446 30.5893 142.466 30.5692C142.487 30.5491 142.499 30.5218 142.499 30.4932V24.2845C142.499 24.0719 142.499 23.8633 142.471 23.6606C142.426 22.9965 142.26 22.3462 141.983 21.7414Z"
|
|
5
5
|
fill="#5A31F4"
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
d="M173.013 16.0354H195.541C197.096 16.0354 198.356 17.2958 198.356 18.8507V31.1847C198.356 32.7396 197.096 34 195.541 34H173.013C171.458 34 170.197 32.7396 170.197 31.1847V18.8507C170.197 17.2958 171.458 16.0354 173.013 16.0354ZM178.067 25.8044C179.946 25.8044 181.292 24.4335 181.292 22.5123C181.292 20.601 179.946 19.2221 178.067 19.2221H174.749C174.709 19.2221 174.672 19.2378 174.644 19.2658C174.616 19.2937 174.6 19.3316 174.6 19.3712V28.4767C174.601 28.516 174.616 28.5536 174.644 28.5814C174.672 28.6093 174.71 28.6251 174.749 28.6257H175.997C176.036 28.6257 176.074 28.61 176.102 28.582C176.13 28.5541 176.146 28.5162 176.146 28.4767V25.9534C176.146 25.9139 176.161 25.876 176.189 25.848C176.217 25.8201 176.255 25.8044 176.295 25.8044H178.067ZM177.972 20.605C178.993 20.605 179.746 21.4116 179.746 22.5123C179.746 23.615 178.993 24.4196 177.972 24.4196H176.295C176.256 24.4196 176.218 24.4042 176.19 24.3767C176.162 24.3492 176.146 24.3118 176.146 24.2726V20.754C176.146 20.7146 176.162 20.677 176.19 20.6492C176.218 20.6213 176.255 20.6055 176.295 20.605H177.972ZM181.659 26.8793C181.646 26.5847 181.707 26.2916 181.836 26.0265C181.965 25.7615 182.158 25.5328 182.398 25.3614C182.883 24.9978 183.634 24.809 184.749 24.7653L185.931 24.7256V24.3759C185.931 23.6786 185.462 23.3825 184.709 23.3825C183.956 23.3825 183.481 23.6488 183.37 24.0839C183.361 24.1146 183.342 24.1415 183.316 24.1602C183.29 24.1789 183.259 24.1884 183.227 24.1872H182.06C182.039 24.1877 182.018 24.1835 181.998 24.1749C181.978 24.1664 181.961 24.1536 181.947 24.1375C181.932 24.1214 181.922 24.1024 181.916 24.0818C181.91 24.0612 181.908 24.0395 181.911 24.0183C182.086 22.9852 182.941 22.2004 184.763 22.2004C186.698 22.2004 187.395 23.1004 187.395 24.819V28.4707C187.395 28.4904 187.392 28.51 187.384 28.5283C187.377 28.5467 187.366 28.5633 187.352 28.5774C187.338 28.5914 187.322 28.6026 187.304 28.6102C187.285 28.6178 187.266 28.6217 187.246 28.6217H186.068C186.048 28.6217 186.029 28.6178 186.01 28.6102C185.992 28.6026 185.976 28.5914 185.962 28.5774C185.948 28.5633 185.937 28.5467 185.93 28.5283C185.922 28.51 185.919 28.4904 185.919 28.4707V28.1985C185.921 28.1746 185.915 28.1508 185.902 28.1304C185.89 28.1101 185.871 28.0944 185.848 28.0857C185.826 28.077 185.802 28.0757 185.778 28.0821C185.755 28.0885 185.735 28.1021 185.72 28.121C185.369 28.5045 184.796 28.7826 183.884 28.7826C182.547 28.7866 181.659 28.0873 181.659 26.8793ZM185.931 26.0846V25.8024L184.401 25.8819C183.594 25.9236 183.123 26.2594 183.123 26.8237C183.123 27.3343 183.555 27.6184 184.306 27.6184C185.327 27.6184 185.931 27.066 185.931 26.0866V26.0846ZM188.579 30.3203V31.3832C188.577 31.4176 188.587 31.4516 188.607 31.4797C188.627 31.5078 188.655 31.5284 188.688 31.5382C188.896 31.5948 189.111 31.6209 189.326 31.6157C190.468 31.6157 191.512 31.1984 192.108 29.5732L194.73 22.5777C194.738 22.5552 194.74 22.5312 194.736 22.5078C194.733 22.4843 194.724 22.462 194.71 22.4426C194.696 22.4233 194.678 22.4074 194.657 22.3964C194.636 22.3853 194.613 22.3794 194.589 22.379H193.367C193.335 22.3788 193.304 22.3887 193.279 22.4073C193.253 22.4258 193.234 22.4522 193.224 22.4824L191.78 26.9129C191.769 26.942 191.749 26.9669 191.724 26.9846C191.698 27.0022 191.668 27.0117 191.637 27.0117C191.606 27.0117 191.575 27.0022 191.55 26.9846C191.524 26.9669 191.505 26.942 191.494 26.9129L189.829 22.4704C189.818 22.442 189.798 22.4175 189.773 22.4002C189.748 22.3828 189.718 22.3734 189.688 22.3731H188.496C188.472 22.3734 188.449 22.3794 188.428 22.3904C188.407 22.4015 188.388 22.4173 188.375 22.4367C188.361 22.456 188.352 22.4783 188.348 22.5018C188.345 22.5253 188.347 22.5492 188.355 22.5718L190.806 28.8699C190.818 28.9026 190.818 28.9385 190.806 28.9712L190.729 29.2156C190.638 29.5188 190.449 29.7828 190.191 29.9655C189.932 30.1481 189.62 30.2388 189.304 30.2229C189.121 30.2227 188.938 30.2054 188.758 30.1713C188.736 30.1672 188.713 30.168 188.692 30.1736C188.67 30.1792 188.65 30.1894 188.633 30.2037C188.616 30.2179 188.603 30.2358 188.593 30.2559C188.584 30.2761 188.579 30.298 188.579 30.3203Z"
|
|
23
23
|
fill="#5A31F4"
|
|
24
24
|
/>`})}
|
|
25
|
-
`;
|
|
25
|
+
`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("@gem-sdk/core"),t=require("react"),n=require("../components/shop-pay-button/common/helpers.js");exports.useShopPayButton=i=>{let o=e.useEditorMode(),{quantity:r}=e.useQuantity(),{data:d}=e.useCartData(),s=e.useCurrentVariant(),u=e.useShopStore(e=>e.storefrontUrl),a=e.useCurrentVariantInStock(),c=n.getStoreUrl(u),w=t.useMemo(()=>{let e=d?.lineItems.map(e=>({id:e.variantId,quantity:e.quantity}))?.reduce((e,t)=>{let i=n.getIdFromGid(t?.id);return i&&e.push(`${i}:${t?.quantity??1}`),e},[]);return e},[d?.lineItems]),m=t.useMemo(()=>i?.kind==="cart-buy"?w:s?.baseID&&a&&r?[`${n.getIdFromGid(s.baseID)}:${r}`]:void 0,[i?.kind,s?.baseID,a,r,w]),h=`${c}/cart/${m?.join(",")}?payment=shop_pay`;return{storeUrl:c,variants:m,handleOnPay:({inputWidth:e=600,inputHeight:t=600})=>{if("edit"!==o){if(i?.openMode==="popup"){let n=void 0!==window.screenLeft?window.screenLeft:window.screenX,i=void 0!==window.screenTop?window.screenTop:window.screenY,o=window.innerWidth?window.innerWidth:document.documentElement.clientWidth?document.documentElement.clientWidth:screen.width,r=window.innerHeight?window.innerHeight:document.documentElement.clientHeight?document.documentElement.clientHeight:screen.height,d=o/window.screen.availWidth,s=(o-e)/2/d+n,u=(r-t)/2/d+i;window.open(h,"shop_pay",`scrollbars=yes, width=${e/d}, height=${t/d}, top=${u}, left=${s}`)}else h&&window.open(h)}}}};
|
package/dist/cjs/cart/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";require("react/jsx-runtime"),require("react"),require("@gem-sdk/core"),require("next/head"),require("next/image"),require("@gem-sdk/system"),require("next/link"),require("react-youtube"),require("../image/components/AdaptiveImage.js");var
|
|
1
|
+
"use strict";require("react/jsx-runtime"),require("react"),require("@gem-sdk/core"),require("next/head"),require("next/image"),require("@gem-sdk/system"),require("next/link"),require("react-youtube"),require("../image/components/AdaptiveImage.js");var e=require("./components/shop-pay-button/ShopPayButton.js"),t=require("./settings/Cart.js"),r=require("./settings/CartLinePrice.js"),i=require("./settings/CartLineVariant.js"),s=require("./settings/CartList.js"),a=require("./settings/CartLineImage.js"),u=require("./settings/CartTotalPrice.js"),n=require("./settings/CartTotalItem.js"),o=require("./settings/CartCheckout.js"),C=require("./settings/DiscountInput.js"),q=require("./settings/CartDiscount.js"),g=require("./settings/CartOrderNote.js"),d=require("./settings/CartLineAttribute.js"),l=require("./settings/CouponList.js"),c=require("./settings/ShopPayButton.js");const j={Cart:t.default,CartList:s.default,CartLinePrice:r.default,CartLineVariant:i.default,CartLineImage:a.default,CartTotalPrice:u.default,CartTotalItem:n.default,CartCheckout:o.default,DiscountInput:C.default,CartDiscount:q.default,CartOrderNote:g.default,CartLineAttribute:d.default,CouponList:l.default,ShopPayButton:c.default};exports.ShopPayButton=e.default,exports.cartSetting=j;
|
package/dist/cjs/cart/next.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("next/dynamic"),r=require("../common/components/Loading.js");require("react/jsx-runtime"),require("react"),require("@gem-sdk/core");const n=e(()=>Promise.resolve().then(function(){return require("./components/CartLineVariant.js")}),{loading:r.default}),t=e(()=>Promise.resolve().then(function(){return require("./components/Cart.js")}),{ssr:!1,loading:r.default}),o=e(()=>Promise.resolve().then(function(){return require("./components/CartList.js")}),{loading:r.default}),i=e(()=>Promise.resolve().then(function(){return require("./components/CartLinePrice.js")}),{loading:r.default}),s=e(()=>Promise.resolve().then(function(){return require("./components/CartLineImage.js")}),{loading:r.default}),u=e(()=>Promise.resolve().then(function(){return require("./components/CartTotalPrice.js")}),{loading:r.default}),a=e(()=>Promise.resolve().then(function(){return require("./components/CartTotalItem.js")}),{loading:r.default}),l=e(()=>Promise.resolve().then(function(){return require("./components/CartCheckout.js")}),{loading:r.default}),c=e(()=>Promise.resolve().then(function(){return require("./components/DiscountInput.js")}),{loading:r.default}),m=e(()=>Promise.resolve().then(function(){return require("./components/CartDiscount.js")}),{loading:r.default}),d=e(()=>Promise.resolve().then(function(){return require("./components/CartOrderNote.js")}),{loading:r.default}),f=e(()=>Promise.resolve().then(function(){return require("./components/CartLineAttribute.js")}),{loading:r.default}),p=e(()=>Promise.resolve().then(function(){return require("./components/CouponList.js")}),{loading:r.default}),q=e(()=>Promise.resolve().then(function(){return require("./components/CheckoutNow.js")}),{loading:r.default}),h=e(()=>Promise.resolve().then(function(){return require("./components/shop-pay-button/ShopPayButton.js")}),{ssr:!1,loading:r.default});exports.default={Cart:t,CartList:o,CartLinePrice:i,CartLineVariant:n,CartLineImage:s,CartTotalPrice:u,CartTotalItem:a,CartCheckout:l,DiscountInput:c,CartDiscount:m,CartOrderNote:d,CartLineAttribute:f,CouponList:p,ShopPayButton:h,CheckoutNow:q};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const t={tag:"Cart",label:"Cart",icon:`
|
|
2
2
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="M26.2219 24.8484C26.2219 24.1212 25.7241 23.6363 24.9775 23.6363C24.2308 23.6363 23.733 24.1212 23.733 24.8484C23.733 25.5757 24.2308 26.0606 24.9775 26.0606C25.7241 26.0606 26.2219 25.5757 26.2219 24.8484ZM16.2663 24.8484C16.2663 24.1212 15.7686 23.6363 15.0219 23.6363C14.2752 23.6363 13.7775 24.1212 13.7775 24.8484C13.7775 25.5757 14.2752 26.0606 15.0219 26.0606C15.7686 26.0606 16.2663 25.5757 16.2663 24.8484ZM14.0263 13.9394H25.8486L24.6041 18.7878H15.1463C14.8975 17.6969 14.3997 15.8787 14.0263 13.9394ZM28.9239 12.1394C29.0051 11.8231 28.7662 11.5151 28.4396 11.5151H13.4041C12.9063 9.33329 12.533 7.63632 12.533 7.63632L12.3805 7.04232C12.3238 6.82122 12.1245 6.66663 11.8962 6.66663H9.29967C9.02353 6.66663 8.79967 6.89048 8.79967 7.16663V8.59087C8.79967 8.86701 9.02353 9.09087 9.29967 9.09087H10.293C10.9152 11.8787 12.9063 20.2424 12.9063 20.2424L13.0588 20.8364C13.1155 21.0575 13.3148 21.2121 13.5431 21.2121H26.2074C26.4356 21.2121 26.6349 21.0575 26.6917 20.8364L28.9239 12.1394ZM38.1663 16.3636C38.4425 16.3636 38.6663 16.5875 38.6663 16.8636V32.8333C38.6663 33.1094 38.4425 33.3333 38.1663 33.3333H1.83301C1.55687 33.3333 1.33301 33.1094 1.33301 32.8333V16.8636C1.33301 16.5875 1.55687 16.3636 1.83301 16.3636H9.03402C9.26229 16.3636 9.46158 16.5182 9.51832 16.7393L9.88388 18.1635C9.96507 18.4799 9.72616 18.7878 9.39958 18.7878H3.8219V30.909H36.1775V18.7878H30.3509C30.0243 18.7878 29.7854 18.4799 29.8666 18.1635L30.2321 16.7393C30.2889 16.5182 30.4882 16.3636 30.7164 16.3636H38.1663Z" fill="currentColor"/>
|
|
4
4
|
</svg>
|
|
5
5
|
`,settings:[{id:"setting",controls:[{id:"svgIcon",type:"icon",label:"Cart Icon",default:`<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
|
|
6
6
|
<path stroke-linecap="round" stroke-linejoin="round" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
|
|
7
|
-
</svg>`},{id:"cart-group",type:"group",controls:[{id:"iconOnly",type:"toggle",label:"Icon Only",default:!1},{id:"label",type:"input",label:"Cart Label",default:"Shopping Cart"}]}]},{id:"style",controls:[{id:"state",type:"behavior-state",controls:[{id:"iconColor",type:"colorpicker",label:"Icon Color",default:{normal:"text-1"},state:{hover:!0,normal:!0}}]}]}]};exports.default=
|
|
7
|
+
</svg>`},{id:"cart-group",type:"group",controls:[{id:"iconOnly",type:"toggle",label:"Icon Only",default:!1},{id:"label",type:"input",label:"Cart Label",default:"Shopping Cart"}]}]},{id:"style",controls:[{id:"state",type:"behavior-state",controls:[{id:"iconColor",type:"colorpicker",label:"Icon Color",default:{normal:"text-1"},state:{hover:!0,normal:!0}}]}]}]};exports.default=t;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"CartCheckout",label:"Checkout Button",settings:[{id:"setting",controls:[]},{id:"style",controls:[]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"CartDiscount",label:"Cart Discount",settings:[{id:"setting",controls:[]},{id:"style",controls:[]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"CartLineAttribute",label:"CartLine Attribute",settings:[{id:"setting",controls:[]},{id:"style",controls:[{id:"typography",type:"typography",label:"Typography",default:{type:"paragraph-1"}}]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"CartLineImage",label:"Cart Line Image",settings:[{id:"setting",controls:[]},{id:"style",controls:[{id:"Dimensions",type:"group",label:"Dimensions",controls:[{id:"aspectRatio",type:"select",label:"Aspect Ratio",options:[{label:"Auto",value:"auto"},{label:"1:1",value:"1"},{label:"3:2",value:"3/2"},{label:"4:3",value:"4/3"},{label:"16:9",value:"16/9"},{label:"21:9",value:"21/9"},{label:"2:3",value:"2/3"},{label:"3:4",value:"3/4"},{label:"9:16",value:"9/16"},{label:"Custom",value:"custom"}],devices:{desktop:{default:"auto"}}},{id:"customAspectRadio",type:"ratio",min:1,devices:{desktop:{default:{width:"1",height:"1"}}}},{id:"layout",type:"select",label:"Object Fit",options:[{label:"Fill",value:"fill"},{label:"Cover",value:"cover"},{label:"Contain",value:"contain"},{label:"None",value:"none"},{label:"Scale down",value:"scale-down"}],devices:{desktop:{default:"cover"}}}]},{id:"behavior-state",type:"behavior-state",label:"Behavior State",controls:[{id:"opacity",label:"Opacity",type:"range",min:0,max:100,step:1,default:{normal:100,hover:100},state:{normal:!0,hover:!0}},{id:"roundedImg",type:"radius-preset",label:"Border Radius",default:{hover:{radiusType:"small"},normal:{radiusType:"small"}},state:{hover:!0,normal:!0}}]}]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"CartLinePrice",label:"CartLine Price",settings:[{id:"setting",controls:[]},{id:"style",controls:[{id:"typography",type:"typography",label:"Typography",default:{type:"subheading-1"}}]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"CartLineVariant",label:"CartLine Variant",settings:[{id:"setting",controls:[]},{id:"style",controls:[{id:"typography",type:"typography",label:"Typography",default:{type:"subheading-1"}}]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"CartList",label:"CartList",settings:[{id:"setting",controls:[{id:"itemPerPage",type:"input:number",label:"Item per page",default:20}]},{id:"style",controls:[{id:"dimension-group",type:"group",label:"Dimension",controls:[{id:"order",label:"Order",type:"input:number",devices:{desktop:{default:0}}},{id:"gap",type:"input:unit",label:"Spacing",hide:!0,units:["px","rem","em"],devices:{desktop:{default:"16px"}}},{id:"alignItem",type:"select",label:"Align Item",hide:!0,options:[{label:"Normal",value:"normal"},{label:"Center",value:"center"},{label:"Start",value:"flex-start"},{label:"End",value:"flex-end"},{label:"Stretch",value:"stretch"},{label:"Baseline",value:"baseline"}],devices:{desktop:{default:"normal"}}},{id:"justifyContent",type:"select",label:"Justify Content",hide:!0,options:[{label:"Normal",value:"normal"},{label:"Center",value:"center"},{label:"Start",value:"flex-start"},{label:"End",value:"flex-end"},{label:"Space Between",value:"space-between"},{label:"Space Around",value:"space-around"},{label:"Space Evenly",value:"space-evenly"}],devices:{desktop:{default:"normal"}}}]}]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"CartOrderNote",label:"Cart Order Note",settings:[{id:"setting",controls:[{id:"triggerUpdate",label:"Trigger Update",type:"segment",options:[{label:"Blur",value:"blur"},{label:"Debounce",value:"debounce"}],default:"debounce"},{id:"debounce",label:"Debounce time (ms)",type:"input:number",default:1e3,hide:!0}]},{id:"style",controls:[]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"CartTotalItem",label:"Cart Total Item",settings:[{id:"setting",controls:[]},{id:"style",controls:[{id:"typography",type:"typography",label:"Typography",default:{type:"subheading-1"}}]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"CartTotalPrice",label:"Cart Total Price",settings:[{id:"setting",controls:[{id:"priceType",label:"Price Type",type:"select",options:[{label:"Total",value:"total"},{label:"Subtotal",value:"subtotal"},{label:"Tax",value:"tax"},{label:"Duty Fee",value:"duty"},{label:"Discount",value:"discount"}],default:"total"}]},{id:"style",controls:[{id:"typography",type:"typography",label:"Typography",default:{type:"subheading-1"}}]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"CouponList",label:"Coupon List",settings:[{id:"setting",controls:[]},{id:"style",controls:[]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"DiscountInput",label:"Discount Input",settings:[{id:"setting",controls:[{id:"label",type:"input",label:"Label",default:"Apply"},{id:"placeholder",type:"input",label:"Placeholder",default:"Enter discount code"}]},{id:"style",controls:[]}]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0})
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default={tag:"ShopPayButton",label:"Shop Pay Button",icon:'<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.2219 24.8484C26.2219 24.1212 25.7241 23.6363 24.9775 23.6363C24.2308 23.6363 23.733 24.1212 23.733 24.8484C23.733 25.5757 24.2308 26.0606 24.9775 26.0606C25.7241 26.0606 26.2219 25.5757 26.2219 24.8484ZM16.2663 24.8484C16.2663 24.1212 15.7686 23.6363 15.0219 23.6363C14.2752 23.6363 13.7775 24.1212 13.7775 24.8484C13.7775 25.5757 14.2752 26.0606 15.0219 26.0606C15.7686 26.0606 16.2663 25.5757 16.2663 24.8484ZM14.0263 13.9394H25.8486L24.6041 18.7878H15.1463C14.8975 17.6969 14.3997 15.8787 14.0263 13.9394ZM28.9239 12.1394C29.0051 11.8231 28.7662 11.5151 28.4396 11.5151H13.4041C12.9063 9.33329 12.533 7.63632 12.533 7.63632L12.3805 7.04232C12.3238 6.82122 12.1245 6.66663 11.8962 6.66663H9.29967C9.02353 6.66663 8.79967 6.89048 8.79967 7.16663V8.59087C8.79967 8.86701 9.02353 9.09087 9.29967 9.09087H10.293C10.9152 11.8787 12.9063 20.2424 12.9063 20.2424L13.0588 20.8364C13.1156 21.0575 13.3148 21.2121 13.5431 21.2121H26.2074C26.4356 21.2121 26.6349 21.0575 26.6917 20.8364L28.9239 12.1394ZM38.1663 16.3636C38.4425 16.3636 38.6663 16.5875 38.6663 16.8636V32.8333C38.6663 33.1094 38.4425 33.3333 38.1663 33.3333H1.83301C1.55687 33.3333 1.33301 33.1094 1.33301 32.8333V16.8636C1.33301 16.5875 1.55687 16.3636 1.83301 16.3636H9.03402C9.26229 16.3636 9.46158 16.5182 9.51832 16.7393L9.88388 18.1635C9.96507 18.4799 9.72616 18.7878 9.39958 18.7878H3.8219V30.909H36.1775V18.7878H30.3509C30.0243 18.7878 29.7854 18.4799 29.8666 18.1635L30.2321 16.7393C30.2889 16.5182 30.4882 16.3636 30.7164 16.3636H38.1663Z" fill="currentColor"/></svg>',settings:[{id:"setting",controls:[{id:"openMode",label:"Behavior",type:"segment",options:[{label:"New Page",value:"new-page"},{label:"Popup",value:"popup"}],default:"new-page"}]},{id:"style",controls:[{id:"brand-group",type:"group",label:"Brand Button Setting",controls:[{id:"type",label:"Type",type:"segment",options:[{label:"Dynamic",value:"dynamic"},{label:"Express",value:"express"}],default:"dynamic"},{id:"color",label:"Color",type:"segment",options:[{label:"White",value:"white"},{label:"Black",value:"black"},{label:"Purple",value:"purple"}],default:"black"}]},{id:"align",label:"Align",type:"segment",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left"},{label:"Center",value:"center",type:"align",tooltip:"Align center"},{label:"Right",value:"right",type:"align",tooltip:"Align right"}],devices:{desktop:{default:"left"}}}]}],ui:[{type:"control",label:{en:"Behavior"},options:{label:"large"},setting:{id:"openMode"}},{type:"group",label:{en:"Brand button setting"},controls:[{type:"control",label:{en:"Button type"},setting:{id:"type"}},{type:"control",label:{en:"Button color"},setting:{id:"color"}}]},{type:"control",label:{en:"Alignment"},options:{label:"large"},setting:{id:"align"}}],editorConfigs:{placeholder:{flowTag:["Product"]}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var s=require("@gem-sdk/core");exports.getCodeClasses=(e,o,r)=>s.composeClasses(s.cls(e,{"gp-sr-only":o},"gp-custom-code",r));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var e=require("@gem-sdk/core"),r=require("../../helpers.js"),t=require("../settings/configs/translate.js");exports.getCodeStyle=({setting:a,style:s,isLiquid:i,uid:n,pageContext:l,type:d="React"})=>{let{background:g}=a??{},o="Liquid"===d?r.getBackgroundTranslated({background:g,uid:n,enableTranslate:!!t.CSSCode?.background?.id,pageContext:l,isTranslateVideo:!1}):g;return{...s,...e.makeStyleResponsive("ta",a?.align),...e.getStyleBackgroundByDevice(o||g,{liquid:i})}};
|