@gem-sdk/components 12.0.0-staging.51 → 12.0.0-staging.53
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/components/Accordion.liquid.js +9 -9
- package/dist/cjs/accordion/settings/Accordion.js +2 -2
- package/dist/cjs/accordion/settings/configs/settings.js +1 -1
- package/dist/cjs/accordion/settings/configs/translate.js +1 -0
- package/dist/cjs/article/components/ArticleAuthor.liquid.js +1 -1
- package/dist/cjs/article/components/ArticleDate.liquid.js +1 -1
- package/dist/cjs/article/components/ArticleExcerpt.liquid.js +1 -1
- package/dist/cjs/article/components/ArticleReadMore.liquid.js +4 -4
- package/dist/cjs/article/components/ArticleTag.liquid.js +1 -1
- package/dist/cjs/article/components/ArticleTitle.liquid.js +2 -2
- package/dist/cjs/article/settings/ArticleAuthor.js +2 -2
- package/dist/cjs/article/settings/ArticleCategory.js +2 -2
- package/dist/cjs/article/settings/ArticleContent.js +2 -2
- package/dist/cjs/article/settings/ArticleDate.js +2 -2
- package/dist/cjs/article/settings/ArticleExcerpt.js +2 -2
- package/dist/cjs/article/settings/ArticleImage.js +2 -2
- package/dist/cjs/article/settings/ArticleList.js +1 -1
- package/dist/cjs/article/settings/ArticlePagination.js +1 -1
- package/dist/cjs/article/settings/ArticleReadMore.js +2 -2
- package/dist/cjs/article/settings/ArticleTag.js +2 -2
- package/dist/cjs/article/settings/ArticleTitle.js +2 -2
- package/dist/cjs/article/settings/configs/article-read-more/settings.js +1 -1
- package/dist/cjs/article/settings/configs/translate.js +1 -0
- package/dist/cjs/breadcrumb/settings/Breadcrumb.js +1 -1
- package/dist/cjs/builder.js +1 -1
- package/dist/cjs/button/common/helpers.js +1 -1
- package/dist/cjs/button/components/Button.liquid.js +19 -19
- package/dist/cjs/button/settings/Button.js +2 -2
- package/dist/cjs/button/settings/configs/settings.js +1 -1
- package/dist/cjs/button/settings/configs/translate.js +1 -0
- package/dist/cjs/carousel/settings/Carousel.js +2 -2
- package/dist/cjs/carousel-v3/settings/Carousel.js +2 -2
- package/dist/cjs/code/common/styles.js +1 -1
- package/dist/cjs/code/components/CSSCode.js +1 -1
- package/dist/cjs/code/components/CSSCode.liquid.js +4 -4
- package/dist/cjs/code/index.js +1 -1
- package/dist/cjs/code/settings/CSSCode.js +2 -2
- package/dist/cjs/code/settings/configs/translate.js +1 -0
- package/dist/cjs/collection/components/collection-description/common/helpers.js +1 -1
- package/dist/cjs/collection/components/collection-paginator/common/helpers.js +2 -2
- package/dist/cjs/collection/components/collection-title/CollectionTitle.liquid.js +1 -1
- package/dist/cjs/collection/components/collection-toolbar/common/helpers.js +1 -1
- package/dist/cjs/collection/settings/collection-banner/CollectionBanner.js +2 -2
- package/dist/cjs/collection/settings/collection-description/CollectionDescription.js +2 -2
- package/dist/cjs/collection/settings/collection-description/configs/settings.js +1 -1
- package/dist/cjs/collection/settings/collection-description/configs/translate.js +1 -0
- package/dist/cjs/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
- package/dist/cjs/collection/settings/collection-paginator/configs/settings.js +1 -1
- package/dist/cjs/collection/settings/collection-paginator/configs/translate.js +1 -0
- package/dist/cjs/collection/settings/collection-title/CollectionTitle.js +2 -2
- package/dist/cjs/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
- package/dist/cjs/collection/settings/collection-toolbar/configs/settings.js +1 -1
- package/dist/cjs/collection/settings/collection-toolbar/configs/translate.js +1 -0
- package/dist/cjs/constant.js +1 -1
- package/dist/cjs/countdown-timer/components/Countdown.liquid.js +23 -23
- package/dist/cjs/countdown-timer/settings/Countdown.js +2 -2
- package/dist/cjs/countdown-timer/settings/configs/setting.js +1 -1
- package/dist/cjs/countdown-timer/settings/configs/translate.js +1 -0
- package/dist/cjs/coupon/common/helpers.js +1 -1
- package/dist/cjs/coupon/components/Coupon.liquid.js +5 -5
- package/dist/cjs/coupon/settings/Coupon.js +2 -2
- package/dist/cjs/coupon/settings/configs/presets.js +1 -1
- package/dist/cjs/coupon/settings/configs/settings.js +1 -1
- package/dist/cjs/coupon/settings/configs/translate.js +1 -0
- package/dist/cjs/dialog/common/styles.js +1 -1
- package/dist/cjs/dialog/components/Dialog.js +2 -2
- package/dist/cjs/dialog/components/Dialog.liquid.js +20 -20
- package/dist/cjs/dialog/settings/Dialog.js +2 -2
- package/dist/cjs/dialog/settings/configs/translate.js +1 -0
- package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
- package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +1 -1
- package/dist/cjs/estimate-delivery/settings/EstimateDate.js +2 -2
- package/dist/cjs/estimate-delivery/settings/configs/settings.js +1 -1
- package/dist/cjs/estimate-delivery/settings/configs/translate.js +1 -0
- package/dist/cjs/form/components/form-checkbox/FormCheckbox.liquid.js +8 -8
- package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +5 -5
- package/dist/cjs/form/components/form-email/FormEmail.liquid.js +8 -8
- package/dist/cjs/form/components/newsletter/Newsletter.liquid.js +3 -3
- package/dist/cjs/form/components/submit-button/SubmitButton.liquid.js +2 -2
- package/dist/cjs/form/components/submit-button/common/helpers.js +1 -1
- package/dist/cjs/form/components/textarea/TextArea.liquid.js +7 -7
- package/dist/cjs/form/components/textfield/TextField.liquid.js +8 -8
- package/dist/cjs/form/components/textinput/TextInput.liquid.js +15 -15
- package/dist/cjs/form/settings/contact/Contact.js +2 -2
- package/dist/cjs/form/settings/contact/configs/settings.js +1 -1
- package/dist/cjs/form/settings/contact/configs/translate.js +1 -0
- package/dist/cjs/form/settings/form-checkbox/FormCheckbox.js +2 -2
- package/dist/cjs/form/settings/form-checkbox/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-checkbox/configs/translate.js +1 -0
- package/dist/cjs/form/settings/form-dropdown/FormDropdown.js +2 -2
- package/dist/cjs/form/settings/form-dropdown/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-dropdown/configs/translate.js +1 -0
- package/dist/cjs/form/settings/form-email/FormEmail.js +2 -2
- package/dist/cjs/form/settings/form-email/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-email/configs/translate.js +1 -0
- package/dist/cjs/form/settings/form-textarea/Textarea.js +2 -2
- package/dist/cjs/form/settings/form-textarea/configs/settings.js +1 -1
- package/dist/cjs/form/settings/form-textarea/configs/translate.js +1 -0
- package/dist/cjs/form/settings/newsletter/Newsletter.js +2 -2
- package/dist/cjs/form/settings/newsletter/configs/settings.js +1 -1
- package/dist/cjs/form/settings/newsletter/configs/translate.js +1 -0
- package/dist/cjs/form/settings/submit-button/SubmitButton.js +2 -2
- package/dist/cjs/form/settings/submit-button/configs/settings.js +1 -1
- package/dist/cjs/form/settings/submit-button/configs/translate.js +1 -0
- package/dist/cjs/form/settings/text-field/TextField.js +2 -2
- package/dist/cjs/form/settings/text-field/configs/settings.js +1 -1
- package/dist/cjs/form/settings/text-field/configs/translate.js +1 -0
- package/dist/cjs/form/settings/text-input/TextInput.js +2 -2
- package/dist/cjs/form/settings/text-input/configs/settings.js +1 -1
- package/dist/cjs/form/settings/text-input/configs/translate.js +1 -0
- package/dist/cjs/grid/components/row/Row.js +1 -1
- package/dist/cjs/grid/components/row/Row.liquid.js +15 -15
- package/dist/cjs/grid/components/row/common/helpers.js +1 -1
- package/dist/cjs/grid/components/row/common/styles.js +1 -1
- package/dist/cjs/grid/settings/Row.js +2 -2
- package/dist/cjs/grid/settings/Section.js +1 -1
- package/dist/cjs/grid/settings/configs/row/translate.js +1 -0
- package/dist/cjs/header/settings/Header.js +2 -2
- package/dist/cjs/heading/components/Heading.liquid.js +1 -1
- package/dist/cjs/heading/settings/Heading.js +2 -2
- package/dist/cjs/heading/settings/configs/settings.js +1 -1
- package/dist/cjs/heading/settings/configs/translate.js +1 -0
- package/dist/cjs/helpers.js +1 -1
- package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +8 -8
- package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +7 -7
- package/dist/cjs/hero-banner/settings/HeroBanner.js +2 -2
- package/dist/cjs/hero-banner/settings/configs/translate.js +1 -0
- package/dist/cjs/icon/settings/Icon.js +2 -2
- package/dist/cjs/icon-list/common/styles.js +1 -1
- package/dist/cjs/icon-list/components/IconList.js +1 -1
- package/dist/cjs/icon-list/components/IconList.liquid.js +8 -8
- package/dist/cjs/icon-list/index.js +1 -1
- package/dist/cjs/icon-list/settings/IconList.js +3 -3
- package/dist/cjs/icon-list/settings/configs/translate.js +1 -0
- package/dist/cjs/icon-list-hoz/settings/IconListHoz.js +2 -2
- package/dist/cjs/icon-list-v2/common/helpers.js +1 -1
- package/dist/cjs/icon-list-v2/common/styles.js +1 -1
- package/dist/cjs/icon-list-v2/components/IconList.js +1 -1
- package/dist/cjs/icon-list-v2/components/IconList.liquid.js +6 -6
- package/dist/cjs/icon-list-v2/settings/IconList.js +2 -2
- package/dist/cjs/icon-list-v2/settings/configs/settings.js +1 -1
- package/dist/cjs/icon-list-v2/settings/configs/translate.js +1 -0
- package/dist/cjs/image/common/helpers.js +2 -2
- package/dist/cjs/image/components/Image.liquid.js +7 -7
- package/dist/cjs/image/settings/Image.js +2 -2
- package/dist/cjs/image/settings/configs/translate.js +1 -0
- package/dist/cjs/image-comparison/common/attrs.js +1 -1
- package/dist/cjs/image-comparison/common/helpers.js +1 -1
- package/dist/cjs/image-comparison/components/CompareImage.liquid.js +13 -13
- package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +3 -3
- package/dist/cjs/image-comparison/components/Label.liquid.js +6 -6
- package/dist/cjs/image-comparison/index.js +1 -1
- package/dist/cjs/image-comparison/settings/ImageComparison.js +2 -2
- package/dist/cjs/image-comparison/settings/configs/settings.js +1 -1
- package/dist/cjs/image-comparison/settings/configs/translate.js +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/line/settings/Line.js +2 -2
- package/dist/cjs/marquee/settings/Marquee.js +2 -2
- package/dist/cjs/next.js +1 -1
- package/dist/cjs/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
- package/dist/cjs/post-purchase/button/settings/Button.js +2 -2
- package/dist/cjs/post-purchase/buyer-consent/common/classes.js +1 -0
- package/dist/cjs/post-purchase/buyer-consent/common/constants.js +1 -0
- package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +1 -0
- package/dist/cjs/post-purchase/buyer-consent/common/styles.js +1 -0
- package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -0
- package/dist/cjs/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -0
- package/dist/cjs/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -0
- package/dist/cjs/post-purchase/buyer-consent/index.js +1 -0
- package/dist/cjs/post-purchase/buyer-consent/next.js +1 -0
- package/dist/cjs/post-purchase/buyer-consent/settings/BuyerConsent.js +5 -0
- package/dist/cjs/post-purchase/buyer-consent/settings/configs/presets.js +5 -0
- package/dist/cjs/post-purchase/buyer-consent/settings/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
- package/dist/cjs/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
- package/dist/cjs/post-purchase/image/settings/Image.js +1 -1
- package/dist/cjs/post-purchase/line/index.js +1 -1
- package/dist/cjs/post-purchase/line/settings/PostPurchaseLine.js +2 -2
- package/dist/cjs/post-purchase/link/settings/PostPurchaseLink.js +2 -2
- package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductPrice.js +1 -1
- package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
- package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-image/index.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/common/attrs.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
- package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -0
- package/dist/cjs/post-purchase/product/components/product-subscription/types.js +1 -0
- package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
- package/dist/cjs/post-purchase/product/constants/index.js +1 -1
- package/dist/cjs/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
- package/dist/cjs/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useRecurringSubtotal.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -0
- package/dist/cjs/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -0
- package/dist/cjs/post-purchase/product/index.js +1 -1
- package/dist/cjs/post-purchase/product/next.js +1 -1
- package/dist/cjs/post-purchase/product/settings/accept-button/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-image/ProductImages.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-offer/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-price/ProductPrice.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-quantity/index.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +10 -0
- package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -0
- package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +10 -0
- package/dist/cjs/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
- package/dist/cjs/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
- package/dist/cjs/post-purchase/text/settings/text/Text.js +2 -2
- package/dist/cjs/postPurchaseSetting.js +1 -1
- package/dist/cjs/product/components/ProductImages.js +1 -1
- package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +3 -3
- package/dist/cjs/product/components/file-upload/common/helpers.js +1 -1
- package/dist/cjs/product/components/file-upload/settings/configs/settings.js +1 -1
- package/dist/cjs/product/components/file-upload/settings/configs/translate.js +1 -0
- package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +5 -5
- package/dist/cjs/product/components/product-button/ProductButton.liquid.js +6 -6
- package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
- package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +13 -13
- package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +9 -9
- package/dist/cjs/product/components/product-images-v2/ProductImageV2.js +2 -2
- package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
- package/dist/cjs/product/components/product-list/ProductList.js +1 -1
- package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
- package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +1 -1
- package/dist/cjs/product/components/product-properties/ProductProperties.liquid.js +11 -11
- package/dist/cjs/product/components/product-properties/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +13 -13
- package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +11 -11
- package/dist/cjs/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +8 -8
- package/dist/cjs/product/components/product-variants/common/variants/classes.js +1 -1
- package/dist/cjs/product/components/product-vendor/Vendor.liquid.js +2 -2
- package/dist/cjs/product/components/product-view-more/ProductViewMore.liquid.js +2 -2
- package/dist/cjs/product/components/product-view-more/common/helpers.js +1 -1
- package/dist/cjs/product/settings/DynamicCheckout.js +2 -2
- package/dist/cjs/product/settings/Product.js +2 -2
- package/dist/cjs/product/settings/ProductBadge.js +1 -1
- package/dist/cjs/product/settings/ProductButton.js +2 -2
- package/dist/cjs/product/settings/ProductDescription.js +1 -1
- package/dist/cjs/product/settings/ProductList.js +2 -2
- package/dist/cjs/product/settings/ProductListV3.js +2 -2
- package/dist/cjs/product/settings/ProductPrice.js +2 -2
- package/dist/cjs/product/settings/ProductProperties.js +2 -2
- package/dist/cjs/product/settings/ProductQuantity.js +2 -2
- package/dist/cjs/product/settings/ProductTag.js +1 -1
- package/dist/cjs/product/settings/ProductTitle.js +2 -2
- package/dist/cjs/product/settings/ProductVariants.js +2 -2
- package/dist/cjs/product/settings/ProductViewMore.js +2 -2
- package/dist/cjs/product/settings/Sku.js +2 -2
- package/dist/cjs/product/settings/Vendor.js +2 -2
- package/dist/cjs/product/settings/product-badge/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-badge/configs/translate.js +1 -0
- package/dist/cjs/product/settings/product-button/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-button/configs/translate.js +1 -0
- package/dist/cjs/product/settings/product-description/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-description/configs/translate.js +1 -0
- package/dist/cjs/product/settings/product-discount-tag/configs/translate.js +1 -0
- package/dist/cjs/product/settings/product-properties/configs/settings-v2.js +1 -1
- package/dist/cjs/product/settings/product-properties/configs/translate.js +1 -0
- package/dist/cjs/product/settings/product-quantity/configs/presets.js +1 -1
- package/dist/cjs/product/settings/product-view-more/configs/settings.js +1 -1
- package/dist/cjs/product/settings/product-view-more/configs/translate.js +1 -0
- package/dist/cjs/sticky/common/styles.js +1 -1
- package/dist/cjs/sticky/components/Sticky.js +1 -1
- package/dist/cjs/sticky/components/Sticky.liquid.js +5 -5
- package/dist/cjs/sticky/index.js +1 -1
- package/dist/cjs/sticky/settings/Sticky.js +1 -1
- package/dist/cjs/sticky/settings/configs/presets.js +3 -3
- package/dist/cjs/sticky/settings/configs/translate.js +1 -0
- package/dist/cjs/stock-counter/components/StockCounter.liquid.js +8 -8
- package/dist/cjs/stock-counter/settings/StockCounter.js +2 -2
- package/dist/cjs/stock-counter/settings/configs/settings-v2.js +1 -1
- package/dist/cjs/stock-counter/settings/configs/translate.js +1 -0
- package/dist/cjs/tab/common/styles.js +1 -1
- package/dist/cjs/tab/components/Tabs.js +1 -1
- package/dist/cjs/tab/components/Tabs.liquid.js +8 -8
- package/dist/cjs/tab/settings/Tabs.js +2 -2
- package/dist/cjs/tab/settings/configs/settings.js +1 -1
- package/dist/cjs/tab/settings/configs/translate.js +1 -0
- package/dist/cjs/text/common/helpers.js +1 -1
- package/dist/cjs/text/common/styles.js +1 -1
- package/dist/cjs/text/components/Text.js +1 -1
- package/dist/cjs/text/components/Text.liquid.js +10 -10
- package/dist/cjs/text/settings/Text.js +2 -2
- package/dist/cjs/text/settings/configs/settings.js +1 -1
- package/dist/cjs/text/settings/configs/translate.js +1 -0
- package/dist/cjs/third-party/components/PushOwl.liquid.js +1 -1
- package/dist/cjs/third-party/index.js +1 -1
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/AliReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/index.js +2 -2
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/AppstleSubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/BestBuyFulfillment/index.js +2 -2
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
- package/dist/cjs/third-party/settings/BirdChime/index.js +2 -2
- package/dist/cjs/third-party/settings/Bogos/index.js +2 -2
- package/dist/cjs/third-party/settings/BoldProductOptions/index.js +2 -2
- package/dist/cjs/third-party/settings/BoldSubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
- package/dist/cjs/third-party/settings/Bundler/index.js +2 -2
- package/dist/cjs/third-party/settings/CleanSizeCharts/index.js +2 -2
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/index.js +2 -2
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
- package/dist/cjs/third-party/settings/EasifyProductOptions/index.js +2 -2
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
- package/dist/cjs/third-party/settings/EasySellCOD/index.js +2 -2
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/FeraReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/FirePush/index.js +2 -2
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
- package/dist/cjs/third-party/settings/FordeerProductLabels/index.js +2 -2
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/index.js +2 -2
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
- package/dist/cjs/third-party/settings/Growave/index.js +2 -2
- package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +1 -1
- package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/index.js +2 -2
- package/dist/cjs/third-party/settings/HulkFormBuilder/index.js +2 -2
- package/dist/cjs/third-party/settings/HulkProductOptions/index.js +2 -2
- package/dist/cjs/third-party/settings/InfiniteOptions/index.js +2 -2
- package/dist/cjs/third-party/settings/Instafeed/index.js +2 -2
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
- package/dist/cjs/third-party/settings/JudgemeReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/KachingBundles/index.js +2 -2
- package/dist/cjs/third-party/{setting → settings}/KachingSubscriptionsApp/index.js +2 -2
- package/dist/cjs/third-party/settings/KingProductOptions/index.js +2 -2
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/KlarnaMessaging/index.js +2 -2
- package/dist/cjs/third-party/settings/Klaviyo/index.js +2 -2
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/LaiProductReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/index.js +2 -2
- package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/LooxReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/index.js +2 -2
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
- package/dist/cjs/third-party/settings/Omnisend/index.js +2 -2
- package/dist/cjs/third-party/settings/Opinew/index.js +2 -2
- package/dist/cjs/third-party/settings/ParcelPanel/index.js +2 -2
- package/dist/cjs/third-party/settings/PickyStory/index.js +2 -2
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/index.js +2 -2
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
- package/dist/cjs/third-party/settings/ProductReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
- package/dist/cjs/third-party/settings/PushOwl/index.js +2 -2
- package/dist/cjs/third-party/settings/QikifyUpsell/index.js +2 -2
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
- package/dist/cjs/third-party/settings/RechargeSubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
- package/dist/cjs/third-party/settings/Releasit/index.js +2 -2
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
- package/dist/cjs/third-party/settings/Rivyo/index.js +2 -2
- package/dist/cjs/third-party/settings/Ryviu/index.js +2 -2
- package/dist/cjs/third-party/settings/SealSubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/index.js +2 -2
- package/dist/cjs/third-party/settings/Selleasy/index.js +2 -2
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
- package/dist/cjs/third-party/settings/ShopifyForms/index.js +2 -2
- package/dist/cjs/third-party/settings/ShopifySubscriptions/index.js +2 -2
- package/dist/cjs/third-party/settings/SimpleBundlesKits/index.js +2 -2
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/index.js +2 -2
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustBadgesBear/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustMe/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
- package/dist/cjs/third-party/settings/Trustoo/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/TrustshopProductReviews/index.js +2 -2
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
- package/dist/cjs/third-party/settings/Vitals/index.js +2 -2
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
- package/dist/cjs/third-party/settings/WideBundle/index.js +2 -2
- package/dist/cjs/third-party/settings/Wiser/index.js +2 -2
- package/dist/cjs/third-party/settings/WishlistKing/index.js +2 -2
- package/dist/cjs/third-party/settings/WishlistPlus/index.js +2 -2
- package/dist/cjs/third-party/settings/YotpoLoyalty/index.js +2 -2
- package/dist/cjs/third-party/settings/YotpoReviews/index.js +2 -2
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/index.js +2 -2
- package/dist/cjs/third-party-slot/settings/ThirdPartySlot.js +2 -2
- package/dist/cjs/translate.js +2 -0
- package/dist/cjs/video/common/helpers.js +1 -1
- package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +11 -11
- package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +11 -11
- package/dist/cjs/video/components/Video.liquid.js +3 -3
- package/dist/cjs/video/settings/Video.js +2 -2
- package/dist/cjs/video/settings/configs/translate.js +1 -0
- package/dist/esm/accordion/components/Accordion.liquid.js +12 -12
- package/dist/esm/accordion/settings/Accordion.js +2 -2
- package/dist/esm/accordion/settings/configs/settings.js +1 -1
- package/dist/esm/accordion/settings/configs/translate.js +1 -0
- package/dist/esm/article/components/ArticleAuthor.liquid.js +1 -1
- package/dist/esm/article/components/ArticleDate.liquid.js +2 -2
- package/dist/esm/article/components/ArticleExcerpt.liquid.js +2 -2
- package/dist/esm/article/components/ArticleReadMore.liquid.js +4 -4
- package/dist/esm/article/components/ArticleTag.liquid.js +1 -1
- package/dist/esm/article/components/ArticleTitle.liquid.js +2 -2
- package/dist/esm/article/settings/ArticleAuthor.js +2 -2
- package/dist/esm/article/settings/ArticleCategory.js +2 -2
- package/dist/esm/article/settings/ArticleContent.js +2 -2
- package/dist/esm/article/settings/ArticleDate.js +2 -2
- package/dist/esm/article/settings/ArticleExcerpt.js +2 -2
- package/dist/esm/article/settings/ArticleImage.js +2 -2
- package/dist/esm/article/settings/ArticleList.js +2 -2
- package/dist/esm/article/settings/ArticlePagination.js +1 -1
- package/dist/esm/article/settings/ArticleReadMore.js +2 -2
- package/dist/esm/article/settings/ArticleTag.js +2 -2
- package/dist/esm/article/settings/ArticleTitle.js +2 -2
- package/dist/esm/article/settings/configs/article-read-more/settings.js +1 -1
- package/dist/esm/article/settings/configs/translate.js +1 -0
- package/dist/esm/breadcrumb/settings/Breadcrumb.js +1 -1
- package/dist/esm/builder.js +1 -1
- package/dist/esm/button/common/helpers.js +1 -1
- package/dist/esm/button/components/Button.liquid.js +19 -19
- package/dist/esm/button/settings/Button.js +2 -2
- package/dist/esm/button/settings/configs/settings.js +1 -1
- package/dist/esm/button/settings/configs/translate.js +1 -0
- package/dist/esm/carousel/settings/Carousel.js +2 -2
- package/dist/esm/carousel-v3/settings/Carousel.js +2 -2
- package/dist/esm/code/common/styles.js +1 -1
- package/dist/esm/code/components/CSSCode.js +1 -1
- package/dist/esm/code/components/CSSCode.liquid.js +4 -4
- package/dist/esm/code/index.js +1 -1
- package/dist/esm/code/settings/CSSCode.js +2 -2
- package/dist/esm/code/settings/configs/translate.js +1 -0
- package/dist/esm/collection/components/collection-description/common/helpers.js +1 -1
- package/dist/esm/collection/components/collection-paginator/common/helpers.js +2 -2
- package/dist/esm/collection/components/collection-title/CollectionTitle.liquid.js +1 -1
- package/dist/esm/collection/components/collection-toolbar/common/helpers.js +1 -1
- package/dist/esm/collection/settings/collection-banner/CollectionBanner.js +2 -2
- package/dist/esm/collection/settings/collection-description/CollectionDescription.js +2 -2
- package/dist/esm/collection/settings/collection-description/configs/settings.js +1 -1
- package/dist/esm/collection/settings/collection-description/configs/translate.js +1 -0
- package/dist/esm/collection/settings/collection-paginator/CollectionPaginator.js +2 -2
- package/dist/esm/collection/settings/collection-paginator/configs/settings.js +1 -1
- package/dist/esm/collection/settings/collection-paginator/configs/translate.js +1 -0
- package/dist/esm/collection/settings/collection-title/CollectionTitle.js +2 -2
- package/dist/esm/collection/settings/collection-toolbar/CollectionToolbar.js +2 -2
- package/dist/esm/collection/settings/collection-toolbar/configs/settings.js +1 -1
- package/dist/esm/collection/settings/collection-toolbar/configs/translate.js +1 -0
- package/dist/esm/constant.js +1 -1
- package/dist/esm/countdown-timer/components/Countdown.liquid.js +18 -18
- package/dist/esm/countdown-timer/settings/Countdown.js +2 -2
- package/dist/esm/countdown-timer/settings/configs/setting.js +1 -1
- package/dist/esm/countdown-timer/settings/configs/translate.js +1 -0
- package/dist/esm/coupon/common/helpers.js +1 -1
- package/dist/esm/coupon/components/Coupon.liquid.js +5 -5
- package/dist/esm/coupon/settings/Coupon.js +2 -2
- package/dist/esm/coupon/settings/configs/presets.js +1 -1
- package/dist/esm/coupon/settings/configs/settings.js +1 -1
- package/dist/esm/coupon/settings/configs/translate.js +1 -0
- package/dist/esm/dialog/common/styles.js +1 -1
- package/dist/esm/dialog/components/Dialog.js +2 -2
- package/dist/esm/dialog/components/Dialog.liquid.js +20 -20
- package/dist/esm/dialog/settings/Dialog.js +2 -2
- package/dist/esm/dialog/settings/configs/translate.js +1 -0
- package/dist/esm/estimate-delivery/common/helpers.js +1 -1
- package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +1 -1
- package/dist/esm/estimate-delivery/settings/EstimateDate.js +2 -2
- package/dist/esm/estimate-delivery/settings/configs/settings.js +1 -1
- package/dist/esm/estimate-delivery/settings/configs/translate.js +1 -0
- package/dist/esm/form/components/form-checkbox/FormCheckbox.liquid.js +12 -12
- package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +17 -17
- package/dist/esm/form/components/form-email/FormEmail.liquid.js +11 -11
- package/dist/esm/form/components/newsletter/Newsletter.liquid.js +17 -17
- package/dist/esm/form/components/submit-button/SubmitButton.liquid.js +2 -2
- package/dist/esm/form/components/submit-button/common/helpers.js +1 -1
- package/dist/esm/form/components/textarea/TextArea.liquid.js +10 -10
- package/dist/esm/form/components/textfield/TextField.liquid.js +9 -9
- package/dist/esm/form/components/textinput/TextInput.liquid.js +19 -19
- package/dist/esm/form/settings/contact/Contact.js +2 -2
- package/dist/esm/form/settings/contact/configs/settings.js +1 -1
- package/dist/esm/form/settings/contact/configs/translate.js +1 -0
- package/dist/esm/form/settings/form-checkbox/FormCheckbox.js +2 -2
- package/dist/esm/form/settings/form-checkbox/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-checkbox/configs/translate.js +1 -0
- package/dist/esm/form/settings/form-dropdown/FormDropdown.js +2 -2
- package/dist/esm/form/settings/form-dropdown/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-dropdown/configs/translate.js +1 -0
- package/dist/esm/form/settings/form-email/FormEmail.js +2 -2
- package/dist/esm/form/settings/form-email/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-email/configs/translate.js +1 -0
- package/dist/esm/form/settings/form-textarea/Textarea.js +2 -2
- package/dist/esm/form/settings/form-textarea/configs/settings.js +1 -1
- package/dist/esm/form/settings/form-textarea/configs/translate.js +1 -0
- package/dist/esm/form/settings/newsletter/Newsletter.js +2 -2
- package/dist/esm/form/settings/newsletter/configs/settings.js +1 -1
- package/dist/esm/form/settings/newsletter/configs/translate.js +1 -0
- package/dist/esm/form/settings/submit-button/SubmitButton.js +2 -2
- package/dist/esm/form/settings/submit-button/configs/settings.js +1 -1
- package/dist/esm/form/settings/submit-button/configs/translate.js +1 -0
- package/dist/esm/form/settings/text-field/TextField.js +2 -2
- package/dist/esm/form/settings/text-field/configs/settings.js +1 -1
- package/dist/esm/form/settings/text-field/configs/translate.js +1 -0
- package/dist/esm/form/settings/text-input/TextInput.js +2 -2
- package/dist/esm/form/settings/text-input/configs/settings.js +1 -1
- package/dist/esm/form/settings/text-input/configs/translate.js +1 -0
- package/dist/esm/grid/components/row/Row.js +1 -1
- package/dist/esm/grid/components/row/Row.liquid.js +18 -18
- package/dist/esm/grid/components/row/common/helpers.js +1 -1
- package/dist/esm/grid/components/row/common/styles.js +1 -1
- package/dist/esm/grid/settings/Row.js +2 -2
- package/dist/esm/grid/settings/Section.js +1 -1
- package/dist/esm/grid/settings/configs/row/translate.js +1 -0
- package/dist/esm/header/settings/Header.js +2 -2
- package/dist/esm/heading/components/Heading.liquid.js +1 -1
- package/dist/esm/heading/settings/Heading.js +2 -2
- package/dist/esm/heading/settings/configs/settings.js +1 -1
- package/dist/esm/heading/settings/configs/translate.js +1 -0
- package/dist/esm/helpers.js +1 -1
- package/dist/esm/hero-banner/components/HeroBanner.liquid.js +12 -12
- package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +10 -10
- package/dist/esm/hero-banner/settings/HeroBanner.js +2 -2
- package/dist/esm/hero-banner/settings/configs/translate.js +1 -0
- package/dist/esm/icon/settings/Icon.js +2 -2
- package/dist/esm/icon-list/common/styles.js +1 -1
- package/dist/esm/icon-list/components/IconList.js +1 -1
- package/dist/esm/icon-list/components/IconList.liquid.js +8 -8
- package/dist/esm/icon-list/index.js +1 -1
- package/dist/esm/icon-list/settings/IconList.js +3 -3
- package/dist/esm/icon-list/settings/configs/translate.js +1 -0
- package/dist/esm/icon-list-hoz/settings/IconListHoz.js +2 -2
- package/dist/esm/icon-list-v2/common/helpers.js +1 -1
- package/dist/esm/icon-list-v2/common/styles.js +1 -1
- package/dist/esm/icon-list-v2/components/IconList.js +1 -1
- package/dist/esm/icon-list-v2/components/IconList.liquid.js +8 -8
- package/dist/esm/icon-list-v2/settings/IconList.js +2 -2
- package/dist/esm/icon-list-v2/settings/configs/settings.js +1 -1
- package/dist/esm/icon-list-v2/settings/configs/translate.js +1 -0
- package/dist/esm/image/common/helpers.js +2 -2
- package/dist/esm/image/components/Image.liquid.js +10 -10
- package/dist/esm/image/settings/Image.js +2 -2
- package/dist/esm/image/settings/configs/translate.js +1 -0
- package/dist/esm/image-comparison/common/attrs.js +1 -1
- package/dist/esm/image-comparison/common/helpers.js +1 -1
- package/dist/esm/image-comparison/components/CompareImage.liquid.js +13 -13
- package/dist/esm/image-comparison/components/ImageComparison.liquid.js +3 -3
- package/dist/esm/image-comparison/components/Label.liquid.js +6 -6
- package/dist/esm/image-comparison/index.js +1 -1
- package/dist/esm/image-comparison/settings/ImageComparison.js +2 -2
- package/dist/esm/image-comparison/settings/configs/settings.js +1 -1
- package/dist/esm/image-comparison/settings/configs/translate.js +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/line/settings/Line.js +2 -2
- package/dist/esm/marquee/settings/Marquee.js +2 -2
- package/dist/esm/next.js +1 -1
- package/dist/esm/post-purchase/advanced-list/settings/AdvancedListPostPurchase.js +2 -2
- package/dist/esm/post-purchase/button/settings/Button.js +2 -2
- package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -0
- package/dist/esm/post-purchase/buyer-consent/common/constants.js +1 -0
- package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -0
- package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -0
- package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -0
- package/dist/esm/post-purchase/buyer-consent/components/PostPurchaseCheckbox.js +1 -0
- package/dist/esm/post-purchase/buyer-consent/hooks/useBuyerConsentChecked.js +1 -0
- package/dist/esm/post-purchase/buyer-consent/index.js +1 -0
- package/dist/esm/post-purchase/buyer-consent/next.js +1 -0
- package/dist/esm/post-purchase/buyer-consent/settings/BuyerConsent.js +5 -0
- package/dist/esm/post-purchase/buyer-consent/settings/configs/presets.js +5 -0
- package/dist/esm/post-purchase/buyer-consent/settings/configs/settings.js +1 -0
- package/dist/esm/post-purchase/buyer-consent/settings/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/callout-banner/settings/CalloutBox.js +1 -1
- package/dist/esm/post-purchase/countdown-timer/settings/CountdownTimer.js +2 -2
- package/dist/esm/post-purchase/image/settings/Image.js +1 -1
- package/dist/esm/post-purchase/line/index.js +1 -1
- package/dist/esm/post-purchase/line/settings/PostPurchaseLine.js +2 -2
- package/dist/esm/post-purchase/link/settings/PostPurchaseLink.js +2 -2
- package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductPrice.js +1 -1
- package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
- package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
- package/dist/esm/post-purchase/product/components/product-image/index.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/common/attrs.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
- package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
- package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/calculateBestSellingPlan.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/findDefaultValue.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/findMatchedGroup.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/helpers/findVariantByOptions.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -0
- package/dist/esm/post-purchase/product/components/product-subscription/types.js +1 -0
- package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +1 -1
- package/dist/esm/post-purchase/product/constants/index.js +1 -1
- package/dist/esm/post-purchase/product/helpers/product-price-breakdown/getPrice.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
- package/dist/esm/post-purchase/product/hooks/useProductPriceBreakdown.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useRecurringSubtotal.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -0
- package/dist/esm/post-purchase/product/hooks/useSubscriptionSellingType.js +1 -0
- package/dist/esm/post-purchase/product/index.js +1 -1
- package/dist/esm/post-purchase/product/next.js +1 -1
- package/dist/esm/post-purchase/product/settings/accept-button/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-description/ProductDescription.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-discount-tag/ProductDiscountTag.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-image/ProductImages.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-offer/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-price/ProductPrice.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-quantity/index.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +10 -0
- package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -0
- package/dist/esm/post-purchase/product/settings/product-subscription/index.js +10 -0
- package/dist/esm/post-purchase/product/settings/product-title/ProductTitle.js +2 -2
- package/dist/esm/post-purchase/product/settings/product-variants/ProductVariant.js +2 -2
- package/dist/esm/post-purchase/text/settings/text/Text.js +2 -2
- package/dist/esm/postPurchaseSetting.js +1 -1
- package/dist/esm/product/components/ProductImages.js +1 -1
- package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +5 -5
- package/dist/esm/product/components/file-upload/common/helpers.js +1 -1
- package/dist/esm/product/components/file-upload/settings/configs/settings.js +1 -1
- package/dist/esm/product/components/file-upload/settings/configs/translate.js +1 -0
- package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +22 -22
- package/dist/esm/product/components/product-button/ProductButton.liquid.js +6 -6
- package/dist/esm/product/components/product-button/common/helpers.js +1 -1
- package/dist/esm/product/components/product-button/helpers/getButtonDynamicSourceLocales.js +1 -1
- package/dist/esm/product/components/product-description/ProductDescription.liquid.js +13 -13
- package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +14 -14
- package/dist/esm/product/components/product-images-v2/ProductImageV2.js +2 -2
- package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
- package/dist/esm/product/components/product-list/ProductList.js +1 -1
- package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
- package/dist/esm/product/components/product-price/ProductPrice.liquid.js +2 -2
- package/dist/esm/product/components/product-properties/ProductProperties.liquid.js +11 -11
- package/dist/esm/product/components/product-properties/common/helpers.js +1 -1
- package/dist/esm/product/components/product-properties/property-choice/ProductPropertyChoice.liquid.js +14 -14
- package/dist/esm/product/components/product-properties/property-input/ProductPropertyInput.liquid.js +13 -13
- package/dist/esm/product/components/product-properties/property-select/ProductPropertySelect.liquid.js +7 -7
- package/dist/esm/product/components/product-variants/common/variants/classes.js +1 -1
- package/dist/esm/product/components/product-vendor/Vendor.liquid.js +5 -5
- package/dist/esm/product/components/product-view-more/ProductViewMore.liquid.js +3 -3
- package/dist/esm/product/components/product-view-more/common/helpers.js +1 -1
- package/dist/esm/product/settings/DynamicCheckout.js +2 -2
- package/dist/esm/product/settings/Product.js +2 -2
- package/dist/esm/product/settings/ProductBadge.js +1 -1
- package/dist/esm/product/settings/ProductButton.js +2 -2
- package/dist/esm/product/settings/ProductDescription.js +1 -1
- package/dist/esm/product/settings/ProductList.js +2 -2
- package/dist/esm/product/settings/ProductListV3.js +2 -2
- package/dist/esm/product/settings/ProductPrice.js +2 -2
- package/dist/esm/product/settings/ProductProperties.js +2 -2
- package/dist/esm/product/settings/ProductQuantity.js +2 -2
- package/dist/esm/product/settings/ProductTag.js +1 -1
- package/dist/esm/product/settings/ProductTitle.js +2 -2
- package/dist/esm/product/settings/ProductVariants.js +2 -2
- package/dist/esm/product/settings/ProductViewMore.js +2 -2
- package/dist/esm/product/settings/Sku.js +2 -2
- package/dist/esm/product/settings/Vendor.js +2 -2
- package/dist/esm/product/settings/product-badge/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-badge/configs/translate.js +1 -0
- package/dist/esm/product/settings/product-button/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-button/configs/translate.js +1 -0
- package/dist/esm/product/settings/product-description/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-description/configs/translate.js +1 -0
- package/dist/esm/product/settings/product-discount-tag/configs/translate.js +1 -0
- package/dist/esm/product/settings/product-properties/configs/settings-v2.js +1 -1
- package/dist/esm/product/settings/product-properties/configs/translate.js +1 -0
- package/dist/esm/product/settings/product-quantity/configs/presets.js +1 -1
- package/dist/esm/product/settings/product-view-more/configs/settings.js +1 -1
- package/dist/esm/product/settings/product-view-more/configs/translate.js +1 -0
- package/dist/esm/sticky/common/styles.js +1 -1
- package/dist/esm/sticky/components/Sticky.js +1 -1
- package/dist/esm/sticky/components/Sticky.liquid.js +12 -12
- package/dist/esm/sticky/index.js +1 -1
- package/dist/esm/sticky/settings/Sticky.js +1 -1
- package/dist/esm/sticky/settings/configs/presets.js +3 -3
- package/dist/esm/sticky/settings/configs/translate.js +1 -0
- package/dist/esm/stock-counter/components/StockCounter.liquid.js +42 -42
- package/dist/esm/stock-counter/settings/StockCounter.js +2 -2
- package/dist/esm/stock-counter/settings/configs/settings-v2.js +1 -1
- package/dist/esm/stock-counter/settings/configs/translate.js +1 -0
- package/dist/esm/tab/common/styles.js +1 -1
- package/dist/esm/tab/components/Tabs.js +1 -1
- package/dist/esm/tab/components/Tabs.liquid.js +21 -21
- package/dist/esm/tab/settings/Tabs.js +2 -2
- package/dist/esm/tab/settings/configs/settings.js +1 -1
- package/dist/esm/tab/settings/configs/translate.js +1 -0
- package/dist/esm/text/common/helpers.js +1 -1
- package/dist/esm/text/common/styles.js +1 -1
- package/dist/esm/text/components/Text.js +1 -1
- package/dist/esm/text/components/Text.liquid.js +11 -11
- package/dist/esm/text/settings/Text.js +2 -2
- package/dist/esm/text/settings/configs/settings.js +1 -1
- package/dist/esm/text/settings/configs/translate.js +1 -0
- package/dist/esm/third-party/components/PushOwl.liquid.js +2 -2
- package/dist/esm/third-party/index.js +1 -1
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/index.js +2 -2
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/index.js +2 -2
- package/dist/esm/third-party/settings/AliReviews/index.js +2 -2
- package/dist/esm/third-party/settings/AlsoBoughtCbb/index.js +2 -2
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/index.js +2 -2
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/index.js +2 -2
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/AppstleSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/BestBuyFulfillment/index.js +2 -2
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/index.js +2 -2
- package/dist/esm/third-party/settings/BirdChime/index.js +2 -2
- package/dist/esm/third-party/settings/Bogos/index.js +2 -2
- package/dist/esm/third-party/settings/BoldProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/BoldSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +2 -2
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/index.js +2 -2
- package/dist/esm/third-party/settings/Bundler/index.js +2 -2
- package/dist/esm/third-party/settings/CleanSizeCharts/index.js +2 -2
- package/dist/esm/third-party/settings/CrossSellCartUpsell/index.js +2 -2
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/index.js +2 -2
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/index.js +2 -2
- package/dist/esm/third-party/settings/EasifyProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/index.js +2 -2
- package/dist/esm/third-party/settings/EasySellCOD/index.js +2 -2
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/index.js +2 -2
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +2 -2
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/index.js +2 -2
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/index.js +2 -2
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/index.js +2 -2
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
- package/dist/esm/third-party/settings/FirePush/index.js +2 -2
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/index.js +2 -2
- package/dist/esm/third-party/settings/FordeerProductLabels/index.js +2 -2
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/index.js +2 -2
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/index.js +2 -2
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/index.js +2 -2
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/index.js +2 -2
- package/dist/esm/third-party/settings/Growave/index.js +2 -2
- package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +1 -1
- package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -1
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/index.js +2 -2
- package/dist/esm/third-party/settings/HextomFreeShippingBar/index.js +2 -2
- package/dist/esm/third-party/settings/HulkFormBuilder/index.js +2 -2
- package/dist/esm/third-party/settings/HulkProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/InfiniteOptions/index.js +2 -2
- package/dist/esm/third-party/settings/Instafeed/index.js +2 -2
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/index.js +2 -2
- package/dist/esm/third-party/settings/JudgemeReviews/index.js +2 -2
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/index.js +2 -2
- package/dist/esm/third-party/settings/KachingBundles/index.js +2 -2
- package/dist/esm/third-party/{setting → settings}/KachingSubscriptionsApp/index.js +2 -2
- package/dist/esm/third-party/settings/KingProductOptions/index.js +2 -2
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/KlarnaMessaging/index.js +2 -2
- package/dist/esm/third-party/settings/Klaviyo/index.js +2 -2
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/LaiProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/index.js +2 -2
- package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/LooxReviews/index.js +2 -2
- package/dist/esm/third-party/settings/MaxbundleProductBundles/index.js +2 -2
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/MyappgurusProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/index.js +2 -2
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/index.js +2 -2
- package/dist/esm/third-party/settings/Omnisend/index.js +2 -2
- package/dist/esm/third-party/settings/Opinew/index.js +2 -2
- package/dist/esm/third-party/settings/ParcelPanel/index.js +2 -2
- package/dist/esm/third-party/settings/PickyStory/index.js +2 -2
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/index.js +2 -2
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/index.js +2 -2
- package/dist/esm/third-party/settings/PreorderNowWodPresale/index.js +2 -2
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/index.js +2 -2
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/index.js +2 -2
- package/dist/esm/third-party/settings/ProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/index.js +2 -2
- package/dist/esm/third-party/settings/PushOwl/index.js +2 -2
- package/dist/esm/third-party/settings/QikifyUpsell/index.js +2 -2
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/index.js +2 -2
- package/dist/esm/third-party/settings/RechargeSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/index.js +2 -2
- package/dist/esm/third-party/settings/Releasit/index.js +2 -2
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +2 -2
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/index.js +2 -2
- package/dist/esm/third-party/settings/Rivyo/index.js +2 -2
- package/dist/esm/third-party/settings/Ryviu/index.js +2 -2
- package/dist/esm/third-party/settings/SealSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/SegunoEmailMarketing/index.js +2 -2
- package/dist/esm/third-party/settings/Selleasy/index.js +2 -2
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/index.js +2 -2
- package/dist/esm/third-party/settings/ShopifyForms/index.js +2 -2
- package/dist/esm/third-party/settings/ShopifySubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/SimpleBundlesKits/index.js +2 -2
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/index.js +2 -2
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/index.js +2 -2
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/index.js +2 -2
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/index.js +2 -2
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/index.js +2 -2
- package/dist/esm/third-party/settings/TagembedSocialPostReview/index.js +2 -2
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/index.js +2 -2
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/index.js +2 -2
- package/dist/esm/third-party/settings/TrustBadgesBear/index.js +2 -2
- package/dist/esm/third-party/settings/TrustMe/index.js +2 -2
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/index.js +2 -2
- package/dist/esm/third-party/settings/Trustoo/index.js +2 -2
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/TrustshopProductReviews/index.js +2 -2
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/index.js +2 -2
- package/dist/esm/third-party/settings/Vitals/index.js +2 -2
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/index.js +2 -2
- package/dist/esm/third-party/settings/WideBundle/index.js +2 -2
- package/dist/esm/third-party/settings/Wiser/index.js +2 -2
- package/dist/esm/third-party/settings/WishlistKing/index.js +2 -2
- package/dist/esm/third-party/settings/WishlistPlus/index.js +2 -2
- package/dist/esm/third-party/settings/YotpoLoyalty/index.js +2 -2
- package/dist/esm/third-party/settings/YotpoReviews/index.js +2 -2
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/index.js +2 -2
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/index.js +2 -2
- package/dist/esm/third-party-slot/settings/ThirdPartySlot.js +2 -2
- package/dist/esm/translate.js +2 -0
- package/dist/esm/video/common/helpers.js +1 -1
- package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +11 -11
- package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +11 -11
- package/dist/esm/video/components/Video.liquid.js +3 -3
- package/dist/esm/video/settings/Video.js +2 -2
- package/dist/esm/video/settings/configs/translate.js +1 -0
- package/dist/types/index.d.ts +378 -180
- package/package.json +15 -17
- package/dist/cjs/accordion/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/article/settings/configs/article-author/ui-v1.js +0 -1
- package/dist/cjs/article/settings/configs/article-category/ui-v1.js +0 -1
- package/dist/cjs/article/settings/configs/article-content/ui-v1.js +0 -1
- package/dist/cjs/article/settings/configs/article-date/ui-v1.js +0 -1
- package/dist/cjs/article/settings/configs/article-excerpt/ui-v1.js +0 -1
- package/dist/cjs/article/settings/configs/article-image/ui-v1.js +0 -1
- package/dist/cjs/article/settings/configs/article-read-more/ui-v1.js +0 -1
- package/dist/cjs/article/settings/configs/article-tag/ui-v1.js +0 -1
- package/dist/cjs/article/settings/configs/article-title/ui-v1.js +0 -1
- package/dist/cjs/breadcrumb/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/button/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/carousel/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/carousel-v3/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/code/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/collection/settings/collection-banner/configs/ui-v1.js +0 -1
- package/dist/cjs/collection/settings/collection-description/configs/ui-v1.js +0 -1
- package/dist/cjs/collection/settings/collection-paginator/configs/ui-v1.js +0 -1
- package/dist/cjs/collection/settings/collection-title/configs/ui-v1.js +0 -1
- package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v1.js +0 -1
- package/dist/cjs/countdown-timer/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/coupon/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/dialog/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/estimate-delivery/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/form/settings/contact/configs/ui-v1.js +0 -1
- package/dist/cjs/form/settings/form-checkbox/configs/ui-v1.js +0 -1
- package/dist/cjs/form/settings/form-dropdown/configs/ui-v1.js +0 -1
- package/dist/cjs/form/settings/form-email/configs/ui-v1.js +0 -1
- package/dist/cjs/form/settings/form-textarea/configs/ui-v1.js +0 -1
- package/dist/cjs/form/settings/newsletter/configs/ui-v1.js +0 -1
- package/dist/cjs/form/settings/submit-button/configs/ui-v1.js +0 -1
- package/dist/cjs/form/settings/text-field/configs/ui-v1.js +0 -1
- package/dist/cjs/form/settings/text-input/configs/ui-v1.js +0 -1
- package/dist/cjs/grid/settings/configs/row/ui-v1.js +0 -1
- package/dist/cjs/grid/settings/configs/section/ui-v1.js +0 -1
- package/dist/cjs/header/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/heading/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/hero-banner/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/icon/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/icon-list/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/icon-list-hoz/settings/configs/uiV1.js +0 -1
- package/dist/cjs/icon-list-v2/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/image/settings/configs/ui-v1.js +0 -4
- package/dist/cjs/image-comparison/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/line/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/marquee/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/advanced-list/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/button/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/callout-banner/settings/config/callout-box/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/countdown-timer/settings/config/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/line/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/link/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/product/settings/accept-button/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-description/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-discount-tag/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-image/ProductFeatureImage.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-image/ProductGalleryImage.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-image/ProductImageLayoutSetting.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-image/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-offer/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-price/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-title/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/product/settings/product-variants/configs/ui-v1.js +0 -1
- package/dist/cjs/post-purchase/text/settings/text/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-badge/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-button/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-description/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-list/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-list-v3/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-price/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-properties/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-quantity/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-sku/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-title/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-variant/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-vendor/configs/ui-v1.js +0 -1
- package/dist/cjs/product/settings/product-view-more/configs/ui-v1.js +0 -1
- package/dist/cjs/sticky/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/stock-counter/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/tab/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/text/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/third-party/setting/KachingSubscriptionsApp/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/AftershipEmailMarketingsms/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/AirProductReviewsAppUgc/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/AliReviews/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/AlsoBoughtCbb/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/AppointmentBookingCowlendar/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/AppstleBundlesDiscounts/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/AppstleSubscriptions/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/BestBuyFulfillment/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/BfSizeChartSizeGuide/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/BirdChime/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Bogos/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/BoldProductOptions/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/BoldSubscriptions/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/BoostAISearchDiscovery/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Bundler/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/CleanSizeCharts/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/CrossSellCartUpsell/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/CustomProductOptionsVariant/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/DiscountyBulkDiscountSales/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/EasifyProductOptions/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/EasyBundleBuilderSkailama/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/EasySellCOD/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/EcoboostifyShoppableReelUgc/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/EssentialAnnouncementBar/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/EssentialCountdownTimerBar/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/EstimatedDeliveryDatePlus/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/FastBundleBundlesDiscounts/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/FeraReviews/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/FirePush/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/FlyBundlesUpsellsFbt/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/FordeerProductLabels/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/FrequentlyBoughtTogether/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/GloColorSwatchvariantImage/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/GloboProductOptionsVariant/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/GoogleReviewsByReputon/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Growave/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/HextomCountdownTimerBar/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/HextomFreeShippingBar/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/HulkFormBuilder/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/HulkProductOptions/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/InfiniteOptions/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Instafeed/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/InstasellShoppableInstagram/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/JudgemeReviews/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/JunipProductReviewsUgc/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/KachingBundles/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/KingProductOptions/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/KiteFreeGiftDiscount/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/KlarnaMessaging/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Klaviyo/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/LaiProductReviews/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/LoloyalLoyaltyReferrals/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/LoopSubscriptions/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/LooxReviews/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/MaxbundleProductBundles/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/MbcBundleVolumeDiscount/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/MyappgurusProductReviews/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/NotifyBackInStockPreOrder/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/OkendoReviewsLoyalty/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Omnisend/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Opinew/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/ParcelPanel/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/PickyStory/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/PowerfulContactFormBuilder/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/PreorderNowPreOrderPq/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/PreorderNowWodPresale/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/ProductOptionsCustomizer/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/ProductOptionsVariantOption/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/ProductReviews/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/PumperBundlesVolumeDiscount/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/PushOwl/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/QikifyUpsell/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/RapiBundleQuantityBreaks/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/RechargeSubscriptions/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/RecurpaySubscriptionApp/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Releasit/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/ReviewxpoProductReviewsApp/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Rivyo/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Ryviu/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/SealSubscriptions/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/SegunoEmailMarketing/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Selleasy/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/SeoantTrustBadgesIcon/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/ShopifyForms/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/ShopifySubscriptions/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/SimpleBundlesKits/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/SkioSubscriptionsYcS20/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/SmartSearchBarAndFilters/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/SproutPlantTreesGrowSales/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/StellarDeliveryDatePickup/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/SubifySubscriptionsApp/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/TagembedSocialPostReview/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/TagshopShoppableVideosUgc/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/TeeinblueProductPersonalizer/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/TrustBadgesBear/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/TrustMe/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/TrustedsiteTrustBadges/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Trustoo/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/TrustreviewsProductReviews/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/TrustshopProductReviews/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/UnlimitedBundlesDiscounts/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Vitals/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/WhatmoreShoppableVideosreel/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/WideBundle/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/Wiser/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/WishlistKing/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/WishlistPlus/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/YotpoLoyalty/uiV1.js +0 -1
- package/dist/cjs/third-party/settings/YotpoReviews/uiV1.js +0 -1
- package/dist/cjs/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v1.js +0 -1
- package/dist/cjs/third-party-instant/settings/InstantKlaviyo/configs/ui-v1.js +0 -1
- package/dist/cjs/third-party-slot/settings/configs/ui-v1.js +0 -1
- package/dist/cjs/video/settings/configs/ui-v1.js +0 -1
- package/dist/esm/accordion/settings/configs/ui-v1.js +0 -1
- package/dist/esm/article/settings/configs/article-author/ui-v1.js +0 -1
- package/dist/esm/article/settings/configs/article-category/ui-v1.js +0 -1
- package/dist/esm/article/settings/configs/article-content/ui-v1.js +0 -1
- package/dist/esm/article/settings/configs/article-date/ui-v1.js +0 -1
- package/dist/esm/article/settings/configs/article-excerpt/ui-v1.js +0 -1
- package/dist/esm/article/settings/configs/article-image/ui-v1.js +0 -1
- package/dist/esm/article/settings/configs/article-read-more/ui-v1.js +0 -1
- package/dist/esm/article/settings/configs/article-tag/ui-v1.js +0 -1
- package/dist/esm/article/settings/configs/article-title/ui-v1.js +0 -1
- package/dist/esm/breadcrumb/settings/configs/ui-v1.js +0 -1
- package/dist/esm/button/settings/configs/ui-v1.js +0 -1
- package/dist/esm/carousel/settings/configs/ui-v1.js +0 -1
- package/dist/esm/carousel-v3/settings/configs/ui-v1.js +0 -1
- package/dist/esm/code/settings/configs/ui-v1.js +0 -1
- package/dist/esm/collection/settings/collection-banner/configs/ui-v1.js +0 -1
- package/dist/esm/collection/settings/collection-description/configs/ui-v1.js +0 -1
- package/dist/esm/collection/settings/collection-paginator/configs/ui-v1.js +0 -1
- package/dist/esm/collection/settings/collection-title/configs/ui-v1.js +0 -1
- package/dist/esm/collection/settings/collection-toolbar/configs/ui-v1.js +0 -1
- package/dist/esm/countdown-timer/settings/configs/ui-v1.js +0 -1
- package/dist/esm/coupon/settings/configs/ui-v1.js +0 -1
- package/dist/esm/dialog/settings/configs/ui-v1.js +0 -1
- package/dist/esm/estimate-delivery/settings/configs/ui-v1.js +0 -1
- package/dist/esm/form/settings/contact/configs/ui-v1.js +0 -1
- package/dist/esm/form/settings/form-checkbox/configs/ui-v1.js +0 -1
- package/dist/esm/form/settings/form-dropdown/configs/ui-v1.js +0 -1
- package/dist/esm/form/settings/form-email/configs/ui-v1.js +0 -1
- package/dist/esm/form/settings/form-textarea/configs/ui-v1.js +0 -1
- package/dist/esm/form/settings/newsletter/configs/ui-v1.js +0 -1
- package/dist/esm/form/settings/submit-button/configs/ui-v1.js +0 -1
- package/dist/esm/form/settings/text-field/configs/ui-v1.js +0 -1
- package/dist/esm/form/settings/text-input/configs/ui-v1.js +0 -1
- package/dist/esm/grid/settings/configs/row/ui-v1.js +0 -1
- package/dist/esm/grid/settings/configs/section/ui-v1.js +0 -1
- package/dist/esm/header/settings/configs/ui-v1.js +0 -1
- package/dist/esm/heading/settings/configs/ui-v1.js +0 -1
- package/dist/esm/hero-banner/settings/configs/ui-v1.js +0 -1
- package/dist/esm/icon/settings/configs/ui-v1.js +0 -1
- package/dist/esm/icon-list/settings/configs/ui-v1.js +0 -1
- package/dist/esm/icon-list-hoz/settings/configs/uiV1.js +0 -1
- package/dist/esm/icon-list-v2/settings/configs/ui-v1.js +0 -1
- package/dist/esm/image/settings/configs/ui-v1.js +0 -4
- package/dist/esm/image-comparison/settings/configs/ui-v1.js +0 -1
- package/dist/esm/line/settings/configs/ui-v1.js +0 -1
- package/dist/esm/marquee/settings/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/advanced-list/settings/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/button/settings/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/callout-banner/settings/config/callout-box/ui-v1.js +0 -1
- package/dist/esm/post-purchase/countdown-timer/settings/config/ui-v1.js +0 -1
- package/dist/esm/post-purchase/line/settings/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/link/settings/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/product/settings/accept-button/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-description/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-discount-tag/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-image/ProductFeatureImage.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-image/ProductGalleryImage.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-image/ProductImageLayoutSetting.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-image/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-offer/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-price/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-title/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/product/settings/product-variants/configs/ui-v1.js +0 -1
- package/dist/esm/post-purchase/text/settings/text/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/dynamic-checkout/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-badge/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-button/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-description/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-list/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-list-v3/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-price/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-properties/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-quantity/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-sku/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-title/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-variant/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-vendor/configs/ui-v1.js +0 -1
- package/dist/esm/product/settings/product-view-more/configs/ui-v1.js +0 -1
- package/dist/esm/sticky/settings/configs/ui-v1.js +0 -1
- package/dist/esm/stock-counter/settings/configs/ui-v1.js +0 -1
- package/dist/esm/tab/settings/configs/ui-v1.js +0 -1
- package/dist/esm/text/settings/configs/ui-v1.js +0 -1
- package/dist/esm/third-party/setting/KachingSubscriptionsApp/uiV1.js +0 -1
- package/dist/esm/third-party/settings/AftershipEmailMarketingsms/uiV1.js +0 -1
- package/dist/esm/third-party/settings/AirProductReviewsAppUgc/uiV1.js +0 -1
- package/dist/esm/third-party/settings/AliReviews/uiV1.js +0 -1
- package/dist/esm/third-party/settings/AlsoBoughtCbb/uiV1.js +0 -1
- package/dist/esm/third-party/settings/AovFreeGiftBuyXGetYBogo/uiV1.js +0 -1
- package/dist/esm/third-party/settings/AppointmentBookingCowlendar/uiV1.js +0 -1
- package/dist/esm/third-party/settings/AppstleBundlesDiscounts/uiV1.js +0 -1
- package/dist/esm/third-party/settings/AppstleSubscriptions/uiV1.js +0 -1
- package/dist/esm/third-party/settings/BestBuyFulfillment/uiV1.js +0 -1
- package/dist/esm/third-party/settings/BfSizeChartSizeGuide/uiV1.js +0 -1
- package/dist/esm/third-party/settings/BirdChime/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Bogos/uiV1.js +0 -1
- package/dist/esm/third-party/settings/BoldProductOptions/uiV1.js +0 -1
- package/dist/esm/third-party/settings/BoldSubscriptions/uiV1.js +0 -1
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/uiV1.js +0 -1
- package/dist/esm/third-party/settings/BoostAISearchDiscovery/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Bundler/uiV1.js +0 -1
- package/dist/esm/third-party/settings/CleanSizeCharts/uiV1.js +0 -1
- package/dist/esm/third-party/settings/CrossSellCartUpsell/uiV1.js +0 -1
- package/dist/esm/third-party/settings/CustomProductOptionsVariant/uiV1.js +0 -1
- package/dist/esm/third-party/settings/DiscountyBulkDiscountSales/uiV1.js +0 -1
- package/dist/esm/third-party/settings/EasifyProductOptions/uiV1.js +0 -1
- package/dist/esm/third-party/settings/EasyBundleBuilderSkailama/uiV1.js +0 -1
- package/dist/esm/third-party/settings/EasySellCOD/uiV1.js +0 -1
- package/dist/esm/third-party/settings/EcoboostifyShoppableReelUgc/uiV1.js +0 -1
- package/dist/esm/third-party/settings/EcomsendBackInStockAlert/uiV1.js +0 -1
- package/dist/esm/third-party/settings/EssentialAnnouncementBar/uiV1.js +0 -1
- package/dist/esm/third-party/settings/EssentialCountdownTimerBar/uiV1.js +0 -1
- package/dist/esm/third-party/settings/EstimatedDeliveryDatePlus/uiV1.js +0 -1
- package/dist/esm/third-party/settings/FastBundleBundlesDiscounts/uiV1.js +0 -1
- package/dist/esm/third-party/settings/FeraReviews/uiV1.js +0 -1
- package/dist/esm/third-party/settings/FirePush/uiV1.js +0 -1
- package/dist/esm/third-party/settings/FlyBundlesUpsellsFbt/uiV1.js +0 -1
- package/dist/esm/third-party/settings/FordeerProductLabels/uiV1.js +0 -1
- package/dist/esm/third-party/settings/FrequentlyBoughtTogether/uiV1.js +0 -1
- package/dist/esm/third-party/settings/GloColorSwatchvariantImage/uiV1.js +0 -1
- package/dist/esm/third-party/settings/GloboProductOptionsVariant/uiV1.js +0 -1
- package/dist/esm/third-party/settings/GoogleReviewsByReputon/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Growave/uiV1.js +0 -1
- package/dist/esm/third-party/settings/HextomCountdownTimerBar/uiV1.js +0 -1
- package/dist/esm/third-party/settings/HextomFreeShippingBar/uiV1.js +0 -1
- package/dist/esm/third-party/settings/HulkFormBuilder/uiV1.js +0 -1
- package/dist/esm/third-party/settings/HulkProductOptions/uiV1.js +0 -1
- package/dist/esm/third-party/settings/InfiniteOptions/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Instafeed/uiV1.js +0 -1
- package/dist/esm/third-party/settings/InstasellShoppableInstagram/uiV1.js +0 -1
- package/dist/esm/third-party/settings/JudgemeReviews/uiV1.js +0 -1
- package/dist/esm/third-party/settings/JunipProductReviewsUgc/uiV1.js +0 -1
- package/dist/esm/third-party/settings/KachingBundles/uiV1.js +0 -1
- package/dist/esm/third-party/settings/KingProductOptions/uiV1.js +0 -1
- package/dist/esm/third-party/settings/KiteFreeGiftDiscount/uiV1.js +0 -1
- package/dist/esm/third-party/settings/KlarnaMessaging/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Klaviyo/uiV1.js +0 -1
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/uiV1.js +0 -1
- package/dist/esm/third-party/settings/LaiProductReviews/uiV1.js +0 -1
- package/dist/esm/third-party/settings/LoloyalLoyaltyReferrals/uiV1.js +0 -1
- package/dist/esm/third-party/settings/LoopSubscriptions/uiV1.js +0 -1
- package/dist/esm/third-party/settings/LooxReviews/uiV1.js +0 -1
- package/dist/esm/third-party/settings/MaxbundleProductBundles/uiV1.js +0 -1
- package/dist/esm/third-party/settings/MbcBundleVolumeDiscount/uiV1.js +0 -1
- package/dist/esm/third-party/settings/MyappgurusProductReviews/uiV1.js +0 -1
- package/dist/esm/third-party/settings/NotifyBackInStockPreOrder/uiV1.js +0 -1
- package/dist/esm/third-party/settings/OkendoReviewsLoyalty/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Omnisend/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Opinew/uiV1.js +0 -1
- package/dist/esm/third-party/settings/ParcelPanel/uiV1.js +0 -1
- package/dist/esm/third-party/settings/PickyStory/uiV1.js +0 -1
- package/dist/esm/third-party/settings/PowerfulContactFormBuilder/uiV1.js +0 -1
- package/dist/esm/third-party/settings/PreorderNowPreOrderPq/uiV1.js +0 -1
- package/dist/esm/third-party/settings/PreorderNowWodPresale/uiV1.js +0 -1
- package/dist/esm/third-party/settings/ProductOptionsCustomizer/uiV1.js +0 -1
- package/dist/esm/third-party/settings/ProductOptionsVariantOption/uiV1.js +0 -1
- package/dist/esm/third-party/settings/ProductReviews/uiV1.js +0 -1
- package/dist/esm/third-party/settings/PumperBundlesVolumeDiscount/uiV1.js +0 -1
- package/dist/esm/third-party/settings/PushOwl/uiV1.js +0 -1
- package/dist/esm/third-party/settings/QikifyUpsell/uiV1.js +0 -1
- package/dist/esm/third-party/settings/RapiBundleQuantityBreaks/uiV1.js +0 -1
- package/dist/esm/third-party/settings/RechargeSubscriptions/uiV1.js +0 -1
- package/dist/esm/third-party/settings/RecurpaySubscriptionApp/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Releasit/uiV1.js +0 -1
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/uiV1.js +0 -1
- package/dist/esm/third-party/settings/ReviewxpoProductReviewsApp/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Rivyo/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Ryviu/uiV1.js +0 -1
- package/dist/esm/third-party/settings/SealSubscriptions/uiV1.js +0 -1
- package/dist/esm/third-party/settings/SegunoEmailMarketing/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Selleasy/uiV1.js +0 -1
- package/dist/esm/third-party/settings/SeoantTrustBadgesIcon/uiV1.js +0 -1
- package/dist/esm/third-party/settings/ShopifyForms/uiV1.js +0 -1
- package/dist/esm/third-party/settings/ShopifySubscriptions/uiV1.js +0 -1
- package/dist/esm/third-party/settings/SimpleBundlesKits/uiV1.js +0 -1
- package/dist/esm/third-party/settings/SkioSubscriptionsYcS20/uiV1.js +0 -1
- package/dist/esm/third-party/settings/SmartSearchBarAndFilters/uiV1.js +0 -1
- package/dist/esm/third-party/settings/SproutPlantTreesGrowSales/uiV1.js +0 -1
- package/dist/esm/third-party/settings/StellarDeliveryDatePickup/uiV1.js +0 -1
- package/dist/esm/third-party/settings/SubifySubscriptionsApp/uiV1.js +0 -1
- package/dist/esm/third-party/settings/TagembedSocialPostReview/uiV1.js +0 -1
- package/dist/esm/third-party/settings/TagshopShoppableVideosUgc/uiV1.js +0 -1
- package/dist/esm/third-party/settings/TeeinblueProductPersonalizer/uiV1.js +0 -1
- package/dist/esm/third-party/settings/TrustBadgesBear/uiV1.js +0 -1
- package/dist/esm/third-party/settings/TrustMe/uiV1.js +0 -1
- package/dist/esm/third-party/settings/TrustedsiteTrustBadges/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Trustoo/uiV1.js +0 -1
- package/dist/esm/third-party/settings/TrustreviewsProductReviews/uiV1.js +0 -1
- package/dist/esm/third-party/settings/TrustshopProductReviews/uiV1.js +0 -1
- package/dist/esm/third-party/settings/UnlimitedBundlesDiscounts/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Vitals/uiV1.js +0 -1
- package/dist/esm/third-party/settings/WhatmoreShoppableVideosreel/uiV1.js +0 -1
- package/dist/esm/third-party/settings/WideBundle/uiV1.js +0 -1
- package/dist/esm/third-party/settings/Wiser/uiV1.js +0 -1
- package/dist/esm/third-party/settings/WishlistKing/uiV1.js +0 -1
- package/dist/esm/third-party/settings/WishlistPlus/uiV1.js +0 -1
- package/dist/esm/third-party/settings/YotpoLoyalty/uiV1.js +0 -1
- package/dist/esm/third-party/settings/YotpoReviews/uiV1.js +0 -1
- package/dist/esm/third-party-instant/settings/InstantJudgemeReviews/configs/ui-v1.js +0 -1
- package/dist/esm/third-party-instant/settings/InstantKlaviyo/configs/ui-v1.js +0 -1
- package/dist/esm/third-party-slot/settings/configs/ui-v1.js +0 -1
- package/dist/esm/video/settings/configs/ui-v1.js +0 -1
- /package/dist/cjs/third-party/{setting → settings}/KachingSubscriptionsApp/uiV2.js +0 -0
- /package/dist/esm/third-party/{setting → settings}/KachingSubscriptionsApp/uiV2.js +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import{template as e,getAspectRatioGlobalSize as
|
|
2
|
-
<div class="${
|
|
1
|
+
import{template as e,getAspectRatioGlobalSize as t,DEVICES as o,getResponsiveValueByScreen as s,hasTranslatedLiquid as i}from"@gem-sdk/core";import l from"../../grid/components/row/Row.liquid.js";import{createStyle as r,createClass as a,If as m}from"@gem-sdk/system";import d from"../../image/components/AdaptiveImage.liquid.js";import n from"../../video/components/HTML5Embed.liquid.js";import{getContainerStyle as p,getOverlayStyle as u,getRowStyle as c,getAdaptiveStyle as f,getBackgroundStyle as v,getContainBackgroundStyle as y,getYoutubeIframeStyle as g,getHtml5VideoStyle as j}from"../common/styles.js";import{getContainerClasses as $,getOverlayClasses as b,getRowClasses as h,getAdaptivePictureClasses as I,getAdaptiveClasses as w,getBackgroundClasses as T,getContainBackgroundClasses as k,getHtml5VideoClasses as N,getWrapperYoutubeClasses as q,getIframeYoutubeClasses as H,getLazyBackgroundClasses as C}from"../common/classes.js";import{getAspectRatio as z,getYoutubeAspectRatio as A,getBackgroundImageHeroBanner as B,horizontalAlign as L,getWidth as V,getBgImage as x,fallbackImg as E,getEnableBgImageByDevice as R,showVideoType as S,getResponsiveSetting as D}from"../common/helpers.js";import{getImageSrc as M}from"../../image/common/helpers.js";import O from"../../image/components/NextImage.liquid.js";import U from"../../video/components/LiteYouTubeEmbed.liquid.js";import{getYoutubeVideoId as W,youtubeVideoRegex as Y}from"../../video/common/helpers.js";import{isRenderHtmlVideo as F}from"../../grid/components/row/common/helpers.js";import{PRIORITY_LOAD_ATTRS as G}from"../../image/constants.js";import{getSeoTranslated as J}from"../../helpers.js";let HeroBannerItem=K=>{let{enableLazyLoadImage:P=!0,translatedBackground:Q,setting:X,styles:Z,children:_,builderProps:ee,rawChildren:et}=K,{layout:eo,verticalAlign:es,enableParallax:ei,alt:el,title:er,preload:ea,isYoutubeVideoMigrated:em}=X??{},{background:ed,overlayColor:en,verticalGutter:ep,sizeSetting:eu,contentWidth:ec,hoverEffect:ef,contentPosition1Col:ev,contentPosition2Col:ey,videoObjectFit:eg}=Z??{},ej=!ea&&P,e$=z(eu,ed),eb=A(ed,eg,e$),eh=D(Q||{}),eI=eh.desktop,ew=r({...p(Z)}),eT=a({...$(X,Z)}),ek=r({...u(Z)}),eN=a({...b(Z)}),eq=r({...c(Z)}),eH=a({...h(Z,X)}),eC=r({...f(Z)}),ez=a({...I()}),eA=a({...w()}),eB=a({...T(ef,ej)}),eL=r({...B(Q,ej,!1),...v(Z,ei,"")}),eV=a({...k()}),ex=r({...y(Z)}),eE=a({...N(!1)}),eR=r({...g(eb,eg)}),eS=a({...q(em)}),eD=r({...j(e$,eg,ed)}),eM=a({...H()}),eO=e=>a({...C(e)}),eU=()=>{if(!ea)return o.map(e=>m(R(e,Q),O({src:M(s(x(Q),e),e),alt:J({valueTranslate:el,uid:ee?.uid,settingId:"alt"}),title:J({valueTranslate:er,uid:ee?.uid,settingId:"title"}),className:eO(e),isDisableAspectStyle:!0,enableLazyLoadImage:P}))).join("")},eW=()=>{if(!S(ed))return;if(F(ed))return n({uid:ee?.uid,muted:!0,loop:eI?.loop,controls:!1,autoplay:!0,src:eI?.videoHtml5||"",title:"Video",style:eD,className:eE});let e=eI?.video??"",t=W(e),o=`&loop=false&playlist=${t}&showinfo=0&rel=0&fs=0&enablejsapi=1`,s=i(e);if(eI?.type==="video"&&eI?.videoType==="youtube"&&t&&Y.test(e)||s)return U({uid:ee?.uid,id:t??"",translatedVideoUrl:s?e:"",isHeroBanner:!0,autoplay:!0,title:"Video",controls:!1,params:o,adNetwork:!1,noCookie:!0,muted:!0,lazy:eI?.lazyLoad??!0,preload:!0,style:eR,wrapperClass:eS,iframeClass:eM})};return e`
|
|
2
|
+
<div class="${eT}" style="${ew}">
|
|
3
3
|
<div
|
|
4
|
-
class="${
|
|
5
|
-
style="${
|
|
4
|
+
class="${eV}"
|
|
5
|
+
style="${ex}"
|
|
6
6
|
>
|
|
7
|
-
<div class="${
|
|
8
|
-
${
|
|
9
|
-
${
|
|
7
|
+
<div class="${eB}" style="${eL}">
|
|
8
|
+
${eU()}
|
|
9
|
+
${eW()}
|
|
10
10
|
</div>
|
|
11
|
-
${
|
|
11
|
+
${m(!!en,e`<div aria-label="Overlay" class="${eN}" style="${ek}"> </div>`)}
|
|
12
12
|
</div>
|
|
13
|
-
${
|
|
14
|
-
${
|
|
13
|
+
${l({className:eH,style:eq,setting:{layout:eo,horizontalAlign:L(eo,ev,ey),verticalAlign:es},styles:{verticalGutter:ep,width:V(ec),fullWidth:{desktop:!1,tablet:!1,mobile:!1}},children:_,rawChildren:et})}
|
|
14
|
+
${d({pictureClass:ez,srcSet:x(Q),className:eA,...ea&&G,aspectRatio:t(eu),style:eC,alt:J({valueTranslate:el,uid:ee?.uid,settingId:"alt"}),title:J({valueTranslate:er,uid:ee?.uid,settingId:"title"}),enableLazyLoadImage:P,fallbackImg:E})}
|
|
15
15
|
</div>
|
|
16
16
|
`};export{HeroBannerItem as default};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import{heroBanner1Col as e}from"./configs/presets/banner-1-col.js";import{heroBanner1ColPreSalesPage as r}from"./configs/presets/banner-1-col-pre-sales-page.js";import{heroBannerContentLeft as s}from"./configs/presets/banner-content-left.js";import{heroBannerContentLeftPreSalesPage as o}from"./configs/presets/banner-content-left-pre-sales-page.js";import{heroBannerContentRight as n}from"./configs/presets/banner-content-right.js";import{heroBannerContentRightPreSalesPage as t}from"./configs/presets/banner-content-right-pre-sales-page.js";import{heroBannerVideo as i}from"./configs/presets/banner-video.js";import{heroBannerVideoPreSalesPage as p}from"./configs/presets/banner-video-pre-sales-page.js";import{heroBannerParallax as a}from"./configs/presets/banner-parallax.js";import{heroBannerParallaxPreSalesPage as f}from"./configs/presets/banner-parallax-pre-sales-page.js";import{
|
|
1
|
+
import{heroBanner1Col as e}from"./configs/presets/banner-1-col.js";import{heroBanner1ColPreSalesPage as r}from"./configs/presets/banner-1-col-pre-sales-page.js";import{heroBannerContentLeft as s}from"./configs/presets/banner-content-left.js";import{heroBannerContentLeftPreSalesPage as o}from"./configs/presets/banner-content-left-pre-sales-page.js";import{heroBannerContentRight as n}from"./configs/presets/banner-content-right.js";import{heroBannerContentRightPreSalesPage as t}from"./configs/presets/banner-content-right-pre-sales-page.js";import{heroBannerVideo as i}from"./configs/presets/banner-video.js";import{heroBannerVideoPreSalesPage as p}from"./configs/presets/banner-video-pre-sales-page.js";import{heroBannerParallax as a}from"./configs/presets/banner-parallax.js";import{heroBannerParallaxPreSalesPage as f}from"./configs/presets/banner-parallax-pre-sales-page.js";import{SettingUIV2 as l}from"./configs/ui-v2.js";import{SettingsV2 as g}from"./configs/settings.js";let config={tag:"HeroBanner",label:"Hero Banner",icon:`
|
|
2
2
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.83301 34.6667C1.55687 34.6667 1.33301 34.4429 1.33301 34.1667V5.83337C1.33301 5.55723 1.55687 5.33337 1.83301 5.33337H38.1663C38.4425 5.33337 38.6663 5.55723 38.6663 5.83337V34.1667C38.6663 34.4429 38.4425 34.6667 38.1663 34.6667H1.83301ZM3.52909 32.4103H36.4703V7.58978H3.52909V32.4103ZM21.0977 17.7436H24.3055C24.7477 17.7436 24.9722 18.2755 24.6638 18.5924L14.5095 29.0257L18.9016 20H15.3089C14.9395 20 14.6976 19.6134 14.8593 19.2813L18.7648 11.2556C18.8485 11.0836 19.0231 10.9744 19.2144 10.9744H24.5694C24.966 10.9744 25.2047 11.4139 24.9889 11.7466L21.0977 17.7436Z" fill="currentColor"/>
|
|
4
4
|
</svg>
|
|
5
|
-
`,settings:
|
|
5
|
+
`,settings:g,ui:[],uiV2:l,presets:[e,r,s,o,n,t,i,p,a,f],editorConfigs:{slots:{children:!0},placeholder:{notAppendTags:["MarqueeItem","Marquee"]}}};export{config as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let HeroBanner={background:{id:"background",fields:["image.src","video","videoHtml5"]},alt:{id:"alt"},title:{id:"title"}};export{HeroBanner};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import{SettingUIV2 as
|
|
1
|
+
import{SettingUIV2 as t}from"./configs/ui-v2.js";import{IconSettings as e}from"./configs/settings.js";import{IconPreset as i}from"./configs/presets.js";let config={tag:"Icon",label:"Icon",icon:`
|
|
2
2
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.8255 2.7925C12.9604 1.28792 10.7896 1.28791 9.92446 2.7925L6.76725 8.2833C5.90475 9.7833 6.9875 11.6549 8.71779 11.6549H15.0322C16.7625 11.6549 17.8452 9.7833 16.9827 8.2833L13.8255 2.7925ZM11.2248 3.54021C11.5132 3.03868 12.2368 3.03868 12.5252 3.54021L15.6824 9.03101C15.9699 9.53101 15.609 10.1549 15.0322 10.1549H8.71779C8.14103 10.1549 7.78011 9.53101 8.06761 9.03101L11.2248 3.54021ZM12.375 17.3389C12.375 14.5775 14.6136 12.3389 17.375 12.3389C20.1364 12.3389 22.375 14.5775 22.375 17.3389C22.375 20.1004 20.1364 22.3389 17.375 22.3389C14.6136 22.3389 12.375 20.1004 12.375 17.3389ZM17.375 13.8389C15.442 13.8389 13.875 15.4059 13.875 17.3389C13.875 19.2719 15.442 20.8389 17.375 20.8389C19.308 20.8389 20.875 19.2719 20.875 17.3389C20.875 15.4059 19.308 13.8389 17.375 13.8389ZM1.625 14.8389C1.625 13.5963 2.63236 12.5889 3.875 12.5889H8.875C10.1176 12.5889 11.125 13.5963 11.125 14.8389V19.8389C11.125 21.0816 10.1176 22.0889 8.875 22.0889H3.875C2.63236 22.0889 1.625 21.0816 1.625 19.8389V14.8389ZM3.875 14.0889C3.46079 14.0889 3.125 14.4247 3.125 14.8389V19.8389C3.125 20.2532 3.46079 20.5889 3.875 20.5889H8.875C9.28921 20.5889 9.625 20.2532 9.625 19.8389V14.8389C9.625 14.4247 9.28921 14.0889 8.875 14.0889H3.875Z" fill="white"/>
|
|
4
4
|
</svg>
|
|
5
5
|
|
|
6
|
-
`,settings:
|
|
6
|
+
`,settings:e,ui:[],uiV2:t,presets:i,rootOverride:{styles:{align:{desktop:"center"},globalSize:{desktop:{width:"24px",padding:{type:"custom"},isDropDownWidth:!0}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}};export{config as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{makeGlobalSize as e,makeStyleResponsive as t,getStyleBackgroundByDevice as i,getGradientBgrStyleByDevice as r,getResponsiveStyleShadowWithoutState as l,composeRadiusResponsive as o,composeBorderResponsive as
|
|
1
|
+
import{makeGlobalSize as e,makeStyleResponsive as t,getStyleBackgroundByDevice as i,getGradientBgrStyleByDevice as r,getResponsiveStyleShadowWithoutState as l,composeRadiusResponsive as o,composeBorderResponsive as a,getGlobalColorResponsiveStyle as s}from"@gem-sdk/core";import{getBackgroundTranslated as d}from"../../helpers.js";import{IconList as n}from"../settings/configs/translate.js";let filterStyles=e=>{let t=["--mb","--mb-mobile","--mb-tablet"];return t.forEach(t=>{delete e?.[t]}),e||{}},getContainerStyles=({style:l,styles:o,extraData:a,uid:s,type:g="React",pageContext:m})=>{let{align:c,background:S,globalSize:p}=o||{},u=e(p||{desktop:{width:"100%"}}),b="Liquid"===g?d({background:S,uid:s,enableTranslate:!!n?.background?.id,pageContext:m,isTranslateVideo:!1}):S,y={...l,...a?.advancedClasses,...u.width,...t("ta",c),...i(b,{liquid:a?.isLiquid}),...r(b)};return a?.isLiquid?y:filterStyles(y)},getWrapperStyles=e=>{let{alignWrapper:i}=e||{};return{...t("jc",i)}},getItemStyles=i=>{let r=e(i?.itemPadding);return{...r.padding,...l(i?.itemBoxShadow,"box-shadow",i?.itemBoxShadow),...o(i?.itemRounded),...a(i?.itemBorder),...s("bgc",i?.itemBackgroundColor),...s("bgi",i?.itemBackgroundColor),...t("cg",i?.horizontalSpacing)}},getUlStyles=e=>({...t("gg",e?.verticalSpacing)});export{getContainerStyles,getItemStyles,getUlStyles,getWrapperStyles};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import{jsxs as e,Fragment as r,jsx as
|
|
2
|
+
import{jsxs as e,Fragment as r,jsx as a}from"react/jsx-runtime";import{composeAdvanceStyle as s,isEmptyChildren as t,filterToolbarPreview as i}from"@gem-sdk/core";import{Children as l,isValidElement as m}from"react";import o from"next/head";import{createStyle as d,createClass as c,If as n}from"@gem-sdk/system";import{getContainerStyles as p,getUlStyles as f,getWrapperStyles as g}from"../common/styles.js";import{getUlClasses as h,getWrapperClasses as u}from"../common/classes.js";let IconList=({style:y,setting:k,children:x,styles:b,builderProps:v,advanced:I,pageContext:j})=>{let{preload:C}=k||{},{background:L}=b??{},N=s(I),D=d(p({style:y,styles:b,type:"React",uid:v?.uid??"",pageContext:j,extraData:{advancedClasses:N}})),R=c(h(I?.cssClass)),S=d(f(b)),U=d(g(b)),q=c(u());return e(r,{children:[n(C,e(o,{children:[!!L?.desktop?.image?.src&&a("link",{rel:"preload",href:L.desktop.image.src,as:"image"}),!!L?.tablet?.image?.src&&a("link",{rel:"preload",href:L.tablet.image.src,as:"image"}),!!L?.mobile?.image?.src&&a("link",{rel:"preload",href:L.mobile.image.src,as:"image"})]})),a("div",{className:q,style:U,children:a("div",{"data-id":v?.uid,style:D,children:n(t(x),a("div",{children:"Icons not found"}),e(r,{children:[a("ul",{className:R,style:S,children:l.map(i(x),(e,r)=>m(e)?a(e.type,{...e.props,parentUid:v?.uid,parentStyles:b,dataIndex:r}):null)}),i(x,!0)]}))})})]})};export{IconList as default};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import{composeAdvanceStyle as
|
|
2
|
-
${m(!!
|
|
1
|
+
import{composeAdvanceStyle as e,template as s,WrapRenderChildren as i,RenderChildren as t}from"@gem-sdk/core";import{getStaticLocale as a}from"../../helpers.js";import{createStyle as r,createClass as o,If as m}from"@gem-sdk/system";import{getContainerStyles as d,getUlStyles as l,getWrapperStyles as c}from"../common/styles.js";import{getUlClasses as p,getWrapperClasses as n}from"../common/classes.js";let IconList=({builderProps:$,style:u,setting:g,rawChildren:f,styles:k,advanced:v,pageContext:y})=>{let{preload:L}=g||{},{background:b}=k||{},h=e(v),x=r(d({style:u,styles:k,type:"Liquid",uid:$?.uid??"",pageContext:y,extraData:{advancedClasses:h,isLiquid:!0}})),I=o(p(v?.cssClass)),j=r(l(k)),C=r(c(k)),q=o(n());return s`
|
|
2
|
+
${m(!!L,`${m(!!b?.desktop?.image?.src,`<link rel="preload" href="${b?.desktop?.image?.src}" as="image" />`)}
|
|
3
3
|
${m(!!b?.tablet?.image?.src,`<link rel="preload" href="${b?.tablet?.image?.src}" as="image" />`)}
|
|
4
4
|
${m(!!b?.mobile?.image?.src,`<link rel="preload" href="${b?.mobile?.image?.src}" as="image" />`)}`)}
|
|
5
|
-
<div class="${
|
|
5
|
+
<div class="${q}" style="${C}">
|
|
6
6
|
<div
|
|
7
7
|
data-id="${$?.uid}"
|
|
8
|
-
style="${
|
|
9
|
-
${m(!
|
|
10
|
-
${m(!!
|
|
11
|
-
class="${
|
|
8
|
+
style="${x}">
|
|
9
|
+
${m(!f,s`<div>${a("IconList","icons_not_found")}</div>`)}
|
|
10
|
+
${m(!!f,s`<ul
|
|
11
|
+
class="${I}"
|
|
12
12
|
style="${j}"
|
|
13
13
|
>
|
|
14
|
-
${i({uid:$?.uid??"",customProps:
|
|
14
|
+
${i({uid:$?.uid??"",customProps:f?.[0].customProps},f?.map((e,s)=>{if(e)return t({...e,dataIndex:s,parentUid:$?.uid,parentStyles:k})}))}
|
|
15
15
|
</ul>`)}
|
|
16
16
|
</div>
|
|
17
17
|
</div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"react/jsx-runtime";import"@gem-sdk/core";import"react";import"next/head";import"@gem-sdk/system";import t from"./settings/IconList.js";import i from"./settings/IconListItem.js";let iconListSetting={IconList:t,IconListItem:i};export{iconListSetting};
|
|
1
|
+
import"react/jsx-runtime";import"@gem-sdk/core";import"react";import"next/head";import"@gem-sdk/system";import"next/link";import t from"./settings/IconList.js";import i from"./settings/IconListItem.js";let iconListSetting={IconList:t,IconListItem:i};export{iconListSetting};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import{itemChildrenTemplateText as C,itemChildrenTemplateImage as t}from"./configs/items.js";import{IconListSettings as i}from"./configs/settings.js";import{
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.
|
|
1
|
+
import{itemChildrenTemplateText as C,itemChildrenTemplateImage as t}from"./configs/items.js";import{IconListSettings as i}from"./configs/settings.js";import{SettingUIV2 as e}from"./configs/ui-v2.js";let config={tag:"IconList",label:"Advanced List",icon:`
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="M10.75 3.72656C10.3358 3.72656 10 4.06235 10 4.47656C10 4.89078 10.3358 5.22656 10.75 5.22656L21.75 5.22656C22.1642 5.22656 22.5 4.89078 22.5 4.47656C22.5 4.06235 22.1642 3.72656 21.75 3.72656H10.75Z" fill="white"/>
|
|
4
4
|
<path d="M10.75 8.72656C10.3358 8.72656 10 9.06235 10 9.47656C10 9.89078 10.3358 10.2266 10.75 10.2266L21.75 10.2266C22.1642 10.2266 22.5 9.89078 22.5 9.47657C22.5 9.06235 22.1642 8.72657 21.75 8.72657L10.75 8.72656Z" fill="white"/>
|
|
5
5
|
<path d="M10 14.4767C10 14.0625 10.3358 13.7267 10.75 13.7267L21.75 13.7267C22.1642 13.7267 22.5 14.0625 22.5 14.4767C22.5 14.8909 22.1642 15.2267 21.75 15.2267L10.75 15.2267C10.3358 15.2267 10 14.8909 10 14.4767Z" fill="white"/>
|
|
@@ -8,7 +8,7 @@ import{itemChildrenTemplateText as C,itemChildrenTemplateImage as t}from"./confi
|
|
|
8
8
|
<path d="M8.66954 5.06642C8.85917 4.69816 8.71437 4.24591 8.34611 4.05627C7.97786 3.86664 7.5256 4.01144 7.33596 4.3797L4.54463 9.80029L2.85555 7.48937C2.61113 7.15496 2.14189 7.08201 1.80748 7.32643C1.47307 7.57086 1.40013 8.0401 1.64455 8.37451L3.57244 11.0122C4.12091 11.7625 5.2674 11.6732 5.69292 10.8468L8.66954 5.06642Z" fill="white"/>
|
|
9
9
|
</svg>
|
|
10
10
|
|
|
11
|
-
`,settings:i,ui:
|
|
11
|
+
`,settings:i,ui:[],uiV2:e,editorConfigs:{slots:{children:!1}},presets:[{id:"icon-list-ver1-1-text",name:"Advanced List",icon:{desktop:`
|
|
12
12
|
<svg width="110" height="80" viewBox="0 0 110 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
13
13
|
<path d="M13.1167 25.4997C12.415 25.4997 11.8127 25.3221 11.3098 24.967C10.8098 24.6091 10.4249 24.0934 10.155 23.4201C9.88796 22.744 9.75444 21.9301 9.75444 20.9784C9.75728 20.0267 9.89222 19.217 10.1593 18.5494C10.4292 17.879 10.8141 17.3676 11.3141 17.0153C11.8169 16.663 12.4178 16.4869 13.1167 16.4869C13.8155 16.4869 14.4164 16.663 14.9192 17.0153C15.4221 17.3676 15.807 17.879 16.074 18.5494C16.3439 19.2199 16.4789 20.0295 16.4789 20.9784C16.4789 21.9329 16.3439 22.7483 16.074 23.4244C15.807 24.0977 15.4221 24.6119 14.9192 24.967C14.4192 25.3221 13.8184 25.4997 13.1167 25.4997ZM13.1167 24.1659C13.6621 24.1659 14.0925 23.8974 14.4078 23.3605C14.726 22.8207 14.8851 22.0267 14.8851 20.9784C14.8851 20.2852 14.8127 19.7028 14.6678 19.2312C14.5229 18.7596 14.3184 18.4045 14.0542 18.1659C13.79 17.9244 13.4775 17.8037 13.1167 17.8037C12.574 17.8037 12.1451 18.0736 11.8297 18.6133C11.5144 19.1503 11.3553 19.9386 11.3525 20.9784C11.3496 21.6744 11.4192 22.2596 11.5613 22.7341C11.7061 23.2085 11.9107 23.5665 12.1749 23.8079C12.4391 24.0466 12.753 24.1659 13.1167 24.1659ZM21.4444 16.6062V25.3335H19.8635V18.1446H19.8123L17.7711 19.4486V17.9997L19.9402 16.6062H21.4444ZM24.1472 25.4272C23.8887 25.4272 23.6671 25.3363 23.4824 25.1545C23.2978 24.9727 23.2069 24.7511 23.2097 24.4897C23.2069 24.2341 23.2978 24.0153 23.4824 23.8335C23.6671 23.6517 23.8887 23.5608 24.1472 23.5608C24.3972 23.5608 24.6145 23.6517 24.7992 23.8335C24.9867 24.0153 25.0819 24.2341 25.0847 24.4897C25.0819 24.663 25.0364 24.8207 24.9483 24.9628C24.8631 25.1048 24.7495 25.2184 24.6074 25.3037C24.4682 25.3861 24.3148 25.4272 24.1472 25.4272Z" fill="#D6D6D6"/>
|
|
14
14
|
<rect x="35" y="18.3335" width="67" height="6" rx="3" fill="#757575"/>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let IconList={background:{id:"background",fields:["image.src"]}};export{IconList};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{SettingUIV2 as e}from"./configs/uiV2.js";import{IconListHozSettings as i}from"./configs/settings.js";import{IconListHozPreset as o}from"./configs/presets.js";let config={tag:"IconListHoz",label:"Icon List",icon:`
|
|
2
2
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 10.625C11.2406 10.625 10.625 11.2406 10.625 12C10.625 12.7594 11.2406 13.375 12 13.375C12.7594 13.375 13.375 12.7594 13.375 12C13.375 11.2406 12.7594 10.625 12 10.625ZM9.125 12C9.125 10.4122 10.4122 9.125 12 9.125C13.5878 9.125 14.875 10.4122 14.875 12C14.875 13.5878 13.5878 14.875 12 14.875C10.4122 14.875 9.125 13.5878 9.125 12Z" fill="white"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.625 10.6251C18.8656 10.6251 18.25 11.2407 18.25 12.0001C18.25 12.7595 18.8656 13.3751 19.625 13.3751C20.3844 13.3751 21 12.7595 21 12.0001C21 11.2407 20.3844 10.6251 19.625 10.6251ZM16.75 12.0001C16.75 10.4123 18.0372 9.12512 19.625 9.12512C21.2128 9.12512 22.5 10.4123 22.5 12.0001C22.5 13.5879 21.2128 14.8751 19.625 14.8751C18.0372 14.8751 16.75 13.5879 16.75 12.0001Z" fill="white"/>
|
|
5
5
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.375 10.6251C3.61561 10.6251 3 11.2407 3 12.0001C3 12.7595 3.61561 13.3751 4.375 13.3751C5.13439 13.3751 5.75 12.7595 5.75 12.0001C5.75 11.2407 5.13439 10.6251 4.375 10.6251ZM1.5 12.0001C1.5 10.4123 2.78718 9.12512 4.375 9.12512C5.96282 9.12512 7.25 10.4123 7.25 12.0001C7.25 13.5879 5.96282 14.8751 4.375 14.8751C2.78718 14.8751 1.5 13.5879 1.5 12.0001Z" fill="white"/>
|
|
6
6
|
</svg>
|
|
7
|
-
`,settings:
|
|
7
|
+
`,settings:i,ui:[],uiV2:e,presets:o,locales:{editor:{en:{icons_not_found:"Icons not found"}}},rootOverride:{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}};export{config as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{DEVICES as t,composePositionLineHeight as o}from"@gem-sdk/core";import{getDynamicSourceLocales as e,getStaticLocale as
|
|
1
|
+
import{DEVICES as t,composePositionLineHeight as o}from"@gem-sdk/core";import{getDynamicSourceLocales as e,createSettingId as n,getStaticLocale as i}from"../../helpers.js";import{IconListV2 as s}from"../settings/configs/translate.js";let composeIconWith=t=>({...t,desktop:t?.desktop??0,tablet:t?.tablet??t?.desktop??0,mobile:t?.mobile??t?.tablet??t?.desktop??0}),getTextIconNotFound=t=>"react"===t?"Icons not found":i("IconList","icons_not_found"),getTextIconTranslations=({setting:t,builderProps:o,pageContext:i,key:l,type:c})=>{let{childItem:r}=t??{};return"react"===c?r?.[l]:e({val:r?.[l],uid:o?.uid,settingId:n({id:s?.childItem?.id,index:l}),pageContext:i,isReplaceLocationOrigin:!0})},getvalueMap=({setting:t})=>{let{childConfig:o,iconType:e,iconSvg:n}=t??{};return e&&"matching"!==e?"different"===e?o:void 0:Array(o?.length).fill(n)},composePostionIconList=(e,n,i)=>{let s={...i,desktop:i?.desktop??0,tablet:i?.tablet??i?.desktop??0,mobile:i?.mobile??i?.tablet??i?.desktop??0},l={};return t.forEach(t=>{o({compose:l,lineHeight:e,device:t,position:n,iconWidth:s})}),l};export{composeIconWith,composePostionIconList,getTextIconNotFound,getTextIconTranslations,getvalueMap};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{makeStyleResponsive as e,composeBorderResponsive as t,getResponsiveStyleShadowWithoutState as l,composeRadiusResponsive as o,getStyleBackgroundByDevice as r,getResponsiveStylePadding as b,getGradientBgrStyleByDevice as n,makeGlobalSize as i,makeStyle as a,getSingleColorVariable as s}from"@gem-sdk/core";let filterStyles=e=>{let t=["--mb","--mb-mobile","--mb-tablet"];return t.forEach(t=>{delete e?.[t]}),e},getStyleContainerIconlistMain=({styles:t,style:l,type:o,advanced:r})=>{let{align:b}=t??{};return{...l="react"===o?filterStyles(l):l,...e("jc",b),...e("d",{desktop:r?.d?.desktop?"flex":"none",tablet:r?.d?.tablet?"flex":"none",mobile:r?.d?.mobile?"flex":"none"})}},getStyleWraplistIcon=({styles:i})=>{let{panelAlign:
|
|
1
|
+
import{makeStyleResponsive as e,composeBorderResponsive as t,getResponsiveStyleShadowWithoutState as l,composeRadiusResponsive as o,getStyleBackgroundByDevice as r,getResponsiveStylePadding as b,getGradientBgrStyleByDevice as n,makeGlobalSize as i,makeStyle as a,getSingleColorVariable as s}from"@gem-sdk/core";import{getBackgroundTranslated as p}from"../../helpers.js";import{IconListV2 as c}from"../settings/configs/translate.js";let filterStyles=e=>{let t=["--mb","--mb-mobile","--mb-tablet"];return t.forEach(t=>{delete e?.[t]}),e},getStyleContainerIconlistMain=({styles:t,style:l,type:o,advanced:r})=>{let{align:b}=t??{};return{...l="react"===o?filterStyles(l):l,...e("jc",b),...e("d",{desktop:r?.d?.desktop?"flex":"none",tablet:r?.d?.tablet?"flex":"none",mobile:r?.d?.mobile?"flex":"none"})}},getStyleWraplistIcon=({styles:i,uid:a,pageContext:s,type:d="React"})=>{let{panelAlign:g,contentBoxPadding:m,contentBoxWidth:y,background:S,contentBoxBorder:I,contentBoxRounded:u,contentBoxShadow:k}=i??{},x="Liquid"===d?p({background:S,uid:a,enableTranslate:!!c?.background?.id,pageContext:s,isTranslateVideo:!1}):S;return{...t(I),...l(k,"box-shadow",k),...o(u),...r(x),...b(m),...e("w",y),...e("jc",g),...n(x,{desktop:!0,tablet:!0,mobile:!0})}},getStyleColListIcon=({styles:t})=>{let{verticalSpacing:l}=t??{};return{...e("rg",l)}},getStyleWrapItemIcon=({styles:t})=>{let{horizontalSpacing:l,position:o}=t??{};return{...e("cg",l),...e("ai",{...o,mobile:o?.mobile=="baseline"?"flex-start":o?.mobile})}},getStyleWrapIcon=({styles:t,setting:l})=>{let{iconBorder:o,backgroundColor:r,iconRounded:b}=t??{},{globalSize:n}=l??{},p=i(n);return{...p.padding,...a({bs:o?.border,bw:o?.width,bc:s(o?.color),bg:s(r),bblr:b?.bblr,bbrr:b?.bbrr,btlr:b?.btlr,btrr:b?.btrr}),...e("top",{desktop:"unset",tablet:"unset",mobile:"unset"}),...e("pos",{desktop:"relative",tablet:"relative",mobile:"relative"})}},getStyleIcon=({styles:e,setting:t})=>{let{iconColor:l}=e||{},{iconWidth:o}=t??{};return{"--c":s(l),"--w":"100%","--h":"100%","--size-desktop":`${o?.desktop}px`,"--size-tablet":`${o?.tablet||o?.desktop}px`,"--size-mobile":`${o?.mobile||o?.tablet||o?.desktop}px`}},getStyleTypoText=({setting:e})=>({typo:e?.textTypo});export{getStyleColListIcon,getStyleContainerIconlistMain,getStyleIcon,getStyleTypoText,getStyleWrapIcon,getStyleWrapItemIcon,getStyleWraplistIcon};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import{jsx as e,jsxs as t}from"react/jsx-runtime";import{useGetProductId as s}from"../../hooks/useGetProductId.js";import
|
|
2
|
+
import{jsx as e,jsxs as t}from"react/jsx-runtime";import{useGetProductId as s}from"../../hooks/useGetProductId.js";import i from"../../text/components/Text.js";import{createClass as o,createStyle as r,createAttr as m,If as l}from"@gem-sdk/system";import{getClassWraplistIcon as n,getClassColListIcon as a,getClassWrapItemIcon as c,getClassWrapIcon as d,getClassIcon as p,getClassTextItem as u}from"../common/classes.js";import{getStyleContainerIconlistMain as h,getStyleWraplistIcon as f,getStyleColListIcon as y,getStyleIcon as g,getStyleWrapIcon as j,getStyleWrapItemIcon as v,getStyleTypoText as N}from"../common/styles.js";import{getvalueMap as x,composePostionIconList as I,getTextIconTranslations as L,getTextIconNotFound as k,composeIconWith as w}from"../common/helpers.js";import{useIconLineHeight as S}from"../hooks/useIconLineHeight.js";let IconListV2=T=>{let{builderProps:W,builderAttrs:$,style:H,setting:V,styles:_,pageContext:q,advanced:C}=T,G=o({[W?.uid??""]:!0}),M=o(n()),P=o(a()),b=o(c({builderProps:W})),z=o(d()),A=o(p()),B=o(u({setting:V})),D=r(h({styles:_,style:H,type:"react",advanced:C})),E=r(f({styles:_,uid:W?.uid??"",pageContext:q})),F=r(y({styles:_})),J=r(g({styles:_,setting:V})),K=N({setting:V}),O=m({...$}),Q=k("react"),R=x({setting:V}),{ref:U,lineHeight:X}=S({iconWidth:w(V?.iconWidth)}),Y=I(X,_?.position,V?.iconWidth),{refContainer:Z,productID:ee}=s(),et=r({...j({styles:_,setting:V}),...Y.content}),es=r({...v({styles:_}),...Y.wrapper});return e("div",{...O,...W,"data-id":W?.uid,style:D,className:G,ref:Z,children:l(!R||!R.length,e("div",{children:Q}),e("div",{className:M,style:E,children:e("div",{className:P,style:F,children:R?.map((s,o)=>{let r=L({setting:V,builderProps:W,pageContext:q,key:o,type:"react"});return t("div",{"data-index":o,className:b,style:es,children:[e("div",{className:z,style:et,children:e("span",{style:J,className:A,dangerouslySetInnerHTML:{__html:s}})}),e(i,{setting:{text:r?.toString(),htmlTag:"div",options:{useState:!0,uniqueId:`${W?.uid}-${o}-${ee}`,productID:ee,customClass:{wrapper:"gp-w-full"}}},styles:K,className:B,ref:U})]},o)})})}))})};export{IconListV2 as default};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import{template as s,dataStringify as i,RenderIf as t,isLocalEnv as e,baseAssetURL as l}from"@gem-sdk/core";import{getSettingPreloadData as o}from"../../helpers.js";import r from"../../text/components/Text.liquid.js";import{createClass as a,createStyle as d,createAttr as p,If as
|
|
1
|
+
import{template as s,dataStringify as i,RenderIf as t,isLocalEnv as e,baseAssetURL as l}from"@gem-sdk/core";import{getSettingPreloadData as o}from"../../helpers.js";import r from"../../text/components/Text.liquid.js";import{createClass as a,createStyle as d,createAttr as p,If as n}from"@gem-sdk/system";import{getClassWraplistIcon as c,getClassColListIcon as m,getClassWrapItemIcon as $,getClassWrapIcon as u,getClassIcon as g,getClassTextItem as v}from"../common/classes.js";import{getStyleContainerIconlistMain as y,getStyleWraplistIcon as f,getStyleColListIcon as j,getStyleWrapIcon as h,getStyleWrapItemIcon as q,getStyleIcon as x,getStyleTypoText as S}from"../common/styles.js";import{getvalueMap as k,getTextIconTranslations as E,getTextIconNotFound as V}from"../common/helpers.js";let IconListV2=A=>{let{builderProps:I,builderAttrs:L,style:N,setting:T,styles:_,pageContext:w}=A,C=I?.builderData?.advanced,G=a({[I?.uid??""]:!0}),O=a(c()),W=a(m()),b=a($({builderProps:I})),D=a(u()),F=a(g()),M=a(v({setting:T})),P=d(y({styles:_,style:N,type:"liquid",advanced:C})),R=d(f({styles:_,uid:I?.uid??"",pageContext:w,type:"Liquid"})),z=d(j({styles:_,setting:T})),B=d(h({styles:_,setting:T})),H=d(q({styles:_})),J=d(x({styles:_,setting:T})),K=S({setting:T}),Q=p({...L}),U=V("liquid"),X=k({setting:T});return s`
|
|
2
2
|
{% assign locationOrigin = request.origin | append: routes.root_url | split: '/' | join: '/' %}
|
|
3
3
|
<gp-icon-list
|
|
4
4
|
${{...Q}}
|
|
5
5
|
${{...I}}
|
|
6
6
|
data-id="${I?.uid}"
|
|
7
7
|
style="${P}"
|
|
8
|
-
className="${
|
|
9
|
-
gp-data='${i({position:
|
|
8
|
+
className="${G}"
|
|
9
|
+
gp-data='${i({position:_?.position,iconWidth:T?.iconWidth}).replaceAll("'","'")}'
|
|
10
10
|
>
|
|
11
|
-
${
|
|
12
|
-
<div class="${
|
|
13
|
-
<div class="${
|
|
14
|
-
${X?.map((i,t)=>{let e=E({setting:
|
|
11
|
+
${n(!X||!X.length,s`<div>${U}</div>`,s`
|
|
12
|
+
<div class="${O}" style="${R}">
|
|
13
|
+
<div class="${W}" style="${z}">
|
|
14
|
+
${X?.map((i,t)=>{let e=E({setting:T,builderProps:I,pageContext:w,key:t,type:"liquid"});return s`
|
|
15
15
|
<div
|
|
16
16
|
key="${t}"
|
|
17
17
|
data-index="${t}"
|
|
18
|
-
class="${
|
|
18
|
+
class="${b}"
|
|
19
19
|
style="${H}"
|
|
20
20
|
>
|
|
21
21
|
<div class="${D}" style="${B}">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{IconListSettings as e}from"./configs/settings.js";import{
|
|
1
|
+
import{IconListSettings as e}from"./configs/settings.js";import{SettingUIV2 as t}from"./configs/ui-v2.js";let config={tag:"IconListV2",label:"Item List",icon:`
|
|
2
2
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="M10.75 3.72656C10.3358 3.72656 10 4.06235 10 4.47656C10 4.89078 10.3358 5.22656 10.75 5.22656L21.75 5.22656C22.1642 5.22656 22.5 4.89078 22.5 4.47656C22.5 4.06235 22.1642 3.72656 21.75 3.72656H10.75Z" fill="white"/>
|
|
4
4
|
<path d="M10.75 8.72656C10.3358 8.72656 10 9.06235 10 9.47656C10 9.89078 10.3358 10.2266 10.75 10.2266L21.75 10.2266C22.1642 10.2266 22.5 9.89078 22.5 9.47657C22.5 9.06235 22.1642 8.72657 21.75 8.72657L10.75 8.72656Z" fill="white"/>
|
|
@@ -8,7 +8,7 @@ import{IconListSettings as e}from"./configs/settings.js";import{SettingUIV1 as t
|
|
|
8
8
|
<path d="M8.66954 5.06642C8.85917 4.69816 8.71437 4.24591 8.34611 4.05627C7.97786 3.86664 7.5256 4.01144 7.33596 4.3797L4.54463 9.80029L2.85555 7.48937C2.61113 7.15496 2.14189 7.08201 1.80748 7.32643C1.47307 7.57086 1.40013 8.0401 1.64455 8.37451L3.57244 11.0122C4.12091 11.7625 5.2674 11.6732 5.69292 10.8468L8.66954 5.06642Z" fill="white"/>
|
|
9
9
|
</svg>
|
|
10
10
|
|
|
11
|
-
`,settings:e,ui:
|
|
11
|
+
`,settings:e,ui:[],uiV2:t,editorConfigs:{slots:{children:!1},component:{validate:!0,excludeApplyStyle:!0}},presets:[{id:"icon-list-v2",name:"Item List",icon:{desktop:`
|
|
12
12
|
<svg width="110" height="80" viewBox="0 0 110 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
13
13
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6348 17.7261C19.792 17.9121 19.7878 18.2089 19.6255 18.389L13.7118 24.9515C13.5531 25.1275 13.3012 25.1275 13.1425 24.9515L10.8745 22.4345C10.7122 22.2544 10.708 21.9576 10.8652 21.7717C11.0224 21.5857 11.2814 21.5809 11.4437 21.761L13.4272 23.9622L19.0563 17.7155C19.2186 17.5354 19.4776 17.5402 19.6348 17.7261Z" fill="#F9F9F9"/>
|
|
14
14
|
<rect x="30" y="18.3335" width="72" height="6" rx="3" fill="#757575"/>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{itemControlTemplate as e}from"./items.js";let IconListSettings=[{id:"setting",controls:[{id:"childItem",label:"Item management",type:"child-item",default:["Icon 1","Icon 2"],childTemplate:e,isDisabledDuplicateIncrease:!0},{id:"
|
|
1
|
+
import{itemControlTemplate as e}from"./items.js";let IconListSettings=[{id:"setting",controls:[{id:"childItem",label:"Item management",type:"child-item",default:["Icon 1","Icon 2"],childTemplate:e,isDisabledDuplicateIncrease:!0},{id:"textTypo",type:"typography-v2",default:{type:"paragraph-1",attrs:{color:"#FEB91C"}},compoDefaultValue:{attrs:{color:"#FEB91C"}},ignoreReRender:!0,hiddenSetting:{textAlign:!0,textShadow:!0}},{id:"iconSvg",type:"icon",label:"Icon Parent",hideInput:!0,info:"Choose from list or paste any SVG icon",default:'<svg data-name="check-circle-filled" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508414807831544168"><path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"></path></svg>'},{id:"iconWidth",type:"input:stepper",label:"Icon Width",devices:{desktop:{default:24}},min:0},{id:"childConfig",type:"child-icon",label:"",default:[,,,].fill('<svg height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508414807831544168"><path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"></path></svg>')},{id:"globalSize",type:"size-setting",devices:{desktop:{default:{padding:{type:"custom",top:"0px",bottom:"0px",left:"0px",right:"0px"}}}},hiddenShowMore:!0,hiddenSettings:["shape","width","height","gap"]},{id:"iconType",type:"option:illustration",enableTooltip:!0,label:"Icon type",options:[{label:"Matching icons",value:"matching",svgName:"gp-item-list-matching-icon"},{label:"Different icons",value:"different",svgName:"gp-item-list-different-icon"}],default:"matching"}]},{id:"style",controls:[{id:"background",type:"background-media",ignoreReRender:!0,devices:{desktop:{default:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}},compoDefaultValue:{desktop:{default:{type:"color",color:"#DDDDDD",image:{src:"https://cdn.shopify.com/s/files/1/2005/9307/files/background_settings.jpg",width:1200,height:480},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}}}},{id:"iconColor",type:"color-picker-v2",label:"Icon color",default:"text-1",compoDefaultValue:"text-1"},{id:"backgroundColor",type:"color-picker-v2",label:"Background color",default:"transparent",compoDefaultValue:"bg-1"},{id:"iconBorder",label:"Border",type:"border-v2",default:{},compoDefaultValue:{border:"solid",width:"1px 1px 1px 1px",position:"bottom",color:"line-3",isCustom:!0,borderWidth:"Mixed"}},{id:"iconRounded",type:"corner-v2",label:"Border Radius",default:{radiusType:"none"},compoDefaultValue:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}},{id:"horizontalSpacing",label:"Horizontal Spacing",type:"input:slider",units:["px"],min:0,max:40,ignoreMax:!0,devices:{desktop:{default:"8px"}}},{id:"position",type:"option:illustration",enableTooltip:!0,label:"Position",options:[{label:"Align center",value:"center",type:"align-pos",svgName:"gp-align-position-center"},{label:"Align top",value:"baseline",type:"align-pos",svgName:"gp-align-position-top"}],devices:{desktop:{default:"center"},tablet:{default:"center"},mobile:{default:"center"}}},{id:"contentBoxWidth",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}],devices:{desktop:{default:"100%"}}},{id:"contentBoxPadding",label:"Padding",type:"padding-v2",devices:{desktop:{}},compoDefaultValue:{desktop:{default:{top:"16px",bottom:"16px",left:"16px",right:"16px"}}}},{id:"contentBoxBorder",label:"Border",type:"border",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{border:"solid",width:"1px 1px 1px 1px",position:"bottom",color:"line-3",isCustom:!0,borderWidth:"Mixed"}}}},{id:"contentBoxRounded",type:"corner-v2",label:"Border Radius",devices:{desktop:{default:{radiusType:"none"}}},compoDefaultValue:{desktop:{default:{btrr:"8px",bblr:"8px",bbrr:"8px",btlr:"8px",radiusType:"rounded"}}}},{id:"contentBoxShadow",label:"Shadow",type:"shadow-v2",devices:{desktop:{default:{}}},compoDefaultValue:{desktop:{default:{type:"shadow-1",distance:"4px",blur:"4px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45,enable:!0}}}},{id:"panelAlign",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:"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:"verticalSpacing",type:"input:slider",label:"Item gap",units:["px"],min:0,max:40,ignoreMax:!0,devices:{desktop:{default:"12px"}}}]}];export{IconListSettings};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let IconListV2={childItem:{id:"childItem"},background:{id:"background",fields:["image.src"]}};export{IconListV2};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{cloneDeep as e,hasTranslatedLiquid as t,getCornerCSSFromGlobal as i,getAspectRatioGlobalSize as r,makeStyleResponsive as a,DEVICES as l,getResponsiveValueByScreen as g}from"@gem-sdk/core";import{getDynamicSourceLocales as s,createSettingId as o}from"../../helpers.js";import{Image as n}from"../settings/configs/translate.js";let overwriteDefaultRadius=e=>{let t={...e},r=!0;return t&&Object.keys(t??{}).forEach(e=>{if("bblr"===e||"bbrr"===e||"btlr"===e||"btrr"===e){let i=t[e]??{};"0px"!==i&&(r=!1)}}),r?i(t):{}},getAspectRatio=({styles:e,setting:t})=>{let{srcSet:i,image:a}=t??{},{customAspectRadio:l,shape:g}=e??{},s={desktop:composeAspectRatio({device:"desktop",aspect:e?.aspectRatio,auto:t?.isAdaptive?i?.desktop:a,custom:l}),tablet:composeAspectRatio({device:"tablet",aspect:e?.aspectRatio,auto:t?.isAdaptive?i?.tablet:a,custom:l}),mobile:composeAspectRatio({device:"mobile",aspect:e?.aspectRatio,auto:t?.isAdaptive?i?.mobile:a,custom:l})};return g?r(g):s},composeAspectRatio=({device:e,aspect:t,custom:i,auto:r})=>{let a=t?.[e];return"auto"===a?r?.height?`${r.width}/${r.height}`:void 0:"custom"===a?i?.[e]?.height?`${i?.[e]?.width}/${i?.[e]?.height}`:void 0:a},getResponsiveObjectFit=({layout:e,isDisableObjectFit:t})=>t?{}:a("objf",e),getAspectRatioNextImage=({isDisableAspectStyle:e,aspectRatio:t,objectFits:i,width:r,height:a})=>{if(e)return{};let g={};return l.forEach(e=>{let l=`--objf${"desktop"!==e?`-${e}`:""}`,s=i?.[l]||i?.["--objf"];if(t?.[e]==="auto"&&"contain"===s){g[e]="auto";return}g[e]=t?.[e]!=="auto"&&t?.[e]?t[e]:`${r}/${a}`}),g},safeStringify=e=>JSON.stringify(e||{}).replace(/"/g,"""),shimmer=(e,t)=>`<svg width="${e}" height="${t}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
2
|
<defs>
|
|
3
3
|
<linearGradient id="g-${e}-${t}">
|
|
4
4
|
<stop stop-color="rgba(51, 51, 51, 0)" offset="20%" />
|
|
@@ -9,4 +9,4 @@ import{getCornerCSSFromGlobal as e,getAspectRatioGlobalSize as t,makeStyleRespon
|
|
|
9
9
|
<rect width="${e}" height="${t}" fill="rgba(51, 51, 51, 0)" />
|
|
10
10
|
<rect id="r" width="${e}" height="${t}" fill="url(#g-${e}-${t})" />
|
|
11
11
|
<animate xlink:href="#r" attributeName="x" from="-${e}" to="${e}" dur="1s" repeatCount="indefinite" />
|
|
12
|
-
</svg>`,toBase64=e=>"undefined"==typeof window?Buffer.from(e).toString("base64"):window.btoa(e),createBlurDataURL=(e,t)=>`data:image/svg+xml;base64,${toBase64(shimmer(e,t))}`,IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",FALLBACK_IMAGE="https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",NEXT_IMAGE_CONFIG={DEFAULT_SIZES:"100vw",DEFAULT_ALT:"Alt image",DEFAULT_SRC:"https://cdn.shopify.com/s/files/1/2005/9307/files/placeholder-1.png?v=1751355990",DEFAULT_WIDTH_PROPS:800,DEFAULT_HEIGHT_PROPS:533},getAdaptiveImageData=e=>{let{srcSet:t,fallbackImg:i}=e,r=e=>{let{isLiquid:r}=e??{},a=getImageSrc(t?.desktop,"desktop",!r)||i||FALLBACK_IMAGE,l=getImageSrc(t?.tablet,"tablet",!r)||getImageSrc(t?.desktop,"tablet",!r)||i||FALLBACK_IMAGE,g=getImageSrc(t?.mobile,"mobile",!r)||getImageSrc(t?.tablet,"mobile",!r)||getImageSrc(t?.desktop,"mobile",!r)||i||FALLBACK_IMAGE;return{srcTablet:l,srcMobile:g,srcDesktop:a}};return{getDeviceSource:r}},getSrcSet=(e,t,i)=>e?getSrcSetLiquid(e,t):getSrcSetLink(i),isCannotResizeImage=e=>e.includes("webp")||e.includes("jfif")||e.includes(".svg")||e.includes(".tiff"),getSrcSetLiquid=(e,t)=>{let i=replaceBackupFileKeyFileContent(e);return isCannotResizeImage(e)?"FILE_CONTENT"==t?`{{ '${i}' | file_url }} 768w, {{ '${i}' | file_url }} 1024w, {{ '${i}' | file_url }} 1440w`:`{{ '${e}' | asset_url }} 768w, {{ '${e}' | asset_url }} 1024w, {{ '${e}' | asset_url }} 1440w`:"FILE_CONTENT"==t?`{{ '${i}' | file_img_url: '768x' }} 768w, {{ '${i}' | file_img_url: '1024x' }} 1024w, {{ '${i}' | file_img_url: 'master' }} 1440w`:`{{ '${e}' | asset_img_url: '768x' }} 768w, {{ '${e}' | asset_img_url: '1024x' }} 1024w, {{ '${e}' | asset_img_url: 'master' }} 1440w`},getSrcSetLink=e=>e,getImageSrc=(e,
|
|
12
|
+
</svg>`,toBase64=e=>"undefined"==typeof window?Buffer.from(e).toString("base64"):window.btoa(e),createBlurDataURL=(e,t)=>`data:image/svg+xml;base64,${toBase64(shimmer(e,t))}`,IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",FALLBACK_IMAGE="https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",NEXT_IMAGE_CONFIG={DEFAULT_SIZES:"100vw",DEFAULT_ALT:"Alt image",DEFAULT_SRC:"https://cdn.shopify.com/s/files/1/2005/9307/files/placeholder-1.png?v=1751355990",DEFAULT_WIDTH_PROPS:800,DEFAULT_HEIGHT_PROPS:533},getAdaptiveImageData=e=>{let{srcSet:t,fallbackImg:i}=e,r=e=>{let{isLiquid:r}=e??{},a=getImageSrc(t?.desktop,"desktop",!r)||i||FALLBACK_IMAGE,l=getImageSrc(t?.tablet,"tablet",!r)||getImageSrc(t?.desktop,"tablet",!r)||i||FALLBACK_IMAGE,g=getImageSrc(t?.mobile,"mobile",!r)||getImageSrc(t?.tablet,"mobile",!r)||getImageSrc(t?.desktop,"mobile",!r)||i||FALLBACK_IMAGE;return{srcTablet:l,srcMobile:g,srcDesktop:a}};return{getDeviceSource:r}},getSettingTranslatedImageAndSeo=({setting:t,uid:i,pageContext:r})=>{if(!t||!n)return{};let a=e(t);for(let e in a.srcSet){let t=a.srcSet[e];if(t&&t.src){let a=s({val:t.src,uid:i,settingId:n?.srcSet?.id?`${n.srcSet.id}_${e}_src`:"",pageContext:r});t.src=String(a)}}let l=s({val:a.alt,uid:i,settingId:o({id:n?.alt?.id}),pageContext:r});a.alt=String(l);let g=s({val:a.title,uid:i,settingId:o({id:n?.title?.id}),pageContext:r});return a.title=String(g),a},getSrcSet=(e,t,i)=>e?getSrcSetLiquid(e,t):getSrcSetLink(i),isCannotResizeImage=e=>e.includes("webp")||e.includes("jfif")||e.includes(".svg")||e.includes(".tiff"),getSrcSetLiquid=(e,t)=>{let i=replaceBackupFileKeyFileContent(e);return isCannotResizeImage(e)?"FILE_CONTENT"==t?`{{ '${i}' | file_url }} 768w, {{ '${i}' | file_url }} 1024w, {{ '${i}' | file_url }} 1440w`:`{{ '${e}' | asset_url }} 768w, {{ '${e}' | asset_url }} 1024w, {{ '${e}' | asset_url }} 1440w`:"FILE_CONTENT"==t?`{{ '${i}' | file_img_url: '768x' }} 768w, {{ '${i}' | file_img_url: '1024x' }} 1024w, {{ '${i}' | file_img_url: 'master' }} 1440w`:`{{ '${e}' | asset_img_url: '768x' }} 768w, {{ '${e}' | asset_img_url: '1024x' }} 1024w, {{ '${e}' | asset_img_url: 'master' }} 1440w`},getSrcSetLink=e=>e,getImageSrc=(e,i,r)=>{if(e?.metafieldDefinitionKey)return getImageMetafieldDefinitionKey(e?.metafieldDefinitionKey);let a=e?.backupFilePath??e?.src??"";if(r)a=e?.src||"";else{let i=e?.src??"";if(t(i))return i;if(e?.backupFileKey){let t=getNewBackupFileKey(e.backupFileKey,e?.src??"");"THEME"!==e.storage&&e.storage?"FILE_CONTENT"===e.storage&&(a=`{{ "${replaceBackupFileKeyFileContent(t)}" | file_url }}`):a=`{{ "${t}" | asset_url }}`}}if(i&&a?.includes("cdn.shopify"))switch(i){case"tablet":a=a?.replace(regexReplaceEndDot,"_1024x.");break;case"mobile":a=a?.replace(regexReplaceEndDot,"_768x.")}return a},getImageMetafieldDefinitionKey=e=>`{{${e} | file_url}}`,regexReplaceEndDot=/\.(?=[^.]*$)/,replaceBackupFileKeyFileContent=e=>e.replace(/\.jpeg|\.jfif/g,".jpg"),getNewBackupFileKey=(e,t)=>{let i=t?.match(/\/files\/([^\/]+\.(jpg|jpeg|gif|png|webp|svg))/)?.[1];return i&&i!=e?i:e};function resizeImage(e,t){let i=e.match(/\.webp/g)?.length,r=replaceRegexLastMatch({str:e,reg:/_(pico|icon|thumb|small|compact|medium|large|grande|original|1024x1024|2048x2048|master)+\./g,newString:"."});if(i)return r;let a=replaceRegexLastMatch({str:r,reg:/\.jpg|\.png|\.gif|\.jpeg/g,newString:t,isAdd:!0});return a}let replaceRegexLastMatch=e=>{let t=e.str,i=e.str.match(e.reg)?.length;if(i){let r,a=1;for(;null!==(r=e.reg.exec(e.str));){if(a===i){let i=e.reg.lastIndex,a=i-r[0].length;e.isAdd&&(e.newString="_"+e.newString+r),t=t.slice(0,a)+e.newString+t.slice(i,t.length)}a++}}return t},getItemWidth=(e,t)=>{let i=getCurrentDevice(),r=t?.[i]||"auto";if(!r||"auto"===r||r.includes("%"))return e;let a=Number(r.replace("px",""));return a>e?e:Number(r.replace("px",""))},getImageWidthFollowByQuality=e=>{let{itemWidthParam:t,imageWidthSetting:i,qualityType:r,qualityPercent:a}=e,l=getCurrentDevice(),s=getItemWidth(t,i),o=g(r,l,"finest"),n=g(a,l,100);switch(o){case"finest":default:return"auto";case"high":return Math.round(1.5*s)||1;case"medium":return Math.round(s)||1;case"custom":return Math.round(s*(Number(n)/100))||1}},getWidthOfFeatureImageSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return l.forEach(i=>{let r=g(e,i)?.width||"100%";t[i]=r}),t},getWidthOfImageListSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return l.forEach(i=>{let r=g(e,i)?.width||"100%";t[i]=r}),t},getWidthOfListImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-gallery-image-item`),i=0;return t.forEach(e=>{e.offsetWidth>i&&(i=e.offsetWidth)}),i},getWidthOfFeatureImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-ft-image-item`),i=0;return t.forEach(e=>{e.offsetWidth>i&&(i=e.offsetWidth)}),i},handleSetSrcForProductImageList=e=>{let{shapeByLayout:t,qualityType:i,qualityPercent:r,builderPropUID:a}=e,l=document.querySelectorAll(`.gem-slider-item-${a}.gp-gallery-image-item`),g=getWidthOfImageListSetting(t),s=getWidthOfListImageInDom(a);l.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:g,width:s,qualityType:i,qualityPercent:r})})},handleSetSrcForFeatureProductImage=e=>{let{ftShape:t,qualityType:i,qualityPercent:r,builderPropUID:a}=e,l=document.querySelectorAll(`.gem-slider-item-${a}.gp-ft-image-item`),g=getWidthOfFeatureImageSetting(t),s=getWidthOfFeatureImageInDom(a);l.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:g,width:s,qualityType:i,qualityPercent:r})})},handleSetSrcForGalleryImage=e=>{let{item:t,settingWidth:i,width:r,qualityType:a,qualityPercent:l}=e,g=getCurrentDevice(),s=t.querySelector("img");if(s){let e=getImageWidthFollowByQuality({itemWidthParam:r,imageWidthSetting:i,qualityType:a,qualityPercent:l}),t=s.getAttribute("base-src");if(!t)return;let o=getImageSrcByQuality(e,t),n=getImageSrcSet(t,o,g);s.setAttribute("srcset",n)}},getImageSrcByQuality=(e,t)=>"auto"===e?t:resizeImage(t,`${e}x`),getImageSrcSet=(e,t,i)=>`${"mobile"===i&&e!==t?t:resizeImage(e,"768x")} 767w, ${"tablet"===i&&e!==t?t:resizeImage(e,"1024x")} 1023w, ${"desktop"===i&&e!==t?t:resizeImage(e,"1920x")} 1440w`,getCurrentDevice=()=>window.innerWidth<768?"mobile":window.innerWidth>=768&&window.innerWidth<1025?"tablet":"desktop";export{FALLBACK_IMAGE,IMAGE_PLACEHOLDER,NEXT_IMAGE_CONFIG,composeAspectRatio,createBlurDataURL,getAdaptiveImageData,getAspectRatio,getAspectRatioNextImage,getCurrentDevice,getImageSrc,getImageWidthFollowByQuality,getNewBackupFileKey,getResponsiveObjectFit,getSettingTranslatedImageAndSeo,getSrcSet,handleSetSrcForFeatureProductImage,handleSetSrcForProductImageList,isCannotResizeImage,overwriteDefaultRadius,regexReplaceEndDot,replaceBackupFileKeyFileContent,resizeImage,safeStringify,shimmer,toBase64};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import{template as s}from"@gem-sdk/core";import{createStyle as e,createClass as t,createAttr as i,If as m}from"@gem-sdk/system";import{getLinkData as
|
|
1
|
+
import{template as s}from"@gem-sdk/core";import{createStyle as e,createClass as t,createAttr as i,If as m}from"@gem-sdk/system";import{getLinkData as o}from"../../helpers.js";import r from"./AdaptiveImage.liquid.js";import l from"./NextImage.liquid.js";import{getWrapperStyles as a,getImageStyles as p,getContainerStyles as d}from"../common/styles.js";import{getWrapperClasses as u,getImageClasses as c,getContainerClasses as f}from"../common/classes.js";import{getContainerAttrs as n,getAdaptiveImageAttrs as g,getNextImageAttrs as $,getLinkWrapperAttrs as j,getImageLiquidAttrs as y}from"../common/attrs.js";import{getSettingTranslatedImageAndSeo as q}from"../common/helpers.js";let Image=({style:v,styles:I,setting:h,advanced:L,className:N,pageContext:k,builderAttrs:x,builderProps:W})=>{let A=q({setting:h,uid:W?.uid,pageContext:k}),{imageLink:C,isAdaptive:b,enableImageLink:w}=A??{},{enableLazyLoadImage:z}=k??{},{Wrapper:B,urlData:D}=o({defaultWrap:"div",setting:C,enableImageLink:w,isLiquid:!0}),E=e(a(I)),F=e(p(I,W)),G=e(d(v,I)),H=t(u()),J=t(c(N,I)),K=t(f(W?.uid,L?.cssClass,I?.shape)),M=i(n(x,W?.uid)),O=j({urlData:D,imageLink:C,title:A?.title,isLiquid:!0}),P=g({styles:I,setting:A,isLiquid:!0}),Q=$({styles:I,setting:A}),R=y({pageContext:k,enableLazyLoadImage:z}),S=()=>m(b,r({...R,...P,style:F,className:J}),l({...R,...Q,style:F,className:J})),T=()=>S();return s`
|
|
2
2
|
<div
|
|
3
3
|
role="presentation"
|
|
4
|
-
${{...
|
|
5
|
-
style="${
|
|
6
|
-
class="${
|
|
4
|
+
${{...M}}
|
|
5
|
+
style="${G}"
|
|
6
|
+
class="${K}"
|
|
7
7
|
>
|
|
8
|
-
<${
|
|
9
|
-
${
|
|
10
|
-
style="${
|
|
11
|
-
class="${
|
|
8
|
+
<${B}
|
|
9
|
+
${O}
|
|
10
|
+
style="${E}"
|
|
11
|
+
class="${H}"
|
|
12
12
|
>
|
|
13
|
-
${
|
|
14
|
-
</${
|
|
13
|
+
${T()}
|
|
14
|
+
</${B}>
|
|
15
15
|
</div>
|
|
16
16
|
`};export{Image as default};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import{SettingUIV2 as
|
|
1
|
+
import{SettingUIV2 as t}from"./configs/ui-v2.js";import{ImageSettings as i}from"./configs/settings.js";import{ImagePreset as o}from"./configs/presets.js";let config={tag:"Image",label:"Image",icon:`
|
|
2
2
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="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
4
|
</svg>
|
|
5
|
-
`,settings:
|
|
5
|
+
`,settings:i,ui:[],uiV2:t,presets:o,rootOverride:{advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}}}};export{config as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let Image={srcSet:{id:"srcSet",fields:["src"]},alt:{id:"alt"},title:{id:"title"}};export{Image};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let getLabelAttrs=({label:t="",positionId:e="left",componentUid:a})=>({label:t,positionId:e,uid:a}),getLabelLiquidAttrs=({
|
|
1
|
+
let getLabelAttrs=({label:t="",positionId:e="left",componentUid:a})=>({label:t,positionId:e,uid:a}),getLabelLiquidAttrs=({pageContext:t,translateLabel:e})=>({pageContext:t,translateLabel:e}),getImagePlaceholderAttrs=({width:t=0,height:e=0})=>({src:"",width:t,height:e,"data-testid":"temp-image"}),getBaseImageAttrs=({src:t,title:e=""})=>({src:t,title:e}),getImageLiquidAttrs=({id:t,src:e,title:a="",priority:g=!1,isDisableObjectFit:r=!1,isDisableAspectStyle:s=!1})=>({...getBaseImageAttrs({src:e,title:a}),id:t,priority:g,isDisableObjectFit:r,isDisableAspectStyle:s}),getImageReactAttrs=({src:t,testId:e,width:a=0,height:g=0,title:r="",priority:s=!1})=>{let i=s?{fetchpriority:"high",loading:"eager"}:{loading:"lazy",fetchpriority:"low"},l=getBaseImageAttrs({src:t,title:r});return{...l,...i,width:a,height:g,"data-testid":e,"base-src":s?"":l.src}};export{getBaseImageAttrs,getImageLiquidAttrs,getImagePlaceholderAttrs,getImageReactAttrs,getLabelAttrs,getLabelLiquidAttrs};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{getResponsiveValueByScreen as
|
|
1
|
+
import{cloneDeep as t,getResponsiveValueByScreen as e}from"@gem-sdk/core";import{getImageSrc as o,composeAspectRatio as i}from"../../image/common/helpers.js";import{getDynamicSourceLocales as a,createSettingId as l}from"../../helpers.js";import{ImageComparison as r}from"../settings/configs/translate.js";let getAspectRatioData=({styles:t,leftImage:e,rightImage:o})=>{let i=(e?.width??0)/(e?.height??1),a=(o?.width??0)/(o?.height??1),l=i<=a?`${e?.width??0}/${e?.height??1}`:`${o?.width??0}/${o?.height??1}`,r=i<=a?e:o,s=composeResponsiveAspectRatio({aspect:t?.aspectRatio,auto:r,custom:t?.customAspectRadio,defaultRatio:l});return{defaultRatio:l,responsiveAspectRatio:s}},composeResponsiveAspectRatio=({aspect:t,auto:e,custom:o,defaultRatio:a})=>({desktop:i({device:"desktop",aspect:t,auto:e,custom:o})??a,tablet:i({device:"tablet",aspect:t,auto:e,custom:o}),mobile:i({device:"mobile",aspect:t,auto:e,custom:o})}),composeLabelPosition=({input:t,isHorizontal:o})=>{let{device:i,positionHoz:a,positionVer:l}=t,r=o?e(a,i,"hoz-center"):e(l,i,"ver-center"),s={topLeft:"50%",bottomRight:"auto"};return({"hoz-center":{topLeft:"50%",bottomRight:"auto"},top:{topLeft:"8px",bottomRight:"auto"},bottom:{topLeft:"auto",bottomRight:"8px"},"ver-center":{topLeft:"50%",bottomRight:"auto"},left:{topLeft:"8px",bottomRight:"auto"},right:{topLeft:"auto",bottomRight:"8px"}})[r]??s},getLabelPosition=({position:t,labelPositionHoz:e,labelPositionVer:o,isHorizontal:i})=>({desktop:composeLabelPosition({input:{device:"desktop",positionHoz:e,positionVer:o},isHorizontal:i})?.[t??"topLeft"],tablet:composeLabelPosition({input:{device:"tablet",positionHoz:e,positionVer:o},isHorizontal:i})?.[t??"topLeft"],mobile:composeLabelPosition({input:{device:"mobile",positionHoz:e,positionVer:o},isHorizontal:i})?.[t??"topLeft"]}),generateTranslateByDevices=({isHorizontal:t,labelPositionHoz:e,labelPositionVer:o})=>{let i=t?e:o,a={desktop:i?.desktop??"hoz-center",tablet:i?.tablet??i?.desktop??"hoz-center",mobile:i?.mobile??i?.tablet??i?.desktop??"hoz-center"},l={desktop:"translateX(0) translateY(0)",tablet:"translateX(0) translateY(0)",mobile:"translateX(0) translateY(0)"};for(let e in a){let o=a?.[e];o.includes("center")?l[e]=t?"translateX(0) translateY(-50%)":"translateX(-50%) translateY(0)":l[e]="translateX(0) translateY(0)"}return l},getSliderPositionPercentage=t=>{let e="string"==typeof t?parseInt(t??0):t;return(e??50)/100},FLEX_ALIGN={left:"start",center:"center",right:"end",justify:"start"},getData=t=>{let{handle:e=null,hover:i=!1,handleSize:a=40,leftImageAlt:l="",leftImageTitle:r="",leftImageCss:s={},leftImageLabel:n=null,rightImageAlt:p="",rightImageTitle:g="",rightImageCss:c={},rightImageLabel:m=null,sliderLineWidth:d=2,sliderLineColor:u="#ffffff",sliderPositionPercentage:f=.5,vertical:b=!1,componentUid:h="",styles:L={},leftImage:S,rightImage:R,enableLabel:y=!1,qualityType:v,qualityPercent:C}=t,I=!b,P=y&&!!n,$=y&&!!m,A=(S?.width??0)<(R?.width??0)?{...S}:{...R},k=t=>{let{isLiquid:e}=t??{};return e?o(S):S?.src??""},x=t=>{let{isLiquid:e}=t??{};return e?o(R):R?.src??""},{responsiveAspectRatio:z,defaultRatio:X}=getAspectRatioData({leftImage:S,rightImage:R,styles:L});return{styles:L,handle:e,hover:i,handleSize:a,leftImageAlt:l,leftImageTitle:r,leftImageCss:s,leftImageLabel:n,rightImageAlt:p,rightImageTitle:g,rightImageCss:c,rightImageLabel:m,sliderLineWidth:d,sliderLineColor:u,sliderPositionPercentage:f,vertical:b,componentUid:h,tempImage:A,aspectRatio:z,defaultRatio:X,isHorizontal:I,hasLeftLabel:P,hasRightLabel:$,qualityType:v,qualityPercent:C,getLeftImageSrc:k,getRightImageSrc:x}},getImageClipStyle=t=>{let{isHorizontal:e,containerWidth:o,containerHeight:i,sliderPosition:a,type:l}=t,r=e?o*a:i*a;return"left"===l?{clip:e?`rect(auto, ${r}px, auto, auto)`:`rect(auto, auto, ${r}px, auto)`}:{clip:e?`rect(auto, auto, auto, ${r}px)`:`rect(${r}px, auto, auto, auto)`}},getSliderPositionStyle=t=>{let{isHorizontal:e,containerWidth:o,containerHeight:i,sliderPosition:a,handleSize:l}=t,r=e?o*a:i*a,s=l/2;return{[e?"top":"left"]:0,[e?"left":"top"]:`${r-s}px`}},getLabelContainerStyles=t=>({...getImageClipStyle(t)}),getReactStyles=t=>({sliderPosition:getSliderPositionStyle(t),leftImageClip:getImageClipStyle({...t,type:"left"}),rightImageClip:getImageClipStyle({...t,type:"right"}),leftLabelContainer:getLabelContainerStyles({...t,type:"left"}),rightLabelContainer:getLabelContainerStyles({...t,type:"right"})}),getSettingTranslatedImageComparisonAndSeo=({setting:e,uid:o,pageContext:i})=>{if(!e)return;let s=t(e);for(let t of["Left","Right"]){let e=`image${t}`,n=s[e];if(n?.src){let t=a({val:n.src,uid:o,settingId:r?.[e]?.id?`${r?.[e]?.id}_src`:"",pageContext:i});s[e].src=String(t)}let p=`alt${t}`,g=a({val:s[p],uid:o,settingId:l({id:r?.[p]?.id}),pageContext:i});s[p]=String(g);let c=`title${t}`,m=a({val:s[c],uid:o,settingId:l({id:r?.[c]?.id}),pageContext:i});s[c]=String(m)}return s};export{FLEX_ALIGN,composeLabelPosition,composeResponsiveAspectRatio,generateTranslateByDevices,getAspectRatioData,getData,getImageClipStyle,getLabelContainerStyles,getLabelPosition,getReactStyles,getSettingTranslatedImageComparisonAndSeo,getSliderPositionPercentage,getSliderPositionStyle};
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import{template as t,isLocalEnv as e,baseAssetURL as i}from"@gem-sdk/core";import{createStyle as s,createClass as a,createAttr as r,createStateOrContext as l,If as o}from"@gem-sdk/system";import{getSettingPreloadData as m}from"../../helpers.js";import d from"../../image/components/NextImage.liquid.js";import{getOuterWrapperStyles as p,getWrapperWidth as g,getContainerStyles as c,getLazyPlaceholderStyle as n,getImageStyles as y,getLabelStyles as h,getArrowStyles as f,getLineStyles as $,getHandleStyles as b,getHandleCustomStyles as L,getSliderStyles as S}from"../common/styles.js";import{getOuterWrapperClasses as j,getLabelClasses as I,getLabelContainerClasses as u}from"../common/classes.js";import{getImageLiquidAttrs as v,getImagePlaceholderAttrs as w,getLabelAttrs as C,getLabelLiquidAttrs as A}from"../common/attrs.js";import{getData as q}from"../common/helpers.js";import N from"./Label.liquid.js";import k from"./SlideHandle.liquid.js";let CompareImage=z=>{let{leftImage:D,rightImage:E,advanced:O,
|
|
2
|
-
<img alt="" ${
|
|
3
|
-
`,
|
|
1
|
+
import{template as t,isLocalEnv as e,baseAssetURL as i}from"@gem-sdk/core";import{createStyle as s,createClass as a,createAttr as r,createStateOrContext as l,If as o}from"@gem-sdk/system";import{getSettingPreloadData as m}from"../../helpers.js";import d from"../../image/components/NextImage.liquid.js";import{getOuterWrapperStyles as p,getWrapperWidth as g,getContainerStyles as c,getLazyPlaceholderStyle as n,getImageStyles as y,getLabelStyles as h,getArrowStyles as f,getLineStyles as $,getHandleStyles as b,getHandleCustomStyles as L,getSliderStyles as S}from"../common/styles.js";import{getOuterWrapperClasses as j,getLabelClasses as I,getLabelContainerClasses as u}from"../common/classes.js";import{getImageLiquidAttrs as v,getImagePlaceholderAttrs as w,getLabelAttrs as C,getLabelLiquidAttrs as A}from"../common/attrs.js";import{getData as q}from"../common/helpers.js";import N from"./Label.liquid.js";import k from"./SlideHandle.liquid.js";let CompareImage=z=>{let{leftImage:D,rightImage:E,advanced:O,builderData:x,pageContext:F,preload:G=!1,onSliderPositionChange:H}=z,{hover:W,styles:_,handle:J,handleSize:M,leftImageAlt:P,leftImageTitle:R,leftImageCss:T,leftImageLabel:V,rightImageAlt:B,rightImageTitle:K,rightImageCss:Q,rightImageLabel:U,sliderLineWidth:X,sliderLineColor:Y,sliderPositionPercentage:Z,vertical:tt,componentUid:te,tempImage:ti,aspectRatio:ts,defaultRatio:ta,isHorizontal:tr,hasLeftLabel:tl,hasRightLabel:to,qualityType:tm,qualityPercent:td,getLeftImageSrc:tp,getRightImageSrc:tg}=q(z),tc=tp({isLiquid:!0}),tn=tg({isLiquid:!0}),ty=s({...p(_)}),th=s({...g({width:_?.width,leftImageWidth:D?.width,rightImageWidth:E?.width})}),tf=s({...c({aspectRatio:ts,builderData:x})}),t$=s({...n(ts)}),tb=s({...y({type:"right",props:z})}),tL=s({...y({type:"left",props:z})}),tS=s({...h({styles:_,type:"left",isHorizontal:tr})}),tj=s({...h({styles:_,type:"right",isHorizontal:tr})}),tI=s({...f({type:"left"})}),tu=s({...f({type:"right"})}),tv=s({...$({isHorizontal:tr,sliderLineColor:Y,sliderLineWidth:X})}),tw=s({...b({handleSize:M,isHorizontal:tr,sliderLineColor:Y,sliderLineWidth:X})}),tC=s({...L()}),tA=s({...S({hover:W,handleSize:M,isHorizontal:tr})}),tq=a({...j(O?.cssClass)}),tN=a({...I(_)}),tk=a({...u()}),tz=C({componentUid:te,positionId:"left",label:V??""}),tD=C({componentUid:te,positionId:"right",label:U??""}),tE=r({...v({priority:G,src:tn,title:K,isDisableObjectFit:!0,isDisableAspectStyle:!0,id:`right-image-${te}`})}),tO=r({...v({priority:G,src:tc,title:R,isDisableObjectFit:!0,isDisableAspectStyle:!0,id:`left-image-${te}`})}),tx=A({pageContext:F,translateLabel:"leftImageLabel"}),tF=A({pageContext:F,translateLabel:"rightImageLabel"}),tG=r({...w({width:ti?.width,height:ti?.height})}),tH=l({hover:W,handle:J,vertical:tt,leftImage:D,rightImage:E,handleSize:M,aspectRatio:ts,defaultRatio:ta,componentUid:te,leftImageCss:T,rightImageCss:Q,sliderLineColor:Y,sliderLineWidth:X,sliderPositionPercentage:Z,onSliderPositionChange:H}),tW=()=>t`
|
|
2
|
+
<img alt="" ${tG} style="${t$}" />
|
|
3
|
+
`,t_=()=>d({...tE,alt:B,style:tb,setting:{qualityType:tm,qualityPercent:td},enableLazyLoadImage:!G,isNotLazyload:G,customAttrs:{"data-testid":"right-image"}}),tJ=()=>d({...tO,alt:P,style:tL,setting:{qualityType:tm,qualityPercent:td},enableLazyLoadImage:!G,isNotLazyload:G,customAttrs:{"data-testid":"left-image"}}),tM=()=>k({componentUid:te,customHandle:J,lineStyles:tv,sliderStyles:tA,handleStyles:tw,customHandleStyles:tC,leftArrowStyles:tI,rightArrowStyles:tu}),tP=()=>N({...tz,...tx,styles:_,childrenClass:tN,childrenStyle:tS,containerClass:tk,containerStyle:{}}),tR=()=>N({...tD,...tF,styles:_,childrenClass:tN,childrenStyle:tj,containerClass:tk,containerStyle:{}}),tT=()=>`${o(e,`<script ${m('class="gps-link" delay',"src")}="{{ 'gp-image-comparison-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${m('class="gps-link" delay',"src")}="${i}/assets-v2/gp-image-comparison-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}`;return t`
|
|
4
4
|
<gp-image-comparison
|
|
5
|
-
data-id="${
|
|
6
|
-
style="${
|
|
7
|
-
class="${
|
|
8
|
-
gp-data='${JSON.stringify(
|
|
5
|
+
data-id="${te}"
|
|
6
|
+
style="${ty}"
|
|
7
|
+
class="${tq}"
|
|
8
|
+
gp-data='${JSON.stringify(tH)}'
|
|
9
9
|
>
|
|
10
|
-
<div id="img-comparison-wrapper-${
|
|
10
|
+
<div id="img-comparison-wrapper-${te}" style="${th}">
|
|
11
11
|
<div
|
|
12
|
-
id="img-comparison-container-${
|
|
12
|
+
id="img-comparison-container-${te}"
|
|
13
13
|
data-testid="container"
|
|
14
|
-
style="${
|
|
14
|
+
style="${tf}"
|
|
15
15
|
>
|
|
16
|
+
${tW()}
|
|
16
17
|
${t_()}
|
|
17
18
|
${tJ()}
|
|
18
19
|
${tM()}
|
|
19
|
-
${tP()}
|
|
20
|
+
${o(tl,tP(),"")}
|
|
20
21
|
${o(to,tR(),"")}
|
|
21
|
-
${o(tm,tT(),"")}
|
|
22
22
|
</div>
|
|
23
23
|
</div>
|
|
24
24
|
</gp-image-comparison>
|
|
25
|
-
${
|
|
25
|
+
${tT()}
|
|
26
26
|
`};export{CompareImage as default};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import{template as e}from"@gem-sdk/core";import{createClass as t,createStyle as
|
|
2
|
-
<div class="${
|
|
3
|
-
${
|
|
1
|
+
import{template as e}from"@gem-sdk/core";import{createClass as t,createStyle as i}from"@gem-sdk/system";import{getImageComparisonWrapperClasses as r,getImageComparisonWrapperStyles as a}from"../common/classes.js";import{getSettingTranslatedImageComparisonAndSeo as m,getSliderPositionPercentage as l}from"../common/helpers.js";import o from"./CompareImage.liquid.js";let ImageComparison=({setting:s,styles:g,builderProps:d,advanced:n,pageContext:p,...f})=>{let I=m({setting:s,uid:d?.uid,pageContext:p}),{imageLeft:c,altLeft:u,titleLeft:h,imageRight:b,altRight:v,titleRight:y,direction:C,defaultPercentage:L,leftImageLabel:j,rightImageLabel:q,sliderLineWidth:A,hoverToSlide:P,enableLabel:T,preload:$,qualityType:k,qualityPercent:x,enableSEOLeft:D,enableSEORight:B}=I??{},U=t(r()),W=i(a());return e`
|
|
2
|
+
<div class="${U}" style="${W}">
|
|
3
|
+
${o({...f,styles:g,preload:$,advanced:n,leftImage:c,leftImageAlt:D?u:"",leftImageTitle:D?h:"",rightImage:b,rightImageAlt:B?v:"",rightImageTitle:B?y:"",leftImageLabel:j??"Before",rightImageLabel:q??"After",sliderLineWidth:A,sliderPositionPercentage:l(L),vertical:"vertical"===C,hover:P,enableLabel:T,qualityType:k,qualityPercent:x,componentUid:d?.uid??"",builderData:d?.builderData})}
|
|
4
4
|
</div>
|
|
5
5
|
`};export{ImageComparison as default};
|