@gem-sdk/components 12.0.0-dev.133 → 12.0.0-dev.139
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/constants/index.js +1 -0
- 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/constants/index.js +1 -0
- 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 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let t=[{label:"Text style",controls:[{label:"Prefix",getValueFromSettingID:"prefix",iconName:"gp-prefix",type:"combo",defaultValueWhenClear:"",compoDefaultValue:"By",controls:[{label:"Prefix",type:"control",setting:{id:"prefix"},defaultValueWhenClear:""}]},{id:"typo",label:"Basic",setting:{id:"typo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.color",settingId:"color",state:"normal"},{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"color",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"SEO",controls:[{label:"HTML tag",setting:{id:"htmlTag"}}]}];export{t as SettingUIV2};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
let
|
|
1
|
+
let C=[{id:"article-category",name:"Article Category",icon:{desktop:`
|
|
2
2
|
<svg width="43" height="10" viewBox="0 0 43 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="M0.461115 9V0.272727H5.69407V1.21023H1.51793V4.15909H5.30202V5.09659H1.51793V9H0.461115ZM9.29386 9.15341C8.87908 9.15341 8.50266 9.07528 8.1646 8.91903C7.82653 8.75994 7.55806 8.53125 7.3592 8.23295C7.16033 7.93182 7.0609 7.56818 7.0609 7.14205C7.0609 6.76705 7.13477 6.46307 7.28249 6.23011C7.43022 5.99432 7.62766 5.80966 7.87482 5.67614C8.12198 5.54261 8.39471 5.44318 8.693 5.37784C8.99414 5.30966 9.2967 5.25568 9.60067 5.21591C9.9984 5.16477 10.3208 5.12642 10.568 5.10085C10.818 5.07244 10.9998 5.02557 11.1135 4.96023C11.2299 4.89489 11.2882 4.78125 11.2882 4.61932V4.58523C11.2882 4.16477 11.1731 3.83807 10.943 3.60511C10.7157 3.37216 10.3706 3.25568 9.90749 3.25568C9.42738 3.25568 9.05096 3.3608 8.77823 3.57102C8.5055 3.78125 8.31374 4.00568 8.20295 4.24432L7.2484 3.90341C7.41886 3.50568 7.64613 3.19602 7.93022 2.97443C8.21715 2.75 8.52965 2.59375 8.86772 2.50568C9.20863 2.41477 9.54386 2.36932 9.8734 2.36932C10.0836 2.36932 10.3251 2.39489 10.5978 2.44602C10.8734 2.49432 11.139 2.59517 11.3947 2.74858C11.6532 2.90199 11.8677 3.13352 12.0382 3.44318C12.2086 3.75284 12.2939 4.16761 12.2939 4.6875V9H11.2882V8.11364H11.237C11.1689 8.25568 11.0552 8.40767 10.8961 8.5696C10.737 8.73153 10.5254 8.86932 10.2612 8.98295C9.99698 9.09659 9.67454 9.15341 9.29386 9.15341ZM9.44727 8.25C9.84499 8.25 10.1802 8.17188 10.4529 8.01562C10.7285 7.85938 10.9359 7.65767 11.0751 7.41051C11.2172 7.16335 11.2882 6.90341 11.2882 6.63068V5.71023C11.2456 5.76136 11.1518 5.80824 11.0069 5.85085C10.8649 5.89062 10.7001 5.92614 10.5126 5.95739C10.3279 5.9858 10.1475 6.01136 9.97141 6.03409C9.79812 6.05398 9.65749 6.07102 9.54954 6.08523C9.28817 6.11932 9.04386 6.17472 8.81658 6.25142C8.59215 6.32528 8.41033 6.4375 8.27113 6.58807C8.13477 6.7358 8.06658 6.9375 8.06658 7.19318C8.06658 7.54261 8.19585 7.80682 8.45437 7.9858C8.71573 8.16193 9.0467 8.25 9.44727 8.25ZM18.7658 3.92045L17.8624 4.17614C17.8056 4.02557 17.7218 3.87926 17.611 3.73722C17.503 3.59233 17.3553 3.47301 17.1678 3.37926C16.9803 3.28551 16.7402 3.23864 16.4476 3.23864C16.0471 3.23864 15.7132 3.33097 15.4462 3.51562C15.182 3.69744 15.0499 3.92898 15.0499 4.21023C15.0499 4.46023 15.1408 4.65767 15.3226 4.80256C15.5044 4.94744 15.7885 5.06818 16.1749 5.16477L17.1465 5.40341C17.7317 5.54545 18.1678 5.76278 18.4547 6.0554C18.7417 6.34517 18.8851 6.71875 18.8851 7.17614C18.8851 7.55114 18.7772 7.88636 18.5613 8.18182C18.3482 8.47727 18.0499 8.71023 17.6664 8.88068C17.2828 9.05114 16.8368 9.13636 16.3283 9.13636C15.6607 9.13636 15.1081 8.99148 14.6706 8.7017C14.2331 8.41193 13.9561 7.98864 13.8397 7.43182L14.7942 7.19318C14.8851 7.54545 15.057 7.80966 15.3098 7.9858C15.5655 8.16193 15.8993 8.25 16.3113 8.25C16.78 8.25 17.1522 8.15057 17.4277 7.9517C17.7061 7.75 17.8453 7.50852 17.8453 7.22727C17.8453 7 17.7658 6.80966 17.6067 6.65625C17.4476 6.5 17.2033 6.38352 16.8738 6.30682L15.7828 6.05114C15.1834 5.90909 14.7431 5.68892 14.4618 5.39062C14.1834 5.08949 14.0442 4.71307 14.0442 4.26136C14.0442 3.89205 14.1479 3.56534 14.3553 3.28125C14.5655 2.99716 14.851 2.77415 15.2118 2.61222C15.5755 2.45028 15.9874 2.36932 16.4476 2.36932C17.0953 2.36932 17.6039 2.51136 17.9732 2.79545C18.3453 3.07955 18.6096 3.45455 18.7658 3.92045ZM21.4047 5.0625V9H20.399V0.272727H21.4047V3.47727H21.4899C21.6433 3.1392 21.8734 2.87074 22.1802 2.67188C22.4899 2.47017 22.9018 2.36932 23.416 2.36932C23.862 2.36932 24.2527 2.45881 24.5879 2.63778C24.9231 2.81392 25.1831 3.08523 25.3677 3.4517C25.5552 3.81534 25.649 4.27841 25.649 4.84091V9H24.6433V4.90909C24.6433 4.3892 24.5083 3.98722 24.2385 3.70312C23.9714 3.41619 23.6007 3.27273 23.1262 3.27273C22.7967 3.27273 22.5012 3.34233 22.2399 3.48153C21.9814 3.62074 21.7768 3.82386 21.6262 4.09091C21.4785 4.35795 21.4047 4.68182 21.4047 5.0625ZM27.4888 9V2.45455H28.4945V9H27.4888ZM28.0002 1.36364C27.8042 1.36364 27.6351 1.29688 27.4931 1.16335C27.3539 1.02983 27.2843 0.869318 27.2843 0.681818C27.2843 0.494318 27.3539 0.333807 27.4931 0.200284C27.6351 0.0667613 27.8042 0 28.0002 0C28.1962 0 28.3638 0.0667613 28.503 0.200284C28.6451 0.333807 28.7161 0.494318 28.7161 0.681818C28.7161 0.869318 28.6451 1.02983 28.503 1.16335C28.3638 1.29688 28.1962 1.36364 28.0002 1.36364ZM32.9956 9.13636C32.4047 9.13636 31.8862 8.99574 31.4402 8.71449C30.997 8.43324 30.6504 8.03977 30.4004 7.53409C30.1532 7.02841 30.0297 6.4375 30.0297 5.76136C30.0297 5.07955 30.1532 4.48437 30.4004 3.97585C30.6504 3.46733 30.997 3.07244 31.4402 2.79119C31.8862 2.50994 32.4047 2.36932 32.9956 2.36932C33.5865 2.36932 34.1035 2.50994 34.5467 2.79119C34.9927 3.07244 35.3393 3.46733 35.5865 3.97585C35.8365 4.48437 35.9615 5.07955 35.9615 5.76136C35.9615 6.4375 35.8365 7.02841 35.5865 7.53409C35.3393 8.03977 34.9927 8.43324 34.5467 8.71449C34.1035 8.99574 33.5865 9.13636 32.9956 9.13636ZM32.9956 8.23295C33.4444 8.23295 33.8137 8.1179 34.1035 7.88778C34.3933 7.65767 34.6078 7.35511 34.747 6.98011C34.8862 6.60511 34.9558 6.19886 34.9558 5.76136C34.9558 5.32386 34.8862 4.91619 34.747 4.53835C34.6078 4.16051 34.3933 3.85511 34.1035 3.62216C33.8137 3.3892 33.4444 3.27273 32.9956 3.27273C32.5467 3.27273 32.1774 3.3892 31.8876 3.62216C31.5978 3.85511 31.3833 4.16051 31.2441 4.53835C31.1049 4.91619 31.0353 5.32386 31.0353 5.76136C31.0353 6.19886 31.1049 6.60511 31.2441 6.98011C31.3833 7.35511 31.5978 7.65767 31.8876 7.88778C32.1774 8.1179 32.5467 8.23295 32.9956 8.23295ZM38.5023 5.0625V9H37.4966V2.45455H38.4682V3.47727H38.5534C38.7069 3.14489 38.9398 2.87784 39.2523 2.67614C39.5648 2.47159 39.9682 2.36932 40.4625 2.36932C40.9057 2.36932 41.2935 2.46023 41.6259 2.64205C41.9583 2.82102 42.2168 3.09375 42.4015 3.46023C42.5861 3.82386 42.6784 4.28409 42.6784 4.84091V9H41.6728V4.90909C41.6728 4.39489 41.5392 3.99432 41.2722 3.70739C41.0051 3.41761 40.6387 3.27273 40.1728 3.27273C39.8517 3.27273 39.5648 3.34233 39.312 3.48153C39.062 3.62074 38.8645 3.82386 38.7196 4.09091C38.5748 4.35795 38.5023 4.68182 38.5023 5.0625Z" fill="#F9F9F9"/>
|
|
4
4
|
</svg>
|
|
5
5
|
|
|
6
|
-
`},components:[{tag:"ArticleCategory",settings:{htmlTag:"div"},styles:{typo:{type:"paragraph-3",attrs:{color:"text-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-s)"}}}}}]}];export{ArticleCategoryPresets};
|
|
6
|
+
`},components:[{tag:"ArticleCategory",settings:{htmlTag:"div"},styles:{typo:{type:"paragraph-3",attrs:{color:"text-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-s)"}}}}}]}];export{C as ArticleCategoryPresets};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{id:"setting",controls:[{id:"htmlTag",label:"HTML Tag",type:"select",options:[{value:"h1",label:"H1"},{value:"h2",label:"H2"},{value:"h3",label:"H3"},{value:"h4",label:"H4"},{value:"h5",label:"H5"},{value:"h6",label:"H6"},{value:"div",label:"Div"}],default:"div"}]},{id:"style",controls:[{id:"typo",type:"typography-v2",default:{type:"paragraph-3",attrs:{color:"text-1"}},ignoreReRender:!0},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"gp-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"gp-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"gp-text-align-right"},{label:"Justify",value:"justify",type:"text",tooltip:"Align justify",iconName:"gp-text-align-justify"}],devices:{desktop:{default:"left"}}},{id:"color",label:"Text Color",type:"colorpicker",default:{normal:"text-1"},state:{normal:!0,hover:!0}},{id:"hasTextShadow",type:"toggle",label:"Enable Text Shadow",default:{normal:!1,hover:!1},state:{normal:!0,hover:!0}},{id:"textShadow",type:"textShadow",label:"Text Shadow",hideOnState:{normal:!0,hover:!0},default:{normal:{type:"shadow-1"}},state:{normal:!0,hover:!0}}]}];export{e as ArticleCategorySettings};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let t=[{label:"Text style",controls:[{id:"typo",label:"Basic",setting:{id:"typo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.color",settingId:"color",state:"normal"},{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"color",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"SEO",controls:[{label:"HTML tag",setting:{id:"htmlTag"}}]}];export{t as SettingUIV2};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let
|
|
1
|
+
let C=[{id:"article-content",name:"Article Content",icon:{desktop:`<svg width="86" height="10" viewBox="0 0 86 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path d="M1.58274 9H0.474787L3.67933 0.272727H4.77024L7.97479 9H6.86683L4.25888 1.65341H4.1907L1.58274 9ZM1.99183 5.59091H6.45774V6.52841H1.99183V5.59091ZM9.1978 9V2.45455H10.1694V3.44318H10.2376C10.3569 3.11932 10.5728 2.85653 10.8853 2.65483C11.1978 2.45312 11.5501 2.35227 11.9421 2.35227C12.016 2.35227 12.1083 2.35369 12.2191 2.35653C12.3299 2.35937 12.4137 2.36364 12.4705 2.36932V3.39205C12.4364 3.38352 12.3583 3.37074 12.2362 3.35369C12.1168 3.33381 11.9904 3.32386 11.8569 3.32386C11.5387 3.32386 11.2546 3.39062 11.0046 3.52415C10.7575 3.65483 10.5614 3.83665 10.4165 4.0696C10.2745 4.29972 10.2035 4.5625 10.2035 4.85795V9H9.1978ZM16.9194 2.45455V3.30682H13.5273V2.45455H16.9194ZM14.516 0.886364H15.5217V7.125C15.5217 7.40909 15.5629 7.62216 15.6452 7.7642C15.7305 7.90341 15.8384 7.99716 15.9691 8.04545C16.1026 8.09091 16.2433 8.11364 16.391 8.11364C16.5018 8.11364 16.5927 8.10795 16.6637 8.09659C16.7347 8.08239 16.7915 8.07102 16.8342 8.0625L17.0387 8.96591C16.9705 8.99148 16.8754 9.01705 16.7532 9.04261C16.631 9.07102 16.4762 9.08523 16.2887 9.08523C16.0046 9.08523 15.7262 9.02415 15.4535 8.90199C15.1836 8.77983 14.9592 8.59375 14.7802 8.34375C14.604 8.09375 14.516 7.77841 14.516 7.39773V0.886364ZM18.4322 9V2.45455H19.4379V9H18.4322ZM18.9435 1.36364C18.7475 1.36364 18.5785 1.29688 18.4364 1.16335C18.2972 1.02983 18.2276 0.869318 18.2276 0.681818C18.2276 0.494318 18.2972 0.333807 18.4364 0.200284C18.5785 0.0667613 18.7475 0 18.9435 0C19.1396 0 19.3072 0.0667613 19.4464 0.200284C19.5884 0.333807 19.6594 0.494318 19.6594 0.681818C19.6594 0.869318 19.5884 1.02983 19.4464 1.16335C19.3072 1.29688 19.1396 1.36364 18.9435 1.36364ZM23.9389 9.13636C23.3253 9.13636 22.7969 8.99148 22.3537 8.7017C21.9105 8.41193 21.5696 8.01278 21.331 7.50426C21.0923 6.99574 20.973 6.41477 20.973 5.76136C20.973 5.09659 21.0952 4.50994 21.3395 4.00142C21.5866 3.49006 21.9304 3.09091 22.3707 2.80398C22.8139 2.5142 23.331 2.36932 23.9219 2.36932C24.3821 2.36932 24.7969 2.45455 25.1662 2.625C25.5355 2.79545 25.8381 3.03409 26.0739 3.34091C26.3097 3.64773 26.456 4.00568 26.5128 4.41477H25.5071C25.4304 4.11648 25.2599 3.85227 24.9957 3.62216C24.7344 3.3892 24.3821 3.27273 23.9389 3.27273C23.5469 3.27273 23.2031 3.375 22.9077 3.57955C22.6151 3.78125 22.3864 4.06676 22.2216 4.43608C22.0597 4.80256 21.9787 5.23295 21.9787 5.72727C21.9787 6.23295 22.0582 6.6733 22.2173 7.0483C22.3793 7.4233 22.6065 7.71449 22.8991 7.92188C23.1946 8.12926 23.5412 8.23295 23.9389 8.23295C24.2003 8.23295 24.4375 8.1875 24.6506 8.09659C24.8636 8.00568 25.044 7.875 25.1918 7.70455C25.3395 7.53409 25.4446 7.32955 25.5071 7.09091H26.5128C26.456 7.47727 26.3153 7.82528 26.0909 8.13494C25.8693 8.44176 25.5753 8.68608 25.2088 8.8679C24.8452 9.04688 24.4219 9.13636 23.9389 9.13636ZM28.9886 0.272727V9H27.983V0.272727H28.9886ZM33.5749 9.13636C32.9442 9.13636 32.4002 8.99716 31.9428 8.71875C31.4883 8.4375 31.1374 8.04545 30.8903 7.54261C30.646 7.03693 30.5238 6.44886 30.5238 5.77841C30.5238 5.10795 30.646 4.51705 30.8903 4.00568C31.1374 3.49148 31.4812 3.09091 31.9215 2.80398C32.3647 2.5142 32.8817 2.36932 33.4727 2.36932C33.8136 2.36932 34.1502 2.42614 34.4826 2.53977C34.815 2.65341 35.1175 2.83807 35.3903 3.09375C35.663 3.34659 35.8803 3.68182 36.0423 4.09943C36.2042 4.51705 36.2852 5.03125 36.2852 5.64205V6.06818H31.2397V5.19886H35.2624C35.2624 4.82955 35.1886 4.5 35.0408 4.21023C34.896 3.92045 34.6886 3.69176 34.4187 3.52415C34.1516 3.35653 33.8363 3.27273 33.4727 3.27273C33.0721 3.27273 32.7255 3.37216 32.4329 3.57102C32.1431 3.76705 31.9201 4.02273 31.7638 4.33807C31.6076 4.65341 31.5295 4.99148 31.5295 5.35227V5.93182C31.5295 6.42614 31.6147 6.84517 31.7852 7.18892C31.9585 7.52983 32.1985 7.78977 32.5053 7.96875C32.8121 8.14489 33.1687 8.23295 33.5749 8.23295C33.8391 8.23295 34.0778 8.19602 34.2908 8.12216C34.5067 8.04545 34.6928 7.93182 34.8491 7.78125C35.0053 7.62784 35.1261 7.4375 35.2113 7.21023L36.1829 7.48295C36.0806 7.8125 35.9087 8.10227 35.6673 8.35227C35.4258 8.59943 35.1275 8.79261 34.7724 8.93182C34.4173 9.06818 34.0181 9.13636 33.5749 9.13636ZM48.3491 3H47.2923C47.2298 2.69602 47.1204 2.42898 46.9641 2.19886C46.8107 1.96875 46.6232 1.77557 46.4016 1.61932C46.1829 1.46023 45.94 1.34091 45.6729 1.26136C45.4059 1.18182 45.1275 1.14205 44.8377 1.14205C44.3093 1.14205 43.8306 1.27557 43.4016 1.54261C42.9755 1.80966 42.636 2.20312 42.3832 2.72301C42.1332 3.2429 42.0082 3.88068 42.0082 4.63636C42.0082 5.39205 42.1332 6.02983 42.3832 6.54972C42.636 7.0696 42.9755 7.46307 43.4016 7.73011C43.8306 7.99716 44.3093 8.13068 44.8377 8.13068C45.1275 8.13068 45.4059 8.09091 45.6729 8.01136C45.94 7.93182 46.1829 7.81392 46.4016 7.65767C46.6232 7.49858 46.8107 7.30398 46.9641 7.07386C47.1204 6.84091 47.2298 6.57386 47.2923 6.27273H48.3491C48.2695 6.71875 48.1246 7.1179 47.9144 7.47017C47.7042 7.82244 47.4428 8.12216 47.1303 8.36932C46.8178 8.61364 46.467 8.79972 46.0778 8.92756C45.6914 9.0554 45.2781 9.11932 44.8377 9.11932C44.0934 9.11932 43.4315 8.9375 42.8519 8.57386C42.2724 8.21023 41.8164 7.69318 41.484 7.02273C41.1516 6.35227 40.9854 5.55682 40.9854 4.63636C40.9854 3.71591 41.1516 2.92045 41.484 2.25C41.8164 1.57955 42.2724 1.0625 42.8519 0.698864C43.4315 0.335227 44.0934 0.153409 44.8377 0.153409C45.2781 0.153409 45.6914 0.217329 46.0778 0.34517C46.467 0.473011 46.8178 0.660511 47.1303 0.90767C47.4428 1.15199 47.7042 1.45028 47.9144 1.80256C48.1246 2.15199 48.2695 2.55114 48.3491 3ZM52.5795 9.13636C51.9886 9.13636 51.4702 8.99574 51.0241 8.71449C50.581 8.43324 50.2344 8.03977 49.9844 7.53409C49.7372 7.02841 49.6136 6.4375 49.6136 5.76136C49.6136 5.07955 49.7372 4.48437 49.9844 3.97585C50.2344 3.46733 50.581 3.07244 51.0241 2.79119C51.4702 2.50994 51.9886 2.36932 52.5795 2.36932C53.1705 2.36932 53.6875 2.50994 54.1307 2.79119C54.5767 3.07244 54.9233 3.46733 55.1705 3.97585C55.4205 4.48437 55.5455 5.07955 55.5455 5.76136C55.5455 6.4375 55.4205 7.02841 55.1705 7.53409C54.9233 8.03977 54.5767 8.43324 54.1307 8.71449C53.6875 8.99574 53.1705 9.13636 52.5795 9.13636ZM52.5795 8.23295C53.0284 8.23295 53.3977 8.1179 53.6875 7.88778C53.9773 7.65767 54.1918 7.35511 54.331 6.98011C54.4702 6.60511 54.5398 6.19886 54.5398 5.76136C54.5398 5.32386 54.4702 4.91619 54.331 4.53835C54.1918 4.16051 53.9773 3.85511 53.6875 3.62216C53.3977 3.3892 53.0284 3.27273 52.5795 3.27273C52.1307 3.27273 51.7614 3.3892 51.4716 3.62216C51.1818 3.85511 50.9673 4.16051 50.8281 4.53835C50.6889 4.91619 50.6193 5.32386 50.6193 5.76136C50.6193 6.19886 50.6889 6.60511 50.8281 6.98011C50.9673 7.35511 51.1818 7.65767 51.4716 7.88778C51.7614 8.1179 52.1307 8.23295 52.5795 8.23295ZM58.0863 5.0625V9H57.0806V2.45455H58.0522V3.47727H58.1374C58.2908 3.14489 58.5238 2.87784 58.8363 2.67614C59.1488 2.47159 59.5522 2.36932 60.0465 2.36932C60.4897 2.36932 60.8775 2.46023 61.2099 2.64205C61.5423 2.82102 61.8008 3.09375 61.9854 3.46023C62.1701 3.82386 62.2624 4.28409 62.2624 4.84091V9H61.2567V4.90909C61.2567 4.39489 61.1232 3.99432 60.8562 3.70739C60.5891 3.41761 60.2227 3.27273 59.7567 3.27273C59.4357 3.27273 59.1488 3.34233 58.896 3.48153C58.646 3.62074 58.4485 3.82386 58.3036 4.09091C58.1587 4.35795 58.0863 4.68182 58.0863 5.0625ZM66.9467 2.45455V3.30682H63.5547V2.45455H66.9467ZM64.5433 0.886364H65.549V7.125C65.549 7.40909 65.5902 7.62216 65.6726 7.7642C65.7578 7.90341 65.8658 7.99716 65.9964 8.04545C66.13 8.09091 66.2706 8.11364 66.4183 8.11364C66.5291 8.11364 66.62 8.10795 66.6911 8.09659C66.7621 8.08239 66.8189 8.07102 66.8615 8.0625L67.0661 8.96591C66.9979 8.99148 66.9027 9.01705 66.7805 9.04261C66.6584 9.07102 66.5036 9.08523 66.3161 9.08523C66.032 9.08523 65.7536 9.02415 65.4808 8.90199C65.2109 8.77983 64.9865 8.59375 64.8075 8.34375C64.6314 8.09375 64.5433 7.77841 64.5433 7.39773V0.886364ZM71.1335 9.13636C70.5028 9.13636 69.9588 8.99716 69.5014 8.71875C69.0469 8.4375 68.696 8.04545 68.4489 7.54261C68.2045 7.03693 68.0824 6.44886 68.0824 5.77841C68.0824 5.10795 68.2045 4.51705 68.4489 4.00568C68.696 3.49148 69.0398 3.09091 69.4801 2.80398C69.9233 2.5142 70.4403 2.36932 71.0312 2.36932C71.3722 2.36932 71.7088 2.42614 72.0412 2.53977C72.3736 2.65341 72.6761 2.83807 72.9489 3.09375C73.2216 3.34659 73.4389 3.68182 73.6009 4.09943C73.7628 4.51705 73.8438 5.03125 73.8438 5.64205V6.06818H68.7983V5.19886H72.821C72.821 4.82955 72.7472 4.5 72.5994 4.21023C72.4545 3.92045 72.2472 3.69176 71.9773 3.52415C71.7102 3.35653 71.3949 3.27273 71.0312 3.27273C70.6307 3.27273 70.2841 3.37216 69.9915 3.57102C69.7017 3.76705 69.4787 4.02273 69.3224 4.33807C69.1662 4.65341 69.0881 4.99148 69.0881 5.35227V5.93182C69.0881 6.42614 69.1733 6.84517 69.3438 7.18892C69.517 7.52983 69.7571 7.78977 70.0639 7.96875C70.3707 8.14489 70.7273 8.23295 71.1335 8.23295C71.3977 8.23295 71.6364 8.19602 71.8494 8.12216C72.0653 8.04545 72.2514 7.93182 72.4077 7.78125C72.5639 7.62784 72.6847 7.4375 72.7699 7.21023L73.7415 7.48295C73.6392 7.8125 73.4673 8.10227 73.2259 8.35227C72.9844 8.59943 72.6861 8.79261 72.331 8.93182C71.9759 9.06818 71.5767 9.13636 71.1335 9.13636ZM76.3793 5.0625V9H75.3736V2.45455H76.3452V3.47727H76.4304C76.5838 3.14489 76.8168 2.87784 77.1293 2.67614C77.4418 2.47159 77.8452 2.36932 78.3395 2.36932C78.7827 2.36932 79.1705 2.46023 79.5028 2.64205C79.8352 2.82102 80.0938 3.09375 80.2784 3.46023C80.4631 3.82386 80.5554 4.28409 80.5554 4.84091V9H79.5497V4.90909C79.5497 4.39489 79.4162 3.99432 79.1491 3.70739C78.8821 3.41761 78.5156 3.27273 78.0497 3.27273C77.7287 3.27273 77.4418 3.34233 77.1889 3.48153C76.9389 3.62074 76.7415 3.82386 76.5966 4.09091C76.4517 4.35795 76.3793 4.68182 76.3793 5.0625ZM85.2397 2.45455V3.30682H81.8477V2.45455H85.2397ZM82.8363 0.886364H83.842V7.125C83.842 7.40909 83.8832 7.62216 83.9656 7.7642C84.0508 7.90341 84.1587 7.99716 84.2894 8.04545C84.4229 8.09091 84.5636 8.11364 84.7113 8.11364C84.8221 8.11364 84.913 8.10795 84.984 8.09659C85.055 8.08239 85.1119 8.07102 85.1545 8.0625L85.359 8.96591C85.2908 8.99148 85.1957 9.01705 85.0735 9.04261C84.9513 9.07102 84.7965 9.08523 84.609 9.08523C84.3249 9.08523 84.0465 9.02415 83.7738 8.90199C83.5039 8.77983 83.2795 8.59375 83.1005 8.34375C82.9244 8.09375 82.8363 7.77841 82.8363 7.39773V0.886364Z" fill="#F9F9F9"/>
|
|
3
3
|
</svg>
|
|
4
|
-
`},components:[{tag:"ArticleContent",label:"Article Content",settings:{ftClickOpenLightBox:{desktop:"product-link"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];export{ArticleContentPresets};
|
|
4
|
+
`},components:[{tag:"ArticleContent",label:"Article Content",settings:{ftClickOpenLightBox:{desktop:"product-link"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];export{C as ArticleContentPresets};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{id:"setting",controls:[]},{id:"style",controls:[{id:"typo",type:"typography-v2",default:{type:"paragraph-2",attrs:{color:"text-1"}},ignoreReRender:!0},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"gp-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"gp-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"gp-text-align-right"},{label:"Justify",value:"justify",type:"text",tooltip:"Align justify",iconName:"gp-text-align-justify"}],devices:{desktop:{default:"left"}}},{id:"hasLineClamp",type:"toggle",label:"Has Line Clamp",devices:{desktop:{default:!0}}},{id:"lineClamp",type:"input:stepper",min:1,label:"Line Clamp",disableDecimal:!0,devices:{desktop:{default:3}},hide:!0},{id:"color",label:"Text Color",type:"colorpicker",default:{normal:"text-1"},state:{normal:!0,hover:!0}},{id:"hasTextShadow",type:"toggle",label:"Enable Text Shadow",default:{normal:!1,hover:!1},state:{normal:!0,hover:!0}},{id:"textShadow",type:"textShadow",label:"Text Shadow",hideOnState:{normal:!0,hover:!0},default:{normal:{type:"shadow-1"}},state:{normal:!0,hover:!0}}]}];export{e as ArticleContentSettings};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let t=[{label:"Text style",controls:[{id:"typo",label:"Basic",setting:{id:"typo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.color",settingId:"color",state:"normal"},{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"color",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Display option",controls:[{id:"hasLineClamp",label:"Max lines",setting:{id:"hasLineClamp"}},{id:"lineClamp",label:"Number of lines",conditionDisplay:"hasLineClamp === true",setting:{id:"lineClamp"}}]}];export{t as SettingUIV2};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
let
|
|
1
|
+
let C=[{id:"article-date",name:"Article Date",icon:{desktop:`
|
|
2
2
|
<svg width="65" height="12" viewBox="0 0 65 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="M4.82546 0.272727H5.88228V6.51136C5.88228 7.06818 5.78001 7.54119 5.57546 7.9304C5.37092 8.3196 5.08256 8.61506 4.7104 8.81676C4.33825 9.01847 3.89933 9.11932 3.39364 9.11932C2.91637 9.11932 2.49165 9.03267 2.1195 8.85938C1.74734 8.68324 1.45472 8.43324 1.24165 8.10938C1.02859 7.78551 0.922053 7.40057 0.922053 6.95455H1.96183C1.96183 7.2017 2.0229 7.41761 2.14506 7.60227C2.27006 7.78409 2.44052 7.92614 2.65643 8.02841C2.87234 8.13068 3.11808 8.18182 3.39364 8.18182C3.69762 8.18182 3.95614 8.1179 4.16921 7.99006C4.38228 7.86222 4.54421 7.67472 4.65501 7.42756C4.76864 7.17756 4.82546 6.87216 4.82546 6.51136V0.272727ZM9.78995 9.15341C9.37518 9.15341 8.99876 9.07528 8.66069 8.91903C8.32262 8.75994 8.05415 8.53125 7.85529 8.23295C7.65643 7.93182 7.557 7.56818 7.557 7.14205C7.557 6.76705 7.63086 6.46307 7.77859 6.23011C7.92631 5.99432 8.12376 5.80966 8.37092 5.67614C8.61808 5.54261 8.8908 5.44318 9.1891 5.37784C9.49023 5.30966 9.79279 5.25568 10.0968 5.21591C10.4945 5.16477 10.8169 5.12642 11.0641 5.10085C11.3141 5.07244 11.4959 5.02557 11.6096 4.96023C11.726 4.89489 11.7843 4.78125 11.7843 4.61932V4.58523C11.7843 4.16477 11.6692 3.83807 11.4391 3.60511C11.2118 3.37216 10.8667 3.25568 10.4036 3.25568C9.92347 3.25568 9.54705 3.3608 9.27433 3.57102C9.0016 3.78125 8.80984 4.00568 8.69904 4.24432L7.7445 3.90341C7.91495 3.50568 8.14222 3.19602 8.42631 2.97443C8.71325 2.75 9.02575 2.59375 9.36381 2.50568C9.70472 2.41477 10.04 2.36932 10.3695 2.36932C10.5797 2.36932 10.8212 2.39489 11.0939 2.44602C11.3695 2.49432 11.6351 2.59517 11.8908 2.74858C12.1493 2.90199 12.3638 3.13352 12.5343 3.44318C12.7047 3.75284 12.79 4.16761 12.79 4.6875V9H11.7843V8.11364H11.7331C11.665 8.25568 11.5513 8.40767 11.3922 8.5696C11.2331 8.73153 11.0215 8.86932 10.7573 8.98295C10.4931 9.09659 10.1706 9.15341 9.78995 9.15341ZM9.94336 8.25C10.3411 8.25 10.6763 8.17188 10.949 8.01562C11.2246 7.85938 11.432 7.65767 11.5712 7.41051C11.7132 7.16335 11.7843 6.90341 11.7843 6.63068V5.71023C11.7417 5.76136 11.6479 5.80824 11.503 5.85085C11.361 5.89062 11.1962 5.92614 11.0087 5.95739C10.824 5.9858 10.6436 6.01136 10.4675 6.03409C10.2942 6.05398 10.1536 6.07102 10.0456 6.08523C9.78427 6.11932 9.53995 6.17472 9.31268 6.25142C9.08825 6.32528 8.90643 6.4375 8.76722 6.58807C8.63086 6.7358 8.56268 6.9375 8.56268 7.19318C8.56268 7.54261 8.69194 7.80682 8.95046 7.9858C9.21183 8.16193 9.54279 8.25 9.94336 8.25ZM15.6312 5.0625V9H14.6255V2.45455H15.5971V3.47727H15.6824C15.8358 3.14489 16.0687 2.87784 16.3812 2.67614C16.6937 2.47159 17.0971 2.36932 17.5914 2.36932C18.0346 2.36932 18.4224 2.46023 18.7548 2.64205C19.0872 2.82102 19.3457 3.09375 19.5304 3.46023C19.715 3.82386 19.8074 4.28409 19.8074 4.84091V9H18.8017V4.90909C18.8017 4.39489 18.6681 3.99432 18.4011 3.70739C18.1341 3.41761 17.7676 3.27273 17.3017 3.27273C16.9806 3.27273 16.6937 3.34233 16.4409 3.48153C16.1909 3.62074 15.9934 3.82386 15.8485 4.09091C15.7037 4.35795 15.6312 4.68182 15.6312 5.0625ZM28.0712 0.272727V9H27.0144V1.38068H26.9632L24.8326 2.79545V1.72159L27.0144 0.272727H28.0712ZM31.5826 7.80682L31.5144 8.26705C31.4661 8.59091 31.3922 8.9375 31.2928 9.30682C31.1962 9.67614 31.0953 10.0241 30.9902 10.3509C30.8851 10.6776 30.7985 10.9375 30.7303 11.1307H29.9632C30.0002 10.9489 30.0485 10.7088 30.1081 10.4105C30.1678 10.1122 30.2275 9.77841 30.2871 9.40909C30.3496 9.04261 30.4007 8.66761 30.4405 8.28409L30.4917 7.80682H31.5826ZM36.8038 9V8.23295L39.6845 5.07955C40.0225 4.71023 40.301 4.3892 40.5197 4.11648C40.7385 3.84091 40.9004 3.58239 41.0055 3.34091C41.1135 3.09659 41.1674 2.84091 41.1674 2.57386C41.1674 2.26705 41.0936 2.00142 40.9458 1.77699C40.801 1.55256 40.6021 1.37926 40.3493 1.2571C40.0964 1.13494 39.8123 1.07386 39.497 1.07386C39.1618 1.07386 38.8691 1.14347 38.6191 1.28267C38.372 1.41903 38.1802 1.6108 38.0439 1.85795C37.9103 2.10511 37.8436 2.39489 37.8436 2.72727H36.8379C36.8379 2.21591 36.9558 1.76705 37.1916 1.38068C37.4274 0.994318 37.7484 0.693181 38.1547 0.477272C38.5637 0.261363 39.0225 0.153409 39.5311 0.153409C40.0424 0.153409 40.4956 0.261363 40.8904 0.477272C41.2853 0.693181 41.595 0.984375 41.8194 1.35085C42.0439 1.71733 42.1561 2.125 42.1561 2.57386C42.1561 2.89489 42.0978 3.20881 41.9814 3.51562C41.8677 3.8196 41.6689 4.15909 41.3848 4.53409C41.1035 4.90625 40.7129 5.3608 40.2129 5.89773L38.2527 7.99432V8.0625H42.3095V9H36.8038ZM46.916 9.11932C46.274 9.11932 45.7271 8.9446 45.2754 8.59517C44.8237 8.2429 44.4785 7.73295 44.2399 7.06534C44.0012 6.39489 43.8819 5.58523 43.8819 4.63636C43.8819 3.69318 44.0012 2.88778 44.2399 2.22017C44.4814 1.54972 44.8279 1.03835 45.2797 0.686079C45.7342 0.330966 46.2797 0.153409 46.916 0.153409C47.5524 0.153409 48.0964 0.330966 48.5481 0.686079C49.0027 1.03835 49.3493 1.54972 49.5879 2.22017C49.8294 2.88778 49.9501 3.69318 49.9501 4.63636C49.9501 5.58523 49.8308 6.39489 49.5922 7.06534C49.3535 7.73295 49.0083 8.2429 48.5566 8.59517C48.1049 8.9446 47.5581 9.11932 46.916 9.11932ZM46.916 8.18182C47.5524 8.18182 48.0467 7.875 48.399 7.26136C48.7512 6.64773 48.9274 5.77273 48.9274 4.63636C48.9274 3.88068 48.8464 3.23722 48.6845 2.70597C48.5254 2.17472 48.2953 1.76989 47.9941 1.49148C47.6958 1.21307 47.3365 1.07386 46.916 1.07386C46.2853 1.07386 45.7924 1.38494 45.4373 2.0071C45.0822 2.62642 44.9047 3.50284 44.9047 4.63636C44.9047 5.39205 44.9842 6.03409 45.1433 6.5625C45.3024 7.09091 45.5311 7.4929 45.8294 7.76847C46.1305 8.04403 46.4927 8.18182 46.916 8.18182ZM51.5694 9V8.23295L54.4501 5.07955C54.7882 4.71023 55.0666 4.3892 55.2853 4.11648C55.5041 3.84091 55.666 3.58239 55.7711 3.34091C55.8791 3.09659 55.9331 2.84091 55.9331 2.57386C55.9331 2.26705 55.8592 2.00142 55.7115 1.77699C55.5666 1.55256 55.3677 1.37926 55.1149 1.2571C54.862 1.13494 54.5779 1.07386 54.2626 1.07386C53.9274 1.07386 53.6348 1.14347 53.3848 1.28267C53.1376 1.41903 52.9458 1.6108 52.8095 1.85795C52.676 2.10511 52.6092 2.39489 52.6092 2.72727H51.6035C51.6035 2.21591 51.7214 1.76705 51.9572 1.38068C52.193 0.994318 52.514 0.693181 52.9203 0.477272C53.3294 0.261363 53.7882 0.153409 54.2967 0.153409C54.8081 0.153409 55.2612 0.261363 55.6561 0.477272C56.051 0.693181 56.3606 0.984375 56.585 1.35085C56.8095 1.71733 56.9217 2.125 56.9217 2.57386C56.9217 2.89489 56.8635 3.20881 56.747 3.51562C56.6333 3.8196 56.4345 4.15909 56.1504 4.53409C55.8691 4.90625 55.4785 5.3608 54.9785 5.89773L53.0183 7.99432V8.0625H57.0751V9H51.5694ZM61.7839 9.11932C61.2214 9.11932 60.72 9.02273 60.2797 8.82955C59.8422 8.63636 59.4941 8.3679 59.2356 8.02415C58.9799 7.67756 58.8407 7.27557 58.818 6.81818H59.8919C59.9146 7.09943 60.0112 7.34233 60.1816 7.54688C60.3521 7.74858 60.5751 7.90483 60.8507 8.01562C61.1262 8.12642 61.4316 8.18182 61.7669 8.18182C62.1419 8.18182 62.4743 8.11648 62.764 7.9858C63.0538 7.85511 63.2811 7.6733 63.4458 7.44034C63.6106 7.20739 63.693 6.9375 63.693 6.63068C63.693 6.30966 63.6135 6.02699 63.4544 5.78267C63.2953 5.53551 63.0623 5.34233 62.7555 5.20312C62.4487 5.06392 62.0737 4.99432 61.6305 4.99432H60.9316V4.05682H61.6305C61.9771 4.05682 62.2811 3.99432 62.5424 3.86932C62.8066 3.74432 63.0126 3.56818 63.1603 3.34091C63.3109 3.11364 63.3862 2.84659 63.3862 2.53977C63.3862 2.24432 63.3208 1.98722 63.1902 1.76847C63.0595 1.54972 62.8748 1.37926 62.6362 1.2571C62.4004 1.13494 62.122 1.07386 61.801 1.07386C61.4998 1.07386 61.2157 1.12926 60.9487 1.24006C60.6845 1.34801 60.4686 1.50568 60.301 1.71307C60.1333 1.91761 60.0424 2.16477 60.0282 2.45455H59.0055C59.0225 1.99716 59.1603 1.59659 59.4189 1.25284C59.6774 0.90625 60.0154 0.636363 60.4331 0.443182C60.8535 0.25 61.3152 0.153409 61.818 0.153409C62.3578 0.153409 62.8208 0.262784 63.2072 0.481534C63.5936 0.697443 63.8904 0.982954 64.0978 1.33807C64.3052 1.69318 64.4089 2.0767 64.4089 2.48864C64.4089 2.98011 64.2797 3.39915 64.0211 3.74574C63.7654 4.09233 63.4174 4.33239 62.9771 4.46591V4.53409C63.5282 4.625 63.9586 4.85937 64.2683 5.23722C64.5779 5.61222 64.7328 6.0767 64.7328 6.63068C64.7328 7.10511 64.6035 7.53125 64.345 7.90909C64.0893 8.28409 63.7399 8.57955 63.2967 8.79545C62.8535 9.01136 62.3493 9.11932 61.7839 9.11932Z" fill="#F9F9F9"/>
|
|
4
4
|
</svg>
|
|
5
|
-
`},components:[{tag:"ArticleDate",settings:{htmlTag:"div"},styles:{typo:{type:"paragraph-3"}}}]}];export{ArticleDatePresets};
|
|
5
|
+
`},components:[{tag:"ArticleDate",settings:{htmlTag:"div"},styles:{typo:{type:"paragraph-3"}}}]}];export{C as ArticleDatePresets};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{id:"setting",controls:[{id:"htmlTag",label:"HTML Tag",type:"select",options:[{value:"h1",label:"H1"},{value:"h2",label:"H2"},{value:"h3",label:"H3"},{value:"h4",label:"H4"},{value:"h5",label:"H5"},{value:"h6",label:"H6"},{value:"div",label:"Div"}],default:"div"},{id:"dateFormat",label:"Date format",type:"select",options:[{label:"Dec 31, 2024",value:'{"locales":"en-US","options":{"month":"short","day":"2-digit","year":"numeric"}}'},{label:"December 31, 2024",value:'{"locales":"en-US","options":{"month":"long","day":"2-digit","year":"numeric"}}'},{label:"31 December 2024",value:'{"locales":"en-GB","options":{"month":"long","day":"2-digit","year":"numeric"}}'},{label:"31/12/2024",value:'{"locales":"en-GB","options":{"month":"2-digit","day":"2-digit","year":"numeric"}}'},{label:"12/31/2024",value:'{"locales":"en-US","options":{"month":"2-digit","day":"2-digit","year":"numeric"}}'},{label:"2024/12/31",value:'{"locales":"ja-JP","options":{"month":"2-digit","day":"2-digit","year":"numeric"}}'}],default:'{"locales":"en-US","options":{"month":"short","day":"2-digit","year":"numeric"}}',info:"Blog date format"}]},{id:"style",controls:[{id:"typo",type:"typography-v2",default:{type:"paragraph-3",attrs:{color:"text-1"}},ignoreReRender:!0},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"gp-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"gp-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"gp-text-align-right"},{label:"Justify",value:"justify",type:"text",tooltip:"Align justify",iconName:"gp-text-align-justify"}],devices:{desktop:{default:"left"}}},{id:"color",label:"Text Color",type:"colorpicker",default:{normal:"text-1"},state:{normal:!0,hover:!0}},{id:"hasTextShadow",type:"toggle",label:"Enable Text Shadow",default:{normal:!1,hover:!1},state:{normal:!0,hover:!0}},{id:"textShadow",type:"textShadow",label:"Text Shadow",hideOnState:{normal:!0,hover:!0},default:{normal:{type:"shadow-1"}},state:{normal:!0,hover:!0}}]}];export{e as ArticleDateSettings};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let t=[{label:"Text style",controls:[{id:"typo",label:"Basic",setting:{id:"typo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.color",settingId:"color",state:"normal"},{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"color",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Display option",controls:[{label:"Date format",setting:{id:"dateFormat"}}]},{label:"SEO",controls:[{label:"HTML tag",setting:{id:"htmlTag"}}]}];export{t as SettingUIV2};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
let
|
|
1
|
+
let C=[{id:"article-excerpt",name:"Article Excerpt",icon:{desktop:`<svg width="84" height="12" viewBox="0 0 84 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path d="M1.76048 9H0.652521L3.85707 0.272727H4.94798L8.15252 9H7.04457L4.43661 1.65341H4.36843L1.76048 9ZM2.16957 5.59091H6.63548V6.52841H2.16957V5.59091ZM9.37553 9V2.45455H10.3471V3.44318H10.4153C10.5346 3.11932 10.7505 2.85653 11.063 2.65483C11.3755 2.45312 11.7278 2.35227 12.1199 2.35227C12.1937 2.35227 12.286 2.35369 12.3968 2.35653C12.5076 2.35937 12.5914 2.36364 12.6483 2.36932V3.39205C12.6142 3.38352 12.536 3.37074 12.4139 3.35369C12.2946 3.33381 12.1681 3.32386 12.0346 3.32386C11.7164 3.32386 11.4324 3.39062 11.1824 3.52415C10.9352 3.65483 10.7392 3.83665 10.5943 4.0696C10.4522 4.29972 10.3812 4.5625 10.3812 4.85795V9H9.37553ZM17.0971 2.45455V3.30682H13.7051V2.45455H17.0971ZM14.6937 0.886364H15.6994V7.125C15.6994 7.40909 15.7406 7.62216 15.823 7.7642C15.9082 7.90341 16.0162 7.99716 16.1468 8.04545C16.2804 8.09091 16.421 8.11364 16.5687 8.11364C16.6795 8.11364 16.7704 8.10795 16.8414 8.09659C16.9125 8.08239 16.9693 8.07102 17.0119 8.0625L17.2164 8.96591C17.1483 8.99148 17.0531 9.01705 16.9309 9.04261C16.8088 9.07102 16.6539 9.08523 16.4664 9.08523C16.1824 9.08523 15.9039 9.02415 15.6312 8.90199C15.3613 8.77983 15.1369 8.59375 14.9579 8.34375C14.7818 8.09375 14.6937 7.77841 14.6937 7.39773V0.886364ZM18.6099 9V2.45455H19.6156V9H18.6099ZM19.1213 1.36364C18.9252 1.36364 18.7562 1.29688 18.6142 1.16335C18.475 1.02983 18.4054 0.869318 18.4054 0.681818C18.4054 0.494318 18.475 0.333807 18.6142 0.200284C18.7562 0.0667613 18.9252 0 19.1213 0C19.3173 0 19.4849 0.0667613 19.6241 0.200284C19.7662 0.333807 19.8372 0.494318 19.8372 0.681818C19.8372 0.869318 19.7662 1.02983 19.6241 1.16335C19.4849 1.29688 19.3173 1.36364 19.1213 1.36364ZM24.1167 9.13636C23.503 9.13636 22.9746 8.99148 22.5314 8.7017C22.0882 8.41193 21.7473 8.01278 21.5087 7.50426C21.2701 6.99574 21.1507 6.41477 21.1507 5.76136C21.1507 5.09659 21.2729 4.50994 21.5172 4.00142C21.7644 3.49006 22.1081 3.09091 22.5485 2.80398C22.9917 2.5142 23.5087 2.36932 24.0996 2.36932C24.5598 2.36932 24.9746 2.45455 25.3439 2.625C25.7132 2.79545 26.0158 3.03409 26.2516 3.34091C26.4874 3.64773 26.6337 4.00568 26.6905 4.41477H25.6848C25.6081 4.11648 25.4377 3.85227 25.1735 3.62216C24.9121 3.3892 24.5598 3.27273 24.1167 3.27273C23.7246 3.27273 23.3809 3.375 23.0854 3.57955C22.7928 3.78125 22.5641 4.06676 22.3993 4.43608C22.2374 4.80256 22.1564 5.23295 22.1564 5.72727C22.1564 6.23295 22.236 6.6733 22.3951 7.0483C22.557 7.4233 22.7843 7.71449 23.0769 7.92188C23.3723 8.12926 23.7189 8.23295 24.1167 8.23295C24.378 8.23295 24.6152 8.1875 24.8283 8.09659C25.0414 8.00568 25.2218 7.875 25.3695 7.70455C25.5172 7.53409 25.6223 7.32955 25.6848 7.09091H26.6905C26.6337 7.47727 26.4931 7.82528 26.2686 8.13494C26.0471 8.44176 25.753 8.68608 25.3865 8.8679C25.0229 9.04688 24.5996 9.13636 24.1167 9.13636ZM29.1664 0.272727V9H28.1607V0.272727H29.1664ZM33.7527 9.13636C33.122 9.13636 32.5779 8.99716 32.1206 8.71875C31.666 8.4375 31.3152 8.04545 31.068 7.54261C30.8237 7.03693 30.7015 6.44886 30.7015 5.77841C30.7015 5.10795 30.8237 4.51705 31.068 4.00568C31.3152 3.49148 31.6589 3.09091 32.0993 2.80398C32.5424 2.5142 33.0595 2.36932 33.6504 2.36932C33.9913 2.36932 34.3279 2.42614 34.6603 2.53977C34.9927 2.65341 35.2953 2.83807 35.568 3.09375C35.8407 3.34659 36.0581 3.68182 36.22 4.09943C36.3819 4.51705 36.4629 5.03125 36.4629 5.64205V6.06818H31.4174V5.19886H35.4402C35.4402 4.82955 35.3663 4.5 35.2186 4.21023C35.0737 3.92045 34.8663 3.69176 34.5964 3.52415C34.3294 3.35653 34.014 3.27273 33.6504 3.27273C33.2498 3.27273 32.9032 3.37216 32.6106 3.57102C32.3208 3.76705 32.0978 4.02273 31.9416 4.33807C31.7853 4.65341 31.7072 4.99148 31.7072 5.35227V5.93182C31.7072 6.42614 31.7924 6.84517 31.9629 7.18892C32.1362 7.52983 32.3762 7.78977 32.6831 7.96875C32.9899 8.14489 33.3464 8.23295 33.7527 8.23295C34.0169 8.23295 34.2555 8.19602 34.4686 8.12216C34.6845 8.04545 34.8706 7.93182 35.0268 7.78125C35.1831 7.62784 35.3038 7.4375 35.389 7.21023L36.3606 7.48295C36.2583 7.8125 36.0865 8.10227 35.845 8.35227C35.6035 8.59943 35.3052 8.79261 34.9501 8.93182C34.595 9.06818 34.1958 9.13636 33.7527 9.13636ZM41.5041 9V0.272727H46.7711V1.21023H42.5609V4.15909H46.4984V5.09659H42.5609V8.0625H46.8393V9H41.5041ZM49.2896 2.45455L50.8578 5.13068L52.426 2.45455H53.585L51.4714 5.72727L53.585 9H52.426L50.8578 6.46023L49.2896 9H48.1305L50.21 5.72727L48.1305 2.45455H49.2896ZM57.4096 9.13636C56.796 9.13636 56.2676 8.99148 55.8244 8.7017C55.3812 8.41193 55.0403 8.01278 54.8017 7.50426C54.563 6.99574 54.4437 6.41477 54.4437 5.76136C54.4437 5.09659 54.5659 4.50994 54.8102 4.00142C55.0574 3.49006 55.4011 3.09091 55.8414 2.80398C56.2846 2.5142 56.8017 2.36932 57.3926 2.36932C57.8528 2.36932 58.2676 2.45455 58.6369 2.625C59.0062 2.79545 59.3088 3.03409 59.5446 3.34091C59.7804 3.64773 59.9267 4.00568 59.9835 4.41477H58.9778C58.9011 4.11648 58.7306 3.85227 58.4664 3.62216C58.2051 3.3892 57.8528 3.27273 57.4096 3.27273C57.0176 3.27273 56.6738 3.375 56.3784 3.57955C56.0858 3.78125 55.8571 4.06676 55.6923 4.43608C55.5304 4.80256 55.4494 5.23295 55.4494 5.72727C55.4494 6.23295 55.5289 6.6733 55.688 7.0483C55.85 7.4233 56.0772 7.71449 56.3699 7.92188C56.6653 8.12926 57.0119 8.23295 57.4096 8.23295C57.671 8.23295 57.9082 8.1875 58.1213 8.09659C58.3343 8.00568 58.5147 7.875 58.6625 7.70455C58.8102 7.53409 58.9153 7.32955 58.9778 7.09091H59.9835C59.9267 7.47727 59.786 7.82528 59.5616 8.13494C59.34 8.44176 59.046 8.68608 58.6795 8.8679C58.3159 9.04688 57.8926 9.13636 57.4096 9.13636ZM64.198 9.13636C63.5673 9.13636 63.0233 8.99716 62.5659 8.71875C62.1113 8.4375 61.7605 8.04545 61.5133 7.54261C61.269 7.03693 61.1468 6.44886 61.1468 5.77841C61.1468 5.10795 61.269 4.51705 61.5133 4.00568C61.7605 3.49148 62.1042 3.09091 62.5446 2.80398C62.9877 2.5142 63.5048 2.36932 64.0957 2.36932C64.4366 2.36932 64.7733 2.42614 65.1056 2.53977C65.438 2.65341 65.7406 2.83807 66.0133 3.09375C66.286 3.34659 66.5034 3.68182 66.6653 4.09943C66.8272 4.51705 66.9082 5.03125 66.9082 5.64205V6.06818H61.8627V5.19886H65.8855C65.8855 4.82955 65.8116 4.5 65.6639 4.21023C65.519 3.92045 65.3116 3.69176 65.0417 3.52415C64.7747 3.35653 64.4593 3.27273 64.0957 3.27273C63.6951 3.27273 63.3485 3.37216 63.0559 3.57102C62.7662 3.76705 62.5431 4.02273 62.3869 4.33807C62.2306 4.65341 62.1525 4.99148 62.1525 5.35227V5.93182C62.1525 6.42614 62.2377 6.84517 62.4082 7.18892C62.5815 7.52983 62.8216 7.78977 63.1284 7.96875C63.4352 8.14489 63.7917 8.23295 64.198 8.23295C64.4622 8.23295 64.7008 8.19602 64.9139 8.12216C65.1298 8.04545 65.3159 7.93182 65.4721 7.78125C65.6284 7.62784 65.7491 7.4375 65.8343 7.21023L66.8059 7.48295C66.7037 7.8125 66.5318 8.10227 66.2903 8.35227C66.0488 8.59943 65.7505 8.79261 65.3954 8.93182C65.0403 9.06818 64.6412 9.13636 64.198 9.13636ZM68.438 9V2.45455H69.4096V3.44318H69.4778C69.5971 3.11932 69.813 2.85653 70.1255 2.65483C70.438 2.45312 70.7903 2.35227 71.1824 2.35227C71.2562 2.35227 71.3485 2.35369 71.4593 2.35653C71.5701 2.35937 71.6539 2.36364 71.7108 2.36932V3.39205C71.6767 3.38352 71.5985 3.37074 71.4764 3.35369C71.3571 3.33381 71.2306 3.32386 71.0971 3.32386C70.7789 3.32386 70.4949 3.39062 70.2449 3.52415C69.9977 3.65483 69.8017 3.83665 69.6568 4.0696C69.5147 4.29972 69.4437 4.5625 69.4437 4.85795V9H68.438ZM72.9029 11.4545V2.45455H73.8745V3.49432H73.9938C74.0676 3.38068 74.1699 3.2358 74.3006 3.05966C74.4341 2.88068 74.6245 2.72159 74.8716 2.58239C75.1216 2.44034 75.4597 2.36932 75.8858 2.36932C76.437 2.36932 76.9228 2.5071 77.3432 2.78267C77.7637 3.05824 78.0918 3.44886 78.3276 3.95455C78.5634 4.46023 78.6813 5.05682 78.6813 5.74432C78.6813 6.4375 78.5634 7.03835 78.3276 7.54688C78.0918 8.05256 77.7651 8.4446 77.3475 8.72301C76.9299 8.99858 76.4483 9.13636 75.9029 9.13636C75.4824 9.13636 75.1458 9.06676 74.8929 8.92756C74.6401 8.78551 74.4455 8.625 74.3091 8.44602C74.1728 8.2642 74.0676 8.11364 73.9938 7.99432H73.9086V11.4545H72.9029ZM73.8915 5.72727C73.8915 6.22159 73.964 6.65767 74.1088 7.03551C74.2537 7.41051 74.4654 7.70455 74.7438 7.91761C75.0222 8.12784 75.3631 8.23295 75.7665 8.23295C76.187 8.23295 76.5378 8.12216 76.8191 7.90057C77.1032 7.67614 77.3162 7.375 77.4583 6.99716C77.6032 6.61648 77.6756 6.19318 77.6756 5.72727C77.6756 5.26705 77.6046 4.85227 77.4625 4.48295C77.3233 4.1108 77.1117 3.81676 76.8276 3.60085C76.5463 3.3821 76.1926 3.27273 75.7665 3.27273C75.3574 3.27273 75.0137 3.37642 74.7353 3.58381C74.4569 3.78835 74.2466 4.07528 74.1046 4.4446C73.9625 4.81108 73.8915 5.23864 73.8915 5.72727ZM83.062 2.45455V3.30682H79.6699V2.45455H83.062ZM80.6586 0.886364H81.6642V7.125C81.6642 7.40909 81.7054 7.62216 81.7878 7.7642C81.873 7.90341 81.981 7.99716 82.1117 8.04545C82.2452 8.09091 82.3858 8.11364 82.5336 8.11364C82.6444 8.11364 82.7353 8.10795 82.8063 8.09659C82.8773 8.08239 82.9341 8.07102 82.9767 8.0625L83.1813 8.96591C83.1131 8.99148 83.0179 9.01705 82.8958 9.04261C82.7736 9.07102 82.6188 9.08523 82.4313 9.08523C82.1472 9.08523 81.8688 9.02415 81.5961 8.90199C81.3262 8.77983 81.1017 8.59375 80.9228 8.34375C80.7466 8.09375 80.6586 7.77841 80.6586 7.39773V0.886364Z" fill="#F9F9F9"/>
|
|
3
3
|
</svg>
|
|
4
4
|
|
|
5
|
-
`},components:[{tag:"ArticleExcerpt",styles:{typo:{type:"paragraph-3"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];export{ArticleExcerptPresets};
|
|
5
|
+
`},components:[{tag:"ArticleExcerpt",styles:{typo:{type:"paragraph-3"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];export{C as ArticleExcerptPresets};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{id:"setting",controls:[{id:"htmlTag",label:"HTML Tag",type:"select",options:[{value:"h1",label:"H1"},{value:"h2",label:"H2"},{value:"h3",label:"H3"},{value:"h4",label:"H4"},{value:"h5",label:"H5"},{value:"h6",label:"H6"},{value:"div",label:"Div"}],default:"div"}]},{id:"style",controls:[{id:"typo",type:"typography-v2",default:{type:"paragraph-3",attrs:{color:"text-1"}},ignoreReRender:!0},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"gp-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"gp-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"gp-text-align-right"},{label:"Justify",value:"justify",type:"text",tooltip:"Align justify",iconName:"gp-text-align-justify"}],devices:{desktop:{default:"left"}}},{id:"hasLineClamp",label:"Max lines",type:"toggle",devices:{desktop:{default:!0}}},{id:"lineClamp",type:"input:stepper",min:1,label:"Line Clamp",disableDecimal:!0,devices:{desktop:{default:2}},hide:!0},{id:"color",label:"Text Color",type:"colorpicker",default:{normal:"text-1"},state:{normal:!0,hover:!0}},{id:"hasTextShadow",type:"toggle",label:"Enable Text Shadow",default:{normal:!1,hover:!1},state:{normal:!0,hover:!0}},{id:"textShadow",type:"textShadow",label:"Text Shadow",hideOnState:{normal:!0,hover:!0},default:{normal:{type:"shadow-1"}},state:{normal:!0,hover:!0}}]}];export{e as ArticleExcerptSettings};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let t=[{label:"Text style",controls:[{id:"typo",label:"Basic",setting:{id:"typo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.color",settingId:"color",state:"normal"},{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"color",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Display option",controls:[{id:"hasLineClamp",label:"Max lines",setting:{id:"hasLineClamp"}},{id:"lineClamp",conditionDisplay:"hasLineClamp === true",label:"Number of lines",setting:{id:"lineClamp"}}]},{label:"SEO",controls:[{label:"HTML tag",setting:{id:"htmlTag"}}]}];export{t as SettingUIV2};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let
|
|
1
|
+
let C=[{id:"article-image",name:"Article Image",icon:{desktop:`<svg width="94" height="48" viewBox="0 0 94 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect width="94" height="48" rx="3" fill="#424242"/>
|
|
3
3
|
<path d="M22.3849 18V9.27273H27.6179V10.2102H23.4418V13.1591H27.2259V14.0966H23.4418V18H22.3849ZM31.5554 18.1364C30.9247 18.1364 30.3807 17.9972 29.9233 17.7188C29.4688 17.4375 29.1179 17.0455 28.8707 16.5426C28.6264 16.0369 28.5043 15.4489 28.5043 14.7784C28.5043 14.108 28.6264 13.517 28.8707 13.0057C29.1179 12.4915 29.4616 12.0909 29.902 11.804C30.3452 11.5142 30.8622 11.3693 31.4531 11.3693C31.794 11.3693 32.1307 11.4261 32.4631 11.5398C32.7955 11.6534 33.098 11.8381 33.3707 12.0938C33.6435 12.3466 33.8608 12.6818 34.0227 13.0994C34.1847 13.517 34.2656 14.0312 34.2656 14.642V15.0682H29.2202V14.1989H33.2429C33.2429 13.8295 33.169 13.5 33.0213 13.2102C32.8764 12.9205 32.669 12.6918 32.3991 12.5241C32.1321 12.3565 31.8168 12.2727 31.4531 12.2727C31.0526 12.2727 30.706 12.3722 30.4134 12.571C30.1236 12.767 29.9006 13.0227 29.7443 13.3381C29.5881 13.6534 29.5099 13.9915 29.5099 14.3523V14.9318C29.5099 15.4261 29.5952 15.8452 29.7656 16.1889C29.9389 16.5298 30.179 16.7898 30.4858 16.9688C30.7926 17.1449 31.1491 17.233 31.5554 17.233C31.8196 17.233 32.0582 17.196 32.2713 17.1222C32.4872 17.0455 32.6733 16.9318 32.8295 16.7812C32.9858 16.6278 33.1065 16.4375 33.1918 16.2102L34.1634 16.483C34.0611 16.8125 33.8892 17.1023 33.6477 17.3523C33.4063 17.5994 33.108 17.7926 32.7528 17.9318C32.3977 18.0682 31.9986 18.1364 31.5554 18.1364ZM37.7216 18.1534C37.3068 18.1534 36.9304 18.0753 36.5923 17.919C36.2543 17.7599 35.9858 17.5312 35.7869 17.233C35.5881 16.9318 35.4886 16.5682 35.4886 16.142C35.4886 15.767 35.5625 15.4631 35.7102 15.2301C35.858 14.9943 36.0554 14.8097 36.3026 14.6761C36.5497 14.5426 36.8224 14.4432 37.1207 14.3778C37.4219 14.3097 37.7244 14.2557 38.0284 14.2159C38.4261 14.1648 38.7486 14.1264 38.9957 14.1009C39.2457 14.0724 39.4276 14.0256 39.5412 13.9602C39.6577 13.8949 39.7159 13.7812 39.7159 13.6193V13.5852C39.7159 13.1648 39.6009 12.8381 39.3707 12.6051C39.1435 12.3722 38.7983 12.2557 38.3352 12.2557C37.8551 12.2557 37.4787 12.3608 37.206 12.571C36.9332 12.7812 36.7415 13.0057 36.6307 13.2443L35.6761 12.9034C35.8466 12.5057 36.0739 12.196 36.358 11.9744C36.6449 11.75 36.9574 11.5937 37.2955 11.5057C37.6364 11.4148 37.9716 11.3693 38.3011 11.3693C38.5114 11.3693 38.7528 11.3949 39.0256 11.446C39.3011 11.4943 39.5668 11.5952 39.8224 11.7486C40.081 11.902 40.2955 12.1335 40.4659 12.4432C40.6364 12.7528 40.7216 13.1676 40.7216 13.6875V18H39.7159V17.1136H39.6648C39.5966 17.2557 39.483 17.4077 39.3239 17.5696C39.1648 17.7315 38.9531 17.8693 38.6889 17.983C38.4247 18.0966 38.1023 18.1534 37.7216 18.1534ZM37.875 17.25C38.2727 17.25 38.608 17.1719 38.8807 17.0156C39.1563 16.8594 39.3636 16.6577 39.5028 16.4105C39.6449 16.1634 39.7159 15.9034 39.7159 15.6307V14.7102C39.6733 14.7614 39.5795 14.8082 39.4347 14.8509C39.2926 14.8906 39.1278 14.9261 38.9403 14.9574C38.7557 14.9858 38.5753 15.0114 38.3991 15.0341C38.2259 15.054 38.0852 15.071 37.9773 15.0852C37.7159 15.1193 37.4716 15.1747 37.2443 15.2514C37.0199 15.3253 36.8381 15.4375 36.6989 15.5881C36.5625 15.7358 36.4943 15.9375 36.4943 16.1932C36.4943 16.5426 36.6236 16.8068 36.8821 16.9858C37.1435 17.1619 37.4744 17.25 37.875 17.25ZM45.4038 11.4545V12.3068H42.0117V11.4545H45.4038ZM43.0004 9.88636H44.006V16.125C44.006 16.4091 44.0472 16.6222 44.1296 16.7642C44.2148 16.9034 44.3228 16.9972 44.4535 17.0455C44.587 17.0909 44.7276 17.1136 44.8754 17.1136C44.9862 17.1136 45.0771 17.108 45.1481 17.0966C45.2191 17.0824 45.2759 17.071 45.3185 17.0625L45.5231 17.9659C45.4549 17.9915 45.3597 18.017 45.2376 18.0426C45.1154 18.071 44.9606 18.0852 44.7731 18.0852C44.489 18.0852 44.2106 18.0241 43.9379 17.902C43.668 17.7798 43.4435 17.5938 43.2646 17.3438C43.0884 17.0938 43.0004 16.7784 43.0004 16.3977V9.88636ZM51.0415 15.3239V11.4545H52.0472V18H51.0415V16.892H50.9734C50.82 17.2244 50.5813 17.5071 50.2575 17.7401C49.9336 17.9702 49.5245 18.0852 49.0302 18.0852C48.6211 18.0852 48.2575 17.9957 47.9393 17.8168C47.6211 17.6349 47.3711 17.3622 47.1893 16.9986C47.0075 16.6321 46.9165 16.1705 46.9165 15.6136V11.4545H47.9222V15.5455C47.9222 16.0227 48.0558 16.4034 48.3228 16.6875C48.5927 16.9716 48.9364 17.1136 49.354 17.1136C49.604 17.1136 49.8583 17.0497 50.1168 16.9219C50.3782 16.794 50.5969 16.598 50.7731 16.3338C50.9521 16.0696 51.0415 15.733 51.0415 15.3239ZM53.8892 18V11.4545H54.8608V12.4432H54.929C55.0483 12.1193 55.2642 11.8565 55.5767 11.6548C55.8892 11.4531 56.2415 11.3523 56.6335 11.3523C56.7074 11.3523 56.7997 11.3537 56.9105 11.3565C57.0213 11.3594 57.1051 11.3636 57.1619 11.3693V12.392C57.1278 12.3835 57.0497 12.3707 56.9276 12.3537C56.8082 12.3338 56.6818 12.3239 56.5483 12.3239C56.2301 12.3239 55.946 12.3906 55.696 12.5241C55.4489 12.6548 55.2528 12.8366 55.108 13.0696C54.9659 13.2997 54.8949 13.5625 54.8949 13.858V18H53.8892ZM60.8991 18.1364C60.2685 18.1364 59.7244 17.9972 59.267 17.7188C58.8125 17.4375 58.4616 17.0455 58.2145 16.5426C57.9702 16.0369 57.848 15.4489 57.848 14.7784C57.848 14.108 57.9702 13.517 58.2145 13.0057C58.4616 12.4915 58.8054 12.0909 59.2457 11.804C59.6889 11.5142 60.206 11.3693 60.7969 11.3693C61.1378 11.3693 61.4744 11.4261 61.8068 11.5398C62.1392 11.6534 62.4418 11.8381 62.7145 12.0938C62.9872 12.3466 63.2045 12.6818 63.3665 13.0994C63.5284 13.517 63.6094 14.0312 63.6094 14.642V15.0682H58.5639V14.1989H62.5866C62.5866 13.8295 62.5128 13.5 62.3651 13.2102C62.2202 12.9205 62.0128 12.6918 61.7429 12.5241C61.4759 12.3565 61.1605 12.2727 60.7969 12.2727C60.3963 12.2727 60.0497 12.3722 59.7571 12.571C59.4673 12.767 59.2443 13.0227 59.0881 13.3381C58.9318 13.6534 58.8537 13.9915 58.8537 14.3523V14.9318C58.8537 15.4261 58.9389 15.8452 59.1094 16.1889C59.2827 16.5298 59.5227 16.7898 59.8295 16.9688C60.1364 17.1449 60.4929 17.233 60.8991 17.233C61.1634 17.233 61.402 17.196 61.6151 17.1222C61.831 17.0455 62.017 16.9318 62.1733 16.7812C62.3295 16.6278 62.4503 16.4375 62.5355 16.2102L63.5071 16.483C63.4048 16.8125 63.233 17.1023 62.9915 17.3523C62.75 17.5994 62.4517 17.7926 62.0966 17.9318C61.7415 18.0682 61.3423 18.1364 60.8991 18.1364ZM67.6108 18.1364C67.0653 18.1364 66.5838 17.9986 66.1662 17.723C65.7486 17.4446 65.4219 17.0526 65.1861 16.5469C64.9503 16.0384 64.8324 15.4375 64.8324 14.7443C64.8324 14.0568 64.9503 13.4602 65.1861 12.9545C65.4219 12.4489 65.75 12.0582 66.1705 11.7827C66.5909 11.5071 67.0767 11.3693 67.6278 11.3693C68.054 11.3693 68.3906 11.4403 68.6378 11.5824C68.8878 11.7216 69.0781 11.8807 69.2088 12.0597C69.3423 12.2358 69.446 12.3807 69.5199 12.4943H69.6051V9.27273H70.6108V18H69.6392V16.9943H69.5199C69.446 17.1136 69.3409 17.2642 69.2045 17.446C69.0682 17.625 68.8736 17.7855 68.6207 17.9276C68.3679 18.0668 68.0313 18.1364 67.6108 18.1364ZM67.7472 17.233C68.1506 17.233 68.4915 17.1278 68.7699 16.9176C69.0483 16.7045 69.2599 16.4105 69.4048 16.0355C69.5497 15.6577 69.6222 15.2216 69.6222 14.7273C69.6222 14.2386 69.5511 13.8111 69.4091 13.4446C69.267 13.0753 69.0568 12.7884 68.7784 12.5838C68.5 12.3764 68.1563 12.2727 67.7472 12.2727C67.321 12.2727 66.9659 12.3821 66.6818 12.6009C66.4006 12.8168 66.1889 13.1108 66.0469 13.483C65.9077 13.8523 65.8381 14.267 65.8381 14.7273C65.8381 15.1932 65.9091 15.6165 66.0511 15.9972C66.196 16.375 66.4091 16.6761 66.6903 16.9006C66.9744 17.1222 67.3267 17.233 67.7472 17.233ZM30.2525 38V31.4545H31.2582V38H30.2525ZM30.7638 30.3636C30.5678 30.3636 30.3988 30.2969 30.2567 30.1634C30.1175 30.0298 30.0479 29.8693 30.0479 29.6818C30.0479 29.4943 30.1175 29.3338 30.2567 29.2003C30.3988 29.0668 30.5678 29 30.7638 29C30.9599 29 31.1275 29.0668 31.2667 29.2003C31.4087 29.3338 31.4798 29.4943 31.4798 29.6818C31.4798 29.8693 31.4087 30.0298 31.2667 30.1634C31.1275 30.2969 30.9599 30.3636 30.7638 30.3636ZM33.1001 38V31.4545H34.0717V32.4773H34.157C34.2933 32.1278 34.5135 31.8565 34.8175 31.6634C35.1214 31.4673 35.4865 31.3693 35.9126 31.3693C36.3445 31.3693 36.7038 31.4673 36.9908 31.6634C37.2805 31.8565 37.5064 32.1278 37.6683 32.4773H37.7365C37.9041 32.1392 38.1555 31.8707 38.4908 31.6719C38.826 31.4702 39.228 31.3693 39.6967 31.3693C40.282 31.3693 40.7607 31.5526 41.1328 31.919C41.505 32.2827 41.6911 32.8494 41.6911 33.6193V38H40.6854V33.6193C40.6854 33.1364 40.5533 32.7912 40.2891 32.5838C40.0249 32.3764 39.7138 32.2727 39.3558 32.2727C38.8956 32.2727 38.5391 32.4119 38.2862 32.6903C38.0334 32.9659 37.907 33.3153 37.907 33.7386V38H36.8842V33.517C36.8842 33.1449 36.7635 32.8452 36.522 32.6179C36.2805 32.3878 35.9695 32.2727 35.5888 32.2727C35.3274 32.2727 35.0831 32.3423 34.8558 32.4815C34.6314 32.6207 34.4496 32.8139 34.3104 33.0611C34.174 33.3054 34.1058 33.5881 34.1058 33.9091V38H33.1001ZM45.456 38.1534C45.0412 38.1534 44.6648 38.0753 44.3267 37.919C43.9886 37.7599 43.7202 37.5312 43.5213 37.233C43.3224 36.9318 43.223 36.5682 43.223 36.142C43.223 35.767 43.2969 35.4631 43.4446 35.2301C43.5923 34.9943 43.7898 34.8097 44.0369 34.6761C44.2841 34.5426 44.5568 34.4432 44.8551 34.3778C45.1563 34.3097 45.4588 34.2557 45.7628 34.2159C46.1605 34.1648 46.483 34.1264 46.7301 34.1009C46.9801 34.0724 47.1619 34.0256 47.2756 33.9602C47.392 33.8949 47.4503 33.7812 47.4503 33.6193V33.5852C47.4503 33.1648 47.3352 32.8381 47.1051 32.6051C46.8778 32.3722 46.5327 32.2557 46.0696 32.2557C45.5895 32.2557 45.2131 32.3608 44.9403 32.571C44.6676 32.7812 44.4759 33.0057 44.3651 33.2443L43.4105 32.9034C43.581 32.5057 43.8082 32.196 44.0923 31.9744C44.3793 31.75 44.6918 31.5937 45.0298 31.5057C45.3707 31.4148 45.706 31.3693 46.0355 31.3693C46.2457 31.3693 46.4872 31.3949 46.7599 31.446C47.0355 31.4943 47.3011 31.5952 47.5568 31.7486C47.8153 31.902 48.0298 32.1335 48.2003 32.4432C48.3707 32.7528 48.456 33.1676 48.456 33.6875V38H47.4503V37.1136H47.3991C47.331 37.2557 47.2173 37.4077 47.0582 37.5696C46.8991 37.7315 46.6875 37.8693 46.4233 37.983C46.1591 38.0966 45.8366 38.1534 45.456 38.1534ZM45.6094 37.25C46.0071 37.25 46.3423 37.1719 46.6151 37.0156C46.8906 36.8594 47.098 36.6577 47.2372 36.4105C47.3793 36.1634 47.4503 35.9034 47.4503 35.6307V34.7102C47.4077 34.7614 47.3139 34.8082 47.169 34.8509C47.027 34.8906 46.8622 34.9261 46.6747 34.9574C46.4901 34.9858 46.3097 35.0114 46.1335 35.0341C45.9602 35.054 45.8196 35.071 45.7116 35.0852C45.4503 35.1193 45.206 35.1747 44.9787 35.2514C44.7543 35.3253 44.5724 35.4375 44.4332 35.5881C44.2969 35.7358 44.2287 35.9375 44.2287 36.1932C44.2287 36.5426 44.358 36.8068 44.6165 36.9858C44.8778 37.1619 45.2088 37.25 45.6094 37.25ZM52.9336 40.5909C52.4478 40.5909 52.0302 40.5284 51.6808 40.4034C51.3313 40.2812 51.0401 40.1193 50.8072 39.9176C50.5771 39.7188 50.3938 39.5057 50.2575 39.2784L51.0586 38.7159C51.1495 38.8352 51.2646 38.9716 51.4038 39.125C51.543 39.2812 51.7333 39.4162 51.9748 39.5298C52.2191 39.6463 52.5387 39.7045 52.9336 39.7045C53.462 39.7045 53.8981 39.5767 54.2418 39.321C54.5856 39.0653 54.7575 38.6648 54.7575 38.1193V36.7898H54.6722C54.5984 36.9091 54.4933 37.0568 54.3569 37.233C54.2234 37.4062 54.0302 37.5611 53.7773 37.6974C53.5273 37.831 53.1893 37.8977 52.7631 37.8977C52.2347 37.8977 51.7603 37.7727 51.3398 37.5227C50.9222 37.2727 50.5913 36.9091 50.3469 36.4318C50.1055 35.9545 49.9847 35.375 49.9847 34.6932C49.9847 34.0227 50.1026 33.4389 50.3384 32.9418C50.5742 32.4418 50.9023 32.0554 51.3228 31.7827C51.7433 31.5071 52.229 31.3693 52.7802 31.3693C53.2063 31.3693 53.5444 31.4403 53.7944 31.5824C54.0472 31.7216 54.2404 31.8807 54.3739 32.0597C54.5103 32.2358 54.6154 32.3807 54.6893 32.4943H54.7915V31.4545H55.7631V38.1875C55.7631 38.75 55.6353 39.2074 55.3796 39.5597C55.1268 39.9148 54.7859 40.1747 54.3569 40.3395C53.9308 40.5071 53.4563 40.5909 52.9336 40.5909ZM52.8995 36.9943C53.3029 36.9943 53.6438 36.902 53.9222 36.7173C54.2006 36.5327 54.4123 36.267 54.5572 35.9205C54.7021 35.5739 54.7745 35.1591 54.7745 34.6761C54.7745 34.2045 54.7035 33.7884 54.5614 33.4276C54.4194 33.0668 54.2092 32.7841 53.9308 32.5795C53.6523 32.375 53.3086 32.2727 52.8995 32.2727C52.4734 32.2727 52.1183 32.3807 51.8342 32.5966C51.5529 32.8125 51.3413 33.1023 51.1992 33.4659C51.06 33.8295 50.9904 34.233 50.9904 34.6761C50.9904 35.1307 51.0614 35.5327 51.2035 35.8821C51.3484 36.2287 51.5614 36.5014 51.8427 36.7003C52.1268 36.8963 52.479 36.9943 52.8995 36.9943ZM60.3484 38.1364C59.7177 38.1364 59.1737 37.9972 58.7163 37.7188C58.2617 37.4375 57.9109 37.0455 57.6637 36.5426C57.4194 36.0369 57.2972 35.4489 57.2972 34.7784C57.2972 34.108 57.4194 33.517 57.6637 33.0057C57.9109 32.4915 58.2546 32.0909 58.695 31.804C59.1381 31.5142 59.6552 31.3693 60.2461 31.3693C60.587 31.3693 60.9237 31.4261 61.256 31.5398C61.5884 31.6534 61.891 31.8381 62.1637 32.0938C62.4364 32.3466 62.6538 32.6818 62.8157 33.0994C62.9776 33.517 63.0586 34.0312 63.0586 34.642V35.0682H58.0131V34.1989H62.0359C62.0359 33.8295 61.962 33.5 61.8143 33.2102C61.6694 32.9205 61.462 32.6918 61.1921 32.5241C60.9251 32.3565 60.6097 32.2727 60.2461 32.2727C59.8455 32.2727 59.4989 32.3722 59.2063 32.571C58.9165 32.767 58.6935 33.0227 58.5373 33.3381C58.381 33.6534 58.3029 33.9915 58.3029 34.3523V34.9318C58.3029 35.4261 58.3881 35.8452 58.5586 36.1889C58.7319 36.5298 58.9719 36.7898 59.2788 36.9688C59.5856 37.1449 59.9421 37.233 60.3484 37.233C60.6126 37.233 60.8512 37.196 61.0643 37.1222C61.2802 37.0455 61.4663 36.9318 61.6225 36.7812C61.7788 36.6278 61.8995 36.4375 61.9847 36.2102L62.9563 36.483C62.854 36.8125 62.6822 37.1023 62.4407 37.3523C62.1992 37.5994 61.9009 37.7926 61.5458 37.9318C61.1907 38.0682 60.7915 38.1364 60.3484 38.1364Z" fill="#F9F9F9"/>
|
|
4
|
-
</svg>`},components:[{tag:"ArticleImage",settings:{htmlTag:"h1",linkArticle:"go-to-article"},styles:{typo:{type:"heading-2"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];export{ArticleImagePresets};
|
|
4
|
+
</svg>`},components:[{tag:"ArticleImage",settings:{htmlTag:"h1",linkArticle:"go-to-article"},styles:{typo:{type:"heading-2"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];export{C as ArticleImagePresets};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{id:"setting",controls:[{id:"seo",type:"group",label:"SEO",controls:[{id:"alt",label:"Alt Text",type:"textarea",minHeight:56,autoHeight:!0,placeholder:"E.g: This is a very long value for text area field"},{id:"title",label:"Image title",info:"Show title when hover to image",type:"textarea",minHeight:56,autoHeight:!0,placeholder:"E.g: White t-shirt"}]},{id:"optimize",type:"group",label:"Optimize",hiddenWithGemPages:!0,controls:[{id:"qualityType",type:"select",label:"Quality",devices:{desktop:{default:"high"}},options:[{title:"Finest",value:"finest"},{title:"High",value:"high"},{title:"Medium",value:"medium"},{title:"Custom",value:"custom",tooltip:"You can choose it for advanced page loading optimization."}]},{id:"qualityPercent",type:"input:slider",label:"",units:["%"],min:100,max:400,step:50,useOnlyUnitInit:!0,devices:{desktop:{default:100}}},{id:"priority",type:"toggle",label:"Preload",default:!1}]},{id:"enableLink",type:"toggle",label:"Link",default:!0},{id:"linkArticle",label:"After click",type:"select",options:[{label:"Go to article",value:"go-to-article"},{label:"Scroll to",value:"scroll-to"}],default:"go-to-article",info:"Ability to click on article title to go to article detail page."},{id:"customURL",label:"Custom URL",type:"pick-link",default:{target:"_self",type:"scroll-to"},isHiddenOpenLinkSelect:!0,hide:!0},{id:"openNewTab",type:"option:value",label:"Open new tab",default:!1,options:[{label:"Yes",value:!0},{label:"No",value:!1}]}]},{id:"style",controls:[{id:"shape",type:"size-setting",label:"",devices:{desktop:{default:{shape:"square",width:"100%"}}},settingConfig:{width:{displayOptions:["full"]}},hiddenSettings:["padding","gap"]},{id:"objectFit",type:"option:illustration",enableTooltip:!0,label:"Image scale",options:[{label:"Fill image",value:"cover",type:"image",svgName:"gp-image-cover"},{label:"Fit image",value:"contain",type:"image",svgName:"gp-image-contain"}],devices:{desktop:{default:"cover"}}},{id:"align",label:"Align",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"center"}}},{id:"opacity",label:"Overlay Opacity",type:"input",default:{normal:0},state:{normal:!0,hover:!0}},{id:"opacityColor",label:"Overlay Color",type:"colorpicker",default:{normal:"#242424"},state:{normal:!0,hover:!0}},{id:"wrapperBorder",type:"border",label:"Border",compoDefaultValue:{border:"solid",width:"1px 1px 1px 1px",position:"all",borderWidth:"1px",color:"#A01414",isCustom:!0}},{id:"borderRadius",type:"radius-preset",label:"Corner",default:{radiusType:"none"},compoDefaultValue:{bblr:"20px",btrr:"20px",bbrr:"20px",btlr:"20px",radiusType:"rounded"}},{id:"shadow",type:"shadow-v2",label:"Button Shadow",compoDefaultValue:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}]}];export{e as ArticleImageSettings};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{label:"Image",conditionDisplay:"shape.shape !== 'original'",controls:[{label:"Image scale",setting:{id:"objectFit"}}]},{label:"Size",controls:[{setting:{id:"shape"},layout:"vertical"}]},{label:"Shape",controls:[{label:"Border",controlConfig:{id:"border",type:"border-v2",linkWithSetting:{name:"wrapperBorder"}}},{label:"Corner",controlConfig:{id:"corner",type:"corner-v2",linkWithSetting:{name:"borderRadius"}}},{label:"Shadow",setting:{id:"shadow"},options:{updateFields:[{field:"enable",settingId:"hasActiveShadow"}]},controlChangeTrigger:{settings:[{condition:"shadow.enable === true",source:["shadow","hasActiveShadow"],action:{controlId:"hasActiveShadow",groupType:"style",controlType:"style",newValue:!0}},{condition:"shadow.enable === false",source:["shadow","hasActiveShadow"],action:{controlId:"hasActiveShadow",groupType:"style",controlType:"style",newValue:!1}}],options:{noRecordHistory:!0}}}]},{controls:[{label:"Link",setting:{id:"enableLink"},options:{labelVariant:"primary",toggleStyle:"switch"}},{type:"control",conditionDisplay:"enableLink == true",setting:{id:"linkArticle"},label:"After click"},{label:"Open new tab",setting:{id:"openNewTab"},conditionDisplay:"enableLink === true && linkArticle === 'go-to-article'"},{type:"control",conditionDisplay:"linkArticle === 'scroll-to' && enableLink == true",layout:"vertical",setting:{id:"customURL"}}]},{label:"SEO",controls:[{type:"combo",label:"Alt text",iconName:"polaris-text-block",getValueFromSettingID:"alt",compoDefaultValue:"Describes the appearance of the image",isHideClear:!0,controls:[{label:"Content",setting:{id:"alt"},layout:"vertical"}]},{type:"combo",label:"Image title",iconName:"polaris-text-block",getValueFromSettingID:"title",compoDefaultValue:"Title",isHideClear:!0,controls:[{label:"Content",setting:{id:"title"},layout:"vertical"}]}]},{label:"Optimize LCP",controls:[{label:"Preload",setting:{id:"priority"}},{label:"Quality",conditionDisplay:"priority === false",setting:{id:"qualityType"}},{layout:"horizontal",label:"Quality",conditionDisplay:'qualityType == "custom" && priority === false',setting:{id:"qualityPercent"}}]},{controls:[{label:"Align",setting:{id:"align"},conditionEnable:"shape.width !== '100%'",options:{labelVariant:"primary",fullWidth:!0,disableMessage:"This option is disabled because the width is set to 100%"}}]}];export{e as SettingUIV2};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
let
|
|
1
|
+
let t=[{id:"article-list",name:"Article List",icon:{desktop:`
|
|
2
2
|
<svg width="94" height="48" viewBox="0 0 94 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<rect y="2.83499" width="28.6667" height="29.33" rx="3" fill="#424242"/>
|
|
4
4
|
<circle cx="9" cy="13.9991" r="2" fill="#F9F9F9"/>
|
|
@@ -16,4 +16,4 @@ let ArticleListPresets=[{id:"article-list",name:"Article List",icon:{desktop:`
|
|
|
16
16
|
<rect x="65.3335" y="36.165" width="28.6667" height="3" rx="1" fill="#424242"/>
|
|
17
17
|
<rect x="65.3335" y="41.165" width="14" height="4" rx="1" fill="#424242"/>
|
|
18
18
|
</svg>
|
|
19
|
-
`},components:[{tag:"ArticleList",label:"Article List",settings:{columns:{desktop:4,tablet:2,mobile:1}},childrens:[{tag:"ArticleImage",label:"Article Image",settings:{linkArticle:"go-to-article"},styles:{position:{desktop:"only-feature"},shape:{desktop:{default:{shape:"square",width:"100%"}}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-s)"}}}}},{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[4,4,4],display:"fit"},mobile:{cols:[12],display:"fill"}}},styles:{verticalGutter:{desktop:"8px"},columnGap:{desktop:"1%"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0},link:!0},tablet:{link:!0},mobile:{link:!0}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}}},childrens:[{tag:"Col",label:"Block",settings:{},styles:{},advanced:{},childrens:[{tag:"ArticleAuthor",label:"Article Author",settings:{htmlTag:"div"},styles:{typo:{type:"paragraph-3",attrs:{color:"text-1"}},color:{normal:"text-1"}},advanced:{"spacing-setting":{desktop:{padding:{right:"var(--g-s-s)",top:"0px"},margin:{bottom:"var(--g-s-s)"}}},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"Mixed",width:"0px 1px 0px 0px",color:"#DDDDDD",isCustom:!0}}}}}]},{tag:"Col",label:"Block",settings:{},styles:{},advanced:{},childrens:[{tag:"ArticleCategory",label:"Article Category",settings:{htmlTag:"div"},styles:{typo:{type:"paragraph-3",attrs:{color:"text-1"}},color:{normal:"text-1"}},advanced:{"spacing-setting":{desktop:{padding:{right:"var(--g-s-s)",top:"0px"},margin:{bottom:"var(--g-s-s)"}}},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"Mixed",width:"0px 1px 0px 0px",color:"#DDDDDD",isCustom:!0}}}}}]},{tag:"Col",label:"Block",settings:{},styles:{},advanced:{},childrens:[{tag:"ArticleDate",label:"Article Date",settings:{htmlTag:"div"},styles:{typo:{type:"paragraph-3",attrs:{color:"text-1"}},color:{normal:"text-1"}}}]}]},{tag:"ArticleTitle",settings:{htmlTag:"h2",linkArticle:"go-to-article"},styles:{typo:{type:"subheading-3",attrs:{color:"text-2"}},color:{normal:"text-2"},textAlign:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:2},hasTextShadow:{normal:!1,hover:!1},textShadow:{normal:{type:"shadow-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ArticleContent",label:"Article Content",settings:{ftClickOpenLightBox:{desktop:"product-link"}},styles:{typo:{type:"paragraph-2"},color:{normal:"text-1"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-s)"}}}}}]}]}];export{ArticleListPresets};
|
|
19
|
+
`},components:[{tag:"ArticleList",label:"Article List",settings:{columns:{desktop:4,tablet:2,mobile:1}},childrens:[{tag:"ArticleImage",label:"Article Image",settings:{linkArticle:"go-to-article"},styles:{position:{desktop:"only-feature"},shape:{desktop:{default:{shape:"square",width:"100%"}}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-s)"}}}}},{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[4,4,4],display:"fit"},mobile:{cols:[12],display:"fill"}}},styles:{verticalGutter:{desktop:"8px"},columnGap:{desktop:"1%"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0},link:!0},tablet:{link:!0},mobile:{link:!0}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}}},childrens:[{tag:"Col",label:"Block",settings:{},styles:{},advanced:{},childrens:[{tag:"ArticleAuthor",label:"Article Author",settings:{htmlTag:"div"},styles:{typo:{type:"paragraph-3",attrs:{color:"text-1"}},color:{normal:"text-1"}},advanced:{"spacing-setting":{desktop:{padding:{right:"var(--g-s-s)",top:"0px"},margin:{bottom:"var(--g-s-s)"}}},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"Mixed",width:"0px 1px 0px 0px",color:"#DDDDDD",isCustom:!0}}}}}]},{tag:"Col",label:"Block",settings:{},styles:{},advanced:{},childrens:[{tag:"ArticleCategory",label:"Article Category",settings:{htmlTag:"div"},styles:{typo:{type:"paragraph-3",attrs:{color:"text-1"}},color:{normal:"text-1"}},advanced:{"spacing-setting":{desktop:{padding:{right:"var(--g-s-s)",top:"0px"},margin:{bottom:"var(--g-s-s)"}}},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"Mixed",width:"0px 1px 0px 0px",color:"#DDDDDD",isCustom:!0}}}}}]},{tag:"Col",label:"Block",settings:{},styles:{},advanced:{},childrens:[{tag:"ArticleDate",label:"Article Date",settings:{htmlTag:"div"},styles:{typo:{type:"paragraph-3",attrs:{color:"text-1"}},color:{normal:"text-1"}}}]}]},{tag:"ArticleTitle",settings:{htmlTag:"h2",linkArticle:"go-to-article"},styles:{typo:{type:"subheading-3",attrs:{color:"text-2"}},color:{normal:"text-2"},textAlign:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:2},hasTextShadow:{normal:!1,hover:!1},textShadow:{normal:{type:"shadow-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ArticleContent",label:"Article Content",settings:{ftClickOpenLightBox:{desktop:"product-link"}},styles:{typo:{type:"paragraph-2"},color:{normal:"text-1"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-s)"}}}}}]}]}];export{t as ArticleListPresets};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{id:"setting",controls:[{id:"articleSetting",type:"article-list",label:"Select article list",default:{articleIds:[],numOfSelectedArticles:4,articlePickType:"manually"}},{id:"slideToShow",type:"input:slider",min:1,max:6,label:"Blogs per rows",hideUnit:!0,useOnlyUnitInit:!0,devices:{desktop:{default:4},tablet:{default:3},mobile:{default:2}},isNumber:!0},{id:"articleOrderBy",type:"select",label:"Order",options:[{label:"Article title (A-Z)",value:"TITLE"},{label:"Article title (Z-A)",value:"TITLE_REVERSE"},{label:"Published (Newest)",value:"PUBLISHED_AT_REVERSE"},{label:"Published (Oldest)",value:"PUBLISHED_AT"},{label:"Edited (Newest)",value:"UPDATED_AT_REVERSE"},{label:"Edited (Oldest)",value:"UPDATED_AT"}],default:"UPDATED_AT_REVERSE"},{id:"numberOfArticle",type:"input:slider",min:1,max:50,label:"Number of article",default:4,hide:!0,hideUnit:!0,useOnlyUnitInit:!0,isNumber:!0,ignoreMax:!0},{id:"background",type:"background-media",devices:{desktop:{default:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"#E2E2E2",image:{src:"",width:1200,height:480},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},hideImage:!0}]},{id:"style",controls:[{id:"padding",type:"padding-v2",compoDefaultValue:{desktop:{default:{padding:{type:"custom",top:"4px",left:"16px",bottom:"4px",right:"16px"}}}}},{id:"dimensions",label:"Dimensions",type:"group",controls:[{id:"fullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!0}}},{id:"width",label:"Width",type:"input:unit",emptyOnClear:!0,units:["px","%"],devices:{desktop:{default:"default"}},hide:!0},{id:"adaptiveHeight",label:"Fit height to content",type:"toggle",devices:{desktop:{default:!0}},hide:!0},{id:"height",label:"Height",type:"input:unit",units:["px"],devices:{desktop:{default:"400px"}},hide:!0}]},{id:"horizontalGutter",label:"Row gap",type:"input:unit",units:["px"],devices:{desktop:{default:"16px"}}},{id:"verticalGutter",label:"Column gap",type:"input:unit-spacing",hideUnit:!0,units:["px"],devices:{desktop:{default:"16px"}}},{id:"wrapperBorder",type:"border-v2",label:"Border"},{id:"borderRadius",type:"corner-v2",label:"Corner"},{id:"hasActiveShadow",type:"toggle",label:"Enable Button Shadow",default:!1},{id:"shadow",type:"shadow-v2",label:"Button Shadow",compoDefaultValue:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}]}];export{e as ArticleListSettings};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{label:"Article source",controls:[{setting:{id:"articleSetting"},layout:"vertical"}]},{label:"Display",controls:[{label:"Columns",setting:{id:"slideToShow"}},{label:"Sort by",conditionDisplay:'articleSetting && articleSetting.articlePickType !== "manually"',setting:{id:"articleOrderBy"},help:{content:"Publish this page to view the correct order on live store"}}]},{label:"Number of article",controls:[{label:"Number",conditionDisplay:'articleSetting && articleSetting.articlePickType !== "manually"',setting:{id:"numberOfArticle"}}]},{label:"Item spacing",controls:[{label:"Columns gap",setting:{id:"verticalGutter"}},{label:"Rows gap",setting:{id:"horizontalGutter"}}]},{label:"Size",controls:[{id:"Width",label:"Width",controlConfig:{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,linkWithSetting:{name:"width"},displayOptions:[{label:"Full",value:"100%",showValue:!0},{label:"Default",value:"default",showValue:!0}]},layout:"horizontal"},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"},compoDefaultValue:{desktop:{default:{type:"custom",top:"4px",left:"16px",bottom:"4px",right:"16px"}}}}}]},{label:"Background",controls:[{setting:{id:"background"},layout:"vertical"}]},{label:"Shape",controls:[{label:"Border",controlConfig:{id:"border-advanced",type:"border-v2",linkWithSetting:{name:"border",field:"normal"},compoDefaultValue:{color:"line-3",border:"solid",width:"1px",borderWidth:"1px"}}},{label:"Corner",setting:{id:"rounded",state:"normal"}},{label:"Shadow",setting:{id:"boxShadow",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadow",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadow.normal.enable === true",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!0}},{condition:"boxShadow.normal.enable === false",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]}];export{e as SettingUIV2};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
let
|
|
1
|
+
let C=[{id:"article-read-more",name:"Article Read More",icon:{desktop:`<svg width="86" height="32" viewBox="0 0 86 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="0.5" width="85" height="32" rx="3.375" fill="#424242"/>
|
|
3
3
|
<path d="M14.8989 20V11.8182H17.8153C18.4491 11.8182 18.9751 11.9274 19.3933 12.1458C19.8141 12.3642 20.1284 12.6665 20.3361 13.0526C20.5439 13.4362 20.6477 13.8796 20.6477 14.383C20.6477 14.8837 20.5425 15.3245 20.3321 15.7053C20.1244 16.0835 19.8101 16.3778 19.3893 16.5882C18.9711 16.7987 18.4451 16.9039 17.8113 16.9039H15.602V15.8412H17.6994C18.0989 15.8412 18.4238 15.7839 18.6742 15.6694C18.9272 15.5549 19.1123 15.3884 19.2295 15.17C19.3467 14.9516 19.4053 14.6893 19.4053 14.383C19.4053 14.074 19.3453 13.8064 19.2255 13.58C19.1083 13.3536 18.9232 13.1805 18.6702 13.0606C18.4198 12.9381 18.0909 12.8769 17.6834 12.8769H16.1333V20H14.8989ZM18.9379 16.3086L20.9593 20H19.5531L17.5716 16.3086H18.9379ZM24.6218 20.1238C24.0172 20.1238 23.4965 19.9947 23.0597 19.7363C22.6256 19.4753 22.29 19.1091 22.053 18.6377C21.8186 18.1636 21.7014 17.6083 21.7014 16.9718C21.7014 16.3432 21.8186 15.7892 22.053 15.3098C22.29 14.8304 22.6203 14.4562 23.0437 14.1872C23.4699 13.9182 23.9679 13.7837 24.5379 13.7837C24.8841 13.7837 25.2197 13.841 25.5446 13.9555C25.8696 14.07 26.1612 14.2498 26.4195 14.4949C26.6779 14.7399 26.8816 15.0581 27.0308 15.4497C27.1799 15.8385 27.2545 16.3113 27.2545 16.8679V17.2914H22.3766V16.3965H26.084C26.084 16.0822 26.02 15.8039 25.8922 15.5615C25.7644 15.3165 25.5846 15.1234 25.3529 14.9822C25.1238 14.8411 24.8548 14.7705 24.5459 14.7705C24.2103 14.7705 23.9173 14.8531 23.667 15.0182C23.4193 15.1807 23.2275 15.3937 23.0917 15.6574C22.9585 15.9184 22.8919 16.2021 22.8919 16.5083V17.2075C22.8919 17.6176 22.9638 17.9665 23.1077 18.2542C23.2542 18.5418 23.4579 18.7615 23.7189 18.9134C23.9799 19.0625 24.2849 19.1371 24.6338 19.1371C24.8602 19.1371 25.0666 19.1051 25.253 19.0412C25.4394 18.9746 25.6006 18.8761 25.7364 18.7456C25.8722 18.6151 25.9761 18.4539 26.048 18.2622L27.1786 18.4659C27.088 18.7988 26.9256 19.0905 26.6912 19.3408C26.4595 19.5885 26.1679 19.7816 25.8163 19.9201C25.4674 20.0559 25.0692 20.1238 24.6218 20.1238ZM30.3656 20.1358C29.9768 20.1358 29.6252 20.0639 29.3109 19.9201C28.9967 19.7736 28.7476 19.5619 28.5639 19.2849C28.3828 19.0079 28.2922 18.6683 28.2922 18.2662C28.2922 17.9199 28.3588 17.6349 28.492 17.4112C28.6251 17.1875 28.8049 17.0104 29.0313 16.8799C29.2577 16.7494 29.5107 16.6508 29.7903 16.5843C30.07 16.5177 30.355 16.4671 30.6453 16.4324C31.0128 16.3898 31.3111 16.3552 31.5402 16.3286C31.7692 16.2993 31.9357 16.2527 32.0396 16.1887C32.1434 16.1248 32.1954 16.021 32.1954 15.8771V15.8492C32.1954 15.5003 32.0968 15.2299 31.8997 15.0382C31.7053 14.8464 31.415 14.7505 31.0288 14.7505C30.6266 14.7505 30.3097 14.8398 30.078 15.0182C29.8489 15.194 29.6905 15.3897 29.6026 15.6055L28.48 15.3498C28.6131 14.9769 28.8076 14.676 29.0633 14.4469C29.3216 14.2152 29.6186 14.0474 29.9541 13.9435C30.2897 13.837 30.6426 13.7837 31.0128 13.7837C31.2579 13.7837 31.5175 13.813 31.7919 13.8716C32.0688 13.9276 32.3272 14.0314 32.5669 14.1832C32.8093 14.335 33.0077 14.5521 33.1622 14.8344C33.3166 15.1141 33.3939 15.4776 33.3939 15.9251V20H32.2273V19.161H32.1794C32.1021 19.3155 31.9863 19.4673 31.8318 19.6165C31.6773 19.7656 31.4789 19.8895 31.2366 19.988C30.9942 20.0866 30.7039 20.1358 30.3656 20.1358ZM30.6253 19.177C30.9556 19.177 31.2379 19.1118 31.4723 18.9813C31.7093 18.8508 31.8891 18.6803 32.0116 18.4699C32.1368 18.2568 32.1994 18.0291 32.1994 17.7868V16.9957C32.1567 17.0384 32.0742 17.0783 31.9517 17.1156C31.8318 17.1502 31.6946 17.1808 31.5402 17.2075C31.3857 17.2314 31.2352 17.2541 31.0887 17.2754C30.9422 17.294 30.8197 17.31 30.7212 17.3233C30.4895 17.3526 30.2777 17.4019 30.086 17.4711C29.8969 17.5404 29.7451 17.6403 29.6305 17.7708C29.5187 17.8986 29.4628 18.0691 29.4628 18.2821C29.4628 18.5778 29.572 18.8015 29.7903 18.9533C30.0087 19.1025 30.2871 19.177 30.6253 19.177ZM37.282 20.1199C36.7866 20.1199 36.3445 19.9933 35.9557 19.7403C35.5695 19.4846 35.2659 19.1211 35.0448 18.6497C34.8264 18.1756 34.7172 17.607 34.7172 16.9438C34.7172 16.2806 34.8277 15.7133 35.0488 15.2419C35.2725 14.7705 35.5788 14.4096 35.9677 14.1593C36.3565 13.9089 36.7973 13.7837 37.29 13.7837C37.6709 13.7837 37.9772 13.8477 38.2089 13.9755C38.4432 14.1007 38.6244 14.2472 38.7522 14.415C38.8827 14.5827 38.9839 14.7306 39.0558 14.8584H39.1277V11.8182H40.3222V20H39.1557V19.0452H39.0558C38.9839 19.1757 38.88 19.3248 38.7442 19.4926C38.611 19.6604 38.4273 19.8069 38.1929 19.9321C37.9585 20.0573 37.6549 20.1199 37.282 20.1199ZM37.5457 19.1011C37.8893 19.1011 38.1796 19.0106 38.4166 18.8295C38.6563 18.6457 38.8374 18.3913 38.9599 18.0664C39.0851 17.7415 39.1477 17.3633 39.1477 16.9318C39.1477 16.5057 39.0864 16.1328 38.9639 15.8132C38.8414 15.4936 38.6616 15.2446 38.4246 15.0661C38.1876 14.8877 37.8946 14.7985 37.5457 14.7985C37.1861 14.7985 36.8865 14.8917 36.6468 15.0781C36.4071 15.2646 36.226 15.5189 36.1035 15.8412C35.9836 16.1634 35.9237 16.527 35.9237 16.9318C35.9237 17.342 35.985 17.7108 36.1075 18.0384C36.23 18.366 36.4111 18.6257 36.6508 18.8175C36.8932 19.0066 37.1915 19.1011 37.5457 19.1011ZM45.0044 20V13.8636H46.151V14.8624H46.2269C46.3547 14.5241 46.5638 14.2605 46.8541 14.0714C47.1444 13.8796 47.492 13.7837 47.8968 13.7837C48.307 13.7837 48.6505 13.8796 48.9275 14.0714C49.2072 14.2631 49.4136 14.5268 49.5468 14.8624H49.6107C49.7572 14.5348 49.9902 14.2738 50.3098 14.0794C50.6294 13.8823 51.0103 13.7837 51.4524 13.7837C52.009 13.7837 52.4631 13.9582 52.8147 14.3071C53.1689 14.656 53.346 15.182 53.346 15.8851V20H52.1515V15.997C52.1515 15.5815 52.0383 15.2805 51.8119 15.0941C51.5856 14.9077 51.3152 14.8145 51.001 14.8145C50.6121 14.8145 50.3098 14.9343 50.0941 15.174C49.8784 15.411 49.7705 15.716 49.7705 16.0889V20H48.58V15.9211C48.58 15.5882 48.4761 15.3205 48.2684 15.1181C48.0606 14.9157 47.7903 14.8145 47.4574 14.8145C47.231 14.8145 47.0219 14.8744 46.8301 14.9942C46.641 15.1114 46.4879 15.2752 46.3707 15.4856C46.2562 15.696 46.1989 15.9397 46.1989 16.2167V20H45.0044ZM57.5318 20.1238C56.9565 20.1238 56.4545 19.992 56.0257 19.7283C55.5969 19.4647 55.264 19.0958 55.0269 18.6217C54.7899 18.1476 54.6714 17.5937 54.6714 16.9598C54.6714 16.3232 54.7899 15.7666 55.0269 15.2899C55.264 14.8131 55.5969 14.4429 56.0257 14.1792C56.4545 13.9156 56.9565 13.7837 57.5318 13.7837C58.1071 13.7837 58.6092 13.9156 59.038 14.1792C59.4668 14.4429 59.7997 14.8131 60.0367 15.2899C60.2737 15.7666 60.3923 16.3232 60.3923 16.9598C60.3923 17.5937 60.2737 18.1476 60.0367 18.6217C59.7997 19.0958 59.4668 19.4647 59.038 19.7283C58.6092 19.992 58.1071 20.1238 57.5318 20.1238ZM57.5358 19.1211C57.9087 19.1211 58.2176 19.0225 58.4627 18.8255C58.7077 18.6284 58.8888 18.366 59.006 18.0384C59.1258 17.7108 59.1858 17.35 59.1858 16.9558C59.1858 16.5643 59.1258 16.2047 59.006 15.8771C58.8888 15.5469 58.7077 15.2819 58.4627 15.0821C58.2176 14.8824 57.9087 14.7825 57.5358 14.7825C57.1603 14.7825 56.8487 14.8824 56.601 15.0821C56.356 15.2819 56.1735 15.5469 56.0537 15.8771C55.9365 16.2047 55.8779 16.5643 55.8779 16.9558C55.8779 17.35 55.9365 17.7108 56.0537 18.0384C56.1735 18.366 56.356 18.6284 56.601 18.8255C56.8487 19.0225 57.1603 19.1211 57.5358 19.1211ZM61.7256 20V13.8636H62.8802V14.8384H62.9441C63.056 14.5082 63.253 14.2485 63.5354 14.0594C63.8203 13.8676 64.1426 13.7718 64.5022 13.7718C64.5767 13.7718 64.6646 13.7744 64.7658 13.7797C64.8697 13.7851 64.9509 13.7917 65.0095 13.7997V14.9423C64.9616 14.929 64.8764 14.9143 64.7538 14.8983C64.6313 14.8797 64.5088 14.8704 64.3863 14.8704C64.104 14.8704 63.8523 14.9303 63.6312 15.0502C63.4128 15.1673 63.2397 15.3311 63.1119 15.5415C62.984 15.7493 62.9201 15.9863 62.9201 16.2527V20H61.7256ZM68.4682 20.1238C67.8636 20.1238 67.343 19.9947 66.9062 19.7363C66.472 19.4753 66.1365 19.1091 65.8994 18.6377C65.665 18.1636 65.5479 17.6083 65.5479 16.9718C65.5479 16.3432 65.665 15.7892 65.8994 15.3098C66.1365 14.8304 66.4667 14.4562 66.8902 14.1872C67.3163 13.9182 67.8144 13.7837 68.3843 13.7837C68.7306 13.7837 69.0661 13.841 69.3911 13.9555C69.716 14.07 70.0076 14.2498 70.266 14.4949C70.5243 14.7399 70.7281 15.0581 70.8772 15.4497C71.0264 15.8385 71.1009 16.3113 71.1009 16.8679V17.2914H66.223V16.3965H69.9304C69.9304 16.0822 69.8665 15.8039 69.7386 15.5615C69.6108 15.3165 69.431 15.1234 69.1993 14.9822C68.9703 14.8411 68.7013 14.7705 68.3923 14.7705C68.0567 14.7705 67.7638 14.8531 67.5134 15.0182C67.2657 15.1807 67.074 15.3937 66.9381 15.6574C66.805 15.9184 66.7384 16.2021 66.7384 16.5083V17.2075C66.7384 17.6176 66.8103 17.9665 66.9541 18.2542C67.1006 18.5418 67.3043 18.7615 67.5653 18.9134C67.8263 19.0625 68.1313 19.1371 68.4802 19.1371C68.7066 19.1371 68.913 19.1051 69.0994 19.0412C69.2859 18.9746 69.447 18.8761 69.5828 18.7456C69.7187 18.6151 69.8225 18.4539 69.8944 18.2622L71.025 18.4659C70.9345 18.7988 70.772 19.0905 70.5376 19.3408C70.3059 19.5885 70.0143 19.7816 69.6627 19.9201C69.3138 20.0559 68.9157 20.1238 68.4682 20.1238Z" fill="#F9F9F9"/>
|
|
4
4
|
</svg>
|
|
5
|
-
`},components:[{tag:"ArticleReadMore",settings:{label:"Read more",iconAlign:"right",iconVisible:!0,iconSvg:'<svg height="20" width="20" data-name="arrow-right-bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508817550824440168"><path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg>'},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-s)"}}}},styles:{globalSizeBtn:{desktop:{width:"Auto",height:"Auto",padding:{type:"custom",top:"var(--g-s-m)",bottom:"var(--g-s-m)",left:"var(--g-s-xl)",right:"var(--g-s-xl)"},gap:""}},typoText:{type:"paragraph-1",custom:{fontSize:{desktop:"12px",tablet:"12px",mobile:"12px",edited:["desktop"]},lineHeight:{desktop:"120%",tablet:"120%",mobile:"120%"}},attrs:{color:"brand"}},globalSizeText:{desktop:{width:"Auto",height:"Auto",padding:{type:"custom",top:"var(--g-s-m)",bottom:"var(--g-s-m)",left:"var(--g-s-xl)",right:"var(--g-s-xl)"},gap:""}}}}]}];export{ArticleReadMorePresets};
|
|
5
|
+
`},components:[{tag:"ArticleReadMore",settings:{label:"Read more",iconAlign:"right",iconVisible:!0,iconSvg:'<svg height="20" width="20" data-name="arrow-right-bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508817550824440168"><path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg>'},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-s)"}}}},styles:{globalSizeBtn:{desktop:{width:"Auto",height:"Auto",padding:{type:"custom",top:"var(--g-s-m)",bottom:"var(--g-s-m)",left:"var(--g-s-xl)",right:"var(--g-s-xl)"},gap:""}},typoText:{type:"paragraph-1",custom:{fontSize:{desktop:"12px",tablet:"12px",mobile:"12px",edited:["desktop"]},lineHeight:{desktop:"120%",tablet:"120%",mobile:"120%"}},attrs:{color:"brand"}},globalSizeText:{desktop:{width:"Auto",height:"Auto",padding:{type:"custom",top:"var(--g-s-m)",bottom:"var(--g-s-m)",left:"var(--g-s-xl)",right:"var(--g-s-xl)"},gap:""}}}}]}];export{C as ArticleReadMorePresets};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
let
|
|
2
|
-
<path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M234.29,114.85l-45,38.83L203,211.75a16.4,16.4,0,0,1-24.5,17.82L128,198.49,77.47,229.57A16.4,16.4,0,0,1,53,211.75l13.76-58.07-45-38.83A16.46,16.46,0,0,1,31.08,86l59-4.76,22.76-55.08a16.36,16.36,0,0,1,30.27,0l22.75,55.08,59,4.76a16.46,16.46,0,0,1,9.37,28.86Z"></path></svg>`},{id:"iconAlign",label:"Icon Alignment",type:"option:value",options:[{label:"Left",value:"left"},{label:"Right",value:"right"}],default:"left"}]},{id:"htmlType",label:"HTML Type",type:"select",default:"button",options:[{label:"Open link, popup & scroll to",value:"button"},{label:"Clear form",value:"reset"},{label:"Submit form",value:"submit"}]},{id:"disabled",label:"Disabled",type:"toggle",default:!1},{id:"shouldClearSpace",label:"",type:"toggle",default:!1},{id:"textGroup",type:"group",label:"Text",controls:[{id:"text",label:"Content",type:"texteditor",options:["bold","italic","underline","foreColor","createlink"],default:"Read more"}]},{id:"seo",type:"group",label:"SEO",controls:[{id:"htmlTag",label:"HTML Tag",type:"select",options:[{value:"p",label:"P"},{value:"span",label:"Span"},{value:"div",label:"Div"}],default:"div"}]},{id:"background",type:"background-media",ignoreReRender:!0,showVideo:!1,devices:{desktop:{default:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"brand",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",preload:!1}}}}]},{id:"style",controls:[{id:"iconSpacing",type:"input:slider",units:["px"],step:1,ignoreMax:!0,max:40,devices:{desktop:{default:"8px"}}},{id:"enableHoverEffectText",type:"toggle",label:"Hover",default:!1},{id:"behavior-state-btn",type:"behavior-state",controls:[{id:"borderBtn",type:"border",label:"Border",default:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",isCustom:!1}},state:{hover:!0,normal:!0}},{id:"borderBtnV2",type:"border-v2",default:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}},compoDefaultValue:{normal:{border:"solid",color:"#121212",width:"1px",borderWidth:"1px"},hover:{border:"solid",color:"#121212",width:"1px",borderWidth:"1px"}}},{id:"backgroundColorV2",type:"color-picker-v2",default:{normal:"brand",hover:"highlight"},compoDefaultValue:{normal:"brand",hover:"highlight"}},{id:"backgroundColor",type:"background-media",label:"Background Color",default:{normal:"brand",hover:"highlight"},state:{hover:!0,normal:!0}},{id:"backgroundImage",type:"background-image",compoDefaultValue:{normal:{size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480,hiddenSEO:!0}},hover:{size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480,hiddenSEO:!0}}}},{id:"textColorBtnState",type:"color-picker-v2",label:"Text Color",default:{hover:"text-3"},compoDefaultValue:{hover:"text-3"},state:{hover:!0,normal:!0}},{id:"textColor",type:"color-picker-v2",compoDefaultValue:{normal:"text-3",hover:"text-3"},default:{normal:"text-3"},state:{hover:!0,normal:!0}},{id:"roundedBtnV2",type:"corner-v2",default:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"square"}},compoDefaultValue:{normal:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"},hover:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}}},{id:"hasBoxShadowBtn",type:"toggle",label:"Enable Button Shadow",default:{normal:!1},state:{normal:!0,hover:!0}},{id:"boxShadowBtn",type:"shadow-v2",compoDefaultValue:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}}]},{id:"alignBtn",label:"Align",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"left"}}},{id:"enableTextStyle",label:"",type:"toggle",default:!0},{id:"typoBtn",type:"typography-v2",default:{type:"paragraph-1",attrs:{color:"text-3"},custom:{letterSpacing:{desktop:"0px"},hasShadowText:!1}},compoDefaultValue:{attrs:{color:"text-3"}},ignoreReRender:!0,hiddenSetting:{textAlign:!0}},{id:"transform",label:"Text Transform",type:"select",options:[{value:"default",label:"None"},{value:"capitalize",label:"Capitalize"},{value:"uppercase",label:"Uppercase"},{value:"lowercase",label:"Lowercase"}],default:"default"},{id:"dimensions",type:"group",label:"Dimensions",controls:[{id:"btnSpacing",label:"Inside space",type:"size",default:{type:"medium"},ignoreReRender:!0},{id:"fullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!1}}},{id:"width",type:"input:unit",label:"Width",placeholder:"Auto",min:0,units:["px","%"],hide:!0,devices:{desktop:{default:"default"}}}]},{id:"dimensions1",type:"group",label:"Icon Dimension",controls:[{id:"iconSizeAuto",type:"toggle",label:"Icon Auto Size",default:!0},{id:"size",label:"Size Icon",type:"select",options:[{label:"Large",value:"1.2em"},{label:"Medium",value:"1em"},{label:"Small",value:"0.8em"}],devices:{desktop:{default:"1em"}}},{id:"iconDimension",type:"input:slider",label:"Size",hide:!0,min:0,max:100,step:1,units:["px","em","rem"],devices:{desktop:{default:"24px"}}},{id:"spacing",label:"Spacing Icon",type:"input:slider",units:["px"],step:1,max:40,ignoreMax:!0,default:"8px"}]},{id:"globalSizeBtn",type:"size-setting",devices:{desktop:{default:{width:"Auto",height:"Auto",padding:{type:"medium",top:"8px",bottom:"8px",left:"24px",right:"24px"}}}},settingConfig:{width:{displayOptions:["full","auto","small","large","medium"],sizeConfig:{small:"100px",medium:"116px",large:"132px"}},height:{displayOptions:["auto","small","large","medium"],sizeConfig:{small:"28px",medium:"36px",large:"44px"}}},hiddenSettings:["shape","gap"]},{id:"behavior-state-text",type:"behavior-state",controls:[{id:"textColorTextState",type:"color-picker-v2",label:"Text Color",state:{hover:!0,normal:!0},default:{normal:"brand"},compoDefaultValue:{normal:"brand"}}]},{id:"typoText",type:"typography-v2",default:{type:"paragraph-1",custom:{hasShadowText:!1},attrs:{color:"brand"}},compoDefaultValue:{attrs:{color:"brand"}},ignoreReRender:!0},{id:"alignText",label:"Align",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"center"}}},{id:"hasLineClamp",type:"toggle",label:"Has Line Clamp",devices:{desktop:{default:!1}}},{id:"lineClamp",type:"input:stepper",min:1,label:"Line Clamp",disableDecimal:!0,devices:{desktop:{default:1},tablet:{default:1},mobile:{default:1}},hide:!0},{id:"globalSizeText",type:"size-setting",devices:{desktop:{default:{width:"Auto",height:"Auto",padding:{type:"medium",top:"8px",bottom:"8px",left:"24px",right:"24px"}}}},settingConfig:{width:{displayOptions:["full","auto","small","large","medium"],sizeConfig:{small:"100px",medium:"116px",large:"132px"}},height:{displayOptions:["auto","small","large","medium"],sizeConfig:{small:"28px",medium:"36px",large:"44px"}}},hiddenSettings:["shape","gap"]}]}];export{ArticleReadMoreSettings};
|
|
1
|
+
let e=[{id:"setting",controls:[{id:"readMoreType",label:"Style",type:"layout-selector",iconViewBox:"0 0 80 48",enableItemBackground:!0,itemPerRow:2,itemSpacing:"large",options:[{label:"Filled Square",value:"button",iconName:"gp-article-filled-square"},{label:"Text only",value:"text",iconName:"gp-article-link"}],default:"button"},{id:"enableHoverEffect",type:"toggle",default:!0},{id:"label",label:"Content",type:"input",default:"Read more"},{id:"label",label:"Text",type:"input",default:"Button"},{id:"iconGroup",type:"group",label:"Icon",controls:[{id:"iconVisible",label:"Icon Visible",type:"toggle",default:!0},{id:"iconSvg",label:"SVG Icon",type:"icon",default:`<svg height="20" width="20" data-name="star-filled" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508817759863701864">
|
|
2
|
+
<path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M234.29,114.85l-45,38.83L203,211.75a16.4,16.4,0,0,1-24.5,17.82L128,198.49,77.47,229.57A16.4,16.4,0,0,1,53,211.75l13.76-58.07-45-38.83A16.46,16.46,0,0,1,31.08,86l59-4.76,22.76-55.08a16.36,16.36,0,0,1,30.27,0l22.75,55.08,59,4.76a16.46,16.46,0,0,1,9.37,28.86Z"></path></svg>`},{id:"iconAlign",label:"Icon Alignment",type:"option:value",options:[{label:"Left",value:"left"},{label:"Right",value:"right"}],default:"left"}]},{id:"htmlType",label:"HTML Type",type:"select",default:"button",options:[{label:"Open link, popup & scroll to",value:"button"},{label:"Clear form",value:"reset"},{label:"Submit form",value:"submit"}]},{id:"disabled",label:"Disabled",type:"toggle",default:!1},{id:"shouldClearSpace",label:"",type:"toggle",default:!1},{id:"textGroup",type:"group",label:"Text",controls:[{id:"text",label:"Content",type:"texteditor",options:["bold","italic","underline","foreColor","createlink"],default:"Read more"}]},{id:"seo",type:"group",label:"SEO",controls:[{id:"htmlTag",label:"HTML Tag",type:"select",options:[{value:"p",label:"P"},{value:"span",label:"Span"},{value:"div",label:"Div"}],default:"div"}]},{id:"background",type:"background-media",ignoreReRender:!0,showVideo:!1,devices:{desktop:{default:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"brand",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",preload:!1}}}}]},{id:"style",controls:[{id:"iconSpacing",type:"input:slider",units:["px"],step:1,ignoreMax:!0,max:40,devices:{desktop:{default:"8px"}}},{id:"enableHoverEffectText",type:"toggle",label:"Hover",default:!1},{id:"behavior-state-btn",type:"behavior-state",controls:[{id:"borderBtn",type:"border",label:"Border",default:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",isCustom:!1}},state:{hover:!0,normal:!0}},{id:"borderBtnV2",type:"border-v2",default:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}},compoDefaultValue:{normal:{border:"solid",color:"#121212",width:"1px",borderWidth:"1px"},hover:{border:"solid",color:"#121212",width:"1px",borderWidth:"1px"}}},{id:"backgroundColorV2",type:"color-picker-v2",default:{normal:"brand",hover:"highlight"},compoDefaultValue:{normal:"brand",hover:"highlight"}},{id:"backgroundColor",type:"background-media",label:"Background Color",default:{normal:"brand",hover:"highlight"},state:{hover:!0,normal:!0}},{id:"backgroundImage",type:"background-image",compoDefaultValue:{normal:{size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480,hiddenSEO:!0}},hover:{size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480,hiddenSEO:!0}}}},{id:"textColorBtnState",type:"color-picker-v2",label:"Text Color",default:{hover:"text-3"},compoDefaultValue:{hover:"text-3"},state:{hover:!0,normal:!0}},{id:"textColor",type:"color-picker-v2",compoDefaultValue:{normal:"text-3",hover:"text-3"},default:{normal:"text-3"},state:{hover:!0,normal:!0}},{id:"roundedBtnV2",type:"corner-v2",default:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"square"}},compoDefaultValue:{normal:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"},hover:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}}},{id:"hasBoxShadowBtn",type:"toggle",label:"Enable Button Shadow",default:{normal:!1},state:{normal:!0,hover:!0}},{id:"boxShadowBtn",type:"shadow-v2",compoDefaultValue:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}}]},{id:"alignBtn",label:"Align",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"left"}}},{id:"enableTextStyle",label:"",type:"toggle",default:!0},{id:"typoBtn",type:"typography-v2",default:{type:"paragraph-1",attrs:{color:"text-3"},custom:{letterSpacing:{desktop:"0px"},hasShadowText:!1}},compoDefaultValue:{attrs:{color:"text-3"}},ignoreReRender:!0,hiddenSetting:{textAlign:!0}},{id:"transform",label:"Text Transform",type:"select",options:[{value:"default",label:"None"},{value:"capitalize",label:"Capitalize"},{value:"uppercase",label:"Uppercase"},{value:"lowercase",label:"Lowercase"}],default:"default"},{id:"dimensions",type:"group",label:"Dimensions",controls:[{id:"btnSpacing",label:"Inside space",type:"size",default:{type:"medium"},ignoreReRender:!0},{id:"fullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!1}}},{id:"width",type:"input:unit",label:"Width",placeholder:"Auto",min:0,units:["px","%"],hide:!0,devices:{desktop:{default:"default"}}}]},{id:"dimensions1",type:"group",label:"Icon Dimension",controls:[{id:"iconSizeAuto",type:"toggle",label:"Icon Auto Size",default:!0},{id:"size",label:"Size Icon",type:"select",options:[{label:"Large",value:"1.2em"},{label:"Medium",value:"1em"},{label:"Small",value:"0.8em"}],devices:{desktop:{default:"1em"}}},{id:"iconDimension",type:"input:slider",label:"Size",hide:!0,min:0,max:100,step:1,units:["px","em","rem"],devices:{desktop:{default:"24px"}}},{id:"spacing",label:"Spacing Icon",type:"input:slider",units:["px"],step:1,max:40,ignoreMax:!0,default:"8px"}]},{id:"globalSizeBtn",type:"size-setting",devices:{desktop:{default:{width:"Auto",height:"Auto",padding:{type:"medium",top:"8px",bottom:"8px",left:"24px",right:"24px"}}}},settingConfig:{width:{displayOptions:["full","auto","small","large","medium"],sizeConfig:{small:"100px",medium:"116px",large:"132px"}},height:{displayOptions:["auto","small","large","medium"],sizeConfig:{small:"28px",medium:"36px",large:"44px"}}},hiddenSettings:["shape","gap"]},{id:"behavior-state-text",type:"behavior-state",controls:[{id:"textColorTextState",type:"color-picker-v2",label:"Text Color",state:{hover:!0,normal:!0},default:{normal:"brand"},compoDefaultValue:{normal:"brand"}}]},{id:"typoText",type:"typography-v2",default:{type:"paragraph-1",custom:{hasShadowText:!1},attrs:{color:"brand"}},compoDefaultValue:{attrs:{color:"brand"}},ignoreReRender:!0},{id:"alignText",label:"Align",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"center"}}},{id:"hasLineClamp",type:"toggle",label:"Has Line Clamp",devices:{desktop:{default:!1}}},{id:"lineClamp",type:"input:stepper",min:1,label:"Line Clamp",disableDecimal:!0,devices:{desktop:{default:1},tablet:{default:1},mobile:{default:1}},hide:!0},{id:"globalSizeText",type:"size-setting",devices:{desktop:{default:{width:"Auto",height:"Auto",padding:{type:"medium",top:"8px",bottom:"8px",left:"24px",right:"24px"}}}},settingConfig:{width:{displayOptions:["full","auto","small","large","medium"],sizeConfig:{small:"100px",medium:"116px",large:"132px"}},height:{displayOptions:["auto","small","large","medium"],sizeConfig:{small:"28px",medium:"36px",large:"44px"}}},hiddenSettings:["shape","gap"]}]}];export{e as ArticleReadMoreSettings};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{label:"Style",controls:[{setting:{id:"readMoreType"},layout:"vertical"}]},{label:"Size",conditionDisplay:"readMoreType !== 'text'",controls:[{id:"Width",label:"Width",controlConfig:{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,linkWithSetting:{name:"globalSizeBtn",field:"width"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},layout:"horizontal"},{id:"height",label:"Height",controlConfig:{id:"height",type:"dropdown:input",label:"Height",inputType:"number",units:["px","%"],hideUnit:!1,linkWithSetting:{name:"globalSizeBtn",field:"height"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0}]},layout:"horizontal"},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"globalSizeBtn",field:"padding"},compoDefaultValue:{default:{top:"12px",right:"24px",bottom:"12px",left:"24px",linked:!1}}}}]},{label:"Size",conditionDisplay:"readMoreType == 'text'",controls:[{id:"Width",label:"Width",controlConfig:{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,linkWithSetting:{name:"globalSizeText",field:"width"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},layout:"horizontal"},{label:"Padding",controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"globalSizeText",field:"padding"},compoDefaultValue:{default:{top:"12px",right:"24px",bottom:"12px",left:"24px",linked:!1}}}}]},{label:"Background",controls:[{setting:{id:"background"},layout:"vertical",conditionDisplay:"readMoreType === 'text'"},{label:"Color",setting:{id:"backgroundColorV2",state:"normal"},conditionDisplay:"readMoreType != 'text'"},{label:"Image",setting:{id:"backgroundImage",state:"normal"},conditionDisplay:"readMoreType != 'text'"}]},{label:"Shape",conditionDisplay:"readMoreType != 'text'",controls:[{label:"Border",setting:{id:"borderBtnV2",state:"normal"}},{label:"Corner",setting:{id:"roundedBtnV2",state:"normal"}},{label:"Shadow",setting:{id:"boxShadowBtn",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadowBtn",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadowBtn.normal.enable === true",source:["boxShadowBtn","hasBoxShadowBtn"],action:{controlId:"hasBoxShadowBtn",groupType:"style",controlType:"style",state:"normal",newValue:!0}},{condition:"boxShadowBtn.normal.enable === false",source:["boxShadowBtn","hasBoxShadowBtn"],action:{controlId:"hasBoxShadowBtn",groupType:"style",controlType:"style",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{controls:[{label:"Icon",setting:{id:"iconVisible"},options:{labelVariant:"primary",toggleStyle:"switch"},conditionDisplay:"readMoreType != 'text'"},{label:"Icon",setting:{id:"iconSvg"},conditionDisplay:"iconVisible == true && readMoreType != 'text'"},{type:"control",label:"Position",setting:{id:"iconAlign"},conditionDisplay:"iconVisible == true && readMoreType != 'text'"},{type:"control",label:"Gap",setting:{id:"iconSpacing"},conditionDisplay:"iconVisible == true && readMoreType != 'text'"}]},{controls:[{label:"Text",setting:{id:"enableTextStyle"},conditionDisplay:"readMoreType !== 'text'",options:{labelVariant:"primary",toggleStyle:"switch"},controlChangeTrigger:{settings:[{condition:'enableTextStyle === true && label === ""',source:["enableTextStyle","label"],action:{controlId:"label",groupType:"setting",controlType:"setting",newValue:"Read more"}},{condition:"enableTextStyle === true",source:["enableTextStyle","label","shouldClearSpace"],action:{controlId:"shouldClearSpace",groupType:"setting",controlType:"setting",newValue:!1}},{condition:"enableTextStyle === false",source:["enableTextStyle","shouldClearSpace"],action:{controlId:"shouldClearSpace",groupType:"setting",controlType:"setting",newValue:!0}}],options:{noRecordHistory:!0}}},{id:"typo",label:"Basic",setting:{id:"typoBtn"},conditionDisplay:"readMoreType !== 'text' && enableTextStyle == true",options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.color",settingId:"textColor",state:"normal"}]},controlChangeTrigger:{settings:[{action:{controlId:"textColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}},layout:"vertical"}]},{label:"Text",conditionDisplay:"readMoreType == 'text'",controls:[{label:"Content",getValueFromSettingID:"label",iconName:"gp-prefix",type:"combo",conditionDisplay:"readMoreType === 'text'",defaultValueWhenClear:"",compoDefaultValue:"Read more",controls:[{label:"Content",type:"control",setting:{id:"label"},layout:"vertical",defaultValueWhenClear:""}]},{id:"typo",label:"Basic",setting:{id:"typoText"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.color",settingId:"textColorTextState",state:"normal"},{field:"attrs.textAlign",settingId:"alignText"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"alignText",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"textColorTextState",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"Effect",conditionDisplay:"readMoreType !== 'text'",controls:[{label:"Hover",type:"combo",state:"hover",iconName:"polaris-check-hover",fixedValue:"Styled",setting:{id:"enableHoverEffect"},popoverLabel:"Hover",controls:[{type:"group",label:"Background",controls:[{label:"Color",setting:{id:"backgroundColorV2",state:"hover"}},{label:"Image",setting:{id:"backgroundImage",state:"hover"}}]},{type:"group",label:"Text",controls:[{label:"Text color",setting:{id:"textColor",state:"hover"}}]},{type:"group",label:"Shape",controls:[{label:"Border",setting:{id:"borderBtnV2",state:"hover"}},{label:"Corner",setting:{id:"roundedBtnV2",state:"hover"}},{label:"Shadow",setting:{id:"hasBoxShadowBtn",state:"hover"},conditionDisplay:"false"},{label:"Shadow",setting:{id:"boxShadowBtn",state:"hover"},options:{updateFields:[{field:"hover.enable",settingId:"hasBoxShadowBtn",state:"hover"}]},controlChangeTrigger:{settings:[{condition:"boxShadowBtn.hover.enable === true",source:["boxShadowBtn","hasBoxShadowBtn"],action:{controlId:"hasBoxShadowBtn",groupType:"style",controlType:"style",state:"hover",newValue:!0}},{condition:"boxShadowBtn.hover.enable === false",source:["boxShadowBtn","hasBoxShadowBtn"],action:{controlId:"hasBoxShadowBtn",groupType:"style",controlType:"style",state:"hover",newValue:!1}}],options:{noRecordHistory:!0}}}]}]}]},{label:"Effect",conditionDisplay:"readMoreType == 'text'",controls:[{label:"Hover",type:"combo",state:"hover",iconName:"polaris-check-hover",fixedValue:"Styled",setting:{id:"enableHoverEffectText"},popoverLabel:"Hover",controls:[{label:"Text color",setting:{id:"textColorTextState",state:"hover"}}]}]},{controls:[{label:"Align",setting:{id:"alignBtn"},conditionDisplay:"readMoreType !== 'text'",conditionEnable:"globalSizeBtn.width !== '100%'",options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]},{controls:[{label:"Align",setting:{id:"alignText"},conditionDisplay:"readMoreType == 'text'",conditionEnable:"globalSizeText.width !== '100%'",options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{e as SettingUIV2};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
let
|
|
1
|
+
let C=[{id:"article-tag",name:"Article Tag",icon:{desktop:`
|
|
2
2
|
<svg width="76" height="20" viewBox="0 0 76 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="M0.5 8C0.5 3.58172 4.08172 0 8.5 0H67.5C71.9183 0 75.5 3.58172 75.5 8V12C75.5 16.4183 71.9183 20 67.5 20H8.5C4.08172 20 0.5 16.4183 0.5 12V8Z" fill="#424242"/>
|
|
4
4
|
<path d="M16.7074 8.1108H15.3778C15.3267 7.8267 15.2315 7.5767 15.0923 7.3608C14.9531 7.14489 14.7827 6.96165 14.581 6.81108C14.3793 6.66051 14.1534 6.54687 13.9034 6.47017C13.6563 6.39347 13.3935 6.35511 13.1151 6.35511C12.6122 6.35511 12.1619 6.48153 11.7642 6.73438C11.3693 6.98722 11.0568 7.35795 10.8267 7.84659C10.5994 8.33523 10.4858 8.93182 10.4858 9.63636C10.4858 10.3466 10.5994 10.946 10.8267 11.4347C11.0568 11.9233 11.3707 12.2926 11.7685 12.5426C12.1662 12.7926 12.6136 12.9176 13.1108 12.9176C13.3864 12.9176 13.6477 12.8807 13.8949 12.8068C14.1449 12.7301 14.3707 12.6179 14.5724 12.4702C14.7741 12.3224 14.9446 12.142 15.0838 11.929C15.2259 11.7131 15.3239 11.4659 15.3778 11.1875L16.7074 11.1918C16.6364 11.6207 16.4986 12.0156 16.294 12.3764C16.0923 12.7344 15.8324 13.044 15.5142 13.3054C15.1989 13.5639 14.8381 13.7642 14.4318 13.9062C14.0256 14.0483 13.5824 14.1193 13.1023 14.1193C12.3466 14.1193 11.6733 13.9403 11.0824 13.5824C10.4915 13.2216 10.0256 12.706 9.68466 12.0355C9.34659 11.3651 9.17756 10.5653 9.17756 9.63636C9.17756 8.70455 9.34801 7.90483 9.68892 7.23722C10.0298 6.56676 10.4957 6.05256 11.0866 5.6946C11.6776 5.33381 12.3494 5.15341 13.1023 5.15341C13.5653 5.15341 13.9972 5.22017 14.3977 5.35369C14.8011 5.48437 15.1634 5.67756 15.4844 5.93324C15.8054 6.18608 16.071 6.49574 16.2812 6.86222C16.4915 7.22585 16.6335 7.64205 16.7074 8.1108ZM19.4549 10.1136V14H18.1808V5.27273H19.4379V8.51989H19.5188C19.6722 8.16761 19.9066 7.88778 20.2219 7.6804C20.5373 7.47301 20.9492 7.36932 21.4577 7.36932C21.9066 7.36932 22.2987 7.46165 22.6339 7.64631C22.9719 7.83097 23.2333 8.10653 23.418 8.47301C23.6055 8.83665 23.6992 9.29119 23.6992 9.83665V14H22.4251V9.99006C22.4251 9.50994 22.3015 9.13778 22.0543 8.87358C21.8072 8.60653 21.4634 8.47301 21.0231 8.47301C20.7219 8.47301 20.4521 8.53693 20.2134 8.66477C19.9776 8.79261 19.7915 8.98011 19.6552 9.22727C19.5217 9.47159 19.4549 9.76705 19.4549 10.1136ZM25.3995 14V7.45455H26.631V8.49432H26.6992C26.8185 8.14205 27.0288 7.86506 27.3299 7.66335C27.6339 7.45881 27.9776 7.35653 28.3612 7.35653C28.4407 7.35653 28.5344 7.35937 28.6424 7.36506C28.7532 7.37074 28.8398 7.37784 28.9023 7.38636V8.60511C28.8512 8.59091 28.7603 8.57528 28.6296 8.55824C28.4989 8.53835 28.3683 8.52841 28.2376 8.52841C27.9364 8.52841 27.668 8.59233 27.4322 8.72017C27.1992 8.84517 27.0146 9.01989 26.8782 9.24432C26.7418 9.46591 26.6737 9.71875 26.6737 10.0028V14H25.3995ZM30.005 14V7.45455H31.2791V14H30.005ZM30.6484 6.4446C30.4268 6.4446 30.2365 6.37074 30.0774 6.22301C29.9212 6.07244 29.843 5.89347 29.843 5.68608C29.843 5.47585 29.9212 5.29687 30.0774 5.14915C30.2365 4.99858 30.4268 4.9233 30.6484 4.9233C30.87 4.9233 31.0589 4.99858 31.2152 5.14915C31.3743 5.29687 31.4538 5.47585 31.4538 5.68608C31.4538 5.89347 31.3743 6.07244 31.2152 6.22301C31.0589 6.37074 30.87 6.4446 30.6484 6.4446ZM37.8981 9.05256L36.7433 9.2571C36.695 9.10937 36.6183 8.96875 36.5131 8.83523C36.4109 8.7017 36.2717 8.59233 36.0955 8.5071C35.9194 8.42187 35.6992 8.37926 35.435 8.37926C35.0742 8.37926 34.7731 8.46023 34.5316 8.62216C34.2901 8.78125 34.1694 8.98722 34.1694 9.24006C34.1694 9.45881 34.2504 9.63494 34.4123 9.76847C34.5742 9.90199 34.8356 10.0114 35.1964 10.0966L36.2362 10.3352C36.8384 10.4744 37.2873 10.6889 37.5827 10.9787C37.8782 11.2685 38.0259 11.6449 38.0259 12.108C38.0259 12.5 37.9123 12.8494 37.685 13.1562C37.4606 13.4602 37.1467 13.6989 36.7433 13.8722C36.3427 14.0455 35.8782 14.1321 35.3498 14.1321C34.6168 14.1321 34.0188 13.9759 33.5558 13.6634C33.0927 13.348 32.8086 12.9006 32.7035 12.321L33.935 12.1335C34.0117 12.4545 34.1694 12.6974 34.408 12.8622C34.6467 13.0241 34.9577 13.1051 35.3413 13.1051C35.7589 13.1051 36.0927 13.0185 36.3427 12.8452C36.5927 12.669 36.7177 12.4545 36.7177 12.2017C36.7177 11.9972 36.641 11.8253 36.4876 11.6861C36.337 11.5469 36.1055 11.4418 35.793 11.3707L34.685 11.1278C34.0742 10.9886 33.6225 10.767 33.3299 10.4631C33.0401 10.1591 32.8952 9.77415 32.8952 9.30824C32.8952 8.92187 33.0032 8.58381 33.2191 8.29403C33.435 8.00426 33.7333 7.77841 34.114 7.61648C34.4947 7.4517 34.9308 7.36932 35.4222 7.36932C36.1296 7.36932 36.6864 7.52273 37.0927 7.82955C37.4989 8.13352 37.7674 8.54119 37.8981 9.05256ZM42.4822 7.45455V8.47727H38.907V7.45455H42.4822ZM39.8658 5.88636H41.1399V12.0781C41.1399 12.3253 41.1768 12.5114 41.2507 12.6364C41.3246 12.7585 41.4197 12.8423 41.5362 12.8878C41.6555 12.9304 41.7848 12.9517 41.924 12.9517C42.0263 12.9517 42.1158 12.9446 42.1925 12.9304C42.2692 12.9162 42.3288 12.9048 42.3714 12.8963L42.6016 13.9489C42.5277 13.9773 42.4226 14.0057 42.2862 14.0341C42.1499 14.0653 41.9794 14.0824 41.7749 14.0852C41.4396 14.0909 41.1271 14.0312 40.8374 13.9062C40.5476 13.7812 40.3132 13.5881 40.1342 13.3267C39.9553 13.0653 39.8658 12.7372 39.8658 12.3423V5.88636ZM43.8917 14V7.45455H45.1147V8.51989H45.1957C45.332 8.15909 45.555 7.87784 45.8647 7.67614C46.1744 7.47159 46.5451 7.36932 46.9769 7.36932C47.4144 7.36932 47.7809 7.47159 48.0763 7.67614C48.3746 7.88068 48.5948 8.16193 48.7369 8.51989H48.805C48.9613 8.17045 49.2099 7.89205 49.5508 7.68466C49.8917 7.47443 50.2979 7.36932 50.7695 7.36932C51.3633 7.36932 51.8477 7.5554 52.2227 7.92756C52.6005 8.29972 52.7894 8.8608 52.7894 9.6108V14H51.5153V9.73011C51.5153 9.28693 51.3945 8.96591 51.1531 8.76705C50.9116 8.56818 50.6232 8.46875 50.288 8.46875C49.8732 8.46875 49.5508 8.59659 49.3207 8.85227C49.0906 9.10511 48.9755 9.4304 48.9755 9.82812V14H47.7056V9.64915C47.7056 9.29403 47.5948 9.00852 47.3732 8.79261C47.1516 8.5767 46.8633 8.46875 46.5082 8.46875C46.2667 8.46875 46.0437 8.53267 45.8391 8.66051C45.6374 8.78551 45.4741 8.96023 45.3491 9.18466C45.2269 9.40909 45.1658 9.66903 45.1658 9.96449V14H43.8917ZM56.402 14.1449C55.9872 14.1449 55.6122 14.0682 55.277 13.9148C54.9418 13.7585 54.6761 13.5327 54.4801 13.2372C54.2869 12.9418 54.1903 12.5795 54.1903 12.1506C54.1903 11.7812 54.2614 11.4773 54.4034 11.2386C54.5455 11 54.7372 10.8111 54.9787 10.6719C55.2202 10.5327 55.4901 10.4276 55.7884 10.3565C56.0866 10.2855 56.3906 10.2315 56.7003 10.1946C57.0923 10.1491 57.4105 10.1122 57.6548 10.0838C57.8991 10.0526 58.0767 10.0028 58.1875 9.93466C58.2983 9.86648 58.3537 9.75568 58.3537 9.60227V9.57244C58.3537 9.20028 58.2486 8.91193 58.0384 8.70739C57.831 8.50284 57.5213 8.40057 57.1094 8.40057C56.6804 8.40057 56.3423 8.49574 56.0952 8.68608C55.8509 8.87358 55.6818 9.08239 55.5881 9.3125L54.3906 9.03977C54.5327 8.64205 54.7401 8.32102 55.0128 8.0767C55.2884 7.82955 55.6051 7.65057 55.9631 7.53977C56.321 7.42614 56.6974 7.36932 57.0923 7.36932C57.3537 7.36932 57.6307 7.40057 57.9233 7.46307C58.2188 7.52273 58.4943 7.63352 58.75 7.79545C59.0085 7.95739 59.2202 8.18892 59.3849 8.49006C59.5497 8.78835 59.6321 9.17614 59.6321 9.65341V14H58.3878V13.1051H58.3366C58.2543 13.2699 58.1307 13.4318 57.9659 13.5909C57.8011 13.75 57.5895 13.8821 57.331 13.9872C57.0724 14.0923 56.7628 14.1449 56.402 14.1449ZM56.679 13.1222C57.0313 13.1222 57.3324 13.0526 57.5824 12.9134C57.8352 12.7741 58.027 12.5923 58.1577 12.3679C58.2912 12.1406 58.358 11.8977 58.358 11.6392V10.7955C58.3125 10.8409 58.2244 10.8835 58.0938 10.9233C57.9659 10.9602 57.8196 10.9929 57.6548 11.0213C57.4901 11.0469 57.3295 11.071 57.1733 11.0938C57.017 11.1136 56.8864 11.1307 56.7812 11.1449C56.5341 11.1761 56.3082 11.2287 56.1037 11.3026C55.902 11.3764 55.7401 11.483 55.6179 11.6222C55.4986 11.7585 55.4389 11.9403 55.4389 12.1676C55.4389 12.483 55.5554 12.7216 55.7884 12.8835C56.0213 13.0426 56.3182 13.1222 56.679 13.1222ZM66.234 9.05256L65.0792 9.2571C65.0309 9.10937 64.9542 8.96875 64.8491 8.83523C64.7468 8.7017 64.6076 8.59233 64.4315 8.5071C64.2553 8.42187 64.0352 8.37926 63.771 8.37926C63.4102 8.37926 63.109 8.46023 62.8675 8.62216C62.6261 8.78125 62.5053 8.98722 62.5053 9.24006C62.5053 9.45881 62.5863 9.63494 62.7482 9.76847C62.9102 9.90199 63.1715 10.0114 63.5323 10.0966L64.5721 10.3352C65.1744 10.4744 65.6232 10.6889 65.9187 10.9787C66.2141 11.2685 66.3619 11.6449 66.3619 12.108C66.3619 12.5 66.2482 12.8494 66.021 13.1562C65.7965 13.4602 65.4826 13.6989 65.0792 13.8722C64.6786 14.0455 64.2141 14.1321 63.6857 14.1321C62.9528 14.1321 62.3548 13.9759 61.8917 13.6634C61.4286 13.348 61.1445 12.9006 61.0394 12.321L62.271 12.1335C62.3477 12.4545 62.5053 12.6974 62.744 12.8622C62.9826 13.0241 63.2937 13.1051 63.6772 13.1051C64.0948 13.1051 64.4286 13.0185 64.6786 12.8452C64.9286 12.669 65.0536 12.4545 65.0536 12.2017C65.0536 11.9972 64.9769 11.8253 64.8235 11.6861C64.6729 11.5469 64.4414 11.4418 64.1289 11.3707L63.021 11.1278C62.4102 10.9886 61.9585 10.767 61.6658 10.4631C61.3761 10.1591 61.2312 9.77415 61.2312 9.30824C61.2312 8.92187 61.3391 8.58381 61.555 8.29403C61.771 8.00426 62.0692 7.77841 62.4499 7.61648C62.8306 7.4517 63.2667 7.36932 63.7582 7.36932C64.4656 7.36932 65.0224 7.52273 65.4286 7.82955C65.8349 8.13352 66.1033 8.54119 66.234 9.05256Z" fill="#F9F9F9"/>
|
|
5
5
|
</svg>
|
|
6
|
-
`},components:[{tag:"ArticleTag",settings:{htmlTag:"div"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},styles:{typo:{type:"paragraph-3"}}}]}];export{ArticleTagPresets};
|
|
6
|
+
`},components:[{tag:"ArticleTag",settings:{htmlTag:"div"},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},styles:{typo:{type:"paragraph-3"}}}]}];export{C as ArticleTagPresets};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e=[{id:"setting",controls:[{id:"htmlTag",label:"HTML Tag",type:"select",options:[{value:"h1",label:"H1"},{value:"h2",label:"H2"},{value:"h3",label:"H3"},{value:"h4",label:"H4"},{value:"h5",label:"H5"},{value:"h6",label:"H6"},{value:"div",label:"Div"}],default:"div"}]},{id:"style",controls:[{id:"typo",type:"typography-v2",default:{type:"paragraph-3",attrs:{color:"text-1"}},ignoreReRender:!0},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"gp-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"gp-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"gp-text-align-right"},{label:"Justify",value:"justify",type:"text",tooltip:"Align justify",iconName:"gp-text-align-justify"}],devices:{desktop:{default:"left"}}},{id:"color",label:"Text Color",type:"colorpicker",default:{normal:"text-1"},state:{normal:!0,hover:!0}},{id:"hasTextShadow",type:"toggle",label:"Enable Text Shadow",default:{normal:!1,hover:!1},state:{normal:!0,hover:!0}},{id:"textShadow",type:"textShadow",label:"Text Shadow",hideOnState:{normal:!0,hover:!0},default:{normal:{type:"shadow-1"}},state:{normal:!0,hover:!0}}]}];export{e as ArticleTagSettings};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let t=[{label:"Text style",controls:[{id:"typo",label:"Basic",setting:{id:"typo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.color",settingId:"color",state:"normal"},{field:"attrs.textAlign",settingId:"textAlign"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textAlign",valueFromField:"attrs.textAlign",groupType:"style",controlType:"style"}},{action:{controlId:"color",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:"SEO",controls:[{label:"HTML tag",setting:{id:"htmlTag"}}]}];export{t as SettingUIV2};
|