@gem-sdk/components 3.0.0-pre-production.14 → 3.0.0
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 -0
- package/dist/cjs/accordion/common/helpers.js +1 -0
- package/dist/cjs/accordion/common/styles.js +1 -0
- package/dist/cjs/accordion/components/Accordion.js +2 -195
- package/dist/cjs/accordion/components/Accordion.liquid.js +16 -112
- package/dist/cjs/accordion/components/AccordionItem.js +2 -309
- package/dist/cjs/accordion/components/AccordionItem.liquid.js +33 -242
- package/dist/cjs/accordion/hooks/useAccordion.js +1 -0
- package/dist/cjs/accordion/hooks/useAccordionItem.js +1 -0
- package/dist/cjs/accordion/hooks/useMountTransition.js +2 -27
- package/dist/cjs/accordion/index.js +1 -0
- package/dist/cjs/accordion/next.js +1 -20
- package/dist/cjs/accordion/settings/Accordion.js +70 -0
- package/dist/cjs/accordion/settings/AccordionItem.js +1 -0
- package/dist/cjs/accordion/settings/configs/child-items.js +1 -0
- package/dist/cjs/accordion/settings/configs/settings.js +39 -0
- package/dist/cjs/accordion/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/accordion/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/article/common/helpers.js +13 -0
- package/dist/cjs/article/components/ArticleAuthor.js +2 -34
- package/dist/cjs/article/components/ArticleAuthor.liquid.js +4 -26
- package/dist/cjs/article/components/ArticleCategory.js +2 -27
- package/dist/cjs/article/components/ArticleCategory.liquid.js +4 -26
- package/dist/cjs/article/components/ArticleContent.js +4 -63
- package/dist/cjs/article/components/ArticleContent.liquid.js +8 -31
- package/dist/cjs/article/components/ArticleDate.js +2 -44
- package/dist/cjs/article/components/ArticleDate.liquid.js +4 -34
- package/dist/cjs/article/components/ArticleExcerpt.js +2 -52
- package/dist/cjs/article/components/ArticleExcerpt.liquid.js +4 -25
- package/dist/cjs/article/components/ArticleImage.js +2 -40
- package/dist/cjs/article/components/ArticleImage.liquid.js +9 -51
- package/dist/cjs/article/components/ArticleList.js +2 -145
- package/dist/cjs/article/components/ArticleList.liquid.js +20 -58
- package/dist/cjs/article/components/ArticleNotFound.js +2 -141
- package/dist/cjs/article/components/ArticlePagination.js +2 -18
- package/dist/cjs/article/components/ArticlePagination.liquid.js +2 -12
- package/dist/cjs/article/components/ArticleReadMore.js +2 -52
- package/dist/cjs/article/components/ArticleReadMore.liquid.js +6 -57
- package/dist/cjs/article/components/ArticleTag.js +2 -32
- package/dist/cjs/article/components/ArticleTag.liquid.js +5 -26
- package/dist/cjs/article/components/ArticleTitle.js +2 -41
- package/dist/cjs/article/components/ArticleTitle.liquid.js +8 -42
- package/dist/cjs/article/hooks/useArticleLink.js +1 -28
- package/dist/cjs/article/index.js +1 -0
- package/dist/cjs/article/next.js +1 -56
- package/dist/cjs/article/settings/ArticleAuthor.js +6 -0
- package/dist/cjs/article/settings/ArticleCategory.js +6 -0
- package/dist/cjs/article/settings/ArticleContent.js +6 -0
- package/dist/cjs/article/settings/ArticleDate.js +6 -0
- package/dist/cjs/article/settings/ArticleExcerpt.js +6 -0
- package/dist/cjs/article/settings/ArticleImage.js +7 -0
- package/dist/cjs/article/settings/ArticleList.js +8 -0
- package/dist/cjs/article/settings/ArticlePagination.js +12 -0
- package/dist/cjs/article/settings/ArticleReadMore.js +6 -0
- package/dist/cjs/article/settings/ArticleTag.js +6 -0
- package/dist/cjs/article/settings/ArticleTitle.js +6 -0
- package/dist/cjs/article/settings/configs/article-author/presets.js +6 -0
- package/dist/cjs/article/settings/configs/article-author/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-author/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-author/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-category/presets.js +6 -0
- package/dist/cjs/article/settings/configs/article-category/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-category/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-category/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-content/presets.js +4 -0
- package/dist/cjs/article/settings/configs/article-content/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-content/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-content/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-date/presets.js +5 -0
- package/dist/cjs/article/settings/configs/article-date/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-date/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-date/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-excerpt/presets.js +5 -0
- package/dist/cjs/article/settings/configs/article-excerpt/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-excerpt/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-excerpt/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-image/presets.js +4 -0
- package/dist/cjs/article/settings/configs/article-image/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-image/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-image/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-list/presets.js +19 -0
- package/dist/cjs/article/settings/configs/article-list/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-list/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-read-more/presets.js +5 -0
- package/dist/cjs/article/settings/configs/article-read-more/settings.js +2 -0
- package/dist/cjs/article/settings/configs/article-read-more/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-read-more/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-tag/presets.js +6 -0
- package/dist/cjs/article/settings/configs/article-tag/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-tag/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-tag/ui-v2.js +1 -0
- package/dist/cjs/article/settings/configs/article-title/presets.js +5 -0
- package/dist/cjs/article/settings/configs/article-title/settings.js +1 -0
- package/dist/cjs/article/settings/configs/article-title/ui-v1.js +1 -0
- package/dist/cjs/article/settings/configs/article-title/ui-v2.js +1 -0
- package/dist/cjs/breadcrumb/common/attrs.js +1 -0
- package/dist/cjs/breadcrumb/common/classes.js +9 -0
- package/dist/cjs/breadcrumb/common/helpers.js +1 -0
- package/dist/cjs/breadcrumb/common/styles.js +1 -0
- package/dist/cjs/breadcrumb/components/Breadcrumb.js +2 -180
- package/dist/cjs/breadcrumb/components/Breadcrumb.liquid.js +15 -233
- package/dist/cjs/breadcrumb/components/BreadcrumbItem.js +2 -0
- package/dist/cjs/breadcrumb/components/BreadcrumbItem.liquid.js +1 -0
- package/dist/cjs/breadcrumb/components/templates/article.js +10 -0
- package/dist/cjs/breadcrumb/components/templates/collection.js +6 -0
- package/dist/cjs/breadcrumb/components/templates/home.js +4 -0
- package/dist/cjs/breadcrumb/components/templates/landing.js +6 -0
- package/dist/cjs/breadcrumb/components/templates/product.js +20 -0
- package/dist/cjs/breadcrumb/constants.js +1 -0
- package/dist/cjs/breadcrumb/hooks/useBreadcrumb.js +1 -0
- package/dist/cjs/breadcrumb/index.js +1 -0
- package/dist/cjs/breadcrumb/next.js +1 -16
- package/dist/cjs/breadcrumb/settings/Breadcrumb.js +8 -0
- package/dist/cjs/breadcrumb/settings/configs/settings.js +4 -0
- package/dist/cjs/breadcrumb/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/breadcrumb/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/breadcrumb/types.js +1 -0
- package/dist/cjs/builder.js +2 -515
- package/dist/cjs/button/common/attrs.js +1 -0
- package/dist/cjs/button/common/classes.js +1 -0
- package/dist/cjs/button/common/helpers.js +22 -0
- package/dist/cjs/button/common/styles.js +32 -0
- package/dist/cjs/button/components/Button.js +2 -193
- package/dist/cjs/button/components/Button.liquid.js +28 -185
- package/dist/cjs/button/components/ButtonIcon.js +1 -0
- package/dist/cjs/button/components/ButtonIcon.liquid.js +8 -0
- package/dist/cjs/button/components/ButtonLabel.js +1 -0
- package/dist/cjs/button/components/ButtonLabel.liquid.js +8 -0
- package/dist/cjs/button/components/ButtonLoadingIndicator.js +1 -0
- package/dist/cjs/button/components/ButtonLoadingIndicator.liquid.js +1 -0
- package/dist/cjs/button/index.js +1 -0
- package/dist/cjs/button/next.js +1 -16
- package/dist/cjs/button/settings/Button.js +27 -0
- package/dist/cjs/button/settings/configs/settings.js +4 -0
- package/dist/cjs/button/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/button/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/carousel/common/helpers.js +1 -0
- package/dist/cjs/carousel/components/arrow/Arrow.js +10 -0
- package/dist/cjs/carousel/components/arrow/Arrow.liquid.js +26 -0
- package/dist/cjs/carousel/components/arrow/common/classes.js +1 -0
- package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -0
- package/dist/cjs/carousel/components/arrow/common/styles.js +33 -0
- package/dist/cjs/carousel/components/dot/Dots.js +2 -0
- package/dist/cjs/carousel/components/dot/Dots.liquid.js +7 -0
- package/dist/cjs/carousel/components/dot/common/classes.js +1 -0
- package/dist/cjs/carousel/components/dot/common/helpers.js +1 -0
- package/dist/cjs/carousel/components/dot/common/styles.js +1 -0
- package/dist/cjs/carousel/components/item/CarouselItem.js +2 -0
- package/dist/cjs/carousel/components/item/CarouselItem.liquid.js +22 -0
- package/dist/cjs/carousel/components/item/common/classes.js +1 -0
- package/dist/cjs/carousel/components/item/common/styles.js +1 -0
- package/dist/cjs/carousel/components/root/Carousel.js +2 -0
- package/dist/cjs/carousel/components/root/Carousel.liquid.js +21 -0
- package/dist/cjs/carousel/components/root/common/attrs.js +1 -0
- package/dist/cjs/carousel/components/root/common/classes.js +1 -0
- package/dist/cjs/carousel/components/root/common/helpers.js +1 -0
- package/dist/cjs/carousel/components/root/common/styles.js +1 -0
- package/dist/cjs/carousel/hooks/useCarouseItem.js +1 -0
- package/dist/cjs/carousel/hooks/useCarousel.js +1 -0
- package/dist/cjs/carousel/hooks/useDotsSetting.js +1 -0
- package/dist/cjs/carousel/hooks/useTrackPreviewPause.js +1 -0
- package/dist/cjs/carousel/index.js +1 -0
- package/dist/cjs/carousel/next.js +1 -20
- package/dist/cjs/carousel/plugins/animation.js +1 -0
- package/dist/cjs/carousel/plugins/auto-play.js +1 -0
- package/dist/cjs/carousel/plugins/fix-slider-move-backward.js +1 -0
- package/dist/cjs/carousel/plugins/mutation.js +1 -0
- package/dist/cjs/carousel/settings/Carousel.js +5 -0
- package/dist/cjs/carousel/settings/CarouselItem.js +1 -0
- package/dist/cjs/carousel/settings/configs/presets.js +114 -0
- package/dist/cjs/carousel/settings/configs/settings-v2.js +3 -0
- package/dist/cjs/carousel/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/carousel/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/cart/components/Cart.js +2 -85
- package/dist/cjs/cart/components/CartCheckout.js +2 -18
- package/dist/cjs/cart/components/CartDiscount.js +2 -13
- package/dist/cjs/cart/components/CartLineAttribute.js +2 -31
- package/dist/cjs/cart/components/CartLineImage.js +2 -45
- package/dist/cjs/cart/components/CartLinePrice.js +2 -46
- package/dist/cjs/cart/components/CartLineVariant.js +2 -28
- package/dist/cjs/cart/components/CartList.js +2 -37
- package/dist/cjs/cart/components/CartOrderNote.js +2 -47
- package/dist/cjs/cart/components/CartTotalItem.js +2 -23
- package/dist/cjs/cart/components/CartTotalPrice.js +2 -56
- package/dist/cjs/cart/components/CheckoutNow.js +2 -41
- package/dist/cjs/cart/components/CouponList.js +2 -15
- package/dist/cjs/cart/components/DiscountInput.js +2 -28
- package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.liquid.js +16 -0
- package/dist/cjs/cart/components/shop-pay-button/common/classes.js +1 -0
- package/dist/cjs/cart/components/shop-pay-button/common/helpers.js +1 -0
- package/dist/cjs/cart/components/shop-pay-button/common/styles.js +1 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +5 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +29 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +29 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +15 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +25 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +25 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +2 -0
- package/dist/cjs/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +25 -0
- package/dist/cjs/cart/hooks/useShopPayButton.js +1 -0
- package/dist/cjs/cart/index.js +1 -0
- package/dist/cjs/cart/next.js +1 -74
- package/dist/cjs/cart/settings/Cart.js +7 -0
- package/dist/cjs/cart/settings/CartCheckout.js +1 -0
- package/dist/cjs/cart/settings/CartDiscount.js +1 -0
- package/dist/cjs/cart/settings/CartLineAttribute.js +1 -0
- package/dist/cjs/cart/settings/CartLineImage.js +1 -0
- package/dist/cjs/cart/settings/CartLinePrice.js +1 -0
- package/dist/cjs/cart/settings/CartLineVariant.js +1 -0
- package/dist/cjs/cart/settings/CartList.js +1 -0
- package/dist/cjs/cart/settings/CartOrderNote.js +1 -0
- package/dist/cjs/cart/settings/CartTotalItem.js +1 -0
- package/dist/cjs/cart/settings/CartTotalPrice.js +1 -0
- package/dist/cjs/cart/settings/CouponList.js +1 -0
- package/dist/cjs/cart/settings/DiscountInput.js +1 -0
- package/dist/cjs/cart/settings/ShopPayButton.js +1 -0
- package/dist/cjs/code/common/classes.js +1 -0
- package/dist/cjs/code/common/styles.js +1 -0
- package/dist/cjs/code/components/CSSCode.js +2 -149
- package/dist/cjs/code/components/CSSCode.liquid.js +10 -30
- package/dist/cjs/code/hooks/useCSSCode.js +11 -0
- package/dist/cjs/code/index.js +1 -0
- package/dist/cjs/code/next.js +1 -16
- package/dist/cjs/code/settings/CSSCode.js +7 -0
- package/dist/cjs/code/settings/configs/settings.js +1 -0
- package/dist/cjs/code/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/code/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/collection/components/collection-banner/CollectionBanner.js +2 -0
- package/dist/cjs/collection/components/collection-banner/CollectionBanner.liquid.js +19 -0
- package/dist/cjs/collection/components/collection-banner/common/classes.js +1 -0
- package/dist/cjs/collection/components/collection-banner/common/helpers.js +1 -0
- package/dist/cjs/collection/components/collection-banner/common/styles.js +1 -0
- package/dist/cjs/collection/components/collection-description/CollectionDescription.js +2 -0
- package/dist/cjs/collection/components/collection-description/CollectionDescription.liquid.js +21 -0
- package/dist/cjs/collection/components/collection-description/common/classes.js +1 -0
- package/dist/cjs/collection/components/collection-description/common/helpers.js +3 -0
- package/dist/cjs/collection/components/collection-description/common/styles.js +16 -0
- package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.js +2 -0
- package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.liquid.js +8 -0
- package/dist/cjs/collection/components/collection-paginator/common/classes.js +1 -0
- package/dist/cjs/collection/components/collection-paginator/common/helpers.js +8 -0
- package/dist/cjs/collection/components/collection-paginator/common/styles.js +1 -0
- package/dist/cjs/collection/components/collection-title/CollectionTitle.js +2 -0
- package/dist/cjs/collection/components/collection-title/CollectionTitle.liquid.js +3 -0
- package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.js +2 -0
- package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.liquid.js +42 -0
- package/dist/cjs/collection/components/collection-toolbar/common/classes.js +1 -0
- package/dist/cjs/collection/components/collection-toolbar/common/helpers.js +1 -0
- package/dist/cjs/collection/components/collection-toolbar/common/styles.js +1 -0
- package/dist/cjs/collection/hooks/useDescription.js +1 -0
- package/dist/cjs/collection/index.js +1 -0
- package/dist/cjs/collection/next.js +1 -32
- package/dist/cjs/collection/settings/collection-banner/CollectionBanner.js +12 -0
- package/dist/cjs/collection/settings/collection-banner/configs/settings.js +14 -0
- package/dist/cjs/collection/settings/collection-banner/configs/ui-v1.js +1 -0
- package/dist/cjs/collection/settings/collection-banner/configs/ui-v2.js +1 -0
- package/dist/cjs/collection/settings/collection-description/CollectionDescription.js +9 -0
- package/dist/cjs/collection/settings/collection-description/configs/settings.js +1 -0
- package/dist/cjs/collection/settings/collection-description/configs/ui-v1.js +1 -0
- package/dist/cjs/collection/settings/collection-description/configs/ui-v2.js +1 -0
- package/dist/cjs/collection/settings/collection-paginator/CollectionPaginator.js +12 -0
- package/dist/cjs/collection/settings/collection-paginator/configs/settings.js +1 -0
- package/dist/cjs/collection/settings/collection-paginator/configs/ui-v1.js +1 -0
- package/dist/cjs/collection/settings/collection-paginator/configs/ui-v2.js +1 -0
- package/dist/cjs/collection/settings/collection-title/CollectionTitle.js +9 -0
- package/dist/cjs/collection/settings/collection-title/configs/settings.js +1 -0
- package/dist/cjs/collection/settings/collection-title/configs/ui-v1.js +1 -0
- package/dist/cjs/collection/settings/collection-title/configs/ui-v2.js +1 -0
- package/dist/cjs/collection/settings/collection-toolbar/CollectionToolbar.js +11 -0
- package/dist/cjs/collection/settings/collection-toolbar/configs/settings.js +1 -0
- package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v1.js +1 -0
- package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v2.js +1 -0
- package/dist/cjs/common/components/Loading.js +2 -21
- package/dist/cjs/common/components/NoDataState.js +1 -0
- package/dist/cjs/common/components/Tooltip.js +2 -67
- package/dist/cjs/common/components/TooltipHover.js +2 -0
- package/dist/cjs/common/const.js +1 -10
- package/dist/cjs/common/hooks/useInView.js +2 -0
- package/dist/cjs/constant.js +1 -0
- package/dist/cjs/countdown-timer/common/attrs.js +1 -0
- package/dist/cjs/countdown-timer/common/classes.js +1 -0
- package/dist/cjs/countdown-timer/common/helpers.js +1 -0
- package/dist/cjs/countdown-timer/common/styles.js +1 -0
- package/dist/cjs/countdown-timer/components/Countdown.js +2 -339
- package/dist/cjs/countdown-timer/components/Countdown.liquid.js +37 -110
- package/dist/cjs/countdown-timer/hooks/useCountDownTimer.js +1 -0
- package/dist/cjs/countdown-timer/hooks/useTimeLeft.js +1 -94
- package/dist/cjs/countdown-timer/index.js +1 -0
- package/dist/cjs/countdown-timer/next.js +1 -17
- package/dist/cjs/countdown-timer/settings/Countdown.js +9 -0
- package/dist/cjs/countdown-timer/settings/configs/setting.js +1 -0
- package/dist/cjs/countdown-timer/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/countdown-timer/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/coupon/common/classes.js +1 -0
- package/dist/cjs/coupon/common/helpers.js +1 -0
- package/dist/cjs/coupon/common/styles.js +16 -0
- package/dist/cjs/coupon/components/Coupon.js +2 -110
- package/dist/cjs/coupon/components/Coupon.liquid.js +7 -70
- package/dist/cjs/coupon/hooks/useCoupon.js +1 -0
- package/dist/cjs/coupon/index.js +1 -0
- package/dist/cjs/coupon/next.js +1 -16
- package/dist/cjs/coupon/settings/Coupon.js +6 -0
- package/dist/cjs/coupon/settings/configs/presets.js +6 -0
- package/dist/cjs/coupon/settings/configs/settings.js +5 -0
- package/dist/cjs/coupon/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/coupon/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/dialog/common/attrs.js +1 -0
- package/dist/cjs/dialog/common/classes.js +1 -0
- package/dist/cjs/dialog/common/helpers.js +1 -0
- package/dist/cjs/dialog/common/styles.js +1 -0
- package/dist/cjs/dialog/components/Dialog.js +4 -417
- package/dist/cjs/dialog/components/Dialog.liquid.js +33 -149
- package/dist/cjs/dialog/hooks/useDialog.js +1 -0
- package/dist/cjs/dialog/hooks/useScrollPercentage.js +1 -0
- package/dist/cjs/dialog/index.js +1 -0
- package/dist/cjs/dialog/next.js +1 -16
- package/dist/cjs/dialog/settings/Dialog.js +10 -0
- package/dist/cjs/dialog/settings/configs/settings.js +5 -0
- package/dist/cjs/dialog/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/dialog/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/estimate-delivery/common/classes.js +1 -0
- package/dist/cjs/estimate-delivery/common/helpers.js +1 -0
- package/dist/cjs/estimate-delivery/common/styles.js +1 -0
- package/dist/cjs/estimate-delivery/components/EstimateDate.js +2 -78
- package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +6 -104
- package/dist/cjs/estimate-delivery/index.js +1 -0
- package/dist/cjs/estimate-delivery/next.js +1 -16
- package/dist/cjs/estimate-delivery/settings/EstimateDate.js +10 -0
- package/dist/cjs/estimate-delivery/settings/configs/settings.js +1 -0
- package/dist/cjs/estimate-delivery/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/estimate-delivery/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/form/common/helpers.js +1 -0
- package/dist/cjs/form/components/contact/Contact.js +2 -15
- package/dist/cjs/form/components/contact/Contact.liquid.js +3 -22
- package/dist/cjs/form/components/contact/common/classes.js +1 -0
- package/dist/cjs/form/components/contact/common/styles.js +1 -0
- package/dist/cjs/form/components/form-checkbox/FormCheckbox.js +2 -52
- package/dist/cjs/form/components/form-checkbox/FormCheckbox.liquid.js +13 -50
- package/dist/cjs/form/components/form-checkbox/common/classes.js +1 -0
- package/dist/cjs/form/components/form-checkbox/common/styles.js +1 -0
- package/dist/cjs/form/components/form-dropdown/FormDropdown.js +2 -73
- package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +22 -72
- package/dist/cjs/form/components/form-dropdown/common/classes.js +1 -0
- package/dist/cjs/form/components/form-dropdown/common/styles.js +1 -0
- package/dist/cjs/form/components/form-email/FormEmail.js +2 -60
- package/dist/cjs/form/components/form-email/FormEmail.liquid.js +13 -70
- package/dist/cjs/form/components/form-email/common/classes.js +1 -0
- package/dist/cjs/form/components/form-email/common/styles.js +1 -0
- package/dist/cjs/form/components/newsletter/Newsletter.js +2 -15
- package/dist/cjs/form/components/newsletter/Newsletter.liquid.js +36 -81
- package/dist/cjs/form/components/newsletter/common/attrs.js +1 -0
- package/dist/cjs/form/components/newsletter/common/classes.js +1 -0
- package/dist/cjs/form/components/newsletter/common/styles.js +6 -0
- package/dist/cjs/form/components/submit-button/SubmitButton.js +2 -31
- package/dist/cjs/form/components/submit-button/SubmitButton.liquid.js +3 -34
- package/dist/cjs/form/components/submit-button/common/helpers.js +1 -0
- package/dist/cjs/form/components/submit-button/common/styles.js +1 -0
- package/dist/cjs/form/components/textarea/TextArea.js +2 -76
- package/dist/cjs/form/components/textarea/TextArea.liquid.js +12 -78
- package/dist/cjs/form/components/textarea/common/classes.js +1 -0
- package/dist/cjs/form/components/textarea/common/styles.js +1 -0
- package/dist/cjs/form/components/textfield/TextField.js +2 -69
- package/dist/cjs/form/components/textfield/TextField.liquid.js +12 -78
- package/dist/cjs/form/components/textfield/common/classes.js +1 -0
- package/dist/cjs/form/components/textfield/common/styles.js +1 -0
- package/dist/cjs/form/components/textinput/TextInput.js +2 -0
- package/dist/cjs/form/components/textinput/TextInput.liquid.js +28 -0
- package/dist/cjs/form/components/textinput/common/classes.js +1 -0
- package/dist/cjs/form/components/textinput/common/styles.js +1 -0
- package/dist/cjs/form/hooks/useGetColorContent.js +1 -0
- package/dist/cjs/form/index.js +1 -0
- package/dist/cjs/form/next.js +1 -44
- package/dist/cjs/form/settings/contact/Contact.js +17 -0
- package/dist/cjs/form/settings/contact/configs/inits.js +1 -0
- package/dist/cjs/form/settings/contact/configs/settings.js +1 -0
- package/dist/cjs/form/settings/contact/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/contact/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/form-checkbox/FormCheckbox.js +12 -0
- package/dist/cjs/form/settings/form-checkbox/configs/inits.js +1 -0
- package/dist/cjs/form/settings/form-checkbox/configs/settings.js +1 -0
- package/dist/cjs/form/settings/form-checkbox/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/form-checkbox/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/form-dropdown/FormDropdown.js +13 -0
- package/dist/cjs/form/settings/form-dropdown/configs/inits.js +1 -0
- package/dist/cjs/form/settings/form-dropdown/configs/settings.js +1 -0
- package/dist/cjs/form/settings/form-dropdown/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/form-dropdown/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/form-email/FormEmail.js +12 -0
- package/dist/cjs/form/settings/form-email/configs/inits.js +1 -0
- package/dist/cjs/form/settings/form-email/configs/settings.js +1 -0
- package/dist/cjs/form/settings/form-email/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/form-email/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/form-textarea/Textarea.js +14 -0
- package/dist/cjs/form/settings/form-textarea/configs/settings.js +1 -0
- package/dist/cjs/form/settings/form-textarea/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/form-textarea/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/newsletter/Newsletter.js +12 -0
- package/dist/cjs/form/settings/newsletter/configs/inits.js +1 -0
- package/dist/cjs/form/settings/newsletter/configs/settings.js +1 -0
- package/dist/cjs/form/settings/newsletter/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/newsletter/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/submit-button/SubmitButton.js +10 -0
- package/dist/cjs/form/settings/submit-button/configs/inits.js +1 -0
- package/dist/cjs/form/settings/submit-button/configs/settings.js +3 -0
- package/dist/cjs/form/settings/submit-button/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/submit-button/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/text-field/TextField.js +11 -0
- package/dist/cjs/form/settings/text-field/configs/settings.js +1 -0
- package/dist/cjs/form/settings/text-field/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/text-field/configs/ui-v2.js +1 -0
- package/dist/cjs/form/settings/text-input/TextInput.js +11 -0
- package/dist/cjs/form/settings/text-input/configs/settings.js +1 -0
- package/dist/cjs/form/settings/text-input/configs/ui-v1.js +1 -0
- package/dist/cjs/form/settings/text-input/configs/ui-v2.js +1 -0
- package/dist/cjs/grid/components/ChildrenDroppable.js +5 -76
- package/dist/cjs/grid/components/col/Col.js +2 -0
- package/dist/cjs/grid/components/col/Col.liquid.js +7 -0
- package/dist/cjs/grid/components/col/common/attrs.js +1 -0
- package/dist/cjs/grid/components/col/common/classes.js +1 -0
- package/dist/cjs/grid/components/col/common/styles.js +1 -0
- package/dist/cjs/grid/components/root/Root.js +2 -0
- package/dist/cjs/grid/components/root/Root.liquid.js +1 -0
- package/dist/cjs/grid/components/row/Row.js +1 -0
- package/dist/cjs/grid/components/row/Row.liquid.js +28 -0
- package/dist/cjs/grid/components/row/common/attrs.js +1 -0
- package/dist/cjs/grid/components/row/common/classes.js +1 -0
- package/dist/cjs/grid/components/row/common/helpers.js +1 -0
- package/dist/cjs/grid/components/row/common/styles.js +2 -0
- package/dist/cjs/grid/components/section/Section.js +2 -0
- package/dist/cjs/grid/components/section/Section.liquid.js +1 -0
- package/dist/cjs/grid/hooks/useRowSetting.js +1 -0
- package/dist/cjs/grid/index.js +1 -0
- package/dist/cjs/grid/next.js +1 -28
- package/dist/cjs/grid/settings/Col.js +1 -0
- package/dist/cjs/grid/settings/Root.js +1 -0
- package/dist/cjs/grid/settings/Row.js +5 -0
- package/dist/cjs/grid/settings/Section.js +1 -0
- package/dist/cjs/grid/settings/configs/row/presets.js +23 -0
- package/dist/cjs/grid/settings/configs/row/settings.js +1 -0
- package/dist/cjs/grid/settings/configs/row/ui-v1.js +1 -0
- package/dist/cjs/grid/settings/configs/row/ui-v2.js +1 -0
- package/dist/cjs/grid/settings/configs/section/settings.js +1 -0
- package/dist/cjs/grid/settings/configs/section/ui-v1.js +1 -0
- package/dist/cjs/grid/settings/configs/section/ui-v2.js +1 -0
- package/dist/cjs/header/components/Header.js +2 -41
- package/dist/cjs/header/components/SalePageHeaderWarning.js +2 -62
- package/dist/cjs/header/components/icons/ChevronLeft.js +2 -18
- package/dist/cjs/header/components/icons/Dismiss.js +2 -18
- package/dist/cjs/header/components/icons/MenuIcon.js +2 -18
- package/dist/cjs/header/components/kind/basic/DesktopMenu.js +2 -36
- package/dist/cjs/header/components/kind/basic/DesktopMenuItem.js +2 -66
- package/dist/cjs/header/components/kind/basic/MenuMobileItem.js +2 -160
- package/dist/cjs/header/components/kind/basic/MobileMenu.js +2 -157
- package/dist/cjs/header/components/kind/basic/index.js +2 -109
- package/dist/cjs/header/components/kind/modern/index.js +2 -33
- package/dist/cjs/header/hooks/useBodyOverlay.js +1 -0
- package/dist/cjs/header/index.js +1 -0
- package/dist/cjs/header/next.js +1 -16
- package/dist/cjs/header/settings/Header.js +8 -0
- package/dist/cjs/header/settings/configs/presets.js +7 -0
- package/dist/cjs/header/settings/configs/settings.js +4 -0
- package/dist/cjs/header/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/header/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/heading/components/Heading.js +2 -0
- package/dist/cjs/heading/components/Heading.liquid.js +1 -0
- package/dist/cjs/heading/index.js +1 -0
- package/dist/cjs/heading/next.js +1 -16
- package/dist/cjs/heading/settings/Heading.js +5 -0
- package/dist/cjs/heading/settings/configs/presets.js +3 -0
- package/dist/cjs/heading/settings/configs/settings.js +1 -0
- package/dist/cjs/heading/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/heading/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/helpers.js +1 -182
- package/dist/cjs/hero-banner/common/animation-manager.js +1 -0
- package/dist/cjs/hero-banner/common/attrs.js +1 -0
- package/dist/cjs/hero-banner/common/classes.js +1 -0
- package/dist/cjs/hero-banner/common/helpers.js +1 -0
- package/dist/cjs/hero-banner/common/styles.js +1 -0
- package/dist/cjs/hero-banner/components/HeroBanner.js +2 -0
- package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +21 -0
- package/dist/cjs/hero-banner/components/HeroBannerItem.js +2 -0
- package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +18 -0
- package/dist/cjs/hero-banner/hooks/useHeroBanner.js +1 -0
- package/dist/cjs/hero-banner/hooks/useIntersectionObserver.js +1 -0
- package/dist/cjs/hero-banner/hooks/useTranslateValue.js +1 -0
- package/dist/cjs/hero-banner/hooks/useWindowSize.js +1 -0
- package/dist/cjs/hero-banner/index.js +1 -0
- package/dist/cjs/hero-banner/next.js +1 -0
- package/dist/cjs/hero-banner/settings/HeroBanner.js +5 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +18 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-1-col.js +18 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +17 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-left.js +17 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +26 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-content-right.js +26 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +16 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-parallax.js +16 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +15 -0
- package/dist/cjs/hero-banner/settings/configs/presets/banner-video.js +15 -0
- package/dist/cjs/hero-banner/settings/configs/settings.js +146 -0
- package/dist/cjs/hero-banner/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/hooks/useGetProductId.js +1 -15
- package/dist/cjs/icon/common/attrs.js +1 -0
- package/dist/cjs/icon/common/classes.js +1 -0
- package/dist/cjs/icon/common/helpers.js +1 -0
- package/dist/cjs/icon/common/styles.js +1 -0
- package/dist/cjs/icon/components/Icon.js +2 -75
- package/dist/cjs/icon/components/Icon.liquid.js +8 -73
- package/dist/cjs/icon/index.js +1 -0
- package/dist/cjs/icon/next.js +1 -16
- package/dist/cjs/icon/settings/Icon.js +6 -0
- package/dist/cjs/icon/settings/configs/presets.js +9 -0
- package/dist/cjs/icon/settings/configs/settings.js +2 -0
- package/dist/cjs/icon/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/icon/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/icon-list/common/attrs.js +1 -0
- package/dist/cjs/icon-list/common/classes.js +1 -0
- package/dist/cjs/icon-list/common/styles.js +1 -0
- package/dist/cjs/icon-list/components/IconList.js +2 -84
- package/dist/cjs/icon-list/components/IconList.liquid.js +14 -50
- package/dist/cjs/icon-list/components/IconListItem.js +2 -31
- package/dist/cjs/icon-list/components/IconListItem.liquid.js +6 -22
- package/dist/cjs/icon-list/index.js +1 -0
- package/dist/cjs/icon-list/next.js +1 -20
- package/dist/cjs/icon-list/settings/IconList.js +29 -0
- package/dist/cjs/icon-list/settings/IconListItem.js +1 -0
- package/dist/cjs/icon-list/settings/configs/items.js +1 -0
- package/dist/cjs/icon-list/settings/configs/settings.js +1 -0
- package/dist/cjs/icon-list/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/icon-list/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/icon-list-hoz/common/attrs.js +1 -0
- package/dist/cjs/icon-list-hoz/common/classes.js +1 -0
- package/dist/cjs/icon-list-hoz/common/styles.js +1 -0
- package/dist/cjs/icon-list-hoz/components/IconListHoz.js +2 -71
- package/dist/cjs/icon-list-hoz/components/IconListHoz.liquid.js +9 -42
- package/dist/cjs/icon-list-hoz/components/IconListHozItem.js +2 -30
- package/dist/cjs/icon-list-hoz/components/IconListIHozItem.liquid.js +5 -0
- package/dist/cjs/icon-list-hoz/index.js +1 -0
- package/dist/cjs/icon-list-hoz/next.js +1 -20
- package/dist/cjs/icon-list-hoz/settings/IconListHoz.js +7 -0
- package/dist/cjs/icon-list-hoz/settings/IconListItem.js +1 -0
- package/dist/cjs/icon-list-hoz/settings/ItemTemplate.js +1 -0
- package/dist/cjs/icon-list-hoz/settings/configs/presets.js +17 -0
- package/dist/cjs/icon-list-hoz/settings/configs/settings.js +1 -0
- package/dist/cjs/icon-list-hoz/settings/configs/uiV1.js +1 -0
- package/dist/cjs/icon-list-hoz/settings/configs/uiV2.js +1 -0
- package/dist/cjs/icon-list-v2/common/classes.js +1 -0
- package/dist/cjs/icon-list-v2/common/helpers.js +1 -0
- package/dist/cjs/icon-list-v2/common/styles.js +1 -0
- package/dist/cjs/icon-list-v2/components/IconList.js +2 -147
- package/dist/cjs/icon-list-v2/components/IconList.liquid.js +31 -114
- package/dist/cjs/icon-list-v2/hooks/useIconLineHeight.js +1 -0
- package/dist/cjs/icon-list-v2/index.js +1 -0
- package/dist/cjs/icon-list-v2/next.js +1 -16
- package/dist/cjs/icon-list-v2/settings/IconList.js +31 -0
- package/dist/cjs/icon-list-v2/settings/configs/items.js +1 -0
- package/dist/cjs/icon-list-v2/settings/configs/settings.js +1 -0
- package/dist/cjs/icon-list-v2/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/icon-list-v2/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/image/common/attrs.js +1 -0
- package/dist/cjs/image/common/classes.js +1 -0
- package/dist/cjs/image/common/helpers.js +12 -0
- package/dist/cjs/image/common/styles.js +1 -0
- package/dist/cjs/image/components/AdaptiveImage.js +2 -61
- package/dist/cjs/image/components/AdaptiveImage.liquid.js +15 -55
- package/dist/cjs/image/components/Image.js +2 -156
- package/dist/cjs/image/components/Image.liquid.js +14 -118
- package/dist/cjs/image/components/Modal3d.liquid.js +5 -35
- package/dist/cjs/image/components/NextImage.js +2 -70
- package/dist/cjs/image/components/NextImage.liquid.js +7 -127
- package/dist/cjs/image/components/Video.liquid.js +5 -26
- package/dist/cjs/image/index.js +1 -0
- package/dist/cjs/image/next.js +1 -20
- package/dist/cjs/image/settings/Image.js +5 -0
- package/dist/cjs/image/settings/configs/presets.js +25 -0
- package/dist/cjs/image/settings/configs/settings.js +1 -0
- package/dist/cjs/image/settings/configs/ui-v1.js +4 -0
- package/dist/cjs/image/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/image-comparison/common/attrs.js +1 -0
- package/dist/cjs/image-comparison/common/classes.js +1 -0
- package/dist/cjs/image-comparison/common/helpers.js +1 -0
- package/dist/cjs/image-comparison/common/styles.js +20 -0
- package/dist/cjs/image-comparison/components/CompareImage.js +2 -561
- package/dist/cjs/image-comparison/components/CompareImage.liquid.js +23 -347
- package/dist/cjs/image-comparison/components/ImageComparison.js +2 -61
- package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +4 -38
- package/dist/cjs/image-comparison/components/Label.js +1 -0
- package/dist/cjs/image-comparison/components/Label.liquid.js +12 -52
- package/dist/cjs/image-comparison/components/SlideHandle.js +1 -0
- package/dist/cjs/image-comparison/components/SlideHandle.liquid.js +26 -0
- package/dist/cjs/image-comparison/hooks/useCompareImage.js +1 -0
- package/dist/cjs/image-comparison/index.js +1 -0
- package/dist/cjs/image-comparison/next.js +1 -16
- package/dist/cjs/image-comparison/settings/ImageComparison.js +12 -0
- package/dist/cjs/image-comparison/settings/configs/settings.js +1 -0
- package/dist/cjs/image-comparison/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/image-detection/components/ImageDetection.js +2 -0
- package/dist/cjs/image-detection/index.js +1 -0
- package/dist/cjs/image-detection/next.js +1 -16
- package/dist/cjs/image-detection/settings/ImageDetection.js +3 -0
- package/dist/cjs/image-detection/settings/configs/settings.js +1 -0
- package/dist/cjs/index.js +1 -647
- package/dist/cjs/index.liquid.js +2 -397
- package/dist/cjs/input/components/Input.js +2 -0
- package/dist/cjs/input/index.js +1 -0
- package/dist/cjs/input/next.js +1 -16
- package/dist/cjs/input/settings/Input.js +7 -0
- package/dist/cjs/input/settings/configs/settings.js +1 -0
- package/dist/cjs/line/common/classes.js +1 -0
- package/dist/cjs/line/common/helpers.js +1 -0
- package/dist/cjs/line/common/styles.js +1 -0
- package/dist/cjs/line/components/Divider.js +2 -0
- package/dist/cjs/line/components/Divider.liquid.js +1 -0
- package/dist/cjs/line/components/Line.js +2 -0
- package/dist/cjs/line/components/Line.liquid.js +25 -0
- package/dist/cjs/line/index.js +1 -0
- package/dist/cjs/line/next.js +1 -16
- package/dist/cjs/line/settings/Line.js +5 -0
- package/dist/cjs/line/settings/configs/presets.js +5 -0
- package/dist/cjs/line/settings/configs/settings.js +1 -0
- package/dist/cjs/line/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/line/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/link/common/helpers.js +1 -0
- package/dist/cjs/link/components/CustomLink.js +2 -14
- package/dist/cjs/link/components/Link.js +2 -36
- package/dist/cjs/link/components/ProductLink.js +2 -18
- package/dist/cjs/link/components/next-link/CustomLink.js +2 -18
- package/dist/cjs/link/components/next-link/ProductLink.js +2 -22
- package/dist/cjs/link/components/next-link/index.js +2 -29
- package/dist/cjs/link/index.js +1 -0
- package/dist/cjs/link/next.js +1 -16
- package/dist/cjs/link/settings/Link.js +1 -0
- package/dist/cjs/link/settings/configs/settings.js +1 -0
- package/dist/cjs/marquee/common/classes.js +1 -0
- package/dist/cjs/marquee/common/helpers.js +1 -0
- package/dist/cjs/marquee/common/styles.js +1 -0
- package/dist/cjs/marquee/components/Marquee.js +2 -157
- package/dist/cjs/marquee/components/Marquee.liquid.js +27 -232
- package/dist/cjs/marquee/components/MarqueeBase.js +2 -216
- package/dist/cjs/marquee/components/MarqueeBase.liquid.js +11 -69
- package/dist/cjs/marquee/components/MarqueeItem.js +2 -99
- package/dist/cjs/marquee/components/MarqueeItem.liquid.js +6 -47
- package/dist/cjs/marquee/hooks/useMarquee.js +1 -0
- package/dist/cjs/marquee/hooks/useMarqueeBase.js +1 -0
- package/dist/cjs/marquee/hooks/useMarqueeItem.js +1 -0
- package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -191
- package/dist/cjs/marquee/hooks/useMarqueeStyles.js +1 -164
- package/dist/cjs/marquee/hooks/useTransition.js +1 -20
- package/dist/cjs/marquee/index.js +1 -0
- package/dist/cjs/marquee/next.js +1 -20
- package/dist/cjs/marquee/settings/Marquee.js +5 -0
- package/dist/cjs/marquee/settings/MarqueeItem.js +1 -0
- package/dist/cjs/marquee/settings/configs/child-image-template.js +1 -0
- package/dist/cjs/marquee/settings/configs/child-template.js +1 -0
- package/dist/cjs/marquee/settings/configs/child-text-template.js +1 -0
- package/dist/cjs/marquee/settings/configs/presets.js +46 -0
- package/dist/cjs/marquee/settings/configs/settings-v2.js +2 -0
- package/dist/cjs/marquee/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/marquee/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/menu/components/DropdownMenu.js +2 -67
- package/dist/cjs/menu/components/MegaMenu.js +2 -67
- package/dist/cjs/menu/components/Menu.js +2 -20
- package/dist/cjs/menu/components/NavigationMenu.js +2 -63
- package/dist/cjs/menu/components/SubMegaMenu.js +2 -46
- package/dist/cjs/menu/components/SubNavigationMenu.js +2 -61
- package/dist/cjs/menu/index.js +1 -0
- package/dist/cjs/menu/next.js +1 -16
- package/dist/cjs/menu/settings/Menu.js +1 -0
- package/dist/cjs/menu/settings/configs/settings.js +1 -0
- package/dist/cjs/modal/common/helpers.js +1 -0
- package/dist/cjs/modal/components/Modal.js +2 -98
- package/dist/cjs/modal/components/confirm.js +2 -158
- package/dist/cjs/modal/hooks/useModalContainer.js +1 -21
- package/dist/cjs/modal/index.js +1 -0
- package/dist/cjs/modal/next.js +1 -16
- package/dist/cjs/modal/settings/Modal.js +1 -0
- package/dist/cjs/modal/settings/configs/settings.js +1 -0
- package/dist/cjs/next.js +2 -97
- package/dist/cjs/notification/components/Notice.js +2 -74
- package/dist/cjs/notification/components/Notifications.js +2 -96
- package/dist/cjs/notification/components/icons/CloseIcon.js +2 -17
- package/dist/cjs/notification/hooks/useNotification.js +2 -0
- package/dist/cjs/pagination/components/Pagination.js +2 -0
- package/dist/cjs/pagination/index.js +1 -0
- package/dist/cjs/pagination/next.js +1 -16
- package/dist/cjs/pagination/settings/Pagination.js +1 -0
- package/dist/cjs/pagination/settings/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/common/attrs.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/common/classes.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/common/styles.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +2 -38
- package/dist/cjs/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +2 -21
- package/dist/cjs/post-purchase/advanced-list/index.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/next.js +1 -15
- package/dist/cjs/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +8 -0
- package/dist/cjs/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/settings/configs/presets.js +8 -0
- package/dist/cjs/post-purchase/advanced-list/settings/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/settings/configs/templates.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/advanced-list/types.js +1 -0
- package/dist/cjs/post-purchase/button/common/classes.js +1 -0
- package/dist/cjs/post-purchase/button/common/styles.js +1 -0
- package/dist/cjs/post-purchase/button/components/Button.js +2 -0
- package/dist/cjs/post-purchase/button/index.js +1 -0
- package/dist/cjs/post-purchase/button/next.js +1 -11
- package/dist/cjs/post-purchase/button/settings/Button.js +5 -0
- package/dist/cjs/post-purchase/button/settings/configs/presets.js +5 -0
- package/dist/cjs/post-purchase/button/settings/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/button/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/button/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/common/classes.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/common/styles.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/components/CalloutBox.js +2 -38
- package/dist/cjs/post-purchase/callout-banner/components/CalloutText.js +2 -49
- package/dist/cjs/post-purchase/callout-banner/index.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/next.js +1 -15
- package/dist/cjs/post-purchase/callout-banner/settings/CalloutBox.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/CalloutText.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/preset.js +16 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/setting.js +46 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/preset.js +5 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/common/constants.js +1 -0
- package/dist/cjs/post-purchase/common/helper.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/common/classes.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/common/styles.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +2 -53
- package/dist/cjs/post-purchase/countdown-timer/components/TextCountdown.js +2 -43
- package/dist/cjs/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -47
- package/dist/cjs/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/index.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/next.js +1 -11
- package/dist/cjs/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -370
- package/dist/cjs/post-purchase/countdown-timer/settings/config/preset.js +3 -0
- package/dist/cjs/post-purchase/countdown-timer/settings/config/setting.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/image/common/classes.js +1 -0
- package/dist/cjs/post-purchase/image/common/helpers.js +1 -0
- package/dist/cjs/post-purchase/image/common/styles.js +1 -0
- package/dist/cjs/post-purchase/image/components/AdaptiveImage.js +2 -55
- package/dist/cjs/post-purchase/image/components/Image.js +2 -52
- package/dist/cjs/post-purchase/image/components/Img.js +2 -29
- package/dist/cjs/post-purchase/image/index.js +1 -0
- package/dist/cjs/post-purchase/image/next.js +1 -11
- package/dist/cjs/post-purchase/image/settings/Image.js +11 -0
- package/dist/cjs/post-purchase/image/settings/configs/setting-v2.js +1 -0
- package/dist/cjs/post-purchase/image/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/line/common/classes.js +1 -0
- package/dist/cjs/post-purchase/line/common/styles.js +1 -0
- package/dist/cjs/post-purchase/line/components/PostPurchaseLine.js +2 -53
- package/dist/cjs/post-purchase/line/index.js +1 -0
- package/dist/cjs/post-purchase/line/next.js +1 -11
- package/dist/cjs/post-purchase/line/settings/PostPurchaseLine.js +5 -0
- package/dist/cjs/post-purchase/line/settings/configs/presets.js +5 -0
- package/dist/cjs/post-purchase/line/settings/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/line/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/line/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/line/types.js +1 -0
- package/dist/cjs/post-purchase/link/common/classes.js +1 -0
- package/dist/cjs/post-purchase/link/common/helpers.js +1 -0
- package/dist/cjs/post-purchase/link/common/styles.js +1 -0
- package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +2 -0
- package/dist/cjs/post-purchase/link/index.js +1 -0
- package/dist/cjs/post-purchase/link/next.js +1 -0
- package/dist/cjs/post-purchase/link/settings/PostPurchaseLink.js +5 -0
- package/dist/cjs/post-purchase/link/settings/configs/presets.js +13 -0
- package/dist/cjs/post-purchase/link/settings/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/link/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/common/attrs.js +1 -0
- package/dist/cjs/post-purchase/product/common/classes.js +1 -0
- package/dist/cjs/post-purchase/product/common/helpers.js +1 -0
- package/dist/cjs/post-purchase/product/common/styles.js +1 -0
- package/dist/cjs/post-purchase/product/components/AcceptButton.js +2 -35
- package/dist/cjs/post-purchase/product/components/ProductDescription.js +2 -25
- package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +2 -41
- package/dist/cjs/post-purchase/product/components/ProductPrice.js +2 -71
- package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +2 -160
- package/dist/cjs/post-purchase/product/components/ProductQuantity.js +2 -86
- package/dist/cjs/post-purchase/product/components/ProductTitle.js +2 -25
- package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/FeatureImage.js +2 -58
- package/dist/cjs/post-purchase/product/components/product-image/ImageListCarousel.js +2 -76
- package/dist/cjs/post-purchase/product/components/product-image/ImageListGrid.js +2 -85
- package/dist/cjs/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/ItemGridPostPurchase.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-image/index.js +2 -104
- package/dist/cjs/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +2 -87
- package/dist/cjs/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +2 -36
- package/dist/cjs/post-purchase/product/components/product-offer/common/attrs.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-offer/common/classes.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-offer/common/styles.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOffer.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-variant/common/classes.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-variant/common/helpers.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-variant/common/styles.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/ProductOption.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/ProductVariant.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/Dropdown.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/RectangleList.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantItem.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/components/variants/VariantOption.js +2 -0
- package/dist/cjs/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -0
- package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -127
- package/dist/cjs/post-purchase/product/constants/index.js +1 -0
- package/dist/cjs/post-purchase/product/helpers/index.js +1 -35
- package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -0
- package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -0
- package/dist/cjs/post-purchase/product/helpers/product-quantity/getClasses.js +1 -0
- package/dist/cjs/post-purchase/product/helpers/product-quantity/getStyles.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useCarousel.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useDynamicProduct.js +1 -28
- package/dist/cjs/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useHandleQuantity.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useListCarousel.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useSetCollapsePrice.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useSlideCarousel.js +1 -0
- package/dist/cjs/post-purchase/product/index.js +1 -0
- package/dist/cjs/post-purchase/product/next.js +1 -48
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/presets.js +5 -0
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/accept-button/index.js +5 -0
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -214
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -213
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -214
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -199
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -212
- package/dist/cjs/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -213
- package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +9 -0
- package/dist/cjs/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +4 -0
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-image/ProductFeatureImage.js +1 -101
- package/dist/cjs/post-purchase/product/settings/product-image/ProductGalleryImage.js +1 -223
- package/dist/cjs/post-purchase/product/settings/product-image/ProductImageLayoutSetting.js +1 -152
- package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +5 -166
- package/dist/cjs/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-offer/configs/settings-v2.js +46 -0
- package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-offer/index.js +8 -0
- package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +15 -0
- package/dist/cjs/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/presets.js +12 -0
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +19 -0
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/presets.js +8 -0
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +5 -0
- package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +9 -0
- package/dist/cjs/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +14 -0
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v1.js +14 -0
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/settings-v2.js +14 -0
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/text/common/attrs.js +1 -0
- package/dist/cjs/post-purchase/text/common/classes.js +1 -0
- package/dist/cjs/post-purchase/text/common/helpers.js +1 -0
- package/dist/cjs/post-purchase/text/common/styles.js +1 -0
- package/dist/cjs/post-purchase/text/components/Text.js +3 -0
- package/dist/cjs/post-purchase/text/index.js +1 -11
- package/dist/cjs/post-purchase/text/next.js +1 -15
- package/dist/cjs/post-purchase/text/settings/heading/Heading.js +1 -0
- package/dist/cjs/post-purchase/text/settings/heading/configs/presets-v2.js +3 -0
- package/dist/cjs/post-purchase/text/settings/text/Text.js +7 -0
- package/dist/cjs/post-purchase/text/settings/text/configs/setting-v2.js +1 -0
- package/dist/cjs/post-purchase/text/settings/text/configs/ui-v1.js +1 -0
- package/dist/cjs/post-purchase/text/settings/text/configs/ui-v2.js +1 -0
- package/dist/cjs/postPurchaseSetting.js +1 -0
- package/dist/cjs/product/components/ProductImages.js +2 -284
- package/dist/cjs/product/components/ProductImages.liquid.js +17 -89
- package/dist/cjs/product/components/ProductNotFound.js +2 -147
- package/dist/cjs/product/components/SalePageProductListWarning.js +2 -61
- package/dist/cjs/product/components/constants/product-bundle.js +1 -8
- package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +20 -0
- package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.js +2 -0
- package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -0
- package/dist/cjs/product/components/dynamic-checkout/common/classes.js +1 -0
- package/dist/cjs/product/components/dynamic-checkout/common/styles.js +126 -0
- package/dist/cjs/product/components/file-upload/UploadFile.js +2 -0
- package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +33 -0
- package/dist/cjs/product/components/file-upload/common/attr.js +1 -0
- package/dist/cjs/product/components/file-upload/common/classes.js +1 -0
- package/dist/cjs/product/components/file-upload/common/helpers.js +1 -0
- package/dist/cjs/product/components/file-upload/common/style.js +1 -0
- package/dist/cjs/product/components/file-upload/settings/configs/presets.js +8 -0
- package/dist/cjs/product/components/file-upload/settings/configs/settings.js +19 -0
- package/dist/cjs/product/components/file-upload/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/product/components/file-upload/settings/index.js +8 -0
- package/dist/cjs/product/components/product-badge/ProductBadge.js +2 -0
- package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +39 -0
- package/dist/cjs/product/components/product-badge/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-badge/common/classes.js +1 -0
- package/dist/cjs/product/components/product-badge/common/styles.js +1 -0
- package/dist/cjs/product/components/product-badge/constants.js +1 -0
- package/dist/cjs/product/components/product-badge/types.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/common.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +24 -0
- package/dist/cjs/product/components/product-badge/utils/getRotateShape.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/getShapePosition.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/getStyleAdvanced.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/getWhiteSpace.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +171 -0
- package/dist/cjs/product/components/product-badge/utils/shape.js +1 -0
- package/dist/cjs/product/components/product-badge/utils/stylesV2.js +18 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +2 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +33 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +2 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +22 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.js +2 -0
- package/dist/cjs/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -0
- package/dist/cjs/product/components/product-bundle/common/classes.js +1 -0
- package/dist/cjs/product/components/product-bundle/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-bundle/common/styles.js +1 -0
- package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDataState.js +25 -0
- package/dist/cjs/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -0
- package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscount.js +28 -0
- package/dist/cjs/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -0
- package/dist/cjs/product/components/product-bundle/setting/configs/settings.js +1 -0
- package/dist/cjs/product/components/product-bundle/setting/configs/ui-v1.js +1 -0
- package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -0
- package/dist/cjs/product/components/product-button/AddToCartButton.js +1 -0
- package/dist/cjs/product/components/product-button/AddToCartButton.liquid.js +1 -0
- package/dist/cjs/product/components/product-button/BlankSpace.js +1 -0
- package/dist/cjs/product/components/product-button/BlankSpace.liquid.js +3 -0
- package/dist/cjs/product/components/product-button/CartMessage.js +1 -0
- package/dist/cjs/product/components/product-button/PriceComponent.js +1 -0
- package/dist/cjs/product/components/product-button/PriceComponent.liquid.js +1 -0
- package/dist/cjs/product/components/product-button/PriceLayout.js +1 -0
- package/dist/cjs/product/components/product-button/PriceLayout.liquid.js +7 -0
- package/dist/cjs/product/components/product-button/ProductButton.js +2 -0
- package/dist/cjs/product/components/product-button/ProductButton.liquid.js +20 -0
- package/dist/cjs/product/components/product-button/ProductButtonPrice.js +2 -0
- package/dist/cjs/product/components/product-button/ProductButtonPrice.liquid.js +2 -0
- package/dist/cjs/product/components/product-button/Separator.js +1 -0
- package/dist/cjs/product/components/product-button/Separator.liquid.js +8 -0
- package/dist/cjs/product/components/product-button/SoldOutButton.js +1 -0
- package/dist/cjs/product/components/product-button/SoldOutButton.liquid.js +1 -0
- package/dist/cjs/product/components/product-button/common/classes.js +1 -0
- package/dist/cjs/product/components/product-button/common/constants.js +23 -0
- package/dist/cjs/product/components/product-button/common/data.js +1 -0
- package/dist/cjs/product/components/product-button/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-button/common/styles.js +1 -0
- package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -0
- package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -0
- package/dist/cjs/product/components/product-button/hooks/useCartMessage.js +1 -0
- package/dist/cjs/product/components/product-button/hooks/useCartOperations.js +1 -0
- package/dist/cjs/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -0
- package/dist/cjs/product/components/product-button/types.js +1 -0
- package/dist/cjs/product/components/product-description/ProductDescription.js +2 -0
- package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +23 -0
- package/dist/cjs/product/components/product-description/common/classes.js +1 -0
- package/dist/cjs/product/components/product-description/common/helpers.js +3 -0
- package/dist/cjs/product/components/product-description/common/styles.js +16 -0
- package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -0
- package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.js +2 -0
- package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +30 -0
- package/dist/cjs/product/components/product-discount-tag/common/classes.js +1 -0
- package/dist/cjs/product/components/product-discount-tag/common/styles.js +1 -0
- package/dist/cjs/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -0
- package/dist/cjs/product/components/product-images/ProductFeaturedImage.js +2 -0
- package/dist/cjs/product/components/product-images/ProductFeaturedImage.liquid.js +93 -0
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +2 -0
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +72 -0
- package/dist/cjs/product/components/product-images/ProductGalleryGrid.js +2 -0
- package/dist/cjs/product/components/product-images/ProductGalleryGrid.liquid.js +86 -0
- package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +2 -0
- package/dist/cjs/product/components/product-images/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-images/common/productFeaturedImage.js +1 -0
- package/dist/cjs/product/components/product-images/common/productGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +26 -0
- package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +44 -0
- package/dist/cjs/product/components/product-images-v2/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/classes.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/common.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/getBorderActiveCss.js +16 -0
- package/dist/cjs/product/components/product-images-v2/common/hoverAction.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/productFeaturedImage.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/productGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v2/common/styles.js +1 -0
- package/dist/cjs/product/components/product-images-v2/components/child/MediaIcon.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -0
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
- package/dist/cjs/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
- package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +89 -0
- package/dist/cjs/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +2 -0
- package/dist/cjs/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +2 -0
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -0
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -0
- package/dist/cjs/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -0
- package/dist/cjs/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -0
- package/dist/cjs/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -0
- package/dist/cjs/product/components/product-list/ProductList.js +1 -0
- package/dist/cjs/product/components/product-list/ProductList.liquid.js +197 -0
- package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +15 -0
- package/dist/cjs/product/components/product-list/ProductListCarouselLayout.js +1 -0
- package/dist/cjs/product/components/product-list/ProductListCarouselLayout.liquid.js +22 -0
- package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +19 -0
- package/dist/cjs/product/components/product-list/ProductListGridLayout.js +1 -0
- package/dist/cjs/product/components/product-list/ProductListGridLayout.liquid.js +34 -0
- package/dist/cjs/product/components/product-list/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-list/common/classes.js +1 -0
- package/dist/cjs/product/components/product-list/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-list/common/styles.js +1 -0
- package/dist/cjs/product/components/product-price/ProductPrice.js +2 -0
- package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +11 -0
- package/dist/cjs/product/components/product-price/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-price/common/classes.js +1 -0
- package/dist/cjs/product/components/product-price/common/helpers.js +11 -0
- package/dist/cjs/product/components/product-price/hooks/useGpPrice.js +1 -0
- package/dist/cjs/product/components/product-properties/ProductProperties.js +1 -0
- package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +39 -0
- package/dist/cjs/product/components/product-properties/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-properties/common/classes.js +1 -0
- package/dist/cjs/product/components/product-properties/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-properties/common/styles.js +1 -0
- package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.js +2 -0
- package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +24 -0
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -0
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -0
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +6 -0
- package/dist/cjs/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -0
- package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.js +2 -0
- package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +15 -0
- package/dist/cjs/product/components/product-properties/property-input/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-properties/property-input/common/classes.js +1 -0
- package/dist/cjs/product/components/product-properties/property-input/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-properties/property-input/common/styles.js +1 -0
- package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.js +2 -0
- package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +17 -0
- package/dist/cjs/product/components/product-properties/property-select/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-properties/property-select/common/classes.js +1 -0
- package/dist/cjs/product/components/product-properties/property-select/common/styles.js +1 -0
- package/dist/cjs/product/components/product-quantity/ProductQuantity.js +2 -0
- package/dist/cjs/product/components/product-quantity/ProductQuantity.liquid.js +48 -0
- package/dist/cjs/product/components/product-quantity/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-quantity/common/classes.js +1 -0
- package/dist/cjs/product/components/product-quantity/common/helpers.js +17 -0
- package/dist/cjs/product/components/product-quantity/common/styles.js +1 -0
- package/dist/cjs/product/components/product-quantity/hooks/useProductQuantity.js +1 -0
- package/dist/cjs/product/components/product-quick-view/ProductQuickView.js +2 -0
- package/dist/cjs/product/components/product-quick-view/QuickView.js +2 -0
- package/dist/cjs/product/components/product-sku/Sku.js +2 -0
- package/dist/cjs/product/components/product-sku/Sku.liquid.js +6 -0
- package/dist/cjs/product/components/product-title/ProductTitle.js +2 -0
- package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +3 -0
- package/dist/cjs/product/components/product-title/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-variants/ProductVariants.js +2 -0
- package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +157 -0
- package/dist/cjs/product/components/product-variants/common/base/attrs.js +1 -0
- package/dist/cjs/product/components/product-variants/common/base/classes.js +2 -0
- package/dist/cjs/product/components/product-variants/common/base/styles.js +1 -0
- package/dist/cjs/product/components/product-variants/common/common.js +1 -0
- package/dist/cjs/product/components/product-variants/common/dropdown/attrs.js +1 -0
- package/dist/cjs/product/components/product-variants/common/dropdown/classes.js +1 -0
- package/dist/cjs/product/components/product-variants/common/dropdown/styles.js +1 -0
- package/dist/cjs/product/components/product-variants/common/main/classes.js +1 -0
- package/dist/cjs/product/components/product-variants/common/main/getAttr.js +1 -0
- package/dist/cjs/product/components/product-variants/common/main/getData.js +1 -0
- package/dist/cjs/product/components/product-variants/common/main/styles.js +1 -0
- package/dist/cjs/product/components/product-variants/common/variants/attrs.js +1 -0
- package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -0
- package/dist/cjs/product/components/product-variants/common/variants/styles.js +1 -0
- package/dist/cjs/product/components/product-variants/components/base/base.js +11 -0
- package/dist/cjs/product/components/product-variants/components/base/base.liquid.js +25 -0
- package/dist/cjs/product/components/product-variants/components/color/color.js +2 -0
- package/dist/cjs/product/components/product-variants/components/color/color.liquid.js +13 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.js +2 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-option/DropdownOption.js +2 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-option/VariantOption.js +2 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-option/render-liquid/index.js +43 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.js +2 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +9 -0
- package/dist/cjs/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -0
- package/dist/cjs/product/components/product-variants/components/image/Image.js +2 -0
- package/dist/cjs/product/components/product-variants/components/image/Image.liquid.js +9 -0
- package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.js +2 -0
- package/dist/cjs/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +21 -0
- package/dist/cjs/product/components/product-variants/components/rectangle-list/RectangleList.js +2 -0
- package/dist/cjs/product/components/product-variants/components/variants/index.js +2 -0
- package/dist/cjs/product/components/product-variants/components/variants/index.liquid.js +62 -0
- package/dist/cjs/product/components/product-variants/hooks/useGpVariants.js +1 -0
- package/dist/cjs/product/components/product-variants/hooks/useVariantInteraction.js +1 -0
- package/dist/cjs/product/components/product-variants/utils/mappingVariantStyles.js +1 -0
- package/dist/cjs/product/components/product-vendor/Vendor.js +2 -0
- package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +14 -0
- package/dist/cjs/product/components/product-view-more/ProductViewMore.js +2 -0
- package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +6 -0
- package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-view-more/common/styles.js +1 -0
- package/dist/cjs/product/components/product-wrap/Product.js +1 -0
- package/dist/cjs/product/components/product-wrap/Product.liquid.js +99 -0
- package/dist/cjs/product/components/product-wrap/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-wrap/hook/useProductSetting.js +1 -0
- package/dist/cjs/product/helpers/function.js +1 -42
- package/dist/cjs/product/helpers/product-bundle.js +1 -53
- package/dist/cjs/product/helpers/product-image.js +1 -33
- package/dist/cjs/product/helpers/product.js +1 -56
- package/dist/cjs/product/helpers/tracking.js +1 -11
- package/dist/cjs/product/index.js +1 -0
- package/dist/cjs/product/next.js +1 -98
- package/dist/cjs/product/settings/DynamicCheckout.js +5 -0
- package/dist/cjs/product/settings/Product.js +8 -0
- package/dist/cjs/product/settings/ProductBadge.js +1 -0
- package/dist/cjs/product/settings/ProductButton.js +5 -0
- package/dist/cjs/product/settings/ProductDescription.js +1 -0
- package/dist/cjs/product/settings/ProductImages.js +25 -0
- package/dist/cjs/product/settings/ProductList.js +8 -0
- package/dist/cjs/product/settings/ProductPrice.js +5 -0
- package/dist/cjs/product/settings/ProductProperties.js +8 -0
- package/dist/cjs/product/settings/ProductQuantity.js +5 -0
- package/dist/cjs/product/settings/ProductTag.js +1 -0
- package/dist/cjs/product/settings/ProductTitle.js +6 -0
- package/dist/cjs/product/settings/ProductVariants.js +5 -0
- package/dist/cjs/product/settings/ProductViewMore.js +5 -0
- package/dist/cjs/product/settings/Sku.js +5 -0
- package/dist/cjs/product/settings/Vendor.js +5 -0
- package/dist/cjs/product/settings/bundle-layout/horizontal-one.js +1 -0
- package/dist/cjs/product/settings/bundle-layout/horizontal-three.js +1 -0
- package/dist/cjs/product/settings/bundle-layout/horizontal-two.js +1 -0
- package/dist/cjs/product/settings/bundle-layout/vertical-one.js +1 -0
- package/dist/cjs/product/settings/bundle-layout/vertical-three.js +1 -0
- package/dist/cjs/product/settings/bundle-layout/vertical-two.js +1 -0
- package/dist/cjs/product/settings/dynamic-checkout/configs/presets.js +6 -0
- package/dist/cjs/product/settings/dynamic-checkout/configs/settings.js +1 -0
- package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product/configs/presets.js +1 -0
- package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +15 -0
- package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +21 -0
- package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +23 -0
- package/dist/cjs/product/settings/product/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-badge/configs/presets.js +11 -0
- package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-badge/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-button/configs/presets.js +11 -0
- package/dist/cjs/product/settings/product-button/configs/settings.js +3 -0
- package/dist/cjs/product/settings/product-button/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-description/configs/presets.js +4 -0
- package/dist/cjs/product/settings/product-description/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-description/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-description/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-discount-tag/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-discount-tag/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/ProductFeatureImage.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/ProductGalleryImage.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/ProductImages.js +21 -0
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -0
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +3 -0
- package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/index.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-list/configs/presets.js +37 -0
- package/dist/cjs/product/settings/product-list/configs/settings-v2.js +1 -0
- package/dist/cjs/product/settings/product-list/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-price/configs/presets.js +11 -0
- package/dist/cjs/product/settings/product-price/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-price/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-price/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-properties/configs/presets.js +6 -0
- package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -0
- package/dist/cjs/product/settings/product-properties/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-quantity/configs/presets.js +20 -0
- package/dist/cjs/product/settings/product-quantity/configs/settings.js +3 -0
- package/dist/cjs/product/settings/product-quantity/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-sku/configs/presets.js +4 -0
- package/dist/cjs/product/settings/product-sku/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-sku/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-sku/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-title/configs/presets.js +4 -0
- package/dist/cjs/product/settings/product-title/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-title/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-variant/configs/presets.js +24 -0
- package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-variant/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-variant/swatches-style-config/color.js +1 -0
- package/dist/cjs/product/settings/product-variant/swatches-style-config/dropdown.js +1 -0
- package/dist/cjs/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -0
- package/dist/cjs/product/settings/product-variant/swatches-style-config/image.js +1 -0
- package/dist/cjs/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -0
- package/dist/cjs/product/settings/product-vendor/configs/presets.js +3 -0
- package/dist/cjs/product/settings/product-vendor/configs/settings.js +1 -0
- package/dist/cjs/product/settings/product-vendor/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-view-more/configs/presets.js +5 -0
- package/dist/cjs/product/settings/product-view-more/configs/settings.js +8 -0
- package/dist/cjs/product/settings/product-view-more/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -0
- package/dist/cjs/radio/components/Radio.js +2 -0
- package/dist/cjs/radio/index.js +1 -0
- package/dist/cjs/radio/next.js +1 -16
- package/dist/cjs/radio/settings/Radio.js +1 -0
- package/dist/cjs/radio/settings/configs/settings.js +1 -0
- package/dist/cjs/select/components/Select.js +4 -0
- package/dist/cjs/select/index.js +1 -0
- package/dist/cjs/select/next.js +1 -16
- package/dist/cjs/select/settings/Select.js +1 -0
- package/dist/cjs/select/settings/configs/settings.js +1 -0
- package/dist/cjs/setting.js +1 -0
- package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.js +1 -0
- package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.liquid.js +3 -0
- package/dist/cjs/shop-pay-installment/components/common/helpers.js +1 -0
- package/dist/cjs/shop-pay-installment/index.js +1 -0
- package/dist/cjs/shop-pay-installment/next.js +1 -0
- package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +12 -0
- package/dist/cjs/shop-pay-installment/settings/configs/settings.js +1 -0
- package/dist/cjs/sticky/common/classes.js +1 -0
- package/dist/cjs/sticky/common/styles.js +1 -0
- package/dist/cjs/sticky/components/Sticky.js +2 -183
- package/dist/cjs/sticky/components/Sticky.liquid.js +16 -86
- package/dist/cjs/sticky/hooks/useSticky.js +1 -0
- package/dist/cjs/sticky/index.js +1 -0
- package/dist/cjs/sticky/next.js +1 -16
- package/dist/cjs/sticky/settings/Sticky.js +1 -0
- package/dist/cjs/sticky/settings/configs/presets.js +31 -0
- package/dist/cjs/sticky/settings/configs/settings-v2.js +1 -0
- package/dist/cjs/sticky/settings/configs/settings.js +1 -0
- package/dist/cjs/sticky/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/stock-counter/common/attrs.js +1 -0
- package/dist/cjs/stock-counter/common/classes.js +1 -0
- package/dist/cjs/stock-counter/common/helpers.js +71 -0
- package/dist/cjs/stock-counter/common/styles.js +1 -0
- package/dist/cjs/stock-counter/components/StockCounter.js +2 -132
- package/dist/cjs/stock-counter/components/StockCounter.liquid.js +61 -185
- package/dist/cjs/stock-counter/hooks/useStockCounter.js +1 -0
- package/dist/cjs/stock-counter/hooks/useStockCounterInteraction.js +1 -68
- package/dist/cjs/stock-counter/index.js +1 -0
- package/dist/cjs/stock-counter/next.js +1 -16
- package/dist/cjs/stock-counter/settings/StockCounter.js +5 -0
- package/dist/cjs/stock-counter/settings/configs/presets.js +11 -0
- package/dist/cjs/stock-counter/settings/configs/settings-v2.js +2 -0
- package/dist/cjs/stock-counter/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/tab/common/attrs.js +1 -0
- package/dist/cjs/tab/common/classes.js +4 -0
- package/dist/cjs/tab/common/helpers.js +2 -0
- package/dist/cjs/tab/common/styles.js +1 -0
- package/dist/cjs/tab/components/TabItem.js +2 -24
- package/dist/cjs/tab/components/TabItem.liquid.js +6 -25
- package/dist/cjs/tab/components/Tabs.js +2 -157
- package/dist/cjs/tab/components/Tabs.liquid.js +26 -118
- package/dist/cjs/tab/hooks/useTab.js +1 -0
- package/dist/cjs/tab/hooks/useTabInteraction.js +1 -56
- package/dist/cjs/tab/index.js +1 -0
- package/dist/cjs/tab/next.js +1 -20
- package/dist/cjs/tab/settings/TabItem.js +5 -0
- package/dist/cjs/tab/settings/Tabs.js +11 -0
- package/dist/cjs/tab/settings/configs/settings.js +1 -0
- package/dist/cjs/tab/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/tab/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/text/common/attrs.js +1 -0
- package/dist/cjs/text/common/classes.js +1 -0
- package/dist/cjs/text/common/helpers.js +1 -0
- package/dist/cjs/text/common/styles.js +1 -0
- package/dist/cjs/text/components/Text.js +2 -102
- package/dist/cjs/text/components/Text.liquid.js +15 -106
- package/dist/cjs/text/components/TextInline.js +7 -33
- package/dist/cjs/text/index.js +1 -10
- package/dist/cjs/text/next.js +1 -16
- package/dist/cjs/text/settings/Text.js +5 -0
- package/dist/cjs/text/settings/configs/presets.js +3 -0
- package/dist/cjs/text/settings/configs/settings.js +1 -0
- package/dist/cjs/text/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/text/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/textarea/components/Textarea.js +2 -0
- package/dist/cjs/textarea/index.js +1 -0
- package/dist/cjs/textarea/next.js +1 -16
- package/dist/cjs/textarea/settings/Textarea.js +7 -0
- package/dist/cjs/textarea/settings/configs/settings.js +1 -0
- package/dist/cjs/third-party/common/helpers.js +13 -0
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +2 -32
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -12
- package/dist/cjs/third-party/components/AirProductReviewsAppUgc.js +2 -38
- package/dist/cjs/third-party/components/AirProductReviewsAppUgc.liquid.js +5 -23
- package/dist/cjs/third-party/components/AliReviews/AliReviewsSampleContent.js +2 -28
- package/dist/cjs/third-party/components/AliReviews.js +2 -22
- package/dist/cjs/third-party/components/AliReviews.liquid.js +6 -19
- package/dist/cjs/third-party/components/AlsoBoughtCbb.js +2 -32
- package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +4 -17
- package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.js +2 -0
- package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -0
- package/dist/cjs/third-party/components/AppointmentBookingCowlendar.js +2 -38
- package/dist/cjs/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -12
- package/dist/cjs/third-party/components/AppstleBundlesDiscounts.js +2 -32
- package/dist/cjs/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -12
- package/dist/cjs/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +2 -23
- package/dist/cjs/third-party/components/AppstleSubscriptions.js +2 -22
- package/dist/cjs/third-party/components/AppstleSubscriptions.liquid.js +4 -17
- package/dist/cjs/third-party/components/BestBuyFulfillment.js +1 -38
- package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +1 -12
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +2 -32
- package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -12
- package/dist/cjs/third-party/components/BirdChime/BirdChimeContent.js +2 -23
- package/dist/cjs/third-party/components/BirdChime.js +2 -22
- package/dist/cjs/third-party/components/BirdChime.liquid.js +4 -17
- package/dist/cjs/third-party/components/Bogos/BogosSampleContent.js +2 -38
- package/dist/cjs/third-party/components/Bogos.js +2 -22
- package/dist/cjs/third-party/components/Bogos.liquid.js +7 -18
- package/dist/cjs/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +2 -23
- package/dist/cjs/third-party/components/BoldProductOptions.js +2 -22
- package/dist/cjs/third-party/components/BoldProductOptions.liquid.js +4 -17
- package/dist/cjs/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +2 -34
- package/dist/cjs/third-party/components/BoldSubscriptions.js +2 -22
- package/dist/cjs/third-party/components/BoldSubscriptions.liquid.js +6 -19
- package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.js +2 -38
- package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -12
- package/dist/cjs/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +2 -23
- package/dist/cjs/third-party/components/BoostAISearchDiscovery.js +2 -22
- package/dist/cjs/third-party/components/BoostAISearchDiscovery.liquid.js +5 -20
- package/dist/cjs/third-party/components/Bundler/BundlerSampleContent.js +2 -23
- package/dist/cjs/third-party/components/Bundler.js +2 -24
- package/dist/cjs/third-party/components/Bundler.liquid.js +5 -22
- package/dist/cjs/third-party/components/CleanSizeCharts.js +2 -43
- package/dist/cjs/third-party/components/CleanSizeCharts.liquid.js +5 -18
- package/dist/cjs/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +2 -23
- package/dist/cjs/third-party/components/CrossSellCartUpsell.js +2 -22
- package/dist/cjs/third-party/components/CrossSellCartUpsell.liquid.js +4 -16
- package/dist/cjs/third-party/components/CustomProductOptionsVariant.js +2 -38
- package/dist/cjs/third-party/components/CustomProductOptionsVariant.liquid.js +4 -17
- package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.js +2 -32
- package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -17
- package/dist/cjs/third-party/components/EasifyProductOptions.js +2 -38
- package/dist/cjs/third-party/components/EasifyProductOptions.liquid.js +4 -17
- package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.js +2 -38
- package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -12
- package/dist/cjs/third-party/components/EasySellCOD.js +2 -38
- package/dist/cjs/third-party/components/EasySellCOD.liquid.js +4 -17
- package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.js +2 -32
- package/dist/cjs/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -12
- package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +2 -32
- package/dist/cjs/third-party/components/EcomsendBackInStockAlert.liquid.js +5 -18
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +2 -32
- package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +1 -12
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +2 -32
- package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -12
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +2 -32
- package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -12
- package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.js +2 -38
- package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.liquid.js +5 -26
- package/dist/cjs/third-party/components/FeraReviews/FeraReviewsSampleContent.js +2 -49
- package/dist/cjs/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -52
- package/dist/cjs/third-party/components/FeraReviews.js +2 -27
- package/dist/cjs/third-party/components/FeraReviews.liquid.js +5 -20
- package/dist/cjs/third-party/components/FirePush/FirePushSampleContent.js +2 -21
- package/dist/cjs/third-party/components/FirePush.js +2 -22
- package/dist/cjs/third-party/components/FirePush.liquid.js +4 -17
- package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.js +2 -84
- package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -12
- package/dist/cjs/third-party/components/FordeerProductLabels.js +2 -49
- package/dist/cjs/third-party/components/FordeerProductLabels.liquid.js +7 -20
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +2 -23
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether.js +2 -24
- package/dist/cjs/third-party/components/FrequentlyBoughtTogether.liquid.js +5 -18
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +2 -32
- package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -12
- package/dist/cjs/third-party/components/GloboProductOptionsVariant.js +1 -38
- package/dist/cjs/third-party/components/GloboProductOptionsVariant.liquid.js +1 -12
- package/dist/cjs/third-party/components/GoogleReviewsByReputon.js +2 -38
- package/dist/cjs/third-party/components/GoogleReviewsByReputon.liquid.js +7 -20
- package/dist/cjs/third-party/components/Growave/GrowaveSampleContent.js +2 -38
- package/dist/cjs/third-party/components/Growave.js +2 -22
- package/dist/cjs/third-party/components/Growave.liquid.js +5 -19
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.js +2 -32
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.liquid.js +1 -12
- package/dist/cjs/third-party/components/HextomFreeShippingBar.js +2 -32
- package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +1 -12
- package/dist/cjs/third-party/components/HulkFormBuilder.js +2 -38
- package/dist/cjs/third-party/components/HulkFormBuilder.liquid.js +5 -18
- package/dist/cjs/third-party/components/HulkProductOptions.js +2 -32
- package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +1 -12
- package/dist/cjs/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +2 -23
- package/dist/cjs/third-party/components/InfiniteOptions.js +2 -22
- package/dist/cjs/third-party/components/InfiniteOptions.liquid.js +4 -16
- package/dist/cjs/third-party/components/Instafeed/InstafeedSampleContent.js +2 -23
- package/dist/cjs/third-party/components/Instafeed.js +2 -22
- package/dist/cjs/third-party/components/Instafeed.liquid.js +4 -17
- package/dist/cjs/third-party/components/InstasellShoppableInstagram.js +2 -38
- package/dist/cjs/third-party/components/InstasellShoppableInstagram.liquid.js +1 -12
- package/dist/cjs/third-party/components/Judgeme/JudgemeSampleContent.js +2 -39
- package/dist/cjs/third-party/components/JudgemeReviews.js +2 -23
- package/dist/cjs/third-party/components/JudgemeReviews.liquid.js +10 -23
- package/dist/cjs/third-party/components/JunipProductReviewsUgc.js +2 -38
- package/dist/cjs/third-party/components/JunipProductReviewsUgc.liquid.js +1 -12
- package/dist/cjs/third-party/components/KachingBundles/KachingBundlesSampleContent.js +2 -27
- package/dist/cjs/third-party/components/KachingBundles.js +2 -22
- package/dist/cjs/third-party/components/KachingBundles.liquid.js +5 -19
- package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +2 -23
- package/dist/cjs/third-party/components/KingProductOptions.js +2 -22
- package/dist/cjs/third-party/components/KingProductOptions.liquid.js +5 -18
- package/dist/cjs/third-party/components/KiteFreeGiftDiscount.js +2 -38
- package/dist/cjs/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -12
- package/dist/cjs/third-party/components/KlarnaMessaging.js +2 -51
- package/dist/cjs/third-party/components/KlarnaMessaging.liquid.js +5 -36
- package/dist/cjs/third-party/components/Klaviyo/KlaviyoSampleContent.js +2 -23
- package/dist/cjs/third-party/components/Klaviyo.js +2 -30
- package/dist/cjs/third-party/components/Klaviyo.liquid.js +5 -19
- package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.js +2 -38
- package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.liquid.js +4 -17
- package/dist/cjs/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +2 -58
- package/dist/cjs/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +13 -46
- package/dist/cjs/third-party/components/LaiProductReviews.js +2 -24
- package/dist/cjs/third-party/components/LaiProductReviews.liquid.js +5 -21
- package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.js +2 -38
- package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -12
- package/dist/cjs/third-party/components/LoopSubscriptions.js +2 -38
- package/dist/cjs/third-party/components/LoopSubscriptions.liquid.js +2 -17
- package/dist/cjs/third-party/components/LooxReviews/LooxReviewsSampleContent.js +2 -35
- package/dist/cjs/third-party/components/LooxReviews.js +2 -22
- package/dist/cjs/third-party/components/LooxReviews.liquid.js +10 -53
- package/dist/cjs/third-party/components/MaxbundleProductBundles.js +2 -38
- package/dist/cjs/third-party/components/MaxbundleProductBundles.liquid.js +5 -18
- package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.js +2 -38
- package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.liquid.js +4 -17
- package/dist/cjs/third-party/components/MyappgurusProductReviews.js +2 -32
- package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +1 -12
- package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +2 -38
- package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.liquid.js +4 -17
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +2 -32
- package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -12
- package/dist/cjs/third-party/components/Omnisend/OmnisendSampleContent.js +2 -34
- package/dist/cjs/third-party/components/Omnisend.js +2 -22
- package/dist/cjs/third-party/components/Omnisend.liquid.js +9 -22
- package/dist/cjs/third-party/components/Opinew/OpinewSampleContent.js +2 -33
- package/dist/cjs/third-party/components/Opinew.js +2 -22
- package/dist/cjs/third-party/components/Opinew.liquid.js +6 -19
- package/dist/cjs/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +2 -23
- package/dist/cjs/third-party/components/ParcelPanel.js +2 -22
- package/dist/cjs/third-party/components/ParcelPanel.liquid.js +5 -19
- package/dist/cjs/third-party/components/PickyStory/PickyStorySampleContent.js +2 -36
- package/dist/cjs/third-party/components/PickyStory.js +2 -22
- package/dist/cjs/third-party/components/PickyStory.liquid.js +5 -18
- package/dist/cjs/third-party/components/PowerfulContactFormBuilder.js +2 -38
- package/dist/cjs/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -12
- package/dist/cjs/third-party/components/PreorderNowPreOrderPq.js +2 -38
- package/dist/cjs/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -12
- package/dist/cjs/third-party/components/PreorderNowWodPresale.js +2 -51
- package/dist/cjs/third-party/components/PreorderNowWodPresale.liquid.js +1 -12
- package/dist/cjs/third-party/components/ProductOptionsCustomizer.js +2 -38
- package/dist/cjs/third-party/components/ProductOptionsCustomizer.liquid.js +1 -12
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +1 -38
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +4 -17
- package/dist/cjs/third-party/components/ProductReviews/ProductReviewsSampleContent.js +2 -29
- package/dist/cjs/third-party/components/ProductReviews.js +2 -22
- package/dist/cjs/third-party/components/ProductReviews.liquid.js +5 -18
- package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.js +2 -38
- package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -12
- package/dist/cjs/third-party/components/PushOwl.js +2 -9
- package/dist/cjs/third-party/components/PushOwl.liquid.js +3 -37
- package/dist/cjs/third-party/components/QikifyUpsell.js +2 -79
- package/dist/cjs/third-party/components/QikifyUpsell.liquid.js +1 -12
- package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.js +2 -38
- package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.liquid.js +5 -18
- package/dist/cjs/third-party/components/RechargeSubscriptions.js +2 -38
- package/dist/cjs/third-party/components/RechargeSubscriptions.liquid.js +1 -12
- package/dist/cjs/third-party/components/RecurpaySubscriptionApp.js +2 -38
- package/dist/cjs/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -17
- package/dist/cjs/third-party/components/Releasit/ReleasitSampleContent.js +2 -21
- package/dist/cjs/third-party/components/Releasit.js +1 -22
- package/dist/cjs/third-party/components/Releasit.liquid.js +4 -18
- package/dist/cjs/third-party/components/RequestQuoteHidePrice.js +2 -38
- package/dist/cjs/third-party/components/RequestQuoteHidePrice.liquid.js +4 -17
- package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.js +2 -36
- package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -12
- package/dist/cjs/third-party/components/Rivyo/RivyoSampleContent.js +2 -36
- package/dist/cjs/third-party/components/Rivyo.js +2 -22
- package/dist/cjs/third-party/components/Rivyo.liquid.js +5 -18
- package/dist/cjs/third-party/components/Ryviu/RyviuSampleContent.js +2 -37
- package/dist/cjs/third-party/components/Ryviu.js +2 -22
- package/dist/cjs/third-party/components/Ryviu.liquid.js +6 -19
- package/dist/cjs/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +2 -23
- package/dist/cjs/third-party/components/SealSubscriptions.js +2 -22
- package/dist/cjs/third-party/components/SealSubscriptions.liquid.js +4 -17
- package/dist/cjs/third-party/components/SegunoEmailMarketing.js +2 -32
- package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +1 -12
- package/dist/cjs/third-party/components/Selleasy.js +2 -36
- package/dist/cjs/third-party/components/Selleasy.liquid.js +1 -12
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +2 -32
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -12
- package/dist/cjs/third-party/components/ShopifyForms.js +2 -38
- package/dist/cjs/third-party/components/ShopifyForms.liquid.js +1 -12
- package/dist/cjs/third-party/components/ShopifySubscriptions.js +2 -38
- package/dist/cjs/third-party/components/ShopifySubscriptions.liquid.js +4 -18
- package/dist/cjs/third-party/components/SimpleBundlesKits.js +2 -38
- package/dist/cjs/third-party/components/SimpleBundlesKits.liquid.js +1 -12
- package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.js +2 -38
- package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.liquid.js +5 -18
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +2 -23
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters.js +2 -24
- package/dist/cjs/third-party/components/SmartSearchBarAndFilters.liquid.js +6 -21
- package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.js +2 -38
- package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -12
- package/dist/cjs/third-party/components/Stamped/LiquidTemplateByWidget.js +101 -174
- package/dist/cjs/third-party/components/Stamped/StampedSampleContent.js +2 -46
- package/dist/cjs/third-party/components/Stamped.js +2 -22
- package/dist/cjs/third-party/components/Stamped.liquid.js +5 -21
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +2 -32
- package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +4 -17
- package/dist/cjs/third-party/components/SubifySubscriptionsApp.js +2 -38
- package/dist/cjs/third-party/components/SubifySubscriptionsApp.liquid.js +1 -12
- package/dist/cjs/third-party/components/TagembedSocialPostReview.js +2 -38
- package/dist/cjs/third-party/components/TagembedSocialPostReview.liquid.js +5 -18
- package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.js +2 -38
- package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.liquid.js +5 -18
- package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.js +1 -38
- package/dist/cjs/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -17
- package/dist/cjs/third-party/components/ThirdPartyPreview.js +2 -75
- package/dist/cjs/third-party/components/TrustBadgesBear.js +2 -32
- package/dist/cjs/third-party/components/TrustBadgesBear.liquid.js +1 -12
- package/dist/cjs/third-party/components/TrustMe/TrustMeSampleContent.js +2 -23
- package/dist/cjs/third-party/components/TrustMe.js +2 -22
- package/dist/cjs/third-party/components/TrustMe.liquid.js +4 -17
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +2 -32
- package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -12
- package/dist/cjs/third-party/components/Trustoo/TrustooSampleContent.js +2 -35
- package/dist/cjs/third-party/components/Trustoo.js +2 -22
- package/dist/cjs/third-party/components/Trustoo.liquid.js +12 -38
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +2 -32
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +1 -12
- package/dist/cjs/third-party/components/TrustshopProductReviews.js +2 -46
- package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +1 -12
- package/dist/cjs/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +2 -33
- package/dist/cjs/third-party/components/UltimateSalesBoost.js +2 -22
- package/dist/cjs/third-party/components/UltimateSalesBoost.liquid.js +5 -18
- package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.js +2 -38
- package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -12
- package/dist/cjs/third-party/components/Vitals/VitalsSampleContent.js +2 -51
- package/dist/cjs/third-party/components/Vitals.js +2 -22
- package/dist/cjs/third-party/components/Vitals.liquid.js +7 -20
- package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.js +2 -38
- package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -12
- package/dist/cjs/third-party/components/WideBundle/WideBundleSampleContent.js +2 -23
- package/dist/cjs/third-party/components/WideBundle.js +2 -22
- package/dist/cjs/third-party/components/WideBundle.liquid.js +4 -17
- package/dist/cjs/third-party/components/Wiser/WiserSampleContent.js +2 -57
- package/dist/cjs/third-party/components/Wiser.js +2 -27
- package/dist/cjs/third-party/components/Wiser.liquid.js +5 -19
- package/dist/cjs/third-party/components/WishlistKing.js +2 -38
- package/dist/cjs/third-party/components/WishlistKing.liquid.js +1 -12
- package/dist/cjs/third-party/components/WishlistPlus.js +2 -38
- package/dist/cjs/third-party/components/WishlistPlus.liquid.js +6 -19
- package/dist/cjs/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +2 -23
- package/dist/cjs/third-party/components/YotpoLoyalty.js +2 -43
- package/dist/cjs/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +2 -37
- package/dist/cjs/third-party/components/YotpoReviews.js +2 -22
- package/dist/cjs/third-party/components/YotpoReviews.liquid.js +6 -20
- package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +1 -12
- package/dist/cjs/third-party/configs/AirProductReviewsAppUgc.js +1 -0
- package/dist/cjs/third-party/configs/AliReviews.js +1 -12
- package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +1 -12
- package/dist/cjs/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -0
- package/dist/cjs/third-party/configs/AppointmentBookingCowlendar.js +1 -0
- package/dist/cjs/third-party/configs/AppstleBundlesDiscounts.js +1 -12
- package/dist/cjs/third-party/configs/AppstleSubscriptions.js +1 -12
- package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +1 -12
- package/dist/cjs/third-party/configs/BirdChime.js +1 -12
- package/dist/cjs/third-party/configs/Bogos.js +1 -12
- package/dist/cjs/third-party/configs/BoldProductOptions.js +1 -12
- package/dist/cjs/third-party/configs/BoldSubscription.js +1 -12
- package/dist/cjs/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -0
- package/dist/cjs/third-party/configs/BoostAISearchDiscovery.js +1 -12
- package/dist/cjs/third-party/configs/Bundler.js +1 -12
- package/dist/cjs/third-party/configs/CleanSizeCharts.js +1 -0
- package/dist/cjs/third-party/configs/CrossSellCartUpsell.js +1 -12
- package/dist/cjs/third-party/configs/CustomProductOptionsVariant.js +1 -0
- package/dist/cjs/third-party/configs/DiscountyBulkDiscountSales.js +1 -12
- package/dist/cjs/third-party/configs/EasifyProductOptions.js +1 -0
- package/dist/cjs/third-party/configs/EasyBundleBuilderSkailama.js +1 -0
- package/dist/cjs/third-party/configs/EasySellCOD.js +1 -0
- package/dist/cjs/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -12
- package/dist/cjs/third-party/configs/EcomsendBackInStockAlert.js +1 -12
- package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +1 -12
- package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +1 -12
- package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +1 -12
- package/dist/cjs/third-party/configs/FastBundleBundlesDiscount.js +1 -0
- package/dist/cjs/third-party/configs/FeraReviews.js +1 -12
- package/dist/cjs/third-party/configs/FirePush.js +1 -12
- package/dist/cjs/third-party/configs/FlyBundlesUpsellsFbt.js +1 -0
- package/dist/cjs/third-party/configs/FordeerProductLabels.js +1 -0
- package/dist/cjs/third-party/configs/FrequentlyBoughtTogether.js +1 -12
- package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +1 -12
- package/dist/cjs/third-party/configs/GoogleReviewsByReputon.js +1 -0
- package/dist/cjs/third-party/configs/Growave.js +1 -12
- package/dist/cjs/third-party/configs/HextomCountdownTimerBar.js +1 -12
- package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +1 -12
- package/dist/cjs/third-party/configs/HulkFormBuilder.js +1 -0
- package/dist/cjs/third-party/configs/HulkProductOptions.js +1 -12
- package/dist/cjs/third-party/configs/InfiniteOptions.js +1 -12
- package/dist/cjs/third-party/configs/Instafeed.js +1 -12
- package/dist/cjs/third-party/configs/InstasellShoppableInstagram.js +1 -0
- package/dist/cjs/third-party/configs/JudgemeReviews.js +1 -12
- package/dist/cjs/third-party/configs/JunipProductReviewsUgc.js +1 -0
- package/dist/cjs/third-party/configs/KachingBundles.js +1 -12
- package/dist/cjs/third-party/configs/KingProductOptions.js +1 -12
- package/dist/cjs/third-party/configs/KiteFreeGiftDiscount.js +1 -0
- package/dist/cjs/third-party/configs/KlarmaMessaging.js +1 -0
- package/dist/cjs/third-party/configs/Klaviyo.js +1 -12
- package/dist/cjs/third-party/configs/KoalaBundleQuantityDiscount.js +1 -0
- package/dist/cjs/third-party/configs/LaiProductReviews.js +1 -12
- package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +1 -0
- package/dist/cjs/third-party/configs/LoopSubscriptions.js +1 -0
- package/dist/cjs/third-party/configs/LooxReviews.js +1 -12
- package/dist/cjs/third-party/configs/MaxbundleProductBundles.js +1 -0
- package/dist/cjs/third-party/configs/MbcBundleVolumeDiscount.js +1 -0
- package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +1 -12
- package/dist/cjs/third-party/configs/NotifyBackInStockPreOrder.js +1 -0
- package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +1 -12
- package/dist/cjs/third-party/configs/Omnisend.js +1 -12
- package/dist/cjs/third-party/configs/Opinew.js +1 -12
- package/dist/cjs/third-party/configs/ParcelPanel.js +1 -12
- package/dist/cjs/third-party/configs/PickyStory.js +1 -12
- package/dist/cjs/third-party/configs/PowerfulContactFormBuilder.js +1 -0
- package/dist/cjs/third-party/configs/PreorderNowPreOrderPq.js +1 -0
- package/dist/cjs/third-party/configs/PreorderNowWodPresale.js +1 -0
- package/dist/cjs/third-party/configs/ProductOptionsCustomizer.js +1 -0
- package/dist/cjs/third-party/configs/ProductReviews.js +1 -12
- package/dist/cjs/third-party/configs/PumperBundlesVolumeDiscount.js +1 -0
- package/dist/cjs/third-party/configs/PushOwl.js +1 -12
- package/dist/cjs/third-party/configs/QikifyUpsell.js +1 -0
- package/dist/cjs/third-party/configs/RapiBundleQuantityBreaks.js +1 -0
- package/dist/cjs/third-party/configs/RechargeSubscriptions.js +1 -0
- package/dist/cjs/third-party/configs/RecurpaySubscriptionApp.js +1 -0
- package/dist/cjs/third-party/configs/Releasit.js +1 -12
- package/dist/cjs/third-party/configs/RequestQuoteHidePrice.js +1 -0
- package/dist/cjs/third-party/configs/ReviewxpoProductReviewsApp.js +1 -0
- package/dist/cjs/third-party/configs/Rivyo.js +1 -12
- package/dist/cjs/third-party/configs/Ryviu.js +1 -12
- package/dist/cjs/third-party/configs/SealSubscriptions.js +1 -12
- package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +1 -12
- package/dist/cjs/third-party/configs/Selleasy.js +1 -0
- package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +1 -12
- package/dist/cjs/third-party/configs/ShopifyForms.js +1 -0
- package/dist/cjs/third-party/configs/ShopifySubscriptions.js +1 -0
- package/dist/cjs/third-party/configs/SimpleBundlesKits.js +1 -0
- package/dist/cjs/third-party/configs/SkioSubscriptionsYcS20.js +1 -0
- package/dist/cjs/third-party/configs/SmartSearchBarAndFilters.js +1 -12
- package/dist/cjs/third-party/configs/SproutPlantTreesGrowSales.js +1 -0
- package/dist/cjs/third-party/configs/Stamped.js +1 -12
- package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +1 -12
- package/dist/cjs/third-party/configs/SubifySubscriptionsApp.js +1 -0
- package/dist/cjs/third-party/configs/TagembedSocialPostReview.js +1 -0
- package/dist/cjs/third-party/configs/TagshopShoppableVideosUgc.js +1 -0
- package/dist/cjs/third-party/configs/TrustBadgesBear.js +1 -12
- package/dist/cjs/third-party/configs/TrustMe.js +1 -12
- package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +1 -12
- package/dist/cjs/third-party/configs/Trustoo.js +1 -12
- package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +1 -12
- package/dist/cjs/third-party/configs/TrustshopProductReviews.js +1 -12
- package/dist/cjs/third-party/configs/UltimateSalesBoost.js +1 -12
- package/dist/cjs/third-party/configs/UnlimitedBundlesDiscounts.js +1 -0
- package/dist/cjs/third-party/configs/Vitals.js +1 -12
- package/dist/cjs/third-party/configs/WhatmoreShoppableVideosreel.js +1 -0
- package/dist/cjs/third-party/configs/WideBundle.js +1 -12
- package/dist/cjs/third-party/configs/Wiser.js +1 -12
- package/dist/cjs/third-party/configs/WishlistKing.js +1 -0
- package/dist/cjs/third-party/configs/WishlistPlus.js +1 -0
- package/dist/cjs/third-party/configs/YotpoLoyalty.js +1 -12
- package/dist/cjs/third-party/configs/YotpoReviews.js +1 -12
- package/dist/cjs/third-party/index.js +1 -0
- package/dist/cjs/third-party/next.js +1 -592
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +4 -0
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +4 -0
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AliReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/AliReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AliReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +4 -0
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +4 -0
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +4 -0
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +4 -0
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +6 -0
- package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +4 -0
- package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +4 -0
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BirdChime/index.js +6 -0
- package/dist/cjs/third-party/settings/BirdChime/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BirdChime/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Bogos/index.js +6 -0
- package/dist/cjs/third-party/settings/Bogos/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Bogos/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BoldProductOptions/index.js +6 -0
- package/dist/cjs/third-party/settings/BoldProductOptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BoldProductOptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +6 -0
- package/dist/cjs/third-party/settings/BoldSubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BoldSubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +4 -0
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +6 -0
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Bundler/index.js +6 -0
- package/dist/cjs/third-party/settings/Bundler/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Bundler/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +6 -0
- package/dist/cjs/third-party/settings/CleanSizeCharts/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/CleanSizeCharts/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +6 -0
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +4 -0
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +4 -0
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +4 -0
- package/dist/cjs/third-party/settings/EasifyProductOptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EasifyProductOptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +4 -0
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EasySellCOD/index.js +6 -0
- package/dist/cjs/third-party/settings/EasySellCOD/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EasySellCOD/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +4 -0
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +4 -0
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +4 -0
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +4 -0
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +4 -0
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +4 -0
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FeraReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/FeraReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FeraReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FirePush/index.js +6 -0
- package/dist/cjs/third-party/settings/FirePush/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FirePush/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +4 -0
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +4 -0
- package/dist/cjs/third-party/settings/FordeerProductLabels/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FordeerProductLabels/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +8 -0
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +4 -0
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +4 -0
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +4 -0
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Growave/index.js +6 -0
- package/dist/cjs/third-party/settings/Growave/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Growave/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +4 -0
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +4 -0
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +4 -0
- package/dist/cjs/third-party/settings/HulkFormBuilder/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/HulkFormBuilder/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/HulkProductOptions/index.js +4 -0
- package/dist/cjs/third-party/settings/HulkProductOptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/HulkProductOptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/InfiniteOptions/index.js +6 -0
- package/dist/cjs/third-party/settings/InfiniteOptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/InfiniteOptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Instafeed/index.js +6 -0
- package/dist/cjs/third-party/settings/Instafeed/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Instafeed/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +4 -0
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/JudgemeReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/JudgemeReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/JudgemeReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +4 -0
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/KachingBundles/index.js +6 -0
- package/dist/cjs/third-party/settings/KachingBundles/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/KachingBundles/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/KingProductOptions/index.js +6 -0
- package/dist/cjs/third-party/settings/KingProductOptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/KingProductOptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +4 -0
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +5 -0
- package/dist/cjs/third-party/settings/KlarnaMessaging/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/KlarnaMessaging/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Klaviyo/index.js +6 -0
- package/dist/cjs/third-party/settings/Klaviyo/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Klaviyo/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +4 -0
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/LaiProductReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/LaiProductReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/LaiProductReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -0
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +4 -0
- package/dist/cjs/third-party/settings/LoopSubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/LoopSubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/LooxReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/LooxReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/LooxReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +4 -0
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +4 -0
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +4 -0
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +4 -0
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +4 -0
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Omnisend/index.js +6 -0
- package/dist/cjs/third-party/settings/Omnisend/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Omnisend/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Opinew/index.js +6 -0
- package/dist/cjs/third-party/settings/Opinew/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Opinew/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ParcelPanel/index.js +6 -0
- package/dist/cjs/third-party/settings/ParcelPanel/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ParcelPanel/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PickyStory/index.js +6 -0
- package/dist/cjs/third-party/settings/PickyStory/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PickyStory/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +4 -0
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +4 -0
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +4 -0
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +4 -0
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +4 -0
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ProductReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/ProductReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ProductReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +4 -0
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/PushOwl/index.js +6 -0
- package/dist/cjs/third-party/settings/PushOwl/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/PushOwl/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/QikifyUpsell/index.js +6 -0
- package/dist/cjs/third-party/settings/QikifyUpsell/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/QikifyUpsell/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +4 -0
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +4 -0
- package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +4 -0
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Releasit/index.js +6 -0
- package/dist/cjs/third-party/settings/Releasit/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Releasit/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +4 -0
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +4 -0
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Rivyo/index.js +6 -0
- package/dist/cjs/third-party/settings/Rivyo/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Rivyo/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Ryviu/index.js +6 -0
- package/dist/cjs/third-party/settings/Ryviu/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Ryviu/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SealSubscriptions/index.js +6 -0
- package/dist/cjs/third-party/settings/SealSubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SealSubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +4 -0
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Selleasy/index.js +4 -0
- package/dist/cjs/third-party/settings/Selleasy/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Selleasy/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +4 -0
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ShopifyForms/index.js +4 -0
- package/dist/cjs/third-party/settings/ShopifyForms/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ShopifyForms/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +4 -0
- package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +4 -0
- package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +4 -0
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +6 -0
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +4 -0
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/Badge.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/BadgeDouble.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/BadgeRibbon.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/BadgeSingle.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/Carousel.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/CheckoutReviews.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/Colors.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/Filters.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/FullPage.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/InstagramFeed.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/MainWidget.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/ProductRating.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/SingleHighlight.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/SiteBadge.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/TopRated.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/VisualGallery.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/WallPhotos.js +1 -0
- package/dist/cjs/third-party/settings/Stamped/index.js +1 -0
- package/dist/cjs/third-party/settings/Stamped.js +6 -0
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +4 -0
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +4 -0
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +4 -0
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +4 -0
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +4 -0
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +4 -0
- package/dist/cjs/third-party/settings/TrustBadgesBear/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TrustBadgesBear/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TrustMe/index.js +6 -0
- package/dist/cjs/third-party/settings/TrustMe/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TrustMe/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +4 -0
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Trustoo/index.js +6 -0
- package/dist/cjs/third-party/settings/Trustoo/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +4 -0
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +4 -0
- package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +6 -0
- package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/UltimateSalesBoost/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +4 -0
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Vitals/index.js +6 -0
- package/dist/cjs/third-party/settings/Vitals/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Vitals/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +4 -0
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/WideBundle/index.js +6 -0
- package/dist/cjs/third-party/settings/WideBundle/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/WideBundle/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/Wiser/index.js +6 -0
- package/dist/cjs/third-party/settings/Wiser/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/Wiser/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/WishlistKing/index.js +4 -0
- package/dist/cjs/third-party/settings/WishlistKing/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/WishlistKing/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/WishlistPlus/index.js +6 -0
- package/dist/cjs/third-party/settings/WishlistPlus/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/WishlistPlus/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +6 -0
- package/dist/cjs/third-party/settings/YotpoLoyalty/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/YotpoLoyalty/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/YotpoReviews/index.js +6 -0
- package/dist/cjs/third-party/settings/YotpoReviews/uiV1.js +1 -0
- package/dist/cjs/third-party/settings/YotpoReviews/uiV2.js +1 -0
- package/dist/cjs/third-party/types.js +1 -0
- package/dist/cjs/third-party-instant/common/helpers.js +1 -0
- package/dist/cjs/third-party-instant/components/InstantJudgemeReviews.js +2 -75
- package/dist/cjs/third-party-instant/components/InstantKlaviyo.js +2 -47
- package/dist/cjs/third-party-instant/components/InstantLooxReviews.js +2 -36
- package/dist/cjs/third-party-instant/components/InstantThirdPartyPreview.js +2 -72
- package/dist/cjs/third-party-instant/components/InstantYotpoLoyalty.js +2 -43
- package/dist/cjs/third-party-instant/components/Judgeme/JudgemeSampleContent.js +2 -23
- package/dist/cjs/third-party-instant/components/Judgeme/SingleProduct.js +2 -48
- package/dist/cjs/third-party-instant/components/Judgeme/WithoutProduct.js +2 -93
- package/dist/cjs/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +2 -23
- package/dist/cjs/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +3 -24
- package/dist/cjs/third-party-instant/components/LooxReviews/SingleProduct.js +2 -51
- package/dist/cjs/third-party-instant/components/LooxReviews/WithoutProduct.js +2 -55
- package/dist/cjs/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +2 -23
- package/dist/cjs/third-party-instant/configs/JudgemeReviews.js +1 -12
- package/dist/cjs/third-party-instant/configs/Klaviyo.js +1 -12
- package/dist/cjs/third-party-instant/configs/LooxReviews.js +1 -12
- package/dist/cjs/third-party-instant/configs/YotpoLoyalty.js +1 -12
- package/dist/cjs/third-party-instant/index.js +1 -0
- package/dist/cjs/third-party-instant/next.js +1 -33
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v1.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +6 -0
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v1.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +6 -0
- package/dist/cjs/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantLooxReviews/index.js +6 -0
- package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -0
- package/dist/cjs/third-party-instant/settings/InstantYotpoLoyalty/index.js +6 -0
- package/dist/cjs/third-party-instant/types.js +1 -0
- package/dist/cjs/third-party-slot/common/classes.js +1 -0
- package/dist/cjs/third-party-slot/common/helpers.js +40 -0
- package/dist/cjs/third-party-slot/common/styles.js +1 -0
- package/dist/cjs/third-party-slot/components/ThirdPartySlot.js +2 -47
- package/dist/cjs/third-party-slot/components/ThirdPartySlot.liquid.js +8 -56
- package/dist/cjs/third-party-slot/index.js +1 -0
- package/dist/cjs/third-party-slot/next.js +1 -16
- package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +10 -0
- package/dist/cjs/third-party-slot/settings/configs/settings.js +1 -0
- package/dist/cjs/third-party-slot/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/third-party-slot/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/validates/background.js +1 -0
- package/dist/cjs/video/common/attrs.js +1 -0
- package/dist/cjs/video/common/classes.js +1 -0
- package/dist/cjs/video/common/helpers.js +1 -0
- package/dist/cjs/video/common/styles.js +1 -0
- package/dist/cjs/video/components/HTML5Embed.js +2 -83
- package/dist/cjs/video/components/HTML5Embed.liquid.js +38 -87
- package/dist/cjs/video/components/LiteVimeoEmbed.js +2 -117
- package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +18 -56
- package/dist/cjs/video/components/LiteYouTubeEmbed.js +2 -195
- package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +21 -83
- package/dist/cjs/video/components/Video.js +2 -112
- package/dist/cjs/video/components/Video.liquid.js +4 -107
- package/dist/cjs/video/hooks/useLiteHtml5Embed.js +1 -0
- package/dist/cjs/video/hooks/useLiteVimeoEmbed.js +1 -0
- package/dist/cjs/video/hooks/useLiteYoutubeEmbed.js +1 -0
- package/dist/cjs/video/index.js +1 -0
- package/dist/cjs/video/next.js +1 -16
- package/dist/cjs/video/settings/Video.js +12 -0
- package/dist/cjs/video/settings/configs/settings.js +1 -0
- package/dist/cjs/video/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/video/settings/configs/ui-v2.js +1 -0
- package/dist/esm/accordion/common/classes.js +1 -0
- package/dist/esm/accordion/common/helpers.js +1 -0
- package/dist/esm/accordion/common/styles.js +1 -0
- package/dist/esm/accordion/components/Accordion.js +2 -191
- package/dist/esm/accordion/components/Accordion.liquid.js +16 -108
- package/dist/esm/accordion/components/AccordionItem.js +2 -303
- package/dist/esm/accordion/components/AccordionItem.liquid.js +33 -238
- package/dist/esm/accordion/hooks/useAccordion.js +1 -0
- package/dist/esm/accordion/hooks/useAccordionItem.js +1 -0
- package/dist/esm/accordion/hooks/useMountTransition.js +2 -23
- package/dist/esm/accordion/index.js +1 -0
- package/dist/esm/accordion/next.js +1 -16
- package/dist/esm/accordion/settings/Accordion.js +70 -0
- package/dist/esm/accordion/settings/AccordionItem.js +1 -0
- package/dist/esm/accordion/settings/configs/child-items.js +1 -0
- package/dist/esm/accordion/settings/configs/settings.js +39 -0
- package/dist/esm/accordion/settings/configs/ui-v1.js +1 -0
- package/dist/esm/accordion/settings/configs/ui-v2.js +1 -0
- package/dist/esm/article/common/helpers.js +13 -0
- package/dist/esm/article/components/ArticleAuthor.js +2 -30
- package/dist/esm/article/components/ArticleAuthor.liquid.js +4 -22
- package/dist/esm/article/components/ArticleCategory.js +2 -23
- package/dist/esm/article/components/ArticleCategory.liquid.js +4 -22
- package/dist/esm/article/components/ArticleContent.js +4 -59
- package/dist/esm/article/components/ArticleContent.liquid.js +8 -27
- package/dist/esm/article/components/ArticleDate.js +2 -40
- package/dist/esm/article/components/ArticleDate.liquid.js +4 -30
- package/dist/esm/article/components/ArticleExcerpt.js +2 -48
- package/dist/esm/article/components/ArticleExcerpt.liquid.js +4 -21
- package/dist/esm/article/components/ArticleImage.js +2 -36
- package/dist/esm/article/components/ArticleImage.liquid.js +9 -47
- package/dist/esm/article/components/ArticleList.js +2 -141
- package/dist/esm/article/components/ArticleList.liquid.js +20 -54
- package/dist/esm/article/components/ArticleNotFound.js +2 -137
- package/dist/esm/article/components/ArticlePagination.js +2 -14
- package/dist/esm/article/components/ArticlePagination.liquid.js +2 -8
- package/dist/esm/article/components/ArticleReadMore.js +2 -48
- package/dist/esm/article/components/ArticleReadMore.liquid.js +6 -53
- package/dist/esm/article/components/ArticleTag.js +2 -28
- package/dist/esm/article/components/ArticleTag.liquid.js +5 -22
- package/dist/esm/article/components/ArticleTitle.js +2 -37
- package/dist/esm/article/components/ArticleTitle.liquid.js +8 -38
- package/dist/esm/article/hooks/useArticleLink.js +1 -26
- package/dist/esm/article/index.js +1 -0
- package/dist/esm/article/next.js +1 -52
- package/dist/esm/article/settings/ArticleAuthor.js +6 -0
- package/dist/esm/article/settings/ArticleCategory.js +6 -0
- package/dist/esm/article/settings/ArticleContent.js +6 -0
- package/dist/esm/article/settings/ArticleDate.js +6 -0
- package/dist/esm/article/settings/ArticleExcerpt.js +6 -0
- package/dist/esm/article/settings/ArticleImage.js +7 -0
- package/dist/esm/article/settings/ArticleList.js +8 -0
- package/dist/esm/article/settings/ArticlePagination.js +12 -0
- package/dist/esm/article/settings/ArticleReadMore.js +6 -0
- package/dist/esm/article/settings/ArticleTag.js +6 -0
- package/dist/esm/article/settings/ArticleTitle.js +6 -0
- package/dist/esm/article/settings/configs/article-author/presets.js +6 -0
- package/dist/esm/article/settings/configs/article-author/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-author/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-category/presets.js +6 -0
- package/dist/esm/article/settings/configs/article-category/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-category/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-content/presets.js +4 -0
- package/dist/esm/article/settings/configs/article-content/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-content/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-date/presets.js +5 -0
- package/dist/esm/article/settings/configs/article-date/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-date/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-excerpt/presets.js +5 -0
- package/dist/esm/article/settings/configs/article-excerpt/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-excerpt/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-image/presets.js +4 -0
- package/dist/esm/article/settings/configs/article-image/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-image/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-list/presets.js +19 -0
- package/dist/esm/article/settings/configs/article-list/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-read-more/presets.js +5 -0
- package/dist/esm/article/settings/configs/article-read-more/settings.js +2 -0
- package/dist/esm/article/settings/configs/article-read-more/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-tag/presets.js +6 -0
- package/dist/esm/article/settings/configs/article-tag/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-tag/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -0
- package/dist/esm/article/settings/configs/article-title/presets.js +5 -0
- package/dist/esm/article/settings/configs/article-title/settings.js +1 -0
- package/dist/esm/article/settings/configs/article-title/ui-v1.js +1 -0
- package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -0
- package/dist/esm/breadcrumb/common/attrs.js +1 -0
- package/dist/esm/breadcrumb/common/classes.js +9 -0
- package/dist/esm/breadcrumb/common/helpers.js +1 -0
- package/dist/esm/breadcrumb/common/styles.js +1 -0
- package/dist/esm/breadcrumb/components/Breadcrumb.js +2 -176
- package/dist/esm/breadcrumb/components/Breadcrumb.liquid.js +15 -229
- package/dist/esm/breadcrumb/components/BreadcrumbItem.js +2 -0
- package/dist/esm/breadcrumb/components/BreadcrumbItem.liquid.js +1 -0
- package/dist/esm/breadcrumb/components/templates/article.js +10 -0
- package/dist/esm/breadcrumb/components/templates/collection.js +6 -0
- package/dist/esm/breadcrumb/components/templates/home.js +4 -0
- package/dist/esm/breadcrumb/components/templates/landing.js +6 -0
- package/dist/esm/breadcrumb/components/templates/product.js +20 -0
- package/dist/esm/breadcrumb/constants.js +1 -0
- package/dist/esm/breadcrumb/hooks/useBreadcrumb.js +1 -0
- package/dist/esm/breadcrumb/index.js +1 -0
- package/dist/esm/breadcrumb/next.js +1 -12
- package/dist/esm/breadcrumb/settings/Breadcrumb.js +8 -0
- package/dist/esm/breadcrumb/settings/configs/settings.js +4 -0
- package/dist/esm/breadcrumb/settings/configs/ui-v1.js +1 -0
- package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -0
- package/dist/esm/breadcrumb/types.js +1 -0
- package/dist/esm/builder.js +2 -511
- package/dist/esm/button/common/attrs.js +1 -0
- package/dist/esm/button/common/classes.js +1 -0
- package/dist/esm/button/common/helpers.js +22 -0
- package/dist/esm/button/common/styles.js +32 -0
- package/dist/esm/button/components/Button.js +2 -189
- package/dist/esm/button/components/Button.liquid.js +28 -181
- package/dist/esm/button/components/ButtonIcon.js +1 -0
- package/dist/esm/button/components/ButtonIcon.liquid.js +8 -0
- package/dist/esm/button/components/ButtonLabel.js +1 -0
- package/dist/esm/button/components/ButtonLabel.liquid.js +8 -0
- package/dist/esm/button/components/ButtonLoadingIndicator.js +1 -0
- package/dist/esm/button/components/ButtonLoadingIndicator.liquid.js +1 -0
- package/dist/esm/button/index.js +1 -0
- package/dist/esm/button/next.js +1 -12
- package/dist/esm/button/settings/Button.js +27 -0
- package/dist/esm/button/settings/configs/settings.js +4 -0
- package/dist/esm/button/settings/configs/ui-v1.js +1 -0
- package/dist/esm/button/settings/configs/ui-v2.js +1 -0
- package/dist/esm/carousel/common/helpers.js +1 -0
- package/dist/esm/carousel/components/arrow/Arrow.js +10 -0
- package/dist/esm/carousel/components/arrow/Arrow.liquid.js +26 -0
- package/dist/esm/carousel/components/arrow/common/classes.js +1 -0
- package/dist/esm/carousel/components/arrow/common/helpers.js +1 -0
- package/dist/esm/carousel/components/arrow/common/styles.js +33 -0
- package/dist/esm/carousel/components/dot/Dots.js +2 -0
- package/dist/esm/carousel/components/dot/Dots.liquid.js +7 -0
- package/dist/esm/carousel/components/dot/common/classes.js +1 -0
- package/dist/esm/carousel/components/dot/common/helpers.js +1 -0
- package/dist/esm/carousel/components/dot/common/styles.js +1 -0
- package/dist/esm/carousel/components/item/CarouselItem.js +2 -0
- package/dist/esm/carousel/components/item/CarouselItem.liquid.js +22 -0
- package/dist/esm/carousel/components/item/common/classes.js +1 -0
- package/dist/esm/carousel/components/item/common/styles.js +1 -0
- package/dist/esm/carousel/components/root/Carousel.js +2 -0
- package/dist/esm/carousel/components/root/Carousel.liquid.js +21 -0
- package/dist/esm/carousel/components/root/common/attrs.js +1 -0
- package/dist/esm/carousel/components/root/common/classes.js +1 -0
- package/dist/esm/carousel/components/root/common/helpers.js +1 -0
- package/dist/esm/carousel/components/root/common/styles.js +1 -0
- package/dist/esm/carousel/hooks/useCarouseItem.js +1 -0
- package/dist/esm/carousel/hooks/useCarousel.js +1 -0
- package/dist/esm/carousel/hooks/useDotsSetting.js +1 -0
- package/dist/esm/carousel/hooks/useTrackPreviewPause.js +1 -0
- package/dist/esm/carousel/index.js +1 -0
- package/dist/esm/carousel/next.js +1 -16
- package/dist/esm/carousel/plugins/animation.js +1 -0
- package/dist/esm/carousel/plugins/auto-play.js +1 -0
- package/dist/esm/carousel/plugins/fix-slider-move-backward.js +1 -0
- package/dist/esm/carousel/plugins/mutation.js +1 -0
- package/dist/esm/carousel/settings/Carousel.js +5 -0
- package/dist/esm/carousel/settings/CarouselItem.js +1 -0
- package/dist/esm/carousel/settings/configs/presets.js +114 -0
- package/dist/esm/carousel/settings/configs/settings-v2.js +3 -0
- package/dist/esm/carousel/settings/configs/ui-v1.js +1 -0
- package/dist/esm/carousel/settings/configs/ui-v2.js +1 -0
- package/dist/esm/cart/components/Cart.js +2 -81
- package/dist/esm/cart/components/CartCheckout.js +2 -14
- package/dist/esm/cart/components/CartDiscount.js +2 -9
- package/dist/esm/cart/components/CartLineAttribute.js +2 -27
- package/dist/esm/cart/components/CartLineImage.js +2 -41
- package/dist/esm/cart/components/CartLinePrice.js +2 -42
- package/dist/esm/cart/components/CartLineVariant.js +2 -24
- package/dist/esm/cart/components/CartList.js +2 -33
- package/dist/esm/cart/components/CartOrderNote.js +2 -43
- package/dist/esm/cart/components/CartTotalItem.js +2 -19
- package/dist/esm/cart/components/CartTotalPrice.js +2 -52
- package/dist/esm/cart/components/CheckoutNow.js +2 -37
- package/dist/esm/cart/components/CouponList.js +2 -11
- package/dist/esm/cart/components/DiscountInput.js +2 -24
- package/dist/esm/cart/components/shop-pay-button/ShopPayButton.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +16 -0
- package/dist/esm/cart/components/shop-pay-button/common/classes.js +1 -0
- package/dist/esm/cart/components/shop-pay-button/common/helpers.js +1 -0
- package/dist/esm/cart/components/shop-pay-button/common/styles.js +1 -0
- package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/BaseIcon.liquid.js +5 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutBlack.liquid.js +29 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutPurple.liquid.js +29 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/DynamicCheckoutWhite.liquid.js +15 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutBlack.liquid.js +25 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutPurple.liquid.js +25 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.js +2 -0
- package/dist/esm/cart/components/shop-pay-button/icons/ExpressCheckoutWhite.liquid.js +25 -0
- package/dist/esm/cart/hooks/useShopPayButton.js +1 -0
- package/dist/esm/cart/index.js +1 -0
- package/dist/esm/cart/next.js +1 -70
- package/dist/esm/cart/settings/Cart.js +7 -0
- package/dist/esm/cart/settings/CartCheckout.js +1 -0
- package/dist/esm/cart/settings/CartDiscount.js +1 -0
- package/dist/esm/cart/settings/CartLineAttribute.js +1 -0
- package/dist/esm/cart/settings/CartLineImage.js +1 -0
- package/dist/esm/cart/settings/CartLinePrice.js +1 -0
- package/dist/esm/cart/settings/CartLineVariant.js +1 -0
- package/dist/esm/cart/settings/CartList.js +1 -0
- package/dist/esm/cart/settings/CartOrderNote.js +1 -0
- package/dist/esm/cart/settings/CartTotalItem.js +1 -0
- package/dist/esm/cart/settings/CartTotalPrice.js +1 -0
- package/dist/esm/cart/settings/CouponList.js +1 -0
- package/dist/esm/cart/settings/DiscountInput.js +1 -0
- package/dist/esm/cart/settings/ShopPayButton.js +1 -0
- package/dist/esm/code/common/classes.js +1 -0
- package/dist/esm/code/common/styles.js +1 -0
- package/dist/esm/code/components/CSSCode.js +2 -145
- package/dist/esm/code/components/CSSCode.liquid.js +10 -26
- package/dist/esm/code/hooks/useCSSCode.js +11 -0
- package/dist/esm/code/index.js +1 -0
- package/dist/esm/code/next.js +1 -12
- package/dist/esm/code/settings/CSSCode.js +7 -0
- package/dist/esm/code/settings/configs/settings.js +1 -0
- package/dist/esm/code/settings/configs/ui-v1.js +1 -0
- package/dist/esm/code/settings/configs/ui-v2.js +1 -0
- package/dist/esm/collection/components/collection-banner/CollectionBanner.js +2 -0
- package/dist/esm/collection/components/collection-banner/CollectionBanner.liquid.js +19 -0
- package/dist/esm/collection/components/collection-banner/common/classes.js +1 -0
- package/dist/esm/collection/components/collection-banner/common/helpers.js +1 -0
- package/dist/esm/collection/components/collection-banner/common/styles.js +1 -0
- package/dist/esm/collection/components/collection-description/CollectionDescription.js +2 -0
- package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +21 -0
- package/dist/esm/collection/components/collection-description/common/classes.js +1 -0
- package/dist/esm/collection/components/collection-description/common/helpers.js +3 -0
- package/dist/esm/collection/components/collection-description/common/styles.js +16 -0
- package/dist/esm/collection/components/collection-paginator/CollectionPaginator.js +2 -0
- package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +8 -0
- package/dist/esm/collection/components/collection-paginator/common/classes.js +1 -0
- package/dist/esm/collection/components/collection-paginator/common/helpers.js +8 -0
- package/dist/esm/collection/components/collection-paginator/common/styles.js +1 -0
- package/dist/esm/collection/components/collection-title/CollectionTitle.js +2 -0
- package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +3 -0
- package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.js +2 -0
- package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +42 -0
- package/dist/esm/collection/components/collection-toolbar/common/classes.js +1 -0
- package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -0
- package/dist/esm/collection/components/collection-toolbar/common/styles.js +1 -0
- package/dist/esm/collection/hooks/useDescription.js +1 -0
- package/dist/esm/collection/index.js +1 -0
- package/dist/esm/collection/next.js +1 -28
- package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +12 -0
- package/dist/esm/collection/settings/collection-banner/configs/settings.js +14 -0
- package/dist/esm/collection/settings/collection-banner/configs/ui-v1.js +1 -0
- package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -0
- package/dist/esm/collection/settings/collection-description/CollectionDescription.js +9 -0
- package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -0
- package/dist/esm/collection/settings/collection-description/configs/ui-v1.js +1 -0
- package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -0
- package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +12 -0
- package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -0
- package/dist/esm/collection/settings/collection-paginator/configs/ui-v1.js +1 -0
- package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -0
- package/dist/esm/collection/settings/collection-title/CollectionTitle.js +9 -0
- package/dist/esm/collection/settings/collection-title/configs/settings.js +1 -0
- package/dist/esm/collection/settings/collection-title/configs/ui-v1.js +1 -0
- package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -0
- package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +11 -0
- package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -0
- package/dist/esm/collection/settings/collection-toolbar/configs/ui-v1.js +1 -0
- package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -0
- package/dist/esm/common/components/Loading.js +2 -17
- package/dist/esm/common/components/NoDataState.js +1 -0
- package/dist/esm/common/components/Tooltip.js +2 -63
- package/dist/esm/common/components/TooltipHover.js +2 -0
- package/dist/esm/common/const.js +1 -8
- package/dist/esm/common/hooks/useInView.js +2 -0
- package/dist/esm/constant.js +1 -0
- package/dist/esm/countdown-timer/common/attrs.js +1 -0
- package/dist/esm/countdown-timer/common/classes.js +1 -0
- package/dist/esm/countdown-timer/common/helpers.js +1 -0
- package/dist/esm/countdown-timer/common/styles.js +1 -0
- package/dist/esm/countdown-timer/components/Countdown.js +2 -335
- package/dist/esm/countdown-timer/components/Countdown.liquid.js +37 -106
- package/dist/esm/countdown-timer/hooks/useCountDownTimer.js +1 -0
- package/dist/esm/countdown-timer/hooks/useTimeLeft.js +1 -90
- package/dist/esm/countdown-timer/index.js +1 -0
- package/dist/esm/countdown-timer/next.js +1 -13
- package/dist/esm/countdown-timer/settings/Countdown.js +9 -0
- package/dist/esm/countdown-timer/settings/configs/setting.js +1 -0
- package/dist/esm/countdown-timer/settings/configs/ui-v1.js +1 -0
- package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -0
- package/dist/esm/coupon/common/classes.js +1 -0
- package/dist/esm/coupon/common/helpers.js +1 -0
- package/dist/esm/coupon/common/styles.js +16 -0
- package/dist/esm/coupon/components/Coupon.js +2 -106
- package/dist/esm/coupon/components/Coupon.liquid.js +7 -66
- package/dist/esm/coupon/hooks/useCoupon.js +1 -0
- package/dist/esm/coupon/index.js +1 -0
- package/dist/esm/coupon/next.js +1 -12
- package/dist/esm/coupon/settings/Coupon.js +6 -0
- package/dist/esm/coupon/settings/configs/presets.js +6 -0
- package/dist/esm/coupon/settings/configs/settings.js +5 -0
- package/dist/esm/coupon/settings/configs/ui-v1.js +1 -0
- package/dist/esm/coupon/settings/configs/ui-v2.js +1 -0
- package/dist/esm/dialog/common/attrs.js +1 -0
- package/dist/esm/dialog/common/classes.js +1 -0
- package/dist/esm/dialog/common/helpers.js +1 -0
- package/dist/esm/dialog/common/styles.js +1 -0
- package/dist/esm/dialog/components/Dialog.js +4 -413
- package/dist/esm/dialog/components/Dialog.liquid.js +33 -145
- package/dist/esm/dialog/hooks/useDialog.js +1 -0
- package/dist/esm/dialog/hooks/useScrollPercentage.js +1 -0
- package/dist/esm/dialog/index.js +1 -0
- package/dist/esm/dialog/next.js +1 -12
- package/dist/esm/dialog/settings/Dialog.js +10 -0
- package/dist/esm/dialog/settings/configs/settings.js +5 -0
- package/dist/esm/dialog/settings/configs/ui-v1.js +1 -0
- package/dist/esm/dialog/settings/configs/ui-v2.js +1 -0
- package/dist/esm/estimate-delivery/common/classes.js +1 -0
- package/dist/esm/estimate-delivery/common/helpers.js +1 -0
- package/dist/esm/estimate-delivery/common/styles.js +1 -0
- package/dist/esm/estimate-delivery/components/EstimateDate.js +2 -74
- package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +6 -100
- package/dist/esm/estimate-delivery/index.js +1 -0
- package/dist/esm/estimate-delivery/next.js +1 -12
- package/dist/esm/estimate-delivery/settings/EstimateDate.js +10 -0
- package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -0
- package/dist/esm/estimate-delivery/settings/configs/ui-v1.js +1 -0
- package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -0
- package/dist/esm/form/common/helpers.js +1 -0
- package/dist/esm/form/components/contact/Contact.js +2 -11
- package/dist/esm/form/components/contact/Contact.liquid.js +3 -18
- package/dist/esm/form/components/contact/common/classes.js +1 -0
- package/dist/esm/form/components/contact/common/styles.js +1 -0
- package/dist/esm/form/components/form-checkbox/FormCheckbox.js +2 -48
- package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +13 -46
- package/dist/esm/form/components/form-checkbox/common/classes.js +1 -0
- package/dist/esm/form/components/form-checkbox/common/styles.js +1 -0
- package/dist/esm/form/components/form-dropdown/FormDropdown.js +2 -69
- package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +22 -68
- package/dist/esm/form/components/form-dropdown/common/classes.js +1 -0
- package/dist/esm/form/components/form-dropdown/common/styles.js +1 -0
- package/dist/esm/form/components/form-email/FormEmail.js +2 -56
- package/dist/esm/form/components/form-email/FormEmail.liquid.js +13 -66
- package/dist/esm/form/components/form-email/common/classes.js +1 -0
- package/dist/esm/form/components/form-email/common/styles.js +1 -0
- package/dist/esm/form/components/newsletter/Newsletter.js +2 -11
- package/dist/esm/form/components/newsletter/Newsletter.liquid.js +36 -77
- package/dist/esm/form/components/newsletter/common/attrs.js +1 -0
- package/dist/esm/form/components/newsletter/common/classes.js +1 -0
- package/dist/esm/form/components/newsletter/common/styles.js +6 -0
- package/dist/esm/form/components/submit-button/SubmitButton.js +2 -27
- package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +3 -30
- package/dist/esm/form/components/submit-button/common/helpers.js +1 -0
- package/dist/esm/form/components/submit-button/common/styles.js +1 -0
- package/dist/esm/form/components/textarea/TextArea.js +2 -72
- package/dist/esm/form/components/textarea/TextArea.liquid.js +12 -74
- package/dist/esm/form/components/textarea/common/classes.js +1 -0
- package/dist/esm/form/components/textarea/common/styles.js +1 -0
- package/dist/esm/form/components/textfield/TextField.js +2 -65
- package/dist/esm/form/components/textfield/TextField.liquid.js +12 -74
- package/dist/esm/form/components/textfield/common/classes.js +1 -0
- package/dist/esm/form/components/textfield/common/styles.js +1 -0
- package/dist/esm/form/components/textinput/TextInput.js +2 -0
- package/dist/esm/form/components/textinput/TextInput.liquid.js +28 -0
- package/dist/esm/form/components/textinput/common/classes.js +1 -0
- package/dist/esm/form/components/textinput/common/styles.js +1 -0
- package/dist/esm/form/hooks/useGetColorContent.js +1 -0
- package/dist/esm/form/index.js +1 -0
- package/dist/esm/form/next.js +1 -40
- package/dist/esm/form/settings/contact/Contact.js +17 -0
- package/dist/esm/form/settings/contact/configs/inits.js +1 -0
- package/dist/esm/form/settings/contact/configs/settings.js +1 -0
- package/dist/esm/form/settings/contact/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +12 -0
- package/dist/esm/form/settings/form-checkbox/configs/inits.js +1 -0
- package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -0
- package/dist/esm/form/settings/form-checkbox/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/form-dropdown/FormDropdown.js +13 -0
- package/dist/esm/form/settings/form-dropdown/configs/inits.js +1 -0
- package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -0
- package/dist/esm/form/settings/form-dropdown/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/form-email/FormEmail.js +12 -0
- package/dist/esm/form/settings/form-email/configs/inits.js +1 -0
- package/dist/esm/form/settings/form-email/configs/settings.js +1 -0
- package/dist/esm/form/settings/form-email/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/form-textarea/Textarea.js +14 -0
- package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -0
- package/dist/esm/form/settings/form-textarea/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/newsletter/Newsletter.js +12 -0
- package/dist/esm/form/settings/newsletter/configs/inits.js +1 -0
- package/dist/esm/form/settings/newsletter/configs/settings.js +1 -0
- package/dist/esm/form/settings/newsletter/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/submit-button/SubmitButton.js +10 -0
- package/dist/esm/form/settings/submit-button/configs/inits.js +1 -0
- package/dist/esm/form/settings/submit-button/configs/settings.js +3 -0
- package/dist/esm/form/settings/submit-button/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/text-field/TextField.js +11 -0
- package/dist/esm/form/settings/text-field/configs/settings.js +1 -0
- package/dist/esm/form/settings/text-field/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -0
- package/dist/esm/form/settings/text-input/TextInput.js +11 -0
- package/dist/esm/form/settings/text-input/configs/settings.js +1 -0
- package/dist/esm/form/settings/text-input/configs/ui-v1.js +1 -0
- package/dist/esm/form/settings/text-input/configs/ui-v2.js +1 -0
- package/dist/esm/grid/components/ChildrenDroppable.js +5 -72
- package/dist/esm/grid/components/col/Col.js +2 -0
- package/dist/esm/grid/components/col/Col.liquid.js +7 -0
- package/dist/esm/grid/components/col/common/attrs.js +1 -0
- package/dist/esm/grid/components/col/common/classes.js +1 -0
- package/dist/esm/grid/components/col/common/styles.js +1 -0
- package/dist/esm/grid/components/root/Root.js +2 -0
- package/dist/esm/grid/components/root/Root.liquid.js +1 -0
- package/dist/esm/grid/components/row/Row.js +1 -0
- package/dist/esm/grid/components/row/Row.liquid.js +28 -0
- package/dist/esm/grid/components/row/common/attrs.js +1 -0
- package/dist/esm/grid/components/row/common/classes.js +1 -0
- package/dist/esm/grid/components/row/common/helpers.js +1 -0
- package/dist/esm/grid/components/row/common/styles.js +2 -0
- package/dist/esm/grid/components/section/Section.js +2 -0
- package/dist/esm/grid/components/section/Section.liquid.js +1 -0
- package/dist/esm/grid/hooks/useRowSetting.js +1 -0
- package/dist/esm/grid/index.js +1 -0
- package/dist/esm/grid/next.js +1 -24
- package/dist/esm/grid/settings/Col.js +1 -0
- package/dist/esm/grid/settings/Root.js +1 -0
- package/dist/esm/grid/settings/Row.js +5 -0
- package/dist/esm/grid/settings/Section.js +1 -0
- package/dist/esm/grid/settings/configs/row/presets.js +23 -0
- package/dist/esm/grid/settings/configs/row/settings.js +1 -0
- package/dist/esm/grid/settings/configs/row/ui-v1.js +1 -0
- package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -0
- package/dist/esm/grid/settings/configs/section/settings.js +1 -0
- package/dist/esm/grid/settings/configs/section/ui-v1.js +1 -0
- package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -0
- package/dist/esm/header/components/Header.js +2 -37
- package/dist/esm/header/components/SalePageHeaderWarning.js +2 -58
- package/dist/esm/header/components/icons/ChevronLeft.js +2 -14
- package/dist/esm/header/components/icons/Dismiss.js +2 -14
- package/dist/esm/header/components/icons/MenuIcon.js +2 -14
- package/dist/esm/header/components/kind/basic/DesktopMenu.js +2 -32
- package/dist/esm/header/components/kind/basic/DesktopMenuItem.js +2 -62
- package/dist/esm/header/components/kind/basic/MenuMobileItem.js +2 -156
- package/dist/esm/header/components/kind/basic/MobileMenu.js +2 -153
- package/dist/esm/header/components/kind/basic/index.js +2 -105
- package/dist/esm/header/components/kind/modern/index.js +2 -29
- package/dist/esm/header/hooks/useBodyOverlay.js +1 -0
- package/dist/esm/header/index.js +1 -0
- package/dist/esm/header/next.js +1 -12
- package/dist/esm/header/settings/Header.js +8 -0
- package/dist/esm/header/settings/configs/presets.js +7 -0
- package/dist/esm/header/settings/configs/settings.js +4 -0
- package/dist/esm/header/settings/configs/ui-v1.js +1 -0
- package/dist/esm/header/settings/configs/ui-v2.js +1 -0
- package/dist/esm/heading/components/Heading.js +2 -0
- package/dist/esm/heading/components/Heading.liquid.js +1 -0
- package/dist/esm/heading/index.js +1 -0
- package/dist/esm/heading/next.js +1 -12
- package/dist/esm/heading/settings/Heading.js +5 -0
- package/dist/esm/heading/settings/configs/presets.js +3 -0
- package/dist/esm/heading/settings/configs/settings.js +1 -0
- package/dist/esm/heading/settings/configs/ui-v1.js +1 -0
- package/dist/esm/heading/settings/configs/ui-v2.js +1 -0
- package/dist/esm/helpers.js +1 -169
- package/dist/esm/hero-banner/common/animation-manager.js +1 -0
- package/dist/esm/hero-banner/common/attrs.js +1 -0
- package/dist/esm/hero-banner/common/classes.js +1 -0
- package/dist/esm/hero-banner/common/helpers.js +1 -0
- package/dist/esm/hero-banner/common/styles.js +1 -0
- package/dist/esm/hero-banner/components/HeroBanner.js +2 -0
- package/dist/esm/hero-banner/components/HeroBanner.liquid.js +21 -0
- package/dist/esm/hero-banner/components/HeroBannerItem.js +2 -0
- package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +18 -0
- package/dist/esm/hero-banner/hooks/useHeroBanner.js +1 -0
- package/dist/esm/hero-banner/hooks/useIntersectionObserver.js +1 -0
- package/dist/esm/hero-banner/hooks/useTranslateValue.js +1 -0
- package/dist/esm/hero-banner/hooks/useWindowSize.js +1 -0
- package/dist/esm/hero-banner/index.js +1 -0
- package/dist/esm/hero-banner/next.js +1 -0
- package/dist/esm/hero-banner/settings/HeroBanner.js +5 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-1-col-pre-sales-page.js +18 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-1-col.js +18 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-left-pre-sales-page.js +17 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-left.js +17 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-right-pre-sales-page.js +26 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-content-right.js +26 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-parallax-pre-sales-page.js +16 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-parallax.js +16 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-video-pre-sales-page.js +15 -0
- package/dist/esm/hero-banner/settings/configs/presets/banner-video.js +15 -0
- package/dist/esm/hero-banner/settings/configs/settings.js +146 -0
- package/dist/esm/hero-banner/settings/configs/ui-v1.js +1 -0
- package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -0
- package/dist/esm/hooks/useGetProductId.js +1 -13
- package/dist/esm/icon/common/attrs.js +1 -0
- package/dist/esm/icon/common/classes.js +1 -0
- package/dist/esm/icon/common/helpers.js +1 -0
- package/dist/esm/icon/common/styles.js +1 -0
- package/dist/esm/icon/components/Icon.js +2 -71
- package/dist/esm/icon/components/Icon.liquid.js +8 -69
- package/dist/esm/icon/index.js +1 -0
- package/dist/esm/icon/next.js +1 -12
- package/dist/esm/icon/settings/Icon.js +6 -0
- package/dist/esm/icon/settings/configs/presets.js +9 -0
- package/dist/esm/icon/settings/configs/settings.js +2 -0
- package/dist/esm/icon/settings/configs/ui-v1.js +1 -0
- package/dist/esm/icon/settings/configs/ui-v2.js +1 -0
- package/dist/esm/icon-list/common/attrs.js +1 -0
- package/dist/esm/icon-list/common/classes.js +1 -0
- package/dist/esm/icon-list/common/styles.js +1 -0
- package/dist/esm/icon-list/components/IconList.js +2 -80
- package/dist/esm/icon-list/components/IconList.liquid.js +14 -46
- package/dist/esm/icon-list/components/IconListItem.js +2 -27
- package/dist/esm/icon-list/components/IconListItem.liquid.js +6 -18
- package/dist/esm/icon-list/index.js +1 -0
- package/dist/esm/icon-list/next.js +1 -16
- package/dist/esm/icon-list/settings/IconList.js +29 -0
- package/dist/esm/icon-list/settings/IconListItem.js +1 -0
- package/dist/esm/icon-list/settings/configs/items.js +1 -0
- package/dist/esm/icon-list/settings/configs/settings.js +1 -0
- package/dist/esm/icon-list/settings/configs/ui-v1.js +1 -0
- package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -0
- package/dist/esm/icon-list-hoz/common/attrs.js +1 -0
- package/dist/esm/icon-list-hoz/common/classes.js +1 -0
- package/dist/esm/icon-list-hoz/common/styles.js +1 -0
- package/dist/esm/icon-list-hoz/components/IconListHoz.js +2 -67
- package/dist/esm/icon-list-hoz/components/IconListHoz.liquid.js +9 -38
- package/dist/esm/icon-list-hoz/components/IconListHozItem.js +2 -26
- package/dist/esm/icon-list-hoz/components/IconListIHozItem.liquid.js +5 -0
- package/dist/esm/icon-list-hoz/index.js +1 -0
- package/dist/esm/icon-list-hoz/next.js +1 -16
- package/dist/esm/icon-list-hoz/settings/IconListHoz.js +7 -0
- package/dist/esm/icon-list-hoz/settings/IconListItem.js +1 -0
- package/dist/esm/icon-list-hoz/settings/ItemTemplate.js +1 -0
- package/dist/esm/icon-list-hoz/settings/configs/presets.js +17 -0
- package/dist/esm/icon-list-hoz/settings/configs/settings.js +1 -0
- package/dist/esm/icon-list-hoz/settings/configs/uiV1.js +1 -0
- package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -0
- package/dist/esm/icon-list-v2/common/classes.js +1 -0
- package/dist/esm/icon-list-v2/common/helpers.js +1 -0
- package/dist/esm/icon-list-v2/common/styles.js +1 -0
- package/dist/esm/icon-list-v2/components/IconList.js +2 -143
- package/dist/esm/icon-list-v2/components/IconList.liquid.js +31 -110
- package/dist/esm/icon-list-v2/hooks/useIconLineHeight.js +1 -0
- package/dist/esm/icon-list-v2/index.js +1 -0
- package/dist/esm/icon-list-v2/next.js +1 -12
- package/dist/esm/icon-list-v2/settings/IconList.js +31 -0
- package/dist/esm/icon-list-v2/settings/configs/items.js +1 -0
- package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -0
- package/dist/esm/icon-list-v2/settings/configs/ui-v1.js +1 -0
- package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -0
- package/dist/esm/image/common/attrs.js +1 -0
- package/dist/esm/image/common/classes.js +1 -0
- package/dist/esm/image/common/helpers.js +12 -0
- package/dist/esm/image/common/styles.js +1 -0
- package/dist/esm/image/components/AdaptiveImage.js +2 -57
- package/dist/esm/image/components/AdaptiveImage.liquid.js +15 -51
- package/dist/esm/image/components/Image.js +2 -152
- package/dist/esm/image/components/Image.liquid.js +14 -114
- package/dist/esm/image/components/Modal3d.liquid.js +5 -31
- package/dist/esm/image/components/NextImage.js +2 -66
- package/dist/esm/image/components/NextImage.liquid.js +7 -123
- package/dist/esm/image/components/Video.liquid.js +5 -22
- package/dist/esm/image/index.js +1 -0
- package/dist/esm/image/next.js +1 -16
- package/dist/esm/image/settings/Image.js +5 -0
- package/dist/esm/image/settings/configs/presets.js +25 -0
- package/dist/esm/image/settings/configs/settings.js +1 -0
- package/dist/esm/image/settings/configs/ui-v1.js +4 -0
- package/dist/esm/image/settings/configs/ui-v2.js +1 -0
- package/dist/esm/image-comparison/common/attrs.js +1 -0
- package/dist/esm/image-comparison/common/classes.js +1 -0
- package/dist/esm/image-comparison/common/helpers.js +1 -0
- package/dist/esm/image-comparison/common/styles.js +20 -0
- package/dist/esm/image-comparison/components/CompareImage.js +2 -557
- package/dist/esm/image-comparison/components/CompareImage.liquid.js +23 -343
- package/dist/esm/image-comparison/components/ImageComparison.js +2 -57
- package/dist/esm/image-comparison/components/ImageComparison.liquid.js +4 -34
- package/dist/esm/image-comparison/components/Label.js +1 -0
- package/dist/esm/image-comparison/components/Label.liquid.js +12 -48
- package/dist/esm/image-comparison/components/SlideHandle.js +1 -0
- package/dist/esm/image-comparison/components/SlideHandle.liquid.js +26 -0
- package/dist/esm/image-comparison/hooks/useCompareImage.js +1 -0
- package/dist/esm/image-comparison/index.js +1 -0
- package/dist/esm/image-comparison/next.js +1 -12
- package/dist/esm/image-comparison/settings/ImageComparison.js +12 -0
- package/dist/esm/image-comparison/settings/configs/settings.js +1 -0
- package/dist/esm/image-comparison/settings/configs/ui-v1.js +1 -0
- package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -0
- package/dist/esm/image-detection/components/ImageDetection.js +2 -0
- package/dist/esm/image-detection/index.js +1 -0
- package/dist/esm/image-detection/next.js +1 -12
- package/dist/esm/image-detection/settings/ImageDetection.js +3 -0
- package/dist/esm/image-detection/settings/configs/settings.js +1 -0
- package/dist/esm/index.js +1 -316
- package/dist/esm/index.liquid.js +2 -196
- package/dist/esm/input/components/Input.js +2 -0
- package/dist/esm/input/index.js +1 -0
- package/dist/esm/input/next.js +1 -12
- package/dist/esm/input/settings/Input.js +7 -0
- package/dist/esm/input/settings/configs/settings.js +1 -0
- package/dist/esm/line/common/classes.js +1 -0
- package/dist/esm/line/common/helpers.js +1 -0
- package/dist/esm/line/common/styles.js +1 -0
- package/dist/esm/line/components/Divider.js +2 -0
- package/dist/esm/line/components/Divider.liquid.js +1 -0
- package/dist/esm/line/components/Line.js +2 -0
- package/dist/esm/line/components/Line.liquid.js +25 -0
- package/dist/esm/line/index.js +1 -0
- package/dist/esm/line/next.js +1 -12
- package/dist/esm/line/settings/Line.js +5 -0
- package/dist/esm/line/settings/configs/presets.js +5 -0
- package/dist/esm/line/settings/configs/settings.js +1 -0
- package/dist/esm/line/settings/configs/ui-v1.js +1 -0
- package/dist/esm/line/settings/configs/ui-v2.js +1 -0
- package/dist/esm/link/common/helpers.js +1 -0
- package/dist/esm/link/components/CustomLink.js +2 -10
- package/dist/esm/link/components/Link.js +2 -32
- package/dist/esm/link/components/ProductLink.js +2 -14
- package/dist/esm/link/components/next-link/CustomLink.js +2 -14
- package/dist/esm/link/components/next-link/ProductLink.js +2 -18
- package/dist/esm/link/components/next-link/index.js +2 -25
- package/dist/esm/link/index.js +1 -0
- package/dist/esm/link/next.js +1 -12
- package/dist/esm/link/settings/Link.js +1 -0
- package/dist/esm/link/settings/configs/settings.js +1 -0
- package/dist/esm/marquee/common/classes.js +1 -0
- package/dist/esm/marquee/common/helpers.js +1 -0
- package/dist/esm/marquee/common/styles.js +1 -0
- package/dist/esm/marquee/components/Marquee.js +2 -153
- package/dist/esm/marquee/components/Marquee.liquid.js +27 -228
- package/dist/esm/marquee/components/MarqueeBase.js +2 -212
- package/dist/esm/marquee/components/MarqueeBase.liquid.js +11 -65
- package/dist/esm/marquee/components/MarqueeItem.js +2 -95
- package/dist/esm/marquee/components/MarqueeItem.liquid.js +6 -43
- package/dist/esm/marquee/hooks/useMarquee.js +1 -0
- package/dist/esm/marquee/hooks/useMarqueeBase.js +1 -0
- package/dist/esm/marquee/hooks/useMarqueeItem.js +1 -0
- package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -189
- package/dist/esm/marquee/hooks/useMarqueeStyles.js +1 -162
- package/dist/esm/marquee/hooks/useTransition.js +1 -18
- package/dist/esm/marquee/index.js +1 -0
- package/dist/esm/marquee/next.js +1 -16
- package/dist/esm/marquee/settings/Marquee.js +5 -0
- package/dist/esm/marquee/settings/MarqueeItem.js +1 -0
- package/dist/esm/marquee/settings/configs/child-image-template.js +1 -0
- package/dist/esm/marquee/settings/configs/child-template.js +1 -0
- package/dist/esm/marquee/settings/configs/child-text-template.js +1 -0
- package/dist/esm/marquee/settings/configs/presets.js +46 -0
- package/dist/esm/marquee/settings/configs/settings-v2.js +2 -0
- package/dist/esm/marquee/settings/configs/ui-v1.js +1 -0
- package/dist/esm/marquee/settings/configs/ui-v2.js +1 -0
- package/dist/esm/menu/components/DropdownMenu.js +2 -63
- package/dist/esm/menu/components/MegaMenu.js +2 -63
- package/dist/esm/menu/components/Menu.js +2 -16
- package/dist/esm/menu/components/NavigationMenu.js +2 -59
- package/dist/esm/menu/components/SubMegaMenu.js +2 -42
- package/dist/esm/menu/components/SubNavigationMenu.js +2 -57
- package/dist/esm/menu/index.js +1 -0
- package/dist/esm/menu/next.js +1 -12
- package/dist/esm/menu/settings/Menu.js +1 -0
- package/dist/esm/menu/settings/configs/settings.js +1 -0
- package/dist/esm/modal/common/helpers.js +1 -0
- package/dist/esm/modal/components/Modal.js +2 -94
- package/dist/esm/modal/components/confirm.js +2 -148
- package/dist/esm/modal/hooks/useModalContainer.js +1 -17
- package/dist/esm/modal/index.js +1 -0
- package/dist/esm/modal/next.js +1 -12
- package/dist/esm/modal/settings/Modal.js +1 -0
- package/dist/esm/modal/settings/configs/settings.js +1 -0
- package/dist/esm/next.js +2 -93
- package/dist/esm/notification/components/Notice.js +2 -70
- package/dist/esm/notification/components/Notifications.js +2 -92
- package/dist/esm/notification/components/icons/CloseIcon.js +2 -13
- package/dist/esm/notification/hooks/useNotification.js +2 -0
- package/dist/esm/pagination/components/Pagination.js +2 -0
- package/dist/esm/pagination/index.js +1 -0
- package/dist/esm/pagination/next.js +1 -12
- package/dist/esm/pagination/settings/Pagination.js +1 -0
- package/dist/esm/pagination/settings/configs/settings.js +1 -0
- package/dist/esm/post-purchase/advanced-list/common/attrs.js +1 -0
- package/dist/esm/post-purchase/advanced-list/common/classes.js +1 -0
- package/dist/esm/post-purchase/advanced-list/common/styles.js +1 -0
- package/dist/esm/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +2 -34
- package/dist/esm/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +2 -17
- package/dist/esm/post-purchase/advanced-list/index.js +1 -0
- package/dist/esm/post-purchase/advanced-list/next.js +1 -12
- package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +8 -0
- package/dist/esm/post-purchase/advanced-list/settings/PostPurchaseAdvancedListItem.js +1 -0
- package/dist/esm/post-purchase/advanced-list/settings/configs/presets.js +8 -0
- package/dist/esm/post-purchase/advanced-list/settings/configs/settings.js +1 -0
- package/dist/esm/post-purchase/advanced-list/settings/configs/templates.js +1 -0
- package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/advanced-list/types.js +1 -0
- package/dist/esm/post-purchase/button/common/classes.js +1 -0
- package/dist/esm/post-purchase/button/common/styles.js +1 -0
- package/dist/esm/post-purchase/button/components/Button.js +2 -0
- package/dist/esm/post-purchase/button/index.js +1 -0
- package/dist/esm/post-purchase/button/next.js +1 -9
- package/dist/esm/post-purchase/button/settings/Button.js +5 -0
- package/dist/esm/post-purchase/button/settings/configs/presets.js +5 -0
- package/dist/esm/post-purchase/button/settings/configs/settings.js +1 -0
- package/dist/esm/post-purchase/button/settings/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/button/settings/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/callout-banner/common/classes.js +1 -0
- package/dist/esm/post-purchase/callout-banner/common/styles.js +1 -0
- package/dist/esm/post-purchase/callout-banner/components/CalloutBox.js +2 -34
- package/dist/esm/post-purchase/callout-banner/components/CalloutText.js +2 -45
- package/dist/esm/post-purchase/callout-banner/index.js +1 -0
- package/dist/esm/post-purchase/callout-banner/next.js +1 -12
- package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/CalloutText.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/preset.js +16 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/setting.js +46 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v1.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v2.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/preset.js +5 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/setting.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v1.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-text/ui-v2.js +1 -0
- package/dist/esm/post-purchase/common/constants.js +1 -0
- package/dist/esm/post-purchase/common/helper.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/common/classes.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/common/styles.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +2 -49
- package/dist/esm/post-purchase/countdown-timer/components/TextCountdown.js +2 -41
- package/dist/esm/post-purchase/countdown-timer/hooks/useCountdownTimer.js +1 -45
- package/dist/esm/post-purchase/countdown-timer/hooks/useGetTimeExpired.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/index.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/next.js +1 -9
- package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -366
- package/dist/esm/post-purchase/countdown-timer/settings/config/preset.js +3 -0
- package/dist/esm/post-purchase/countdown-timer/settings/config/setting.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v1.js +1 -0
- package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v2.js +1 -0
- package/dist/esm/post-purchase/image/common/classes.js +1 -0
- package/dist/esm/post-purchase/image/common/helpers.js +1 -0
- package/dist/esm/post-purchase/image/common/styles.js +1 -0
- package/dist/esm/post-purchase/image/components/AdaptiveImage.js +2 -51
- package/dist/esm/post-purchase/image/components/Image.js +2 -48
- package/dist/esm/post-purchase/image/components/Img.js +2 -25
- package/dist/esm/post-purchase/image/index.js +1 -0
- package/dist/esm/post-purchase/image/next.js +1 -9
- package/dist/esm/post-purchase/image/settings/Image.js +11 -0
- package/dist/esm/post-purchase/image/settings/configs/setting-v2.js +1 -0
- package/dist/esm/post-purchase/image/settings/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/line/common/classes.js +1 -0
- package/dist/esm/post-purchase/line/common/styles.js +1 -0
- package/dist/esm/post-purchase/line/components/PostPurchaseLine.js +2 -49
- package/dist/esm/post-purchase/line/index.js +1 -0
- package/dist/esm/post-purchase/line/next.js +1 -9
- package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +5 -0
- package/dist/esm/post-purchase/line/settings/configs/presets.js +5 -0
- package/dist/esm/post-purchase/line/settings/configs/settings.js +1 -0
- package/dist/esm/post-purchase/line/settings/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/line/settings/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/line/types.js +1 -0
- package/dist/esm/post-purchase/link/common/classes.js +1 -0
- package/dist/esm/post-purchase/link/common/helpers.js +1 -0
- package/dist/esm/post-purchase/link/common/styles.js +1 -0
- package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +2 -0
- package/dist/esm/post-purchase/link/index.js +1 -0
- package/dist/esm/post-purchase/link/next.js +1 -0
- package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +5 -0
- package/dist/esm/post-purchase/link/settings/configs/presets.js +13 -0
- package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -0
- package/dist/esm/post-purchase/link/settings/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/common/attrs.js +1 -0
- package/dist/esm/post-purchase/product/common/classes.js +1 -0
- package/dist/esm/post-purchase/product/common/helpers.js +1 -0
- package/dist/esm/post-purchase/product/common/styles.js +1 -0
- package/dist/esm/post-purchase/product/components/AcceptButton.js +2 -31
- package/dist/esm/post-purchase/product/components/ProductDescription.js +2 -21
- package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +2 -37
- package/dist/esm/post-purchase/product/components/ProductPrice.js +2 -67
- package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +2 -156
- package/dist/esm/post-purchase/product/components/ProductQuantity.js +2 -82
- package/dist/esm/post-purchase/product/components/ProductTitle.js +2 -21
- package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +2 -54
- package/dist/esm/post-purchase/product/components/product-image/ImageListCarousel.js +2 -72
- package/dist/esm/post-purchase/product/components/product-image/ImageListGrid.js +2 -81
- package/dist/esm/post-purchase/product/components/product-image/ItemCarouselPostPurchase.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/ItemGridPostPurchase.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/Arrow.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchase.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselPostPurchaseContext.js +1 -0
- package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +2 -0
- package/dist/esm/post-purchase/product/components/product-image/index.js +2 -100
- package/dist/esm/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +2 -83
- package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +2 -32
- package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -0
- package/dist/esm/post-purchase/product/components/product-offer/common/classes.js +1 -0
- package/dist/esm/post-purchase/product/components/product-offer/common/styles.js +1 -0
- package/dist/esm/post-purchase/product/components/product-offer/components/ProductOffer.js +2 -0
- package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +2 -0
- package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -0
- package/dist/esm/post-purchase/product/components/product-variant/common/classes.js +1 -0
- package/dist/esm/post-purchase/product/components/product-variant/common/helpers.js +1 -0
- package/dist/esm/post-purchase/product/components/product-variant/common/styles.js +1 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/ProductOption.js +1 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/ProductVariant.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/Dropdown.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/RectangleList.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantGroup.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantItem.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/components/variants/VariantOption.js +2 -0
- package/dist/esm/post-purchase/product/components/product-variant/hooks/useTransition.js +1 -0
- package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -125
- package/dist/esm/post-purchase/product/constants/index.js +1 -0
- package/dist/esm/post-purchase/product/helpers/index.js +1 -31
- package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getClasses.js +1 -0
- package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getStyles.js +1 -0
- package/dist/esm/post-purchase/product/helpers/product-quantity/getClasses.js +1 -0
- package/dist/esm/post-purchase/product/helpers/product-quantity/getStyles.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useCarousel.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useDynamicProduct.js +1 -26
- package/dist/esm/post-purchase/product/hooks/useFeatureImagePostPurchase.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useGetItemGapPriceBreakdown.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useHandleQuantity.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useListCarousel.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useNavigationCarouselPostPurchase.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useProductImagePostPurchase.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useSetCollapsePrice.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useSlideCarousel.js +1 -0
- package/dist/esm/post-purchase/product/index.js +1 -0
- package/dist/esm/post-purchase/product/next.js +1 -37
- package/dist/esm/post-purchase/product/settings/accept-button/configs/presets.js +5 -0
- package/dist/esm/post-purchase/product/settings/accept-button/configs/settings.js +1 -0
- package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/accept-button/index.js +5 -0
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-1-col.js +2 -212
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-2-col.js +2 -211
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-default.js +2 -212
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-1-col.js +2 -197
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-2-col.js +2 -210
- package/dist/esm/post-purchase/product/settings/presets-config/product-presets/product-offer-default.js +2 -211
- package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +9 -0
- package/dist/esm/post-purchase/product/settings/product-description/configs/settings-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +4 -0
- package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/setting-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-image/ProductFeatureImage.js +1 -98
- package/dist/esm/post-purchase/product/settings/product-image/ProductGalleryImage.js +1 -219
- package/dist/esm/post-purchase/product/settings/product-image/ProductImageLayoutSetting.js +1 -149
- package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +5 -162
- package/dist/esm/post-purchase/product/settings/product-image/configs/settings-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-offer/configs/settings-v2.js +46 -0
- package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-offer/index.js +8 -0
- package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +15 -0
- package/dist/esm/post-purchase/product/settings/product-price/configs/settings-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/presets.js +12 -0
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +19 -0
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/presets.js +8 -0
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/settings.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-quantity/index.js +5 -0
- package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +9 -0
- package/dist/esm/post-purchase/product/settings/product-title/configs/settings-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +14 -0
- package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v1.js +14 -0
- package/dist/esm/post-purchase/product/settings/product-variants/configs/settings-v2.js +14 -0
- package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/text/common/attrs.js +1 -0
- package/dist/esm/post-purchase/text/common/classes.js +1 -0
- package/dist/esm/post-purchase/text/common/helpers.js +1 -0
- package/dist/esm/post-purchase/text/common/styles.js +1 -0
- package/dist/esm/post-purchase/text/components/Text.js +3 -0
- package/dist/esm/post-purchase/text/index.js +1 -5
- package/dist/esm/post-purchase/text/next.js +1 -12
- package/dist/esm/post-purchase/text/settings/heading/Heading.js +1 -0
- package/dist/esm/post-purchase/text/settings/heading/configs/presets-v2.js +3 -0
- package/dist/esm/post-purchase/text/settings/text/Text.js +7 -0
- package/dist/esm/post-purchase/text/settings/text/configs/setting-v2.js +1 -0
- package/dist/esm/post-purchase/text/settings/text/configs/ui-v1.js +1 -0
- package/dist/esm/post-purchase/text/settings/text/configs/ui-v2.js +1 -0
- package/dist/esm/postPurchaseSetting.js +1 -0
- package/dist/esm/product/components/ProductImages.js +2 -280
- package/dist/esm/product/components/ProductImages.liquid.js +17 -85
- package/dist/esm/product/components/ProductNotFound.js +2 -143
- package/dist/esm/product/components/SalePageProductListWarning.js +2 -57
- package/dist/esm/product/components/constants/product-bundle.js +1 -8
- package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +20 -0
- package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.js +2 -0
- package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -0
- package/dist/esm/product/components/dynamic-checkout/common/classes.js +1 -0
- package/dist/esm/product/components/dynamic-checkout/common/styles.js +126 -0
- package/dist/esm/product/components/file-upload/UploadFile.js +2 -0
- package/dist/esm/product/components/file-upload/UploadFile.liquid.js +33 -0
- package/dist/esm/product/components/file-upload/common/attr.js +1 -0
- package/dist/esm/product/components/file-upload/common/classes.js +1 -0
- package/dist/esm/product/components/file-upload/common/helpers.js +1 -0
- package/dist/esm/product/components/file-upload/common/style.js +1 -0
- package/dist/esm/product/components/file-upload/settings/configs/presets.js +8 -0
- package/dist/esm/product/components/file-upload/settings/configs/settings.js +19 -0
- package/dist/esm/product/components/file-upload/settings/configs/ui-v1.js +1 -0
- package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -0
- package/dist/esm/product/components/file-upload/settings/index.js +8 -0
- package/dist/esm/product/components/product-badge/ProductBadge.js +2 -0
- package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +39 -0
- package/dist/esm/product/components/product-badge/common/attrs.js +1 -0
- package/dist/esm/product/components/product-badge/common/classes.js +1 -0
- package/dist/esm/product/components/product-badge/common/styles.js +1 -0
- package/dist/esm/product/components/product-badge/constants.js +1 -0
- package/dist/esm/product/components/product-badge/types.js +1 -0
- package/dist/esm/product/components/product-badge/utils/common.js +1 -0
- package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +24 -0
- package/dist/esm/product/components/product-badge/utils/getRotateShape.js +1 -0
- package/dist/esm/product/components/product-badge/utils/getShapePosition.js +1 -0
- package/dist/esm/product/components/product-badge/utils/getStyleAdvanced.js +1 -0
- package/dist/esm/product/components/product-badge/utils/getWhiteSpace.js +1 -0
- package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -0
- package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +171 -0
- package/dist/esm/product/components/product-badge/utils/shape.js +1 -0
- package/dist/esm/product/components/product-badge/utils/stylesV2.js +18 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +2 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +33 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.js +2 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js +22 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.js +2 -0
- package/dist/esm/product/components/product-bundle/ProductBundleDiscountItem.liquid.js +1 -0
- package/dist/esm/product/components/product-bundle/common/classes.js +1 -0
- package/dist/esm/product/components/product-bundle/common/helpers.js +1 -0
- package/dist/esm/product/components/product-bundle/common/styles.js +1 -0
- package/dist/esm/product/components/product-bundle/hooks/useProductBundleDataState.js +25 -0
- package/dist/esm/product/components/product-bundle/hooks/useProductBundleDiscountState.js +1 -0
- package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscount.js +28 -0
- package/dist/esm/product/components/product-bundle/setting/ProductBundleDiscountItem.js +1 -0
- package/dist/esm/product/components/product-bundle/setting/configs/settings.js +1 -0
- package/dist/esm/product/components/product-bundle/setting/configs/ui-v1.js +1 -0
- package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -0
- package/dist/esm/product/components/product-button/AddToCartButton.js +1 -0
- package/dist/esm/product/components/product-button/AddToCartButton.liquid.js +1 -0
- package/dist/esm/product/components/product-button/BlankSpace.js +1 -0
- package/dist/esm/product/components/product-button/BlankSpace.liquid.js +3 -0
- package/dist/esm/product/components/product-button/CartMessage.js +1 -0
- package/dist/esm/product/components/product-button/PriceComponent.js +1 -0
- package/dist/esm/product/components/product-button/PriceComponent.liquid.js +1 -0
- package/dist/esm/product/components/product-button/PriceLayout.js +1 -0
- package/dist/esm/product/components/product-button/PriceLayout.liquid.js +7 -0
- package/dist/esm/product/components/product-button/ProductButton.js +2 -0
- package/dist/esm/product/components/product-button/ProductButton.liquid.js +20 -0
- package/dist/esm/product/components/product-button/ProductButtonPrice.js +2 -0
- package/dist/esm/product/components/product-button/ProductButtonPrice.liquid.js +2 -0
- package/dist/esm/product/components/product-button/Separator.js +1 -0
- package/dist/esm/product/components/product-button/Separator.liquid.js +8 -0
- package/dist/esm/product/components/product-button/SoldOutButton.js +1 -0
- package/dist/esm/product/components/product-button/SoldOutButton.liquid.js +1 -0
- package/dist/esm/product/components/product-button/common/classes.js +1 -0
- package/dist/esm/product/components/product-button/common/constants.js +23 -0
- package/dist/esm/product/components/product-button/common/data.js +1 -0
- package/dist/esm/product/components/product-button/common/helpers.js +1 -0
- package/dist/esm/product/components/product-button/common/styles.js +1 -0
- package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -0
- package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -0
- package/dist/esm/product/components/product-button/hooks/useCartMessage.js +1 -0
- package/dist/esm/product/components/product-button/hooks/useCartOperations.js +1 -0
- package/dist/esm/product/components/product-button/hooks/useDispatchAfterSubmitEvent.js +1 -0
- package/dist/esm/product/components/product-button/types.js +1 -0
- package/dist/esm/product/components/product-description/ProductDescription.js +2 -0
- package/dist/esm/product/components/product-description/ProductDescription.liquid.js +23 -0
- package/dist/esm/product/components/product-description/common/classes.js +1 -0
- package/dist/esm/product/components/product-description/common/helpers.js +3 -0
- package/dist/esm/product/components/product-description/common/styles.js +16 -0
- package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -0
- package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.js +2 -0
- package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +30 -0
- package/dist/esm/product/components/product-discount-tag/common/classes.js +1 -0
- package/dist/esm/product/components/product-discount-tag/common/styles.js +1 -0
- package/dist/esm/product/components/product-discount-tag/hooks/useGpDiscountTag.js +1 -0
- package/dist/esm/product/components/product-images/ProductFeaturedImage.js +2 -0
- package/dist/esm/product/components/product-images/ProductFeaturedImage.liquid.js +93 -0
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +2 -0
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +72 -0
- package/dist/esm/product/components/product-images/ProductGalleryGrid.js +2 -0
- package/dist/esm/product/components/product-images/ProductGalleryGrid.liquid.js +86 -0
- package/dist/esm/product/components/product-images/ProductImagesLightBox.js +2 -0
- package/dist/esm/product/components/product-images/common/helpers.js +1 -0
- package/dist/esm/product/components/product-images/common/productFeaturedImage.js +1 -0
- package/dist/esm/product/components/product-images/common/productGallery.js +1 -0
- package/dist/esm/product/components/product-images-v2/ProductImageV2.js +26 -0
- package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +44 -0
- package/dist/esm/product/components/product-images-v2/common/attrs.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/classes.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/common.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/getBorderActiveCss.js +16 -0
- package/dist/esm/product/components/product-images-v2/common/hoverAction.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/productFeaturedImage.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/productGallery.js +1 -0
- package/dist/esm/product/components/product-images-v2/common/styles.js +1 -0
- package/dist/esm/product/components/product-images-v2/components/child/MediaIcon.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeatureVideo.js +1 -0
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageOnly.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -0
- package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
- package/dist/esm/product/components/product-images-v2/components/feature-only/OnlyFeatureImage.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
- package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +89 -0
- package/dist/esm/product/components/product-images-v2/components/lightbox/ButtonOpenLightBox.js +2 -0
- package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +2 -0
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesAttr.js +1 -0
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesClassName.js +1 -0
- package/dist/esm/product/components/product-images-v2/composables/getProductImagesStyles.js +1 -0
- package/dist/esm/product/components/product-images-v2/hooks/useFeatureImageWithGallery.js +1 -0
- package/dist/esm/product/components/product-images-v2/hooks/useFilterImagesByVariant.js +1 -0
- package/dist/esm/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -0
- package/dist/esm/product/components/product-list/ProductList.js +1 -0
- package/dist/esm/product/components/product-list/ProductList.liquid.js +197 -0
- package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +15 -0
- package/dist/esm/product/components/product-list/ProductListCarouselLayout.js +1 -0
- package/dist/esm/product/components/product-list/ProductListCarouselLayout.liquid.js +22 -0
- package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +19 -0
- package/dist/esm/product/components/product-list/ProductListGridLayout.js +1 -0
- package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +34 -0
- package/dist/esm/product/components/product-list/common/attrs.js +1 -0
- package/dist/esm/product/components/product-list/common/classes.js +1 -0
- package/dist/esm/product/components/product-list/common/helpers.js +1 -0
- package/dist/esm/product/components/product-list/common/styles.js +1 -0
- package/dist/esm/product/components/product-price/ProductPrice.js +2 -0
- package/dist/esm/product/components/product-price/ProductPrice.liquid.js +11 -0
- package/dist/esm/product/components/product-price/common/attrs.js +1 -0
- package/dist/esm/product/components/product-price/common/classes.js +1 -0
- package/dist/esm/product/components/product-price/common/helpers.js +11 -0
- package/dist/esm/product/components/product-price/hooks/useGpPrice.js +1 -0
- package/dist/esm/product/components/product-properties/ProductProperties.js +1 -0
- package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +39 -0
- package/dist/esm/product/components/product-properties/common/attrs.js +1 -0
- package/dist/esm/product/components/product-properties/common/classes.js +1 -0
- package/dist/esm/product/components/product-properties/common/helpers.js +1 -0
- package/dist/esm/product/components/product-properties/common/styles.js +1 -0
- package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.js +2 -0
- package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +24 -0
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceAttrs.js +1 -0
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceClasses.js +1 -0
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceInlineCss.js +6 -0
- package/dist/esm/product/components/product-properties/property-choice/common/getProductPropertiesChoiceStyles.js +1 -0
- package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.js +2 -0
- package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +15 -0
- package/dist/esm/product/components/product-properties/property-input/common/attrs.js +1 -0
- package/dist/esm/product/components/product-properties/property-input/common/classes.js +1 -0
- package/dist/esm/product/components/product-properties/property-input/common/helpers.js +1 -0
- package/dist/esm/product/components/product-properties/property-input/common/styles.js +1 -0
- package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.js +2 -0
- package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +17 -0
- package/dist/esm/product/components/product-properties/property-select/common/attrs.js +1 -0
- package/dist/esm/product/components/product-properties/property-select/common/classes.js +1 -0
- package/dist/esm/product/components/product-properties/property-select/common/styles.js +1 -0
- package/dist/esm/product/components/product-quantity/ProductQuantity.js +2 -0
- package/dist/esm/product/components/product-quantity/ProductQuantity.liquid.js +48 -0
- package/dist/esm/product/components/product-quantity/common/attrs.js +1 -0
- package/dist/esm/product/components/product-quantity/common/classes.js +1 -0
- package/dist/esm/product/components/product-quantity/common/helpers.js +17 -0
- package/dist/esm/product/components/product-quantity/common/styles.js +1 -0
- package/dist/esm/product/components/product-quantity/hooks/useProductQuantity.js +1 -0
- package/dist/esm/product/components/product-quick-view/ProductQuickView.js +2 -0
- package/dist/esm/product/components/product-quick-view/QuickView.js +2 -0
- package/dist/esm/product/components/product-sku/Sku.js +2 -0
- package/dist/esm/product/components/product-sku/Sku.liquid.js +6 -0
- package/dist/esm/product/components/product-title/ProductTitle.js +2 -0
- package/dist/esm/product/components/product-title/ProductTitle.liquid.js +3 -0
- package/dist/esm/product/components/product-title/common/helpers.js +1 -0
- package/dist/esm/product/components/product-variants/ProductVariants.js +2 -0
- package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +157 -0
- package/dist/esm/product/components/product-variants/common/base/attrs.js +1 -0
- package/dist/esm/product/components/product-variants/common/base/classes.js +2 -0
- package/dist/esm/product/components/product-variants/common/base/styles.js +1 -0
- package/dist/esm/product/components/product-variants/common/common.js +1 -0
- package/dist/esm/product/components/product-variants/common/dropdown/attrs.js +1 -0
- package/dist/esm/product/components/product-variants/common/dropdown/classes.js +1 -0
- package/dist/esm/product/components/product-variants/common/dropdown/styles.js +1 -0
- package/dist/esm/product/components/product-variants/common/main/classes.js +1 -0
- package/dist/esm/product/components/product-variants/common/main/getAttr.js +1 -0
- package/dist/esm/product/components/product-variants/common/main/getData.js +1 -0
- package/dist/esm/product/components/product-variants/common/main/styles.js +1 -0
- package/dist/esm/product/components/product-variants/common/variants/attrs.js +1 -0
- package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -0
- package/dist/esm/product/components/product-variants/common/variants/styles.js +1 -0
- package/dist/esm/product/components/product-variants/components/base/base.js +11 -0
- package/dist/esm/product/components/product-variants/components/base/base.liquid.js +25 -0
- package/dist/esm/product/components/product-variants/components/color/color.js +2 -0
- package/dist/esm/product/components/product-variants/components/color/color.liquid.js +13 -0
- package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.js +2 -0
- package/dist/esm/product/components/product-variants/components/dropdown-group/DropdownGroup.liquid.js +1 -0
- package/dist/esm/product/components/product-variants/components/dropdown-option/DropdownOption.js +2 -0
- package/dist/esm/product/components/product-variants/components/dropdown-option/VariantOption.js +2 -0
- package/dist/esm/product/components/product-variants/components/dropdown-option/render-liquid/index.js +43 -0
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.js +2 -0
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/Dropdown.liquid.js +9 -0
- package/dist/esm/product/components/product-variants/components/dropdown-swatches/hooks/useDropdownSwatches.js +1 -0
- package/dist/esm/product/components/product-variants/components/image/Image.js +2 -0
- package/dist/esm/product/components/product-variants/components/image/Image.liquid.js +9 -0
- package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.js +2 -0
- package/dist/esm/product/components/product-variants/components/image-shopify/ImageShopify.liquid.js +21 -0
- package/dist/esm/product/components/product-variants/components/rectangle-list/RectangleList.js +2 -0
- package/dist/esm/product/components/product-variants/components/variants/index.js +2 -0
- package/dist/esm/product/components/product-variants/components/variants/index.liquid.js +62 -0
- package/dist/esm/product/components/product-variants/hooks/useGpVariants.js +1 -0
- package/dist/esm/product/components/product-variants/hooks/useVariantInteraction.js +1 -0
- package/dist/esm/product/components/product-variants/utils/mappingVariantStyles.js +1 -0
- package/dist/esm/product/components/product-vendor/Vendor.js +2 -0
- package/dist/esm/product/components/product-vendor/Vendor.liquid.js +14 -0
- package/dist/esm/product/components/product-view-more/ProductViewMore.js +2 -0
- package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +6 -0
- package/dist/esm/product/components/product-view-more/common/helpers.js +1 -0
- package/dist/esm/product/components/product-view-more/common/styles.js +1 -0
- package/dist/esm/product/components/product-wrap/Product.js +1 -0
- package/dist/esm/product/components/product-wrap/Product.liquid.js +99 -0
- package/dist/esm/product/components/product-wrap/common/helpers.js +1 -0
- package/dist/esm/product/components/product-wrap/hook/useProductSetting.js +1 -0
- package/dist/esm/product/helpers/function.js +1 -39
- package/dist/esm/product/helpers/product-bundle.js +1 -51
- package/dist/esm/product/helpers/product-image.js +1 -31
- package/dist/esm/product/helpers/product.js +1 -51
- package/dist/esm/product/helpers/tracking.js +1 -9
- package/dist/esm/product/index.js +1 -0
- package/dist/esm/product/next.js +1 -94
- package/dist/esm/product/settings/DynamicCheckout.js +5 -0
- package/dist/esm/product/settings/Product.js +8 -0
- package/dist/esm/product/settings/ProductBadge.js +1 -0
- package/dist/esm/product/settings/ProductButton.js +5 -0
- package/dist/esm/product/settings/ProductDescription.js +1 -0
- package/dist/esm/product/settings/ProductImages.js +25 -0
- package/dist/esm/product/settings/ProductList.js +8 -0
- package/dist/esm/product/settings/ProductPrice.js +5 -0
- package/dist/esm/product/settings/ProductProperties.js +8 -0
- package/dist/esm/product/settings/ProductQuantity.js +5 -0
- package/dist/esm/product/settings/ProductTag.js +1 -0
- package/dist/esm/product/settings/ProductTitle.js +6 -0
- package/dist/esm/product/settings/ProductVariants.js +5 -0
- package/dist/esm/product/settings/ProductViewMore.js +5 -0
- package/dist/esm/product/settings/Sku.js +5 -0
- package/dist/esm/product/settings/Vendor.js +5 -0
- package/dist/esm/product/settings/bundle-layout/horizontal-one.js +1 -0
- package/dist/esm/product/settings/bundle-layout/horizontal-three.js +1 -0
- package/dist/esm/product/settings/bundle-layout/horizontal-two.js +1 -0
- package/dist/esm/product/settings/bundle-layout/vertical-one.js +1 -0
- package/dist/esm/product/settings/bundle-layout/vertical-three.js +1 -0
- package/dist/esm/product/settings/bundle-layout/vertical-two.js +1 -0
- package/dist/esm/product/settings/dynamic-checkout/configs/presets.js +6 -0
- package/dist/esm/product/settings/dynamic-checkout/configs/settings.js +1 -0
- package/dist/esm/product/settings/dynamic-checkout/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product/configs/presets.js +1 -0
- package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +15 -0
- package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +21 -0
- package/dist/esm/product/settings/product/configs/product-presets/product-default.js +23 -0
- package/dist/esm/product/settings/product/configs/settings.js +1 -0
- package/dist/esm/product/settings/product/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-badge/configs/presets.js +11 -0
- package/dist/esm/product/settings/product-badge/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-badge/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-button/configs/presets.js +11 -0
- package/dist/esm/product/settings/product-button/configs/settings.js +3 -0
- package/dist/esm/product/settings/product-button/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-description/configs/presets.js +4 -0
- package/dist/esm/product/settings/product-description/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-description/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-description/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-discount-tag/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-discount-tag/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-image-v2/ProductFeatureImage.js +1 -0
- package/dist/esm/product/settings/product-image-v2/ProductGalleryImage.js +1 -0
- package/dist/esm/product/settings/product-image-v2/ProductImages.js +21 -0
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +2 -0
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +3 -0
- package/dist/esm/product/settings/product-image-v2/configs/setting-v2/index.js +1 -0
- package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureDots.js +1 -0
- package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -0
- package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -0
- package/dist/esm/product/settings/product-image-v2/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-list/configs/presets.js +37 -0
- package/dist/esm/product/settings/product-list/configs/settings-v2.js +1 -0
- package/dist/esm/product/settings/product-list/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-price/configs/presets.js +11 -0
- package/dist/esm/product/settings/product-price/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-price/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-price/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-properties/configs/presets.js +6 -0
- package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -0
- package/dist/esm/product/settings/product-properties/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-quantity/configs/presets.js +20 -0
- package/dist/esm/product/settings/product-quantity/configs/settings.js +3 -0
- package/dist/esm/product/settings/product-quantity/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-sku/configs/presets.js +4 -0
- package/dist/esm/product/settings/product-sku/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-sku/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-sku/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-title/configs/presets.js +4 -0
- package/dist/esm/product/settings/product-title/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-title/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-variant/configs/presets.js +24 -0
- package/dist/esm/product/settings/product-variant/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-variant/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-variant/swatches-style-config/color.js +1 -0
- package/dist/esm/product/settings/product-variant/swatches-style-config/dropdown.js +1 -0
- package/dist/esm/product/settings/product-variant/swatches-style-config/image-shopify.js +1 -0
- package/dist/esm/product/settings/product-variant/swatches-style-config/image.js +1 -0
- package/dist/esm/product/settings/product-variant/swatches-style-config/rectangle-list.js +1 -0
- package/dist/esm/product/settings/product-vendor/configs/presets.js +3 -0
- package/dist/esm/product/settings/product-vendor/configs/settings.js +1 -0
- package/dist/esm/product/settings/product-vendor/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-view-more/configs/presets.js +5 -0
- package/dist/esm/product/settings/product-view-more/configs/settings.js +8 -0
- package/dist/esm/product/settings/product-view-more/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -0
- package/dist/esm/radio/components/Radio.js +2 -0
- package/dist/esm/radio/index.js +1 -0
- package/dist/esm/radio/next.js +1 -12
- package/dist/esm/radio/settings/Radio.js +1 -0
- package/dist/esm/radio/settings/configs/settings.js +1 -0
- package/dist/esm/select/components/Select.js +4 -0
- package/dist/esm/select/index.js +1 -0
- package/dist/esm/select/next.js +1 -12
- package/dist/esm/select/settings/Select.js +1 -0
- package/dist/esm/select/settings/configs/settings.js +1 -0
- package/dist/esm/setting.js +1 -0
- package/dist/esm/shop-pay-installment/components/ShopPayInstallments.js +1 -0
- package/dist/esm/shop-pay-installment/components/ShopPayInstallments.liquid.js +3 -0
- package/dist/esm/shop-pay-installment/components/common/helpers.js +1 -0
- package/dist/esm/shop-pay-installment/index.js +1 -0
- package/dist/esm/shop-pay-installment/next.js +1 -0
- package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +12 -0
- package/dist/esm/shop-pay-installment/settings/configs/settings.js +1 -0
- package/dist/esm/sticky/common/classes.js +1 -0
- package/dist/esm/sticky/common/styles.js +1 -0
- package/dist/esm/sticky/components/Sticky.js +2 -179
- package/dist/esm/sticky/components/Sticky.liquid.js +16 -82
- package/dist/esm/sticky/hooks/useSticky.js +1 -0
- package/dist/esm/sticky/index.js +1 -0
- package/dist/esm/sticky/next.js +1 -12
- package/dist/esm/sticky/settings/Sticky.js +1 -0
- package/dist/esm/sticky/settings/configs/presets.js +31 -0
- package/dist/esm/sticky/settings/configs/settings-v2.js +1 -0
- package/dist/esm/sticky/settings/configs/settings.js +1 -0
- package/dist/esm/sticky/settings/configs/ui-v1.js +1 -0
- package/dist/esm/sticky/settings/configs/ui-v2.js +1 -0
- package/dist/esm/stock-counter/common/attrs.js +1 -0
- package/dist/esm/stock-counter/common/classes.js +1 -0
- package/dist/esm/stock-counter/common/helpers.js +71 -0
- package/dist/esm/stock-counter/common/styles.js +1 -0
- package/dist/esm/stock-counter/components/StockCounter.js +2 -128
- package/dist/esm/stock-counter/components/StockCounter.liquid.js +61 -181
- package/dist/esm/stock-counter/hooks/useStockCounter.js +1 -0
- package/dist/esm/stock-counter/hooks/useStockCounterInteraction.js +1 -66
- package/dist/esm/stock-counter/index.js +1 -0
- package/dist/esm/stock-counter/next.js +1 -12
- package/dist/esm/stock-counter/settings/StockCounter.js +5 -0
- package/dist/esm/stock-counter/settings/configs/presets.js +11 -0
- package/dist/esm/stock-counter/settings/configs/settings-v2.js +2 -0
- package/dist/esm/stock-counter/settings/configs/ui-v1.js +1 -0
- package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -0
- package/dist/esm/tab/common/attrs.js +1 -0
- package/dist/esm/tab/common/classes.js +4 -0
- package/dist/esm/tab/common/helpers.js +2 -0
- package/dist/esm/tab/common/styles.js +1 -0
- package/dist/esm/tab/components/TabItem.js +2 -20
- package/dist/esm/tab/components/TabItem.liquid.js +6 -21
- package/dist/esm/tab/components/Tabs.js +2 -153
- package/dist/esm/tab/components/Tabs.liquid.js +26 -114
- package/dist/esm/tab/hooks/useTab.js +1 -0
- package/dist/esm/tab/hooks/useTabInteraction.js +1 -54
- package/dist/esm/tab/index.js +1 -0
- package/dist/esm/tab/next.js +1 -16
- package/dist/esm/tab/settings/TabItem.js +5 -0
- package/dist/esm/tab/settings/Tabs.js +11 -0
- package/dist/esm/tab/settings/configs/settings.js +1 -0
- package/dist/esm/tab/settings/configs/ui-v1.js +1 -0
- package/dist/esm/tab/settings/configs/ui-v2.js +1 -0
- package/dist/esm/text/common/attrs.js +1 -0
- package/dist/esm/text/common/classes.js +1 -0
- package/dist/esm/text/common/helpers.js +1 -0
- package/dist/esm/text/common/styles.js +1 -0
- package/dist/esm/text/components/Text.js +2 -98
- package/dist/esm/text/components/Text.liquid.js +15 -102
- package/dist/esm/text/components/TextInline.js +7 -29
- package/dist/esm/text/index.js +1 -5
- package/dist/esm/text/next.js +1 -12
- package/dist/esm/text/settings/Text.js +5 -0
- package/dist/esm/text/settings/configs/presets.js +3 -0
- package/dist/esm/text/settings/configs/settings.js +1 -0
- package/dist/esm/text/settings/configs/ui-v1.js +1 -0
- package/dist/esm/text/settings/configs/ui-v2.js +1 -0
- package/dist/esm/textarea/components/Textarea.js +2 -0
- package/dist/esm/textarea/index.js +1 -0
- package/dist/esm/textarea/next.js +1 -12
- package/dist/esm/textarea/settings/Textarea.js +7 -0
- package/dist/esm/textarea/settings/configs/settings.js +1 -0
- package/dist/esm/third-party/common/helpers.js +13 -0
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +2 -28
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +1 -8
- package/dist/esm/third-party/components/AirProductReviewsAppUgc.js +2 -33
- package/dist/esm/third-party/components/AirProductReviewsAppUgc.liquid.js +5 -19
- package/dist/esm/third-party/components/AliReviews/AliReviewsSampleContent.js +2 -24
- package/dist/esm/third-party/components/AliReviews.js +2 -18
- package/dist/esm/third-party/components/AliReviews.liquid.js +6 -15
- package/dist/esm/third-party/components/AlsoBoughtCbb.js +2 -28
- package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +4 -13
- package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.js +2 -0
- package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +1 -0
- package/dist/esm/third-party/components/AppointmentBookingCowlendar.js +2 -33
- package/dist/esm/third-party/components/AppointmentBookingCowlendar.liquid.js +1 -8
- package/dist/esm/third-party/components/AppstleBundlesDiscounts.js +2 -28
- package/dist/esm/third-party/components/AppstleBundlesDiscounts.liquid.js +1 -8
- package/dist/esm/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +2 -19
- package/dist/esm/third-party/components/AppstleSubscriptions.js +2 -18
- package/dist/esm/third-party/components/AppstleSubscriptions.liquid.js +4 -13
- package/dist/esm/third-party/components/BestBuyFulfillment.js +1 -33
- package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +1 -8
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +2 -28
- package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +1 -8
- package/dist/esm/third-party/components/BirdChime/BirdChimeContent.js +2 -19
- package/dist/esm/third-party/components/BirdChime.js +2 -18
- package/dist/esm/third-party/components/BirdChime.liquid.js +4 -13
- package/dist/esm/third-party/components/Bogos/BogosSampleContent.js +2 -34
- package/dist/esm/third-party/components/Bogos.js +2 -18
- package/dist/esm/third-party/components/Bogos.liquid.js +7 -14
- package/dist/esm/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +2 -19
- package/dist/esm/third-party/components/BoldProductOptions.js +2 -18
- package/dist/esm/third-party/components/BoldProductOptions.liquid.js +4 -13
- package/dist/esm/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +2 -30
- package/dist/esm/third-party/components/BoldSubscriptions.js +2 -18
- package/dist/esm/third-party/components/BoldSubscriptions.liquid.js +6 -15
- package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.js +2 -33
- package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.liquid.js +1 -8
- package/dist/esm/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +2 -19
- package/dist/esm/third-party/components/BoostAISearchDiscovery.js +2 -18
- package/dist/esm/third-party/components/BoostAISearchDiscovery.liquid.js +5 -16
- package/dist/esm/third-party/components/Bundler/BundlerSampleContent.js +2 -19
- package/dist/esm/third-party/components/Bundler.js +2 -20
- package/dist/esm/third-party/components/Bundler.liquid.js +5 -18
- package/dist/esm/third-party/components/CleanSizeCharts.js +2 -38
- package/dist/esm/third-party/components/CleanSizeCharts.liquid.js +5 -14
- package/dist/esm/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +2 -19
- package/dist/esm/third-party/components/CrossSellCartUpsell.js +2 -18
- package/dist/esm/third-party/components/CrossSellCartUpsell.liquid.js +4 -12
- package/dist/esm/third-party/components/CustomProductOptionsVariant.js +2 -33
- package/dist/esm/third-party/components/CustomProductOptionsVariant.liquid.js +4 -13
- package/dist/esm/third-party/components/DiscountyBulkDiscountSales.js +2 -28
- package/dist/esm/third-party/components/DiscountyBulkDiscountSales.liquid.js +4 -13
- package/dist/esm/third-party/components/EasifyProductOptions.js +2 -33
- package/dist/esm/third-party/components/EasifyProductOptions.liquid.js +4 -13
- package/dist/esm/third-party/components/EasyBundleBuilderSkailama.js +2 -33
- package/dist/esm/third-party/components/EasyBundleBuilderSkailama.liquid.js +1 -8
- package/dist/esm/third-party/components/EasySellCOD.js +2 -33
- package/dist/esm/third-party/components/EasySellCOD.liquid.js +4 -13
- package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.js +2 -28
- package/dist/esm/third-party/components/EcoboostifyShoppableReelUgc.liquid.js +1 -8
- package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +2 -28
- package/dist/esm/third-party/components/EcomsendBackInStockAlert.liquid.js +5 -14
- package/dist/esm/third-party/components/EssentialAnnouncementBar.js +2 -28
- package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +1 -8
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +2 -28
- package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +1 -8
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +2 -28
- package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +1 -8
- package/dist/esm/third-party/components/FastBundleBundlesDiscounts.js +2 -33
- package/dist/esm/third-party/components/FastBundleBundlesDiscounts.liquid.js +5 -21
- package/dist/esm/third-party/components/FeraReviews/FeraReviewsSampleContent.js +2 -45
- package/dist/esm/third-party/components/FeraReviews/LiquidTemplateByWidget.js +1 -50
- package/dist/esm/third-party/components/FeraReviews.js +2 -22
- package/dist/esm/third-party/components/FeraReviews.liquid.js +5 -16
- package/dist/esm/third-party/components/FirePush/FirePushSampleContent.js +2 -17
- package/dist/esm/third-party/components/FirePush.js +2 -18
- package/dist/esm/third-party/components/FirePush.liquid.js +4 -13
- package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.js +2 -78
- package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.liquid.js +1 -8
- package/dist/esm/third-party/components/FordeerProductLabels.js +2 -44
- package/dist/esm/third-party/components/FordeerProductLabels.liquid.js +7 -16
- package/dist/esm/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +2 -19
- package/dist/esm/third-party/components/FrequentlyBoughtTogether.js +2 -20
- package/dist/esm/third-party/components/FrequentlyBoughtTogether.liquid.js +5 -14
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +2 -28
- package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +1 -8
- package/dist/esm/third-party/components/GloboProductOptionsVariant.js +1 -33
- package/dist/esm/third-party/components/GloboProductOptionsVariant.liquid.js +1 -8
- package/dist/esm/third-party/components/GoogleReviewsByReputon.js +2 -33
- package/dist/esm/third-party/components/GoogleReviewsByReputon.liquid.js +7 -16
- package/dist/esm/third-party/components/Growave/GrowaveSampleContent.js +2 -34
- package/dist/esm/third-party/components/Growave.js +2 -18
- package/dist/esm/third-party/components/Growave.liquid.js +5 -15
- package/dist/esm/third-party/components/HextomCountdownTimerBar.js +2 -28
- package/dist/esm/third-party/components/HextomCountdownTimerBar.liquid.js +1 -8
- package/dist/esm/third-party/components/HextomFreeShippingBar.js +2 -28
- package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +1 -8
- package/dist/esm/third-party/components/HulkFormBuilder.js +2 -33
- package/dist/esm/third-party/components/HulkFormBuilder.liquid.js +5 -14
- package/dist/esm/third-party/components/HulkProductOptions.js +2 -28
- package/dist/esm/third-party/components/HulkProductOptions.liquid.js +1 -8
- package/dist/esm/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +2 -19
- package/dist/esm/third-party/components/InfiniteOptions.js +2 -18
- package/dist/esm/third-party/components/InfiniteOptions.liquid.js +4 -12
- package/dist/esm/third-party/components/Instafeed/InstafeedSampleContent.js +2 -19
- package/dist/esm/third-party/components/Instafeed.js +2 -18
- package/dist/esm/third-party/components/Instafeed.liquid.js +4 -13
- package/dist/esm/third-party/components/InstasellShoppableInstagram.js +2 -33
- package/dist/esm/third-party/components/InstasellShoppableInstagram.liquid.js +1 -8
- package/dist/esm/third-party/components/Judgeme/JudgemeSampleContent.js +2 -35
- package/dist/esm/third-party/components/JudgemeReviews.js +2 -19
- package/dist/esm/third-party/components/JudgemeReviews.liquid.js +10 -19
- package/dist/esm/third-party/components/JunipProductReviewsUgc.js +2 -33
- package/dist/esm/third-party/components/JunipProductReviewsUgc.liquid.js +1 -8
- package/dist/esm/third-party/components/KachingBundles/KachingBundlesSampleContent.js +2 -23
- package/dist/esm/third-party/components/KachingBundles.js +2 -18
- package/dist/esm/third-party/components/KachingBundles.liquid.js +5 -15
- package/dist/esm/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +2 -19
- package/dist/esm/third-party/components/KingProductOptions.js +2 -18
- package/dist/esm/third-party/components/KingProductOptions.liquid.js +5 -14
- package/dist/esm/third-party/components/KiteFreeGiftDiscount.js +2 -33
- package/dist/esm/third-party/components/KiteFreeGiftDiscount.liquid.js +1 -8
- package/dist/esm/third-party/components/KlarnaMessaging.js +2 -46
- package/dist/esm/third-party/components/KlarnaMessaging.liquid.js +5 -32
- package/dist/esm/third-party/components/Klaviyo/KlaviyoSampleContent.js +2 -19
- package/dist/esm/third-party/components/Klaviyo.js +2 -26
- package/dist/esm/third-party/components/Klaviyo.liquid.js +5 -15
- package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.js +2 -33
- package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.liquid.js +4 -13
- package/dist/esm/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +2 -54
- package/dist/esm/third-party/components/LaiProductReviews/LiquidTemplateByWiget.js +13 -44
- package/dist/esm/third-party/components/LaiProductReviews.js +2 -20
- package/dist/esm/third-party/components/LaiProductReviews.liquid.js +5 -17
- package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.js +2 -33
- package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.liquid.js +1 -8
- package/dist/esm/third-party/components/LoopSubscriptions.js +2 -33
- package/dist/esm/third-party/components/LoopSubscriptions.liquid.js +2 -13
- package/dist/esm/third-party/components/LooxReviews/LooxReviewsSampleContent.js +2 -31
- package/dist/esm/third-party/components/LooxReviews.js +2 -18
- package/dist/esm/third-party/components/LooxReviews.liquid.js +10 -49
- package/dist/esm/third-party/components/MaxbundleProductBundles.js +2 -33
- package/dist/esm/third-party/components/MaxbundleProductBundles.liquid.js +5 -14
- package/dist/esm/third-party/components/MbcBundleVolumeDiscount.js +2 -33
- package/dist/esm/third-party/components/MbcBundleVolumeDiscount.liquid.js +4 -13
- package/dist/esm/third-party/components/MyappgurusProductReviews.js +2 -28
- package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +1 -8
- package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +2 -33
- package/dist/esm/third-party/components/NotifyBackInStockPreOrder.liquid.js +4 -13
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +2 -28
- package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +1 -8
- package/dist/esm/third-party/components/Omnisend/OmnisendSampleContent.js +2 -30
- package/dist/esm/third-party/components/Omnisend.js +2 -18
- package/dist/esm/third-party/components/Omnisend.liquid.js +9 -18
- package/dist/esm/third-party/components/Opinew/OpinewSampleContent.js +2 -29
- package/dist/esm/third-party/components/Opinew.js +2 -18
- package/dist/esm/third-party/components/Opinew.liquid.js +6 -15
- package/dist/esm/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +2 -19
- package/dist/esm/third-party/components/ParcelPanel.js +2 -18
- package/dist/esm/third-party/components/ParcelPanel.liquid.js +5 -15
- package/dist/esm/third-party/components/PickyStory/PickyStorySampleContent.js +2 -32
- package/dist/esm/third-party/components/PickyStory.js +2 -18
- package/dist/esm/third-party/components/PickyStory.liquid.js +5 -14
- package/dist/esm/third-party/components/PowerfulContactFormBuilder.js +2 -33
- package/dist/esm/third-party/components/PowerfulContactFormBuilder.liquid.js +1 -8
- package/dist/esm/third-party/components/PreorderNowPreOrderPq.js +2 -33
- package/dist/esm/third-party/components/PreorderNowPreOrderPq.liquid.js +1 -8
- package/dist/esm/third-party/components/PreorderNowWodPresale.js +2 -46
- package/dist/esm/third-party/components/PreorderNowWodPresale.liquid.js +1 -8
- package/dist/esm/third-party/components/ProductOptionsCustomizer.js +2 -33
- package/dist/esm/third-party/components/ProductOptionsCustomizer.liquid.js +1 -8
- package/dist/esm/third-party/components/ProductOptionsVariantOption.js +1 -33
- package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +4 -13
- package/dist/esm/third-party/components/ProductReviews/ProductReviewsSampleContent.js +2 -25
- package/dist/esm/third-party/components/ProductReviews.js +2 -18
- package/dist/esm/third-party/components/ProductReviews.liquid.js +5 -14
- package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.js +2 -33
- package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.liquid.js +1 -8
- package/dist/esm/third-party/components/PushOwl.js +2 -5
- package/dist/esm/third-party/components/PushOwl.liquid.js +3 -33
- package/dist/esm/third-party/components/QikifyUpsell.js +2 -73
- package/dist/esm/third-party/components/QikifyUpsell.liquid.js +1 -8
- package/dist/esm/third-party/components/RapiBundleQuantityBreaks.js +2 -33
- package/dist/esm/third-party/components/RapiBundleQuantityBreaks.liquid.js +5 -14
- package/dist/esm/third-party/components/RechargeSubscriptions.js +2 -33
- package/dist/esm/third-party/components/RechargeSubscriptions.liquid.js +1 -8
- package/dist/esm/third-party/components/RecurpaySubscriptionApp.js +2 -33
- package/dist/esm/third-party/components/RecurpaySubscriptionApp.liquid.js +4 -13
- package/dist/esm/third-party/components/Releasit/ReleasitSampleContent.js +2 -17
- package/dist/esm/third-party/components/Releasit.js +1 -18
- package/dist/esm/third-party/components/Releasit.liquid.js +4 -14
- package/dist/esm/third-party/components/RequestQuoteHidePrice.js +2 -33
- package/dist/esm/third-party/components/RequestQuoteHidePrice.liquid.js +4 -13
- package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.js +2 -31
- package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.liquid.js +1 -8
- package/dist/esm/third-party/components/Rivyo/RivyoSampleContent.js +2 -32
- package/dist/esm/third-party/components/Rivyo.js +2 -18
- package/dist/esm/third-party/components/Rivyo.liquid.js +5 -14
- package/dist/esm/third-party/components/Ryviu/RyviuSampleContent.js +2 -33
- package/dist/esm/third-party/components/Ryviu.js +2 -18
- package/dist/esm/third-party/components/Ryviu.liquid.js +6 -15
- package/dist/esm/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +2 -19
- package/dist/esm/third-party/components/SealSubscriptions.js +2 -18
- package/dist/esm/third-party/components/SealSubscriptions.liquid.js +4 -13
- package/dist/esm/third-party/components/SegunoEmailMarketing.js +2 -28
- package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +1 -8
- package/dist/esm/third-party/components/Selleasy.js +2 -31
- package/dist/esm/third-party/components/Selleasy.liquid.js +1 -8
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +2 -28
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +1 -8
- package/dist/esm/third-party/components/ShopifyForms.js +2 -33
- package/dist/esm/third-party/components/ShopifyForms.liquid.js +1 -8
- package/dist/esm/third-party/components/ShopifySubscriptions.js +2 -33
- package/dist/esm/third-party/components/ShopifySubscriptions.liquid.js +4 -14
- package/dist/esm/third-party/components/SimpleBundlesKits.js +2 -33
- package/dist/esm/third-party/components/SimpleBundlesKits.liquid.js +1 -8
- package/dist/esm/third-party/components/SkioSubscriptionsYcS20.js +2 -33
- package/dist/esm/third-party/components/SkioSubscriptionsYcS20.liquid.js +5 -14
- package/dist/esm/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +2 -19
- package/dist/esm/third-party/components/SmartSearchBarAndFilters.js +2 -20
- package/dist/esm/third-party/components/SmartSearchBarAndFilters.liquid.js +6 -17
- package/dist/esm/third-party/components/SproutPlantTreesGrowSales.js +2 -33
- package/dist/esm/third-party/components/SproutPlantTreesGrowSales.liquid.js +1 -8
- package/dist/esm/third-party/components/Stamped/LiquidTemplateByWidget.js +101 -172
- package/dist/esm/third-party/components/Stamped/StampedSampleContent.js +2 -42
- package/dist/esm/third-party/components/Stamped.js +2 -18
- package/dist/esm/third-party/components/Stamped.liquid.js +5 -17
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +2 -28
- package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +4 -13
- package/dist/esm/third-party/components/SubifySubscriptionsApp.js +2 -33
- package/dist/esm/third-party/components/SubifySubscriptionsApp.liquid.js +1 -8
- package/dist/esm/third-party/components/TagembedSocialPostReview.js +2 -33
- package/dist/esm/third-party/components/TagembedSocialPostReview.liquid.js +5 -14
- package/dist/esm/third-party/components/TagshopShoppableVideosUgc.js +2 -33
- package/dist/esm/third-party/components/TagshopShoppableVideosUgc.liquid.js +5 -14
- package/dist/esm/third-party/components/TeeinblueProductPersonalizer.js +1 -33
- package/dist/esm/third-party/components/TeeinblueProductPersonalizer.liquid.js +4 -13
- package/dist/esm/third-party/components/ThirdPartyPreview.js +2 -71
- package/dist/esm/third-party/components/TrustBadgesBear.js +2 -28
- package/dist/esm/third-party/components/TrustBadgesBear.liquid.js +1 -8
- package/dist/esm/third-party/components/TrustMe/TrustMeSampleContent.js +2 -19
- package/dist/esm/third-party/components/TrustMe.js +2 -18
- package/dist/esm/third-party/components/TrustMe.liquid.js +4 -13
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +2 -28
- package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +1 -8
- package/dist/esm/third-party/components/Trustoo/TrustooSampleContent.js +2 -31
- package/dist/esm/third-party/components/Trustoo.js +2 -18
- package/dist/esm/third-party/components/Trustoo.liquid.js +12 -34
- package/dist/esm/third-party/components/TrustreviewsProductReviews.js +2 -28
- package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +1 -8
- package/dist/esm/third-party/components/TrustshopProductReviews.js +2 -42
- package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +1 -8
- package/dist/esm/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +2 -29
- package/dist/esm/third-party/components/UltimateSalesBoost.js +2 -18
- package/dist/esm/third-party/components/UltimateSalesBoost.liquid.js +5 -14
- package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.js +2 -33
- package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.liquid.js +1 -8
- package/dist/esm/third-party/components/Vitals/VitalsSampleContent.js +2 -47
- package/dist/esm/third-party/components/Vitals.js +2 -18
- package/dist/esm/third-party/components/Vitals.liquid.js +7 -16
- package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.js +2 -33
- package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.liquid.js +1 -8
- package/dist/esm/third-party/components/WideBundle/WideBundleSampleContent.js +2 -19
- package/dist/esm/third-party/components/WideBundle.js +2 -18
- package/dist/esm/third-party/components/WideBundle.liquid.js +4 -13
- package/dist/esm/third-party/components/Wiser/WiserSampleContent.js +2 -53
- package/dist/esm/third-party/components/Wiser.js +2 -22
- package/dist/esm/third-party/components/Wiser.liquid.js +5 -15
- package/dist/esm/third-party/components/WishlistKing.js +2 -33
- package/dist/esm/third-party/components/WishlistKing.liquid.js +1 -8
- package/dist/esm/third-party/components/WishlistPlus.js +2 -33
- package/dist/esm/third-party/components/WishlistPlus.liquid.js +6 -15
- package/dist/esm/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +2 -19
- package/dist/esm/third-party/components/YotpoLoyalty.js +2 -39
- package/dist/esm/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +2 -33
- package/dist/esm/third-party/components/YotpoReviews.js +2 -18
- package/dist/esm/third-party/components/YotpoReviews.liquid.js +6 -16
- package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +1 -8
- package/dist/esm/third-party/configs/AirProductReviewsAppUgc.js +1 -0
- package/dist/esm/third-party/configs/AliReviews.js +1 -8
- package/dist/esm/third-party/configs/AlsoBoughtCbb.js +1 -8
- package/dist/esm/third-party/configs/AovFreeGiftBuyXGetYBogo.js +1 -0
- package/dist/esm/third-party/configs/AppointmentBookingCowlendar.js +1 -0
- package/dist/esm/third-party/configs/AppstleBundlesDiscounts.js +1 -8
- package/dist/esm/third-party/configs/AppstleSubscriptions.js +1 -8
- package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +1 -8
- package/dist/esm/third-party/configs/BirdChime.js +1 -8
- package/dist/esm/third-party/configs/Bogos.js +1 -8
- package/dist/esm/third-party/configs/BoldProductOptions.js +1 -8
- package/dist/esm/third-party/configs/BoldSubscription.js +1 -8
- package/dist/esm/third-party/configs/BonLoyaltyRewardsReferrals.js +1 -0
- package/dist/esm/third-party/configs/BoostAISearchDiscovery.js +1 -8
- package/dist/esm/third-party/configs/Bundler.js +1 -8
- package/dist/esm/third-party/configs/CleanSizeCharts.js +1 -0
- package/dist/esm/third-party/configs/CrossSellCartUpsell.js +1 -8
- package/dist/esm/third-party/configs/CustomProductOptionsVariant.js +1 -0
- package/dist/esm/third-party/configs/DiscountyBulkDiscountSales.js +1 -8
- package/dist/esm/third-party/configs/EasifyProductOptions.js +1 -0
- package/dist/esm/third-party/configs/EasyBundleBuilderSkailama.js +1 -0
- package/dist/esm/third-party/configs/EasySellCOD.js +1 -0
- package/dist/esm/third-party/configs/EcoboostifyShoppableReelUgc.js +1 -8
- package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -8
- package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +1 -8
- package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +1 -8
- package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +1 -8
- package/dist/esm/third-party/configs/FastBundleBundlesDiscount.js +1 -0
- package/dist/esm/third-party/configs/FeraReviews.js +1 -8
- package/dist/esm/third-party/configs/FirePush.js +1 -8
- package/dist/esm/third-party/configs/FlyBundlesUpsellsFbt.js +1 -0
- package/dist/esm/third-party/configs/FordeerProductLabels.js +1 -0
- package/dist/esm/third-party/configs/FrequentlyBoughtTogether.js +1 -8
- package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +1 -8
- package/dist/esm/third-party/configs/GoogleReviewsByReputon.js +1 -0
- package/dist/esm/third-party/configs/Growave.js +1 -8
- package/dist/esm/third-party/configs/HextomCountdownTimerBar.js +1 -8
- package/dist/esm/third-party/configs/HextomFreeShippingBar.js +1 -8
- package/dist/esm/third-party/configs/HulkFormBuilder.js +1 -0
- package/dist/esm/third-party/configs/HulkProductOptions.js +1 -8
- package/dist/esm/third-party/configs/InfiniteOptions.js +1 -8
- package/dist/esm/third-party/configs/Instafeed.js +1 -8
- package/dist/esm/third-party/configs/InstasellShoppableInstagram.js +1 -0
- package/dist/esm/third-party/configs/JudgemeReviews.js +1 -8
- package/dist/esm/third-party/configs/JunipProductReviewsUgc.js +1 -0
- package/dist/esm/third-party/configs/KachingBundles.js +1 -8
- package/dist/esm/third-party/configs/KingProductOptions.js +1 -8
- package/dist/esm/third-party/configs/KiteFreeGiftDiscount.js +1 -0
- package/dist/esm/third-party/configs/KlarmaMessaging.js +1 -0
- package/dist/esm/third-party/configs/Klaviyo.js +1 -8
- package/dist/esm/third-party/configs/KoalaBundleQuantityDiscount.js +1 -0
- package/dist/esm/third-party/configs/LaiProductReviews.js +1 -8
- package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +1 -0
- package/dist/esm/third-party/configs/LoopSubscriptions.js +1 -0
- package/dist/esm/third-party/configs/LooxReviews.js +1 -8
- package/dist/esm/third-party/configs/MaxbundleProductBundles.js +1 -0
- package/dist/esm/third-party/configs/MbcBundleVolumeDiscount.js +1 -0
- package/dist/esm/third-party/configs/MyappgurusProductReviews.js +1 -8
- package/dist/esm/third-party/configs/NotifyBackInStockPreOrder.js +1 -0
- package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +1 -8
- package/dist/esm/third-party/configs/Omnisend.js +1 -8
- package/dist/esm/third-party/configs/Opinew.js +1 -8
- package/dist/esm/third-party/configs/ParcelPanel.js +1 -8
- package/dist/esm/third-party/configs/PickyStory.js +1 -8
- package/dist/esm/third-party/configs/PowerfulContactFormBuilder.js +1 -0
- package/dist/esm/third-party/configs/PreorderNowPreOrderPq.js +1 -0
- package/dist/esm/third-party/configs/PreorderNowWodPresale.js +1 -0
- package/dist/esm/third-party/configs/ProductOptionsCustomizer.js +1 -0
- package/dist/esm/third-party/configs/ProductReviews.js +1 -8
- package/dist/esm/third-party/configs/PumperBundlesVolumeDiscount.js +1 -0
- package/dist/esm/third-party/configs/PushOwl.js +1 -8
- package/dist/esm/third-party/configs/QikifyUpsell.js +1 -0
- package/dist/esm/third-party/configs/RapiBundleQuantityBreaks.js +1 -0
- package/dist/esm/third-party/configs/RechargeSubscriptions.js +1 -0
- package/dist/esm/third-party/configs/RecurpaySubscriptionApp.js +1 -0
- package/dist/esm/third-party/configs/Releasit.js +1 -8
- package/dist/esm/third-party/configs/RequestQuoteHidePrice.js +1 -0
- package/dist/esm/third-party/configs/ReviewxpoProductReviewsApp.js +1 -0
- package/dist/esm/third-party/configs/Rivyo.js +1 -8
- package/dist/esm/third-party/configs/Ryviu.js +1 -8
- package/dist/esm/third-party/configs/SealSubscriptions.js +1 -8
- package/dist/esm/third-party/configs/SegunoEmailMarketing.js +1 -8
- package/dist/esm/third-party/configs/Selleasy.js +1 -0
- package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +1 -8
- package/dist/esm/third-party/configs/ShopifyForms.js +1 -0
- package/dist/esm/third-party/configs/ShopifySubscriptions.js +1 -0
- package/dist/esm/third-party/configs/SimpleBundlesKits.js +1 -0
- package/dist/esm/third-party/configs/SkioSubscriptionsYcS20.js +1 -0
- package/dist/esm/third-party/configs/SmartSearchBarAndFilters.js +1 -8
- package/dist/esm/third-party/configs/SproutPlantTreesGrowSales.js +1 -0
- package/dist/esm/third-party/configs/Stamped.js +1 -8
- package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +1 -8
- package/dist/esm/third-party/configs/SubifySubscriptionsApp.js +1 -0
- package/dist/esm/third-party/configs/TagembedSocialPostReview.js +1 -0
- package/dist/esm/third-party/configs/TagshopShoppableVideosUgc.js +1 -0
- package/dist/esm/third-party/configs/TrustBadgesBear.js +1 -8
- package/dist/esm/third-party/configs/TrustMe.js +1 -8
- package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +1 -8
- package/dist/esm/third-party/configs/Trustoo.js +1 -8
- package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +1 -8
- package/dist/esm/third-party/configs/TrustshopProductReviews.js +1 -8
- package/dist/esm/third-party/configs/UltimateSalesBoost.js +1 -8
- package/dist/esm/third-party/configs/UnlimitedBundlesDiscounts.js +1 -0
- package/dist/esm/third-party/configs/Vitals.js +1 -8
- package/dist/esm/third-party/configs/WhatmoreShoppableVideosreel.js +1 -0
- package/dist/esm/third-party/configs/WideBundle.js +1 -8
- package/dist/esm/third-party/configs/Wiser.js +1 -8
- package/dist/esm/third-party/configs/WishlistKing.js +1 -0
- package/dist/esm/third-party/configs/WishlistPlus.js +1 -0
- package/dist/esm/third-party/configs/YotpoLoyalty.js +1 -8
- package/dist/esm/third-party/configs/YotpoReviews.js +1 -8
- package/dist/esm/third-party/index.js +1 -0
- package/dist/esm/third-party/next.js +1 -588
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +4 -0
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +4 -0
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AliReviews/index.js +6 -0
- package/dist/esm/third-party/settings/AliReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AliReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +4 -0
- package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +4 -0
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +4 -0
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +4 -0
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV2.js +1 -0
- package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +6 -0
- package/dist/esm/third-party/settings/AppstleSubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/AppstleSubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +4 -0
- package/dist/esm/third-party/settings/BestBuyFulfillment/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BestBuyFulfillment/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +4 -0
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BirdChime/index.js +6 -0
- package/dist/esm/third-party/settings/BirdChime/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BirdChime/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Bogos/index.js +6 -0
- package/dist/esm/third-party/settings/Bogos/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Bogos/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BoldProductOptions/index.js +6 -0
- package/dist/esm/third-party/settings/BoldProductOptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BoldProductOptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BoldSubscriptions/index.js +6 -0
- package/dist/esm/third-party/settings/BoldSubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BoldSubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +4 -0
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +6 -0
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV1.js +1 -0
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Bundler/index.js +6 -0
- package/dist/esm/third-party/settings/Bundler/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Bundler/uiV2.js +1 -0
- package/dist/esm/third-party/settings/CleanSizeCharts/index.js +6 -0
- package/dist/esm/third-party/settings/CleanSizeCharts/uiV1.js +1 -0
- package/dist/esm/third-party/settings/CleanSizeCharts/uiV2.js +1 -0
- package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +6 -0
- package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV1.js +1 -0
- package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV2.js +1 -0
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +4 -0
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV1.js +1 -0
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV2.js +1 -0
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +4 -0
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV1.js +1 -0
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EasifyProductOptions/index.js +4 -0
- package/dist/esm/third-party/settings/EasifyProductOptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EasifyProductOptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +4 -0
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EasySellCOD/index.js +6 -0
- package/dist/esm/third-party/settings/EasySellCOD/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EasySellCOD/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +4 -0
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +4 -0
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +4 -0
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +4 -0
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV2.js +1 -0
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +4 -0
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV1.js +1 -0
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +4 -0
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FeraReviews/index.js +6 -0
- package/dist/esm/third-party/settings/FeraReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FeraReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FirePush/index.js +6 -0
- package/dist/esm/third-party/settings/FirePush/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FirePush/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +4 -0
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FordeerProductLabels/index.js +4 -0
- package/dist/esm/third-party/settings/FordeerProductLabels/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FordeerProductLabels/uiV2.js +1 -0
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +8 -0
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV1.js +1 -0
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV2.js +1 -0
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +4 -0
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV1.js +1 -0
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV2.js +1 -0
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +4 -0
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV1.js +1 -0
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV2.js +1 -0
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +4 -0
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV1.js +1 -0
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Growave/index.js +6 -0
- package/dist/esm/third-party/settings/Growave/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Growave/uiV2.js +1 -0
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +4 -0
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV1.js +1 -0
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV2.js +1 -0
- package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +4 -0
- package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV1.js +1 -0
- package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV2.js +1 -0
- package/dist/esm/third-party/settings/HulkFormBuilder/index.js +4 -0
- package/dist/esm/third-party/settings/HulkFormBuilder/uiV1.js +1 -0
- package/dist/esm/third-party/settings/HulkFormBuilder/uiV2.js +1 -0
- package/dist/esm/third-party/settings/HulkProductOptions/index.js +4 -0
- package/dist/esm/third-party/settings/HulkProductOptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/HulkProductOptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/InfiniteOptions/index.js +6 -0
- package/dist/esm/third-party/settings/InfiniteOptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/InfiniteOptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Instafeed/index.js +6 -0
- package/dist/esm/third-party/settings/Instafeed/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Instafeed/uiV2.js +1 -0
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +4 -0
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV1.js +1 -0
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV2.js +1 -0
- package/dist/esm/third-party/settings/JudgemeReviews/index.js +6 -0
- package/dist/esm/third-party/settings/JudgemeReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/JudgemeReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +4 -0
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV1.js +1 -0
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV2.js +1 -0
- package/dist/esm/third-party/settings/KachingBundles/index.js +6 -0
- package/dist/esm/third-party/settings/KachingBundles/uiV1.js +1 -0
- package/dist/esm/third-party/settings/KachingBundles/uiV2.js +1 -0
- package/dist/esm/third-party/settings/KingProductOptions/index.js +6 -0
- package/dist/esm/third-party/settings/KingProductOptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/KingProductOptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +4 -0
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV1.js +1 -0
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV2.js +1 -0
- package/dist/esm/third-party/settings/KlarnaMessaging/index.js +5 -0
- package/dist/esm/third-party/settings/KlarnaMessaging/uiV1.js +1 -0
- package/dist/esm/third-party/settings/KlarnaMessaging/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Klaviyo/index.js +6 -0
- package/dist/esm/third-party/settings/Klaviyo/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Klaviyo/uiV2.js +1 -0
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +4 -0
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV1.js +1 -0
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV2.js +1 -0
- package/dist/esm/third-party/settings/LaiProductReviews/index.js +6 -0
- package/dist/esm/third-party/settings/LaiProductReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/LaiProductReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +4 -0
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV1.js +1 -0
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV2.js +1 -0
- package/dist/esm/third-party/settings/LoopSubscriptions/index.js +4 -0
- package/dist/esm/third-party/settings/LoopSubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/LoopSubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/LooxReviews/index.js +6 -0
- package/dist/esm/third-party/settings/LooxReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/LooxReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +4 -0
- package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV1.js +1 -0
- package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV2.js +1 -0
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +4 -0
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV1.js +1 -0
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV2.js +1 -0
- package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +4 -0
- package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +4 -0
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV1.js +1 -0
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV2.js +1 -0
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +4 -0
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV1.js +1 -0
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Omnisend/index.js +6 -0
- package/dist/esm/third-party/settings/Omnisend/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Omnisend/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Opinew/index.js +6 -0
- package/dist/esm/third-party/settings/Opinew/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Opinew/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ParcelPanel/index.js +6 -0
- package/dist/esm/third-party/settings/ParcelPanel/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ParcelPanel/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PickyStory/index.js +6 -0
- package/dist/esm/third-party/settings/PickyStory/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PickyStory/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +4 -0
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +4 -0
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +4 -0
- package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +4 -0
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +4 -0
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ProductReviews/index.js +6 -0
- package/dist/esm/third-party/settings/ProductReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ProductReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +4 -0
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV2.js +1 -0
- package/dist/esm/third-party/settings/PushOwl/index.js +6 -0
- package/dist/esm/third-party/settings/PushOwl/uiV1.js +1 -0
- package/dist/esm/third-party/settings/PushOwl/uiV2.js +1 -0
- package/dist/esm/third-party/settings/QikifyUpsell/index.js +6 -0
- package/dist/esm/third-party/settings/QikifyUpsell/uiV1.js +1 -0
- package/dist/esm/third-party/settings/QikifyUpsell/uiV2.js +1 -0
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +4 -0
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV1.js +1 -0
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV2.js +1 -0
- package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +4 -0
- package/dist/esm/third-party/settings/RechargeSubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/RechargeSubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +4 -0
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV1.js +1 -0
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Releasit/index.js +6 -0
- package/dist/esm/third-party/settings/Releasit/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Releasit/uiV2.js +1 -0
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +4 -0
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV1.js +1 -0
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +4 -0
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Rivyo/index.js +6 -0
- package/dist/esm/third-party/settings/Rivyo/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Rivyo/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Ryviu/index.js +6 -0
- package/dist/esm/third-party/settings/Ryviu/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Ryviu/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SealSubscriptions/index.js +6 -0
- package/dist/esm/third-party/settings/SealSubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SealSubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +4 -0
- package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Selleasy/index.js +4 -0
- package/dist/esm/third-party/settings/Selleasy/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Selleasy/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +4 -0
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ShopifyForms/index.js +4 -0
- package/dist/esm/third-party/settings/ShopifyForms/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ShopifyForms/uiV2.js +1 -0
- package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +4 -0
- package/dist/esm/third-party/settings/ShopifySubscriptions/uiV1.js +1 -0
- package/dist/esm/third-party/settings/ShopifySubscriptions/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +4 -0
- package/dist/esm/third-party/settings/SimpleBundlesKits/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SimpleBundlesKits/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +4 -0
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +6 -0
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +4 -0
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Stamped/Badge.js +1 -0
- package/dist/esm/third-party/settings/Stamped/BadgeDouble.js +1 -0
- package/dist/esm/third-party/settings/Stamped/BadgeRibbon.js +1 -0
- package/dist/esm/third-party/settings/Stamped/BadgeSingle.js +1 -0
- package/dist/esm/third-party/settings/Stamped/Carousel.js +1 -0
- package/dist/esm/third-party/settings/Stamped/CheckoutReviews.js +1 -0
- package/dist/esm/third-party/settings/Stamped/Colors.js +1 -0
- package/dist/esm/third-party/settings/Stamped/Filters.js +1 -0
- package/dist/esm/third-party/settings/Stamped/FullPage.js +1 -0
- package/dist/esm/third-party/settings/Stamped/InstagramFeed.js +1 -0
- package/dist/esm/third-party/settings/Stamped/MainWidget.js +1 -0
- package/dist/esm/third-party/settings/Stamped/ProductRating.js +1 -0
- package/dist/esm/third-party/settings/Stamped/SingleHighlight.js +1 -0
- package/dist/esm/third-party/settings/Stamped/SiteBadge.js +1 -0
- package/dist/esm/third-party/settings/Stamped/TopRated.js +1 -0
- package/dist/esm/third-party/settings/Stamped/VisualGallery.js +1 -0
- package/dist/esm/third-party/settings/Stamped/WallPhotos.js +1 -0
- package/dist/esm/third-party/settings/Stamped/index.js +1 -0
- package/dist/esm/third-party/settings/Stamped.js +6 -0
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +4 -0
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV1.js +1 -0
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV2.js +1 -0
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +4 -0
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV1.js +1 -0
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +4 -0
- package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +4 -0
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +4 -0
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TrustBadgesBear/index.js +4 -0
- package/dist/esm/third-party/settings/TrustBadgesBear/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TrustBadgesBear/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TrustMe/index.js +6 -0
- package/dist/esm/third-party/settings/TrustMe/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TrustMe/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +4 -0
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Trustoo/index.js +6 -0
- package/dist/esm/third-party/settings/Trustoo/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +4 -0
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +4 -0
- package/dist/esm/third-party/settings/TrustshopProductReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/TrustshopProductReviews/uiV2.js +1 -0
- package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +6 -0
- package/dist/esm/third-party/settings/UltimateSalesBoost/uiV1.js +1 -0
- package/dist/esm/third-party/settings/UltimateSalesBoost/uiV2.js +1 -0
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +4 -0
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV1.js +1 -0
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Vitals/index.js +6 -0
- package/dist/esm/third-party/settings/Vitals/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Vitals/uiV2.js +1 -0
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +4 -0
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV1.js +1 -0
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV2.js +1 -0
- package/dist/esm/third-party/settings/WideBundle/index.js +6 -0
- package/dist/esm/third-party/settings/WideBundle/uiV1.js +1 -0
- package/dist/esm/third-party/settings/WideBundle/uiV2.js +1 -0
- package/dist/esm/third-party/settings/Wiser/index.js +6 -0
- package/dist/esm/third-party/settings/Wiser/uiV1.js +1 -0
- package/dist/esm/third-party/settings/Wiser/uiV2.js +1 -0
- package/dist/esm/third-party/settings/WishlistKing/index.js +4 -0
- package/dist/esm/third-party/settings/WishlistKing/uiV1.js +1 -0
- package/dist/esm/third-party/settings/WishlistKing/uiV2.js +1 -0
- package/dist/esm/third-party/settings/WishlistPlus/index.js +6 -0
- package/dist/esm/third-party/settings/WishlistPlus/uiV1.js +1 -0
- package/dist/esm/third-party/settings/WishlistPlus/uiV2.js +1 -0
- package/dist/esm/third-party/settings/YotpoLoyalty/index.js +6 -0
- package/dist/esm/third-party/settings/YotpoLoyalty/uiV1.js +1 -0
- package/dist/esm/third-party/settings/YotpoLoyalty/uiV2.js +1 -0
- package/dist/esm/third-party/settings/YotpoReviews/index.js +6 -0
- package/dist/esm/third-party/settings/YotpoReviews/uiV1.js +1 -0
- package/dist/esm/third-party/settings/YotpoReviews/uiV2.js +1 -0
- package/dist/esm/third-party/types.js +1 -0
- package/dist/esm/third-party-instant/common/helpers.js +1 -0
- package/dist/esm/third-party-instant/components/InstantJudgemeReviews.js +2 -71
- package/dist/esm/third-party-instant/components/InstantKlaviyo.js +2 -43
- package/dist/esm/third-party-instant/components/InstantLooxReviews.js +2 -32
- package/dist/esm/third-party-instant/components/InstantThirdPartyPreview.js +2 -68
- package/dist/esm/third-party-instant/components/InstantYotpoLoyalty.js +2 -39
- package/dist/esm/third-party-instant/components/Judgeme/JudgemeSampleContent.js +2 -19
- package/dist/esm/third-party-instant/components/Judgeme/SingleProduct.js +2 -44
- package/dist/esm/third-party-instant/components/Judgeme/WithoutProduct.js +2 -89
- package/dist/esm/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +2 -19
- package/dist/esm/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +3 -20
- package/dist/esm/third-party-instant/components/LooxReviews/SingleProduct.js +2 -47
- package/dist/esm/third-party-instant/components/LooxReviews/WithoutProduct.js +2 -51
- package/dist/esm/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +2 -19
- package/dist/esm/third-party-instant/configs/JudgemeReviews.js +1 -8
- package/dist/esm/third-party-instant/configs/Klaviyo.js +1 -8
- package/dist/esm/third-party-instant/configs/LooxReviews.js +1 -8
- package/dist/esm/third-party-instant/configs/YotpoLoyalty.js +1 -8
- package/dist/esm/third-party-instant/index.js +1 -0
- package/dist/esm/third-party-instant/next.js +1 -29
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/settings.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v1.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v2.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +6 -0
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/settings.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v1.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v2.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +6 -0
- package/dist/esm/third-party-instant/settings/InstantLooxReviews/configs/settings.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantLooxReviews/index.js +6 -0
- package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/configs/settings.js +1 -0
- package/dist/esm/third-party-instant/settings/InstantYotpoLoyalty/index.js +6 -0
- package/dist/esm/third-party-instant/types.js +1 -0
- package/dist/esm/third-party-slot/common/classes.js +1 -0
- package/dist/esm/third-party-slot/common/helpers.js +40 -0
- package/dist/esm/third-party-slot/common/styles.js +1 -0
- package/dist/esm/third-party-slot/components/ThirdPartySlot.js +2 -43
- package/dist/esm/third-party-slot/components/ThirdPartySlot.liquid.js +8 -52
- package/dist/esm/third-party-slot/index.js +1 -0
- package/dist/esm/third-party-slot/next.js +1 -12
- package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +10 -0
- package/dist/esm/third-party-slot/settings/configs/settings.js +1 -0
- package/dist/esm/third-party-slot/settings/configs/ui-v1.js +1 -0
- package/dist/esm/third-party-slot/settings/configs/ui-v2.js +1 -0
- package/dist/esm/validates/background.js +1 -0
- package/dist/esm/video/common/attrs.js +1 -0
- package/dist/esm/video/common/classes.js +1 -0
- package/dist/esm/video/common/helpers.js +1 -0
- package/dist/esm/video/common/styles.js +1 -0
- package/dist/esm/video/components/HTML5Embed.js +2 -79
- package/dist/esm/video/components/HTML5Embed.liquid.js +38 -83
- package/dist/esm/video/components/LiteVimeoEmbed.js +2 -113
- package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +18 -52
- package/dist/esm/video/components/LiteYouTubeEmbed.js +2 -191
- package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +21 -79
- package/dist/esm/video/components/Video.js +2 -108
- package/dist/esm/video/components/Video.liquid.js +4 -103
- package/dist/esm/video/hooks/useLiteHtml5Embed.js +1 -0
- package/dist/esm/video/hooks/useLiteVimeoEmbed.js +1 -0
- package/dist/esm/video/hooks/useLiteYoutubeEmbed.js +1 -0
- package/dist/esm/video/index.js +1 -0
- package/dist/esm/video/next.js +1 -12
- package/dist/esm/video/settings/Video.js +12 -0
- package/dist/esm/video/settings/configs/settings.js +1 -0
- package/dist/esm/video/settings/configs/ui-v1.js +1 -0
- package/dist/esm/video/settings/configs/ui-v2.js +1 -0
- package/dist/types/index.d.ts +5866 -6366
- package/package.json +15 -7
- package/dist/cjs/accordion/setting/Accordion.js +0 -1458
- package/dist/cjs/accordion/setting/AccordionItem.js +0 -34
- package/dist/cjs/accordion/setting/ItemTemplate.js +0 -49
- package/dist/cjs/accordion/setting/index.js +0 -13
- package/dist/cjs/article/setting/ArticleAuthor.js +0 -315
- package/dist/cjs/article/setting/ArticleCategory.js +0 -296
- package/dist/cjs/article/setting/ArticleContent.js +0 -295
- package/dist/cjs/article/setting/ArticleDate.js +0 -340
- package/dist/cjs/article/setting/ArticleExcerpt.js +0 -344
- package/dist/cjs/article/setting/ArticleImage.js +0 -337
- package/dist/cjs/article/setting/ArticleList.js +0 -877
- package/dist/cjs/article/setting/ArticlePagination.js +0 -334
- package/dist/cjs/article/setting/ArticleReadMore.js +0 -1096
- package/dist/cjs/article/setting/ArticleTag.js +0 -296
- package/dist/cjs/article/setting/ArticleTitle.js +0 -380
- package/dist/cjs/article/setting/index.js +0 -31
- package/dist/cjs/article/utils/string.js +0 -7
- package/dist/cjs/banner/components/hero-banner/hooks/useAspectRatioSettings.js +0 -28
- package/dist/cjs/banner/components/hero-banner/hooks/useIntersectionObserver.js +0 -42
- package/dist/cjs/banner/components/hero-banner/hooks/useTranslateValue.js +0 -38
- package/dist/cjs/banner/components/hero-banner/hooks/useWindowSize.js +0 -28
- package/dist/cjs/banner/components/hero-banner/index.js +0 -380
- package/dist/cjs/banner/components/hero-banner/index.liquid.js +0 -340
- package/dist/cjs/banner/components/hero-banner/parallax/AnimationManager.js +0 -47
- package/dist/cjs/banner/components/hero-banner/utils/index.js +0 -142
- package/dist/cjs/banner/helpers/common.js +0 -342
- package/dist/cjs/banner/next.js +0 -16
- package/dist/cjs/banner/setting/HeroBanner.js +0 -1422
- package/dist/cjs/banner/setting/index.js +0 -11
- package/dist/cjs/banner/setting/presets/heroBanner1Col.js +0 -128
- package/dist/cjs/banner/setting/presets/heroBanner1ColPreSalesPage.js +0 -134
- package/dist/cjs/banner/setting/presets/heroBannerContentLeft.js +0 -148
- package/dist/cjs/banner/setting/presets/heroBannerContentLeftPreSalesPage.js +0 -154
- package/dist/cjs/banner/setting/presets/heroBannerContentRight.js +0 -157
- package/dist/cjs/banner/setting/presets/heroBannerContentRightPreSalesPage.js +0 -162
- package/dist/cjs/banner/setting/presets/heroBannerParallax.js +0 -128
- package/dist/cjs/banner/setting/presets/heroBannerParallaxPreSalesPage.js +0 -134
- package/dist/cjs/banner/setting/presets/heroBannerVideo.js +0 -123
- package/dist/cjs/banner/setting/presets/heroBannerVideoPreSalesPage.js +0 -130
- package/dist/cjs/breadcrumb/helpers/common.js +0 -23
- package/dist/cjs/breadcrumb/setting/Breadcrumb.js +0 -449
- package/dist/cjs/breadcrumb/setting/index.js +0 -11
- package/dist/cjs/button/setting/Button.js +0 -917
- package/dist/cjs/button/setting/index.js +0 -11
- package/dist/cjs/carousel/components/Arrow.js +0 -106
- package/dist/cjs/carousel/components/Arrow.liquid.js +0 -103
- package/dist/cjs/carousel/components/Carousel.js +0 -620
- package/dist/cjs/carousel/components/Carousel.liquid.js +0 -232
- package/dist/cjs/carousel/components/CarouselItem.js +0 -83
- package/dist/cjs/carousel/components/CarouselItem.liquid.js +0 -96
- package/dist/cjs/carousel/components/Dots.js +0 -68
- package/dist/cjs/carousel/components/Dots.liquid.js +0 -23
- package/dist/cjs/carousel/components/common/arrow.js +0 -130
- package/dist/cjs/carousel/components/common/carousel.js +0 -98
- package/dist/cjs/carousel/components/common/dots.js +0 -56
- package/dist/cjs/carousel/components/hooks/useTrackPreviewPause.js +0 -34
- package/dist/cjs/carousel/components/plugins/AnimationPlugin.js +0 -42
- package/dist/cjs/carousel/components/plugins/AutoPlayPlugin.js +0 -105
- package/dist/cjs/carousel/components/plugins/FixSliderMoveBackwards.js +0 -15
- package/dist/cjs/carousel/components/plugins/MutationPlugin.js +0 -45
- package/dist/cjs/carousel/setting/Carousel.js +0 -1590
- package/dist/cjs/carousel/setting/CarouselItem.js +0 -40
- package/dist/cjs/carousel/setting/index.js +0 -13
- package/dist/cjs/cart/components/ShopPayButton/ShopPayButtonCommon.js +0 -20
- package/dist/cjs/cart/components/ShopPayButton/icons/BaseIcon.js +0 -16
- package/dist/cjs/cart/components/ShopPayButton/icons/BaseIcon.liquid.js +0 -17
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.js +0 -50
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.liquid.js +0 -46
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.js +0 -50
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.liquid.js +0 -46
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.js +0 -48
- package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.liquid.js +0 -32
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.js +0 -46
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.liquid.js +0 -42
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.js +0 -46
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.liquid.js +0 -42
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.js +0 -46
- package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.liquid.js +0 -42
- package/dist/cjs/cart/components/ShopPayButton/index.js +0 -112
- package/dist/cjs/cart/components/ShopPayButton/index.liquid.js +0 -51
- package/dist/cjs/cart/setting/Cart.js +0 -71
- package/dist/cjs/cart/setting/CartCheckout.js +0 -20
- package/dist/cjs/cart/setting/CartDiscount.js +0 -20
- package/dist/cjs/cart/setting/CartLineAttribute.js +0 -29
- package/dist/cjs/cart/setting/CartLineImage.js +0 -165
- package/dist/cjs/cart/setting/CartLinePrice.js +0 -29
- package/dist/cjs/cart/setting/CartLineVariant.js +0 -29
- package/dist/cjs/cart/setting/CartList.js +0 -139
- package/dist/cjs/cart/setting/CartOrderNote.js +0 -44
- package/dist/cjs/cart/setting/CartTotalItem.js +0 -29
- package/dist/cjs/cart/setting/CartTotalPrice.js +0 -58
- package/dist/cjs/cart/setting/CouponList.js +0 -20
- package/dist/cjs/cart/setting/DiscountInput.js +0 -33
- package/dist/cjs/cart/setting/ShopPayButton.js +0 -171
- package/dist/cjs/cart/setting/index.js +0 -37
- package/dist/cjs/code/setting/CSSCode.js +0 -179
- package/dist/cjs/code/setting/index.js +0 -11
- package/dist/cjs/collection/components/CollectionBanner.js +0 -97
- package/dist/cjs/collection/components/CollectionBanner.liquid.js +0 -94
- package/dist/cjs/collection/components/CollectionDescription.js +0 -114
- package/dist/cjs/collection/components/CollectionDescription.liquid.js +0 -114
- package/dist/cjs/collection/components/CollectionPaginator.js +0 -150
- package/dist/cjs/collection/components/CollectionPaginator.liquid.js +0 -72
- package/dist/cjs/collection/components/CollectionTitle.js +0 -22
- package/dist/cjs/collection/components/CollectionTitle.liquid.js +0 -21
- package/dist/cjs/collection/components/CollectionToolbar.js +0 -111
- package/dist/cjs/collection/components/CollectionToolbar.liquid.js +0 -108
- package/dist/cjs/collection/setting/CollectionBanner.js +0 -570
- package/dist/cjs/collection/setting/CollectionDescription.js +0 -266
- package/dist/cjs/collection/setting/CollectionPaginator.js +0 -340
- package/dist/cjs/collection/setting/CollectionTitle.js +0 -191
- package/dist/cjs/collection/setting/CollectionToolbar.js +0 -287
- package/dist/cjs/collection/setting/index.js +0 -19
- package/dist/cjs/constants.js +0 -5
- package/dist/cjs/countdown-timer/helpers.js +0 -99
- package/dist/cjs/countdown-timer/setting/Countdown.js +0 -893
- package/dist/cjs/countdown-timer/setting/index.js +0 -11
- package/dist/cjs/coupon/setting/Coupon.js +0 -1207
- package/dist/cjs/coupon/setting/index.js +0 -11
- package/dist/cjs/dialog/helpers/common.js +0 -85
- package/dist/cjs/dialog/hooks/use-scroll-percentage.js +0 -34
- package/dist/cjs/dialog/setting/Dialog.js +0 -628
- package/dist/cjs/dialog/setting/index.js +0 -11
- package/dist/cjs/estimate-delivery/const.js +0 -162
- package/dist/cjs/estimate-delivery/setting/EstimateDate.js +0 -581
- package/dist/cjs/estimate-delivery/setting/index.js +0 -11
- package/dist/cjs/form/setting/Contact.js +0 -62
- package/dist/cjs/form/setting/ContactInitConfig.js +0 -264
- package/dist/cjs/form/setting/FormCheckbox.js +0 -238
- package/dist/cjs/form/setting/FormCheckboxInitConfig.js +0 -18
- package/dist/cjs/form/setting/FormDropdown.js +0 -275
- package/dist/cjs/form/setting/FormDropdownInitConfig.js +0 -41
- package/dist/cjs/form/setting/FormEmail.js +0 -287
- package/dist/cjs/form/setting/FormEmailInitConfig.js +0 -41
- package/dist/cjs/form/setting/Newsletter.js +0 -177
- package/dist/cjs/form/setting/NewsletterInitConfig.js +0 -145
- package/dist/cjs/form/setting/SubmitButton.js +0 -677
- package/dist/cjs/form/setting/SubmitButtonInitConfig.js +0 -30
- package/dist/cjs/form/setting/TextField.js +0 -333
- package/dist/cjs/form/setting/Textarea.js +0 -337
- package/dist/cjs/form/setting/index.js +0 -25
- package/dist/cjs/grid/components/Col.js +0 -42
- package/dist/cjs/grid/components/Col.liquid.js +0 -40
- package/dist/cjs/grid/components/Root.js +0 -13
- package/dist/cjs/grid/components/Root.liquid.js +0 -9
- package/dist/cjs/grid/components/Row.js +0 -181
- package/dist/cjs/grid/components/Row.liquid.js +0 -75
- package/dist/cjs/grid/components/Section.js +0 -27
- package/dist/cjs/grid/components/Section.liquid.js +0 -17
- package/dist/cjs/grid/components/helpers.js +0 -71
- package/dist/cjs/grid/setting/Col.js +0 -34
- package/dist/cjs/grid/setting/Root.js +0 -19
- package/dist/cjs/grid/setting/Row.js +0 -1005
- package/dist/cjs/grid/setting/Section.js +0 -525
- package/dist/cjs/grid/setting/index.js +0 -17
- package/dist/cjs/header/hooks/use-body-overlay.js +0 -21
- package/dist/cjs/header/setting/Header.js +0 -727
- package/dist/cjs/header/setting/index.js +0 -11
- package/dist/cjs/heading/Heading.js +0 -46
- package/dist/cjs/heading/Heading.liquid.js +0 -47
- package/dist/cjs/heading/setting/Heading.js +0 -411
- package/dist/cjs/heading/setting/index.js +0 -11
- package/dist/cjs/icon/setting/Icon.js +0 -442
- package/dist/cjs/icon/setting/index.js +0 -11
- package/dist/cjs/icon-list/setting/IconList.js +0 -339
- package/dist/cjs/icon-list/setting/IconListItem.js +0 -40
- package/dist/cjs/icon-list/setting/ItemTemplate.js +0 -340
- package/dist/cjs/icon-list/setting/index.js +0 -13
- package/dist/cjs/icon-list-hoz/components/IconListItemHoz.liquid.js +0 -23
- package/dist/cjs/icon-list-hoz/setting/IconListHoz.js +0 -362
- package/dist/cjs/icon-list-hoz/setting/IconListItem.js +0 -40
- package/dist/cjs/icon-list-hoz/setting/ItemTemplate.js +0 -121
- package/dist/cjs/icon-list-hoz/setting/index.js +0 -13
- package/dist/cjs/icon-list-v2/setting/IconList.js +0 -577
- package/dist/cjs/icon-list-v2/setting/index.js +0 -11
- package/dist/cjs/icon-list-v2/setting/template.js +0 -112
- package/dist/cjs/image/components/BackgroundImage.js +0 -101
- package/dist/cjs/image/components/Img.js +0 -27
- package/dist/cjs/image/components/helpers.js +0 -29
- package/dist/cjs/image/helpers/getSrcSet.js +0 -264
- package/dist/cjs/image/setting/BackgroundImage.js +0 -364
- package/dist/cjs/image/setting/Image.js +0 -864
- package/dist/cjs/image/setting/index.js +0 -13
- package/dist/cjs/image-comparison/components/common/helpers.js +0 -13
- package/dist/cjs/image-comparison/constants/commonStyles.js +0 -62
- package/dist/cjs/image-comparison/setting/ImageComparison.js +0 -914
- package/dist/cjs/image-comparison/setting/index.js +0 -11
- package/dist/cjs/image-detection/ImageDetection.js +0 -236
- package/dist/cjs/image-detection/setting/ImageDetection.js +0 -76
- package/dist/cjs/image-detection/setting/index.js +0 -11
- package/dist/cjs/input/Input.js +0 -117
- package/dist/cjs/input/setting/Input.js +0 -126
- package/dist/cjs/input/setting/index.js +0 -11
- package/dist/cjs/intersection-observer/useInView.js +0 -88
- package/dist/cjs/line/Divider.js +0 -34
- package/dist/cjs/line/Divider.liquid.js +0 -35
- package/dist/cjs/line/Line.js +0 -166
- package/dist/cjs/line/Line.liquid.js +0 -163
- package/dist/cjs/line/setting/Line.js +0 -590
- package/dist/cjs/line/setting/index.js +0 -11
- package/dist/cjs/link/helpers/url-join.js +0 -56
- package/dist/cjs/link/setting/Link.js +0 -68
- package/dist/cjs/link/setting/index.js +0 -11
- package/dist/cjs/marquee/setting/Marquee.js +0 -761
- package/dist/cjs/marquee/setting/MarqueeItem.js +0 -41
- package/dist/cjs/marquee/setting/childImageTemplate.js +0 -80
- package/dist/cjs/marquee/setting/childTemplate.js +0 -39
- package/dist/cjs/marquee/setting/childTextTemplate.js +0 -65
- package/dist/cjs/marquee/setting/index.js +0 -13
- package/dist/cjs/menu/setting/Menu.js +0 -216
- package/dist/cjs/menu/setting/index.js +0 -11
- package/dist/cjs/modal/setting/Modal.js +0 -27
- package/dist/cjs/modal/setting/index.js +0 -11
- package/dist/cjs/notification/hooks/use-notification.js +0 -120
- package/dist/cjs/pagination/Pagination.js +0 -186
- package/dist/cjs/pagination/setting/Pagination.js +0 -75
- package/dist/cjs/pagination/setting/index.js +0 -11
- package/dist/cjs/post-purchase/advanced-list/setting/AdvancedListPostPurchase.js +0 -186
- package/dist/cjs/post-purchase/advanced-list/setting/PostPurchaseAdvancedListItem.js +0 -41
- package/dist/cjs/post-purchase/advanced-list/setting/index.js +0 -13
- package/dist/cjs/post-purchase/advanced-list/setting/template.js +0 -80
- package/dist/cjs/post-purchase/button/Button.js +0 -87
- package/dist/cjs/post-purchase/button/setting/Button.js +0 -228
- package/dist/cjs/post-purchase/button/setting/index.js +0 -11
- package/dist/cjs/post-purchase/callout-banner/setting/CalloutBox.js +0 -443
- package/dist/cjs/post-purchase/callout-banner/setting/CalloutText.js +0 -296
- package/dist/cjs/post-purchase/callout-banner/setting/index.js +0 -13
- package/dist/cjs/post-purchase/countdown-timer/settings/index.js +0 -11
- package/dist/cjs/post-purchase/image/setting/Image.js +0 -297
- package/dist/cjs/post-purchase/image/setting/index.js +0 -11
- package/dist/cjs/post-purchase/line/setting/PostPurchaseLine.js +0 -259
- package/dist/cjs/post-purchase/line/setting/index.js +0 -11
- package/dist/cjs/post-purchase/next.js +0 -37
- package/dist/cjs/post-purchase/product/components/ProductOffer.js +0 -134
- package/dist/cjs/post-purchase/product/components/ProductVariant.js +0 -244
- package/dist/cjs/post-purchase/product/components/priceBreakdown/MoneyLine.js +0 -45
- package/dist/cjs/post-purchase/product/components/product-image/Arrow.js +0 -59
- package/dist/cjs/post-purchase/product/components/product-image/CarouselPostPurchase.js +0 -77
- package/dist/cjs/post-purchase/product/components/variants/Dropdown.js +0 -126
- package/dist/cjs/post-purchase/product/components/variants/DropdownOption.js +0 -22
- package/dist/cjs/post-purchase/product/components/variants/RectangleList.js +0 -44
- package/dist/cjs/post-purchase/product/components/variants/VariantGroup.js +0 -38
- package/dist/cjs/post-purchase/product/components/variants/VariantItem.js +0 -105
- package/dist/cjs/post-purchase/product/components/variants/VariantOption.js +0 -20
- package/dist/cjs/post-purchase/product/settings/AcceptButton.js +0 -241
- package/dist/cjs/post-purchase/product/settings/ProductDescription.js +0 -138
- package/dist/cjs/post-purchase/product/settings/ProductDiscountTag.js +0 -130
- package/dist/cjs/post-purchase/product/settings/ProductOffer.js +0 -536
- package/dist/cjs/post-purchase/product/settings/ProductPrice.js +0 -191
- package/dist/cjs/post-purchase/product/settings/ProductPriceBreakdown.js +0 -429
- package/dist/cjs/post-purchase/product/settings/ProductQuantity.js +0 -215
- package/dist/cjs/post-purchase/product/settings/ProductTitle.js +0 -176
- package/dist/cjs/post-purchase/product/settings/ProductVariant.js +0 -601
- package/dist/cjs/post-purchase/product/settings/index.js +0 -29
- package/dist/cjs/post-purchase/text/Text.js +0 -76
- package/dist/cjs/post-purchase/text/setting/Heading.js +0 -46
- package/dist/cjs/post-purchase/text/setting/Text.js +0 -231
- package/dist/cjs/post-purchase/text/setting/index.js +0 -13
- package/dist/cjs/post-purchase/utils/constants.js +0 -49
- package/dist/cjs/post-purchase/utils/helper.js +0 -87
- package/dist/cjs/product/components/DynamicCheckout.js +0 -27
- package/dist/cjs/product/components/DynamicCheckout.liquid.js +0 -189
- package/dist/cjs/product/components/FileUpload.js +0 -116
- package/dist/cjs/product/components/FileUpload.liquid.js +0 -131
- package/dist/cjs/product/components/Product.js +0 -111
- package/dist/cjs/product/components/Product.liquid.js +0 -134
- package/dist/cjs/product/components/ProductBadge/constants.js +0 -22
- package/dist/cjs/product/components/ProductBadge/index.js +0 -182
- package/dist/cjs/product/components/ProductBadge/index.liquid.js +0 -135
- package/dist/cjs/product/components/ProductBadge/types.js +0 -35
- package/dist/cjs/product/components/ProductBadge/utils/common.js +0 -291
- package/dist/cjs/product/components/ProductBadge/utils/generateLiquidContent.js +0 -30
- package/dist/cjs/product/components/ProductBadge/utils/getRotateShape.js +0 -93
- package/dist/cjs/product/components/ProductBadge/utils/getShapePosition.js +0 -190
- package/dist/cjs/product/components/ProductBadge/utils/getStyleAdvanced.js +0 -40
- package/dist/cjs/product/components/ProductBadge/utils/getWhiteSpace.js +0 -19
- package/dist/cjs/product/components/ProductBadge/utils/renderBadgeILP.js +0 -130
- package/dist/cjs/product/components/ProductBadge/utils/renderBadgeLiquid.js +0 -243
- package/dist/cjs/product/components/ProductBadge/utils/shape.js +0 -98
- package/dist/cjs/product/components/ProductBundleDiscount.js +0 -196
- package/dist/cjs/product/components/ProductBundleDiscount.liquid.js +0 -81
- package/dist/cjs/product/components/ProductBundleDiscountItem.js +0 -41
- package/dist/cjs/product/components/ProductBundleDiscountItem.liquid.js +0 -103
- package/dist/cjs/product/components/ProductButton.js +0 -486
- package/dist/cjs/product/components/ProductButton.liquid.js +0 -320
- package/dist/cjs/product/components/ProductDescription/common.js +0 -28
- package/dist/cjs/product/components/ProductDescription/const.js +0 -5
- package/dist/cjs/product/components/ProductDescription.js +0 -149
- package/dist/cjs/product/components/ProductDescription.liquid.js +0 -137
- package/dist/cjs/product/components/ProductImages/ProductFeaturedImage.js +0 -267
- package/dist/cjs/product/components/ProductImages/ProductGalleryCarousel.js +0 -203
- package/dist/cjs/product/components/ProductImages/ProductGalleryGrid.js +0 -163
- package/dist/cjs/product/components/ProductImages/ProductImagesLightBox.js +0 -118
- package/dist/cjs/product/components/ProductImages/common/common.js +0 -112
- package/dist/cjs/product/components/ProductImages/common/productFeaturedImage.js +0 -98
- package/dist/cjs/product/components/ProductImages/common/productGallery.js +0 -199
- package/dist/cjs/product/components/ProductImages/liquid/ProductFeaturedImage.liquid.js +0 -176
- package/dist/cjs/product/components/ProductImages/liquid/ProductGalleryCarousel.liquid.js +0 -171
- package/dist/cjs/product/components/ProductImages/liquid/ProductGalleryGrid.liquid.js +0 -137
- package/dist/cjs/product/components/ProductImagesV2/common/common.js +0 -309
- package/dist/cjs/product/components/ProductImagesV2/common/hoverAction.js +0 -95
- package/dist/cjs/product/components/ProductImagesV2/common/productFeaturedImage.js +0 -63
- package/dist/cjs/product/components/ProductImagesV2/common/productGallery.js +0 -266
- package/dist/cjs/product/components/ProductImagesV2/jsx/ProductImages.js +0 -255
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ButtonOpenLightBox.js +0 -27
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/MediaIcon.js +0 -62
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeatureVideo.js +0 -34
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +0 -391
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageOnly.js +0 -138
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductGalleryCarousel.js +0 -303
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductGalleryGrid.js +0 -202
- package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductImagesLightBox.js +0 -143
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/FeatureImageWithGallery.js +0 -256
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/GalleryOneCol.js +0 -24
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/GalleryTwoCol.js +0 -24
- package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/OnlyFeatureImage.js +0 -35
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +0 -524
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +0 -305
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +0 -341
- package/dist/cjs/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +0 -154
- package/dist/cjs/product/components/ProductList.js +0 -423
- package/dist/cjs/product/components/ProductList.liquid.js +0 -398
- package/dist/cjs/product/components/ProductNotFoundRelated.js +0 -65
- package/dist/cjs/product/components/ProductPrice.js +0 -168
- package/dist/cjs/product/components/ProductPrice.liquid.js +0 -88
- package/dist/cjs/product/components/ProductProperties/ProductPropertyChoice.js +0 -56
- package/dist/cjs/product/components/ProductProperties/ProductPropertyChoice.liquid.js +0 -64
- package/dist/cjs/product/components/ProductProperties/ProductPropertyInput.js +0 -73
- package/dist/cjs/product/components/ProductProperties/ProductPropertyInput.liquid.js +0 -115
- package/dist/cjs/product/components/ProductProperties/ProductPropertySelect.js +0 -41
- package/dist/cjs/product/components/ProductProperties/ProductPropertySelect.liquid.js +0 -57
- package/dist/cjs/product/components/ProductProperties.js +0 -269
- package/dist/cjs/product/components/ProductProperties.liquid.js +0 -158
- package/dist/cjs/product/components/ProductQuantity.js +0 -220
- package/dist/cjs/product/components/ProductQuantity.liquid.js +0 -170
- package/dist/cjs/product/components/ProductQuickView/ProductQuickView.js +0 -158
- package/dist/cjs/product/components/ProductQuickView/index.js +0 -20
- package/dist/cjs/product/components/ProductTag.js +0 -174
- package/dist/cjs/product/components/ProductTag.liquid.js +0 -107
- package/dist/cjs/product/components/ProductTitle.js +0 -42
- package/dist/cjs/product/components/ProductTitle.liquid.js +0 -44
- package/dist/cjs/product/components/ProductVariants/common.js +0 -68
- package/dist/cjs/product/components/ProductVariants/hooks/useVariantInteraction.js +0 -43
- package/dist/cjs/product/components/ProductVariants/index.js +0 -351
- package/dist/cjs/product/components/ProductVariants/index.liquid.js +0 -367
- package/dist/cjs/product/components/ProductVariants/utils/mappingVariantStyles.js +0 -120
- package/dist/cjs/product/components/ProductVariants/variants/Base.js +0 -292
- package/dist/cjs/product/components/ProductVariants/variants/Base.liquid.js +0 -168
- package/dist/cjs/product/components/ProductVariants/variants/Color.js +0 -22
- package/dist/cjs/product/components/ProductVariants/variants/Color.liquid.js +0 -29
- package/dist/cjs/product/components/ProductVariants/variants/Dropdown.js +0 -153
- package/dist/cjs/product/components/ProductVariants/variants/Dropdown.liquid.js +0 -130
- package/dist/cjs/product/components/ProductVariants/variants/DropdownGroup.liquid.js +0 -57
- package/dist/cjs/product/components/ProductVariants/variants/DropdownOption.js +0 -21
- package/dist/cjs/product/components/ProductVariants/variants/Image.js +0 -22
- package/dist/cjs/product/components/ProductVariants/variants/Image.liquid.js +0 -23
- package/dist/cjs/product/components/ProductVariants/variants/ImageShopify.js +0 -39
- package/dist/cjs/product/components/ProductVariants/variants/ImageShopify.liquid.js +0 -35
- package/dist/cjs/product/components/ProductVariants/variants/RadioButtons.js +0 -62
- package/dist/cjs/product/components/ProductVariants/variants/RectangleList.js +0 -68
- package/dist/cjs/product/components/ProductVariants/variants/VariantGroup.js +0 -38
- package/dist/cjs/product/components/ProductVariants/variants/VariantOption/index.js +0 -20
- package/dist/cjs/product/components/ProductVariants/variants/combine/index.js +0 -47
- package/dist/cjs/product/components/ProductVariants/variants/index.js +0 -137
- package/dist/cjs/product/components/ProductVariants/variants/index.liquid.js +0 -148
- package/dist/cjs/product/components/ProductViewMore.js +0 -31
- package/dist/cjs/product/components/ProductViewMore.liquid.js +0 -37
- package/dist/cjs/product/components/Sku.js +0 -35
- package/dist/cjs/product/components/Sku.liquid.js +0 -36
- package/dist/cjs/product/components/Vendor.js +0 -47
- package/dist/cjs/product/components/Vendor.liquid.js +0 -43
- package/dist/cjs/product/setting/DynamicCheckout.js +0 -566
- package/dist/cjs/product/setting/FileUpload.js +0 -964
- package/dist/cjs/product/setting/Product.js +0 -600
- package/dist/cjs/product/setting/ProductBadge.js +0 -533
- package/dist/cjs/product/setting/ProductBundleDiscount.js +0 -861
- package/dist/cjs/product/setting/ProductBundleDiscountItem.js +0 -35
- package/dist/cjs/product/setting/ProductButton.js +0 -1446
- package/dist/cjs/product/setting/ProductDescription.js +0 -310
- package/dist/cjs/product/setting/ProductImages.js +0 -1224
- package/dist/cjs/product/setting/ProductList.js +0 -1660
- package/dist/cjs/product/setting/ProductPrice.js +0 -371
- package/dist/cjs/product/setting/ProductProperties.js +0 -1105
- package/dist/cjs/product/setting/ProductQuantity.js +0 -673
- package/dist/cjs/product/setting/ProductTag.js +0 -347
- package/dist/cjs/product/setting/ProductTitle.js +0 -366
- package/dist/cjs/product/setting/ProductVariants.js +0 -1404
- package/dist/cjs/product/setting/ProductViewMore.js +0 -710
- package/dist/cjs/product/setting/Sku.js +0 -290
- package/dist/cjs/product/setting/Vendor.js +0 -346
- package/dist/cjs/product/setting/constant/bundle-layout/horizontalOne.js +0 -494
- package/dist/cjs/product/setting/constant/bundle-layout/horizontalThree.js +0 -641
- package/dist/cjs/product/setting/constant/bundle-layout/horizontalTwo.js +0 -637
- package/dist/cjs/product/setting/constant/bundle-layout/verticalOne.js +0 -365
- package/dist/cjs/product/setting/constant/bundle-layout/verticalThree.js +0 -519
- package/dist/cjs/product/setting/constant/bundle-layout/verticalTwo.js +0 -519
- package/dist/cjs/product/setting/index.js +0 -49
- package/dist/cjs/product/setting/presets-config/product-presets/product-1-col.js +0 -513
- package/dist/cjs/product/setting/presets-config/product-presets/product-2-col.js +0 -515
- package/dist/cjs/product/setting/presets-config/product-presets/product-default.js +0 -517
- package/dist/cjs/product/setting/product-image-v2/ProductFeatureImage.js +0 -620
- package/dist/cjs/product/setting/product-image-v2/ProductGalleryImage.js +0 -744
- package/dist/cjs/product/setting/product-image-v2/ProductImages.js +0 -614
- package/dist/cjs/product/setting/swatches-style-config/color.js +0 -75
- package/dist/cjs/product/setting/swatches-style-config/dropdown.js +0 -66
- package/dist/cjs/product/setting/swatches-style-config/image-shopify.js +0 -62
- package/dist/cjs/product/setting/swatches-style-config/image.js +0 -62
- package/dist/cjs/product/setting/swatches-style-config/rectangle-list.js +0 -99
- package/dist/cjs/radio/Radio.js +0 -38
- package/dist/cjs/radio/setting/Radio.js +0 -70
- package/dist/cjs/radio/setting/index.js +0 -11
- package/dist/cjs/select/Select.js +0 -62
- package/dist/cjs/select/setting/index.js +0 -11
- package/dist/cjs/sticky/setting/Sticky.js +0 -241
- package/dist/cjs/sticky/setting/index.js +0 -11
- package/dist/cjs/sticky/setting/preset-config.js +0 -2006
- package/dist/cjs/stock-counter/const.js +0 -27
- package/dist/cjs/stock-counter/helpers.js +0 -57
- package/dist/cjs/stock-counter/setting/StockCounter.js +0 -618
- package/dist/cjs/stock-counter/setting/index.js +0 -11
- package/dist/cjs/tab/components/common.js +0 -65
- package/dist/cjs/tab/setting/TabItem.js +0 -36
- package/dist/cjs/tab/setting/Tabs.js +0 -633
- package/dist/cjs/tab/setting/index.js +0 -13
- package/dist/cjs/text/components/common.js +0 -14
- package/dist/cjs/text/setting/Text.js +0 -471
- package/dist/cjs/text/setting/index.js +0 -11
- package/dist/cjs/textarea/Textarea.js +0 -39
- package/dist/cjs/textarea/setting/Textarea.js +0 -115
- package/dist/cjs/textarea/setting/index.js +0 -11
- package/dist/cjs/third-party/components/PowrContactFormBuilder.js +0 -32
- package/dist/cjs/third-party/components/PowrContactFormBuilder.liquid.js +0 -12
- package/dist/cjs/third-party/configs/PowrContactFormBuilder.js +0 -12
- package/dist/cjs/third-party/helpers/thirdParty.js +0 -56
- package/dist/cjs/third-party/setting/AftershipEmailMarketingsms.js +0 -160
- package/dist/cjs/third-party/setting/AirProductReviewsAppUgc.js +0 -140
- package/dist/cjs/third-party/setting/AliReviews.js +0 -140
- package/dist/cjs/third-party/setting/AlsoBoughtCbb.js +0 -127
- package/dist/cjs/third-party/setting/AppointmentBookingCowlendar.js +0 -128
- package/dist/cjs/third-party/setting/AppstleBundlesDiscounts.js +0 -146
- package/dist/cjs/third-party/setting/AppstleSubscriptions.js +0 -127
- package/dist/cjs/third-party/setting/BestBuyFulfillment.js +0 -133
- package/dist/cjs/third-party/setting/BfSizeChartSizeGuide.js +0 -131
- package/dist/cjs/third-party/setting/BirdChime.js +0 -118
- package/dist/cjs/third-party/setting/Bogos.js +0 -163
- package/dist/cjs/third-party/setting/BoldProductOptions.js +0 -113
- package/dist/cjs/third-party/setting/BoldSubscriptions.js +0 -129
- package/dist/cjs/third-party/setting/BonLoyaltyRewardsReferrals.js +0 -165
- package/dist/cjs/third-party/setting/BoostAISearchDiscovery.js +0 -169
- package/dist/cjs/third-party/setting/Bundler.js +0 -131
- package/dist/cjs/third-party/setting/CleanSizeCharts.js +0 -136
- package/dist/cjs/third-party/setting/CrossSellCartUpsell.js +0 -113
- package/dist/cjs/third-party/setting/CustomProductOptionsVariant.js +0 -116
- package/dist/cjs/third-party/setting/DiscountyBulkDiscountSales.js +0 -114
- package/dist/cjs/third-party/setting/EasifyProductOptions.js +0 -125
- package/dist/cjs/third-party/setting/EasyBundleBuilderSkailama.js +0 -128
- package/dist/cjs/third-party/setting/EasySellCOD.js +0 -127
- package/dist/cjs/third-party/setting/EcoboostifyShoppableReelUgc.js +0 -142
- package/dist/cjs/third-party/setting/EcomsendBackInStockAlert.js +0 -147
- package/dist/cjs/third-party/setting/EssentialAnnouncementBar.js +0 -142
- package/dist/cjs/third-party/setting/EssentialCountdownTimerBar.js +0 -142
- package/dist/cjs/third-party/setting/EstimatedDeliveryDatePlus.js +0 -128
- package/dist/cjs/third-party/setting/FastBundleBundlesDiscounts.js +0 -170
- package/dist/cjs/third-party/setting/FeraReviews.js +0 -424
- package/dist/cjs/third-party/setting/FirePush.js +0 -113
- package/dist/cjs/third-party/setting/FlyBundlesUpsellsFbt.js +0 -151
- package/dist/cjs/third-party/setting/FordeerProductLabels.js +0 -211
- package/dist/cjs/third-party/setting/FrequentlyBoughtTogether.js +0 -133
- package/dist/cjs/third-party/setting/GloColorSwatchvariantImage.js +0 -152
- package/dist/cjs/third-party/setting/GloboProductOptionsVariant.js +0 -133
- package/dist/cjs/third-party/setting/GoogleReviewsByReputon.js +0 -160
- package/dist/cjs/third-party/setting/Growave.js +0 -235
- package/dist/cjs/third-party/setting/HextomCountdownTimerBar.js +0 -128
- package/dist/cjs/third-party/setting/HextomFreeShippingBar.js +0 -128
- package/dist/cjs/third-party/setting/HulkFormBuilder.js +0 -125
- package/dist/cjs/third-party/setting/HulkProductOptions.js +0 -131
- package/dist/cjs/third-party/setting/InfiniteOptions.js +0 -113
- package/dist/cjs/third-party/setting/Instafeed.js +0 -119
- package/dist/cjs/third-party/setting/InstasellShoppableInstagram.js +0 -128
- package/dist/cjs/third-party/setting/JudgemeReviews.js +0 -183
- package/dist/cjs/third-party/setting/JunipProductReviewsUgc.js +0 -167
- package/dist/cjs/third-party/setting/KachingBundles.js +0 -140
- package/dist/cjs/third-party/setting/KingProductOptions.js +0 -127
- package/dist/cjs/third-party/setting/KiteFreeGiftDiscount.js +0 -128
- package/dist/cjs/third-party/setting/KlarnaMessaging.js +0 -175
- package/dist/cjs/third-party/setting/Klaviyo.js +0 -128
- package/dist/cjs/third-party/setting/KoalaBundleQuantityDiscount.js +0 -116
- package/dist/cjs/third-party/setting/LaiProductReviews.js +0 -234
- package/dist/cjs/third-party/setting/LoloyalLoyaltyReferrals.js +0 -149
- package/dist/cjs/third-party/setting/LoopSubscriptions.js +0 -160
- package/dist/cjs/third-party/setting/LooxReviews.js +0 -284
- package/dist/cjs/third-party/setting/MaxbundleProductBundles.js +0 -154
- package/dist/cjs/third-party/setting/MbcBundleVolumeDiscount.js +0 -116
- package/dist/cjs/third-party/setting/MyappgurusProductReviews.js +0 -171
- package/dist/cjs/third-party/setting/NotifyBackInStockPreOrder.js +0 -116
- package/dist/cjs/third-party/setting/OkendoReviewsLoyalty.js +0 -171
- package/dist/cjs/third-party/setting/Omnisend.js +0 -178
- package/dist/cjs/third-party/setting/Opinew.js +0 -222
- package/dist/cjs/third-party/setting/ParcelPanel.js +0 -122
- package/dist/cjs/third-party/setting/PickyStory.js +0 -146
- package/dist/cjs/third-party/setting/PowerfulContactFormBuilder.js +0 -160
- package/dist/cjs/third-party/setting/PowrContactFormBuilder.js +0 -142
- package/dist/cjs/third-party/setting/PreorderNowPreOrderPq.js +0 -152
- package/dist/cjs/third-party/setting/PreorderNowWodPresale.js +0 -146
- package/dist/cjs/third-party/setting/ProductOptionsCustomizer.js +0 -134
- package/dist/cjs/third-party/setting/ProductOptionsVariantOption.js +0 -122
- package/dist/cjs/third-party/setting/ProductReviews.js +0 -110
- package/dist/cjs/third-party/setting/PumperBundlesVolumeDiscount.js +0 -138
- package/dist/cjs/third-party/setting/PushOwl.js +0 -771
- package/dist/cjs/third-party/setting/QikifyUpsell.js +0 -144
- package/dist/cjs/third-party/setting/RapiBundleQuantityBreaks.js +0 -131
- package/dist/cjs/third-party/setting/RechargeSubscriptions.js +0 -137
- package/dist/cjs/third-party/setting/RecurpaySubscriptionApp.js +0 -116
- package/dist/cjs/third-party/setting/Releasit.js +0 -179
- package/dist/cjs/third-party/setting/RequestQuoteHidePrice.js +0 -117
- package/dist/cjs/third-party/setting/ReviewxpoProductReviewsApp.js +0 -180
- package/dist/cjs/third-party/setting/Rivyo.js +0 -146
- package/dist/cjs/third-party/setting/Ryviu.js +0 -150
- package/dist/cjs/third-party/setting/SealSubscriptions.js +0 -127
- package/dist/cjs/third-party/setting/SegunoEmailMarketing.js +0 -152
- package/dist/cjs/third-party/setting/Selleasy.js +0 -149
- package/dist/cjs/third-party/setting/SeoantTrustBadgesIcon.js +0 -142
- package/dist/cjs/third-party/setting/ShopifyForms.js +0 -142
- package/dist/cjs/third-party/setting/ShopifySubscriptions.js +0 -138
- package/dist/cjs/third-party/setting/SimpleBundlesKits.js +0 -133
- package/dist/cjs/third-party/setting/SkioSubscriptionsYcS20.js +0 -124
- package/dist/cjs/third-party/setting/SmartSearchBarAndFilters.js +0 -128
- package/dist/cjs/third-party/setting/SproutPlantTreesGrowSales.js +0 -141
- package/dist/cjs/third-party/setting/Stamped/Badge.js +0 -117
- package/dist/cjs/third-party/setting/Stamped/BadgeDouble.js +0 -22
- package/dist/cjs/third-party/setting/Stamped/BadgeRibbon.js +0 -61
- package/dist/cjs/third-party/setting/Stamped/BadgeSingle.js +0 -22
- package/dist/cjs/third-party/setting/Stamped/Carousel.js +0 -126
- package/dist/cjs/third-party/setting/Stamped/CheckoutReviews.js +0 -107
- package/dist/cjs/third-party/setting/Stamped/Colors.js +0 -58
- package/dist/cjs/third-party/setting/Stamped/Filters.js +0 -250
- package/dist/cjs/third-party/setting/Stamped/FullPage.js +0 -90
- package/dist/cjs/third-party/setting/Stamped/InstagramFeed.js +0 -111
- package/dist/cjs/third-party/setting/Stamped/MainWidget.js +0 -145
- package/dist/cjs/third-party/setting/Stamped/ProductRating.js +0 -73
- package/dist/cjs/third-party/setting/Stamped/SingleHighlight.js +0 -22
- package/dist/cjs/third-party/setting/Stamped/SiteBadge.js +0 -146
- package/dist/cjs/third-party/setting/Stamped/TopRated.js +0 -37
- package/dist/cjs/third-party/setting/Stamped/VisualGallery.js +0 -129
- package/dist/cjs/third-party/setting/Stamped/WallPhotos.js +0 -91
- package/dist/cjs/third-party/setting/Stamped/index.js +0 -51
- package/dist/cjs/third-party/setting/Stamped.js +0 -241
- package/dist/cjs/third-party/setting/StellarDeliveryDatePickup.js +0 -127
- package/dist/cjs/third-party/setting/SubifySubscriptionsApp.js +0 -142
- package/dist/cjs/third-party/setting/TagembedSocialPostReview.js +0 -126
- package/dist/cjs/third-party/setting/TagshopShoppableVideosUgc.js +0 -171
- package/dist/cjs/third-party/setting/TeeinblueProductPersonalizer.js +0 -116
- package/dist/cjs/third-party/setting/TrustBadgesBear.js +0 -128
- package/dist/cjs/third-party/setting/TrustMe.js +0 -113
- package/dist/cjs/third-party/setting/TrustedsiteTrustBadges.js +0 -177
- package/dist/cjs/third-party/setting/Trustoo.js +0 -179
- package/dist/cjs/third-party/setting/TrustreviewsProductReviews.js +0 -210
- package/dist/cjs/third-party/setting/TrustshopProductReviews.js +0 -159
- package/dist/cjs/third-party/setting/UltimateSalesBoost.js +0 -203
- package/dist/cjs/third-party/setting/UnlimitedBundlesDiscounts.js +0 -146
- package/dist/cjs/third-party/setting/Vitals.js +0 -344
- package/dist/cjs/third-party/setting/WhatmoreShoppableVideosreel.js +0 -355
- package/dist/cjs/third-party/setting/WideBundle.js +0 -113
- package/dist/cjs/third-party/setting/Wiser.js +0 -255
- package/dist/cjs/third-party/setting/WishlistKing.js +0 -131
- package/dist/cjs/third-party/setting/WishlistPlus.js +0 -149
- package/dist/cjs/third-party/setting/YotpoLoyalty.js +0 -83
- package/dist/cjs/third-party/setting/YotpoReviews.js +0 -197
- package/dist/cjs/third-party/setting/index.js +0 -241
- package/dist/cjs/third-party-instant/helpers/thirdParty.js +0 -74
- package/dist/cjs/third-party-instant/setting/InstantJudgemeReviews.js +0 -161
- package/dist/cjs/third-party-instant/setting/InstantKlaviyo.js +0 -99
- package/dist/cjs/third-party-instant/setting/InstantLooxReviews.js +0 -122
- package/dist/cjs/third-party-instant/setting/InstantYotpoLoyalty.js +0 -99
- package/dist/cjs/third-party-instant/setting/index.js +0 -17
- package/dist/cjs/third-party-instant/types/JudgemeReviews.js +0 -13
- package/dist/cjs/third-party-slot/setting/ThirdPartySlot.js +0 -113
- package/dist/cjs/third-party-slot/setting/index.js +0 -11
- package/dist/cjs/video/helpers/common.js +0 -45
- package/dist/cjs/video/setting/Video.js +0 -500
- package/dist/cjs/video/setting/index.js +0 -11
- package/dist/esm/accordion/setting/Accordion.js +0 -1454
- package/dist/esm/accordion/setting/AccordionItem.js +0 -30
- package/dist/esm/accordion/setting/ItemTemplate.js +0 -46
- package/dist/esm/accordion/setting/index.js +0 -9
- package/dist/esm/article/setting/ArticleAuthor.js +0 -311
- package/dist/esm/article/setting/ArticleCategory.js +0 -292
- package/dist/esm/article/setting/ArticleContent.js +0 -291
- package/dist/esm/article/setting/ArticleDate.js +0 -336
- package/dist/esm/article/setting/ArticleExcerpt.js +0 -340
- package/dist/esm/article/setting/ArticleImage.js +0 -333
- package/dist/esm/article/setting/ArticleList.js +0 -873
- package/dist/esm/article/setting/ArticlePagination.js +0 -330
- package/dist/esm/article/setting/ArticleReadMore.js +0 -1092
- package/dist/esm/article/setting/ArticleTag.js +0 -292
- package/dist/esm/article/setting/ArticleTitle.js +0 -376
- package/dist/esm/article/setting/index.js +0 -27
- package/dist/esm/article/utils/string.js +0 -5
- package/dist/esm/banner/components/hero-banner/hooks/useAspectRatioSettings.js +0 -24
- package/dist/esm/banner/components/hero-banner/hooks/useIntersectionObserver.js +0 -38
- package/dist/esm/banner/components/hero-banner/hooks/useTranslateValue.js +0 -33
- package/dist/esm/banner/components/hero-banner/hooks/useWindowSize.js +0 -24
- package/dist/esm/banner/components/hero-banner/index.js +0 -376
- package/dist/esm/banner/components/hero-banner/index.liquid.js +0 -336
- package/dist/esm/banner/components/hero-banner/parallax/AnimationManager.js +0 -43
- package/dist/esm/banner/components/hero-banner/utils/index.js +0 -136
- package/dist/esm/banner/helpers/common.js +0 -322
- package/dist/esm/banner/next.js +0 -12
- package/dist/esm/banner/setting/HeroBanner.js +0 -1418
- package/dist/esm/banner/setting/index.js +0 -7
- package/dist/esm/banner/setting/presets/heroBanner1Col.js +0 -126
- package/dist/esm/banner/setting/presets/heroBanner1ColPreSalesPage.js +0 -132
- package/dist/esm/banner/setting/presets/heroBannerContentLeft.js +0 -146
- package/dist/esm/banner/setting/presets/heroBannerContentLeftPreSalesPage.js +0 -152
- package/dist/esm/banner/setting/presets/heroBannerContentRight.js +0 -155
- package/dist/esm/banner/setting/presets/heroBannerContentRightPreSalesPage.js +0 -160
- package/dist/esm/banner/setting/presets/heroBannerParallax.js +0 -126
- package/dist/esm/banner/setting/presets/heroBannerParallaxPreSalesPage.js +0 -132
- package/dist/esm/banner/setting/presets/heroBannerVideo.js +0 -121
- package/dist/esm/banner/setting/presets/heroBannerVideoPreSalesPage.js +0 -128
- package/dist/esm/breadcrumb/helpers/common.js +0 -20
- package/dist/esm/breadcrumb/setting/Breadcrumb.js +0 -445
- package/dist/esm/breadcrumb/setting/index.js +0 -7
- package/dist/esm/button/setting/Button.js +0 -913
- package/dist/esm/button/setting/index.js +0 -7
- package/dist/esm/carousel/components/Arrow.js +0 -102
- package/dist/esm/carousel/components/Arrow.liquid.js +0 -99
- package/dist/esm/carousel/components/Carousel.js +0 -616
- package/dist/esm/carousel/components/Carousel.liquid.js +0 -228
- package/dist/esm/carousel/components/CarouselItem.js +0 -79
- package/dist/esm/carousel/components/CarouselItem.liquid.js +0 -92
- package/dist/esm/carousel/components/Dots.js +0 -64
- package/dist/esm/carousel/components/Dots.liquid.js +0 -19
- package/dist/esm/carousel/components/common/arrow.js +0 -121
- package/dist/esm/carousel/components/common/carousel.js +0 -93
- package/dist/esm/carousel/components/common/dots.js +0 -52
- package/dist/esm/carousel/components/hooks/useTrackPreviewPause.js +0 -30
- package/dist/esm/carousel/components/plugins/AnimationPlugin.js +0 -35
- package/dist/esm/carousel/components/plugins/AutoPlayPlugin.js +0 -103
- package/dist/esm/carousel/components/plugins/FixSliderMoveBackwards.js +0 -13
- package/dist/esm/carousel/components/plugins/MutationPlugin.js +0 -43
- package/dist/esm/carousel/setting/Carousel.js +0 -1586
- package/dist/esm/carousel/setting/CarouselItem.js +0 -36
- package/dist/esm/carousel/setting/index.js +0 -9
- package/dist/esm/cart/components/ShopPayButton/ShopPayButtonCommon.js +0 -17
- package/dist/esm/cart/components/ShopPayButton/icons/BaseIcon.js +0 -12
- package/dist/esm/cart/components/ShopPayButton/icons/BaseIcon.liquid.js +0 -13
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.js +0 -46
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.liquid.js +0 -42
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.js +0 -46
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.liquid.js +0 -42
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.js +0 -44
- package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.liquid.js +0 -28
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.js +0 -42
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.liquid.js +0 -38
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.js +0 -42
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.liquid.js +0 -38
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.js +0 -42
- package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.liquid.js +0 -38
- package/dist/esm/cart/components/ShopPayButton/index.js +0 -108
- package/dist/esm/cart/components/ShopPayButton/index.liquid.js +0 -47
- package/dist/esm/cart/setting/Cart.js +0 -67
- package/dist/esm/cart/setting/CartCheckout.js +0 -16
- package/dist/esm/cart/setting/CartDiscount.js +0 -16
- package/dist/esm/cart/setting/CartLineAttribute.js +0 -25
- package/dist/esm/cart/setting/CartLineImage.js +0 -161
- package/dist/esm/cart/setting/CartLinePrice.js +0 -25
- package/dist/esm/cart/setting/CartLineVariant.js +0 -25
- package/dist/esm/cart/setting/CartList.js +0 -135
- package/dist/esm/cart/setting/CartOrderNote.js +0 -40
- package/dist/esm/cart/setting/CartTotalItem.js +0 -25
- package/dist/esm/cart/setting/CartTotalPrice.js +0 -54
- package/dist/esm/cart/setting/CouponList.js +0 -16
- package/dist/esm/cart/setting/DiscountInput.js +0 -29
- package/dist/esm/cart/setting/ShopPayButton.js +0 -167
- package/dist/esm/cart/setting/index.js +0 -33
- package/dist/esm/code/setting/CSSCode.js +0 -175
- package/dist/esm/code/setting/index.js +0 -7
- package/dist/esm/collection/components/CollectionBanner.js +0 -93
- package/dist/esm/collection/components/CollectionBanner.liquid.js +0 -90
- package/dist/esm/collection/components/CollectionDescription.js +0 -110
- package/dist/esm/collection/components/CollectionDescription.liquid.js +0 -110
- package/dist/esm/collection/components/CollectionPaginator.js +0 -146
- package/dist/esm/collection/components/CollectionPaginator.liquid.js +0 -68
- package/dist/esm/collection/components/CollectionTitle.js +0 -18
- package/dist/esm/collection/components/CollectionTitle.liquid.js +0 -17
- package/dist/esm/collection/components/CollectionToolbar.js +0 -106
- package/dist/esm/collection/components/CollectionToolbar.liquid.js +0 -104
- package/dist/esm/collection/setting/CollectionBanner.js +0 -566
- package/dist/esm/collection/setting/CollectionDescription.js +0 -262
- package/dist/esm/collection/setting/CollectionPaginator.js +0 -336
- package/dist/esm/collection/setting/CollectionTitle.js +0 -187
- package/dist/esm/collection/setting/CollectionToolbar.js +0 -283
- package/dist/esm/collection/setting/index.js +0 -15
- package/dist/esm/constants.js +0 -3
- package/dist/esm/countdown-timer/helpers.js +0 -90
- package/dist/esm/countdown-timer/setting/Countdown.js +0 -889
- package/dist/esm/countdown-timer/setting/index.js +0 -7
- package/dist/esm/coupon/setting/Coupon.js +0 -1203
- package/dist/esm/coupon/setting/index.js +0 -7
- package/dist/esm/dialog/helpers/common.js +0 -76
- package/dist/esm/dialog/hooks/use-scroll-percentage.js +0 -32
- package/dist/esm/dialog/setting/Dialog.js +0 -624
- package/dist/esm/dialog/setting/index.js +0 -7
- package/dist/esm/estimate-delivery/const.js +0 -156
- package/dist/esm/estimate-delivery/setting/EstimateDate.js +0 -577
- package/dist/esm/estimate-delivery/setting/index.js +0 -7
- package/dist/esm/form/setting/Contact.js +0 -58
- package/dist/esm/form/setting/ContactInitConfig.js +0 -262
- package/dist/esm/form/setting/FormCheckbox.js +0 -234
- package/dist/esm/form/setting/FormCheckboxInitConfig.js +0 -16
- package/dist/esm/form/setting/FormDropdown.js +0 -271
- package/dist/esm/form/setting/FormDropdownInitConfig.js +0 -39
- package/dist/esm/form/setting/FormEmail.js +0 -283
- package/dist/esm/form/setting/FormEmailInitConfig.js +0 -39
- package/dist/esm/form/setting/Newsletter.js +0 -173
- package/dist/esm/form/setting/NewsletterInitConfig.js +0 -143
- package/dist/esm/form/setting/SubmitButton.js +0 -673
- package/dist/esm/form/setting/SubmitButtonInitConfig.js +0 -28
- package/dist/esm/form/setting/TextField.js +0 -329
- package/dist/esm/form/setting/Textarea.js +0 -333
- package/dist/esm/form/setting/index.js +0 -21
- package/dist/esm/grid/components/Col.js +0 -38
- package/dist/esm/grid/components/Col.liquid.js +0 -36
- package/dist/esm/grid/components/Root.js +0 -9
- package/dist/esm/grid/components/Root.liquid.js +0 -5
- package/dist/esm/grid/components/Row.js +0 -177
- package/dist/esm/grid/components/Row.liquid.js +0 -71
- package/dist/esm/grid/components/Section.js +0 -23
- package/dist/esm/grid/components/Section.liquid.js +0 -13
- package/dist/esm/grid/components/helpers.js +0 -69
- package/dist/esm/grid/setting/Col.js +0 -30
- package/dist/esm/grid/setting/Root.js +0 -15
- package/dist/esm/grid/setting/Row.js +0 -1001
- package/dist/esm/grid/setting/Section.js +0 -521
- package/dist/esm/grid/setting/index.js +0 -13
- package/dist/esm/header/hooks/use-body-overlay.js +0 -19
- package/dist/esm/header/setting/Header.js +0 -723
- package/dist/esm/header/setting/index.js +0 -7
- package/dist/esm/heading/Heading.js +0 -42
- package/dist/esm/heading/Heading.liquid.js +0 -43
- package/dist/esm/heading/setting/Heading.js +0 -407
- package/dist/esm/heading/setting/index.js +0 -7
- package/dist/esm/icon/setting/Icon.js +0 -438
- package/dist/esm/icon/setting/index.js +0 -7
- package/dist/esm/icon-list/setting/IconList.js +0 -335
- package/dist/esm/icon-list/setting/IconListItem.js +0 -36
- package/dist/esm/icon-list/setting/ItemTemplate.js +0 -334
- package/dist/esm/icon-list/setting/index.js +0 -9
- package/dist/esm/icon-list-hoz/components/IconListItemHoz.liquid.js +0 -19
- package/dist/esm/icon-list-hoz/setting/IconListHoz.js +0 -358
- package/dist/esm/icon-list-hoz/setting/IconListItem.js +0 -36
- package/dist/esm/icon-list-hoz/setting/ItemTemplate.js +0 -116
- package/dist/esm/icon-list-hoz/setting/index.js +0 -9
- package/dist/esm/icon-list-v2/setting/IconList.js +0 -573
- package/dist/esm/icon-list-v2/setting/index.js +0 -7
- package/dist/esm/icon-list-v2/setting/template.js +0 -110
- package/dist/esm/image/components/BackgroundImage.js +0 -97
- package/dist/esm/image/components/Img.js +0 -23
- package/dist/esm/image/components/helpers.js +0 -24
- package/dist/esm/image/helpers/getSrcSet.js +0 -251
- package/dist/esm/image/setting/BackgroundImage.js +0 -360
- package/dist/esm/image/setting/Image.js +0 -860
- package/dist/esm/image/setting/index.js +0 -9
- package/dist/esm/image-comparison/components/common/helpers.js +0 -11
- package/dist/esm/image-comparison/constants/commonStyles.js +0 -58
- package/dist/esm/image-comparison/setting/ImageComparison.js +0 -910
- package/dist/esm/image-comparison/setting/index.js +0 -7
- package/dist/esm/image-detection/ImageDetection.js +0 -232
- package/dist/esm/image-detection/setting/ImageDetection.js +0 -72
- package/dist/esm/image-detection/setting/index.js +0 -7
- package/dist/esm/input/Input.js +0 -113
- package/dist/esm/input/setting/Input.js +0 -122
- package/dist/esm/input/setting/index.js +0 -7
- package/dist/esm/intersection-observer/useInView.js +0 -86
- package/dist/esm/line/Divider.js +0 -30
- package/dist/esm/line/Divider.liquid.js +0 -31
- package/dist/esm/line/Line.js +0 -162
- package/dist/esm/line/Line.liquid.js +0 -159
- package/dist/esm/line/setting/Line.js +0 -586
- package/dist/esm/line/setting/index.js +0 -7
- package/dist/esm/link/helpers/url-join.js +0 -54
- package/dist/esm/link/setting/Link.js +0 -64
- package/dist/esm/link/setting/index.js +0 -7
- package/dist/esm/marquee/setting/Marquee.js +0 -757
- package/dist/esm/marquee/setting/MarqueeItem.js +0 -37
- package/dist/esm/marquee/setting/childImageTemplate.js +0 -78
- package/dist/esm/marquee/setting/childTemplate.js +0 -37
- package/dist/esm/marquee/setting/childTextTemplate.js +0 -63
- package/dist/esm/marquee/setting/index.js +0 -9
- package/dist/esm/menu/setting/Menu.js +0 -212
- package/dist/esm/menu/setting/index.js +0 -7
- package/dist/esm/modal/setting/Modal.js +0 -23
- package/dist/esm/modal/setting/index.js +0 -7
- package/dist/esm/notification/hooks/use-notification.js +0 -116
- package/dist/esm/pagination/Pagination.js +0 -182
- package/dist/esm/pagination/setting/Pagination.js +0 -71
- package/dist/esm/pagination/setting/index.js +0 -7
- package/dist/esm/post-purchase/advanced-list/setting/AdvancedListPostPurchase.js +0 -182
- package/dist/esm/post-purchase/advanced-list/setting/PostPurchaseAdvancedListItem.js +0 -37
- package/dist/esm/post-purchase/advanced-list/setting/index.js +0 -9
- package/dist/esm/post-purchase/advanced-list/setting/template.js +0 -78
- package/dist/esm/post-purchase/button/Button.js +0 -83
- package/dist/esm/post-purchase/button/setting/Button.js +0 -224
- package/dist/esm/post-purchase/button/setting/index.js +0 -7
- package/dist/esm/post-purchase/callout-banner/setting/CalloutBox.js +0 -439
- package/dist/esm/post-purchase/callout-banner/setting/CalloutText.js +0 -292
- package/dist/esm/post-purchase/callout-banner/setting/index.js +0 -9
- package/dist/esm/post-purchase/countdown-timer/settings/index.js +0 -7
- package/dist/esm/post-purchase/image/setting/Image.js +0 -293
- package/dist/esm/post-purchase/image/setting/index.js +0 -7
- package/dist/esm/post-purchase/line/setting/PostPurchaseLine.js +0 -255
- package/dist/esm/post-purchase/line/setting/index.js +0 -7
- package/dist/esm/post-purchase/next.js +0 -33
- package/dist/esm/post-purchase/product/components/ProductOffer.js +0 -130
- package/dist/esm/post-purchase/product/components/ProductVariant.js +0 -239
- package/dist/esm/post-purchase/product/components/priceBreakdown/MoneyLine.js +0 -41
- package/dist/esm/post-purchase/product/components/product-image/Arrow.js +0 -57
- package/dist/esm/post-purchase/product/components/product-image/CarouselPostPurchase.js +0 -75
- package/dist/esm/post-purchase/product/components/variants/Dropdown.js +0 -122
- package/dist/esm/post-purchase/product/components/variants/DropdownOption.js +0 -18
- package/dist/esm/post-purchase/product/components/variants/RectangleList.js +0 -40
- package/dist/esm/post-purchase/product/components/variants/VariantGroup.js +0 -34
- package/dist/esm/post-purchase/product/components/variants/VariantItem.js +0 -101
- package/dist/esm/post-purchase/product/components/variants/VariantOption.js +0 -16
- package/dist/esm/post-purchase/product/settings/AcceptButton.js +0 -237
- package/dist/esm/post-purchase/product/settings/ProductDescription.js +0 -134
- package/dist/esm/post-purchase/product/settings/ProductDiscountTag.js +0 -126
- package/dist/esm/post-purchase/product/settings/ProductOffer.js +0 -532
- package/dist/esm/post-purchase/product/settings/ProductPrice.js +0 -187
- package/dist/esm/post-purchase/product/settings/ProductPriceBreakdown.js +0 -425
- package/dist/esm/post-purchase/product/settings/ProductQuantity.js +0 -211
- package/dist/esm/post-purchase/product/settings/ProductTitle.js +0 -172
- package/dist/esm/post-purchase/product/settings/ProductVariant.js +0 -597
- package/dist/esm/post-purchase/product/settings/index.js +0 -25
- package/dist/esm/post-purchase/text/Text.js +0 -72
- package/dist/esm/post-purchase/text/setting/Heading.js +0 -42
- package/dist/esm/post-purchase/text/setting/Text.js +0 -227
- package/dist/esm/post-purchase/text/setting/index.js +0 -9
- package/dist/esm/post-purchase/utils/constants.js +0 -46
- package/dist/esm/post-purchase/utils/helper.js +0 -73
- package/dist/esm/product/components/DynamicCheckout.js +0 -23
- package/dist/esm/product/components/DynamicCheckout.liquid.js +0 -185
- package/dist/esm/product/components/FileUpload.js +0 -112
- package/dist/esm/product/components/FileUpload.liquid.js +0 -127
- package/dist/esm/product/components/Product.js +0 -107
- package/dist/esm/product/components/Product.liquid.js +0 -130
- package/dist/esm/product/components/ProductBadge/constants.js +0 -17
- package/dist/esm/product/components/ProductBadge/index.js +0 -178
- package/dist/esm/product/components/ProductBadge/index.liquid.js +0 -131
- package/dist/esm/product/components/ProductBadge/types.js +0 -35
- package/dist/esm/product/components/ProductBadge/utils/common.js +0 -274
- package/dist/esm/product/components/ProductBadge/utils/generateLiquidContent.js +0 -28
- package/dist/esm/product/components/ProductBadge/utils/getRotateShape.js +0 -90
- package/dist/esm/product/components/ProductBadge/utils/getShapePosition.js +0 -186
- package/dist/esm/product/components/ProductBadge/utils/getStyleAdvanced.js +0 -38
- package/dist/esm/product/components/ProductBadge/utils/getWhiteSpace.js +0 -17
- package/dist/esm/product/components/ProductBadge/utils/renderBadgeILP.js +0 -128
- package/dist/esm/product/components/ProductBadge/utils/renderBadgeLiquid.js +0 -241
- package/dist/esm/product/components/ProductBadge/utils/shape.js +0 -96
- package/dist/esm/product/components/ProductBundleDiscount.js +0 -192
- package/dist/esm/product/components/ProductBundleDiscount.liquid.js +0 -77
- package/dist/esm/product/components/ProductBundleDiscountItem.js +0 -35
- package/dist/esm/product/components/ProductBundleDiscountItem.liquid.js +0 -99
- package/dist/esm/product/components/ProductButton.js +0 -482
- package/dist/esm/product/components/ProductButton.liquid.js +0 -316
- package/dist/esm/product/components/ProductDescription/common.js +0 -26
- package/dist/esm/product/components/ProductDescription/const.js +0 -3
- package/dist/esm/product/components/ProductDescription.js +0 -145
- package/dist/esm/product/components/ProductDescription.liquid.js +0 -133
- package/dist/esm/product/components/ProductImages/ProductFeaturedImage.js +0 -263
- package/dist/esm/product/components/ProductImages/ProductGalleryCarousel.js +0 -199
- package/dist/esm/product/components/ProductImages/ProductGalleryGrid.js +0 -159
- package/dist/esm/product/components/ProductImages/ProductImagesLightBox.js +0 -114
- package/dist/esm/product/components/ProductImages/common/common.js +0 -103
- package/dist/esm/product/components/ProductImages/common/productFeaturedImage.js +0 -90
- package/dist/esm/product/components/ProductImages/common/productGallery.js +0 -188
- package/dist/esm/product/components/ProductImages/liquid/ProductFeaturedImage.liquid.js +0 -172
- package/dist/esm/product/components/ProductImages/liquid/ProductGalleryCarousel.liquid.js +0 -167
- package/dist/esm/product/components/ProductImages/liquid/ProductGalleryGrid.liquid.js +0 -133
- package/dist/esm/product/components/ProductImagesV2/common/common.js +0 -295
- package/dist/esm/product/components/ProductImagesV2/common/hoverAction.js +0 -92
- package/dist/esm/product/components/ProductImagesV2/common/productFeaturedImage.js +0 -56
- package/dist/esm/product/components/ProductImagesV2/common/productGallery.js +0 -251
- package/dist/esm/product/components/ProductImagesV2/jsx/ProductImages.js +0 -251
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ButtonOpenLightBox.js +0 -23
- package/dist/esm/product/components/ProductImagesV2/jsx/components/MediaIcon.js +0 -58
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeatureVideo.js +0 -30
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +0 -387
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageOnly.js +0 -134
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductGalleryCarousel.js +0 -299
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductGalleryGrid.js +0 -198
- package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductImagesLightBox.js +0 -139
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/FeatureImageWithGallery.js +0 -252
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/GalleryOneCol.js +0 -20
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/GalleryTwoCol.js +0 -20
- package/dist/esm/product/components/ProductImagesV2/jsx/layouts/OnlyFeatureImage.js +0 -31
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductFeaturedImageCarousel.liquid.js +0 -520
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryCarousel.liquid.js +0 -301
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductGalleryGrid.liquid.js +0 -337
- package/dist/esm/product/components/ProductImagesV2/liquid/ProductImages.liquid.js +0 -150
- package/dist/esm/product/components/ProductList.js +0 -419
- package/dist/esm/product/components/ProductList.liquid.js +0 -394
- package/dist/esm/product/components/ProductNotFoundRelated.js +0 -61
- package/dist/esm/product/components/ProductPrice.js +0 -164
- package/dist/esm/product/components/ProductPrice.liquid.js +0 -83
- package/dist/esm/product/components/ProductProperties/ProductPropertyChoice.js +0 -52
- package/dist/esm/product/components/ProductProperties/ProductPropertyChoice.liquid.js +0 -60
- package/dist/esm/product/components/ProductProperties/ProductPropertyInput.js +0 -69
- package/dist/esm/product/components/ProductProperties/ProductPropertyInput.liquid.js +0 -111
- package/dist/esm/product/components/ProductProperties/ProductPropertySelect.js +0 -37
- package/dist/esm/product/components/ProductProperties/ProductPropertySelect.liquid.js +0 -53
- package/dist/esm/product/components/ProductProperties.js +0 -265
- package/dist/esm/product/components/ProductProperties.liquid.js +0 -154
- package/dist/esm/product/components/ProductQuantity.js +0 -216
- package/dist/esm/product/components/ProductQuantity.liquid.js +0 -166
- package/dist/esm/product/components/ProductQuickView/ProductQuickView.js +0 -154
- package/dist/esm/product/components/ProductQuickView/index.js +0 -16
- package/dist/esm/product/components/ProductTag.js +0 -170
- package/dist/esm/product/components/ProductTag.liquid.js +0 -103
- package/dist/esm/product/components/ProductTitle.js +0 -38
- package/dist/esm/product/components/ProductTitle.liquid.js +0 -40
- package/dist/esm/product/components/ProductVariants/common.js +0 -64
- package/dist/esm/product/components/ProductVariants/hooks/useVariantInteraction.js +0 -41
- package/dist/esm/product/components/ProductVariants/index.js +0 -346
- package/dist/esm/product/components/ProductVariants/index.liquid.js +0 -362
- package/dist/esm/product/components/ProductVariants/utils/mappingVariantStyles.js +0 -116
- package/dist/esm/product/components/ProductVariants/variants/Base.js +0 -288
- package/dist/esm/product/components/ProductVariants/variants/Base.liquid.js +0 -164
- package/dist/esm/product/components/ProductVariants/variants/Color.js +0 -18
- package/dist/esm/product/components/ProductVariants/variants/Color.liquid.js +0 -25
- package/dist/esm/product/components/ProductVariants/variants/Dropdown.js +0 -149
- package/dist/esm/product/components/ProductVariants/variants/Dropdown.liquid.js +0 -126
- package/dist/esm/product/components/ProductVariants/variants/DropdownGroup.liquid.js +0 -53
- package/dist/esm/product/components/ProductVariants/variants/DropdownOption.js +0 -17
- package/dist/esm/product/components/ProductVariants/variants/Image.js +0 -18
- package/dist/esm/product/components/ProductVariants/variants/Image.liquid.js +0 -19
- package/dist/esm/product/components/ProductVariants/variants/ImageShopify.js +0 -35
- package/dist/esm/product/components/ProductVariants/variants/ImageShopify.liquid.js +0 -31
- package/dist/esm/product/components/ProductVariants/variants/RadioButtons.js +0 -58
- package/dist/esm/product/components/ProductVariants/variants/RectangleList.js +0 -64
- package/dist/esm/product/components/ProductVariants/variants/VariantGroup.js +0 -34
- package/dist/esm/product/components/ProductVariants/variants/VariantOption/index.js +0 -16
- package/dist/esm/product/components/ProductVariants/variants/combine/index.js +0 -44
- package/dist/esm/product/components/ProductVariants/variants/index.js +0 -133
- package/dist/esm/product/components/ProductVariants/variants/index.liquid.js +0 -144
- package/dist/esm/product/components/ProductViewMore.js +0 -27
- package/dist/esm/product/components/ProductViewMore.liquid.js +0 -33
- package/dist/esm/product/components/Sku.js +0 -31
- package/dist/esm/product/components/Sku.liquid.js +0 -32
- package/dist/esm/product/components/Vendor.js +0 -43
- package/dist/esm/product/components/Vendor.liquid.js +0 -39
- package/dist/esm/product/setting/DynamicCheckout.js +0 -562
- package/dist/esm/product/setting/FileUpload.js +0 -960
- package/dist/esm/product/setting/Product.js +0 -596
- package/dist/esm/product/setting/ProductBadge.js +0 -529
- package/dist/esm/product/setting/ProductBundleDiscount.js +0 -857
- package/dist/esm/product/setting/ProductBundleDiscountItem.js +0 -31
- package/dist/esm/product/setting/ProductButton.js +0 -1442
- package/dist/esm/product/setting/ProductDescription.js +0 -306
- package/dist/esm/product/setting/ProductImages.js +0 -1220
- package/dist/esm/product/setting/ProductList.js +0 -1656
- package/dist/esm/product/setting/ProductPrice.js +0 -367
- package/dist/esm/product/setting/ProductProperties.js +0 -1101
- package/dist/esm/product/setting/ProductQuantity.js +0 -669
- package/dist/esm/product/setting/ProductTag.js +0 -343
- package/dist/esm/product/setting/ProductTitle.js +0 -362
- package/dist/esm/product/setting/ProductVariants.js +0 -1400
- package/dist/esm/product/setting/ProductViewMore.js +0 -706
- package/dist/esm/product/setting/Sku.js +0 -286
- package/dist/esm/product/setting/Vendor.js +0 -342
- package/dist/esm/product/setting/constant/bundle-layout/horizontalOne.js +0 -492
- package/dist/esm/product/setting/constant/bundle-layout/horizontalThree.js +0 -639
- package/dist/esm/product/setting/constant/bundle-layout/horizontalTwo.js +0 -635
- package/dist/esm/product/setting/constant/bundle-layout/verticalOne.js +0 -363
- package/dist/esm/product/setting/constant/bundle-layout/verticalThree.js +0 -517
- package/dist/esm/product/setting/constant/bundle-layout/verticalTwo.js +0 -517
- package/dist/esm/product/setting/index.js +0 -45
- package/dist/esm/product/setting/presets-config/product-presets/product-1-col.js +0 -510
- package/dist/esm/product/setting/presets-config/product-presets/product-2-col.js +0 -512
- package/dist/esm/product/setting/presets-config/product-presets/product-default.js +0 -514
- package/dist/esm/product/setting/product-image-v2/ProductFeatureImage.js +0 -613
- package/dist/esm/product/setting/product-image-v2/ProductGalleryImage.js +0 -739
- package/dist/esm/product/setting/product-image-v2/ProductImages.js +0 -610
- package/dist/esm/product/setting/swatches-style-config/color.js +0 -73
- package/dist/esm/product/setting/swatches-style-config/dropdown.js +0 -64
- package/dist/esm/product/setting/swatches-style-config/image-shopify.js +0 -60
- package/dist/esm/product/setting/swatches-style-config/image.js +0 -60
- package/dist/esm/product/setting/swatches-style-config/rectangle-list.js +0 -97
- package/dist/esm/radio/Radio.js +0 -34
- package/dist/esm/radio/setting/Radio.js +0 -66
- package/dist/esm/radio/setting/index.js +0 -7
- package/dist/esm/select/Select.js +0 -58
- package/dist/esm/select/setting/index.js +0 -7
- package/dist/esm/sticky/setting/Sticky.js +0 -237
- package/dist/esm/sticky/setting/index.js +0 -7
- package/dist/esm/sticky/setting/preset-config.js +0 -2002
- package/dist/esm/stock-counter/const.js +0 -14
- package/dist/esm/stock-counter/helpers.js +0 -53
- package/dist/esm/stock-counter/setting/StockCounter.js +0 -614
- package/dist/esm/stock-counter/setting/index.js +0 -7
- package/dist/esm/tab/components/common.js +0 -60
- package/dist/esm/tab/setting/TabItem.js +0 -32
- package/dist/esm/tab/setting/Tabs.js +0 -629
- package/dist/esm/tab/setting/index.js +0 -9
- package/dist/esm/text/components/common.js +0 -12
- package/dist/esm/text/setting/Text.js +0 -467
- package/dist/esm/text/setting/index.js +0 -7
- package/dist/esm/textarea/Textarea.js +0 -35
- package/dist/esm/textarea/setting/Textarea.js +0 -111
- package/dist/esm/textarea/setting/index.js +0 -7
- package/dist/esm/third-party/components/PowrContactFormBuilder.js +0 -28
- package/dist/esm/third-party/components/PowrContactFormBuilder.liquid.js +0 -8
- package/dist/esm/third-party/configs/PowrContactFormBuilder.js +0 -8
- package/dist/esm/third-party/helpers/thirdParty.js +0 -52
- package/dist/esm/third-party/setting/AftershipEmailMarketingsms.js +0 -156
- package/dist/esm/third-party/setting/AirProductReviewsAppUgc.js +0 -136
- package/dist/esm/third-party/setting/AliReviews.js +0 -135
- package/dist/esm/third-party/setting/AlsoBoughtCbb.js +0 -123
- package/dist/esm/third-party/setting/AppointmentBookingCowlendar.js +0 -124
- package/dist/esm/third-party/setting/AppstleBundlesDiscounts.js +0 -142
- package/dist/esm/third-party/setting/AppstleSubscriptions.js +0 -123
- package/dist/esm/third-party/setting/BestBuyFulfillment.js +0 -129
- package/dist/esm/third-party/setting/BfSizeChartSizeGuide.js +0 -127
- package/dist/esm/third-party/setting/BirdChime.js +0 -114
- package/dist/esm/third-party/setting/Bogos.js +0 -159
- package/dist/esm/third-party/setting/BoldProductOptions.js +0 -109
- package/dist/esm/third-party/setting/BoldSubscriptions.js +0 -125
- package/dist/esm/third-party/setting/BonLoyaltyRewardsReferrals.js +0 -161
- package/dist/esm/third-party/setting/BoostAISearchDiscovery.js +0 -165
- package/dist/esm/third-party/setting/Bundler.js +0 -127
- package/dist/esm/third-party/setting/CleanSizeCharts.js +0 -132
- package/dist/esm/third-party/setting/CrossSellCartUpsell.js +0 -109
- package/dist/esm/third-party/setting/CustomProductOptionsVariant.js +0 -112
- package/dist/esm/third-party/setting/DiscountyBulkDiscountSales.js +0 -110
- package/dist/esm/third-party/setting/EasifyProductOptions.js +0 -121
- package/dist/esm/third-party/setting/EasyBundleBuilderSkailama.js +0 -124
- package/dist/esm/third-party/setting/EasySellCOD.js +0 -123
- package/dist/esm/third-party/setting/EcoboostifyShoppableReelUgc.js +0 -138
- package/dist/esm/third-party/setting/EcomsendBackInStockAlert.js +0 -143
- package/dist/esm/third-party/setting/EssentialAnnouncementBar.js +0 -138
- package/dist/esm/third-party/setting/EssentialCountdownTimerBar.js +0 -138
- package/dist/esm/third-party/setting/EstimatedDeliveryDatePlus.js +0 -124
- package/dist/esm/third-party/setting/FastBundleBundlesDiscounts.js +0 -166
- package/dist/esm/third-party/setting/FeraReviews.js +0 -420
- package/dist/esm/third-party/setting/FirePush.js +0 -109
- package/dist/esm/third-party/setting/FlyBundlesUpsellsFbt.js +0 -147
- package/dist/esm/third-party/setting/FordeerProductLabels.js +0 -207
- package/dist/esm/third-party/setting/FrequentlyBoughtTogether.js +0 -129
- package/dist/esm/third-party/setting/GloColorSwatchvariantImage.js +0 -148
- package/dist/esm/third-party/setting/GloboProductOptionsVariant.js +0 -129
- package/dist/esm/third-party/setting/GoogleReviewsByReputon.js +0 -156
- package/dist/esm/third-party/setting/Growave.js +0 -231
- package/dist/esm/third-party/setting/HextomCountdownTimerBar.js +0 -124
- package/dist/esm/third-party/setting/HextomFreeShippingBar.js +0 -124
- package/dist/esm/third-party/setting/HulkFormBuilder.js +0 -121
- package/dist/esm/third-party/setting/HulkProductOptions.js +0 -127
- package/dist/esm/third-party/setting/InfiniteOptions.js +0 -109
- package/dist/esm/third-party/setting/Instafeed.js +0 -115
- package/dist/esm/third-party/setting/InstasellShoppableInstagram.js +0 -124
- package/dist/esm/third-party/setting/JudgemeReviews.js +0 -179
- package/dist/esm/third-party/setting/JunipProductReviewsUgc.js +0 -163
- package/dist/esm/third-party/setting/KachingBundles.js +0 -136
- package/dist/esm/third-party/setting/KingProductOptions.js +0 -123
- package/dist/esm/third-party/setting/KiteFreeGiftDiscount.js +0 -124
- package/dist/esm/third-party/setting/KlarnaMessaging.js +0 -171
- package/dist/esm/third-party/setting/Klaviyo.js +0 -124
- package/dist/esm/third-party/setting/KoalaBundleQuantityDiscount.js +0 -112
- package/dist/esm/third-party/setting/LaiProductReviews.js +0 -230
- package/dist/esm/third-party/setting/LoloyalLoyaltyReferrals.js +0 -145
- package/dist/esm/third-party/setting/LoopSubscriptions.js +0 -156
- package/dist/esm/third-party/setting/LooxReviews.js +0 -280
- package/dist/esm/third-party/setting/MaxbundleProductBundles.js +0 -150
- package/dist/esm/third-party/setting/MbcBundleVolumeDiscount.js +0 -112
- package/dist/esm/third-party/setting/MyappgurusProductReviews.js +0 -167
- package/dist/esm/third-party/setting/NotifyBackInStockPreOrder.js +0 -112
- package/dist/esm/third-party/setting/OkendoReviewsLoyalty.js +0 -167
- package/dist/esm/third-party/setting/Omnisend.js +0 -174
- package/dist/esm/third-party/setting/Opinew.js +0 -217
- package/dist/esm/third-party/setting/ParcelPanel.js +0 -118
- package/dist/esm/third-party/setting/PickyStory.js +0 -142
- package/dist/esm/third-party/setting/PowerfulContactFormBuilder.js +0 -156
- package/dist/esm/third-party/setting/PowrContactFormBuilder.js +0 -138
- package/dist/esm/third-party/setting/PreorderNowPreOrderPq.js +0 -148
- package/dist/esm/third-party/setting/PreorderNowWodPresale.js +0 -142
- package/dist/esm/third-party/setting/ProductOptionsCustomizer.js +0 -130
- package/dist/esm/third-party/setting/ProductOptionsVariantOption.js +0 -118
- package/dist/esm/third-party/setting/ProductReviews.js +0 -106
- package/dist/esm/third-party/setting/PumperBundlesVolumeDiscount.js +0 -134
- package/dist/esm/third-party/setting/PushOwl.js +0 -767
- package/dist/esm/third-party/setting/QikifyUpsell.js +0 -140
- package/dist/esm/third-party/setting/RapiBundleQuantityBreaks.js +0 -127
- package/dist/esm/third-party/setting/RechargeSubscriptions.js +0 -133
- package/dist/esm/third-party/setting/RecurpaySubscriptionApp.js +0 -112
- package/dist/esm/third-party/setting/Releasit.js +0 -175
- package/dist/esm/third-party/setting/RequestQuoteHidePrice.js +0 -113
- package/dist/esm/third-party/setting/ReviewxpoProductReviewsApp.js +0 -176
- package/dist/esm/third-party/setting/Rivyo.js +0 -142
- package/dist/esm/third-party/setting/Ryviu.js +0 -146
- package/dist/esm/third-party/setting/SealSubscriptions.js +0 -123
- package/dist/esm/third-party/setting/SegunoEmailMarketing.js +0 -148
- package/dist/esm/third-party/setting/Selleasy.js +0 -145
- package/dist/esm/third-party/setting/SeoantTrustBadgesIcon.js +0 -138
- package/dist/esm/third-party/setting/ShopifyForms.js +0 -138
- package/dist/esm/third-party/setting/ShopifySubscriptions.js +0 -134
- package/dist/esm/third-party/setting/SimpleBundlesKits.js +0 -129
- package/dist/esm/third-party/setting/SkioSubscriptionsYcS20.js +0 -120
- package/dist/esm/third-party/setting/SmartSearchBarAndFilters.js +0 -124
- package/dist/esm/third-party/setting/SproutPlantTreesGrowSales.js +0 -137
- package/dist/esm/third-party/setting/Stamped/Badge.js +0 -115
- package/dist/esm/third-party/setting/Stamped/BadgeDouble.js +0 -20
- package/dist/esm/third-party/setting/Stamped/BadgeRibbon.js +0 -59
- package/dist/esm/third-party/setting/Stamped/BadgeSingle.js +0 -20
- package/dist/esm/third-party/setting/Stamped/Carousel.js +0 -124
- package/dist/esm/third-party/setting/Stamped/CheckoutReviews.js +0 -105
- package/dist/esm/third-party/setting/Stamped/Colors.js +0 -56
- package/dist/esm/third-party/setting/Stamped/Filters.js +0 -248
- package/dist/esm/third-party/setting/Stamped/FullPage.js +0 -88
- package/dist/esm/third-party/setting/Stamped/InstagramFeed.js +0 -109
- package/dist/esm/third-party/setting/Stamped/MainWidget.js +0 -143
- package/dist/esm/third-party/setting/Stamped/ProductRating.js +0 -71
- package/dist/esm/third-party/setting/Stamped/SingleHighlight.js +0 -20
- package/dist/esm/third-party/setting/Stamped/SiteBadge.js +0 -144
- package/dist/esm/third-party/setting/Stamped/TopRated.js +0 -35
- package/dist/esm/third-party/setting/Stamped/VisualGallery.js +0 -127
- package/dist/esm/third-party/setting/Stamped/WallPhotos.js +0 -89
- package/dist/esm/third-party/setting/Stamped/index.js +0 -48
- package/dist/esm/third-party/setting/Stamped.js +0 -237
- package/dist/esm/third-party/setting/StellarDeliveryDatePickup.js +0 -123
- package/dist/esm/third-party/setting/SubifySubscriptionsApp.js +0 -138
- package/dist/esm/third-party/setting/TagembedSocialPostReview.js +0 -122
- package/dist/esm/third-party/setting/TagshopShoppableVideosUgc.js +0 -167
- package/dist/esm/third-party/setting/TeeinblueProductPersonalizer.js +0 -112
- package/dist/esm/third-party/setting/TrustBadgesBear.js +0 -124
- package/dist/esm/third-party/setting/TrustMe.js +0 -109
- package/dist/esm/third-party/setting/TrustedsiteTrustBadges.js +0 -173
- package/dist/esm/third-party/setting/Trustoo.js +0 -175
- package/dist/esm/third-party/setting/TrustreviewsProductReviews.js +0 -206
- package/dist/esm/third-party/setting/TrustshopProductReviews.js +0 -155
- package/dist/esm/third-party/setting/UltimateSalesBoost.js +0 -198
- package/dist/esm/third-party/setting/UnlimitedBundlesDiscounts.js +0 -142
- package/dist/esm/third-party/setting/Vitals.js +0 -340
- package/dist/esm/third-party/setting/WhatmoreShoppableVideosreel.js +0 -351
- package/dist/esm/third-party/setting/WideBundle.js +0 -109
- package/dist/esm/third-party/setting/Wiser.js +0 -251
- package/dist/esm/third-party/setting/WishlistKing.js +0 -127
- package/dist/esm/third-party/setting/WishlistPlus.js +0 -145
- package/dist/esm/third-party/setting/YotpoLoyalty.js +0 -79
- package/dist/esm/third-party/setting/YotpoReviews.js +0 -193
- package/dist/esm/third-party/setting/index.js +0 -237
- package/dist/esm/third-party-instant/helpers/thirdParty.js +0 -68
- package/dist/esm/third-party-instant/setting/InstantJudgemeReviews.js +0 -157
- package/dist/esm/third-party-instant/setting/InstantKlaviyo.js +0 -95
- package/dist/esm/third-party-instant/setting/InstantLooxReviews.js +0 -118
- package/dist/esm/third-party-instant/setting/InstantYotpoLoyalty.js +0 -95
- package/dist/esm/third-party-instant/setting/index.js +0 -13
- package/dist/esm/third-party-instant/types/JudgemeReviews.js +0 -7
- package/dist/esm/third-party-slot/setting/ThirdPartySlot.js +0 -109
- package/dist/esm/third-party-slot/setting/index.js +0 -7
- package/dist/esm/video/helpers/common.js +0 -37
- package/dist/esm/video/setting/Video.js +0 -496
- package/dist/esm/video/setting/index.js +0 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var core=require("@gem-sdk/core"),common=require("./common.js");const appendPixelUnitIfNeed=e=>e?.includes("px")?e:`${e}px`,convertAutoToZero=e=>["auto","Auto",void 0].includes(e)?"0px":appendPixelUnitIfNeed(`${e}`),getGapWhenOnlyFeature=e=>{let{device:t,position:o,leftGap:a,rightGap:c}=e,n=common.getDeviceSpecificStyle(e?.imageShape,t)?.width||"100%",i=common.getDeviceSpecificStyle(e?.imageAlign,t);switch(o){case"left":return"flex-end"===i?`calc((100% - ${n}) + ${a})`:"center"===i?`calc((100% - ${n}) / 2 + ${a})`:a;case"center":return"flex-end"===i?`calc((200% - ${n}) / 2 + ${a})`:"center"===i?"50%":`calc(${n} / 2 + ${a})`;case"right":return"flex-start"===i?`calc((100% - ${n}) + ${c})`:"center"===i?`calc((100% - ${n}) / 2 + ${c})`:c}},getGapWhenNotOnlyFeature=e=>{let{position:t,leftGap:o,rightGap:a}=e;switch(t){case"left":return o;case"center":return"50%";case"right":return a}},getGapCompareProductImage=e=>{let{device:t,imageLayout:o}=e,a=common.getDeviceSpecificStyle(o,t);return"only-feature"===a?getGapWhenOnlyFeature(e):getGapWhenNotOnlyFeature(e)},getValuePositon=(e,t,o)=>t?o:getGapCompareProductImage(e),getGapBottom=e=>{let{device:t,bottomGap:o,dotSize:a,dotGapToCarousel:c,key:n,dotStyle:i,imageLayout:r,isLiquid:l}=e,s=common.getDeviceSpecificStyle(i,t),g=common.getDeviceSpecificStyle(r,t);return l&&"outside"===s?{[`--bottom${n}`]:o}:"none"!==s&&"only-feature"===g?{[`--bottom${n}`]:`calc(${a?.[t]||a?.desktop||0}px + ${c?.[e.device]||c?.desktop||0}px + ${o})`}:{[`--bottom${n}`]:o}},getShapePosition=e=>{let{positionType:t,isLiquid:o,navigationPosition:a,dataImage:c}=e;return core.DEVICES.reduce((e,n)=>{let i="desktop"===n?"":`-${n}`,r=common.getDeviceSpecificStyle(t,n)?.placement||"",l=convertAutoToZero(common.getDeviceSpecificStyle(t,n)?.topGap),s=convertAutoToZero(common.getDeviceSpecificStyle(t,n)?.rightGap),g=convertAutoToZero(common.getDeviceSpecificStyle(t,n)?.bottomGap),p=convertAutoToZero(common.getDeviceSpecificStyle(t,n)?.leftGap);a?.[n]!=="outside"||["bottom","top"].includes(r)||(s=`calc(${s} + 56px)`,p=`calc(${p} + 56px)`);let u=e=>({position:e,device:n,imageLayout:c?.imageLayout,imageAlign:c?.imageAlign,imageShape:c?.imageShape,leftGap:p,rightGap:s}),m={device:n,bottomGap:g,key:i,dotSize:c?.dotSize,dotGapToCarousel:c?.dotGapToCarousel,dotStyle:c?.dotStyle,imageLayout:c?.imageLayout,isLiquid:o},$={};switch(r){case"top-left":$={[`--top${i}`]:l,[`--left${i}`]:getValuePositon(u("left"),o,p),[`--right${i}`]:"unset",[`--bottom${i}`]:"unset",[`--t${i}`]:"unset"};break;case"top":$={[`--top${i}`]:l,[`--left${i}`]:getValuePositon(u("center"),o,"50%"),[`--right${i}`]:"unset",[`--bottom${i}`]:"unset",[`--t${i}`]:"translateX(-50%)"};break;case"top-right":$={[`--top${i}`]:l,[`--right${i}`]:getValuePositon(u("right"),o,s),[`--left${i}`]:"unset",[`--bottom${i}`]:"unset",[`--t${i}`]:"unset"};break;case"left":$={[`--top${i}`]:"50%",[`--left${i}`]:getValuePositon(u("left"),o,p),[`--right${i}`]:"unset",[`--bottom${i}`]:"unset",[`--t${i}`]:"translateY(-50%)"};break;case"right":$={[`--top${i}`]:"50%",[`--right${i}`]:getValuePositon(u("right"),o,s),[`--left${i}`]:"unset",[`--bottom${i}`]:"unset",[`--t${i}`]:"translateY(-50%)"};break;case"bottom-left":$={...getGapBottom(m),[`--left${i}`]:getValuePositon(u("left"),o,p),[`--right${i}`]:"unset",[`--top${i}`]:"unset",[`--t${i}`]:"unset"};break;case"bottom":$={...getGapBottom(m),[`--left${i}`]:getValuePositon(u("center"),o,"50%"),[`--top${i}`]:"unset",[`--right${i}`]:"unset",[`--t${i}`]:"translateX(-50%)"};break;case"bottom-right":$={...getGapBottom(m),[`--right${i}`]:getValuePositon(u("right"),o,s),[`--left${i}`]:"unset",[`--top${i}`]:"unset",[`--t${i}`]:"unset"}}return{...e,...$}},{})};exports.getGapBottom=getGapBottom,exports.getGapCompareProductImage=getGapCompareProductImage,exports.getShapePosition=getShapePosition;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var core=require("@gem-sdk/core"),common=require("./common.js");const getStyleAdvanced=(e,c)=>{let o={...c,...e};return core.DEVICES.forEach(t=>{["--top","--left","--right","--bottom","--t"].forEach(s=>{let r;let a=`${s}${common.deviceWithSurfix(t)}`;r=checkNoCssValue(e?.[a])?checkNoCssValue(c?.[a])?"":c?.[a]:checkNoCssValue(c?.[a])?checkNoCssValue(e[a])?"":e?.[a]:`calc(${e?.[a]} + ${c?.[a]})`,o[a]=r||o[a]})}),o},checkNoCssValue=e=>!e||"unset"===e.toLocaleLowerCase()||"auto"===e.toLocaleLowerCase();exports.getStyleAdvanced=getStyleAdvanced;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var core=require("@gem-sdk/core"),common=require("./common.js");const getWhiteSpaceStyle=e=>{let t={};return core.DEVICES.forEach(o=>{let r="desktop"===o?"":`-${o}`,{width:c="",height:a=""}=common.getDeviceSpecificStyle(e,o)||{},s="auto"===c.toLowerCase()&&"auto"===a.toLowerCase();t[`--ws${r}`]=s?"pre-wrap":"pre"}),t};exports.getWhiteSpaceStyle=getWhiteSpaceStyle;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var types=require("../types.js");const toggleBadge=(e,r,t)=>{let o=checkShowBadge(e,r,t);return o?"":"!gp-hidden"},checkShowBadge=(e,r,t)=>{if(!t)return;let o=r?.createdAt||"",n=r?.tags||[],i={...t,product_created_at:o,product_tags:n},a=e?.map(e=>{switch(e?.triggerEvent){case"inventory_status":return inventoryTrigger(i,e);case"discount_price":return discountPriceTrigger(i,e);case"price_range":return priceRangeTrigger(i,e);case"creation_date":return creationDateTrigger(i,e);case"product_tags":return productTagsTrigger(i,e);default:return!1}});return a?.every(e=>!0===e)},compareNumberFunc=(e,r,t)=>{switch(t){case"exact":return e===r.from;case"above":return e>r.from;case"below":return e<r.from;case"exact_or_above":return e>=r.from;case"exact_or_below":return e<=r.from;case"between":return e>=r.from&&e<=r.to;default:return!1}},getMinValueForInventory=e=>e===types.CompareType.ABOVE?0:e===types.CompareType.BELOW?2:1,inventoryTrigger=(e,r)=>{if(null===e.inventory_management||"continue"==e.inventory_policy)return!0;if(void 0===e.inventoryQuantity)return!1;if("in_stock"!==r.type)return compareNumberFunc(e.inventoryQuantity,{from:0,to:0},types.CompareType.EXACT_OR_BELOW);if(r.conditionType===types.CompareType.BELOW||r.conditionType===types.CompareType.EXACT_OR_BELOW){let t=getMinValueForInventory(r.conditionType);return compareNumberFunc(e?.inventoryQuantity,{from:1,to:Number(r.from)-t+1},types.CompareType.BETWEEN)}return compareNumberFunc(e?.inventoryQuantity,{from:Number(r.from),to:Number(r?.to)},r.conditionType)},discountPriceTrigger=(e,r)=>{if(e?.compare_at_price===void 0||void 0===e.price||e.compare_at_price<e.price)return!1;let t=(e.compare_at_price-e.price)/100,o=t/(e.compare_at_price/100),n="fixed"===r.discountType?t:Math.round(100*o);return compareNumberFunc(n,{from:Number(r.from),to:Number(r.to)},r.conditionType)},priceRangeTrigger=(e,r)=>{if(void 0===e.price)return!1;let t=e.price/100;return compareNumberFunc(t,{from:Number(r.from),to:Number(r.to)},r.conditionType)},creationDateTrigger=(e,r)=>{if(!e.product_created_at)return!1;let t=new Date(new Date(e.product_created_at).setHours(0,0,0,0)),o=new Date(r.from),n=new Date(r.to),i=t.getTime();if("exact_date"===r.type)return compareNumberFunc(i,{from:o.getTime(),to:0},types.CompareType.EXACT);if("duration"===r.type){let e=new Date().setHours(0,0,0,0),o=(e-t.getTime())/864e5;if(o>=0&&o<=Number(r.days))return!0}return!(o.getTime()>=n.getTime())&&compareNumberFunc(i,{from:o.getTime(),to:n.getTime()},types.CompareType.BETWEEN)},productTagsTrigger=(e,r)=>{let t=e.product_tags||[],o=r.searchTag;return o.some(e=>t.includes(e))};exports.toggleBadge=toggleBadge;
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
"use strict";var types=require("../types.js");const getMinValueForInventory=e=>e===types.CompareType.ABOVE?0:e===types.CompareType.BELOW?2:1,renderBadgeInFirstTime=(e,i,n)=>`
|
|
2
|
+
{% assign isShow = true %}
|
|
3
|
+
{% assign conditionTriggers = "" %}
|
|
4
|
+
{% assign isInventoryStatus = false %}
|
|
5
|
+
{% assign isDiscountPrice = false %}
|
|
6
|
+
{% assign isPriceRange = false %}
|
|
7
|
+
{% assign isCreationDate = false %}
|
|
8
|
+
{% assign isProductTag = false %}
|
|
9
|
+
${checkConditionBadge(e)}
|
|
10
|
+
{% assign trigger_arr = conditionTriggers | split: "," %}
|
|
11
|
+
{% for trigger in trigger_arr %}
|
|
12
|
+
{% if trigger == "false" %}
|
|
13
|
+
{% assign isShow = false %}
|
|
14
|
+
{% endif %}
|
|
15
|
+
{% endfor %}
|
|
16
|
+
{% assign price = variant.price | times: 1.0 %}
|
|
17
|
+
{% assign salePrice = variant.compare_at_price | times: 1.0 %}
|
|
18
|
+
{% assign priceSave = salePrice | minus: price %}
|
|
19
|
+
{% assign isDiscountContent = ${i} %}
|
|
20
|
+
{% assign isTextBadge = ${n} %}
|
|
21
|
+
{% if priceSave <= 0 or isDiscountContent == false or isTextBadge == false or variant.inventory_management == nil %}
|
|
22
|
+
{% assign isShow = false %}
|
|
23
|
+
{% endif %}
|
|
24
|
+
{% if isShow %}
|
|
25
|
+
{% assign className = "" %}
|
|
26
|
+
{% else %}
|
|
27
|
+
{% assign className = "!gp-hidden" %}
|
|
28
|
+
{% endif %}
|
|
29
|
+
`,checkConditionBadge=e=>e?.length?e.map(e=>{switch(e?.triggerEvent){case"discount_price":return checkDiscountPriceCondition(e);case"price_range":return checkPriceRangeCondition(e);case"inventory_status":return checkInventoryStatusCondition(e);case"product_tags":return checkProductTagCondition(e);case"creation_date":return checkCreationDateCondition(e);default:return""}}).join(" "):"",getNumber=e=>e.replace(/[%$]/g,""),compareValueFunc=()=>`
|
|
30
|
+
{% assign enabled = false %}
|
|
31
|
+
{% case conditionType %}
|
|
32
|
+
{% when "exact" %}
|
|
33
|
+
{% if compareValue == from %}
|
|
34
|
+
{% assign enabled = true %}
|
|
35
|
+
{% endif %}
|
|
36
|
+
{% when "above" %}
|
|
37
|
+
{% if compareValue > from %}
|
|
38
|
+
{% assign enabled = true %}
|
|
39
|
+
{% endif %}
|
|
40
|
+
{% when "below" %}
|
|
41
|
+
{% if compareValue < from %}
|
|
42
|
+
{% assign enabled = true %}
|
|
43
|
+
{% endif %}
|
|
44
|
+
{% when "exact_or_above" %}
|
|
45
|
+
{% if compareValue >= from %}
|
|
46
|
+
{% assign enabled = true %}
|
|
47
|
+
{% endif %}
|
|
48
|
+
{% when "exact_or_below" %}
|
|
49
|
+
{% if compareValue <= from %}
|
|
50
|
+
{% assign enabled = true %}
|
|
51
|
+
{% endif %}
|
|
52
|
+
{% when "between" %}
|
|
53
|
+
{% if compareValue >= from and compareValue <= to %}
|
|
54
|
+
{% assign enabled = true %}
|
|
55
|
+
{% endif %}
|
|
56
|
+
{% else %}
|
|
57
|
+
{% assign enabled = false %}
|
|
58
|
+
{% endcase %}
|
|
59
|
+
`,checkDiscountPriceCondition=e=>{let{from:i,to:n,discountType:a,conditionType:s}=e;return`
|
|
60
|
+
{% assign price = variant.price %}
|
|
61
|
+
{% assign compare_at_price = variant.compare_at_price %}
|
|
62
|
+
{% if price == null or compare_at_price == null or compare_at_price < price %}
|
|
63
|
+
{% assign isDiscountPrice = false %}
|
|
64
|
+
{% else %}
|
|
65
|
+
{% assign from = ${getNumber(i??"0")} %}
|
|
66
|
+
{% assign to = ${getNumber(n??"0")} %}
|
|
67
|
+
{% assign discountType = "${a}" %}
|
|
68
|
+
{% assign conditionType = "${s}" %}
|
|
69
|
+
{% assign price = variant.price | divided_by: 100.0 %}
|
|
70
|
+
{% assign compare_at_price = variant.compare_at_price | divided_by: 100.0 %}
|
|
71
|
+
{% assign discountPrice = compare_at_price | minus: price %}
|
|
72
|
+
{% assign discountByPercentage = discountPrice | divided_by: compare_at_price | times: 100.0 | round %}
|
|
73
|
+
{% assign compareValue = discountPrice %}
|
|
74
|
+
{% if discountType == "percent" %}
|
|
75
|
+
{% assign compareValue = discountByPercentage %}
|
|
76
|
+
{% endif %}
|
|
77
|
+
${compareValueFunc()}
|
|
78
|
+
{% assign isDiscountPrice = enabled %}
|
|
79
|
+
{% endif %}
|
|
80
|
+
{% assign conditionTriggers = conditionTriggers | append: "," | append: isDiscountPrice %}
|
|
81
|
+
`},checkPriceRangeCondition=e=>{let{from:i,to:n,conditionType:a}=e;return`
|
|
82
|
+
{% assign price = variant.price %}
|
|
83
|
+
{% if price == null %}
|
|
84
|
+
{% assign isPriceRange = false %}
|
|
85
|
+
{% else %}
|
|
86
|
+
{% assign from = ${getNumber(i??"0")} %}
|
|
87
|
+
{% assign to = ${getNumber(n??"0")} %}
|
|
88
|
+
{% assign conditionType = "${a}" %}
|
|
89
|
+
{% assign compareValue = variant.price | divided_by: 100.0 %}
|
|
90
|
+
${compareValueFunc()}
|
|
91
|
+
{% assign isPriceRange = enabled %}
|
|
92
|
+
{% endif %}
|
|
93
|
+
{% assign conditionTriggers = conditionTriggers | append: "," | append: isPriceRange %}
|
|
94
|
+
`},checkInventoryStatusCondition=e=>{let{type:i,conditionType:n,from:a,to:s}=e,r=getMinValueForInventory(n);return`
|
|
95
|
+
{% assign type = "${i}" %}
|
|
96
|
+
{% assign shouldContinue = false %}
|
|
97
|
+
{% if variant.inventory_policy == "continue" and type != "out_of_stock" %}
|
|
98
|
+
{% assign shouldContinue = true %}
|
|
99
|
+
{% endif %}
|
|
100
|
+
{% if variant.inventory_management == null or shouldContinue %}
|
|
101
|
+
{% assign conditionTriggers = conditionTriggers | append: "," | append: true %}
|
|
102
|
+
{% elsif variant.inventory_quantity != null %}
|
|
103
|
+
{% assign compareValue = variant.inventory_quantity %}
|
|
104
|
+
{% if type == "in_stock" %}
|
|
105
|
+
{% assign conditionType = "${n}" %}
|
|
106
|
+
{% assign from = ${getNumber(a)} %}
|
|
107
|
+
{% assign to = ${getNumber(s??"0")} %}
|
|
108
|
+
${compareValueFunc()}
|
|
109
|
+
{% if conditionType == "below" or conditionType == "exact_or_below" %}
|
|
110
|
+
{% assign min = ${r} %}
|
|
111
|
+
{% assign from = 1 %}
|
|
112
|
+
{% assign to = from | minus: min | plus: 1 %}
|
|
113
|
+
{% if compareValue >= from and compareValue <= to %}
|
|
114
|
+
{% assign enabled = true %}
|
|
115
|
+
{% else %}
|
|
116
|
+
{% assign enabled = false %}
|
|
117
|
+
{% endif %}
|
|
118
|
+
{% endif %}
|
|
119
|
+
{% assign isInventoryStatus = enabled %}
|
|
120
|
+
{% else %}
|
|
121
|
+
{% if compareValue <= 0 and variant.inventory_policy != "continue" %}
|
|
122
|
+
{% assign isInventoryStatus = true %}
|
|
123
|
+
{% endif %}
|
|
124
|
+
{% endif %}
|
|
125
|
+
{% assign conditionTriggers = conditionTriggers | append: "," | append: isInventoryStatus %}
|
|
126
|
+
{% else %}
|
|
127
|
+
{% assign conditionTriggers = conditionTriggers | append: "," | append: false %}
|
|
128
|
+
{% endif %}
|
|
129
|
+
|
|
130
|
+
`},checkProductTagCondition=e=>{let{searchTag:i}=e,n=i.join(", ");return`
|
|
131
|
+
{% assign productTags = product.tags %}
|
|
132
|
+
{% assign searchTag = '${n}' %}
|
|
133
|
+
{% for tag in productTags %}
|
|
134
|
+
{% if searchTag contains tag %}
|
|
135
|
+
{% assign isProductTag = true %}
|
|
136
|
+
{% break %}
|
|
137
|
+
{% endif %}
|
|
138
|
+
{% endfor %}
|
|
139
|
+
{% assign conditionTriggers = conditionTriggers | append: "," | append: isProductTag %}
|
|
140
|
+
`},checkCreationDateCondition=e=>{let{days:i,from:n,to:a,type:s,conditionType:r}=e;return`
|
|
141
|
+
{% assign type = "${s}" %}
|
|
142
|
+
{% assign days = ${getNumber(i)} %}
|
|
143
|
+
{% assign from = "${n}" | date: "%Y-%m-%d" | date: "%s" | times: 1000 %}
|
|
144
|
+
{% assign currentTime = "now" | date: "%Y-%m-%d" | date: "%s" | times: 1000 %}
|
|
145
|
+
{% assign compareValue = product.created_at | date: "%Y-%m-%d" | date: "%s" | times: 1000 %}
|
|
146
|
+
{% if type == "exact_date" %}
|
|
147
|
+
{% if compareValue == from %}
|
|
148
|
+
{% assign enabled = true %}
|
|
149
|
+
{% else %}
|
|
150
|
+
{% assign enabled = false %}
|
|
151
|
+
{% endif %}
|
|
152
|
+
{% elsif type == "duration" %}
|
|
153
|
+
{% assign timeDifference = currentTime | minus: compareValue %}
|
|
154
|
+
{% assign dayDifference = timeDifference | divided_by: 86400000 %}
|
|
155
|
+
{% if dayDifference >= 0 and dayDifference <= days %}
|
|
156
|
+
{% assign enabled = true %}
|
|
157
|
+
{% else %}
|
|
158
|
+
{% assign enabled = false %}
|
|
159
|
+
{% endif %}
|
|
160
|
+
{% else %}
|
|
161
|
+
{% assign to = "${a}" | date: "%Y-%m-%d" | date: "%s" | times: 1000 %}
|
|
162
|
+
{% assign conditionType = "${r}" %}
|
|
163
|
+
{% if from >= to %}
|
|
164
|
+
{% assign enabled = false %}
|
|
165
|
+
{% else %}
|
|
166
|
+
${compareValueFunc()}
|
|
167
|
+
{% endif %}
|
|
168
|
+
{% endif %}
|
|
169
|
+
{% assign isCreationDate = enabled %}
|
|
170
|
+
{% assign conditionTriggers = conditionTriggers | append: "," | append: isCreationDate %}
|
|
171
|
+
`};exports.renderBadgeInFirstTime=renderBadgeInFirstTime;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var constants=require("../constants.js");const productBadgeShape=[{id:constants.SHAPE_ID.SQUARE,wrapperWidth:"100px",wrapperHeight:"100px",shapeRadius:{btlr:"3px",btrr:"3px",bblr:"3px",bbrr:"3px"},ratio:1,supportBorder:!0,supportCorner:!0},{id:constants.SHAPE_ID.VERTICAL_RECTANGLE,wrapperWidth:"auto",wrapperHeight:"auto",shapeRadius:{btlr:"3px",btrr:"3px",bblr:"3px",bbrr:"3px"},textStyle:{"--wm":"tb-rl","--t":"rotate(-180deg)"},supportBorder:!0,supportCorner:!0},{id:constants.SHAPE_ID.HORIZONTAL_RECTANGLE,wrapperWidth:"auto",wrapperHeight:"auto",supportBorder:!0,supportCorner:!0},{id:constants.SHAPE_ID.RIBBON,wrapperWidth:"132px",wrapperHeight:"132px",shapeStyle:{"clip-path":"polygon(60% 0, 100% 0%, 0 100%, 0 60%)"},textStyle:{"--t":"translate(-10%, -30%) rotate(-45deg)",width:"calc(100% * sqrt(2))"},ratio:1},{id:constants.SHAPE_ID.STAR_2,wrapperWidth:"132px",wrapperHeight:"132px",shapeStyle:{"clip-path":"polygon(50% 0%,64.351% 15.354%,85.355% 14.645%,84.646% 35.649%,100% 50%,84.646% 64.351%,85.355% 85.355%,64.351% 84.646%,50% 100%,35.649% 84.646%,14.645% 85.355%,15.354% 64.351%,0% 50%,15.354% 35.649%,14.645% 14.645%,35.649% 15.354%,50% 0%)"}},{id:constants.SHAPE_ID.STAR,wrapperWidth:"132px",wrapperHeight:"132px",shapeStyle:{"clip-path":"polygon(50% 0%,63.394% 17.664%,85.355% 14.645%,82.336% 36.606%,100% 50%,82.336% 63.394%,85.355% 85.355%,63.394% 82.336%,50% 100%,36.606% 82.336%,14.645% 85.355%,17.664% 63.394%,0% 50%,17.664% 36.606%,14.645% 14.645%,36.606% 17.664%,50% 0%)"},ratio:1},{id:constants.SHAPE_ID.RIBBON_2,wrapperWidth:"auto",wrapperHeight:"auto",shapeStyle:{"clip-path":"polygon(0 0, 0 0, 79.5% 0, 100% 50%, 79.5% 100%, 0 100%, 0 100%)"}},{id:constants.SHAPE_ID.RIBBON_3,wrapperWidth:"auto",wrapperHeight:"auto",shapeStyle:{"clip-path":"polygon( 0% 100%,14.744% 50%,0% 0%,82.051% 0%,100% 50%,82.051% 100%,0% 100%)"}},{id:constants.SHAPE_ID.TRIANGLE,wrapperWidth:"132px",wrapperHeight:"132px",shapeStyle:{"clip-path":"polygon(0% 0%, 0% 100%, 100% 0%)"},textStyle:{"--t":"translate(-20%, -75%) rotate(-45deg)",width:"calc(100% * sqrt(2))"},ratio:1}],shapeMap=new Map(productBadgeShape.map(t=>[t.id,t])),getShape=t=>{let p=shapeMap.get(t??"");return p||productBadgeShape[2]};exports.getShape=getShape;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";var core=require("@gem-sdk/core");const getStyleBackground=(e,r)=>{if(!e)return{};let t=createResponsiveStateMap(e=>getBackgroundByDevice(r,e));return{...core.makeStyleResponsive("bg",t)}},getBackgroundByDevice=(e,r)=>{let t=e?.[r];return core.getSingleColorVariable(t??e?.desktop)},getStyleBorder=e=>{if(!e)return{};let r=createResponsiveMap(r=>getBorderColorByDevice(e,r)),t=createResponsiveMap(r=>getBorderWidthByDevice(e,r)),o=createResponsiveMap(r=>getBorderStyleByDevice(e,r)),a=core.removeNullUndefined({...core.makeStyleResponsive("bc",r),...core.makeStyleResponsive("bw",t),...core.makeStyleResponsive("bs",o)});return a},getBorderColorByDevice=(e,r)=>e?.[r]?.color,getBorderWidthByDevice=(e,r)=>e?.[r]?.width,getBorderStyleByDevice=(e,r)=>e?.[r]?.border,getStyleCornerRadius=(e,r)=>{if(!e)return{};let t=["btlr","btrr","bblr","bbrr"],o=t.reduce((t,o)=>({...t,...core.removeNullUndefined(core.makeStyleResponsive(o,getCornerValueStyles(o,e,r)))}),{});return o},getCornerValueStyles=(e,r,t)=>createResponsiveMap(o=>getCornerByDevice({corner:e,cornerProps:r,device:o,shapeRadius:t})),getCornerByDevice=e=>{let{cornerProps:r,device:t,corner:o,shapeRadius:a}=e,l=r?.[t]?.[o],n=r?.desktop?.[o],i=a?.[o];return l??n??i},calculateShadow=e=>{let r={};for(let t of core.DEVICES){let o=e[t]||e.desktop;if(!o)continue;let{angle:a,distance:l,blur:n,color:i,enable:s}=o;if(!a||!l||!n||!i||!1===s)continue;let{unit:c}=core.parseValueWithUnit(`${l}`),d=`${Math.cos(parseFloat(`${a}`)*Math.PI/180)*parseFloat(`${l}`)}${c}`,p=`${Math.sin(parseFloat(`${a}`)*Math.PI/180)*parseFloat(`${l}`)}${c}`;r[t]=`drop-shadow(${d} ${p} ${n} ${core.getSingleColorVariable(i)})`}return r},createResponsiveMap=e=>core.DEVICES.reduce((r,t)=>({...r,[t]:e(t)}),{}),createResponsiveStateMap=e=>core.DEVICES.reduce((r,t)=>({...r,[t]:e(t)}),{}),generateShadowCSS=(e,r)=>{if(!r)return"";let t=calculateShadow(r);return`
|
|
2
|
+
${e} {
|
|
3
|
+
filter: ${t.desktop};
|
|
4
|
+
transition: filter 0.3s ease;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
@media only screen and (max-width: 1024px) and (min-width: 768px) {
|
|
8
|
+
${e} {
|
|
9
|
+
filter: ${t.tablet||t.desktop};
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@media only screen and (max-width: 767px) {
|
|
14
|
+
${e} {
|
|
15
|
+
filter: ${t.mobile||t.tablet||t.desktop};
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
`};exports.generateShadowCSS=generateShadowCSS,exports.getStyleBackground=getStyleBackground,exports.getStyleBorder=getStyleBorder,exports.getStyleCornerRadius=getStyleCornerRadius;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),core=require("@gem-sdk/core"),React=require("react"),NoDataState=require("../../../common/components/NoDataState.js"),system=require("@gem-sdk/system"),styles=require("./common/styles.js"),classes=require("./common/classes.js"),useProductBundleDataState=require("./hooks/useProductBundleDataState.js"),useProductBundleDiscountState=require("./hooks/useProductBundleDiscountState.js"),ProductBundleDiscountChildrenItem=require("./ProductBundleDiscountChildrenItem.js");const ProductBundleDiscount=({builderAttrs:e,style:t,children:s,setting:u,styles:n,advanced:l})=>{let r=core.useEditorMode(),{isSelected:i,setSelected:d}=useProductBundleDiscountState.default(u),{emitRedirectSetupPage:a,redirectGuideline:c,svg:o}=useProductBundleDataState.default(),m=system.createClass(classes.getContainerClasses(u,l?.cssClass)),y=system.createClass(classes.getNoDiscountClasses),j=system.createStyle(styles.getSizeSettings(n)?.gap),S=system.createStyle(styles.getContainerStyles(j,n,t));if(!u?.bundleItems?.length&&"edit"===r)return jsxRuntime.jsx(NoDataState.default,{elementType:"secondary",description:"Increase AOV with bundle quantity.",descriptionActions:[{text:"Setup bundle discount",callback:a},{text:"read guideline",callback:c}],additionalMedia:o});let D=(e,t)=>{if(u?.hideNoDiscountItem&&e?.discountType==="no_discount")return null;let l=s?.[t];if(React.isValidElement(l))return jsxRuntime.jsx(ProductBundleDiscountChildrenItem.default,{index:t,childItem:l,setting:u,styles:n,isSelected:i(t),setSelected:d,bundleItem:e},t)};return jsxRuntime.jsxs("div",{...e,className:m,style:S,children:[system.If(core.isEmptyChildren(s)||u?.bundleItems?.length==0,jsxRuntime.jsx("div",{className:y,children:"This product has no bundle discount"})),u?.bundleItems?.map((e,t)=>D(e,t))]})};exports.default=ProductBundleDiscount;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../../helpers.js"),system=require("@gem-sdk/system"),styles=require("./common/styles.js"),classes=require("./common/classes.js"),ProductBundleDiscountChildrenItem_liquid=require("./ProductBundleDiscountChildrenItem.liquid.js");const ProductBundleDiscount=({rawChildren:e,setting:t,styles:s,advanced:r,style:d})=>{let a=t?.hasPreSelectItem?t?.selectItemDefault??0:-1,i=e=>a===e,l=(r,d)=>ProductBundleDiscountChildrenItem_liquid.default({index:d,rawChildrenItem:e?.[d],setting:t,styles:s,isSelected:i(d),bundleItem:r}),u=system.createStyle(styles.getSizeSettings(s)?.gap),c=system.createClass(classes.getContainerClasses(t,r?.cssClass)),n=system.createStyle(styles.getContainerStyles(u,s,d)),o=system.createStateOrContext({styles:s,settings:{useProductCompareAtPrice:t?.useProductCompareAtPrice,selectItemDefault:t?.selectItemDefault,hideNoDiscountItem:t?.hideNoDiscountItem,hasPreSelectItem:t?.hasPreSelectItem,iconItemColor:t?.iconItemColor}}),p=()=>core.RenderIf(core.isLocalEnv,`<script ${helpers.getSettingPreloadData('class="gps-link" delay',"src")}="{{ 'gp-product-bundle-discount-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${helpers.getSettingPreloadData('class="gps-link" delay',"src")}="${core.baseAssetURL}/assets-v2/gp-product-bundle-discount-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`);return core.template`
|
|
2
|
+
<gp-product-bundle-discount
|
|
3
|
+
gp-data='${JSON.stringify(o)}'
|
|
4
|
+
style="${n}"
|
|
5
|
+
class="${c}">
|
|
6
|
+
${system.Liquid(`
|
|
7
|
+
{%- assign gempages_product_bundle = product.metafields.gp_discount.gp_discount_selected_products -%}
|
|
8
|
+
{% assign productBundleItem = gempages_product_bundle | split: '($1)' %}
|
|
9
|
+
`)}
|
|
10
|
+
${e?.map((e,t)=>core.template`
|
|
11
|
+
{% for productBundle in productBundleItem %}
|
|
12
|
+
${system.Liquid(`
|
|
13
|
+
{% assign attrs = productBundle | split: '($3)' %}
|
|
14
|
+
{% assign parsedAttrs = '' %}
|
|
15
|
+
{% for attr in attrs %}
|
|
16
|
+
{% assign attrParts = attr | split: '($:)' %}
|
|
17
|
+
{% assign attrKey = attrParts[0] %}
|
|
18
|
+
{% assign attrValue = attrParts[2] | strip %}
|
|
19
|
+
|
|
20
|
+
{% if attrValue != '' %}
|
|
21
|
+
{% assign parsedAttrs = parsedAttrs | append: attrKey | append: '=' | append: attrValue | append: ' ' %}
|
|
22
|
+
{% endif %}
|
|
23
|
+
{% endfor %}
|
|
24
|
+
`)}
|
|
25
|
+
${system.LiquidIf(`forloop.index0 == ${t}`,l("{{ parsedAttrs | strip }}",t))}
|
|
26
|
+
{% endfor %}
|
|
27
|
+
`).join("")}
|
|
28
|
+
</gp-product-bundle-discount>
|
|
29
|
+
|
|
30
|
+
{% if productBundleItem %}
|
|
31
|
+
${p()}
|
|
32
|
+
{% endif %}
|
|
33
|
+
`};exports.default=ProductBundleDiscount;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),styles=require("./common/styles.js"),system=require("@gem-sdk/system"),classes=require("./common/classes.js"),React=require("react");const ProductBundleDiscountChildrenItem=e=>{let{index:s,isSelected:t,setSelected:l,setting:r,styles:i,childItem:n,bundleItem:a}=e,c=system.createStyle(styles.getItemWrapStyles(i,t)),m=system.createClass(classes.getLayoutClasses(r)),o=system.createStyle(styles.getIconStyles(r)),u=system.createStyle(styles.getSvgActiveStyles(i)),d=system.createStyle(styles.getSvgStyles(i)),y=system.createClass(classes.getIconSectionClasses),x=system.createClass(classes.getItemClasses),j=system.createClass(styles.getFlexChildren);return jsxRuntime.jsx("div",{"aria-hidden":!0,onClick:()=>l?.(s),className:x,style:c,children:jsxRuntime.jsxs("div",{className:m,children:[r?.enableIcon&&jsxRuntime.jsx("div",{className:y,style:o,children:system.If(t,jsxRuntime.jsx("svg",{style:u,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256",fill:"currentColor","data-id":"493334324348453213",children:jsxRuntime.jsx("path",{fill:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Zm64-88a64,64,0,1,1-64-64A64.07,64.07,0,0,1,192,128Z"})}),jsxRuntime.jsx("svg",{style:d,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 256 256",fill:"currentColor","data-id":"508817616304734568",children:jsxRuntime.jsx("path",{fill:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M128,26A102,102,0,1,0,230,128,102.12,102.12,0,0,0,128,26Zm0,192a90,90,0,1,1,90-90A90.1,90.1,0,0,1,128,218Z"})}))}),jsxRuntime.jsx("div",{className:j,children:React.isValidElement(n)&&jsxRuntime.jsx(n.type,{...n.props,"bundle-item":a})})]})})};exports.default=ProductBundleDiscountChildrenItem;
|
package/dist/cjs/product/components/product-bundle/ProductBundleDiscountChildrenItem.liquid.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),system=require("@gem-sdk/system"),styles=require("./common/styles.js"),classes=require("./common/classes.js");const ProductBundleDiscountChildrenItemLiquid=e=>{let{isSelected:s,setting:t,styles:l,bundleItem:r,rawChildrenItem:o}=e,c=system.createStyle(styles.getItemWrapStyles(l,s)),a=system.createClass(classes.getLayoutClasses(t)),i=system.createStyle(styles.getIconStyles(t)),n=system.createStyle(styles.getSvgActiveStyles(l)),d=system.createStyle(styles.getSvgStyles(l)),y=system.createClass(classes.getIconSectionClasses),m=system.createClass(classes.getItemClasses),u=system.createClass(styles.getFlexChildren);return core.template`
|
|
2
|
+
<gp-product-bundle-discount-item ${r} aria-hidden class="${m}" style="${c}">
|
|
3
|
+
<div class="${a}">
|
|
4
|
+
${system.If(t?.enableIcon,core.template`
|
|
5
|
+
<div class="${y}" style="${i}">
|
|
6
|
+
${system.If(s,core.template`<svg style="${n}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor">
|
|
7
|
+
<path fill="currentColor" strokeLinecap="round" strokeLinejoin="round"
|
|
8
|
+
d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Zm64-88a64,64,0,1,1-64-64A64.07,64.07,0,0,1,192,128Z"></path>
|
|
9
|
+
</svg>`,core.template`<svg style="${d}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor">
|
|
10
|
+
<path fill="currentColor" strokeLinecap="round" strokeLinejoin="round"
|
|
11
|
+
d="M128,26A102,102,0,1,0,230,128,102.12,102.12,0,0,0,128,26Zm0,192a90,90,0,1,1,90-90A90.1,90.1,0,0,1,128,218Z">
|
|
12
|
+
</path>
|
|
13
|
+
</svg>`)}
|
|
14
|
+
|
|
15
|
+
</div>
|
|
16
|
+
`)}
|
|
17
|
+
<div class="${u}">
|
|
18
|
+
${core.RenderChildren({...o})}
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
</gp-product-bundle-discount-item>
|
|
22
|
+
`};exports.default=ProductBundleDiscountChildrenItemLiquid;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),React=require("react"),helpers=require("./common/helpers.js"),ChildrenDroppable=require("../../../grid/components/ChildrenDroppable.js");const ProductBundleDiscountItem=({children:e})=>{let r=React.useMemo(()=>React.Children.count(e)>=helpers.MINIMUM_CHILD?e:jsxRuntime.jsx(ChildrenDroppable.default,{}),[e]);return jsxRuntime.jsx(jsxRuntime.Fragment,{children:r})};exports.default=ProductBundleDiscountItem;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core");const ProductBundleDiscountItem=({children:e})=>core.isEmptyChildren(e)?null:e;exports.default=ProductBundleDiscountItem;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var core=require("@gem-sdk/core");const getLayoutClasses=e=>core.composeClasses(core.cls({"gp-items-center":e?.layout==="vertical-layout"?e?.iconPosition==="center":e?.iconHorizontalPosition==="center","gp-items-start":e?.layout==="vertical-layout"?e?.iconPosition==="baseline":e?.iconHorizontalPosition==="baseline","gp-flex-col":e?.layout==="horizontal-layout"},"gp-flex gp-justify-start")),getNoDiscountClasses=core.composeClasses("gp-w-full gp-p-2 gp-text-center gp-border gp-border-[#3C67FF] gp-text-[#676767]"),getContainerClasses=(e,s)=>core.composeClasses(core.cls({"gp-flex-col":e?.layout==="vertical-layout"},"gp-flex",s)),getIconSectionClasses=core.composeClasses("gp-flex-none bundle-icon-section"),getItemClasses=core.composeClasses("product-bundle-item cursor-pointer");exports.getContainerClasses=getContainerClasses,exports.getIconSectionClasses=getIconSectionClasses,exports.getItemClasses=getItemClasses,exports.getLayoutClasses=getLayoutClasses,exports.getNoDiscountClasses=getNoDiscountClasses;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const MINIMUM_CHILD=1;exports.MINIMUM_CHILD=1;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var core=require("@gem-sdk/core");const getSizeSettings=e=>core.makeGlobalSize(e?.size),getItemWrapStyles=(e,o)=>({...getSizeSettings(e).width,...getSizeSettings(e).padding,...o?core.makeStyleState("bg",{...e?.backgroundColor,hover:e?.backgroundColor?.active??e?.backgroundColor?.normal}):core.makeStyleState("bg",e?.backgroundColor),...core.makeStyle({bg:o?e?.backgroundColor?.active:e?.backgroundColor?.normal}),...o?core.composeRadius({...e?.roundedBundle,hover:e?.roundedBundle?.active??e?.roundedBundle?.normal}):core.composeRadius(e?.roundedBundle),...o?core.getStyleShadow({value:Object.keys(e?.boxShadowBundle?.active??{})?.length<=0?e?.boxShadowBundle?.normal:e?.boxShadowBundle?.active,styleAppliedFor:"box-shadow",isEnableShadow:e?.hasBoxShadowBundle?.active??e?.hasBoxShadowBundle?.normal}):{...core.getStyleShadowState({...e?.boxShadowBundle,active:{}},"box-shadow",{...e?.hasBoxShadowBundle,active:!1})},...o?core.getBorderStyle(e?.borderBundle?.active):{...core.handleConvertBorderWidth(e?.borderBundle),...core.handleConvertBorderStyle(e?.borderBundle),...core.handleConvertBorderColor(e?.borderBundle)},...o?core.getRadiusStyleActiveState({...e?.roundedBundle,active:{...e?.roundedBundle?.active?e?.roundedBundle?.active:e?.roundedBundle?.normal,radiusType:"custom"}}):{}}),getIconStyles=e=>({...e?.layout!=="horizontal-layout"?core.makeStyle({mr:e?.iconSpacing}):core.makeStyle({mb:e.iconSpacing}),...core.makeStyleResponsive("w",e?.iconSize,"px"),...core.makeStyleResponsive("h",e?.iconSize,"px")}),getSvgActiveStyles=e=>({...core.getGlobalColorStateStyle("c",e?.iconColor),...core.makeStyle({c:e?.iconColor?.active})}),getSvgStyles=e=>({...core.getGlobalColorStateStyle("c",{...e?.iconColor,normal:e?.iconColor?.normal})}),getAlignStyle=e=>{let o=e?.align==="left"?"start":e?.align==="right"?"end":"center";return{...core.makeStyle({ai:o})}},getFlexChildren=core.composeClasses("gp-flex-1"),getContainerStyles=(e,o,t)=>({...e,...getAlignStyle(o),...t});exports.getAlignStyle=getAlignStyle,exports.getContainerStyles=getContainerStyles,exports.getFlexChildren=getFlexChildren,exports.getIconStyles=getIconStyles,exports.getItemWrapStyles=getItemWrapStyles,exports.getSizeSettings=getSizeSettings,exports.getSvgActiveStyles=getSvgActiveStyles,exports.getSvgStyles=getSvgStyles;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core");const useProductBundleDataState=()=>{let C=core.useProduct(),H=()=>{window.open("https://help.gempages.net/articles/bundle-discount ","_blank")},V=()=>{let H=new CustomEvent("editor:redirect-bundle-discount-page",{bubbles:!0,detail:{baseID:C?.baseID}});window.dispatchEvent(H)},M=`
|
|
2
|
+
<svg viewBox="0 0 452 245" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M0 8.6001C0 4.18182 3.58172 0.600098 8 0.600098H444C448.418 0.600098 452 4.18182 452 8.6001V236.6C452 241.018 448.418 244.6 444 244.6H8C3.58173 244.6 0 241.018 0 236.6V8.6001Z" fill="#F9F9F9"/>
|
|
4
|
+
<rect x="12.5" y="25.1001" width="427" height="59" rx="9.5" stroke="#9E9E9E"/>
|
|
5
|
+
<rect x="20" y="45.6001" width="18" height="18" rx="9" fill="#9E9E9E"/>
|
|
6
|
+
<circle cx="29" cy="54.6001" r="4" fill="white"/>
|
|
7
|
+
<path d="M50.0043 49.6001V39.4183H53.902C54.6378 39.4183 55.2493 39.5343 55.7365 39.7663C56.227 39.995 56.5933 40.3082 56.8352 40.7059C57.0805 41.1036 57.2031 41.5544 57.2031 42.0582C57.2031 42.4725 57.1236 42.8271 56.9645 43.1221C56.8054 43.4138 56.5916 43.6508 56.3232 43.8331C56.0547 44.0153 55.7547 44.1463 55.4233 44.2258V44.3252C55.7846 44.3451 56.1309 44.4562 56.4624 44.6583C56.7971 44.8572 57.0705 45.1389 57.2827 45.5035C57.4948 45.8681 57.6009 46.3089 57.6009 46.8259C57.6009 47.3529 57.4732 47.8269 57.218 48.2478C56.9628 48.6654 56.5784 48.9952 56.0646 49.2372C55.5509 49.4791 54.9046 49.6001 54.1257 49.6001H50.0043ZM51.8487 48.0589H53.8324C54.5019 48.0589 54.9841 47.9313 55.2791 47.6761C55.5774 47.4176 55.7266 47.0861 55.7266 46.6818C55.7266 46.3802 55.652 46.1084 55.5028 45.8664C55.3537 45.6212 55.1416 45.4289 54.8665 45.2897C54.5914 45.1472 54.2633 45.0759 53.8821 45.0759H51.8487V48.0589ZM51.8487 43.7485H53.6733C53.9915 43.7485 54.2782 43.6905 54.5334 43.5745C54.7886 43.4552 54.9891 43.2878 55.1349 43.0724C55.2841 42.8536 55.3587 42.5951 55.3587 42.2968C55.3587 41.9024 55.2195 41.5776 54.9411 41.3224C54.666 41.0672 54.2566 40.9396 53.7131 40.9396H51.8487V43.7485ZM63.9931 46.3884V41.9637H65.7928V49.6001H64.0478V48.2429H63.9682C63.7959 48.6704 63.5125 49.0201 63.1181 49.2919C62.727 49.5636 62.2447 49.6995 61.6713 49.6995C61.1709 49.6995 60.7284 49.5885 60.3439 49.3664C59.9628 49.1411 59.6645 48.8146 59.449 48.387C59.2336 47.9562 59.1259 47.4358 59.1259 46.8259V41.9637H60.9256V46.5475C60.9256 47.0314 61.0582 47.4159 61.3233 47.7009C61.5885 47.986 61.9365 48.1285 62.3674 48.1285C62.6325 48.1285 62.8894 48.0639 63.138 47.9346C63.3865 47.8054 63.5904 47.6131 63.7495 47.3579C63.9119 47.0994 63.9931 46.7762 63.9931 46.3884ZM69.4432 45.1257V49.6001H67.6435V41.9637H69.3636V43.2613H69.4531C69.6288 42.8338 69.9089 42.494 70.2933 42.2421C70.6811 41.9902 71.16 41.8643 71.7301 41.8643C72.2571 41.8643 72.7161 41.977 73.1072 42.2024C73.5017 42.4277 73.8066 42.7542 74.022 43.1818C74.2408 43.6093 74.3485 44.128 74.3452 44.7379V49.6001H72.5455V45.0163C72.5455 44.5059 72.4129 44.1065 72.1477 43.8181C71.8859 43.5298 71.523 43.3856 71.0589 43.3856C70.7441 43.3856 70.464 43.4552 70.2188 43.5944C69.9768 43.7303 69.7862 43.9275 69.647 44.186C69.5111 44.4446 69.4432 44.7578 69.4432 45.1257ZM79.0085 49.7343C78.4086 49.7343 77.8717 49.5802 77.3977 49.272C76.9238 48.9637 76.5492 48.5163 76.2741 47.9296C75.9991 47.343 75.8615 46.6304 75.8615 45.7919C75.8615 44.9434 76.0007 44.2275 76.2791 43.6441C76.5608 43.0575 76.9403 42.615 77.4176 42.3167C77.8949 42.0151 78.4268 41.8643 79.0135 41.8643C79.4609 41.8643 79.8288 41.9405 80.1172 42.093C80.4055 42.2421 80.6342 42.4228 80.8033 42.6349C80.9723 42.8437 81.1032 43.0409 81.196 43.2265H81.2706V39.4183H83.0753V49.6001H81.3054V48.397H81.196C81.1032 48.5826 80.969 48.7798 80.7933 48.9886C80.6177 49.1941 80.3857 49.3697 80.0973 49.5156C79.8089 49.6614 79.446 49.7343 79.0085 49.7343ZM79.5107 48.2578C79.8918 48.2578 80.2166 48.155 80.4851 47.9495C80.7536 47.7407 80.9574 47.4507 81.0966 47.0795C81.2358 46.7083 81.3054 46.2758 81.3054 45.7819C81.3054 45.2881 81.2358 44.8589 81.0966 44.4943C80.9607 44.1297 80.7585 43.8463 80.4901 43.6441C80.2249 43.442 79.8984 43.3409 79.5107 43.3409C79.1096 43.3409 78.7749 43.4453 78.5064 43.6541C78.2379 43.8629 78.0357 44.1512 77.8999 44.5191C77.764 44.887 77.696 45.308 77.696 45.7819C77.696 46.2592 77.764 46.6851 77.8999 47.0596C78.0391 47.4308 78.2429 47.7242 78.5114 47.9396C78.7831 48.1517 79.1162 48.2578 79.5107 48.2578ZM86.7928 39.4183V49.6001H84.9931V39.4183H86.7928ZM92.0241 49.7492C91.2585 49.7492 90.5973 49.5902 90.0405 49.272C89.487 48.9505 89.0611 48.4964 88.7628 47.9098C88.4645 47.3198 88.3153 46.6254 88.3153 45.8267C88.3153 45.0411 88.4645 44.3518 88.7628 43.7585C89.0644 43.1619 89.4853 42.6979 90.0256 42.3664C90.5658 42.0317 91.2005 41.8643 91.9297 41.8643C92.4003 41.8643 92.8445 41.9405 93.2621 42.093C93.683 42.2421 94.0542 42.4742 94.3757 42.789C94.7005 43.1039 94.9557 43.5049 95.1413 43.9921C95.3269 44.476 95.4197 45.0527 95.4197 45.7223V46.2741H89.1605V45.061H93.6946C93.6913 44.7163 93.6167 44.4098 93.4709 44.1413C93.325 43.8695 93.1212 43.6557 92.8594 43.5C92.6009 43.3442 92.2992 43.2663 91.9545 43.2663C91.5866 43.2663 91.2635 43.3558 90.9851 43.5348C90.7067 43.7104 90.4896 43.9424 90.3338 44.2308C90.1813 44.5158 90.1035 44.829 90.1001 45.1704V46.2294C90.1001 46.6735 90.1813 47.0546 90.3438 47.3728C90.5062 47.6877 90.7332 47.9296 91.0249 48.0987C91.3165 48.2644 91.6579 48.3473 92.049 48.3473C92.3108 48.3473 92.5478 48.3108 92.7599 48.2379C92.9721 48.1617 93.156 48.0506 93.3118 47.9048C93.4676 47.759 93.5852 47.5783 93.6648 47.3629L95.3452 47.5518C95.2391 47.9959 95.0369 48.3837 94.7386 48.7152C94.4437 49.0433 94.0658 49.2985 93.6051 49.4808C93.1444 49.6598 92.6174 49.7492 92.0241 49.7492ZM104.536 39.4183V49.6001H102.692V41.213H102.632L100.251 42.7343V41.044L102.781 39.4183H104.536Z" fill="#676767"/>
|
|
8
|
+
<path d="M50.0568 70.6001V61.8728H53.108C53.7159 61.8728 54.2173 61.9779 54.6122 62.1882C55.0071 62.3956 55.3011 62.6754 55.4943 63.0277C55.6875 63.3771 55.7841 63.7649 55.7841 64.191C55.7841 64.566 55.7173 64.8757 55.5838 65.12C55.4531 65.3643 55.2798 65.5575 55.0639 65.6995C54.8509 65.8416 54.6193 65.9467 54.3693 66.0149V66.1001C54.6364 66.1171 54.9048 66.2109 55.1747 66.3813C55.4446 66.5518 55.6705 66.7961 55.8523 67.1143C56.0341 67.4325 56.125 67.8217 56.125 68.2819C56.125 68.7194 56.0256 69.1129 55.8267 69.4623C55.6278 69.8117 55.3139 70.0887 54.8849 70.2933C54.456 70.4978 53.8977 70.6001 53.2102 70.6001H50.0568ZM51.1136 69.6626H53.2102C53.9006 69.6626 54.3906 69.5291 54.6804 69.262C54.973 68.9921 55.1193 68.6654 55.1193 68.2819C55.1193 67.9865 55.044 67.7137 54.8935 67.4637C54.7429 67.2109 54.5284 67.0092 54.25 66.8586C53.9716 66.7052 53.642 66.6285 53.2614 66.6285H51.1136V69.6626ZM51.1136 65.7081H53.0739C53.392 65.7081 53.679 65.6456 53.9347 65.5206C54.1932 65.3956 54.3977 65.2194 54.5483 64.9921C54.7017 64.7649 54.7784 64.4978 54.7784 64.191C54.7784 63.8075 54.6449 63.4822 54.3778 63.2152C54.1108 62.9453 53.6875 62.8103 53.108 62.8103H51.1136V65.7081ZM60.4695 70.7365C59.8388 70.7365 59.2947 70.5973 58.8374 70.3188C58.3828 70.0376 58.032 69.6456 57.7848 69.1427C57.5405 68.637 57.4183 68.049 57.4183 67.3785C57.4183 66.7081 57.5405 66.1171 57.7848 65.6058C58.032 65.0916 58.3757 64.691 58.8161 64.4041C59.2592 64.1143 59.7763 63.9694 60.3672 63.9694C60.7081 63.9694 61.0447 64.0262 61.3771 64.1399C61.7095 64.2535 62.0121 64.4382 62.2848 64.6938C62.5575 64.9467 62.7749 65.2819 62.9368 65.6995C63.0987 66.1171 63.1797 66.6313 63.1797 67.2421V67.6683H58.1342V66.799H62.157C62.157 66.4296 62.0831 66.1001 61.9354 65.8103C61.7905 65.5206 61.5831 65.2919 61.3132 65.1242C61.0462 64.9566 60.7308 64.8728 60.3672 64.8728C59.9666 64.8728 59.62 64.9723 59.3274 65.1711C59.0376 65.3671 58.8146 65.6228 58.6584 65.9382C58.5021 66.2535 58.424 66.5916 58.424 66.9524V67.5319C58.424 68.0262 58.5092 68.4453 58.6797 68.789C58.853 69.1299 59.093 69.3899 59.3999 69.5688C59.7067 69.745 60.0632 69.8331 60.4695 69.8331C60.7337 69.8331 60.9723 69.7961 61.1854 69.7223C61.4013 69.6456 61.5874 69.5319 61.7436 69.3813C61.8999 69.2279 62.0206 69.0376 62.1058 68.8103L63.0774 69.0831C62.9751 69.4126 62.8033 69.7024 62.5618 69.9524C62.3203 70.1995 62.022 70.3927 61.6669 70.5319C61.3118 70.6683 60.9126 70.7365 60.4695 70.7365ZM69.3459 65.5206L68.4425 65.7762C68.3857 65.6257 68.3018 65.4794 68.1911 65.3373C68.0831 65.1924 67.9354 65.0731 67.7479 64.9794C67.5604 64.8856 67.3203 64.8387 67.0277 64.8387C66.6271 64.8387 66.2933 64.9311 66.0263 65.1157C65.7621 65.2975 65.63 65.5291 65.63 65.8103C65.63 66.0603 65.7209 66.2578 65.9027 66.4027C66.0845 66.5475 66.3686 66.6683 66.755 66.7649L67.7266 67.0035C68.3118 67.1456 68.7479 67.3629 69.0348 67.6555C69.3217 67.9453 69.4652 68.3188 69.4652 68.7762C69.4652 69.1512 69.3572 69.4865 69.1413 69.7819C68.9283 70.0774 68.63 70.3103 68.2464 70.4808C67.8629 70.6512 67.4169 70.7365 66.9084 70.7365C66.2408 70.7365 65.6882 70.5916 65.2507 70.3018C64.8132 70.012 64.5362 69.5887 64.4197 69.0319L65.3743 68.7933C65.4652 69.1456 65.6371 69.4098 65.8899 69.5859C66.1456 69.762 66.4794 69.8501 66.8913 69.8501C67.3601 69.8501 67.7322 69.7507 68.0078 69.5518C68.2862 69.3501 68.4254 69.1086 68.4254 68.8274C68.4254 68.6001 68.3459 68.4098 68.1868 68.2563C68.0277 68.1001 67.7834 67.9836 67.4538 67.9069L66.3629 67.6512C65.7635 67.5092 65.3232 67.289 65.0419 66.9907C64.7635 66.6896 64.6243 66.3132 64.6243 65.8615C64.6243 65.4921 64.728 65.1654 64.9354 64.8813C65.1456 64.5973 65.4311 64.3742 65.7919 64.2123C66.1555 64.0504 66.5675 63.9694 67.0277 63.9694C67.6754 63.9694 68.1839 64.1115 68.5533 64.3956C68.9254 64.6796 69.1896 65.0546 69.3459 65.5206ZM73.8256 64.0546V64.9069H70.4336V64.0546H73.8256ZM71.4222 62.4865H72.4279V68.7251C72.4279 69.0092 72.4691 69.2223 72.5515 69.3643C72.6367 69.5035 72.7447 69.5973 72.8754 69.6456C73.0089 69.691 73.1495 69.7137 73.2972 69.7137C73.408 69.7137 73.4989 69.7081 73.57 69.6967C73.641 69.6825 73.6978 69.6711 73.7404 69.6626L73.945 70.566C73.8768 70.5916 73.7816 70.6171 73.6594 70.6427C73.5373 70.6711 73.3825 70.6853 73.195 70.6853C72.9109 70.6853 72.6325 70.6242 72.3597 70.5021C72.0898 70.3799 71.8654 70.1938 71.6864 69.9438C71.5103 69.6938 71.4222 69.3785 71.4222 68.9978V62.4865ZM81.3725 70.7365C80.7816 70.7365 80.2631 70.5958 79.8171 70.3146C79.3739 70.0333 79.0273 69.6399 78.7773 69.1342C78.5302 68.6285 78.4066 68.0376 78.4066 67.3615C78.4066 66.6796 78.5302 66.0845 78.7773 65.5759C79.0273 65.0674 79.3739 64.6725 79.8171 64.3913C80.2631 64.11 80.7816 63.9694 81.3725 63.9694C81.9634 63.9694 82.4805 64.11 82.9237 64.3913C83.3697 64.6725 83.7163 65.0674 83.9634 65.5759C84.2134 66.0845 84.3384 66.6796 84.3384 67.3615C84.3384 68.0376 84.2134 68.6285 83.9634 69.1342C83.7163 69.6399 83.3697 70.0333 82.9237 70.3146C82.4805 70.5958 81.9634 70.7365 81.3725 70.7365ZM81.3725 69.8331C81.8214 69.8331 82.1907 69.718 82.4805 69.4879C82.7702 69.2578 82.9847 68.9552 83.1239 68.5802C83.2631 68.2052 83.3327 67.799 83.3327 67.3615C83.3327 66.924 83.2631 66.5163 83.1239 66.1384C82.9847 65.7606 82.7702 65.4552 82.4805 65.2223C82.1907 64.9893 81.8214 64.8728 81.3725 64.8728C80.9237 64.8728 80.5543 64.9893 80.2646 65.2223C79.9748 65.4552 79.7603 65.7606 79.6211 66.1384C79.4819 66.5163 79.4123 66.924 79.4123 67.3615C79.4123 67.799 79.4819 68.2052 79.6211 68.5802C79.7603 68.9552 79.9748 69.2578 80.2646 69.4879C80.5543 69.718 80.9237 69.8331 81.3725 69.8331ZM88.7884 64.0546V64.9069H85.2599V64.0546H88.7884ZM86.3168 70.6001V63.1512C86.3168 62.7762 86.4048 62.4637 86.581 62.2137C86.7571 61.9637 86.9858 61.7762 87.267 61.6512C87.5483 61.5262 87.8452 61.4637 88.1577 61.4637C88.4048 61.4637 88.6065 61.4836 88.7628 61.5234C88.919 61.5632 89.0355 61.6001 89.1122 61.6342L88.8224 62.5035C88.7713 62.4865 88.7003 62.4652 88.6094 62.4396C88.5213 62.414 88.4048 62.4012 88.2599 62.4012C87.9276 62.4012 87.6875 62.485 87.5398 62.6527C87.3949 62.8203 87.3224 63.066 87.3224 63.3899V70.6001H86.3168ZM93.1126 64.0546V64.9069H89.5842V64.0546H93.1126ZM90.641 70.6001V63.1512C90.641 62.7762 90.729 62.4637 90.9052 62.2137C91.0813 61.9637 91.31 61.7762 91.5913 61.6512C91.8725 61.5262 92.1694 61.4637 92.4819 61.4637C92.729 61.4637 92.9308 61.4836 93.087 61.5234C93.2433 61.5632 93.3597 61.6001 93.4364 61.6342L93.1467 62.5035C93.0955 62.4865 93.0245 62.4652 92.9336 62.4396C92.8455 62.414 92.729 62.4012 92.5842 62.4012C92.2518 62.4012 92.0117 62.485 91.864 62.6527C91.7191 62.8203 91.6467 63.066 91.6467 63.3899V70.6001H90.641ZM96.9968 70.7365C96.3661 70.7365 95.8221 70.5973 95.3647 70.3188C94.9102 70.0376 94.5593 69.6456 94.3121 69.1427C94.0678 68.637 93.9457 68.049 93.9457 67.3785C93.9457 66.7081 94.0678 66.1171 94.3121 65.6058C94.5593 65.0916 94.9031 64.691 95.3434 64.4041C95.7866 64.1143 96.3036 63.9694 96.8945 63.9694C97.2354 63.9694 97.5721 64.0262 97.9045 64.1399C98.2369 64.2535 98.5394 64.4382 98.8121 64.6938C99.0849 64.9467 99.3022 65.2819 99.4641 65.6995C99.6261 66.1171 99.707 66.6313 99.707 67.2421V67.6683H94.6616V66.799H98.6843C98.6843 66.4296 98.6104 66.1001 98.4627 65.8103C98.3178 65.5206 98.1104 65.2919 97.8406 65.1242C97.5735 64.9566 97.2582 64.8728 96.8945 64.8728C96.494 64.8728 96.1474 64.9723 95.8548 65.1711C95.565 65.3671 95.342 65.6228 95.1857 65.9382C95.0295 66.2535 94.9513 66.5916 94.9513 66.9524V67.5319C94.9513 68.0262 95.0366 68.4453 95.207 68.789C95.3803 69.1299 95.6204 69.3899 95.9272 69.5688C96.234 69.745 96.5906 69.8331 96.9968 69.8331C97.261 69.8331 97.4996 69.7961 97.7127 69.7223C97.9286 69.6456 98.1147 69.5319 98.271 69.3813C98.4272 69.2279 98.5479 69.0376 98.6332 68.8103L99.6048 69.0831C99.5025 69.4126 99.3306 69.7024 99.0891 69.9524C98.8477 70.1995 98.5494 70.3927 98.1942 70.5319C97.8391 70.6683 97.44 70.7365 96.9968 70.7365ZM101.237 70.6001V64.0546H102.208V65.0433H102.277C102.396 64.7194 102.612 64.4566 102.924 64.2549C103.237 64.0532 103.589 63.9524 103.981 63.9524C104.055 63.9524 104.147 63.9538 104.258 63.9566C104.369 63.9595 104.453 63.9637 104.51 63.9694V64.9921C104.475 64.9836 104.397 64.9708 104.275 64.9538C104.156 64.9339 104.029 64.924 103.896 64.924C103.578 64.924 103.294 64.9907 103.044 65.1242C102.797 65.2549 102.6 65.4367 102.456 65.6697C102.314 65.8998 102.243 66.1626 102.243 66.4581V70.6001H101.237Z" fill="#9E9E9E"/>
|
|
9
|
+
<path d="M381.483 65.7819V43.9637H382.881V65.7819H381.483ZM385.515 50.9438C385.435 50.1995 385.1 49.62 384.509 49.2052C383.924 48.7904 383.162 48.5831 382.225 48.5831C381.566 48.5831 381 48.6825 380.529 48.8813C380.057 49.0802 379.696 49.3501 379.446 49.691C379.196 50.0319 379.069 50.4211 379.063 50.8586C379.063 51.2223 379.145 51.5376 379.31 51.8046C379.48 52.0717 379.711 52.299 380 52.4865C380.29 52.6683 380.611 52.8217 380.963 52.9467C381.316 53.0717 381.671 53.1768 382.029 53.262L383.665 53.6711C384.324 53.8245 384.958 54.0319 385.566 54.2933C386.179 54.5546 386.728 54.8842 387.211 55.2819C387.699 55.6796 388.086 56.1598 388.37 56.7223C388.654 57.2848 388.796 57.9438 388.796 58.6995C388.796 59.7223 388.534 60.6228 388.012 61.4012C387.489 62.174 386.733 62.7791 385.745 63.2166C384.762 63.6484 383.571 63.8643 382.174 63.8643C380.816 63.8643 379.637 63.6541 378.637 63.2336C377.642 62.8132 376.864 62.1995 376.302 61.3927C375.745 60.5859 375.444 59.6029 375.398 58.4438H378.509C378.554 59.0518 378.742 59.5575 379.071 59.9609C379.401 60.3643 379.83 60.6654 380.358 60.8643C380.892 61.0632 381.489 61.1626 382.148 61.1626C382.836 61.1626 383.438 61.0603 383.955 60.8558C384.478 60.6456 384.887 60.3558 385.182 59.9865C385.478 59.6115 385.628 59.174 385.634 58.674C385.628 58.2194 385.495 57.8444 385.233 57.549C384.972 57.2478 384.605 56.9978 384.134 56.799C383.668 56.5944 383.123 56.4126 382.498 56.2535L380.512 55.7421C379.074 55.3728 377.938 54.8132 377.103 54.0632C376.273 53.3075 375.858 52.3046 375.858 51.0546C375.858 50.0262 376.137 49.1257 376.694 48.3529C377.256 47.5802 378.02 46.9808 378.986 46.5546C379.952 46.1228 381.046 45.9069 382.267 45.9069C383.506 45.9069 384.591 46.1228 385.523 46.5546C386.461 46.9808 387.196 47.5745 387.73 48.3359C388.265 49.0916 388.54 49.9609 388.557 50.9438H385.515ZM398.064 46.1456V63.6001H394.902V49.2223H394.799L390.717 51.8302V48.9325L395.055 46.1456H398.064ZM408.467 63.9325C407.064 63.9325 405.859 63.5774 404.854 62.8671C403.854 62.1512 403.084 61.12 402.544 59.7734C402.01 58.4211 401.743 56.7933 401.743 54.8899C401.748 52.9865 402.018 51.3671 402.552 50.0319C403.092 48.691 403.862 47.6683 404.862 46.9637C405.868 46.2592 407.069 45.9069 408.467 45.9069C409.865 45.9069 411.067 46.2592 412.072 46.9637C413.078 47.6683 413.848 48.691 414.382 50.0319C414.922 51.3728 415.192 52.9921 415.192 54.8899C415.192 56.799 414.922 58.4296 414.382 59.7819C413.848 61.1285 413.078 62.1569 412.072 62.8671C411.072 63.5774 409.871 63.9325 408.467 63.9325ZM408.467 61.2649C409.558 61.2649 410.419 60.7279 411.05 59.6541C411.686 58.5745 412.004 56.9865 412.004 54.8899C412.004 53.5035 411.859 52.3387 411.569 51.3956C411.28 50.4524 410.871 49.7421 410.342 49.2649C409.814 48.7819 409.189 48.5404 408.467 48.5404C407.382 48.5404 406.524 49.0802 405.893 50.1598C405.263 51.2336 404.944 52.8103 404.939 54.8899C404.933 56.2819 405.072 57.4524 405.356 58.4012C405.646 59.3501 406.055 60.066 406.584 60.549C407.112 61.0262 407.74 61.2649 408.467 61.2649ZM423.995 63.9325C422.592 63.9325 421.387 63.5774 420.381 62.8671C419.381 62.1512 418.612 61.12 418.072 59.7734C417.538 58.4211 417.271 56.7933 417.271 54.8899C417.276 52.9865 417.546 51.3671 418.08 50.0319C418.62 48.691 419.39 47.6683 420.39 46.9637C421.396 46.2592 422.597 45.9069 423.995 45.9069C425.393 45.9069 426.594 46.2592 427.6 46.9637C428.606 47.6683 429.376 48.691 429.91 50.0319C430.45 51.3728 430.719 52.9921 430.719 54.8899C430.719 56.799 430.45 58.4296 429.91 59.7819C429.376 61.1285 428.606 62.1569 427.6 62.8671C426.6 63.5774 425.398 63.9325 423.995 63.9325ZM423.995 61.2649C425.086 61.2649 425.947 60.7279 426.577 59.6541C427.214 58.5745 427.532 56.9865 427.532 54.8899C427.532 53.5035 427.387 52.3387 427.097 51.3956C426.808 50.4524 426.398 49.7421 425.87 49.2649C425.342 48.7819 424.717 48.5404 423.995 48.5404C422.91 48.5404 422.052 49.0802 421.421 50.1598C420.79 51.2336 420.472 52.8103 420.467 54.8899C420.461 56.2819 420.6 57.4524 420.884 58.4012C421.174 59.3501 421.583 60.066 422.112 60.549C422.64 61.0262 423.268 61.2649 423.995 61.2649Z" fill="#9E9E9E"/>
|
|
10
|
+
<rect x="315" y="13.0005" width="117" height="24" rx="12" fill="#AAAAAA"/>
|
|
11
|
+
<path d="M332.057 29.0005V20.2732H335.006C335.69 20.2732 336.25 20.3968 336.685 20.644C337.122 20.8883 337.446 21.2192 337.656 21.6369C337.866 22.0545 337.972 22.5204 337.972 23.0346C337.972 23.5488 337.866 24.0161 337.656 24.4366C337.449 24.857 337.128 25.1922 336.693 25.4422C336.259 25.6894 335.702 25.813 335.023 25.813H332.909V24.8755H334.989C335.457 24.8755 335.834 24.7945 336.118 24.6326C336.402 24.4707 336.608 24.2519 336.736 23.9763C336.866 23.6979 336.932 23.384 336.932 23.0346C336.932 22.6851 336.866 22.3726 336.736 22.0971C336.608 21.8215 336.401 21.6056 336.114 21.4494C335.827 21.2903 335.446 21.2107 334.972 21.2107H333.114V29.0005H332.057ZM339.538 29.0005V22.455H340.509V23.4437H340.577C340.697 23.1198 340.913 22.857 341.225 22.6553C341.538 22.4536 341.89 22.3528 342.282 22.3528C342.356 22.3528 342.448 22.3542 342.559 22.357C342.67 22.3599 342.754 22.3641 342.81 22.3698V23.3925C342.776 23.384 342.698 23.3712 342.576 23.3542C342.457 23.3343 342.33 23.3244 342.197 23.3244C341.879 23.3244 341.594 23.3911 341.344 23.5246C341.097 23.6553 340.901 23.8371 340.756 24.0701C340.614 24.3002 340.543 24.563 340.543 24.8584V29.0005H339.538ZM346.462 29.1369C345.871 29.1369 345.353 28.9962 344.907 28.715C344.464 28.4337 344.117 28.0403 343.867 27.5346C343.62 27.0289 343.496 26.438 343.496 25.7619C343.496 25.08 343.62 24.4849 343.867 23.9763C344.117 23.4678 344.464 23.0729 344.907 22.7917C345.353 22.5104 345.871 22.3698 346.462 22.3698C347.053 22.3698 347.57 22.5104 348.013 22.7917C348.46 23.0729 348.806 23.4678 349.053 23.9763C349.303 24.4849 349.428 25.08 349.428 25.7619C349.428 26.438 349.303 27.0289 349.053 27.5346C348.806 28.0403 348.46 28.4337 348.013 28.715C347.57 28.9962 347.053 29.1369 346.462 29.1369ZM346.462 28.2334C346.911 28.2334 347.281 28.1184 347.57 27.8883C347.86 27.6582 348.075 27.3556 348.214 26.9806C348.353 26.6056 348.423 26.1994 348.423 25.7619C348.423 25.3244 348.353 24.9167 348.214 24.5388C348.075 24.161 347.86 23.8556 347.57 23.6226C347.281 23.3897 346.911 23.2732 346.462 23.2732C346.013 23.2732 345.644 23.3897 345.354 23.6226C345.065 23.8556 344.85 24.161 344.711 24.5388C344.572 24.9167 344.502 25.3244 344.502 25.7619C344.502 26.1994 344.572 26.6056 344.711 26.9806C344.85 27.3556 345.065 27.6582 345.354 27.8883C345.644 28.1184 346.013 28.2334 346.462 28.2334ZM353.435 29.1369C352.89 29.1369 352.408 28.9991 351.99 28.7235C351.573 28.4451 351.246 28.053 351.01 27.5474C350.775 27.0388 350.657 26.438 350.657 25.7448C350.657 25.0573 350.775 24.4607 351.01 23.955C351.246 23.4494 351.574 23.0587 351.995 22.7832C352.415 22.5076 352.901 22.3698 353.452 22.3698C353.878 22.3698 354.215 22.4408 354.462 22.5829C354.712 22.7221 354.902 22.8812 355.033 23.0601C355.167 23.2363 355.27 23.3812 355.344 23.4948H355.429V20.2732H356.435V29.0005H355.463V27.9948H355.344C355.27 28.1141 355.165 28.2647 355.029 28.4465C354.892 28.6255 354.698 28.786 354.445 28.928C354.192 29.0672 353.855 29.1369 353.435 29.1369ZM353.571 28.2334C353.975 28.2334 354.316 28.1283 354.594 27.9181C354.873 27.705 355.084 27.411 355.229 27.036C355.374 26.6582 355.446 26.2221 355.446 25.7278C355.446 25.2391 355.375 24.8116 355.233 24.4451C355.091 24.0758 354.881 23.7888 354.603 23.5843C354.324 23.3769 353.98 23.2732 353.571 23.2732C353.145 23.2732 352.79 23.3826 352.506 23.6013C352.225 23.8172 352.013 24.1113 351.871 24.4834C351.732 24.8528 351.662 25.2675 351.662 25.7278C351.662 26.1937 351.733 26.617 351.875 26.9976C352.02 27.3755 352.233 27.6766 352.515 27.9011C352.799 28.1226 353.151 28.2334 353.571 28.2334ZM362.542 26.3244V22.455H363.547V29.0005H362.542V27.8925H362.473C362.32 28.2249 362.081 28.5076 361.757 28.7405C361.434 28.9707 361.025 29.0857 360.53 29.0857C360.121 29.0857 359.757 28.9962 359.439 28.8172C359.121 28.6354 358.871 28.3627 358.689 27.9991C358.507 27.6326 358.417 27.1709 358.417 26.6141V22.455H359.422V26.5459C359.422 27.0232 359.556 27.4039 359.823 27.688C360.093 27.9721 360.436 28.1141 360.854 28.1141C361.104 28.1141 361.358 28.0502 361.617 27.9224C361.878 27.7945 362.097 27.5985 362.273 27.3343C362.452 27.0701 362.542 26.7334 362.542 26.3244ZM368.048 29.1369C367.435 29.1369 366.906 28.992 366.463 28.7022C366.02 28.4124 365.679 28.0133 365.44 27.5047C365.202 26.9962 365.082 26.4153 365.082 25.7619C365.082 25.0971 365.205 24.5104 365.449 24.0019C365.696 23.4905 366.04 23.0914 366.48 22.8045C366.923 22.5147 367.44 22.3698 368.031 22.3698C368.491 22.3698 368.906 22.455 369.276 22.6255C369.645 22.7959 369.947 23.0346 370.183 23.3414C370.419 23.6482 370.565 24.0062 370.622 24.4153H369.616C369.54 24.117 369.369 23.8528 369.105 23.6226C368.844 23.3897 368.491 23.2732 368.048 23.2732C367.656 23.2732 367.313 23.3755 367.017 23.58C366.724 23.7817 366.496 24.0672 366.331 24.4366C366.169 24.803 366.088 25.2334 366.088 25.7278C366.088 26.2334 366.168 26.6738 366.327 27.0488C366.489 27.4238 366.716 27.715 367.009 27.9224C367.304 28.1297 367.651 28.2334 368.048 28.2334C368.31 28.2334 368.547 28.188 368.76 28.0971C368.973 28.0062 369.153 27.8755 369.301 27.705C369.449 27.5346 369.554 27.33 369.616 27.0914H370.622C370.565 27.4778 370.425 27.8258 370.2 28.1354C369.979 28.4422 369.685 28.6866 369.318 28.8684C368.955 29.0474 368.531 29.1369 368.048 29.1369ZM374.939 22.455V23.3073H371.547V22.455H374.939ZM372.536 20.8869H373.541V27.1255C373.541 27.4096 373.582 27.6226 373.665 27.7647C373.75 27.9039 373.858 27.9976 373.989 28.0459C374.122 28.0914 374.263 28.1141 374.411 28.1141C374.521 28.1141 374.612 28.1084 374.683 28.0971C374.754 28.0829 374.811 28.0715 374.854 28.063L375.058 28.9664C374.99 28.992 374.895 29.0175 374.773 29.0431C374.651 29.0715 374.496 29.0857 374.308 29.0857C374.024 29.0857 373.746 29.0246 373.473 28.9025C373.203 28.7803 372.979 28.5942 372.8 28.3442C372.624 28.0942 372.536 27.7789 372.536 27.3982V20.8869ZM379.963 29.0005V20.2732H383.014C383.622 20.2732 384.124 20.3783 384.518 20.5886C384.913 20.7959 385.207 21.0758 385.401 21.428C385.594 21.7775 385.69 22.1653 385.69 22.5914C385.69 22.9664 385.624 23.2761 385.49 23.5204C385.359 23.7647 385.186 23.9579 384.97 24.0999C384.757 24.242 384.526 24.3471 384.276 24.4153V24.5005C384.543 24.5175 384.811 24.6113 385.081 24.7817C385.351 24.9522 385.577 25.1965 385.759 25.5147C385.94 25.8329 386.031 26.2221 386.031 26.6823C386.031 27.1198 385.932 27.5133 385.733 27.8627C385.534 28.2121 385.22 28.4891 384.791 28.6937C384.362 28.8982 383.804 29.0005 383.116 29.0005H379.963ZM381.02 28.063H383.116C383.807 28.063 384.297 27.9295 384.587 27.6624C384.879 27.3925 385.026 27.0658 385.026 26.6823C385.026 26.3869 384.95 26.1141 384.8 25.8641C384.649 25.6113 384.435 25.4096 384.156 25.259C383.878 25.1056 383.548 25.0289 383.168 25.0289H381.02V28.063ZM381.02 24.1084H382.98C383.298 24.1084 383.585 24.0459 383.841 23.9209C384.099 23.7959 384.304 23.6198 384.455 23.3925C384.608 23.1653 384.685 22.8982 384.685 22.5914C384.685 22.2079 384.551 21.8826 384.284 21.6155C384.017 21.3457 383.594 21.2107 383.014 21.2107H381.02V24.1084ZM389.558 29.1539C389.143 29.1539 388.766 29.0758 388.428 28.9195C388.09 28.7604 387.822 28.5317 387.623 28.2334C387.424 27.9323 387.325 27.5687 387.325 27.1425C387.325 26.7675 387.398 26.4636 387.546 26.2306C387.694 25.9948 387.891 25.8101 388.138 25.6766C388.386 25.5431 388.658 25.4437 388.957 25.3783C389.258 25.3101 389.56 25.2562 389.864 25.2164C390.262 25.1653 390.585 25.1269 390.832 25.1013C391.082 25.0729 391.263 25.0261 391.377 24.9607C391.494 24.8954 391.552 24.7817 391.552 24.6198V24.5857C391.552 24.1653 391.437 23.8386 391.207 23.6056C390.979 23.3726 390.634 23.2562 390.171 23.2562C389.691 23.2562 389.315 23.3613 389.042 23.5715C388.769 23.7817 388.577 24.0062 388.467 24.2448L387.512 23.9039C387.683 23.5062 387.91 23.1965 388.194 22.9749C388.481 22.7505 388.793 22.5942 389.131 22.5062C389.472 22.4153 389.808 22.3698 390.137 22.3698C390.347 22.3698 390.589 22.3954 390.862 22.4465C391.137 22.4948 391.403 22.5957 391.658 22.7491C391.917 22.9025 392.131 23.134 392.302 23.4437C392.472 23.7533 392.558 24.1681 392.558 24.688V29.0005H391.552V28.1141H391.501C391.433 28.2562 391.319 28.4082 391.16 28.5701C391.001 28.732 390.789 28.8698 390.525 28.9834C390.261 29.0971 389.938 29.1539 389.558 29.1539ZM389.711 28.2505C390.109 28.2505 390.444 28.1724 390.717 28.0161C390.992 27.8599 391.2 27.6582 391.339 27.411C391.481 27.1638 391.552 26.9039 391.552 26.6312V25.7107C391.509 25.7619 391.415 25.8087 391.271 25.8513C391.129 25.8911 390.964 25.9266 390.776 25.9579C390.592 25.9863 390.411 26.0119 390.235 26.0346C390.062 26.0545 389.921 26.0715 389.813 26.0857C389.552 26.1198 389.308 26.1752 389.08 26.2519C388.856 26.3258 388.674 26.438 388.535 26.5886C388.398 26.7363 388.33 26.938 388.33 27.1937C388.33 27.5431 388.46 27.8073 388.718 27.9863C388.979 28.1624 389.31 28.2505 389.711 28.2505ZM396.865 29.1369C396.319 29.1369 395.838 28.9991 395.42 28.7235C395.002 28.4451 394.676 28.053 394.44 27.5474C394.204 27.0388 394.086 26.438 394.086 25.7448C394.086 25.0573 394.204 24.4607 394.44 23.955C394.676 23.4494 395.004 23.0587 395.424 22.7832C395.845 22.5076 396.331 22.3698 396.882 22.3698C397.308 22.3698 397.645 22.4408 397.892 22.5829C398.142 22.7221 398.332 22.8812 398.463 23.0601C398.596 23.2363 398.7 23.3812 398.774 23.4948H398.859V20.2732H399.865V29.0005H398.893V27.9948H398.774C398.7 28.1141 398.595 28.2647 398.458 28.4465C398.322 28.6255 398.127 28.786 397.875 28.928C397.622 29.0672 397.285 29.1369 396.865 29.1369ZM397.001 28.2334C397.404 28.2334 397.745 28.1283 398.024 27.9181C398.302 27.705 398.514 27.411 398.659 27.036C398.804 26.6582 398.876 26.2221 398.876 25.7278C398.876 25.2391 398.805 24.8116 398.663 24.4451C398.521 24.0758 398.311 23.7888 398.032 23.5843C397.754 23.3769 397.41 23.2732 397.001 23.2732C396.575 23.2732 396.22 23.3826 395.936 23.6013C395.654 23.8172 395.443 24.1113 395.301 24.4834C395.162 24.8528 395.092 25.2675 395.092 25.7278C395.092 26.1937 395.163 26.617 395.305 26.9976C395.45 27.3755 395.663 27.6766 395.944 27.9011C396.228 28.1226 396.581 28.2334 397.001 28.2334ZM404.488 31.5914C404.002 31.5914 403.585 31.5289 403.235 31.4039C402.886 31.2817 402.595 31.1198 402.362 30.9181C402.132 30.7192 401.949 30.5062 401.812 30.2789L402.613 29.7164C402.704 29.8357 402.819 29.9721 402.958 30.1255C403.098 30.2817 403.288 30.4167 403.529 30.5303C403.774 30.6468 404.093 30.705 404.488 30.705C405.017 30.705 405.453 30.5772 405.797 30.3215C406.14 30.0658 406.312 29.6653 406.312 29.1198V27.7903H406.227C406.153 27.9096 406.048 28.0573 405.912 28.2334C405.778 28.4067 405.585 28.5616 405.332 28.6979C405.082 28.8315 404.744 28.8982 404.318 28.8982C403.789 28.8982 403.315 28.7732 402.895 28.5232C402.477 28.2732 402.146 27.9096 401.902 27.4323C401.66 26.955 401.539 26.3755 401.539 25.6937C401.539 25.0232 401.657 24.4394 401.893 23.9422C402.129 23.4422 402.457 23.0559 402.877 22.7832C403.298 22.5076 403.784 22.3698 404.335 22.3698C404.761 22.3698 405.099 22.4408 405.349 22.5829C405.602 22.7221 405.795 22.8812 405.929 23.0601C406.065 23.2363 406.17 23.3812 406.244 23.4948H406.346V22.455H407.318V29.188C407.318 29.7505 407.19 30.2079 406.934 30.5601C406.681 30.9153 406.341 31.1752 405.912 31.34C405.485 31.5076 405.011 31.5914 404.488 31.5914ZM404.454 27.9948C404.858 27.9948 405.199 27.9025 405.477 27.7178C405.755 27.5332 405.967 27.2675 406.112 26.9209C406.257 26.5744 406.329 26.1596 406.329 25.6766C406.329 25.205 406.258 24.7888 406.116 24.428C405.974 24.0672 405.764 23.7846 405.485 23.58C405.207 23.3755 404.863 23.2732 404.454 23.2732C404.028 23.2732 403.673 23.3812 403.389 23.5971C403.108 23.813 402.896 24.1028 402.754 24.4664C402.615 24.83 402.545 25.2334 402.545 25.6766C402.545 26.1312 402.616 26.5332 402.758 26.8826C402.903 27.2292 403.116 27.5019 403.397 27.7008C403.681 27.8968 404.034 27.9948 404.454 27.9948ZM411.903 29.1369C411.272 29.1369 410.728 28.9976 410.271 28.7192C409.816 28.438 409.466 28.0459 409.218 27.5431C408.974 27.0374 408.852 26.4494 408.852 25.7789C408.852 25.1084 408.974 24.5175 409.218 24.0062C409.466 23.492 409.809 23.0914 410.25 22.8045C410.693 22.5147 411.21 22.3698 411.801 22.3698C412.142 22.3698 412.478 22.4266 412.811 22.5403C413.143 22.6539 413.446 22.8386 413.718 23.0942C413.991 23.3471 414.208 23.6823 414.37 24.0999C414.532 24.5175 414.613 25.0317 414.613 25.6425V26.0687H409.568V25.1994H413.591C413.591 24.83 413.517 24.5005 413.369 24.2107C413.224 23.9209 413.017 23.6922 412.747 23.5246C412.48 23.357 412.164 23.2732 411.801 23.2732C411.4 23.2732 411.054 23.3726 410.761 23.5715C410.471 23.7675 410.248 24.0232 410.092 24.3386C409.936 24.6539 409.858 24.992 409.858 25.3528V25.9323C409.858 26.4266 409.943 26.8457 410.113 27.1894C410.287 27.5303 410.527 27.7903 410.833 27.9692C411.14 28.1454 411.497 28.2334 411.903 28.2334C412.167 28.2334 412.406 28.1965 412.619 28.1226C412.835 28.0459 413.021 27.9323 413.177 27.7817C413.333 27.6283 413.454 27.438 413.539 27.2107L414.511 27.4834C414.409 27.813 414.237 28.1028 413.995 28.3528C413.754 28.5999 413.456 28.7931 413.1 28.9323C412.745 29.0687 412.346 29.1369 411.903 29.1369Z" fill="white"/>
|
|
12
|
+
<rect x="12.5" y="93.1001" width="427" height="59" rx="9.5" stroke="#D6D6D6"/>
|
|
13
|
+
<rect x="20.5" y="114.1" width="17" height="17" rx="8.5" stroke="#9E9E9E"/>
|
|
14
|
+
<circle cx="29" cy="122.6" r="4" fill="#E2E2E2"/>
|
|
15
|
+
<path d="M50.0043 117.6V107.418H53.902C54.6378 107.418 55.2493 107.534 55.7365 107.766C56.227 107.995 56.5933 108.308 56.8352 108.706C57.0805 109.104 57.2031 109.554 57.2031 110.058C57.2031 110.472 57.1236 110.827 56.9645 111.122C56.8054 111.414 56.5916 111.651 56.3232 111.833C56.0547 112.015 55.7547 112.146 55.4233 112.226V112.325C55.7846 112.345 56.1309 112.456 56.4624 112.658C56.7971 112.857 57.0705 113.139 57.2827 113.504C57.4948 113.868 57.6009 114.309 57.6009 114.826C57.6009 115.353 57.4732 115.827 57.218 116.248C56.9628 116.665 56.5784 116.995 56.0646 117.237C55.5509 117.479 54.9046 117.6 54.1257 117.6H50.0043ZM51.8487 116.059H53.8324C54.5019 116.059 54.9841 115.931 55.2791 115.676C55.5774 115.418 55.7266 115.086 55.7266 114.682C55.7266 114.38 55.652 114.108 55.5028 113.866C55.3537 113.621 55.1416 113.429 54.8665 113.29C54.5914 113.147 54.2633 113.076 53.8821 113.076H51.8487V116.059ZM51.8487 111.749H53.6733C53.9915 111.749 54.2782 111.691 54.5334 111.575C54.7886 111.455 54.9891 111.288 55.1349 111.072C55.2841 110.854 55.3587 110.595 55.3587 110.297C55.3587 109.902 55.2195 109.578 54.9411 109.322C54.666 109.067 54.2566 108.94 53.7131 108.94H51.8487V111.749ZM63.9931 114.388V109.964H65.7928V117.6H64.0478V116.243H63.9682C63.7959 116.67 63.5125 117.02 63.1181 117.292C62.727 117.564 62.2447 117.7 61.6713 117.7C61.1709 117.7 60.7284 117.588 60.3439 117.366C59.9628 117.141 59.6645 116.815 59.449 116.387C59.2336 115.956 59.1259 115.436 59.1259 114.826V109.964H60.9256V114.548C60.9256 115.031 61.0582 115.416 61.3233 115.701C61.5885 115.986 61.9365 116.129 62.3674 116.129C62.6325 116.129 62.8894 116.064 63.138 115.935C63.3865 115.805 63.5904 115.613 63.7495 115.358C63.9119 115.099 63.9931 114.776 63.9931 114.388ZM69.4432 113.126V117.6H67.6435V109.964H69.3636V111.261H69.4531C69.6288 110.834 69.9089 110.494 70.2933 110.242C70.6811 109.99 71.16 109.864 71.7301 109.864C72.2571 109.864 72.7161 109.977 73.1072 110.202C73.5017 110.428 73.8066 110.754 74.022 111.182C74.2408 111.609 74.3485 112.128 74.3452 112.738V117.6H72.5455V113.016C72.5455 112.506 72.4129 112.106 72.1477 111.818C71.8859 111.53 71.523 111.386 71.0589 111.386C70.7441 111.386 70.464 111.455 70.2188 111.594C69.9768 111.73 69.7862 111.928 69.647 112.186C69.5111 112.445 69.4432 112.758 69.4432 113.126ZM79.0085 117.734C78.4086 117.734 77.8717 117.58 77.3977 117.272C76.9238 116.964 76.5492 116.516 76.2741 115.93C75.9991 115.343 75.8615 114.63 75.8615 113.792C75.8615 112.943 76.0007 112.227 76.2791 111.644C76.5608 111.057 76.9403 110.615 77.4176 110.317C77.8949 110.015 78.4268 109.864 79.0135 109.864C79.4609 109.864 79.8288 109.941 80.1172 110.093C80.4055 110.242 80.6342 110.423 80.8033 110.635C80.9723 110.844 81.1032 111.041 81.196 111.227H81.2706V107.418H83.0753V117.6H81.3054V116.397H81.196C81.1032 116.583 80.969 116.78 80.7933 116.989C80.6177 117.194 80.3857 117.37 80.0973 117.516C79.8089 117.661 79.446 117.734 79.0085 117.734ZM79.5107 116.258C79.8918 116.258 80.2166 116.155 80.4851 115.95C80.7536 115.741 80.9574 115.451 81.0966 115.08C81.2358 114.708 81.3054 114.276 81.3054 113.782C81.3054 113.288 81.2358 112.859 81.0966 112.494C80.9607 112.13 80.7585 111.846 80.4901 111.644C80.2249 111.442 79.8984 111.341 79.5107 111.341C79.1096 111.341 78.7749 111.445 78.5064 111.654C78.2379 111.863 78.0357 112.151 77.8999 112.519C77.764 112.887 77.696 113.308 77.696 113.782C77.696 114.259 77.764 114.685 77.8999 115.06C78.0391 115.431 78.2429 115.724 78.5114 115.94C78.7831 116.152 79.1162 116.258 79.5107 116.258ZM86.7928 107.418V117.6H84.9931V107.418H86.7928ZM92.0241 117.749C91.2585 117.749 90.5973 117.59 90.0405 117.272C89.487 116.95 89.0611 116.496 88.7628 115.91C88.4645 115.32 88.3153 114.625 88.3153 113.827C88.3153 113.041 88.4645 112.352 88.7628 111.758C89.0644 111.162 89.4853 110.698 90.0256 110.366C90.5658 110.032 91.2005 109.864 91.9297 109.864C92.4003 109.864 92.8445 109.941 93.2621 110.093C93.683 110.242 94.0542 110.474 94.3757 110.789C94.7005 111.104 94.9557 111.505 95.1413 111.992C95.3269 112.476 95.4197 113.053 95.4197 113.722V114.274H89.1605V113.061H93.6946C93.6913 112.716 93.6167 112.41 93.4709 112.141C93.325 111.87 93.1212 111.656 92.8594 111.5C92.6009 111.344 92.2992 111.266 91.9545 111.266C91.5866 111.266 91.2635 111.356 90.9851 111.535C90.7067 111.71 90.4896 111.942 90.3338 112.231C90.1813 112.516 90.1035 112.829 90.1001 113.17V114.229C90.1001 114.673 90.1813 115.055 90.3438 115.373C90.5062 115.688 90.7332 115.93 91.0249 116.099C91.3165 116.264 91.6579 116.347 92.049 116.347C92.3108 116.347 92.5478 116.311 92.7599 116.238C92.9721 116.162 93.156 116.051 93.3118 115.905C93.4676 115.759 93.5852 115.578 93.6648 115.363L95.3452 115.552C95.2391 115.996 95.0369 116.384 94.7386 116.715C94.4437 117.043 94.0658 117.298 93.6051 117.481C93.1444 117.66 92.6174 117.749 92.0241 117.749ZM100.395 117.6V116.268L103.93 112.803C104.268 112.461 104.55 112.158 104.775 111.893C105 111.628 105.169 111.371 105.282 111.122C105.395 110.874 105.451 110.608 105.451 110.327C105.451 110.005 105.378 109.73 105.232 109.501C105.087 109.269 104.886 109.09 104.631 108.964C104.376 108.838 104.086 108.776 103.761 108.776C103.426 108.776 103.133 108.845 102.881 108.984C102.629 109.12 102.433 109.314 102.294 109.566C102.158 109.818 102.09 110.118 102.09 110.466H100.335C100.335 109.82 100.483 109.258 100.778 108.78C101.073 108.303 101.479 107.934 101.996 107.672C102.516 107.41 103.113 107.279 103.786 107.279C104.468 107.279 105.068 107.407 105.585 107.662C106.102 107.917 106.503 108.267 106.789 108.711C107.077 109.155 107.221 109.662 107.221 110.232C107.221 110.613 107.148 110.988 107.002 111.356C106.856 111.724 106.6 112.131 106.232 112.579C105.867 113.026 105.355 113.568 104.695 114.205L102.941 115.989V116.059H107.375V117.6H100.395Z" fill="#676767"/>
|
|
16
|
+
<path d="M52.75 138.6H50.0568V129.873H52.8693C53.7159 129.873 54.4403 130.048 55.0426 130.397C55.6449 130.744 56.1065 131.242 56.4276 131.893C56.7486 132.54 56.9091 133.316 56.9091 134.219C56.9091 135.129 56.7472 135.911 56.4233 136.567C56.0994 137.221 55.6278 137.724 55.0085 138.076C54.3892 138.425 53.6364 138.6 52.75 138.6ZM51.1136 137.663H52.6818C53.4034 137.663 54.0014 137.523 54.4759 137.245C54.9503 136.967 55.304 136.57 55.5369 136.056C55.7699 135.542 55.8864 134.93 55.8864 134.219C55.8864 133.515 55.7713 132.908 55.5412 132.4C55.3111 131.888 54.9673 131.496 54.5099 131.224C54.0526 130.948 53.483 130.81 52.8011 130.81H51.1136V137.663ZM61.2898 138.736C60.6591 138.736 60.1151 138.597 59.6577 138.319C59.2031 138.038 58.8523 137.646 58.6051 137.143C58.3608 136.637 58.2386 136.049 58.2386 135.379C58.2386 134.708 58.3608 134.117 58.6051 133.606C58.8523 133.092 59.196 132.691 59.6364 132.404C60.0795 132.114 60.5966 131.969 61.1875 131.969C61.5284 131.969 61.8651 132.026 62.1974 132.14C62.5298 132.254 62.8324 132.438 63.1051 132.694C63.3778 132.947 63.5952 133.282 63.7571 133.7C63.919 134.117 64 134.631 64 135.242V135.668H58.9545V134.799H62.9773C62.9773 134.43 62.9034 134.1 62.7557 133.81C62.6108 133.521 62.4034 133.292 62.1335 133.124C61.8665 132.957 61.5511 132.873 61.1875 132.873C60.7869 132.873 60.4403 132.972 60.1477 133.171C59.858 133.367 59.6349 133.623 59.4787 133.938C59.3224 134.254 59.2443 134.592 59.2443 134.952V135.532C59.2443 136.026 59.3295 136.445 59.5 136.789C59.6733 137.13 59.9134 137.39 60.2202 137.569C60.527 137.745 60.8835 137.833 61.2898 137.833C61.554 137.833 61.7926 137.796 62.0057 137.722C62.2216 137.646 62.4077 137.532 62.5639 137.381C62.7202 137.228 62.8409 137.038 62.9261 136.81L63.8977 137.083C63.7955 137.413 63.6236 137.702 63.3821 137.952C63.1406 138.2 62.8423 138.393 62.4872 138.532C62.1321 138.668 61.733 138.736 61.2898 138.736ZM68.1889 138.736C67.5753 138.736 67.0469 138.592 66.6037 138.302C66.1605 138.012 65.8196 137.613 65.581 137.104C65.3423 136.596 65.223 136.015 65.223 135.361C65.223 134.697 65.3452 134.11 65.5895 133.602C65.8366 133.09 66.1804 132.691 66.6207 132.404C67.0639 132.114 67.581 131.969 68.1719 131.969C68.6321 131.969 69.0469 132.055 69.4162 132.225C69.7855 132.396 70.0881 132.634 70.3239 132.941C70.5597 133.248 70.706 133.606 70.7628 134.015H69.7571C69.6804 133.717 69.5099 133.452 69.2457 133.222C68.9844 132.989 68.6321 132.873 68.1889 132.873C67.7969 132.873 67.4531 132.975 67.1577 133.18C66.8651 133.381 66.6364 133.667 66.4716 134.036C66.3097 134.403 66.2287 134.833 66.2287 135.327C66.2287 135.833 66.3082 136.273 66.4673 136.648C66.6293 137.023 66.8565 137.315 67.1491 137.522C67.4446 137.729 67.7912 137.833 68.1889 137.833C68.4503 137.833 68.6875 137.788 68.9006 137.697C69.1136 137.606 69.294 137.475 69.4418 137.305C69.5895 137.134 69.6946 136.93 69.7571 136.691H70.7628C70.706 137.077 70.5653 137.425 70.3409 137.735C70.1193 138.042 69.8253 138.286 69.4588 138.468C69.0952 138.647 68.6719 138.736 68.1889 138.736ZM74.892 138.736C74.3011 138.736 73.7827 138.596 73.3366 138.315C72.8935 138.033 72.5469 137.64 72.2969 137.134C72.0497 136.629 71.9261 136.038 71.9261 135.361C71.9261 134.68 72.0497 134.084 72.2969 133.576C72.5469 133.067 72.8935 132.673 73.3366 132.391C73.7827 132.11 74.3011 131.969 74.892 131.969C75.483 131.969 76 132.11 76.4432 132.391C76.8892 132.673 77.2358 133.067 77.483 133.576C77.733 134.084 77.858 134.68 77.858 135.361C77.858 136.038 77.733 136.629 77.483 137.134C77.2358 137.64 76.8892 138.033 76.4432 138.315C76 138.596 75.483 138.736 74.892 138.736ZM74.892 137.833C75.3409 137.833 75.7102 137.718 76 137.488C76.2898 137.258 76.5043 136.955 76.6435 136.58C76.7827 136.205 76.8523 135.799 76.8523 135.361C76.8523 134.924 76.7827 134.516 76.6435 134.138C76.5043 133.761 76.2898 133.455 76 133.222C75.7102 132.989 75.3409 132.873 74.892 132.873C74.4432 132.873 74.0739 132.989 73.7841 133.222C73.4943 133.455 73.2798 133.761 73.1406 134.138C73.0014 134.516 72.9318 134.924 72.9318 135.361C72.9318 135.799 73.0014 136.205 73.1406 136.58C73.2798 136.955 73.4943 137.258 73.7841 137.488C74.0739 137.718 74.4432 137.833 74.892 137.833ZM79.8065 141.055C79.636 141.055 79.484 141.04 79.3505 141.012C79.217 140.986 79.1246 140.961 79.0735 140.935L79.3292 140.049C79.5735 140.111 79.7894 140.134 79.9769 140.117C80.1644 140.1 80.3306 140.016 80.4755 139.866C80.6232 139.718 80.7582 139.478 80.8803 139.146L81.0678 138.634L78.6474 132.055H79.7383L81.5451 137.271H81.6133L83.4201 132.055H84.511L81.7326 139.555C81.6076 139.893 81.4528 140.173 81.2681 140.394C81.0835 140.619 80.869 140.785 80.6246 140.893C80.3832 141.001 80.1104 141.055 79.8065 141.055ZM94.5657 132.055L92.1452 138.6H91.1225L88.7021 132.055H89.793L91.5998 137.271H91.668L93.4748 132.055H94.5657ZM97.62 138.754C97.2053 138.754 96.8288 138.675 96.4908 138.519C96.1527 138.36 95.8842 138.131 95.6854 137.833C95.4865 137.532 95.3871 137.168 95.3871 136.742C95.3871 136.367 95.4609 136.063 95.6087 135.83C95.7564 135.594 95.9538 135.41 96.201 135.276C96.4482 135.143 96.7209 135.043 97.0192 134.978C97.3203 134.91 97.6229 134.856 97.9268 134.816C98.3246 134.765 98.647 134.727 98.8942 134.701C99.1442 134.673 99.326 134.626 99.4396 134.56C99.5561 134.495 99.6143 134.381 99.6143 134.219V134.185C99.6143 133.765 99.4993 133.438 99.2692 133.205C99.0419 132.972 98.6967 132.856 98.2337 132.856C97.7536 132.856 97.3771 132.961 97.1044 133.171C96.8317 133.381 96.6399 133.606 96.5291 133.844L95.5746 133.504C95.745 133.106 95.9723 132.796 96.2564 132.575C96.5433 132.35 96.8558 132.194 97.1939 132.106C97.5348 132.015 97.87 131.969 98.1996 131.969C98.4098 131.969 98.6513 131.995 98.924 132.046C99.1996 132.094 99.4652 132.195 99.7209 132.349C99.9794 132.502 100.194 132.734 100.364 133.043C100.535 133.353 100.62 133.768 100.62 134.288V138.6H99.6143V137.714H99.5632C99.495 137.856 99.3814 138.008 99.2223 138.17C99.0632 138.332 98.8516 138.469 98.5874 138.583C98.3232 138.697 98.0007 138.754 97.62 138.754ZM97.7734 137.85C98.1712 137.85 98.5064 137.772 98.7791 137.616C99.0547 137.459 99.2621 137.258 99.4013 137.011C99.5433 136.763 99.6143 136.504 99.6143 136.231V135.31C99.5717 135.361 99.478 135.408 99.3331 135.451C99.1911 135.491 99.0263 135.526 98.8388 135.557C98.6541 135.586 98.4737 135.611 98.2976 135.634C98.1243 135.654 97.9837 135.671 97.8757 135.685C97.6143 135.719 97.37 135.775 97.1428 135.852C96.9183 135.925 96.7365 136.038 96.5973 136.188C96.4609 136.336 96.3928 136.538 96.3928 136.793C96.3928 137.143 96.522 137.407 96.7805 137.586C97.0419 137.762 97.3729 137.85 97.7734 137.85ZM103.461 129.873V138.6H102.456V129.873H103.461ZM109.428 135.924V132.055H110.434V138.6H109.428V137.492H109.36C109.207 137.825 108.968 138.107 108.644 138.34C108.32 138.57 107.911 138.685 107.417 138.685C107.008 138.685 106.644 138.596 106.326 138.417C106.008 138.235 105.758 137.962 105.576 137.599C105.394 137.232 105.303 136.771 105.303 136.214V132.055H106.309V136.146C106.309 136.623 106.442 137.004 106.71 137.288C106.979 137.572 107.323 137.714 107.741 137.714C107.991 137.714 108.245 137.65 108.504 137.522C108.765 137.394 108.984 137.198 109.16 136.934C109.339 136.67 109.428 136.333 109.428 135.924ZM115.02 138.736C114.39 138.736 113.846 138.597 113.388 138.319C112.934 138.038 112.583 137.646 112.336 137.143C112.091 136.637 111.969 136.049 111.969 135.379C111.969 134.708 112.091 134.117 112.336 133.606C112.583 133.092 112.926 132.691 113.367 132.404C113.81 132.114 114.327 131.969 114.918 131.969C115.259 131.969 115.596 132.026 115.928 132.14C116.26 132.254 116.563 132.438 116.836 132.694C117.108 132.947 117.326 133.282 117.488 133.7C117.65 134.117 117.73 134.631 117.73 135.242V135.668H112.685V134.799H116.708C116.708 134.43 116.634 134.1 116.486 133.81C116.341 133.521 116.134 133.292 115.864 133.124C115.597 132.957 115.282 132.873 114.918 132.873C114.517 132.873 114.171 132.972 113.878 133.171C113.588 133.367 113.365 133.623 113.209 133.938C113.053 134.254 112.975 134.592 112.975 134.952V135.532C112.975 136.026 113.06 136.445 113.23 136.789C113.404 137.13 113.644 137.39 113.951 137.569C114.257 137.745 114.614 137.833 115.02 137.833C115.284 137.833 115.523 137.796 115.736 137.722C115.952 137.646 116.138 137.532 116.294 137.381C116.451 137.228 116.571 137.038 116.657 136.81L117.628 137.083C117.526 137.413 117.354 137.702 117.113 137.952C116.871 138.2 116.573 138.393 116.218 138.532C115.863 138.668 115.463 138.736 115.02 138.736Z" fill="#9E9E9E"/>
|
|
17
|
+
<path d="M393.05 133.782V111.964H394.448V133.782H393.05ZM397.081 118.944C397.002 118.2 396.667 117.62 396.076 117.205C395.491 116.79 394.729 116.583 393.792 116.583C393.133 116.583 392.567 116.682 392.096 116.881C391.624 117.08 391.263 117.35 391.013 117.691C390.763 118.032 390.635 118.421 390.63 118.859C390.63 119.222 390.712 119.538 390.877 119.805C391.047 120.072 391.277 120.299 391.567 120.486C391.857 120.668 392.178 120.822 392.53 120.947C392.883 121.072 393.238 121.177 393.596 121.262L395.232 121.671C395.891 121.825 396.525 122.032 397.133 122.293C397.746 122.555 398.295 122.884 398.777 123.282C399.266 123.68 399.652 124.16 399.937 124.722C400.221 125.285 400.363 125.944 400.363 126.7C400.363 127.722 400.101 128.623 399.579 129.401C399.056 130.174 398.3 130.779 397.312 131.217C396.329 131.648 395.138 131.864 393.741 131.864C392.383 131.864 391.204 131.654 390.204 131.234C389.209 130.813 388.431 130.2 387.868 129.393C387.312 128.586 387.01 127.603 386.965 126.444H390.076C390.121 127.052 390.309 127.557 390.638 127.961C390.968 128.364 391.397 128.665 391.925 128.864C392.459 129.063 393.056 129.163 393.715 129.163C394.402 129.163 395.005 129.06 395.522 128.856C396.045 128.646 396.454 128.356 396.749 127.986C397.045 127.611 397.195 127.174 397.201 126.674C397.195 126.219 397.062 125.844 396.8 125.549C396.539 125.248 396.172 124.998 395.701 124.799C395.235 124.594 394.689 124.413 394.064 124.254L392.079 123.742C390.641 123.373 389.505 122.813 388.67 122.063C387.84 121.307 387.425 120.305 387.425 119.055C387.425 118.026 387.704 117.126 388.26 116.353C388.823 115.58 389.587 114.981 390.553 114.555C391.519 114.123 392.613 113.907 393.834 113.907C395.073 113.907 396.158 114.123 397.09 114.555C398.027 114.981 398.763 115.575 399.297 116.336C399.831 117.092 400.107 117.961 400.124 118.944H397.081ZM408.736 131.839C407.469 131.839 406.344 131.626 405.361 131.2C404.383 130.773 403.616 130.191 403.06 129.452C402.508 128.708 402.236 127.864 402.241 126.921C402.236 126.188 402.395 125.515 402.719 124.901C403.042 124.288 403.48 123.776 404.031 123.367C404.588 122.952 405.207 122.688 405.889 122.575V122.455C404.991 122.256 404.264 121.799 403.707 121.083C403.156 120.361 402.883 119.529 402.889 118.586C402.883 117.688 403.133 116.887 403.639 116.182C404.145 115.478 404.838 114.924 405.719 114.521C406.599 114.111 407.605 113.907 408.736 113.907C409.855 113.907 410.852 114.111 411.727 114.521C412.608 114.924 413.301 115.478 413.807 116.182C414.318 116.887 414.574 117.688 414.574 118.586C414.574 119.529 414.292 120.361 413.73 121.083C413.173 121.799 412.454 122.256 411.574 122.455V122.575C412.256 122.688 412.869 122.952 413.415 123.367C413.966 123.776 414.403 124.288 414.727 124.901C415.057 125.515 415.221 126.188 415.221 126.921C415.221 127.864 414.943 128.708 414.386 129.452C413.829 130.191 413.062 130.773 412.085 131.2C411.114 131.626 409.997 131.839 408.736 131.839ZM408.736 129.401C409.389 129.401 409.957 129.29 410.44 129.069C410.923 128.842 411.298 128.523 411.565 128.114C411.832 127.705 411.969 127.234 411.974 126.7C411.969 126.143 411.824 125.651 411.54 125.225C411.261 124.793 410.878 124.455 410.389 124.211C409.906 123.967 409.355 123.844 408.736 123.844C408.111 123.844 407.554 123.967 407.065 124.211C406.577 124.455 406.19 124.793 405.906 125.225C405.628 125.651 405.491 126.143 405.497 126.7C405.491 127.234 405.622 127.705 405.889 128.114C406.156 128.518 406.531 128.833 407.014 129.06C407.503 129.288 408.077 129.401 408.736 129.401ZM408.736 121.45C409.27 121.45 409.741 121.342 410.15 121.126C410.565 120.91 410.892 120.609 411.131 120.222C411.369 119.836 411.491 119.39 411.497 118.884C411.491 118.384 411.372 117.947 411.139 117.572C410.906 117.191 410.582 116.898 410.167 116.694C409.753 116.484 409.275 116.379 408.736 116.379C408.185 116.379 407.699 116.484 407.278 116.694C406.864 116.898 406.54 117.191 406.307 117.572C406.079 117.947 405.969 118.384 405.974 118.884C405.969 119.39 406.082 119.836 406.315 120.222C406.554 120.603 406.881 120.904 407.295 121.126C407.716 121.342 408.196 121.45 408.736 121.45ZM423.995 131.932C422.592 131.932 421.387 131.577 420.381 130.867C419.381 130.151 418.612 129.12 418.072 127.773C417.538 126.421 417.271 124.793 417.271 122.89C417.276 120.986 417.546 119.367 418.08 118.032C418.62 116.691 419.39 115.668 420.39 114.964C421.396 114.259 422.597 113.907 423.995 113.907C425.393 113.907 426.594 114.259 427.6 114.964C428.606 115.668 429.376 116.691 429.91 118.032C430.45 119.373 430.719 120.992 430.719 122.89C430.719 124.799 430.45 126.43 429.91 127.782C429.376 129.129 428.606 130.157 427.6 130.867C426.6 131.577 425.398 131.932 423.995 131.932ZM423.995 129.265C425.086 129.265 425.947 128.728 426.577 127.654C427.214 126.575 427.532 124.986 427.532 122.89C427.532 121.504 427.387 120.339 427.097 119.396C426.808 118.452 426.398 117.742 425.87 117.265C425.342 116.782 424.717 116.54 423.995 116.54C422.91 116.54 422.052 117.08 421.421 118.16C420.79 119.234 420.472 120.81 420.467 122.89C420.461 124.282 420.6 125.452 420.884 126.401C421.174 127.35 421.583 128.066 422.112 128.549C422.64 129.026 423.268 129.265 423.995 129.265Z" fill="#9E9E9E"/>
|
|
18
|
+
<rect x="12.5" y="161.1" width="427" height="59" rx="9.5" stroke="#D6D6D6"/>
|
|
19
|
+
<rect x="20.5" y="182.1" width="17" height="17" rx="8.5" stroke="#9E9E9E"/>
|
|
20
|
+
<circle cx="29" cy="190.6" r="4" fill="#E2E2E2"/>
|
|
21
|
+
<path d="M50.0043 185.6V175.418H53.902C54.6378 175.418 55.2493 175.534 55.7365 175.766C56.227 175.995 56.5933 176.308 56.8352 176.706C57.0805 177.104 57.2031 177.554 57.2031 178.058C57.2031 178.472 57.1236 178.827 56.9645 179.122C56.8054 179.414 56.5916 179.651 56.3232 179.833C56.0547 180.015 55.7547 180.146 55.4233 180.226V180.325C55.7846 180.345 56.1309 180.456 56.4624 180.658C56.7971 180.857 57.0705 181.139 57.2827 181.504C57.4948 181.868 57.6009 182.309 57.6009 182.826C57.6009 183.353 57.4732 183.827 57.218 184.248C56.9628 184.665 56.5784 184.995 56.0646 185.237C55.5509 185.479 54.9046 185.6 54.1257 185.6H50.0043ZM51.8487 184.059H53.8324C54.5019 184.059 54.9841 183.931 55.2791 183.676C55.5774 183.418 55.7266 183.086 55.7266 182.682C55.7266 182.38 55.652 182.108 55.5028 181.866C55.3537 181.621 55.1416 181.429 54.8665 181.29C54.5914 181.147 54.2633 181.076 53.8821 181.076H51.8487V184.059ZM51.8487 179.749H53.6733C53.9915 179.749 54.2782 179.691 54.5334 179.575C54.7886 179.455 54.9891 179.288 55.1349 179.072C55.2841 178.854 55.3587 178.595 55.3587 178.297C55.3587 177.902 55.2195 177.578 54.9411 177.322C54.666 177.067 54.2566 176.94 53.7131 176.94H51.8487V179.749ZM63.9931 182.388V177.964H65.7928V185.6H64.0478V184.243H63.9682C63.7959 184.67 63.5125 185.02 63.1181 185.292C62.727 185.564 62.2447 185.7 61.6713 185.7C61.1709 185.7 60.7284 185.588 60.3439 185.366C59.9628 185.141 59.6645 184.815 59.449 184.387C59.2336 183.956 59.1259 183.436 59.1259 182.826V177.964H60.9256V182.548C60.9256 183.031 61.0582 183.416 61.3233 183.701C61.5885 183.986 61.9365 184.129 62.3674 184.129C62.6325 184.129 62.8894 184.064 63.138 183.935C63.3865 183.805 63.5904 183.613 63.7495 183.358C63.9119 183.099 63.9931 182.776 63.9931 182.388ZM69.4432 181.126V185.6H67.6435V177.964H69.3636V179.261H69.4531C69.6288 178.834 69.9089 178.494 70.2933 178.242C70.6811 177.99 71.16 177.864 71.7301 177.864C72.2571 177.864 72.7161 177.977 73.1072 178.202C73.5017 178.428 73.8066 178.754 74.022 179.182C74.2408 179.609 74.3485 180.128 74.3452 180.738V185.6H72.5455V181.016C72.5455 180.506 72.4129 180.106 72.1477 179.818C71.8859 179.53 71.523 179.386 71.0589 179.386C70.7441 179.386 70.464 179.455 70.2188 179.594C69.9768 179.73 69.7862 179.928 69.647 180.186C69.5111 180.445 69.4432 180.758 69.4432 181.126ZM79.0085 185.734C78.4086 185.734 77.8717 185.58 77.3977 185.272C76.9238 184.964 76.5492 184.516 76.2741 183.93C75.9991 183.343 75.8615 182.63 75.8615 181.792C75.8615 180.943 76.0007 180.227 76.2791 179.644C76.5608 179.057 76.9403 178.615 77.4176 178.317C77.8949 178.015 78.4268 177.864 79.0135 177.864C79.4609 177.864 79.8288 177.941 80.1172 178.093C80.4055 178.242 80.6342 178.423 80.8033 178.635C80.9723 178.844 81.1032 179.041 81.196 179.227H81.2706V175.418H83.0753V185.6H81.3054V184.397H81.196C81.1032 184.583 80.969 184.78 80.7933 184.989C80.6177 185.194 80.3857 185.37 80.0973 185.516C79.8089 185.661 79.446 185.734 79.0085 185.734ZM79.5107 184.258C79.8918 184.258 80.2166 184.155 80.4851 183.95C80.7536 183.741 80.9574 183.451 81.0966 183.08C81.2358 182.708 81.3054 182.276 81.3054 181.782C81.3054 181.288 81.2358 180.859 81.0966 180.494C80.9607 180.13 80.7585 179.846 80.4901 179.644C80.2249 179.442 79.8984 179.341 79.5107 179.341C79.1096 179.341 78.7749 179.445 78.5064 179.654C78.2379 179.863 78.0357 180.151 77.8999 180.519C77.764 180.887 77.696 181.308 77.696 181.782C77.696 182.259 77.764 182.685 77.8999 183.06C78.0391 183.431 78.2429 183.724 78.5114 183.94C78.7831 184.152 79.1162 184.258 79.5107 184.258ZM86.7928 175.418V185.6H84.9931V175.418H86.7928ZM92.0241 185.749C91.2585 185.749 90.5973 185.59 90.0405 185.272C89.487 184.95 89.0611 184.496 88.7628 183.91C88.4645 183.32 88.3153 182.625 88.3153 181.827C88.3153 181.041 88.4645 180.352 88.7628 179.758C89.0644 179.162 89.4853 178.698 90.0256 178.366C90.5658 178.032 91.2005 177.864 91.9297 177.864C92.4003 177.864 92.8445 177.941 93.2621 178.093C93.683 178.242 94.0542 178.474 94.3757 178.789C94.7005 179.104 94.9557 179.505 95.1413 179.992C95.3269 180.476 95.4197 181.053 95.4197 181.722V182.274H89.1605V181.061H93.6946C93.6913 180.716 93.6167 180.41 93.4709 180.141C93.325 179.87 93.1212 179.656 92.8594 179.5C92.6009 179.344 92.2992 179.266 91.9545 179.266C91.5866 179.266 91.2635 179.356 90.9851 179.535C90.7067 179.71 90.4896 179.942 90.3338 180.231C90.1813 180.516 90.1035 180.829 90.1001 181.17V182.229C90.1001 182.673 90.1813 183.055 90.3438 183.373C90.5062 183.688 90.7332 183.93 91.0249 184.099C91.3165 184.264 91.6579 184.347 92.049 184.347C92.3108 184.347 92.5478 184.311 92.7599 184.238C92.9721 184.162 93.156 184.051 93.3118 183.905C93.4676 183.759 93.5852 183.578 93.6648 183.363L95.3452 183.552C95.2391 183.996 95.0369 184.384 94.7386 184.715C94.4437 185.043 94.0658 185.298 93.6051 185.481C93.1444 185.66 92.6174 185.749 92.0241 185.749ZM104.049 185.739C103.333 185.739 102.697 185.617 102.14 185.371C101.587 185.126 101.149 184.785 100.828 184.347C100.506 183.91 100.335 183.404 100.316 182.831H102.185C102.201 183.106 102.293 183.346 102.458 183.552C102.624 183.754 102.844 183.911 103.119 184.024C103.395 184.137 103.703 184.193 104.044 184.193C104.409 184.193 104.732 184.13 105.014 184.004C105.295 183.875 105.516 183.696 105.675 183.467C105.834 183.239 105.912 182.975 105.909 182.677C105.912 182.369 105.832 182.097 105.67 181.861C105.508 181.626 105.272 181.442 104.964 181.31C104.659 181.177 104.291 181.111 103.86 181.111H102.96V179.689H103.86C104.215 179.689 104.525 179.628 104.79 179.505C105.058 179.382 105.269 179.21 105.421 178.988C105.574 178.763 105.648 178.502 105.645 178.207C105.648 177.919 105.584 177.669 105.451 177.457C105.322 177.241 105.138 177.074 104.899 176.955C104.664 176.835 104.387 176.776 104.069 176.776C103.758 176.776 103.469 176.832 103.204 176.945C102.939 177.057 102.725 177.218 102.563 177.427C102.4 177.632 102.314 177.878 102.304 178.163H100.529C100.543 177.593 100.707 177.092 101.021 176.661C101.34 176.227 101.764 175.889 102.294 175.647C102.825 175.402 103.419 175.279 104.079 175.279C104.758 175.279 105.348 175.407 105.849 175.662C106.353 175.914 106.742 176.254 107.017 176.681C107.292 177.109 107.43 177.581 107.43 178.098C107.433 178.671 107.264 179.152 106.923 179.54C106.585 179.928 106.141 180.181 105.59 180.3V180.38C106.306 180.479 106.855 180.745 107.236 181.175C107.62 181.603 107.811 182.135 107.808 182.771C107.808 183.341 107.645 183.852 107.32 184.303C106.999 184.75 106.555 185.101 105.988 185.356C105.425 185.612 104.778 185.739 104.049 185.739Z" fill="#676767"/>
|
|
22
|
+
<path d="M50.0568 206.6V197.873H51.1136V205.663H55.1705V206.6H50.0568ZM59.3295 206.736C58.7386 206.736 58.2202 206.596 57.7741 206.315C57.331 206.033 56.9844 205.64 56.7344 205.134C56.4872 204.629 56.3636 204.038 56.3636 203.361C56.3636 202.68 56.4872 202.084 56.7344 201.576C56.9844 201.067 57.331 200.673 57.7741 200.391C58.2202 200.11 58.7386 199.969 59.3295 199.969C59.9205 199.969 60.4375 200.11 60.8807 200.391C61.3267 200.673 61.6733 201.067 61.9205 201.576C62.1705 202.084 62.2955 202.68 62.2955 203.361C62.2955 204.038 62.1705 204.629 61.9205 205.134C61.6733 205.64 61.3267 206.033 60.8807 206.315C60.4375 206.596 59.9205 206.736 59.3295 206.736ZM59.3295 205.833C59.7784 205.833 60.1477 205.718 60.4375 205.488C60.7273 205.258 60.9418 204.955 61.081 204.58C61.2202 204.205 61.2898 203.799 61.2898 203.361C61.2898 202.924 61.2202 202.516 61.081 202.138C60.9418 201.761 60.7273 201.455 60.4375 201.222C60.1477 200.989 59.7784 200.873 59.3295 200.873C58.8807 200.873 58.5114 200.989 58.2216 201.222C57.9318 201.455 57.7173 201.761 57.5781 202.138C57.4389 202.516 57.3693 202.924 57.3693 203.361C57.3693 203.799 57.4389 204.205 57.5781 204.58C57.7173 204.955 57.9318 205.258 58.2216 205.488C58.5114 205.718 58.8807 205.833 59.3295 205.833ZM65.0909 206.6L63.0966 200.055H64.1534L65.5682 205.066H65.6364L67.0341 200.055H68.108L69.4886 205.049H69.5568L70.9716 200.055H72.0284L70.0341 206.6H69.0455L67.6136 201.572H67.5114L66.0795 206.6H65.0909ZM75.8796 206.736C75.2489 206.736 74.7049 206.597 74.2475 206.319C73.793 206.038 73.4421 205.646 73.195 205.143C72.9506 204.637 72.8285 204.049 72.8285 203.379C72.8285 202.708 72.9506 202.117 73.195 201.606C73.4421 201.092 73.7859 200.691 74.2262 200.404C74.6694 200.114 75.1864 199.969 75.7773 199.969C76.1183 199.969 76.4549 200.026 76.7873 200.14C77.1197 200.254 77.4222 200.438 77.695 200.694C77.9677 200.947 78.185 201.282 78.3469 201.7C78.5089 202.117 78.5898 202.631 78.5898 203.242V203.668H73.5444V202.799H77.5671C77.5671 202.43 77.4933 202.1 77.3455 201.81C77.2006 201.521 76.9933 201.292 76.7234 201.124C76.4563 200.957 76.141 200.873 75.7773 200.873C75.3768 200.873 75.0302 200.972 74.7376 201.171C74.4478 201.367 74.2248 201.623 74.0685 201.938C73.9123 202.254 73.8342 202.592 73.8342 202.952V203.532C73.8342 204.026 73.9194 204.445 74.0898 204.789C74.2631 205.13 74.5032 205.39 74.81 205.569C75.1168 205.745 75.4734 205.833 75.8796 205.833C76.1438 205.833 76.3825 205.796 76.5955 205.722C76.8114 205.646 76.9975 205.532 77.1538 205.381C77.31 205.228 77.4308 205.038 77.516 204.81L78.4876 205.083C78.3853 205.413 78.2134 205.702 77.9719 205.952C77.7305 206.2 77.4322 206.393 77.0771 206.532C76.7219 206.668 76.3228 206.736 75.8796 206.736ZM84.756 201.521L83.8526 201.776C83.7958 201.626 83.712 201.479 83.6012 201.337C83.4933 201.192 83.3455 201.073 83.158 200.979C82.9705 200.886 82.7305 200.839 82.4379 200.839C82.0373 200.839 81.7035 200.931 81.4364 201.116C81.1722 201.298 81.0401 201.529 81.0401 201.81C81.0401 202.06 81.131 202.258 81.3129 202.403C81.4947 202.548 81.7788 202.668 82.1651 202.765L83.1367 203.004C83.7219 203.146 84.158 203.363 84.445 203.655C84.7319 203.945 84.8754 204.319 84.8754 204.776C84.8754 205.151 84.7674 205.486 84.5515 205.782C84.3384 206.077 84.0401 206.31 83.6566 206.481C83.2731 206.651 82.8271 206.736 82.3185 206.736C81.6509 206.736 81.0984 206.592 80.6609 206.302C80.2234 206.012 79.9464 205.589 79.8299 205.032L80.7844 204.793C80.8754 205.146 81.0472 205.41 81.3001 205.586C81.5558 205.762 81.8896 205.85 82.3015 205.85C82.7702 205.85 83.1424 205.751 83.418 205.552C83.6964 205.35 83.8356 205.109 83.8356 204.827C83.8356 204.6 83.756 204.41 83.5969 204.256C83.4379 204.1 83.1935 203.984 82.864 203.907L81.7731 203.651C81.1737 203.509 80.7333 203.289 80.4521 202.991C80.1737 202.69 80.0344 202.313 80.0344 201.861C80.0344 201.492 80.1381 201.165 80.3455 200.881C80.5558 200.597 80.8413 200.374 81.2021 200.212C81.5657 200.05 81.9776 199.969 82.4379 199.969C83.0856 199.969 83.5941 200.111 83.9634 200.396C84.3356 200.68 84.5998 201.055 84.756 201.521ZM89.2358 200.055V200.907H85.8438V200.055H89.2358ZM86.8324 198.486H87.8381V204.725C87.8381 205.009 87.8793 205.222 87.9616 205.364C88.0469 205.504 88.1548 205.597 88.2855 205.646C88.419 205.691 88.5597 205.714 88.7074 205.714C88.8182 205.714 88.9091 205.708 88.9801 205.697C89.0511 205.682 89.108 205.671 89.1506 205.663L89.3551 206.566C89.2869 206.592 89.1918 206.617 89.0696 206.643C88.9474 206.671 88.7926 206.685 88.6051 206.685C88.321 206.685 88.0426 206.624 87.7699 206.502C87.5 206.38 87.2756 206.194 87.0966 205.944C86.9205 205.694 86.8324 205.379 86.8324 204.998V198.486ZM99.4759 200.055L97.0554 206.6H96.0327L93.6122 200.055H94.7031L96.5099 205.271H96.5781L98.3849 200.055H99.4759ZM102.53 206.754C102.115 206.754 101.739 206.675 101.401 206.519C101.063 206.36 100.794 206.131 100.596 205.833C100.397 205.532 100.297 205.168 100.297 204.742C100.297 204.367 100.371 204.063 100.519 203.83C100.667 203.594 100.864 203.41 101.111 203.276C101.358 203.143 101.631 203.043 101.929 202.978C102.23 202.91 102.533 202.856 102.837 202.816C103.235 202.765 103.557 202.727 103.804 202.701C104.054 202.673 104.236 202.626 104.35 202.56C104.466 202.495 104.525 202.381 104.525 202.219V202.185C104.525 201.765 104.409 201.438 104.179 201.205C103.952 200.972 103.607 200.856 103.144 200.856C102.664 200.856 102.287 200.961 102.015 201.171C101.742 201.381 101.55 201.606 101.439 201.844L100.485 201.504C100.655 201.106 100.882 200.796 101.167 200.575C101.453 200.35 101.766 200.194 102.104 200.106C102.445 200.015 102.78 199.969 103.11 199.969C103.32 199.969 103.561 199.995 103.834 200.046C104.11 200.094 104.375 200.195 104.631 200.349C104.89 200.502 105.104 200.734 105.275 201.043C105.445 201.353 105.53 201.768 105.53 202.288V206.6H104.525V205.714H104.473C104.405 205.856 104.292 206.008 104.132 206.17C103.973 206.332 103.762 206.469 103.498 206.583C103.233 206.697 102.911 206.754 102.53 206.754ZM102.684 205.85C103.081 205.85 103.417 205.772 103.689 205.616C103.965 205.459 104.172 205.258 104.311 205.011C104.453 204.763 104.525 204.504 104.525 204.231V203.31C104.482 203.361 104.388 203.408 104.243 203.451C104.101 203.491 103.936 203.526 103.749 203.557C103.564 203.586 103.384 203.611 103.208 203.634C103.034 203.654 102.894 203.671 102.786 203.685C102.525 203.719 102.28 203.775 102.053 203.852C101.828 203.925 101.647 204.038 101.507 204.188C101.371 204.336 101.303 204.538 101.303 204.793C101.303 205.143 101.432 205.407 101.691 205.586C101.952 205.762 102.283 205.85 102.684 205.85ZM108.371 197.873V206.6H107.366V197.873H108.371ZM114.338 203.924V200.055H115.344V206.6H114.338V205.492H114.27C114.117 205.825 113.878 206.107 113.554 206.34C113.23 206.57 112.821 206.685 112.327 206.685C111.918 206.685 111.554 206.596 111.236 206.417C110.918 206.235 110.668 205.962 110.486 205.599C110.304 205.232 110.213 204.771 110.213 204.214V200.055H111.219V204.146C111.219 204.623 111.353 205.004 111.62 205.288C111.89 205.572 112.233 205.714 112.651 205.714C112.901 205.714 113.155 205.65 113.414 205.522C113.675 205.394 113.894 205.198 114.07 204.934C114.249 204.67 114.338 204.333 114.338 203.924ZM119.93 206.736C119.3 206.736 118.756 206.597 118.298 206.319C117.844 206.038 117.493 205.646 117.246 205.143C117.001 204.637 116.879 204.049 116.879 203.379C116.879 202.708 117.001 202.117 117.246 201.606C117.493 201.092 117.837 200.691 118.277 200.404C118.72 200.114 119.237 199.969 119.828 199.969C120.169 199.969 120.506 200.026 120.838 200.14C121.17 200.254 121.473 200.438 121.746 200.694C122.018 200.947 122.236 201.282 122.398 201.7C122.56 202.117 122.641 202.631 122.641 203.242V203.668H117.595V202.799H121.618C121.618 202.43 121.544 202.1 121.396 201.81C121.251 201.521 121.044 201.292 120.774 201.124C120.507 200.957 120.192 200.873 119.828 200.873C119.428 200.873 119.081 200.972 118.788 201.171C118.499 201.367 118.276 201.623 118.119 201.938C117.963 202.254 117.885 202.592 117.885 202.952V203.532C117.885 204.026 117.97 204.445 118.141 204.789C118.314 205.13 118.554 205.39 118.861 205.569C119.168 205.745 119.524 205.833 119.93 205.833C120.195 205.833 120.433 205.796 120.646 205.722C120.862 205.646 121.048 205.532 121.205 205.381C121.361 205.228 121.482 205.038 121.567 204.81L122.538 205.083C122.436 205.413 122.264 205.702 122.023 205.952C121.781 206.2 121.483 206.393 121.128 206.532C120.773 206.668 120.374 206.736 119.93 206.736Z" fill="#9E9E9E"/>
|
|
23
|
+
<path d="M392.98 201.782V179.964H394.378V201.782H392.98ZM397.011 186.944C396.932 186.2 396.596 185.62 396.005 185.205C395.42 184.79 394.659 184.583 393.721 184.583C393.062 184.583 392.497 184.682 392.025 184.881C391.554 185.08 391.193 185.35 390.943 185.691C390.693 186.032 390.565 186.421 390.559 186.859C390.559 187.222 390.642 187.538 390.807 187.805C390.977 188.072 391.207 188.299 391.497 188.486C391.787 188.668 392.108 188.822 392.46 188.947C392.812 189.072 393.167 189.177 393.525 189.262L395.162 189.671C395.821 189.825 396.454 190.032 397.062 190.293C397.676 190.555 398.224 190.884 398.707 191.282C399.196 191.68 399.582 192.16 399.866 192.722C400.15 193.285 400.292 193.944 400.292 194.7C400.292 195.722 400.031 196.623 399.508 197.401C398.986 198.174 398.23 198.779 397.241 199.217C396.258 199.648 395.068 199.864 393.67 199.864C392.312 199.864 391.133 199.654 390.133 199.234C389.139 198.813 388.361 198.2 387.798 197.393C387.241 196.586 386.94 195.603 386.895 194.444H390.005C390.051 195.052 390.238 195.557 390.568 195.961C390.897 196.364 391.326 196.665 391.855 196.864C392.389 197.063 392.986 197.163 393.645 197.163C394.332 197.163 394.934 197.06 395.451 196.856C395.974 196.646 396.383 196.356 396.679 195.986C396.974 195.611 397.125 195.174 397.13 194.674C397.125 194.219 396.991 193.844 396.73 193.549C396.469 193.248 396.102 192.998 395.63 192.799C395.165 192.594 394.619 192.413 393.994 192.254L392.008 191.742C390.571 191.373 389.434 190.813 388.599 190.063C387.77 189.307 387.355 188.305 387.355 187.055C387.355 186.026 387.633 185.126 388.19 184.353C388.753 183.58 389.517 182.981 390.483 182.555C391.449 182.123 392.542 181.907 393.764 181.907C395.003 181.907 396.088 182.123 397.02 182.555C397.957 182.981 398.693 183.575 399.227 184.336C399.761 185.092 400.037 185.961 400.054 186.944H397.011ZM408.853 199.839C408.018 199.833 407.202 199.688 406.407 199.404C405.611 199.114 404.895 198.646 404.259 197.998C403.623 197.344 403.117 196.478 402.742 195.398C402.367 194.313 402.182 192.969 402.188 191.367C402.188 189.873 402.347 188.54 402.665 187.37C402.984 186.2 403.441 185.211 404.038 184.404C404.634 183.592 405.353 182.972 406.194 182.546C407.04 182.12 407.986 181.907 409.032 181.907C410.128 181.907 411.1 182.123 411.947 182.555C412.799 182.986 413.486 183.577 414.009 184.327C414.532 185.072 414.856 185.913 414.981 186.85H411.87C411.711 186.18 411.384 185.646 410.89 185.248C410.401 184.844 409.782 184.643 409.032 184.643C407.822 184.643 406.89 185.168 406.236 186.219C405.589 187.271 405.262 188.714 405.256 190.549H405.376C405.654 190.049 406.015 189.62 406.458 189.262C406.901 188.904 407.401 188.629 407.958 188.435C408.52 188.236 409.114 188.137 409.739 188.137C410.762 188.137 411.68 188.381 412.492 188.87C413.31 189.359 413.958 190.032 414.435 190.89C414.913 191.742 415.148 192.719 415.143 193.822C415.148 194.969 414.887 196.001 414.359 196.915C413.83 197.825 413.094 198.54 412.151 199.063C411.208 199.586 410.109 199.844 408.853 199.839ZM408.836 197.282C409.455 197.282 410.009 197.131 410.498 196.83C410.986 196.529 411.373 196.123 411.657 195.611C411.941 195.1 412.08 194.526 412.074 193.89C412.08 193.265 411.944 192.7 411.665 192.194C411.393 191.688 411.015 191.288 410.532 190.992C410.049 190.697 409.498 190.549 408.878 190.549C408.418 190.549 407.989 190.637 407.592 190.813C407.194 190.989 406.847 191.234 406.552 191.546C406.256 191.853 406.023 192.211 405.853 192.62C405.688 193.023 405.603 193.455 405.597 193.915C405.603 194.523 405.745 195.083 406.023 195.594C406.302 196.106 406.685 196.515 407.174 196.822C407.663 197.129 408.217 197.282 408.836 197.282ZM423.995 199.932C422.592 199.932 421.387 199.577 420.381 198.867C419.381 198.151 418.612 197.12 418.072 195.773C417.538 194.421 417.271 192.793 417.271 190.89C417.276 188.986 417.546 187.367 418.08 186.032C418.62 184.691 419.39 183.668 420.39 182.964C421.396 182.259 422.597 181.907 423.995 181.907C425.393 181.907 426.594 182.259 427.6 182.964C428.606 183.668 429.376 184.691 429.91 186.032C430.45 187.373 430.719 188.992 430.719 190.89C430.719 192.799 430.45 194.43 429.91 195.782C429.376 197.129 428.606 198.157 427.6 198.867C426.6 199.577 425.398 199.932 423.995 199.932ZM423.995 197.265C425.086 197.265 425.947 196.728 426.577 195.654C427.214 194.575 427.532 192.986 427.532 190.89C427.532 189.504 427.387 188.339 427.097 187.396C426.808 186.452 426.398 185.742 425.87 185.265C425.342 184.782 424.717 184.54 423.995 184.54C422.91 184.54 422.052 185.08 421.421 186.16C420.79 187.234 420.472 188.81 420.467 190.89C420.461 192.282 420.6 193.452 420.884 194.401C421.174 195.35 421.583 196.066 422.112 196.549C422.64 197.026 423.268 197.265 423.995 197.265Z" fill="#9E9E9E"/>
|
|
24
|
+
</svg>
|
|
25
|
+
`;return{emitRedirectSetupPage:V,redirectGuideline:H,svg:M}};exports.default=useProductBundleDataState;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),React=require("react");const useProductBundleDiscountState=e=>{let[t,c]=React.useState(0),{seUseProductCompareAtPrice:r}=core.useProductBundleDiscount(),[u,a]=React.useState(e?.hasPreSelectItem?e?.selectItemDefault:-1),s=React.useCallback(e=>u===e,[u]);return React.useEffect(()=>{r(e?.useProductCompareAtPrice)},[r,e?.useProductCompareAtPrice]),React.useEffect(()=>{e?.hasPreSelectItem||a(-1)},[e?.hasPreSelectItem]),React.useEffect(()=>{e?.hasPreSelectItem&&a(e?.selectItemDefault)},[e?.hasPreSelectItem,e?.selectItemDefault]),React.useEffect(()=>{let e;return t<10&&(e=setInterval(()=>{c(e=>e+1)},100)),()=>clearInterval(e)},[t]),{timer:t,isSelected:s,setSelected:a}};exports.default=useProductBundleDiscountState;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uiV2=require("./configs/ui-v2.js"),uiV1=require("./configs/ui-v1.js"),settings=require("./configs/settings.js");const config={tag:"ProductBundleDiscount",label:"Product Bundle Discount",icon:`<svg width="72" height="52" viewBox="0 0 72 52" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 7C0 5.34315 1.34315 4 3 4H69C70.6569 4 72 5.34315 72 7V21C72 22.6569 70.6569 24 69 24H3C1.34315 24 0 22.6569 0 21V7Z" fill="#424242"/>
|
|
3
|
+
<rect x="8" y="12" width="12" height="4" rx="2" fill="#F9F9F9"/>
|
|
4
|
+
<rect x="24" y="12" width="40" height="4" rx="2" fill="#AAAAAA"/>
|
|
5
|
+
<path d="M0 31C0 29.3431 1.34315 28 3 28H69C70.6569 28 72 29.3431 72 31V45C72 46.6569 70.6569 48 69 48H3C1.34315 48 0 46.6569 0 45V31Z" fill="#424242"/>
|
|
6
|
+
<rect x="8" y="36" width="12" height="4" rx="2" fill="#F9F9F9"/>
|
|
7
|
+
<rect x="24" y="36" width="40" height="4" rx="2" fill="#AAAAAA"/>
|
|
8
|
+
</svg>
|
|
9
|
+
`,settings:settings.ProductBundleDiscountSettings,ui:uiV1.default,uiV2:uiV2.default,editorConfigs:{placeholder:{flowTag:["Product"],notAppendTags:["ProductList","ProductBundleDiscount"]}},presets:[{id:"product-bundle-discount",name:{en:"Product Bundle Discount"},icon:{desktop:`
|
|
10
|
+
<svg width="72" height="52" viewBox="0 0 72 52" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11
|
+
<path d="M0 7C0 5.34315 1.34315 4 3 4H69C70.6569 4 72 5.34315 72 7V21C72 22.6569 70.6569 24 69 24H3C1.34315 24 0 22.6569 0 21V7Z" fill="#424242"/>
|
|
12
|
+
<rect x="8" y="12" width="12" height="4" rx="2" fill="#F9F9F9"/>
|
|
13
|
+
<rect x="24" y="12" width="40" height="4" rx="2" fill="#AAAAAA"/>
|
|
14
|
+
<path d="M0 31C0 29.3431 1.34315 28 3 28H69C70.6569 28 72 29.3431 72 31V45C72 46.6569 70.6569 48 69 48H3C1.34315 48 0 46.6569 0 45V31Z" fill="#424242"/>
|
|
15
|
+
<rect x="8" y="36" width="12" height="4" rx="2" fill="#F9F9F9"/>
|
|
16
|
+
<rect x="24" y="36" width="40" height="4" rx="2" fill="#AAAAAA"/>
|
|
17
|
+
</svg>
|
|
18
|
+
`},components:[{tag:"ProductBundleDiscount",settings:{childItem:[],layout:"vertical-layout"},childrens:[]}]},{id:"product-bundle-horizontal-discount",name:{en:"Product Bundle Discount"},icon:{desktop:`<svg width="72" height="52" viewBox="0 0 72 52" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19
|
+
<path d="M0 11C0 9.34315 1.34315 8 3 8H31C32.6569 8 34 9.34315 34 11V41C34 42.6569 32.6569 44 31 44H3C1.34315 44 0 42.6569 0 41V11Z" fill="#424242"/>
|
|
20
|
+
<rect x="11" y="16" width="12" height="4" rx="2" fill="#F9F9F9"/>
|
|
21
|
+
<rect x="5" y="24" width="24" height="4" rx="2" fill="#AAAAAA"/>
|
|
22
|
+
<rect x="11" y="32" width="12" height="4" rx="2" fill="#AAAAAA"/>
|
|
23
|
+
<path d="M38 11C38 9.34315 39.3431 8 41 8H69C70.6569 8 72 9.34315 72 11V41C72 42.6569 70.6569 44 69 44H41C39.3431 44 38 42.6569 38 41V11Z" fill="#424242"/>
|
|
24
|
+
<rect x="49" y="16" width="12" height="4" rx="2" fill="#F9F9F9"/>
|
|
25
|
+
<rect x="43" y="24" width="24" height="4" rx="2" fill="#AAAAAA"/>
|
|
26
|
+
<rect x="49" y="32" width="12" height="4" rx="2" fill="#AAAAAA"/>
|
|
27
|
+
</svg>
|
|
28
|
+
`},components:[{tag:"ProductBundleDiscount",settings:{childItem:[],layout:"horizontal-layout",enableIcon:!1},childrens:[]}]}]};exports.default=config;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const config={tag:"ProductBundleDiscountItem",label:"Bundle Item",settings:[],advanced:{w:"100%"},editorConfigs:{component:{noSetting:!0,noDelete:!0,noDuplicate:!0,noDragDrop:!0},slots:{children:!0},sideBar:{hide:!0},toolbar:{hide:!0},placeholder:{flowTag:["ProductBundleDiscount"],notAppendBeforeAfter:!0,notAppendLeftRight:!0}}};exports.default=config;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var verticalOne=require("../../../../settings/bundle-layout/vertical-one.js"),verticalTwo=require("../../../../settings/bundle-layout/vertical-two.js"),verticalThree=require("../../../../settings/bundle-layout/vertical-three.js"),horizontalThree=require("../../../../settings/bundle-layout/horizontal-three.js"),horizontalTwo=require("../../../../settings/bundle-layout/horizontal-two.js"),horizontalOne=require("../../../../settings/bundle-layout/horizontal-one.js");const ProductBundleDiscountSettings=[{id:"setting",controls:[{id:"enableDisplayCondition",type:"toggle",default:!0},{id:"childItem",label:"Item management",type:"product-bundle-child-item",default:[],childTemplate:{verticalOne:verticalOne.verticalOne,verticalTwo:verticalTwo.verticalTwo,verticalThree:verticalThree.verticalThree,horizontalOne:horizontalOne.horizontalOne,horizontalTwo:horizontalTwo.horizontalTwo,horizontalThree:horizontalThree.horizontalThree}},{id:"hideNoDiscountItem",default:!1,type:"select",options:[{label:"All bundle",value:!1},{label:"Hide all no-discount bundles",value:!0}]},{id:"bundleItems",type:"bundleItem",default:void 0},{id:"hasPreSelectItem",type:"toggle",default:!0},{id:"useProductCompareAtPrice",default:!1,type:"select",options:[{label:"Total product price",value:!1},{label:"Total product compare-at price",value:!0}]},{id:"selectItemDefault",type:"select-product-bundle",hide:!0,default:0},{id:"layout",label:"Layout",type:"layout-segment",iconViewBox:"0 0 120 80",enableItemBackground:!0,enableTooltip:!0,default:"vertical-layout",options:[{label:"Vertical layout",value:"vertical-layout",type:"product-bundle"},{label:"Horizontal layout",value:"horizontal-layout",type:"product-bundle"}]},{id:"enableIcon",type:"toggle",default:!0},{id:"iconPosition",label:"Layout",type:"option:illustration",default:"center",options:[{label:"Top",value:"baseline",svgName:"gp-bundle-horizontal-base-line-layout"},{label:"Center",value:"center",svgName:"gp-bundle-horizontal-center-layout"}]},{id:"iconHorizontalPosition",label:"Layout",type:"option:illustration",default:"center",options:[{label:"Left",value:"baseline",svgName:"gp-bundle-vertical-baseline-layout"},{label:"Center",value:"center",svgName:"gp-bundle-vertical-center-layout"}]},{id:"iconSize",type:"input:stepper",devices:{desktop:{default:24},tablet:{default:24},mobile:{default:24}},min:0},{id:"iconSpacing",type:"dropdown:input",hideUnit:!1,inputType:"number",default:"12px",displayOptions:[{label:"Small",value:"8px",showValue:!0},{label:"Medium",value:"16px",showValue:!0},{label:"Large",value:"24px",showValue:!0}]},{id:"iconItemColor",type:"color-picker-v2",label:"Icon",default:"line-2"}]},{id:"style",controls:[{id:"size",type:"size-setting",devices:{desktop:{default:{padding:{type:"custom",top:"24px",left:"16px",bottom:"24px",right:"16px"},gap:"12px",width:"100%"}}},settingConfig:{width:{name:"Width",displayOptions:["full"]},padding:{name:"Padding",paddingConfig:{small:{vertical:"8px",horizontal:"8px"},medium:{vertical:"16px",horizontal:"16px"},large:{vertical:"24px",horizontal:"24px"}}}},hiddenSettings:["shape","height"],hiddenShowMore:!0},{id:"behavior-state",type:"behavior-state",controls:[{id:"borderBundle",type:"border",label:"Border",default:{normal:{border:"solid",borderWidth:"1px",width:"1px 1px 1px 1px",color:"line-2",isCustom:!1},hover:{border:"solid",borderWidth:"1px",width:"1px 1px 1px 1px",color:"line-2",isCustom:!1},active:{border:"solid",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#FF614C",isCustom:!1}},state:{hover:!0,normal:!0,active:!0},compoDefaultValue:{hover:{border:"solid",borderWidth:"1px",width:"1px 1px 1px 1px",color:"line-3",isCustom:!1}}},{id:"iconColor",type:"color-picker-v2",label:"Icon",default:{normal:"line-2",active:"#FF614C"},state:{hover:!0,normal:!0,active:!0},compoDefaultValue:{hover:"text-3"}},{id:"backgroundColor",type:"color-picker-v2",label:"Background",default:{normal:"#FFFFFF",active:"#FFF2F0"},state:{hover:!0,normal:!0,active:!0},compoDefaultValue:{hover:"bg-2"}},{id:"hasBoxShadowBundle",type:"toggle",label:"Enable Button Shadow"},{id:"boxShadowBundle",type:"shadow-v2",default:{},state:{normal:!0,hover:!0,active:!0}},{id:"roundedBundle",type:"radius-preset",label:"Border Radius",default:{normal:{radiusType:"none"}},state:{hover:!0,normal:!0,active:!0}}]},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],default:"left"},{id:"enableHoverEffect",type:"toggle",default:!0},{id:"enableActiveEffect",type:"toggle",default:!0}]}];exports.ProductBundleDiscountSettings=ProductBundleDiscountSettings;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const SettingUIV1=[{type:"group",label:{en:"Item management"},controls:[{type:"control",layout:"vertical",setting:{id:"childItem"}}]},{type:"control",label:{en:"Use product compare-at price"},setting:{id:"useProductCompareAtPrice"}},{type:"control",label:{en:"Hide no-discount items"},setting:{id:"hideNoDiscountItem"}},{type:"group",label:{en:""},controls:[{type:"control",label:{en:"Pre-selected item"},setting:{id:"hasPreSelectItem"},options:{label:"large",styleControl:{width:"auto"}}},{type:"control",condition:"hasPreSelectItem == true",layout:"vertical",setting:{id:"selectItemDefault"},options:{styleControl:{"max-width":"100%"}}}]},{type:"group",controls:[{type:"control",label:{en:"Icon"},options:{label:"large"},setting:{id:"enableIcon"}},{type:"control",condition:'enableIcon == true && layout == "vertical-layout"',label:{en:"Icon position"},setting:{id:"iconPosition"}},{type:"control",condition:'enableIcon == true && layout == "horizontal-layout"',label:{en:"Icon position"},setting:{id:"iconHorizontalPosition"}},{type:"control",condition:"enableIcon == true",label:{en:"Icon size"},setting:{id:"iconSize"}},{type:"control",condition:"enableIcon == true",label:{en:"Icon spacing"},setting:{id:"iconSpacing"}}]},{label:{en:"Size"},type:"group",controls:[{type:"control",setting:{id:"size"},options:{noGap:!0}}]},{type:"group",label:{en:"Item states"},options:{labelSpacing:"small"},controls:[{type:"tab",controls:[{type:"group",label:{en:"Default"},controls:[{type:"control",label:{en:"Icon"},setting:{id:"iconColor",state:"normal"}},{type:"control",label:{en:"Background"},setting:{id:"backgroundColor",state:"normal"}},{type:"control",options:{labelPosition:"start"},label:{en:"Border"},setting:{id:"borderBundle",state:"normal"}},{type:"control",label:{en:"Corner"},setting:{id:"roundedBundle",state:"normal"}},{type:"control",label:{en:"Shadow"},setting:{id:"hasBoxShadowBundle",state:"normal"}},{type:"group",condition:"hasBoxShadowBundle.normal == true",controls:[{type:"control",layout:"vertical",setting:{id:"boxShadowBundle",state:"normal"}}]}]},{type:"group",label:{en:"Hover"},controls:[{type:"control",label:{en:"Icon"},setting:{id:"iconColor",state:"hover"}},{type:"control",label:{en:"Background"},setting:{id:"backgroundColor",state:"hover"}},{type:"control",options:{labelPosition:"start"},label:{en:"Border"},setting:{id:"borderBundle",state:"hover"}},{type:"control",label:{en:"Corner"},setting:{id:"roundedBundle",state:"hover"}},{type:"control",label:{en:"Shadow"},setting:{id:"hasBoxShadowBundle",state:"hover"}},{type:"group",condition:"hasBoxShadowBundle.hover == true",controls:[{type:"control",setting:{id:"boxShadowBundle",state:"hover"},layout:"vertical"}]}]},{type:"group",label:{en:"Active"},controls:[{type:"control",label:{en:"Icon"},setting:{id:"iconColor",state:"active"}},{type:"control",label:{en:"Background"},setting:{id:"backgroundColor",state:"active"}},{type:"control",options:{labelPosition:"start"},label:{en:"Border"},setting:{id:"borderBundle",state:"active"}},{type:"control",label:{en:"Corner"},setting:{id:"roundedBundle",state:"active"}},{type:"control",label:{en:"Shadow"},setting:{id:"hasBoxShadowBundle",state:"active"}},{type:"group",condition:"hasBoxShadowBundle.active == true",controls:[{type:"control",setting:{id:"boxShadowBundle",state:"active"},layout:"vertical"}]}]}]}]},{type:"control",label:{en:"Align"},options:{label:"large"},setting:{id:"align"}}];exports.default=SettingUIV1;
|