@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
|
+
import{ProductBadgeSettings as o}from"./product-badge/configs/settings.js";import{SettingUIV1 as t}from"./product-badge/configs/ui-v1.js";import{ProductBadgePreset as a}from"./product-badge/configs/presets.js";import{SettingUIV2 as s}from"./product-badge/configs/ui-v2.js";let config={tag:"ProductBadge",label:"Product Badge",icon:'<svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19.75 2A2.25 2.25 0 0 1 22 4.25v5.462a3.25 3.25 0 0 1-.952 2.298l-8.5 8.503a3.255 3.255 0 0 1-4.597.001L3.489 16.06a3.25 3.25 0 0 1-.003-4.596l8.5-8.51A3.25 3.25 0 0 1 14.284 2h5.465Zm0 1.5h-5.465c-.465 0-.91.185-1.239.513l-8.512 8.523a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.477 0l8.5-8.503a1.75 1.75 0 0 0 .513-1.237V4.25a.75.75 0 0 0-.75-.75ZM17 5.502a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z"/></svg>',settings:o,ui:t,uiV2:s,presets:a,advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}},editorConfigs:{placeholder:{flowTag:["ProductImagesV2","Product"],flowTagMessage:['Please <span class="font-bold">drop</span> Product Badge into a <span class="font-bold">Product Image, Product or Product List</span> element']}}};export{config as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{ProductButtonPresets as t}from"./product-button/configs/presets.js";import{SettingUIV1 as o}from"./product-button/configs/ui-v1.js";import{ProductButtonSettings as C}from"./product-button/configs/settings.js";import{SettingUIV2 as r}from"./product-button/configs/ui-v2.js";let config={tag:"ProductButton",label:"Add to Cart",icon:`
|
|
2
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M26.2219 24.8484C26.2219 24.1212 25.7241 23.6363 24.9775 23.6363C24.2308 23.6363 23.733 24.1212 23.733 24.8484C23.733 25.5757 24.2308 26.0606 24.9775 26.0606C25.7241 26.0606 26.2219 25.5757 26.2219 24.8484ZM16.2663 24.8484C16.2663 24.1212 15.7686 23.6363 15.0219 23.6363C14.2752 23.6363 13.7775 24.1212 13.7775 24.8484C13.7775 25.5757 14.2752 26.0606 15.0219 26.0606C15.7686 26.0606 16.2663 25.5757 16.2663 24.8484ZM14.0263 13.9394H25.8486L24.6041 18.7878H15.1463C14.8975 17.6969 14.3997 15.8787 14.0263 13.9394ZM28.9239 12.1394C29.0051 11.8231 28.7662 11.5151 28.4396 11.5151H13.4041C12.9063 9.33329 12.533 7.63632 12.533 7.63632L12.3805 7.04232C12.3238 6.82122 12.1245 6.66663 11.8962 6.66663H9.29967C9.02353 6.66663 8.79967 6.89048 8.79967 7.16663V8.59087C8.79967 8.86701 9.02353 9.09087 9.29967 9.09087H10.293C10.9152 11.8787 12.9063 20.2424 12.9063 20.2424L13.0588 20.8364C13.1156 21.0575 13.3148 21.2121 13.5431 21.2121H26.2074C26.4356 21.2121 26.6349 21.0575 26.6917 20.8364L28.9239 12.1394ZM38.1663 16.3636C38.4425 16.3636 38.6663 16.5875 38.6663 16.8636V32.8333C38.6663 33.1094 38.4425 33.3333 38.1663 33.3333H1.83301C1.55687 33.3333 1.33301 33.1094 1.33301 32.8333V16.8636C1.33301 16.5875 1.55687 16.3636 1.83301 16.3636H9.03402C9.26229 16.3636 9.46158 16.5182 9.51832 16.7393L9.88388 18.1635C9.96507 18.4799 9.72616 18.7878 9.39958 18.7878H3.8219V30.909H36.1775V18.7878H30.3509C30.0243 18.7878 29.7854 18.4799 29.8666 18.1635L30.2321 16.7393C30.2889 16.5182 30.4882 16.3636 30.7164 16.3636H38.1663Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`,settings:C,ui:o,uiV2:r,triggerEvent:["addToCart"],editorConfigs:{placeholder:{flowTag:["Product"]}},presets:t};export{config as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{SettingUIV2 as i}from"./product-description/configs/ui-v2.js";import{SettingUIV1 as o}from"./product-description/configs/ui-v1.js";import{ProductDescriptionSettings as t}from"./product-description/configs/settings.js";import{ProductDescriptionPreset as s}from"./product-description/configs/presets.js";let config={tag:"ProductDescription",label:"Product Description",icon:'<span style="font-size: 12px; line-height: 1.5; font-weight: 400;">Product description</span>',settings:t,ui:o,uiV2:i,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:s};export{config as default};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
let getDefaultResponsive=e=>({desktop:{default:e}}),config={tag:"ProductImages",label:"Product Images",icon:`
|
|
2
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M13.3337 14.6666C13.3337 16.1333 12.1337 17.3333 10.667 17.3333C9.20033 17.3333 8.00033 16.1333 8.00033 14.6666C8.00033 13.2 9.20033 12 10.667 12C12.1337 12 13.3337 13.2 13.3337 14.6666ZM27.3741 14.8404C26.9836 14.4499 26.3504 14.4499 25.9599 14.8404L16.667 24.1333L14.0346 21.6062C13.6442 21.2314 13.0267 21.2352 12.6409 21.6145L5.33366 28.8V9.33329H34.667V22.1333L27.3741 14.8404ZM34.667 30.6666H23.2003L18.5337 26L26.667 17.8666L34.667 25.8666V30.6666ZM7.33366 30.6666L13.467 24.6666L19.467 30.6666H7.33366ZM3.66699 6.66663C3.11471 6.66663 2.66699 7.11434 2.66699 7.66663V31.4666V32.3333C2.66699 32.8856 3.11471 33.3333 3.66699 33.3333H25.867H36.3337C36.8859 33.3333 37.3337 32.8856 37.3337 32.3333V30.6666V28.5333V24.8V7.66662C37.3337 7.11434 36.8859 6.66663 36.3337 6.66663H3.66699Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`,settings:[{id:"setting",controls:[{id:"featured-image",type:"group",label:"Featured Image",controls:[{id:"featureImageVisible",label:"Visible",type:"toggle",devices:getDefaultResponsive(!0)},{id:"hoverEffect",label:"Hover Effect",type:"select",hide:!0,hideOnMode:{mobileOnly:!0},options:[{label:"None",value:"none"},{label:"Zoom",value:"zoom"},{label:"Show other image",value:"other"}],default:"none"},{id:"zoomType",type:"select",label:"Zoom Type",hide:!0,default:"default",hideOnMode:{mobileOnly:!0},options:[{label:"Default",value:"default"},{label:"Glasses",value:"glasses"}]},{id:"zoom",type:"range",label:"Zoom Value",min:100,max:200,step:10,default:150,units:["%"],useOnlyUnitInit:!0},{id:"otherImage",label:"Other image",type:"select",options:[{label:"Image 1",value:0},{label:"Image 2",value:1},{label:"Image 3",value:2},{label:"Image 4",value:3}],default:0},{id:"clickEffect",label:"Click Effect",type:"select",options:[{label:"None",value:"none"},{label:"Open view image",value:"popup"}],default:"none"}]},{id:"gallery-images",type:"group",label:"Gallery Images",controls:[{id:"galleryVisible",label:"Visible",type:"toggle",devices:getDefaultResponsive(!0)},{id:"type",label:"Gallery Type",type:"segment",hide:!0,options:[{label:"Show all",value:"images"},{label:"Slider",value:"slider"}],devices:getDefaultResponsive("images")},{id:"largeViewInPopup",label:"Large view in pop-up",type:"select",options:[{label:"None",value:!1},{label:"View in pop-up",value:!0}],devices:getDefaultResponsive(!1)},{id:"slidesToShow",type:"input:number",min:1,hide:!0,devices:{desktop:{default:5},tablet:{default:5},mobile:{default:3}}},{id:"numberPerRow",type:"input:number",label:"Item per row",hide:!0,devices:{desktop:{default:5},tablet:{default:5},mobile:{default:5}}},{id:"showActiveStatus",label:"Show Active Status",type:"toggle",default:!0},{id:"controlOverContent",label:"Control Over Contents",type:"segment",options:[{label:"Inside",value:!0},{label:"Outside",value:!1}],devices:getDefaultResponsive(!0)},{id:"dot",label:"Dot",hide:!0,type:"toggle",devices:getDefaultResponsive(!1)},{id:"arrow",label:"Next & Previous",type:"toggle",hide:!0,devices:getDefaultResponsive(!0)},{id:"loop",type:"toggle",devices:getDefaultResponsive(!1)},{id:"pauseOnHover",label:"Pause On Hover",type:"toggle",hide:!0,default:!0},{id:"speed",type:"range",label:"Speed (s)",hide:!0,min:0,max:60,step:1,default:1},{id:"arrowIcon",type:"icon",hide:!0,label:"Custom Arrow",info:"Choose from list or paste any SVG icon",default:`<svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<rect width="32" height="32" rx="16" fill="white"/>
|
|
7
|
+
<path d="M12.7434 20.8964C12.4176 21.2223 12.4176 21.7506 12.7434 22.0764C13.0693 22.4023 13.5976 22.4023 13.9234 22.0764L19.6227 16.3771C19.8311 16.1687 19.8311 15.8308 19.6227 15.6224L13.9234 9.9231C13.5976 9.59725 13.0693 9.59725 12.7434 9.9231C12.4176 10.2489 12.4176 10.7772 12.7434 11.1031L17.6401 15.9998L12.7434 20.8964Z" fill="black"/>
|
|
8
|
+
</svg>
|
|
9
|
+
`},{id:"dragToScroll",label:"Drag to scroll",type:"toggle",hide:!0,default:!0}]}]},{id:"style",controls:[{id:"dimensions",type:"group",label:"Featured Image",controls:[{id:"ftAspectRatio",type:"select",label:"Aspect Ratio",options:[{label:"Auto",value:"auto"},{label:"1:1",value:"1"},{label:"3:2",value:"3/2"},{label:"4:3",value:"4/3"},{label:"16:9",value:"16/9"},{label:"21:9",value:"21/9"},{label:"2:3",value:"2/3"},{label:"3:4",value:"3/4"},{label:"9:16",value:"9/16"},{label:"Custom",value:"custom"}],devices:getDefaultResponsive("1")},{id:"ftCustomAspectRadio",type:"ratio",min:1,devices:{desktop:{default:{width:"1",height:"1"}}},hide:!0},{id:"ftLayout",type:"select",label:"Object Fit",options:[{label:"Cover",value:"cover"},{label:"Contain",value:"contain"},{label:"Fill",value:"fill"},{label:"Scale down",value:"scale-down"},{label:"None",value:"none"}],devices:getDefaultResponsive("cover")},{id:"ftFullWidth",label:"Full Width",type:"toggle",devices:getDefaultResponsive(!0)},{id:"ftWidth",type:"input:unit",label:"Width",min:0,units:["px","%"],hide:!0,devices:getDefaultResponsive("100%")},{id:"ftWidthHorizontalLayout",type:"input:unit",label:"Width",min:0,units:["px","%"],hide:!0,devices:getDefaultResponsive("80%")},{id:"ftAlign",label:"Alignment",type:"segment",options:[{label:"Start",value:"flex-start",type:"align-flex",tooltip:"Align left"},{label:"Center",value:"center",type:"align-flex",tooltip:"Align center"},{label:"End",value:"flex-end",type:"align-flex",tooltip:"Align right"}],devices:getDefaultResponsive("center")}]},{id:"galleryStyles",type:"group",label:"Gallery",controls:[{id:"aspectRatio",type:"select",label:"Aspect Ratio",options:[{label:"Auto",value:"auto"},{label:"1:1",value:"1"},{label:"3:2",value:"3/2"},{label:"4:3",value:"4/3"},{label:"16:9",value:"16/9"},{label:"21:9",value:"21/9"},{label:"2:3",value:"2/3"},{label:"3:4",value:"3/4"},{label:"9:16",value:"9/16"},{label:"Custom",value:"custom"}],devices:getDefaultResponsive("1")},{id:"customAspectRadio",type:"ratio",min:1,devices:{desktop:{default:{width:"1",height:"1"}}},hide:!0},{id:"layout",type:"select",label:"Object Fit",options:[{label:"Cover",value:"cover"},{label:"Contain",value:"contain"},{label:"Fill",value:"fill"},{label:"Scale down",value:"scale-down"},{label:"None",value:"none"}],devices:getDefaultResponsive("cover")},{id:"fullWidth",label:"Full Width",type:"toggle",devices:getDefaultResponsive(!0)},{id:"width",type:"input:unit",label:"Width",min:0,units:["px","%"],hide:!0,devices:getDefaultResponsive("100%")},{id:"widthHorizontalLayout",type:"input:unit",label:"Width",min:0,units:["px","%"],devices:getDefaultResponsive("20%")},{id:"height",type:"input:unit",label:"Height",units:["px"],emptyOnClear:!0,placeholder:"Auto",devices:{desktop:{default:void 0},mobile:{default:void 0},tablet:{default:void 0}}},{id:"align",label:"Alignment",type:"segment",options:[{label:"Start",value:"flex-start",type:"align-flex"},{label:"Center",value:"center",type:"align-flex"},{label:"End",value:"flex-end",type:"align-flex"}],devices:getDefaultResponsive("flex-start")},{id:"position",label:"Layout",type:"layout-segment",options:[{label:"Bottom",value:"bottom-left",type:"box-align"},{label:"Bottom",value:"bottom-center",type:"box-align"},{label:"Left",value:"left",type:"box-align"},{label:"Right",value:"right",type:"box-align"}],devices:{desktop:{default:"bottom-left"}}},{id:"gallerySpacing",label:"Gallery Spacing",type:"input:unit-spacing",units:["px"],devices:{desktop:{default:"var(--g-s-s)"},mobile:{default:"var(--g-s-s)"}}},{id:"spacing",label:"Spacing Item",type:"input:unit-spacing",units:["px"],devices:{desktop:{default:"var(--g-s-s)"},mobile:{default:"var(--g-s-s)"}}}]},{id:"verticalLayout",label:"Vertical layout",type:"toggle",hide:!0,devices:getDefaultResponsive(!1)},{id:"verticalLayoutRow",label:"Vertical layout",type:"toggle",hide:!0,devices:getDefaultResponsive(!0)},{id:"dotColor",type:"colorpicker",label:"Dot color",hide:!0,devices:{desktop:{default:"bg-1"}}},{id:"dotActiveColor",type:"colorpicker",label:"Dot color active",hide:!0,devices:{desktop:{default:"line-3"}}}]}],ui:[{type:"group",label:{en:""},controls:[{type:"control",label:{en:"Featured image"},options:{label:"large"},setting:{id:"featureImageVisible"}},{type:"control",label:{en:"Hover effect"},condition:"featureImageVisible == true",setting:{id:"hoverEffect"}},{type:"control",label:{en:"Zoom type"},condition:'featureImageVisible == true && hoverEffect == "zoom"',setting:{id:"zoomType"}},{type:"control",label:{en:"Zoom value"},condition:'featureImageVisible == true && hoverEffect == "zoom"',setting:{id:"zoom"}},{type:"control",label:{en:"Other image"},condition:'featureImageVisible == true && hoverEffect == "other"',setting:{id:"otherImage"}},{type:"control",label:{en:"Click effect"},condition:"featureImageVisible == true",setting:{id:"clickEffect"}},{type:"control",label:{en:"Ratio"},condition:"featureImageVisible == true",setting:{id:"ftAspectRatio"}},{type:"control",condition:'ftAspectRatio == "custom" && featureImageVisible == true',setting:{id:"ftCustomAspectRadio"}},{type:"control",condition:"featureImageVisible == true",label:{en:"Image scale"},setting:{id:"ftLayout"}},{type:"control",label:{en:"Width"},condition:'featureImageVisible == true && (position == "bottom-left" || position == "bottom-center" || galleryVisible == false)',setting:{id:"ftWidth"}},{type:"control",label:{en:"Width"},condition:'featureImageVisible == true && (position == "left" || position == "right") && galleryVisible == true',setting:{id:"ftWidthHorizontalLayout"}}]},{type:"group",label:{en:""},controls:[{type:"control",label:{en:"Gallery image"},options:{label:"large"},setting:{id:"galleryVisible"}},{type:"control",label:{en:"Layout"},layout:"vertical",condition:"galleryVisible == true",setting:{id:"position"}},{type:"control",label:{en:"Display type"},condition:'galleryVisible == true && position !== "left" && position !== "right"',setting:{id:"type"}},{type:"control",label:{en:"Item per line"},condition:'galleryVisible == true && type == "images" && position !== "left" && position !== "right"',setting:{id:"numberPerRow"}},{type:"control",label:{en:"Item per slide"},condition:'galleryVisible == true && type == "slider" && position !== "left" && position !== "right"',setting:{id:"slidesToShow"}},{type:"control",label:{en:"Active status"},condition:"galleryVisible == true",setting:{id:"showActiveStatus"}},{type:"control",label:{en:"Click effect"},condition:"galleryVisible == true",setting:{id:"largeViewInPopup"}},{type:"control",label:{en:"Drag to scroll"},condition:'galleryVisible == true && (type == "slider" || position == "left" || position == "right")',setting:{id:"dragToScroll"}},{type:"control",label:{en:"Loop"},condition:'galleryVisible == true && (type == "slider" || position == "left" || position == "right")',setting:{id:"loop"}},{type:"control",label:{en:"Next & previous"},condition:'galleryVisible == true && (type == "slider" || position == "left" || position == "right")',setting:{id:"arrow"}},{type:"control",label:{en:"Position"},condition:'galleryVisible == true && (type == "slider" || position == "left" || position == "right") && arrow == true',setting:{id:"controlOverContent"}},{type:"control",layout:"vertical",condition:'galleryVisible == true && (type == "slider" || position == "left" || position == "right") && arrow == true',setting:{id:"arrowIcon"}},{type:"control",label:{en:"Ratio"},condition:"galleryVisible == true",setting:{id:"aspectRatio"}},{type:"control",condition:'galleryVisible == true && aspectRatio == "custom"',setting:{id:"customAspectRadio"}},{type:"control",label:{en:"Aspect height"},condition:'galleryVisible == true && aspectRatio == "custom"',setting:{id:"aspectHeight"}},{type:"control",label:{en:"Image scale"},condition:"galleryVisible == true",setting:{id:"layout"}},{type:"control",label:{en:"Width"},condition:'galleryVisible == true && (position == "bottom-left" || position == "bottom-center" || featureImageVisible == false)',setting:{id:"width"}},{type:"control",label:{en:"Width"},condition:'galleryVisible == true && (position == "left" || position == "right") && featureImageVisible == true',setting:{id:"widthHorizontalLayout"}},{type:"control",label:{en:"Height"},condition:'galleryVisible == true && type == "slider"',setting:{id:"height"}},{type:"control",label:{en:"Spacing"},condition:"galleryVisible == true",setting:{id:"gallerySpacing"}},{type:"control",label:{en:"Item spacing"},condition:"galleryVisible == true",setting:{id:"spacing"}}]},{type:"control",label:{en:"Align"},setting:{id:"align"}}],editorConfigs:{placeholder:{flowTag:["Product"]}},presets:[{id:"product-image",name:{en:"Product Images"},icon:{desktop:`
|
|
10
|
+
<svg width="70" height="48" viewBox="0 0 70 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11
|
+
<rect x="10" width="10" height="10" rx="3" transform="rotate(90 10 0)" fill="#494949"/>
|
|
12
|
+
<rect x="10" y="12" width="10" height="10" rx="3" transform="rotate(90 10 12)" fill="#494949"/>
|
|
13
|
+
<rect x="10" y="24" width="10" height="10" rx="3" transform="rotate(90 10 24)" fill="#494949"/>
|
|
14
|
+
<rect x="14" width="56" height="48" rx="3" fill="#494949"/>
|
|
15
|
+
<path d="M34.5 18.766L39.495 17.0288C39.495 17.0288 40.1024 18.4454 42.005 18.4454C43.9076 18.4454 44.5083 17 44.5083 17L49.5 18.766L48.6692 23.1222H46.1642V31H37.825V23.1196H35.3325L34.5 18.766Z" fill="#D6D6D6"/>
|
|
16
|
+
</svg>
|
|
17
|
+
`},components:[{tag:"ProductImages",styles:{position:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]},{id:"product-image-vertical",name:{en:"Product Images"},icon:{desktop:`
|
|
18
|
+
<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19
|
+
<rect x="24.5" width="47" height="34" rx="3" fill="#494949"/>
|
|
20
|
+
<path d="M40.5 11.766L45.495 10.0288C45.495 10.0288 46.1024 11.4454 48.005 11.4454C49.9076 11.4454 50.5083 10 50.5083 10L55.5 11.766L54.6692 16.1222H52.1642V24H43.825V16.1196H41.3325L40.5 11.766Z" fill="#D6D6D6"/>
|
|
21
|
+
<rect x="31" y="38" width="10" height="10" rx="3" fill="#494949"/>
|
|
22
|
+
<rect x="43" y="38" width="10" height="10" rx="3" fill="#494949"/>
|
|
23
|
+
<rect x="55" y="38" width="10" height="10" rx="3" fill="#494949"/>
|
|
24
|
+
</svg>
|
|
25
|
+
`},components:[{tag:"ProductImages",styles:{position:{desktop:"bottom-center"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}]};export{config as default};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{ProductListPreset as o}from"./product-list/configs/presets.js";import{SettingUIV1 as t}from"./product-list/configs/ui-v1.js";import{ProductListSettingsV2 as r}from"./product-list/configs/settings-v2.js";import{SettingUIV2 as C}from"./product-list/configs/ui-v2.js";let config={tag:"ProductList",label:"Product List",icon:`
|
|
2
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9075 7.10422C14.6295 6.47277 13.981 6.06462 13.268 6.12193C12.8111 6.15866 12.0129 6.23149 11.1972 6.34772C10.4162 6.459 9.4973 6.62566 8.86739 6.88284C8.4425 7.05632 7.96973 7.41721 7.56476 7.7561C7.12514 8.12398 6.63889 8.57624 6.16347 9.03928C5.21082 9.96712 4.25521 10.9838 3.72156 11.5611C3.02665 12.3128 3.18213 13.4862 4.00429 14.0501L7.14594 16.205V26.2444C7.14594 27.1568 7.8833 27.9057 8.80445 27.9057H23.246C24.1672 27.9057 24.9045 27.1568 24.9045 26.2444V16.205L28.0603 14.0405C28.8678 13.4866 29.0361 12.3395 28.3699 11.5829C27.861 11.005 26.9438 9.98417 26.0115 9.05136C25.5463 8.58586 25.0644 8.12923 24.6192 7.75674C24.2068 7.41161 23.7187 7.04517 23.2589 6.87191C22.0504 6.41643 20.0388 6.19802 19.2897 6.12638C18.6177 6.06213 17.9943 6.4147 17.6856 6.98594L16.1261 9.87237L14.9075 7.10422ZM11.5075 8.52572C12.0668 8.44603 12.6236 8.38769 13.0516 8.3486L14.5589 11.7725C15.1148 13.0353 16.8782 13.1086 17.535 11.8929L19.4471 8.35398C20.3297 8.45016 21.7155 8.64129 22.4831 8.93056C22.5609 8.9599 22.7999 9.10299 23.2073 9.44391C23.582 9.75746 24.0125 10.1634 24.4555 10.6066C25.1311 11.2825 25.8054 12.0148 26.3079 12.5747L23.426 14.5514C22.9732 14.862 22.7045 15.3755 22.7045 15.9221V25.7057H9.34594V15.9221C9.34594 15.3755 9.07722 14.862 8.62448 14.5514L5.76791 12.592C6.29559 12.03 7.00098 11.2946 7.69845 10.6153C8.1553 10.1703 8.59719 9.76082 8.97664 9.44329C9.16639 9.2845 9.33077 9.15694 9.46645 9.06238C9.53381 9.01545 9.58879 8.98036 9.63189 8.95523C9.65312 8.94286 9.66967 8.93395 9.68177 8.92783C9.69405 8.92163 9.69897 8.91962 9.69897 8.91962C10.0488 8.7768 10.7201 8.63792 11.5075 8.52572Z" fill="currentColor"/>
|
|
4
|
+
<path d="M30.2528 21.8121C29.8846 21.8121 29.5862 21.5136 29.5862 21.1454V20.0645C29.5862 19.6963 29.8846 19.3978 30.2528 19.3978H36.3481C36.7163 19.3978 37.0147 19.6963 37.0147 20.0645V21.1454C37.0147 21.5136 36.7163 21.8121 36.3481 21.8121H30.2528Z" fill="currentColor"/>
|
|
5
|
+
<path d="M30.2528 27.8478C29.8846 27.8478 29.5862 27.5493 29.5862 27.1811V26.1002C29.5862 25.732 29.8846 25.4335 30.2528 25.4335H36.3481C36.7163 25.4335 37.0147 25.732 37.0147 26.1002V27.1811C37.0147 27.5493 36.7163 27.8478 36.3481 27.8478H30.2528Z" fill="currentColor"/>
|
|
6
|
+
<path d="M7.96712 33.8834C7.59893 33.8834 7.30046 33.5849 7.30046 33.2168V32.1358C7.30046 31.7676 7.59893 31.4692 7.96712 31.4692H36.3481C36.7163 31.4692 37.0147 31.7676 37.0147 32.1358V33.2168C37.0147 33.5849 36.7163 33.8834 36.3481 33.8834H7.96712Z" fill="currentColor"/>
|
|
7
|
+
</svg>
|
|
8
|
+
`,settings:r,ui:t,uiV2:C,presets:o,editorConfigs:{slots:{children:!0},toolbar:{parent:!0},placeholder:{notAppendTags:["Product","ProductList","ContactForm","Newsletter","MarqueeItem","Marquee"]}},locales:{editor:{en:{product_not_found:"Product Not Found!",no_products_found:"No products found!",no_related_products:"No related products!"}}}};export{config as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{SettingUIV2 as o}from"./product-price/configs/ui-v2.js";import{SettingUIV1 as i}from"./product-price/configs/ui-v1.js";import{ProductPriceSettings as r}from"./product-price/configs/settings.js";import{ProductPricePreset as t}from"./product-price/configs/presets.js";let config={tag:"ProductPrice",label:"Product Price",icon:`
|
|
2
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M36.1267 28.2963H24.6981V25.926C25.9679 25.6889 27.7457 24.6223 27.7457 22.2519C27.7457 21.0667 27.3648 20.2371 26.7298 19.6445C25.8409 18.8149 24.8251 18.8149 24.6981 18.8149H22.1584C22.1584 18.8149 21.9044 18.8149 21.7775 18.6963C21.5235 18.4593 21.5235 18.1037 21.5235 17.7482C21.5235 16.8 22.0314 16.563 22.4124 16.4445H26.8648C27.1409 16.4445 27.3648 16.2206 27.3648 15.9445V14.5741C27.3648 14.298 27.1409 14.0741 26.8648 14.0741H24.8251V11.7037H36.2536V28.2963H36.1267ZM13.7775 28.2963L4.88856 20L13.7775 11.7037H22.1584V14.0741C20.8886 14.1926 18.8568 15.2593 18.8568 17.7482C18.8568 19.0519 19.3648 19.8815 19.8727 20.3556C20.7616 21.1852 22.0314 21.1852 22.1584 21.1852H24.6981C25.206 21.1852 25.206 21.8963 25.206 22.2519C25.206 23.2 24.6981 23.4371 24.3171 23.5556H20.1187C19.8426 23.5556 19.6187 23.7795 19.6187 24.0556V25.426C19.6187 25.7021 19.8426 25.926 20.1187 25.926H22.1584V28.2963H13.7775ZM12.9587 9.33337C12.832 9.33337 12.7101 9.38143 12.6175 9.46785L1.72465 19.6345C1.51286 19.8322 1.51286 20.1679 1.72464 20.3656L12.6175 30.5322C12.7101 30.6186 12.832 30.6667 12.9587 30.6667H38.1663C38.4425 30.6667 38.6663 30.4428 38.6663 30.1667V9.83337C38.6663 9.55723 38.4425 9.33337 38.1663 9.33337H12.9587Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`,settings:r,ui:i,uiV2:o,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:t};export{config as default};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{ProductPropertiesPreset as C}from"./product-properties/configs/presets.js";import{SettingUIV1 as o}from"./product-properties/configs/ui-v1.js";import{SettingUIV2 as r}from"./product-properties/configs/ui-v2.js";import{ProductPropertiesSettingsV2 as t}from"./product-properties/configs/settings-v2.js";let config={tag:"ProductProperties",label:"Product Custom Field",icon:`
|
|
2
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9075 7.10422C14.6295 6.47277 13.981 6.06462 13.268 6.12193C12.8111 6.15866 12.0129 6.23149 11.1972 6.34772C10.4162 6.459 9.4973 6.62566 8.86739 6.88284C8.4425 7.05632 7.96973 7.41721 7.56476 7.7561C7.12514 8.12398 6.63889 8.57624 6.16347 9.03928C5.21082 9.96712 4.25521 10.9838 3.72156 11.5611C3.02665 12.3128 3.18213 13.4862 4.00429 14.0501L7.14594 16.205V26.2444C7.14594 27.1568 7.8833 27.9057 8.80445 27.9057H23.246C24.1672 27.9057 24.9045 27.1568 24.9045 26.2444V16.205L28.0603 14.0405C28.8678 13.4866 29.0361 12.3395 28.3699 11.5829C27.861 11.005 26.9438 9.98417 26.0115 9.05136C25.5463 8.58586 25.0644 8.12923 24.6192 7.75674C24.2068 7.41161 23.7187 7.04517 23.2589 6.87191C22.0504 6.41643 20.0388 6.19802 19.2897 6.12638C18.6177 6.06213 17.9943 6.4147 17.6856 6.98594L16.1261 9.87237L14.9075 7.10422ZM11.5075 8.52572C12.0668 8.44603 12.6236 8.38769 13.0516 8.3486L14.5589 11.7725C15.1148 13.0353 16.8782 13.1086 17.535 11.8929L19.4471 8.35398C20.3297 8.45016 21.7155 8.64129 22.4831 8.93056C22.5609 8.9599 22.7999 9.10299 23.2073 9.44391C23.582 9.75746 24.0125 10.1634 24.4555 10.6066C25.1311 11.2825 25.8054 12.0148 26.3079 12.5747L23.426 14.5514C22.9732 14.862 22.7045 15.3755 22.7045 15.9221V25.7057H9.34594V15.9221C9.34594 15.3755 9.07722 14.862 8.62448 14.5514L5.76791 12.592C6.29559 12.03 7.00098 11.2946 7.69845 10.6153C8.1553 10.1703 8.59719 9.76082 8.97664 9.44329C9.16639 9.2845 9.33077 9.15694 9.46645 9.06238C9.53381 9.01545 9.58879 8.98036 9.63189 8.95523C9.65312 8.94286 9.66967 8.93395 9.68177 8.92783C9.69405 8.92163 9.69897 8.91962 9.69897 8.91962C10.0488 8.7768 10.7201 8.63792 11.5075 8.52572Z" fill="currentColor"/>
|
|
4
|
+
<path d="M30.2528 21.8121C29.8846 21.8121 29.5862 21.5136 29.5862 21.1454V20.0645C29.5862 19.6963 29.8846 19.3978 30.2528 19.3978H36.3481C36.7163 19.3978 37.0147 19.6963 37.0147 20.0645V21.1454C37.0147 21.5136 36.7163 21.8121 36.3481 21.8121H30.2528Z" fill="currentColor"/>
|
|
5
|
+
<path d="M30.2528 27.8478C29.8846 27.8478 29.5862 27.5493 29.5862 27.1811V26.1002C29.5862 25.732 29.8846 25.4335 30.2528 25.4335H36.3481C36.7163 25.4335 37.0147 25.732 37.0147 26.1002V27.1811C37.0147 27.5493 36.7163 27.8478 36.3481 27.8478H30.2528Z" fill="currentColor"/>
|
|
6
|
+
<path d="M7.96712 33.8834C7.59893 33.8834 7.30046 33.5849 7.30046 33.2168V32.1358C7.30046 31.7676 7.59893 31.4692 7.96712 31.4692H36.3481C36.7163 31.4692 37.0147 31.7676 37.0147 32.1358V33.2168C37.0147 33.5849 36.7163 33.8834 36.3481 33.8834H7.96712Z" fill="currentColor"/>
|
|
7
|
+
</svg>
|
|
8
|
+
`,settings:t,ui:o,uiV2:r,editorConfigs:{slots:{children:!1},placeholder:{flowTag:["Product"]}},presets:C};export{config as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{ProductQuantityPresets as t}from"./product-quantity/configs/presets.js";import{ProductQuantitySettings as i}from"./product-quantity/configs/settings.js";import{SettingUIV1 as o}from"./product-quantity/configs/ui-v1.js";import{SettingUIV2 as r}from"./product-quantity/configs/ui-v2.js";let config={tag:"ProductQuantity",label:"Product Quantity",icon:`
|
|
2
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M20.2125 10C20.0765 10 19.9464 10.0554 19.8521 10.1534L16.6398 13.494C16.4382 13.7036 16.4574 14.0404 16.6815 14.2258L17.8819 15.2187C18.0908 15.3916 18.3995 15.3664 18.5776 15.1619L19.9997 13.5294V21.2647C19.9997 21.5408 20.2235 21.7647 20.4997 21.7647H21.9886C22.2647 21.7647 22.4886 21.5408 22.4886 21.2647V10.5C22.4886 10.2239 22.2647 10 21.9886 10H20.2125ZM34.1886 12.3529C33.9124 12.3529 33.6886 12.5768 33.6886 12.8529V14.7059H31.6997C31.4235 14.7059 31.1997 14.9297 31.1997 15.2059V16.5588C31.1997 16.835 31.4235 17.0588 31.6997 17.0588H33.6886V18.9118C33.6886 19.1879 33.9124 19.4118 34.1886 19.4118H35.6775C35.9536 19.4118 36.1775 19.1879 36.1775 18.9118V17.0588H38.1663C38.4425 17.0588 38.6663 16.835 38.6663 16.5588V15.2059C38.6663 14.9297 38.4425 14.7059 38.1663 14.7059H36.1775V12.8529C36.1775 12.5768 35.9536 12.3529 35.6775 12.3529H34.1886ZM1.33301 16.5588C1.33301 16.835 1.55687 17.0588 1.83301 17.0588H8.29967C8.57582 17.0588 8.79967 16.835 8.79967 16.5588V15.2059C8.79967 14.9297 8.57582 14.7059 8.29967 14.7059H1.83301C1.55687 14.7059 1.33301 14.9297 1.33301 15.2059V16.5588ZM1.33301 29.5C1.33301 29.7761 1.55687 30 1.83301 30H38.1663C38.4425 30 38.6663 29.7761 38.6663 29.5V28.1471C38.6663 27.8709 38.4425 27.6471 38.1663 27.6471H1.83301C1.55687 27.6471 1.33301 27.8709 1.33301 28.1471V29.5Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`,settings:i,ui:o,uiV2:r,triggerEvent:["increment","decrement"],editorConfigs:{placeholder:{flowTag:["Product"]}},presets:t};export{config as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{SettingUIV2 as o}from"./product-discount-tag/configs/ui-v2.js";import{ProductDiscountTagSettings as t}from"./product-discount-tag/configs/settings.js";import{SettingUIV1 as i}from"./product/configs/ui-v1.js";let config={tag:"ProductTag",label:"Discount Tag",icon:'<svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19.75 2A2.25 2.25 0 0 1 22 4.25v5.462a3.25 3.25 0 0 1-.952 2.298l-8.5 8.503a3.255 3.255 0 0 1-4.597.001L3.489 16.06a3.25 3.25 0 0 1-.003-4.596l8.5-8.51A3.25 3.25 0 0 1 14.284 2h5.465Zm0 1.5h-5.465c-.465 0-.91.185-1.239.513l-8.512 8.523a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.477 0l8.5-8.503a1.75 1.75 0 0 0 .513-1.237V4.25a.75.75 0 0 0-.75-.75ZM17 5.502a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z"/></svg>',settings:t,ui:i,uiV2:o,editorConfigs:{placeholder:{flowTag:["Product"]}}};export{config as default};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import{SettingUIV2 as t}from"./product-title/configs/ui-v2.js";import{SettingUIV1 as o}from"./product-title/configs/ui-v1.js";import{ProductTitleSettings as i}from"./product-title/configs/settings.js";import{ProductTitlePreset as r}from"./product-title/configs/presets.js";let config={tag:"ProductTitle",label:"Product Title",icon:`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M4.31507 1.5C4.00299 1.5 3.75 1.7641 3.75 2.08989V4.92135C3.75 5.24713 4.00299 5.51124 4.31507 5.51124H5.21918C5.53125 5.51124 5.78425 5.24713 5.78425 4.92135V3.6236H10.9829V20.3764H9.73973C9.42769 20.3764 9.17466 20.6405 9.17466 20.9663V21.9101C9.17466 22.2359 9.42769 22.5 9.73973 22.5H14.2603C14.5723 22.5 14.8253 22.2359 14.8253 21.9101V20.9663C14.8253 20.6405 14.5723 20.3764 14.2603 20.3764H13.0171V3.6236H18.2158V4.92135C18.2158 5.24714 18.4688 5.51124 18.7808 5.51124H19.6849C19.997 5.51124 20.25 5.24714 20.25 4.92135V2.08989C20.25 1.7641 19.997 1.5 19.6849 1.5H4.31507Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
|
|
6
|
+
`,settings:i,ui:o,uiV2:t,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:r,locales:{editor:{en:{product_not_found:"Product Not Found"}}}};export{config as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{ProductVariantPreset as t}from"./product-variant/configs/presets.js";import{ProductVariantSettings as o}from"./product-variant/configs/settings.js";import{SettingUIV1 as e}from"./product-variant/configs/ui-v1.js";import{SettingUIV2 as i}from"./product-variant/configs/ui-v2.js";let config={tag:"ProductVariants",label:"Product Variants & Swatches",icon:`
|
|
2
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.33301 9.16663C1.33301 8.89048 1.55687 8.66663 1.83301 8.66663H14.833C15.1091 8.66663 15.333 8.89048 15.333 9.16663V17.7105C15.333 17.9866 15.1091 18.2105 14.833 18.2105H1.83301C1.55687 18.2105 1.33301 17.9866 1.33301 17.7105V9.16663ZM3.66634 15.8245H12.9997V11.0526H3.66634V15.8245ZM18.833 9.16663C18.833 8.89048 19.0569 8.66663 19.333 8.66663H32.333C32.6091 8.66663 32.833 8.89048 32.833 9.16663V17.7105C32.833 17.9866 32.6091 18.2105 32.333 18.2105H19.333C19.0569 18.2105 18.833 17.9866 18.833 17.7105V9.16663ZM21.1663 15.8245H30.4997V11.0526H21.1663V15.8245ZM7.16634 30.8333C7.16634 31.1094 7.3902 31.3333 7.66634 31.3333H20.6663C20.9425 31.3333 21.1663 31.1094 21.1663 30.8333V22.2894C21.1663 22.0133 20.9425 21.7894 20.6663 21.7894H7.66634C7.3902 21.7894 7.16634 22.0133 7.16634 22.2894V30.8333ZM9.49967 24.1754H18.833V28.9473H9.49967V24.1754ZM25.1663 31.3333C24.8902 31.3333 24.6663 31.1094 24.6663 30.8333V22.2894C24.6663 22.0133 24.8902 21.7894 25.1663 21.7894H38.1663C38.4425 21.7894 38.6663 22.0133 38.6663 22.2894V30.8333C38.6663 31.1094 38.4425 31.3333 38.1663 31.3333H25.1663ZM26.9997 28.9473H36.333V24.1754H26.9997V28.9473Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`,settings:o,ui:e,uiV2:i,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:t,locales:{editor:{en:{please_select:"Please select an option"}}}};export{config as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{ProductViewMorePreset as C}from"./product-view-more/configs/presets.js";import{ProductViewMoreSettings as o}from"./product-view-more/configs/settings.js";import{SettingUIV1 as i}from"./product-view-more/configs/ui-v1.js";import{SettingUIV2 as e}from"./product-view-more/configs/ui-v2.js";let config={tag:"ProductViewMore",label:"Product View More",icon:`<svg width="96" height="36" viewBox="0 0 96 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="96" height="36" rx="3" fill="#424242"/>
|
|
3
|
+
<path d="M19.4616 13.2727L22.0526 20.6193H22.1548L24.7457 13.2727H25.8537L22.6491 22H21.5582L18.3537 13.2727H19.4616ZM27.0767 22V15.4545H28.0824V22H27.0767ZM27.5881 14.3636C27.392 14.3636 27.223 14.2969 27.081 14.1634C26.9418 14.0298 26.8722 13.8693 26.8722 13.6818C26.8722 13.4943 26.9418 13.3338 27.081 13.2003C27.223 13.0668 27.392 13 27.5881 13C27.7841 13 27.9517 13.0668 28.0909 13.2003C28.233 13.3338 28.304 13.4943 28.304 13.6818C28.304 13.8693 28.233 14.0298 28.0909 14.1634C27.9517 14.2969 27.7841 14.3636 27.5881 14.3636ZM32.6687 22.1364C32.038 22.1364 31.494 21.9972 31.0366 21.7188C30.582 21.4375 30.2312 21.0455 29.984 20.5426C29.7397 20.0369 29.6175 19.4489 29.6175 18.7784C29.6175 18.108 29.7397 17.517 29.984 17.0057C30.2312 16.4915 30.5749 16.0909 31.0153 15.804C31.4585 15.5142 31.9755 15.3693 32.5664 15.3693C32.9073 15.3693 33.244 15.4261 33.5763 15.5398C33.9087 15.6534 34.2113 15.8381 34.484 16.0938C34.7567 16.3466 34.9741 16.6818 35.136 17.0994C35.2979 17.517 35.3789 18.0312 35.3789 18.642V19.0682H30.3335V18.1989H34.3562C34.3562 17.8295 34.2823 17.5 34.1346 17.2102C33.9897 16.9205 33.7823 16.6918 33.5124 16.5241C33.2454 16.3565 32.93 16.2727 32.5664 16.2727C32.1658 16.2727 31.8192 16.3722 31.5266 16.571C31.2369 16.767 31.0138 17.0227 30.8576 17.3381C30.7013 17.6534 30.6232 17.9915 30.6232 18.3523V18.9318C30.6232 19.4261 30.7085 19.8452 30.8789 20.1889C31.0522 20.5298 31.2923 20.7898 31.5991 20.9688C31.9059 21.1449 32.2624 21.233 32.6687 21.233C32.9329 21.233 33.1715 21.196 33.3846 21.1222C33.6005 21.0455 33.7866 20.9318 33.9428 20.7812C34.0991 20.6278 34.2198 20.4375 34.305 20.2102L35.2766 20.483C35.1744 20.8125 35.0025 21.1023 34.761 21.3523C34.5195 21.5994 34.2212 21.7926 33.8661 21.9318C33.511 22.0682 33.1119 22.1364 32.6687 22.1364ZM38.3917 22L36.3974 15.4545H37.4542L38.869 20.4659H38.9371L40.3349 15.4545H41.4087L42.7894 20.4489H42.8576L44.2724 15.4545H45.3292L43.3349 22H42.3462L40.9144 16.9716H40.8121L39.3803 22H38.3917ZM50.0337 22V15.4545H51.0053V16.4773H51.0906C51.2269 16.1278 51.4471 15.8565 51.7511 15.6634C52.055 15.4673 52.4201 15.3693 52.8462 15.3693C53.2781 15.3693 53.6374 15.4673 53.9244 15.6634C54.2141 15.8565 54.44 16.1278 54.6019 16.4773H54.6701C54.8377 16.1392 55.0891 15.8707 55.4244 15.6719C55.7596 15.4702 56.1616 15.3693 56.6303 15.3693C57.2156 15.3693 57.6942 15.5526 58.0664 15.919C58.4386 16.2827 58.6246 16.8494 58.6246 17.6193V22H57.619V17.6193C57.619 17.1364 57.4869 16.7912 57.2227 16.5838C56.9585 16.3764 56.6474 16.2727 56.2894 16.2727C55.8292 16.2727 55.4727 16.4119 55.2198 16.6903C54.967 16.9659 54.8406 17.3153 54.8406 17.7386V22H53.8178V17.517C53.8178 17.1449 53.6971 16.8452 53.4556 16.6179C53.2141 16.3878 52.9031 16.2727 52.5224 16.2727C52.261 16.2727 52.0167 16.3423 51.7894 16.4815C51.565 16.6207 51.3832 16.8139 51.244 17.0611C51.1076 17.3054 51.0394 17.5881 51.0394 17.9091V22H50.0337ZM63.1225 22.1364C62.5316 22.1364 62.0131 21.9957 61.5671 21.7145C61.1239 21.4332 60.7773 21.0398 60.5273 20.5341C60.2802 20.0284 60.1566 19.4375 60.1566 18.7614C60.1566 18.0795 60.2802 17.4844 60.5273 16.9759C60.7773 16.4673 61.1239 16.0724 61.5671 15.7912C62.0131 15.5099 62.5316 15.3693 63.1225 15.3693C63.7134 15.3693 64.2305 15.5099 64.6737 15.7912C65.1197 16.0724 65.4663 16.4673 65.7134 16.9759C65.9634 17.4844 66.0884 18.0795 66.0884 18.7614C66.0884 19.4375 65.9634 20.0284 65.7134 20.5341C65.4663 21.0398 65.1197 21.4332 64.6737 21.7145C64.2305 21.9957 63.7134 22.1364 63.1225 22.1364ZM63.1225 21.233C63.5714 21.233 63.9407 21.1179 64.2305 20.8878C64.5202 20.6577 64.7347 20.3551 64.8739 19.9801C65.0131 19.6051 65.0827 19.1989 65.0827 18.7614C65.0827 18.3239 65.0131 17.9162 64.8739 17.5384C64.7347 17.1605 64.5202 16.8551 64.2305 16.6222C63.9407 16.3892 63.5714 16.2727 63.1225 16.2727C62.6737 16.2727 62.3043 16.3892 62.0146 16.6222C61.7248 16.8551 61.5103 17.1605 61.3711 17.5384C61.2319 17.9162 61.1623 18.3239 61.1623 18.7614C61.1623 19.1989 61.2319 19.6051 61.3711 19.9801C61.5103 20.3551 61.7248 20.6577 62.0146 20.8878C62.3043 21.1179 62.6737 21.233 63.1225 21.233ZM67.6236 22V15.4545H68.5952V16.4432H68.6634C68.7827 16.1193 68.9986 15.8565 69.3111 15.6548C69.6236 15.4531 69.9759 15.3523 70.3679 15.3523C70.4418 15.3523 70.5341 15.3537 70.6449 15.3565C70.7557 15.3594 70.8395 15.3636 70.8963 15.3693V16.392C70.8622 16.3835 70.7841 16.3707 70.6619 16.3537C70.5426 16.3338 70.4162 16.3239 70.2827 16.3239C69.9645 16.3239 69.6804 16.3906 69.4304 16.5241C69.1832 16.6548 68.9872 16.8366 68.8423 17.0696C68.7003 17.2997 68.6293 17.5625 68.6293 17.858V22H67.6236ZM74.6335 22.1364C74.0028 22.1364 73.4588 21.9972 73.0014 21.7188C72.5469 21.4375 72.196 21.0455 71.9489 20.5426C71.7045 20.0369 71.5824 19.4489 71.5824 18.7784C71.5824 18.108 71.7045 17.517 71.9489 17.0057C72.196 16.4915 72.5398 16.0909 72.9801 15.804C73.4233 15.5142 73.9403 15.3693 74.5312 15.3693C74.8722 15.3693 75.2088 15.4261 75.5412 15.5398C75.8736 15.6534 76.1761 15.8381 76.4489 16.0938C76.7216 16.3466 76.9389 16.6818 77.1009 17.0994C77.2628 17.517 77.3438 18.0312 77.3438 18.642V19.0682H72.2983V18.1989H76.321C76.321 17.8295 76.2472 17.5 76.0994 17.2102C75.9545 16.9205 75.7472 16.6918 75.4773 16.5241C75.2102 16.3565 74.8949 16.2727 74.5312 16.2727C74.1307 16.2727 73.7841 16.3722 73.4915 16.571C73.2017 16.767 72.9787 17.0227 72.8224 17.3381C72.6662 17.6534 72.5881 17.9915 72.5881 18.3523V18.9318C72.5881 19.4261 72.6733 19.8452 72.8438 20.1889C73.017 20.5298 73.2571 20.7898 73.5639 20.9688C73.8707 21.1449 74.2273 21.233 74.6335 21.233C74.8977 21.233 75.1364 21.196 75.3494 21.1222C75.5653 21.0455 75.7514 20.9318 75.9077 20.7812C76.0639 20.6278 76.1847 20.4375 76.2699 20.2102L77.2415 20.483C77.1392 20.8125 76.9673 21.1023 76.7259 21.3523C76.4844 21.5994 76.1861 21.7926 75.831 21.9318C75.4759 22.0682 75.0767 22.1364 74.6335 22.1364Z" fill="#AAAAAA"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`,settings:o,ui:i,uiV2:e,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:C};export{config as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{SettingUIV2 as C}from"./product-sku/configs/ui-v2.js";import{SettingUIV1 as o}from"./product-sku/configs/ui-v1.js";import{ProductSkuSettings as s}from"./product-sku/configs/settings.js";import{ProductSkuPreset as t}from"./product-sku/configs/presets.js";let config={tag:"Sku",label:"Product SKU",icon:`
|
|
2
|
+
<svg width="27" height="12" viewBox="0 0 27 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M6.08239 3.36364C6.02273 2.85985 5.78078 2.46875 5.35653 2.19034C4.93229 1.91193 4.41193 1.77273 3.79545 1.77273C3.3447 1.77273 2.95028 1.84564 2.61222 1.99148C2.27746 2.13731 2.01563 2.33783 1.8267 2.59304C1.6411 2.84825 1.5483 3.13826 1.5483 3.46307C1.5483 3.73485 1.61293 3.96851 1.74219 4.16406C1.87476 4.3563 2.0438 4.51705 2.24929 4.64631C2.45478 4.77225 2.67022 4.87666 2.8956 4.95952C3.12098 5.03906 3.32812 5.10369 3.51705 5.15341L4.55114 5.43182C4.81629 5.50142 5.11127 5.59754 5.43608 5.72017C5.7642 5.8428 6.07741 6.01018 6.37571 6.2223C6.67732 6.43111 6.9259 6.69957 7.12145 7.0277C7.317 7.35582 7.41477 7.75852 7.41477 8.2358C7.41477 8.78598 7.2706 9.28314 6.98224 9.72727C6.69721 10.1714 6.27959 10.5244 5.7294 10.7862C5.18253 11.0481 4.51799 11.179 3.7358 11.179C3.00663 11.179 2.37524 11.0613 1.84162 10.826C1.31132 10.5907 0.893703 10.2625 0.588778 9.84162C0.287169 9.42069 0.116477 8.93182 0.0767046 8.375H1.34943C1.38258 8.75947 1.51184 9.07765 1.73722 9.32955C1.96591 9.57812 2.25426 9.76373 2.60227 9.88636C2.9536 10.0057 3.33144 10.0653 3.7358 10.0653C4.20644 10.0653 4.62902 9.98911 5.00355 9.83665C5.37808 9.68087 5.67472 9.46544 5.89347 9.19034C6.11222 8.91193 6.22159 8.58712 6.22159 8.21591C6.22159 7.87784 6.12713 7.60275 5.93821 7.39062C5.74929 7.1785 5.50071 7.00616 5.19247 6.87358C4.88423 6.741 4.55114 6.625 4.19318 6.52557L2.94034 6.16761C2.14489 5.93892 1.51515 5.61245 1.05114 5.18821C0.587121 4.76397 0.355114 4.20881 0.355114 3.52273C0.355114 2.95265 0.509233 2.45549 0.817472 2.03125C1.12902 1.60369 1.54664 1.27225 2.07031 1.03693C2.5973 0.798295 3.18561 0.678977 3.83523 0.678977C4.49148 0.678977 5.07481 0.796638 5.58523 1.03196C6.09564 1.26397 6.5 1.58215 6.7983 1.98651C7.09991 2.39086 7.259 2.8499 7.27557 3.36364H6.08239ZM9.44194 11V0.818182H10.6749V5.86932H10.7942L15.3681 0.818182H16.9789L12.7033 5.41193L16.9789 11H15.4874L11.9476 6.26705L10.6749 7.69886V11H9.44194ZM25.2566 0.818182H26.4895V7.55966C26.4895 8.25568 26.3255 8.87713 25.9973 9.42401C25.6725 9.96757 25.2135 10.3968 24.6202 10.7116C24.0269 11.0232 23.3309 11.179 22.5321 11.179C21.7334 11.179 21.0373 11.0232 20.4441 10.7116C19.8508 10.3968 19.3901 9.96757 19.062 9.42401C18.7372 8.87713 18.5748 8.25568 18.5748 7.55966V0.818182H19.8077V7.46023C19.8077 7.95739 19.9171 8.39986 20.1358 8.78764C20.3546 9.17211 20.6661 9.47538 21.0705 9.69744C21.4782 9.91619 21.9654 10.0256 22.5321 10.0256C23.0989 10.0256 23.5861 9.91619 23.9938 9.69744C24.4015 9.47538 24.713 9.17211 24.9284 8.78764C25.1472 8.39986 25.2566 7.95739 25.2566 7.46023V0.818182Z" fill="#F9F9F9"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`,settings:s,ui:o,uiV2:C,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:t};export{config as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{SettingUIV2 as o}from"./product-vendor/configs/ui-v2.js";import{SettingUIV1 as t}from"./product-vendor/configs/ui-v1.js";import{ProductVendorSettings as r}from"./product-vendor/configs/settings.js";import{ProductVendorPreset as i}from"./product-vendor/configs/presets.js";let config={tag:"Vendor",label:"Product Vendor",icon:`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M15.6 2.09659C15.6 1.7671 15.8518 1.5 16.1625 1.5H20.4375C20.7482 1.5 21 1.7671 21 2.09659V2.8125C21 3.14199 20.7482 3.40909 20.4375 3.40909H20.4172C20.2902 3.46746 20.1489 3.5 20 3.5H19.2051V20.5H20C20.1489 20.5 20.2902 20.5325 20.4172 20.5909H20.4375C20.7482 20.5909 21 20.858 21 21.1875V21.9034C21 22.2329 20.7482 22.5 20.4375 22.5H16.1625C15.8518 22.5 15.6 22.2329 15.6 21.9034V21.1875C15.6 20.858 15.8518 20.5909 16.1625 20.5909H16.1873C16.3143 20.5325 16.4556 20.5 16.6045 20.5H17.4V12H6.6V20.5H7.39551C7.54441 20.5 7.68571 20.5325 7.81268 20.5909H7.8375C8.14816 20.5909 8.4 20.858 8.4 21.1875V21.9034C8.4 22.2329 8.14816 22.5 7.8375 22.5H3.5625C3.25184 22.5 3 22.2329 3 21.9034V21.1875C3 20.858 3.25184 20.5909 3.5625 20.5909H3.58282C3.7098 20.5325 3.8511 20.5 4 20.5H4.79863L4.79863 3.5H4C3.8511 3.5 3.7098 3.46746 3.58282 3.40909H3.5625C3.25184 3.40909 3 3.14199 3 2.8125V2.09659C3 1.7671 3.25184 1.5 3.5625 1.5H7.8375C8.14816 1.5 8.4 1.7671 8.4 2.09659V2.8125C8.4 3.14199 8.14816 3.40909 7.8375 3.40909H7.81269C7.68571 3.46746 7.54441 3.5 7.39551 3.5H6.6V9.98779H17.4V3.5H16.6045C16.4556 3.5 16.3143 3.46746 16.1873 3.40909H16.1625C15.8518 3.40909 15.6 3.14199 15.6 2.8125V2.09659Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`,settings:r,ui:t,uiV2:o,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:i};export{config as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let horizontalOne=[{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}},childrens:[{childrens:[{advanced:{d:{desktop:!0,mobile:!0,tablet:!0},editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"},hasBoxShadow:{desktop:{normal:!1}},op:{desktop:"100%"},rounded:{desktop:{normal:{bblr:"0px",bbrr:"0px",btlr:"0px",btrr:"0px",radiusType:"none"}}},"spacing-setting":{desktop:{margin:{}}}},label:"Image",settings:{image:{height:1678,src:"https://cdn.shopify.com/s/files/1/2005/9307/files/image_demo.jpg",width:2237},imageLink:{link:"",target:"_self"},isAdaptive:!0,isNotLazyload:!1,priority:!1,quality:70,srcSet:{desktop:{height:240,src:"https://cdn.shopify.com/s/files/1/0617/5296/7323/files/gempages_516637113702155432-34fc788f-0f54-4787-87b8-012da6154f62.png",storage:"FILE_CONTENT",width:241}}},styles:{align:{desktop:"center"},borderImg:{normal:{border:"none",borderType:"none",borderWidth:"1px",color:"#000000",isCustom:!1,width:"1px 1px 1px 1px"}},borderRadius:{radiusType:"none"},boxShadowImg:{normal:{angle:90,blur:"12px",color:"rgba(0, 0, 0, 0.20)",distance:"4px",spread:"0px",type:"shadow-1"}},hasActiveShadow:!1,hasBoxShadowImg:{normal:!1},objectFit:{desktop:"cover"},opacity:{normal:0},opacityColor:{normal:"#242424"},shadow:{angle:40,blur:"12px",color:"rgba(18, 18, 18, 0.77)",distance:"10px",spread:"10px",type:"custom"},shape:{desktop:{shape:"original",shapeLinked:!0}},wrapperBorder:{border:"none",borderType:"none",borderWidth:"1px",color:"#000000",isCustom:!0,position:"all",width:"1px 1px 1px 1px"}},tag:"Image",uid:"ggSPDADe7_"},{childrens:[],label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"bundle-title",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"center"},typo:{attrs:{bold:!0,color:"#121212"},type:"subheading-2"}},tag:"Text",uid:"ggJtYW5BhR"},{childrens:[],label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"<p>Base choice</p>",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"center"},typo:{attrs:{color:"#121212"},type:"paragraph-1"}},tag:"Text",uid:"gzp-CXl1UU"},{advanced:{"spacing-setting":{desktop:{link:!1,margin:{bottom:0},padding:{bottom:"2px"}}}},childrens:[{childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"compare"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-2"},lineThrough:!0,thickness:2,lineColor:"text-2",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"}},defaultPresetConfig:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-2"},lineThrough:!0,thickness:2,lineColor:"text-2",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"},"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"},animation:{desktop:{enabled:!1,trigger:"appear",triggerConfig:{appear:{animation:"fade",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!0,easing:"ease-out",zoomDirection:"in",scale:{in:[80,100],out:[120,100]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}},hover:{animation:"none",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!1,easing:"ease-out",zoomDirection:"in",scale:{in:[100,120],out:[100,80]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}}}}},priceType:"compare"}}],label:"Block",settings:{},styles:{},tag:"Col",uid:"gLuKxhANOA"},{childrens:[{childrens:[],label:"Product Price",settings:{priceType:"regular",hasOnlyDefaultVariant:!1},styles:{color:{normal:"#242424"},hasTextShadow:{normal:!1},lineColor:"text-1",lineThrough:!0,textAlign:{desktop:"right"},textShadow:{normal:{type:"shadow-1"}},thickness:1,typo:{type:"subheading-2"}},tag:"ProductPrice",uid:"gu6RCShgt2"}],label:"Block",settings:{},tag:"Col",uid:"gpjhUJM_Cm"}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"center"},inlineAlignment:"start",layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"end"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!1,mobile:!1,tablet:!1},preloadBgImage:!1,verticalGutter:{desktop:"8px"},width:{desktop:"100%"}},tag:"Row",uid:"gBlL7kHHGY"}],label:"Block",settings:{},styles:{},tag:"Col",uid:"g9gDIXDCko"}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"space-between"},inlineAlignment:"start",layout:{desktop:{cols:[12],display:"fill"},mobile:{cols:[12],display:"fill"}},verticalAlign:{desktop:"center"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!0,mobile:!0,tablet:!0},preloadBgImage:!1,verticalGutter:{desktop:"16px"},width:{}},tag:"Row"}];export{horizontalOne};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let horizontalThree=[{advanced:{},childrens:[{childrens:[{advanced:{d:{desktop:!0,mobile:!0,tablet:!0},editorData:{css:".{{rootClassName}} > div > div{\nwidth:100%;\n}",rootClassName:"{{rootClassName}}"},hasBoxShadow:{desktop:{normal:!1}},left:{desktop:"0px"},op:{desktop:"100%"},pos:{desktop:"static"},right:{desktop:"0px"},rounded:{desktop:{normal:{bblr:"0px",bbrr:"0px",btlr:"0px",btrr:"0px",radiusType:"none"}}},"spacing-setting":{desktop:{margin:{bottom:"8px"}}},z:{desktop:1}},label:"Product Badge",settings:{contentType:"text",displayContent:"SALE {percent_discount}",translate:"displayContent",displayTrigger:[{conditionType:"exact_or_above",from:"1",priority:0,quantityType:"exact_or_above",to:"15",triggerEvent:"inventory_status",type:"in_stock"}],image:{src:"https://cdn.shopify.com/s/files/1/0697/6182/7064/files/gempages_523190969722471488-fc9fecb6-26b8-4836-b417-2dfb9ea43bd5.png?v=1723733677"},positionWithImage:"outside",shape:"horizontal_rectangle"},styles:{align:{desktop:"left"},badgeColorV2:{desktop:"#FF614C"},borderRadius:{bblr:"0px",bbrr:"0px",btlr:"0px",btrr:"0px",radiusType:"custom"},hasShadow:!1,imageSize:{desktop:{disableShapeLinked:!0,height:"auto",shape:"original",shapeLinked:!0,width:"20%"}},position:{desktop:{bottomGap:"0",leftGap:"0",placement:"top-left",rightGap:"0",topGap:"0"}},shapeShadow:{angle:90,blur:"12px",color:"#121212",distance:"4px",spread:"0px",type:"shadow-1"},textColor:"text-3",textSize:{desktop:{disableShapeLinked:!0,gap:"",height:"Auto",hiddenShape:!0,padding:{bottom:"8px",left:"12px",right:"12px",top:"8px"},shape:"custom",shapeLinked:!1,width:"100%"}},typo:{attrs:{color:"text-3"},custom:{fontSize:{desktop:"15px"}},type:"paragraph-1"},textSizeV2:{desktop:{width:"Auto",height:"auto",shapeLinked:!1,disableShapeLinked:!0,hiddenShape:!0,shape:"custom",padding:{top:"12px",bottom:"12px",left:"12px",right:"12px"}}}},tag:"ProductBadge",uid:"gXAaVIfN3P",childrens:[]},{advanced:{d:{desktop:!0,mobile:!0,tablet:!0},editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"},hasBoxShadow:{desktop:{normal:!1}},op:{desktop:"100%"},rounded:{desktop:{normal:{bblr:"0px",bbrr:"0px",btlr:"0px",btrr:"0px",radiusType:"none"}}},"spacing-setting":{desktop:{margin:{}}}},label:"Image",settings:{image:{height:1678,src:"https://cdn.shopify.com/s/files/1/2005/9307/files/image_demo.jpg",width:2237},imageLink:{link:"",target:"_self"},isAdaptive:!0,isNotLazyload:!1,priority:!1,quality:70,srcSet:{desktop:{height:240,src:"https://cdn.shopify.com/s/files/1/0617/5296/7323/files/gempages_516637113702155432-d6e2c48e-485d-4db2-a00e-9fe3bde2c3d5.png",storage:"FILE_CONTENT",width:241}}},styles:{align:{desktop:"center"},borderImg:{normal:{border:"none",borderType:"none",borderWidth:"1px",color:"#000000",isCustom:!1,width:"1px 1px 1px 1px"}},borderRadius:{radiusType:"none"},boxShadowImg:{normal:{angle:90,blur:"12px",color:"rgba(0, 0, 0, 0.20)",distance:"4px",spread:"0px",type:"shadow-1"}},hasActiveShadow:!1,hasBoxShadowImg:{normal:!1},objectFit:{desktop:"cover"},opacity:{normal:0},opacityColor:{normal:"#242424"},shadow:{angle:40,blur:"12px",color:"rgba(18, 18, 18, 0.77)",distance:"10px",spread:"10px",type:"custom"},shape:{desktop:{gap:"",height:"",shape:"original",shapeLinked:!0,width:"100%"}},wrapperBorder:{border:"none",borderType:"none",borderWidth:"1px",color:"#000000",isCustom:!0,position:"all",width:"1px 1px 1px 1px"}},tag:"Image",uid:"gdzIKI_0T_"},{childrens:[],label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"bundle-title",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"center"},typo:{attrs:{bold:!0,color:"#121212"},type:"subheading-2"}},tag:"Text",uid:"gn1nFyt3q6"},{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}},childrens:[],label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"<p>Deluxe choice</p>",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"center"},typo:{attrs:{color:"#121212"},type:"paragraph-1"}},tag:"Text",uid:"gRom-20zjM"},{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}},childrens:[{childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"compare"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-2"},lineThrough:!0,thickness:2,lineColor:"text-2",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"}},defaultPresetConfig:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-2"},lineThrough:!0,thickness:2,lineColor:"text-2",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"},"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"},animation:{desktop:{enabled:!1,trigger:"appear",triggerConfig:{appear:{animation:"fade",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!0,easing:"ease-out",zoomDirection:"in",scale:{in:[80,100],out:[120,100]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}},hover:{animation:"none",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!1,easing:"ease-out",zoomDirection:"in",scale:{in:[100,120],out:[100,80]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}}}}},priceType:"compare"}}],label:"Block",settings:{},styles:{},tag:"Col",uid:"gzjaV2bhnA"},{childrens:[{childrens:[],label:"Product Price",settings:{hasOnlyDefaultVariant:!1},styles:{color:{normal:"#242424"},hasTextShadow:{normal:!1},lineColor:"text-1",lineThrough:!0,priceType:"regular",textAlign:{desktop:"right"},textShadow:{normal:{type:"shadow-1"}},thickness:1,typo:{type:"subheading-2"}},tag:"ProductPrice",uid:"gPxDKeAt0Y"}],label:"Block",settings:{},tag:"Col",uid:"gaMYmxtRAS"}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"center"},inlineAlignment:"start",layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!1,mobile:!1,tablet:!1},preloadBgImage:!1,verticalGutter:{desktop:"8px"},width:{desktop:"100%"}},tag:"Row",uid:"gQvPWxec6X"}],label:"Block",settings:{},styles:{},tag:"Col",uid:"gY3R2wmMlG"}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"space-between"},inlineAlignment:"start",layout:{desktop:{cols:[12],display:"fill"},mobile:{cols:[12],display:"fill"}},verticalAlign:{desktop:"center"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!0,mobile:!0,tablet:!0},preloadBgImage:!1,verticalGutter:{desktop:"16px"},width:{}},tag:"Row"}];export{horizontalThree};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let horizontalTwo=[{childrens:[{childrens:[{advanced:{d:{desktop:!0,mobile:!0,tablet:!0},editorData:{css:".{{rootClassName}} > div > div{\nwidth:100%;\n}",rootClassName:"{{rootClassName}}"},hasBoxShadow:{desktop:{normal:!1}},left:{desktop:"0px"},op:{desktop:"100%"},pos:{desktop:"static"},right:{desktop:"0px"},rounded:{desktop:{normal:{bblr:"0px",bbrr:"0px",btlr:"0px",btrr:"0px",radiusType:"none"}}},"spacing-setting":{desktop:{margin:{bottom:"8px"}}},z:{desktop:1}},label:"Product Badge",settings:{contentType:"text",displayContent:"SALE {percent_discount}",translate:"displayContent",displayTrigger:[{conditionType:"exact_or_above",from:"1",priority:0,quantityType:"exact_or_above",to:"15",triggerEvent:"inventory_status",type:"in_stock"}],image:{src:"https://cdn.shopify.com/s/files/1/0697/6182/7064/files/gempages_523190969722471488-fc9fecb6-26b8-4836-b417-2dfb9ea43bd5.png?v=1723733677"},positionWithImage:"outside",shape:"horizontal_rectangle"},styles:{align:{desktop:"left"},badgeColorV2:{desktop:"#FF614C"},borderRadius:{bblr:"0px",bbrr:"0px",btlr:"0px",btrr:"0px",radiusType:"custom"},hasShadow:!1,imageSize:{desktop:{disableShapeLinked:!0,height:"auto",shape:"original",shapeLinked:!0,width:"20%"}},position:{desktop:{bottomGap:"0",leftGap:"0",placement:"top-left",rightGap:"0",topGap:"0"}},shapeShadow:{angle:90,blur:"12px",color:"#121212",distance:"4px",spread:"0px",type:"shadow-1"},textColor:"text-3",textSize:{desktop:{disableShapeLinked:!0,gap:"",height:"Auto",hiddenShape:!0,padding:{bottom:"8px",left:"12px",right:"12px",top:"8px"},shape:"custom",shapeLinked:!1,width:"100%"}},typo:{attrs:{color:"text-3"},custom:{fontSize:{desktop:"15px"}},type:"paragraph-1"},textSizeV2:{desktop:{width:"Auto",height:"auto",shapeLinked:!1,disableShapeLinked:!0,hiddenShape:!0,shape:"custom",padding:{top:"12px",bottom:"12px",left:"12px",right:"12px"}}}},tag:"ProductBadge",uid:"gXAaVIfN3P",childrens:[]},{advanced:{d:{desktop:!0,mobile:!0,tablet:!0},editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n.{{rootClassName}} > figure > img {\n\n}"},hasBoxShadow:{desktop:{normal:!1}},op:{desktop:"100%"},rounded:{desktop:{normal:{bblr:"0px",bbrr:"0px",btlr:"0px",btrr:"0px",radiusType:"none"}}},"spacing-setting":{desktop:{margin:{}}}},label:"Image",settings:{image:{height:1678,src:"https://cdn.shopify.com/s/files/1/2005/9307/files/image_demo.jpg",width:2237},imageLink:{link:"",target:"_self"},isAdaptive:!0,isNotLazyload:!1,priority:!1,quality:70,srcSet:{desktop:{height:240,src:"https://cdn.shopify.com/s/files/1/0617/5296/7323/files/gempages_516637113702155432-b286a16e-98e6-48ba-889d-a36b64249436.png",storage:"FILE_CONTENT",width:241}}},styles:{align:{desktop:"center"},borderImg:{normal:{border:"none",borderType:"none",borderWidth:"1px",color:"#000000",isCustom:!1,width:"1px 1px 1px 1px"}},borderRadius:{radiusType:"none"},boxShadowImg:{normal:{angle:90,blur:"12px",color:"rgba(0, 0, 0, 0.20)",distance:"4px",spread:"0px",type:"shadow-1"}},hasActiveShadow:!1,hasBoxShadowImg:{normal:!1},objectFit:{desktop:"cover"},opacity:{normal:0},opacityColor:{normal:"#242424"},shadow:{angle:40,blur:"12px",color:"rgba(18, 18, 18, 0.77)",distance:"10px",spread:"10px",type:"custom"},shape:{desktop:{shape:"original",shapeLinked:!0}},wrapperBorder:{border:"none",borderType:"none",borderWidth:"1px",color:"#000000",isCustom:!0,position:"all",width:"1px 1px 1px 1px"}},tag:"Image",uid:"gRq0Y_6o_C"},{childrens:[],label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"bundle-title",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"center"},typo:{attrs:{bold:!0,color:"#121212"},type:"subheading-2"}},tag:"Text",uid:"gZCW_UZNgX"},{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}},childrens:[],label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"<p>Great value</p>",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"center"},typo:{attrs:{color:"#121212"},type:"paragraph-1"}},tag:"Text",uid:"gXozhYepEX"},{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}},childrens:[{childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"compare"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-2"},lineThrough:!0,thickness:2,lineColor:"text-2",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"}},defaultPresetConfig:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-1"},lineThrough:!0,thickness:2,lineColor:"text-1",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"},"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"},animation:{desktop:{enabled:!1,trigger:"appear",triggerConfig:{appear:{animation:"fade",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!0,easing:"ease-out",zoomDirection:"in",scale:{in:[80,100],out:[120,100]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}},hover:{animation:"none",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!1,easing:"ease-out",zoomDirection:"in",scale:{in:[100,120],out:[100,80]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}}}}},priceType:"compare"}}],label:"Block",settings:{},styles:{},tag:"Col",uid:"gU7z9j0jbp"},{childrens:[{childrens:[],label:"Product Price",settings:{priceType:"regular",hasOnlyDefaultVariant:!1},styles:{color:{normal:"#242424"},hasTextShadow:{normal:!1},lineColor:"text-1",lineThrough:!0,textAlign:{desktop:"right"},textShadow:{normal:{type:"shadow-1"}},thickness:1,typo:{type:"subheading-2"}},tag:"ProductPrice",uid:"gP9Tq9YUJq"}],label:"Block",settings:{},tag:"Col",uid:"gEOSPx4VOT"}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"center"},inlineAlignment:"start",layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!1,mobile:!1,tablet:!1},preloadBgImage:!1,verticalGutter:{desktop:"8px"},width:{desktop:"100%"}},tag:"Row",uid:"gVq8mfQa7w"}],label:"Block",settings:{},styles:{},tag:"Col",uid:"gM8gt27sCy"}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"space-between"},inlineAlignment:"start",layout:{desktop:{cols:[12],display:"fill"},mobile:{cols:[12],display:"fill"}},verticalAlign:{desktop:"center"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!0,mobile:!0,tablet:!0},preloadBgImage:!1,verticalGutter:{desktop:"16px"},width:{}},tag:"Row"}];export{horizontalTwo};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let verticalOne=[{childrens:[{childrens:[{label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"bundle-title",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"left"},typo:{attrs:{bold:!0,color:"#121212"},type:"subheading-2"}},tag:"Text",childrens:[]},{label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"<p>Base choice</p>",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"left"},typo:{attrs:{color:"#121212"},type:"paragraph-1"}},tag:"Text",childrens:[]}],label:"Block",settings:{},styles:{},tag:"Col"},{tag:"Col",label:"Block",settings:{},childrens:[{childrens:[{childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"compare"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-2"},lineThrough:!0,thickness:2,lineColor:"text-2",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"}},defaultPresetConfig:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-2"},lineThrough:!0,thickness:2,lineColor:"text-2",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"},"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"},animation:{desktop:{enabled:!1,trigger:"appear",triggerConfig:{appear:{animation:"fade",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!0,easing:"ease-out",zoomDirection:"in",scale:{in:[80,100],out:[120,100]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}},hover:{animation:"none",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!1,easing:"ease-out",zoomDirection:"in",scale:{in:[100,120],out:[100,80]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}}}}},priceType:"compare"}}],label:"Block",settings:{},styles:{},tag:"Col"},{tag:"Col",label:"Block",settings:{},childrens:[{label:"Product Price",settings:{priceType:"regular",hasOnlyDefaultVariant:!1},styles:{color:{normal:"#242424"},hasTextShadow:{normal:!1},lineColor:"text-1",lineThrough:!0,textAlign:{desktop:"right"},textShadow:{normal:{type:"shadow-1"}},thickness:1,typo:{type:"subheading-2"}},tag:"ProductPrice",childrens:[]}]}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"end"},inlineAlignment:"start",layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"end"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!1,mobile:!1,tablet:!1},preloadBgImage:!1,verticalGutter:{desktop:"8px"},width:{desktop:"100%"}},tag:"Row",advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}]}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"space-between"},inlineAlignment:"start",layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!0,mobile:!0,tablet:!0},preloadBgImage:!1,verticalGutter:{desktop:"16px"},width:{}},tag:"Row",advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}];export{verticalOne};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let verticalThree=[{childrens:[{childrens:[{label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"bundle-title",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"left"},typo:{attrs:{bold:!0,color:"#121212"},type:"subheading-2"}},tag:"Text",uid:"godgbN4jmg",childrens:[]},{label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"<p>Deluxe choice</p>",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"left"},typo:{attrs:{color:"#121212"},type:"paragraph-1"}},tag:"Text",uid:"g2DhS6UmRK",childrens:[],advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}],label:"Block",settings:{},styles:{},tag:"Col",uid:"gMkPFmgV5y"},{uid:"g6mN1dFWRS",tag:"Col",label:"Block",settings:{},childrens:[{uid:"gmWNX_9YGJ",tag:"ProductBadge",label:"Product Badge",settings:{displayTrigger:[{triggerEvent:"inventory_status",type:"in_stock",quantityType:"exact_or_above",from:"1",to:"15",priority:0,conditionType:"exact_or_above"}],image:{src:"https://cdn.shopify.com/s/files/1/0697/6182/7064/files/gempages_523190969722471488-fc9fecb6-26b8-4836-b417-2dfb9ea43bd5.png?v=1723733677"},shape:"horizontal_rectangle",displayContent:"Sale {percent_discount} off",translate:"displayContent",contentType:"text",positionWithImage:"outside"},styles:{typo:{type:"paragraph-1",attrs:{color:"#121212"}},position:{desktop:{placement:"top-left",topGap:"0",leftGap:"0",bottomGap:"0",rightGap:"0"}},badgeColorV2:{desktop:"#FF614C"},textColor:"text-3",textBadgeBorder:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0},hover:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},imageBadgeBorder:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0},hover:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},textBadgeCorner:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"},hover:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},imageBadgeCorner:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"},hover:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasShadow:!1,textSizeV2:{desktop:{width:"auto",height:"auto",shapeLinked:!1,disableShapeLinked:!0,hiddenShape:!0,shape:"custom",padding:{top:"12px",bottom:"12px",left:"12px",right:"12px"}}},imageSizeV2:{desktop:{width:"20%",height:"auto",shapeLinked:!0,hiddenShape:!1,shape:"original",disableShapeLinked:!0}},align:{desktop:"right"},textBadgeShadow:{desktop:{}},imageBadgeShadow:{desktop:{normal:{}}}},advanced:{d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"},animation:{desktop:{enabled:!1,trigger:"appear",triggerConfig:{appear:{animation:"fade",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!0,easing:"ease-out",zoomDirection:"in",scale:{in:[80,100],out:[120,100]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}},hover:{animation:"none",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!1,easing:"ease-out",zoomDirection:"in",scale:{in:[100,120],out:[100,80]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}}}}},"spacing-setting":{edited:["desktop"],desktop:{margin:{bottom:"0px"},link:!1},tablet:{margin:{bottom:"0px"}},mobile:{margin:{bottom:"0px"}}}}},{childrens:[{childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"compare"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-2"},lineThrough:!0,thickness:2,lineColor:"text-2",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"}},defaultPresetConfig:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-2"},lineThrough:!0,thickness:2,lineColor:"text-2",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"},"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"},animation:{desktop:{enabled:!1,trigger:"appear",triggerConfig:{appear:{animation:"fade",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!0,easing:"ease-out",zoomDirection:"in",scale:{in:[80,100],out:[120,100]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}},hover:{animation:"none",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!1,easing:"ease-out",zoomDirection:"in",scale:{in:[100,120],out:[100,80]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}}}}},priceType:"compare"},uid:"gLhCbsXpVC",childrens:[]}],label:"Block",settings:{},styles:{},tag:"Col",uid:"gN16E_m65q"},{tag:"Col",label:"Block",settings:{},childrens:[{label:"Product Price",settings:{hasOnlyDefaultVariant:!1},styles:{color:{normal:"#242424"},hasTextShadow:{normal:!1},lineColor:"text-1",lineThrough:!0,priceType:"regular",textAlign:{desktop:"right"},textShadow:{normal:{type:"shadow-1"}},thickness:1,typo:{type:"subheading-2"}},tag:"ProductPrice",uid:"geI0yJ5vya",childrens:[]}],uid:"g5Ae3_ghD4"}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"end"},inlineAlignment:"start",layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!1,mobile:!1,tablet:!1},preloadBgImage:!1,verticalGutter:{desktop:"8px"},width:{desktop:"100%"}},tag:"Row",uid:"grH2p9Ef3R",advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}]}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"space-between"},inlineAlignment:"start",layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!0,mobile:!0,tablet:!0},preloadBgImage:!1,verticalGutter:{desktop:"16px"},width:{}},tag:"Row",uid:"g3DN13uD09"}];export{verticalThree};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let verticalTwo=[{childrens:[{childrens:[{label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"bundle-title",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"left"},typo:{attrs:{bold:!0,color:"#121212"},type:"subheading-2"}},tag:"Text",uid:"g7Gsjncudx",childrens:[]},{label:"Text Block",settings:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},globalSize:{desktop:{padding:{type:"custom"},width:"100%"}},htmlTag:"div",text:"<p>Great value</p>",translate:"text"},styles:{align:{desktop:"left"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,mobile:1,tablet:1},textAlign:{desktop:"left"},typo:{attrs:{color:"#121212"},type:"paragraph-1"}},tag:"Text",uid:"grA1-fUIZ6",childrens:[],advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}],label:"Block",settings:{},styles:{},tag:"Col",uid:"gxgt_apNs3"},{uid:"gmzHnQEbIr",tag:"Col",label:"Block",settings:{},childrens:[{uid:"gw_kZ5wf51",tag:"ProductBadge",label:"Product Badge",settings:{displayTrigger:[{triggerEvent:"inventory_status",type:"in_stock",quantityType:"exact_or_above",from:"1",to:"15",priority:0,conditionType:"exact_or_above"}],image:{src:"https://cdn.shopify.com/s/files/1/0697/6182/7064/files/gempages_523190969722471488-fc9fecb6-26b8-4836-b417-2dfb9ea43bd5.png?v=1723733677"},shape:"horizontal_rectangle",displayContent:"Sale {percent_discount} off",translate:"displayContent",contentType:"text",positionWithImage:"outside"},styles:{typo:{type:"paragraph-1",attrs:{color:"#121212"}},position:{desktop:{placement:"top-left",topGap:"0",leftGap:"0",bottomGap:"0",rightGap:"0"}},badgeColorV2:{desktop:"#FF614C"},textColor:"text-3",textBadgeBorder:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0},hover:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},imageBadgeBorder:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0},hover:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},borderRadius:{btrr:"3px",bblr:"3px",bbrr:"3px",btlr:"3px",radiusType:"custom"},textBadgeCorner:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"},hover:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},imageBadgeCorner:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"},hover:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasShadow:!1,textSizeV2:{desktop:{width:"auto",height:"auto",shapeLinked:!1,disableShapeLinked:!0,hiddenShape:!0,shape:"custom",padding:{top:"12px",bottom:"12px",left:"12px",right:"12px"}}},imageSizeV2:{desktop:{width:"20%",height:"auto",shapeLinked:!0,hiddenShape:!1,shape:"original",disableShapeLinked:!0}},align:{desktop:"right"},shapeShadow:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"#121212",angle:90},textBadgeShadow:{desktop:{normal:{}}},imageBadgeShadow:{desktop:{normal:{}}}},advanced:{d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"},animation:{desktop:{enabled:!1,trigger:"appear",triggerConfig:{appear:{animation:"fade",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!0,easing:"ease-out",zoomDirection:"in",scale:{in:[80,100],out:[120,100]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}},hover:{animation:"none",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!1,easing:"ease-out",zoomDirection:"in",scale:{in:[100,120],out:[100,80]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}}}}},"spacing-setting":{edited:["desktop"],desktop:{margin:{bottom:"0px"}},tablet:{margin:{bottom:"0px"}},mobile:{margin:{bottom:"0px"}}}}},{childrens:[{childrens:[{tag:"ProductPrice",label:"Product Price",settings:{priceType:"compare"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-2"},lineThrough:!0,thickness:2,lineColor:"text-2",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"}},defaultPresetConfig:{typo:{type:"subheading-2",default:{type:"subheading-2"}},color:{normal:"text-2"},lineThrough:!0,thickness:2,lineColor:"text-2",disableHoverColor:!0,hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"},"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{}}},op:{desktop:"100%"},animation:{desktop:{enabled:!1,trigger:"appear",triggerConfig:{appear:{animation:"fade",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!0,easing:"ease-out",zoomDirection:"in",scale:{in:[80,100],out:[120,100]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}},hover:{animation:"none",setting:{fade:{delay:"0",speed:1.7,easing:"ease-out"},zoom:{delay:"0",speed:1.7,isFade:!1,easing:"ease-out",zoomDirection:"in",scale:{in:[100,120],out:[100,80]}},slide:{delay:"0",speed:1.7,easing:"ease-out",direction:"left",isCustomDistance:!1},shake:{delay:"0",speed:.7,loop:!1,intensity:11,easing:"linear"}}}}}},priceType:"compare"},uid:"gCy64ANAyg",childrens:[]}],label:"Block",settings:{},styles:{},tag:"Col",uid:"gNivOIdIES"},{tag:"Col",label:"Block",settings:{},childrens:[{label:"Product Price",settings:{hasOnlyDefaultVariant:!1},styles:{color:{normal:"#242424"},hasTextShadow:{normal:!1},lineColor:"text-1",lineThrough:!0,priceType:"regular",textAlign:{desktop:"right"},textShadow:{normal:{type:"shadow-1"}},thickness:1,typo:{type:"subheading-2"}},tag:"ProductPrice",uid:"g6gUSBq8mG",childrens:[]}],uid:"gxpKB1p5Zq"}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"end"},inlineAlignment:"start",layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!1,mobile:!1,tablet:!1},preloadBgImage:!1,verticalGutter:{desktop:"8px"},width:{desktop:"100%"}},tag:"Row",uid:"g9d3z_8DT4",advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}]}],label:"Row",settings:{blockAlignment:"start",horizontalAlign:{desktop:"space-between"},inlineAlignment:"start",layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{background:{desktop:{attachment:"scroll",color:"transparent",image:{height:0,src:"",width:0},position:{x:50,y:50},repeat:"no-repeat",size:"cover",type:"color"}},columnGap:{desktop:"1%"},fullWidth:{desktop:!0,mobile:!0,tablet:!0},preloadBgImage:!1,verticalGutter:{desktop:"16px"},width:{}},tag:"Row",uid:"gJyBw8niWd"}];export{verticalTwo};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
let DynamicCheckoutPresets=[{id:"product-dynamic-button",name:{en:"Dynamic Checkout"},icon:{desktop:`
|
|
2
|
+
<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<rect y="6" width="96" height="36" rx="3" fill="#424242"/>
|
|
4
|
+
<path d="M24.7873 28V19.2727H27.8384C28.4464 19.2727 28.9478 19.3778 29.3427 19.5881C29.7376 19.7955 30.0316 20.0753 30.2248 20.4276C30.418 20.777 30.5146 21.1648 30.5146 21.5909C30.5146 21.9659 30.4478 22.2756 30.3143 22.5199C30.1836 22.7642 30.0103 22.9574 29.7944 23.0994C29.5813 23.2415 29.3498 23.3466 29.0998 23.4148V23.5C29.3668 23.517 29.6353 23.6108 29.9052 23.7812C30.1751 23.9517 30.4009 24.196 30.5827 24.5142C30.7646 24.8324 30.8555 25.2216 30.8555 25.6818C30.8555 26.1193 30.756 26.5128 30.5572 26.8622C30.3583 27.2116 30.0444 27.4886 29.6154 27.6932C29.1864 27.8977 28.6282 28 27.9407 28H24.7873ZM25.8441 27.0625H27.9407C28.631 27.0625 29.1211 26.929 29.4109 26.6619C29.7035 26.392 29.8498 26.0653 29.8498 25.6818C29.8498 25.3864 29.7745 25.1136 29.6239 24.8636C29.4734 24.6108 29.2589 24.4091 28.9805 24.2585C28.7021 24.1051 28.3725 24.0284 27.9918 24.0284H25.8441V27.0625ZM25.8441 23.108H27.8043C28.1225 23.108 28.4094 23.0455 28.6651 22.9205C28.9237 22.7955 29.1282 22.6193 29.2788 22.392C29.4322 22.1648 29.5089 21.8977 29.5089 21.5909C29.5089 21.2074 29.3754 20.8821 29.1083 20.6151C28.8413 20.3452 28.418 20.2102 27.8384 20.2102H25.8441V23.108ZM36.5806 25.3239V21.4545H37.5863V28H36.5806V26.892H36.5124C36.359 27.2244 36.1204 27.5071 35.7965 27.7401C35.4727 27.9702 35.0636 28.0852 34.5692 28.0852C34.1602 28.0852 33.7965 27.9957 33.4783 27.8168C33.1602 27.6349 32.9102 27.3622 32.7283 26.9986C32.5465 26.6321 32.4556 26.1705 32.4556 25.6136V21.4545H33.4613V25.5455C33.4613 26.0227 33.5948 26.4034 33.8619 26.6875C34.1317 26.9716 34.4755 27.1136 34.8931 27.1136C35.1431 27.1136 35.3974 27.0497 35.6559 26.9219C35.9173 26.794 36.136 26.598 36.3121 26.3338C36.4911 26.0696 36.5806 25.733 36.5806 25.3239ZM40.076 30.4545C39.9055 30.4545 39.7536 30.4403 39.62 30.4119C39.4865 30.3864 39.3942 30.3608 39.343 30.3352L39.5987 29.4489C39.843 29.5114 40.0589 29.5341 40.2464 29.517C40.4339 29.5 40.6001 29.4162 40.745 29.2656C40.8928 29.1179 41.0277 28.8778 41.1499 28.5455L41.3374 28.0341L38.9169 21.4545H40.0078L41.8146 26.6705H41.8828L43.6896 21.4545H44.7805L42.0021 28.9545C41.8771 29.2926 41.7223 29.5724 41.5376 29.794C41.353 30.0185 41.1385 30.1847 40.8942 30.2926C40.6527 30.4006 40.38 30.4545 40.076 30.4545ZM50.4886 24.0625V28H49.483V21.4545H50.4545V22.4773H50.5398C50.6932 22.1449 50.9261 21.8778 51.2386 21.6761C51.5511 21.4716 51.9545 21.3693 52.4489 21.3693C52.892 21.3693 53.2798 21.4602 53.6122 21.642C53.9446 21.821 54.2031 22.0938 54.3878 22.4602C54.5724 22.8239 54.6648 23.2841 54.6648 23.8409V28H53.6591V23.9091C53.6591 23.3949 53.5256 22.9943 53.2585 22.7074C52.9915 22.4176 52.625 22.2727 52.1591 22.2727C51.8381 22.2727 51.5511 22.3423 51.2983 22.4815C51.0483 22.6207 50.8509 22.8239 50.706 23.0909C50.5611 23.358 50.4886 23.6818 50.4886 24.0625ZM59.1616 28.1364C58.5707 28.1364 58.0522 27.9957 57.6062 27.7145C57.163 27.4332 56.8164 27.0398 56.5664 26.5341C56.3192 26.0284 56.1957 25.4375 56.1957 24.7614C56.1957 24.0795 56.3192 23.4844 56.5664 22.9759C56.8164 22.4673 57.163 22.0724 57.6062 21.7912C58.0522 21.5099 58.5707 21.3693 59.1616 21.3693C59.7525 21.3693 60.2695 21.5099 60.7127 21.7912C61.1587 22.0724 61.5053 22.4673 61.7525 22.9759C62.0025 23.4844 62.1275 24.0795 62.1275 24.7614C62.1275 25.4375 62.0025 26.0284 61.7525 26.5341C61.5053 27.0398 61.1587 27.4332 60.7127 27.7145C60.2695 27.9957 59.7525 28.1364 59.1616 28.1364ZM59.1616 27.233C59.6104 27.233 59.9798 27.1179 60.2695 26.8878C60.5593 26.6577 60.7738 26.3551 60.913 25.9801C61.0522 25.6051 61.1218 25.1989 61.1218 24.7614C61.1218 24.3239 61.0522 23.9162 60.913 23.5384C60.7738 23.1605 60.5593 22.8551 60.2695 22.6222C59.9798 22.3892 59.6104 22.2727 59.1616 22.2727C58.7127 22.2727 58.3434 22.3892 58.0536 22.6222C57.7638 22.8551 57.5494 23.1605 57.4102 23.5384C57.271 23.9162 57.2013 24.3239 57.2013 24.7614C57.2013 25.1989 57.271 25.6051 57.4102 25.9801C57.5494 26.3551 57.7638 26.6577 58.0536 26.8878C58.3434 27.1179 58.7127 27.233 59.1616 27.233ZM64.9229 28L62.9286 21.4545H63.9854L65.4002 26.4659H65.4684L66.8661 21.4545H67.94L69.3207 26.4489H69.3888L70.8036 21.4545H71.8604L69.8661 28H68.8775L67.4457 22.9716H67.3434L65.9116 28H64.9229Z" fill="#AAAAAA"/>
|
|
5
|
+
</svg>
|
|
6
|
+
`},components:[{tag:"DynamicCheckout",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];export{DynamicCheckoutPresets};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let DynamicCheckoutSettings=[{id:"setting",note:'This button will be changed dynamically based on the third-party accelerated checkout method. <a class="no-underline text-primary-250" target="_blank" href="https://help.shopify.com/en/manual/online-store/dynamic-checkout">Learn more</a>',controls:[{id:"label",label:"Label",type:"input",default:"Buy it now"},{id:"enableHoverEffect",type:"toggle",default:!0}]},{id:"style",controls:[{id:"typo",type:"typography-v2",label:"Typography",default:{type:"paragraph-1",attrs:{color:"text-3"}},hiddenSetting:{textAlign:!0},ignoreReRender:!0},{id:"transform",label:"Text Transform",type:"select",options:[{value:"default",label:"None"},{value:"capitalize",label:"Capitalize"},{value:"uppercase",label:"Uppercase"},{value:"lowercase",label:"Lowercase"}],default:"default"},{id:"backgroundColorV2",type:"color-picker-v2",default:{normal:"brand",hover:"highlight"},compoDefaultValue:{normal:"brand",hover:"highlight"},enableGradient:!0},{id:"backgroundImage",type:"background-image",compoDefaultValue:{normal:{size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480,hiddenSEO:!0}},hover:{size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480,hiddenSEO:!0}}}},{id:"behavior-state",type:"behavior-state",controls:[{id:"backgroundColor",type:"colorpicker",label:"Background Color",default:{normal:"brand",hover:"highlight"},state:{hover:!0,normal:!0}},{id:"textColor",type:"color-picker-v2",default:{normal:"text-3"},state:{hover:!0,normal:!0},enableGradient:!1},{id:"borderBtnV2",type:"border-v2",default:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}},compoDefaultValue:{normal:{border:"solid",color:"line-3",width:"1px",borderWidth:"1px"},hover:{border:"solid",color:"line-3",width:"1px",borderWidth:"1px"}}},{id:"borderBtn",type:"border",label:"Border Style",default:{normal:{border:"none",isCustom:!0,position:"all",borderWidth:"1px",width:"1px 1px 1px 1px"}},state:{hover:!0,normal:!0}},{id:"hasBoxShadowBtn",type:"toggle",label:"Enable Button Shadow",default:{normal:!1},state:{normal:!0,hover:!0}},{id:"boxShadowBtn",type:"shadow-v2",default:{normal:{}},compoDefaultValue:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}},{id:"roundedBtnV2",type:"corner-v2",default:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}},compoDefaultValue:{normal:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"},hover:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}}},{id:"roundedBtn",type:"radius-preset",label:"Border Radius",default:{normal:{radiusType:"none"}},state:{hover:!0,normal:!0}}]},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],devices:{desktop:{default:"left"}}},{id:"button-dimensions",type:"group",label:"Dimensions",controls:[{id:"btnSpacing",label:"Inside space",type:"size",default:{type:"medium"},ignoreReRender:!0},{id:"fullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!0}}},{id:"width",type:"input:unit",label:"Width",emptyOnClear:!0,placeholder:"Auto",min:0,units:["px","%"],devices:{desktop:{default:void 0}}}]},{id:"globalSize",type:"size-setting",devices:{desktop:{default:{width:"100%",height:"Auto",padding:{type:"medium",top:"12px",bottom:"12px",left:"24px",right:"24px"}}}},settingConfig:{width:{displayOptions:["full","auto","small","large","medium"],sizeConfig:{small:"100px",medium:"116px",large:"132px"}},height:{displayOptions:["auto","small","large","medium"],sizeConfig:{small:"28px",medium:"36px",large:"44px"}}},hiddenSettings:["shape","gap"]}]}];export{DynamicCheckoutSettings};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let SettingUIV1=[{type:"group",label:{en:"Content"},controls:[{type:"control",label:{en:"Label"},setting:{id:"label"}}]},{type:"group",label:{en:"Size"},controls:[{type:"control",setting:{id:"globalSize"},layout:"vertical"}]},{type:"group",label:{en:"States"},options:{labelSpacing:"small"},controls:[{type:"tab",controls:[{type:"group",label:{en:"Normal"},controls:[{type:"control",label:{en:"Background color"},setting:{id:"backgroundColor",state:"normal"}},{type:"control",label:{en:"Text color"},setting:{id:"textColor",state:"normal"}},{type:"control",options:{labelPosition:"start"},label:{en:"Border"},setting:{id:"borderBtn",state:"normal"}},{type:"control",label:{en:"Corner"},setting:{id:"roundedBtn",state:"normal"}},{type:"control",label:{en:"Shadow"},setting:{id:"hasBoxShadowBtn",state:"normal"}},{type:"control",condition:"hasBoxShadowBtn.normal == true",layout:"vertical",setting:{id:"boxShadowBtn",state:"normal"}}]},{type:"group",label:{en:"Hover"},controls:[{type:"control",label:{en:"Background color"},setting:{id:"backgroundColor",state:"hover"}},{type:"control",label:{en:"Text color"},setting:{id:"textColor",state:"hover"}},{type:"control",options:{labelPosition:"start"},label:{en:"Border"},setting:{id:"borderBtn",state:"hover"}},{type:"control",label:{en:"Corner"},setting:{id:"roundedBtn",state:"hover"}},{type:"control",label:{en:"Shadow"},setting:{id:"hasBoxShadowBtn",state:"hover"}},{type:"control",condition:"hasBoxShadowBtn.hover == true",layout:"vertical",setting:{id:"boxShadowBtn",state:"hover"}}]}]}]},{type:"group",label:{en:"Text"},controls:[{type:"control",setting:{id:"typo"},layout:"vertical"}]},{type:"control",label:{en:"Align"},condition:"globalSize.width !== '100%'",options:{label:"large"},setting:{id:"align"}}];export{SettingUIV1};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let SettingUIV2=[{label:{en:"Size"},controls:[{id:"Width",label:{en:"Width"},controlConfig:{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,linkWithSetting:{name:"globalSize",field:"width"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0},{label:"Small",value:"100px",showValue:!0},{label:"Medium",value:"116px",showValue:!0},{label:"Large",value:"132px",showValue:!0}]},layout:"horizontal"},{id:"Height",label:{en:"Height"},controlConfig:{id:"height",type:"dropdown:input",label:"height",inputType:"number",units:["px"],hideUnit:!1,linkWithSetting:{name:"globalSize",field:"height"},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Small",value:"28px",showValue:!0},{label:"Medium",value:"36px",showValue:!0},{label:"Large",value:"44px",showValue:!0}]},layout:"horizontal"},{label:{en:"Padding"},controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"globalSize",field:"padding"},compoDefaultValue:{desktop:{default:{type:"medium",top:"12px",bottom:"12px",left:"24px",right:"24px"}}}}}]},{label:{en:"Background"},conditionDisplay:'pageType != "POST_PURCHASE"',controls:[{label:{en:"Color"},setting:{id:"backgroundColorV2",state:"normal"}},{label:{en:"Image"},setting:{id:"backgroundImage",state:"normal"}}]},{label:{en:"Shape"},conditionDisplay:'pageType != "POST_PURCHASE"',controls:[{label:{en:"Border"},setting:{id:"borderBtnV2",state:"normal"}},{label:{en:"Corner"},setting:{id:"roundedBtnV2",state:"normal"}},{label:{en:"Shadow"},setting:{id:"boxShadowBtn",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadowBtn",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadowBtn.normal.enable === true",source:["boxShadowBtn","hasBoxShadowBtn"],action:{controlId:"hasBoxShadowBtn",groupType:"style",controlType:"style",state:"normal",newValue:!0}},{condition:"boxShadowBtn.normal.enable === false",source:["boxShadowBtn","hasBoxShadowBtn"],action:{controlId:"hasBoxShadowBtn",groupType:"style",controlType:"style",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{label:{en:"Text"},controls:[{id:"typo",label:{en:"Basic"},setting:{id:"typo"},options:{hideLabel:!0,fullWidth:!0,updateFields:[{field:"attrs.color",settingId:"textColor",state:"normal"}]},layout:"vertical",controlChangeTrigger:{settings:[{action:{controlId:"textColor",valueFromField:"attrs.color",groupType:"style",controlType:"style",removeDevice:!0,state:"normal"}}],options:{noRecordHistory:!0}}}]},{label:{en:"Effect"},conditionDisplay:'pageType != "POST_PURCHASE"',controls:[{label:{en:"Hover"},type:"combo",state:"hover",iconName:"polaris-check-hover",fixedValue:"Styled",popoverLabel:{en:"Hover"},setting:{id:"enableHoverEffect"},controls:[{type:"group",label:{en:"Background"},controls:[{label:{en:"Color"},setting:{id:"backgroundColorV2",state:"hover"}},{label:{en:"Image"},setting:{id:"backgroundImage",state:"hover"}}]},{type:"group",label:{en:"Text"},controls:[{label:{en:"Text color"},setting:{id:"textColor",state:"hover"}}]},{type:"group",label:{en:"Shape"},controls:[{label:{en:"Border"},setting:{id:"borderBtnV2",state:"hover"}},{label:{en:"Corner"},setting:{id:"roundedBtnV2",state:"hover"}},{label:{en:"Shadow"},setting:{id:"boxShadowBtn",state:"hover"},options:{updateFields:[{field:"hover.enable",settingId:"hasBoxShadowBtn",state:"hover"}]},controlChangeTrigger:{settings:[{condition:"boxShadowBtn.hover.enable === true",source:["boxShadowBtn","hasBoxShadowBtn"],action:{controlId:"hasBoxShadowBtn",groupType:"style",controlType:"style",state:"hover",newValue:!0}},{condition:"boxShadowBtn.hover.enable === false",source:["boxShadowBtn","hasBoxShadowBtn"],action:{controlId:"hasBoxShadowBtn",groupType:"style",controlType:"style",state:"hover",newValue:!1}}],options:{noRecordHistory:!0}}}]}]}]},{controls:[{label:{en:"Align"},conditionEnable:'!(globalSize.width === "default" || (parseInt(globalSize.width) >= 100 && globalSize.width?.includes("%")))',setting:{id:"align"},options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{SettingUIV2};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{product1Col as t,product1ColProductPage as r}from"./product-presets/product-1-col.js";import{product2Col as o,product2ColProductPage as s}from"./product-presets/product-2-col.js";import{productDefault as p,productDynamicProductPage as e}from"./product-presets/product-default.js";import{postPurchaseProduct1Col as c}from"../../../../post-purchase/product/settings/presets-config/product-presets/product-1-col.js";import{postPurchaseProduct2Col as u}from"../../../../post-purchase/product/settings/presets-config/product-presets/product-2-col.js";import{postPurchaseProductDefault as d}from"../../../../post-purchase/product/settings/presets-config/product-presets/product-default.js";let ProductPreset=[p,o,t,e,s,r,d,u,c];export{ProductPreset};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
let product1Col={id:"product-1-col",name:{en:"Product"},icon:{desktop:`
|
|
2
|
+
<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<rect x="28" width="40" height="28" rx="3" fill="#424242"/>
|
|
4
|
+
<path d="M40.5 8.26601L45.495 6.52875C45.495 6.52875 46.1024 7.94539 48.005 7.94539C49.9076 7.94539 50.5083 6.5 50.5083 6.5L55.5 8.26601L54.6692 12.6222H52.1642V20.5H43.825V12.6196H41.3325L40.5 8.26601Z" fill="#D6D6D6"/>
|
|
5
|
+
<rect x="31" y="31" width="34" height="7" rx="3" fill="#424242"/>
|
|
6
|
+
<rect x="36" y="41" width="24" height="7" rx="3" fill="#424242"/>
|
|
7
|
+
</svg>
|
|
8
|
+
`},components:[{tag:"Product",settings:{layout:{desktop:{cols:[12],display:"fill"}},productSetting:{productId:"Latest",initialVariantId:"Latest",productStatus:"static",hasPreSelected:!0}},styles:{fullWidth:{desktop:!1,tablet:!0,mobile:!0},width:{desktop:"600px"},verticalGutterMobile:{desktop:"32px",mobile:"16px"}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"bottom-center",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"none"},ftClickOpenLightBox:{desktop:"product-link"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]},{tag:"Col",childrens:[{tag:"ProductTitle",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"regular"},styles:{}}]},{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"compare"},styles:{color:{normal:"text-2"}}}]}]},{tag:"ProductDescription",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductVariants",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Text",settings:{text:"Quantity"},styles:{typo:{type:"paragraph-1"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductQuantity",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductButton",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1},styles:{globalSize:{desktop:{width:"100%"}}}},{tag:"DynamicCheckout",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1,label:"Buy it now"},styles:{fullWidth:{desktop:!0}}}]}]}]},product1ColProductPage={id:"product-1-col-product-page",name:{en:"Product"},icon:{desktop:`
|
|
9
|
+
<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10
|
+
<rect x="28" width="40" height="28" rx="3" fill="#424242"/>
|
|
11
|
+
<path d="M40.5 8.26601L45.495 6.52875C45.495 6.52875 46.1024 7.94539 48.005 7.94539C49.9076 7.94539 50.5083 6.5 50.5083 6.5L55.5 8.26601L54.6692 12.6222H52.1642V20.5H43.825V12.6196H41.3325L40.5 8.26601Z" fill="#D6D6D6"/>
|
|
12
|
+
<rect x="31" y="31" width="34" height="7" rx="3" fill="#424242"/>
|
|
13
|
+
<rect x="36" y="41" width="24" height="7" rx="3" fill="#424242"/>
|
|
14
|
+
</svg>
|
|
15
|
+
`},components:[{tag:"Product",settings:{layout:{desktop:{cols:[12],display:"fill"}},productSetting:{productId:"Latest",initialVariantId:"Latest",productStatus:"dynamic",hasPreSelected:!0}},styles:{fullWidth:{desktop:!1,tablet:!0,mobile:!0},width:{desktop:"600px"},verticalGutterMobile:{desktop:"32px",mobile:"16px"}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"bottom-center",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"none"},ftClickOpenLightBox:{desktop:"product-link"}}}]},{tag:"Col",childrens:[{tag:"ProductTitle",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{verticalGutter:{desktop:"8px"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"regular"},styles:{}}]},{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"compare"},styles:{color:{normal:"text-2"}}}]}]},{tag:"ProductDescription",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductVariants",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Text",settings:{text:"Quantity"},styles:{typo:{type:"paragraph-1"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductQuantity",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductButton",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1},styles:{globalSize:{desktop:{width:"100%"}}}},{tag:"DynamicCheckout",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1,label:"Buy it now"},styles:{fullWidth:{desktop:!0}}}]}]}]};export{product1Col,product1ColProductPage};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
let product2Col={id:"product-2-col",name:{en:"Product"},icon:{desktop:`
|
|
2
|
+
<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<rect x="10" width="10" height="10" rx="3" transform="rotate(90 10 0)" fill="#424242"/>
|
|
4
|
+
<rect x="10" y="12" width="10" height="10" rx="3" transform="rotate(90 10 12)" fill="#424242"/>
|
|
5
|
+
<rect x="10" y="24" width="10" height="10" rx="3" transform="rotate(90 10 24)" fill="#424242"/>
|
|
6
|
+
<rect x="14" width="46" height="48" rx="3" fill="#424242"/>
|
|
7
|
+
<path d="M29.5 18.766L34.495 17.0288C34.495 17.0288 35.1024 18.4454 37.005 18.4454C38.9076 18.4454 39.5083 17 39.5083 17L44.5 18.766L43.6692 23.1222H41.1642V31H32.825V23.1196H30.3325L29.5 18.766Z" fill="#F9F9F9"/>
|
|
8
|
+
<rect x="64" width="28" height="7" rx="3" fill="#424242"/>
|
|
9
|
+
<rect x="64" y="11" width="14" height="7" rx="3" fill="#424242"/>
|
|
10
|
+
</svg>
|
|
11
|
+
`},components:[{tag:"Product",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12],display:"fill"}},productSetting:{productId:"Latest",initialVariantId:"Latest",productStatus:"static",hasPreSelected:!0}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"left",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"none"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]},{tag:"Col",childrens:[{tag:"ProductTitle",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{verticalGutter:{desktop:"8px"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"regular"},styles:{}}]},{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"compare"},styles:{color:{normal:"text-2"}}}]}]},{tag:"ProductDescription",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductVariants",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Text",settings:{text:"Quantity"},styles:{typo:{type:"paragraph-1"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductQuantity",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductButton",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1},styles:{globalSize:{desktop:{width:"100%"}}}},{tag:"DynamicCheckout",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1,label:"Buy it now"},styles:{fullWidth:{desktop:!0}}}]}]}]},product2ColProductPage={id:"product-2-col-product-page",name:{en:"Product"},icon:{desktop:`
|
|
12
|
+
<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
13
|
+
<rect x="10" width="10" height="10" rx="3" transform="rotate(90 10 0)" fill="#424242"/>
|
|
14
|
+
<rect x="10" y="12" width="10" height="10" rx="3" transform="rotate(90 10 12)" fill="#424242"/>
|
|
15
|
+
<rect x="10" y="24" width="10" height="10" rx="3" transform="rotate(90 10 24)" fill="#424242"/>
|
|
16
|
+
<rect x="14" width="46" height="48" rx="3" fill="#424242"/>
|
|
17
|
+
<path d="M29.5 18.766L34.495 17.0288C34.495 17.0288 35.1024 18.4454 37.005 18.4454C38.9076 18.4454 39.5083 17 39.5083 17L44.5 18.766L43.6692 23.1222H41.1642V31H32.825V23.1196H30.3325L29.5 18.766Z" fill="#F9F9F9"/>
|
|
18
|
+
<rect x="64" width="28" height="7" rx="3" fill="#424242"/>
|
|
19
|
+
<rect x="64" y="11" width="14" height="7" rx="3" fill="#424242"/>
|
|
20
|
+
</svg>
|
|
21
|
+
`},components:[{tag:"Product",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12],display:"fill"}},productSetting:{productId:"Latest",initialVariantId:"Latest",productStatus:"dynamic",hasPreSelected:!0}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"left",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"none"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]},{tag:"Col",childrens:[{tag:"ProductTitle",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{verticalGutter:{desktop:"8px"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"regular"},styles:{}}]},{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"compare"},styles:{color:{normal:"text-2"}}}]}]},{tag:"ProductDescription",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductVariants",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Text",settings:{text:"Quantity"},styles:{typo:{type:"paragraph-1"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductQuantity",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductButton",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1},styles:{globalSize:{desktop:{width:"100%"}}}},{tag:"DynamicCheckout",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1,label:"Buy it now"},styles:{fullWidth:{desktop:!0}}}]}]}]};export{product2Col,product2ColProductPage};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
let productDefault={id:"product",name:{en:"Product"},icon:{desktop:`
|
|
2
|
+
<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<rect x="7" width="46" height="34" rx="3" fill="#424242"/>
|
|
4
|
+
<path d="M22.5 11.766L27.495 10.0288C27.495 10.0288 28.1024 11.4454 30.005 11.4454C31.9076 11.4454 32.5083 10 32.5083 10L37.5 11.766L36.6692 16.1222H34.1642V24H25.825V16.1196H23.3325L22.5 11.766Z" fill="#F9F9F9"/>
|
|
5
|
+
<rect x="7" y="38" width="10" height="10" rx="3" fill="#424242"/>
|
|
6
|
+
<rect x="19" y="38" width="10" height="10" rx="3" fill="#424242"/>
|
|
7
|
+
<rect x="31" y="38" width="10" height="10" rx="3" fill="#424242"/>
|
|
8
|
+
<rect x="43" y="38" width="10" height="10" rx="3" fill="#424242"/>
|
|
9
|
+
<rect x="57" width="32" height="7" rx="3" fill="#424242"/>
|
|
10
|
+
<rect x="57" y="11" width="18" height="7" rx="3" fill="#424242"/>
|
|
11
|
+
</svg>
|
|
12
|
+
`},components:[{tag:"Product",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12],display:"fill"}},productSetting:{productId:"Latest",initialVariantId:"Latest",productStatus:"static",hasPreSelected:!0}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"bottom-center",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"none"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]},{tag:"Col",childrens:[{tag:"ProductTitle",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{verticalGutter:{desktop:"8px"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"regular"},styles:{}}]},{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"compare"},styles:{color:{normal:"text-2"}}}]}]},{tag:"ProductDescription",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductVariants",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Text",settings:{text:"Quantity"},styles:{typo:{type:"paragraph-1"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductQuantity",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductButton",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1},styles:{globalSize:{desktop:{width:"100%"}}}},{tag:"DynamicCheckout",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1,label:"Buy it now"},styles:{fullWidth:{desktop:!0}}}]}]}]},productDynamicProductPage={id:"product-product-page",name:{en:"Product"},icon:{desktop:`
|
|
13
|
+
<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
14
|
+
<rect x="7" width="46" height="34" rx="3" fill="#424242"/>
|
|
15
|
+
<path d="M22.5 11.766L27.495 10.0288C27.495 10.0288 28.1024 11.4454 30.005 11.4454C31.9076 11.4454 32.5083 10 32.5083 10L37.5 11.766L36.6692 16.1222H34.1642V24H25.825V16.1196H23.3325L22.5 11.766Z" fill="#F9F9F9"/>
|
|
16
|
+
<rect x="7" y="38" width="10" height="10" rx="3" fill="#424242"/>
|
|
17
|
+
<rect x="19" y="38" width="10" height="10" rx="3" fill="#424242"/>
|
|
18
|
+
<rect x="31" y="38" width="10" height="10" rx="3" fill="#424242"/>
|
|
19
|
+
<rect x="43" y="38" width="10" height="10" rx="3" fill="#424242"/>
|
|
20
|
+
<rect x="57" width="32" height="7" rx="3" fill="#424242"/>
|
|
21
|
+
<rect x="57" y="11" width="18" height="7" rx="3" fill="#424242"/>
|
|
22
|
+
</svg>
|
|
23
|
+
`},components:[{tag:"Product",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12],display:"fill"}},productSetting:{productId:"Latest",initialVariantId:"Latest",productStatus:"dynamic",hasPreSelected:!0}},styles:{verticalGutter:{desktop:"var(--g-s-2xl)"}},childrens:[{tag:"Col",childrens:[{tag:"ProductImagesV2",styles:{position:{desktop:"bottom-center",mobile:"bottom-center"}},settings:{ftDragToScroll:!0,ftNavigationPosition:{desktop:"none"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]},{tag:"Col",childrens:[{tag:"ProductTitle",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{verticalGutter:{desktop:"var(--g-s-s)"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},childrens:[{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"regular"},styles:{}}]},{tag:"Col",childrens:[{tag:"ProductPrice",settings:{priceType:"compare"},styles:{color:{normal:"text-2"}}}]}]},{tag:"ProductDescription",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductVariants",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"Text",settings:{text:"Quantity"},styles:{typo:{type:"paragraph-1"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductQuantity",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}},{tag:"ProductButton",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1},styles:{globalSize:{desktop:{width:"100%"}}}},{tag:"DynamicCheckout",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}},settings:{iconVisible:!1,label:"Buy it now"},styles:{fullWidth:{desktop:!0}}}]}]}]};export{productDefault,productDynamicProductPage};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let ProductSettings=[{id:"setting",controls:[{id:"layout",type:"layout",isProductLayout:!0,devices:{desktop:{default:{cols:[6,6],display:"fill"}}}},{id:"horizontalAlign",type:"option:value",options:[{label:"Start",value:"start",iconName:"gp-align-left"},{label:"Center",value:"center",iconName:"gp-align-center"},{label:"End",value:"end",iconName:"gp-align-right"}],devices:{desktop:{default:"start"}}},{id:"verticalAlign",type:"option:value",options:[{label:"Start",value:"start",tooltip:"Align top",iconName:"gp-align-top"},{label:"Center",value:"center",tooltip:"Align center",iconName:"gp-align-center-vertical"},{label:"End",value:"end",tooltip:"Align bottom",iconName:"gp-align-bottom"},{label:"Between",value:"space-between",tooltip:"Distribute vertical spacing",iconName:"gp-justify-content-space-between"}],devices:{desktop:{default:"start"}}},{id:"productSetting",type:"product",label:"Select Product",isMultiple:!1},{id:"isSyncProduct",type:"sync-product-properties",default:!0},{id:"variantDisplay",type:"group",label:"Variant Display",controls:[{id:"selectVariantDefault",type:"select-variant",label:"Select Default Variant",hide:!0}]},{id:"inlineAlignment",type:"option:value",options:[{label:"Start",value:"start",iconName:"gp-justify-content-top"},{label:"Center",value:"center",iconName:"gp-justify-content-center"},{label:"End",value:"end",iconName:"gp-justify-content-bottom"}],default:"start"},{id:"blockAlignment",type:"option:value",options:[{label:"Start",value:"start"},{label:"Center",value:"center"},{label:"End",value:"end"}],default:"start"},{id:"discountType",label:"Discount",type:"select",options:[{label:"Percentage",value:"PERCENTAGE"},{label:"Fixed change",value:"FIXED_AMOUNT"}],default:"PERCENTAGE"},{id:"discountValue",type:"product-input-currency-unit",label:"",default:0},{id:"shippingFeeType",label:"Shipping fee",type:"select",options:[{label:"Free",value:"free"},{label:"Fixed change",value:"fixedChange"},{label:"Charge per unit",value:"chargePerUnit"}],default:"free"},{id:"shippingFeeValue",type:"product-input-currency-unit",label:"",default:0}]},{id:"style",controls:[{id:"dimensionGroup",type:"group",label:"Dimension",controls:[{id:"fullWidth",label:"Full Width",type:"toggle",devices:{desktop:{default:!1},tablet:{default:!1},mobile:{default:!1}}},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,isRowWith:!0,devices:{desktop:{default:"default"}},displayOptions:[{label:"Full",value:"100%",showValue:!0},{label:"Default",value:"default",showValue:!0}]},{id:"verticalGutter",type:"input:slider",units:["px"],min:0,max:80,ignoreMax:!0,devices:{desktop:{default:"32px"}}},{id:"verticalGutterMobile",type:"input:slider",units:["px"],min:0,max:80,ignoreMax:!0,devices:{desktop:{default:"16px"}}},{id:"columnGap",type:"input:slider",min:0,max:100,step:1,units:["%"],ignoreMax:!0,devices:{desktop:{default:"1%"}}}]},{id:"background",type:"background-media",ignoreReRender:!0,showVideo:!1,hideImage:!0,devices:{desktop:{default:{type:"color",color:"transparent"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"#DDDDDD"}}}},{id:"preloadBgImage",type:"toggle",label:"Preload",default:!1}]}];export{ProductSettings};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let SettingUIV1=[{type:"control",label:{en:"Select product"},setting:{id:"productSetting"},layout:"vertical"},{type:"group",label:{en:"Discount & shipping fee"},controls:[{type:"control",label:{en:"Discount"},setting:{id:"discountType"},condition:'pageType == "POST_PURCHASE"'},{type:"control",label:{en:" "},setting:{id:"discountValue"},condition:'pageType == "POST_PURCHASE"'},{type:"control",label:{en:"Shipping fee"},setting:{id:"shippingFeeType"},condition:'pageType == "POST_PURCHASE"'},{type:"control",label:{en:" "},condition:"shippingFeeType !== 'free' && pageType == \"POST_PURCHASE\"",setting:{id:"shippingFeeValue"}}]},{type:"control",label:{en:"Select Variant"},layout:"vertical",setting:{id:"selectVariantDefault"},options:{label:"large",styleControl:{"max-width":"100%"}}},{type:"control",label:{en:"Layout"},setting:{id:"layout"},layout:"vertical"},{type:"group",label:{en:"Size"},controls:[{type:"control",label:{en:"Full width"},setting:{id:"fullWidth"}},{condition:"fullWidth === false",type:"control",label:{en:"Width"},setting:{id:"width"}},{type:"control",label:{en:"Column gap"},setting:{id:"verticalGutter"},condition:'!!layout.cols && layout.cols.length > 1 && pageType != "POST_PURCHASE"'},{type:"control",label:{en:"Column gap"},setting:{id:"columnGap"},condition:'!!layout.cols && layout.cols.length > 1 && pageType == "POST_PURCHASE"'}]},{type:"group",label:{en:"Align"},condition:"layout.display !== 'fill' || (layout.display === 'fill' && !!layout.cols && layout.cols.length > 1)",controls:[{type:"control",label:{en:"Vertical"},setting:{id:"verticalAlign"},condition:'!!layout.cols && layout.cols.length > 1 && pageType != "POST_PURCHASE"'},{type:"control",label:{en:"Horizontal"},condition:"layout.display !== 'fill' && pageType != \"POST_PURCHASE\"",setting:{id:"horizontalAlign"}},{type:"control",label:{en:"Horizontal"},condition:"layout.display !== 'fill' && pageType == \"POST_PURCHASE\"",setting:{id:"inlineAlignment"}}]},{type:"group",label:{en:""},condition:'pageType != "POST_PURCHASE"',controls:[{type:"control",label:{en:"Manage variants & quantity"},layout:"vertical",setting:{id:"isSyncProduct"},options:{label:"large"},isMoreSetting:!0}]}];export{SettingUIV1};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let SettingUIV2=[{label:{en:"Layout"},controls:[{setting:{id:"layout"},layout:"vertical"}]},{label:{en:"Product source"},controls:[{setting:{id:"productSetting"},layout:"vertical"}]},{label:{en:"Column spacing"},conditionDisplay:'pageType !== "POST_PURCHASE" && childrens > 1',controls:[{label:{en:"Gap"},setting:{id:"verticalGutter"},conditionDisplay:"layout.cols.length > 1"},{setting:{id:"verticalGutterMobile"},label:{en:"Gap"},conditionDisplay:"layout.cols.length === 1"},{label:{en:"Gap"},setting:{id:"columnGap"},conditionDisplay:'!!layout.cols && layout.cols.length > 1 && pageType == "POST_PURCHASE"'}]},{label:{en:"Size"},controls:[{setting:{id:"width"},label:{en:"Width"},layout:"horizontal"},{label:{en:"Padding"},controlConfig:{id:"padding",type:"padding-v2",linkWithSetting:{name:"spacing-setting",field:"padding"}}}]},{label:{en:"Background"},conditionDisplay:'pageType != "POST_PURCHASE"',controls:[{setting:{id:"background"},layout:"vertical",options:{updateFields:[{field:"preload",settingId:"preloadBgImage"}]},controlChangeTrigger:{settings:[{action:{controlId:"preloadBgImage",valueFromField:"preload",groupType:"style",controlType:"style",removeDevice:!0}}],options:{noRecordHistory:!0}}}]},{label:{en:"Shape"},conditionDisplay:'pageType != "POST_PURCHASE"',controls:[{label:{en:"Border"},setting:{id:"border",state:"normal"}},{label:{en:"Corner"},setting:{id:"rounded",state:"normal"}},{label:{en:"Shadow"},setting:{id:"boxShadow",state:"normal"},options:{updateFields:[{field:"normal.enable",settingId:"hasBoxShadow",state:"normal"}]},controlChangeTrigger:{settings:[{condition:"boxShadow.normal.enable === true",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!0}},{condition:"boxShadow.normal.enable === false",source:["boxShadow","hasBoxShadow"],action:{controlId:"hasBoxShadow",groupType:"advanced",controlType:"advanced",state:"normal",newValue:!1}}],options:{noRecordHistory:!0}}}]},{label:{en:"Display option"},controls:[{layout:"vertical",setting:{id:"selectVariantDefault"}},{label:{en:"Condition"},controlConfig:{id:"condition",type:"select",options:[{label:"Link variants, quantity <br> between same products",value:!0,svgIcon:"gp-sync-product-on"},{label:"Unlink variants, quantity <br> between same products",value:!1,svgIcon:"gp-sync-product-off"}],linkWithSetting:{name:"isSyncProduct"}}}]},{label:{en:"Align"},conditionDisplay:"pageType != \"POST_PURCHASE\" && (layout.display === 'fit' || (!!layout.cols && layout.cols.length > 1))",controls:[{id:"verticalAlign",label:{en:"Vertical"},setting:{id:"verticalAlign"},conditionDisplay:"!!layout.cols && layout.cols.length > 1"},{id:"horizontalAlign",label:{en:"Horizontal"},setting:{id:"horizontalAlign"},conditionDisplay:"layout.display == 'fit'",options:{disableMessage:'Horizontal Align is available when layout is "Fit to content"'}}]}];export{SettingUIV2};
|