@gem-sdk/components 12.0.0-staging.51 → 12.0.0-staging.52
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-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-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,10 +1,10 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../../helpers.js"),Text_liquid=require("../../../text/components/Text.liquid.js"),system=require("@gem-sdk/system"),classes=require("./common/classes.js"),styles=require("./common/styles.js");const ProductTag=({setting:e,styles:s,builderProps:t,advanced:a,pageContext:i})=>{let{customContent:r
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../../helpers.js"),Text_liquid=require("../../../text/components/Text.liquid.js"),system=require("@gem-sdk/system"),classes=require("./common/classes.js"),styles=require("./common/styles.js"),translate=require("../../settings/product-discount-tag/configs/translate.js");const ProductTag=({setting:e,styles:s,builderProps:t,advanced:a,pageContext:i})=>{let{customContent:r}=e??{},c=e?.moneyWithCurrentFormat?"money_with_currency":"money",n=translate.ProductTag?.customContent?.id?helpers.getDynamicSourceLocales({val:r?.prefix,uid:t?.uid,settingId:helpers.createSettingId({id:translate.ProductTag.customContent.id,suffix:"prefix"}),isLiquid:!0,pageContext:i}):r?.prefix,l=translate.ProductTag?.customContent?.id?helpers.getDynamicSourceLocales({val:r?.suffix,uid:t?.uid,settingId:helpers.createSettingId({id:translate.ProductTag.customContent.id,suffix:"suffix"}),isLiquid:!0,pageContext:i}):r?.suffix,p=system.createStyle(styles.getRootClass(s)),d=system.createStyle(styles.getWrapperTextStyle(s)),o=system.createStyle(styles.getContainerStyle(s)),u=system.createClass(classes.getWrapperTextClass(s)),g=system.createClass(classes.getContainerClass()),y=system.createClass(classes.getProductTagClass(a)),f=r?.unit==="percentage",m=()=>{let e=core.isLocalEnv?"{{ 'gp-product-tag-v7-5.js' | asset_url }}":`${core.baseAssetURL}/assets-v2/gp-product-tag-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}`;return`<script ${helpers.getSettingPreloadData('class="gps-link" delay',"src")}="${e}" defer="defer"></script>`};return core.template`
|
|
2
2
|
{% liquid
|
|
3
3
|
assign price = variant.price | times: 1.0
|
|
4
4
|
assign salePrice = variant.compare_at_price | times: 1.0
|
|
5
5
|
assign priceSave = salePrice | minus: price
|
|
6
|
-
assign prefixVal = ${i?.isPreviewing?JSON.stringify(
|
|
7
|
-
assign suffixVal = ${i?.isPreviewing?JSON.stringify(
|
|
6
|
+
assign prefixVal = ${i?.isPreviewing?JSON.stringify(n):n}
|
|
7
|
+
assign suffixVal = ${i?.isPreviewing?JSON.stringify(l):l}
|
|
8
8
|
%}
|
|
9
9
|
${system.LiquidIf("salePrice == null or price == null",system.Liquid(`{% assign pricePercentage = prefixVal ${system.If(f,"| append: ' 0% '",`| ${c} | append: ' '`)} | append: suffixVal %}`),`${system.If(f,`{% assign salePercent = priceSave | divided_by: salePrice | times: 100 | round %}
|
|
10
10
|
{% assign pricePercentage = prefixVal | append: ' ' | append: salePercent | append: '% ' | append: suffixVal %}`,system.LiquidIf("priceSave > 0",`{% assign priceSaveMoney = priceSave | ${c} %}
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
{% assign pricePercentage = prefixVal | append: ' ' | append: priceSaveMoney | append: ' ' | append: suffixVal %}`))}`)}
|
|
13
13
|
|
|
14
14
|
<gp-product-tag
|
|
15
|
-
class="${
|
|
16
|
-
style="${
|
|
15
|
+
class="${y}"
|
|
16
|
+
style="${p}"
|
|
17
17
|
data-id="${t?.uid}"
|
|
18
18
|
data-disabled="${system.LiquidIf(`${system.If(f,"salePercent","priceSave")} > 0`,"false","true")}"
|
|
19
19
|
gp-data='{"setting":${JSON.stringify(e).replaceAll("'","'")}, "id": "${t?.uid}", "locale": "{{shop.locale}}", "currency": "{{shop.currency}}", "moneyFormat": "{{ ${e?.moneyWithCurrentFormat?"shop.money_with_currency_format":"shop.money_format"} | replace: '"', '\\"' | escape }}"}'
|
|
20
20
|
price-save="{{priceSave}}"
|
|
21
21
|
>
|
|
22
|
-
<div class="${
|
|
23
|
-
<div class="${
|
|
24
|
-
${Text_liquid.default({styles:s,id:`p-tag-${t?.uid}`,setting:{...e,
|
|
22
|
+
<div class="${g}" style="${o}">
|
|
23
|
+
<div class="${u}" style="${d}">
|
|
24
|
+
${Text_liquid.default({styles:s,id:`p-tag-${t?.uid}`,setting:{...e,text:"{{ pricePercentage }}",excludeFlex:!0,isForceValue:!0}})}
|
|
25
25
|
</div>
|
|
26
26
|
</div>
|
|
27
27
|
|
|
28
28
|
</gp-product-tag>
|
|
29
|
-
${
|
|
29
|
+
${m()}
|
|
30
30
|
`};exports.default=ProductTag;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),common=require("./common/common.js"),core=require("@gem-sdk/core"),React=require("react"),FeatureImageWithGallery=require("./components/feature-gallery/FeatureImageWithGallery.js"),OnlyFeatureImage=require("./components/feature-only/OnlyFeatureImage.js"),ProductImagesLightBox=require("./components/lightbox/ProductImagesLightBox.js"),NoDataState=require("../../../common/components/NoDataState.js"),getProductImagesClassName=require("./composables/getProductImagesClassName.js"),getBorderActiveCss=require("./common/getBorderActiveCss.js"),GalleryGrid=require("./components/gallery-grid/GalleryGrid.js");const getProductGallery=e=>e?.medias?.edges.map(e=>e?.node),LAYOUT_FEATURE_IMAGE_GALLERY=["bottom-left","bottom-center","left","right","inside-left","inside-right","inside-bottom"],ProductImagesV2=e=>{let t=React.useMemo(()=>common.setDefaultWhenUndefineSetting(e),[e]),{redirectProductShopifyLink:a}=core.useProductShopifyEditLink(),{setting:i,styles:o,builderProps:
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),common=require("./common/common.js"),core=require("@gem-sdk/core"),React=require("react"),FeatureImageWithGallery=require("./components/feature-gallery/FeatureImageWithGallery.js"),OnlyFeatureImage=require("./components/feature-only/OnlyFeatureImage.js"),ProductImagesLightBox=require("./components/lightbox/ProductImagesLightBox.js"),NoDataState=require("../../../common/components/NoDataState.js"),getProductImagesClassName=require("./composables/getProductImagesClassName.js"),getBorderActiveCss=require("./common/getBorderActiveCss.js"),GalleryGrid=require("./components/gallery-grid/GalleryGrid.js");const getProductGallery=e=>e?.medias?.edges.map(e=>e?.node),LAYOUT_FEATURE_IMAGE_GALLERY=["bottom-left","bottom-center","left","right","inside-left","inside-right","inside-bottom"],ProductImagesV2=e=>{let t=React.useMemo(()=>common.setDefaultWhenUndefineSetting(e),[e]),{redirectProductShopifyLink:a}=core.useProductShopifyEditLink(),{setting:i,styles:o,builderProps:r,builderAttrs:l,style:C,children:s}=t,d=core.useProduct(),n=core.useCurrentDevice(),c=core.useCurrentVariant(),{isChangeSelectedOption:u}=core.useSelectedOption(),m=core.useEditorMode(),g=core.useProductStore(e=>e.setProductFeaturedImage),{t:p}=core.useI18nStore(),[f,h]=React.useState(!1),y=e=>e?.medias?.edges.find(e=>["VIDEO","EXTERNAL_VIDEO"].includes(e?.node?.contentType??""))?.node,I=e=>e?.featuredImage,D=e=>e?.medias?.edges.find(e=>e?.node?.contentType==="MODEL_3D")?.node,M=React.useMemo(()=>i?.typeDisplay==="all-images"&&!u,[u,i?.typeDisplay]),b=React.useMemo(()=>{if(M){let e;switch(i?.preDisplay){case"1st-images":e=I(d);break;case"1st-3d-mode":e=D(d);break;case"1st-video":e=y(d);break;case"1st-available-variant":e=c?.media}return g(e),e}},[M,i?.preDisplay,g,d,c?.media]),x=React.useMemo(()=>{let e=getProductGallery(d);return e?.length?e:[{id:d?.featuredImage?.id||"noImageError",baseID:d?.featuredImage?.baseID||"noImageError",src:d?.featuredImage?.src||"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",width:d?.featuredImage?.width||480,height:d?.featuredImage?.height||480}]},[d]),R=React.useMemo(()=>x.reduce((e,t,a)=>t?{...e,[t.id]:a}:e,{}),[x]),E=React.useMemo(()=>core.getResponsiveValueByScreen(o?.position,n),[n,o?.position]),j=(e,t)=>{P(e),t&&v()},v=()=>{h(!0)},P=e=>{if(!e)return;let t=R[e];if(void 0!==t){let e=x[t];e&&g(e)}};React.useEffect(()=>{if(c&&!M){let e=R[c?.mediaId];if(void 0!==e){let t=x[e]??d?.featuredImage;t&&g(t)}}},[c,R,x,d?.featuredImage,g,M]);let L=React.useMemo(()=>{let e="popup"===core.getResponsiveValueByScreen(i?.ftClickOpenLightBox,n)||core.getResponsiveValueByScreen(i?.clickOpenLightBox,n);return e||"edit"!==m||window?.parent?.postMessage?.(JSON.stringify({type:"active-modal",value:open}),"*"),e},[i?.ftClickOpenLightBox,i?.clickOpenLightBox,n,m]),S=()=>x.length>0?React.Children.map(core.filterToolbarPreview(s),e=>React.isValidElement(e)?jsxRuntime.jsx(e.type,{...e.props,isInsideProductImage:!0,navigationPosition:i?.ftNavigationPosition,imageData:{imageShape:o?.ftShape,imageAlign:o?.align,imageLayout:o?.position},dotData:{dotSize:i?.ftDotSize,dotGapToCarousel:i?.ftDotGapToCarousel,dotStyle:i?.ftDotStyle}}):null):null,V=`
|
|
3
3
|
<svg viewBox="0 0 452 400" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
4
|
<path d="M0 7.99999C0 3.58171 3.58172 0 8 0H444C448.418 0 452 3.58172 452 8V392C452 396.418 448.418 400 444 400H8C3.58173 400 0 396.418 0 392V7.99999Z" fill="#F9F9F9"/>
|
|
5
5
|
<path d="M208.148 348.801C239.683 348.75 265.245 347.272 265.242 345.499C265.239 343.726 239.673 342.33 208.138 342.381C176.603 342.432 151.041 343.91 151.044 345.683C151.047 347.456 176.614 348.851 208.148 348.801Z" fill="#E6E6E6"/>
|
|
@@ -23,4 +23,4 @@
|
|
|
23
23
|
<path opacity="0.2" d="M293.196 231.862C306.954 231.862 318.106 217.921 318.106 200.724C318.106 183.527 306.954 169.586 293.196 169.586C279.439 169.586 268.286 183.527 268.286 200.724C268.286 217.921 279.439 231.862 293.196 231.862Z" fill="white"/>
|
|
24
24
|
<path opacity="0.2" d="M293.196 247.637C313.923 247.637 330.726 226.634 330.726 200.725C330.726 174.816 313.923 153.812 293.196 153.812C272.469 153.812 255.666 174.816 255.666 200.725C255.666 226.634 272.469 247.637 293.196 247.637Z" fill="white"/>
|
|
25
25
|
</svg>
|
|
26
|
-
`,Z=jsxRuntime.jsx(NoDataState.default,{elementType:"secondary",description:p("Catch your customer's attention with attracted media."),descriptionActions:[{text:p("Add image"),callback:a},{text:p("sync data"),callback:"syncProduct"}],additionalMedia:V}),{wrapperClasses:k}=getProductImagesClassName.getProductImagesClassName(e);return jsxRuntime.jsxs("div",{...
|
|
26
|
+
`,Z=jsxRuntime.jsx(NoDataState.default,{elementType:"secondary",description:p("Catch your customer's attention with attracted media."),descriptionActions:[{text:p("Add image"),callback:a},{text:p("sync data"),callback:"syncProduct"}],additionalMedia:V}),{wrapperClasses:k}=getProductImagesClassName.getProductImagesClassName(e);return jsxRuntime.jsxs("div",{...l,className:k,style:C,children:[jsxRuntime.jsx("style",{dangerouslySetInnerHTML:{__html:getBorderActiveCss.getBorderActiveCss({settings:{...i,...o},uid:r?.uid,type:"React"})}}),LAYOUT_FEATURE_IMAGE_GALLERY.includes(E)&&jsxRuntime.jsx(FeatureImageWithGallery.default,{...t,gallery:x,priorityFeatureImage:b,onHandleClickImage:(e,t)=>j(e||"",t),noDataChildren:Z,children:S()}),"only-feature"===E&&jsxRuntime.jsx(OnlyFeatureImage.default,{gallery:x,...t,onHandleClickImage:(e,t)=>j(e||"",t),noDataChildren:Z,children:S()}),["one-col","two-col"].includes(E)&&jsxRuntime.jsx(GalleryGrid.default,{gallery:x,...t,onHandleClickImage:(e,t)=>j(e||"",t),noDataChildren:Z,children:S()}),L&&jsxRuntime.jsx(ProductImagesLightBox.default,{productImages:x,builderPropUID:r?.uid,open:f,onHandleClose:()=>h(!1),imageRatio:common.getAspectRatio(o?.ftShape)}),core.filterToolbarPreview(s,!0)]})};exports.default=ProductImagesV2;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),common=require("./common/common.js"),core=require("@gem-sdk/core"),React=require("react"),FeatureImageWithGallery=require("./components/feature-gallery/FeatureImageWithGallery.js"),OnlyFeatureImage=require("./components/feature-only/OnlyFeatureImage.js"),ProductImagesLightBox=require("./components/lightbox/ProductImagesLightBox.js"),NoDataState=require("../../../common/components/NoDataState.js"),getProductImagesClassName=require("./composables/getProductImagesClassName.js"),getBorderActiveCss=require("./common/getBorderActiveCss.js"),GalleryGrid=require("./components/gallery-grid/GalleryGrid.js");const getProductGallery=e=>e?.medias?.edges.map(e=>e?.node),LAYOUT_FEATURE_IMAGE_GALLERY=["bottom-left","bottom-center","left","right","inside-left","inside-right","inside-bottom"],ProductImagesV3=e=>{let t=React.useMemo(()=>common.setDefaultWhenUndefineSetting(e),[e]),{redirectProductShopifyLink:a}=core.useProductShopifyEditLink(),{setting:i,styles:
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),common=require("./common/common.js"),core=require("@gem-sdk/core"),React=require("react"),FeatureImageWithGallery=require("./components/feature-gallery/FeatureImageWithGallery.js"),OnlyFeatureImage=require("./components/feature-only/OnlyFeatureImage.js"),ProductImagesLightBox=require("./components/lightbox/ProductImagesLightBox.js"),NoDataState=require("../../../common/components/NoDataState.js"),getProductImagesClassName=require("./composables/getProductImagesClassName.js"),getBorderActiveCss=require("./common/getBorderActiveCss.js"),GalleryGrid=require("./components/gallery-grid/GalleryGrid.js");const getProductGallery=e=>e?.medias?.edges.map(e=>e?.node),LAYOUT_FEATURE_IMAGE_GALLERY=["bottom-left","bottom-center","left","right","inside-left","inside-right","inside-bottom"],ProductImagesV3=e=>{let t=React.useMemo(()=>common.setDefaultWhenUndefineSetting(e),[e]),{redirectProductShopifyLink:a}=core.useProductShopifyEditLink(),{setting:i,styles:r,builderProps:l,builderAttrs:o,style:s,children:C}=t,n=core.useProduct(),d=core.useCurrentDevice(),c=core.useCurrentVariant(),{isChangeSelectedOption:u}=core.useSelectedOption(),m=core.useEditorMode(),g=core.useProductStore(e=>e.setProductFeaturedImage),[p,f]=React.useState(!1),h=e=>e?.medias?.edges.find(e=>["VIDEO","EXTERNAL_VIDEO"].includes(e?.node?.contentType??""))?.node,y=e=>e?.featuredImage,I=e=>e?.medias?.edges.find(e=>e?.node?.contentType==="MODEL_3D")?.node,M=React.useMemo(()=>i?.typeDisplay==="all-images"&&!u,[u,i?.typeDisplay]),D=React.useMemo(()=>{if(M){let e;switch(i?.preDisplay){case"1st-images":e=y(n);break;case"1st-3d-mode":e=I(n);break;case"1st-video":e=h(n);break;case"1st-available-variant":e=c?.media}return g(e),e}},[M,i?.preDisplay,g,n,c?.media]),b=React.useMemo(()=>i?.filterByVariant==="selected_variant",[i?.filterByVariant]),R=React.useMemo(()=>{let e=getProductGallery(n);if(!e?.length)return[{id:n?.featuredImage?.id||"noImageError",baseID:n?.featuredImage?.baseID||"noImageError",src:n?.featuredImage?.src||"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",width:n?.featuredImage?.width||480,height:n?.featuredImage?.height||480}];if(!b||!c?.selectedOptions?.length)return e;let t=c.selectedOptions.map(e=>e.value).filter(Boolean).map(e=>e?.trim().toLowerCase()),a=t.join("-"),i=e=>e.toLowerCase().trim().replace(/[\s_]+/g,"-").replace(/[^a-z\d-]/g,"").replace(/-+/g,"-"),r=e?.filter(e=>{if(!e?.alt)return!1;let t=i(e.alt),r=i(a),l="all-variants"===t,o=t===r||t.includes(r);return l||o});return r?.length>0?r:e},[c?.selectedOptions,b,n]),x=React.useMemo(()=>R.reduce((e,t,a)=>t?{...e,[t.id]:a}:e,{}),[R]),E=React.useMemo(()=>core.getResponsiveValueByScreen(r?.position,d),[d,r?.position]),v=(e,t)=>{V(e),t&&j()},j=()=>{f(!0)},V=e=>{if(!e)return;let t=x[e];if(void 0!==t){let e=R[t];e&&g(e)}};React.useEffect(()=>{if(c&&!M){let e=x[c?.mediaId];if(void 0!==e){let t=R[e]??n?.featuredImage;t&&g(t)}}},[c,x,R,n?.featuredImage,g,M]);let L=React.useMemo(()=>{let e="popup"===core.getResponsiveValueByScreen(i?.ftClickOpenLightBox,d)||core.getResponsiveValueByScreen(i?.clickOpenLightBox,d);return e||"edit"!==m||window?.parent?.postMessage?.(JSON.stringify({type:"active-modal",value:open}),"*"),e},[i?.ftClickOpenLightBox,i?.clickOpenLightBox,d,m]),P=()=>R.length>0?React.Children.map(core.filterToolbarPreview(C),e=>React.isValidElement(e)?jsxRuntime.jsx(e.type,{...e.props,isInsideProductImage:!0,navigationPosition:i?.ftNavigationPosition,imageData:{imageShape:r?.ftShape,imageAlign:r?.align,imageLayout:r?.position},dotData:{dotSize:i?.ftDotSize,dotGapToCarousel:i?.ftDotGapToCarousel,dotStyle:i?.ftDotStyle}}):null):null,w=`
|
|
3
3
|
<svg viewBox="0 0 452 400" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
4
|
<path d="M0 7.99999C0 3.58171 3.58172 0 8 0H444C448.418 0 452 3.58172 452 8V392C452 396.418 448.418 400 444 400H8C3.58173 400 0 396.418 0 392V7.99999Z" fill="#F9F9F9"/>
|
|
5
5
|
<path d="M208.148 348.801C239.683 348.75 265.245 347.272 265.242 345.499C265.239 343.726 239.673 342.33 208.138 342.381C176.603 342.432 151.041 343.91 151.044 345.683C151.047 347.456 176.614 348.851 208.148 348.801Z" fill="#E6E6E6"/>
|
|
@@ -23,4 +23,4 @@
|
|
|
23
23
|
<path opacity="0.2" d="M293.196 231.862C306.954 231.862 318.106 217.921 318.106 200.724C318.106 183.527 306.954 169.586 293.196 169.586C279.439 169.586 268.286 183.527 268.286 200.724C268.286 217.921 279.439 231.862 293.196 231.862Z" fill="white"/>
|
|
24
24
|
<path opacity="0.2" d="M293.196 247.637C313.923 247.637 330.726 226.634 330.726 200.725C330.726 174.816 313.923 153.812 293.196 153.812C272.469 153.812 255.666 174.816 255.666 200.725C255.666 226.634 272.469 247.637 293.196 247.637Z" fill="white"/>
|
|
25
25
|
</svg>
|
|
26
|
-
`,{t:S}=core.useI18nStore(),Z=jsxRuntime.jsx(NoDataState.default,{elementType:"secondary",description:S("Catch your customer's attention with attracted media."),descriptionActions:[{text:S("Add image"),callback:a},{text:S("sync data"),callback:"syncProduct"}],additionalMedia:w}),{wrapperClasses:k}=getProductImagesClassName.getProductImagesClassName(e);return jsxRuntime.jsxs("div",{...o,className:k,style:s,children:[jsxRuntime.jsx("style",{dangerouslySetInnerHTML:{__html:getBorderActiveCss.getBorderActiveCss({settings:{...i,...
|
|
26
|
+
`,{t:S}=core.useI18nStore(),Z=jsxRuntime.jsx(NoDataState.default,{elementType:"secondary",description:S("Catch your customer's attention with attracted media."),descriptionActions:[{text:S("Add image"),callback:a},{text:S("sync data"),callback:"syncProduct"}],additionalMedia:w}),{wrapperClasses:k}=getProductImagesClassName.getProductImagesClassName(e);return jsxRuntime.jsxs("div",{...o,className:k,style:s,children:[jsxRuntime.jsx("style",{dangerouslySetInnerHTML:{__html:getBorderActiveCss.getBorderActiveCss({settings:{...i,...r},uid:l?.uid,type:"React"})}}),LAYOUT_FEATURE_IMAGE_GALLERY.includes(E)&&jsxRuntime.jsx(FeatureImageWithGallery.default,{...t,isFilterByVariantEnabled:b,gallery:R,priorityFeatureImage:D,onHandleClickImage:(e,t)=>v(e||"",t),noDataChildren:Z,children:P()}),"only-feature"===E&&jsxRuntime.jsx(OnlyFeatureImage.default,{gallery:R,...t,onHandleClickImage:(e,t)=>v(e||"",t),noDataChildren:Z,isFilterByVariantEnabled:b,children:P()}),["one-col","two-col"].includes(E)&&jsxRuntime.jsx(GalleryGrid.default,{gallery:R,...t,onHandleClickImage:(e,t)=>v(e||"",t),noDataChildren:Z,children:P()}),L&&jsxRuntime.jsx(ProductImagesLightBox.default,{productImages:R,builderPropUID:l?.uid,open:p,onHandleClose:()=>f(!1),imageRatio:common.getAspectRatio(r?.ftShape)}),core.filterToolbarPreview(C,!0)]})};exports.default=ProductImagesV3;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),dynamic=require("next/dynamic"),Loading=require("../../../common/components/Loading.js"),React=require("react"),core=require("@gem-sdk/core"),SalePageProductListWarning=require("../SalePageProductListWarning.js"),Head=require("next/head"),ProductListGridLayout=require("./ProductListGridLayout.js"),ProductListCarouselLayout=require("./ProductListCarouselLayout.js"),styles=require("./common/styles.js"),system=require("@gem-sdk/system"),classes=require("./common/classes.js"),helpers=require("./common/helpers.js"),helpers$1=require("../../../dialog/common/helpers.js");const ProductNotFound=dynamic(()=>Promise.resolve().then(function(){return require("../ProductNotFound.js")}),{loading:Loading.default}),ProductList=e=>{let{children:t,styles:r,builderProps:o,setting:s,builderAttrs:a}=e,{isRelatedProduct:d,productSetting:i}=helpers.getData(e),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),dynamic=require("next/dynamic"),Loading=require("../../../common/components/Loading.js"),React=require("react"),core=require("@gem-sdk/core"),SalePageProductListWarning=require("../SalePageProductListWarning.js"),Head=require("next/head"),ProductListGridLayout=require("./ProductListGridLayout.js"),ProductListCarouselLayout=require("./ProductListCarouselLayout.js"),styles=require("./common/styles.js"),system=require("@gem-sdk/system"),classes=require("./common/classes.js"),helpers=require("./common/helpers.js"),helpers$1=require("../../../dialog/common/helpers.js");const ProductNotFound=dynamic(()=>Promise.resolve().then(function(){return require("../ProductNotFound.js")}),{loading:Loading.default}),ProductList=e=>{let{children:t,styles:r,builderProps:o,setting:s,builderAttrs:a}=e,{isRelatedProduct:d,productSetting:i}=helpers.getData(e),c=i.relatedTag&&i.relatedTag[0],{isEditMode:l,isPreviewSharePageMode:u}=core.useRenderMode(),n=core.useCurrentDevice(),g=core.usePageType(),m=core.usePageStore(e=>e.dynamicProduct),h=core.usePageStore(e=>e.dynamicCollection),[P,f]=React.useState(1),[j,p]=React.useState(!0),[x,y]=React.useState(),[R,v]=React.useState(!1),b="GP_FUNNEL_PAGE"===g,T="GP_COLLECTION"==g;T&&(i.productSrc="DynamicCollection",i.collectionId=h?.collectionId??"latest");let I=i?.productSrc??"Collection",S=m?.productId&&m?.productId!==i.relatedProductId?m?.productId:i.relatedProductId,k=core.useFetchHandle(),L=core.usePageStore(e=>e.publicStoreFrontData),C=React.useMemo(()=>core.hasPublicStoreFrontData(L)?core.createStoreFrontFetcher(L):k,[L]),{data:O}=core.useProductQuery(d&&S?S:void 0,{revalidateOnMount:l||u},C),w=i.relatedTag&&"tags"===i.relatedTag[0]&&(!O?.tags||O?.tags.length===0),E=i.relatedTag&&"collection"===i.relatedTag[0]&&(!O?.collections?.edges||O?.collections.edges.length===0),N=i.relatedTag&&"vendor"===i.relatedTag[0]&&!O?.vendor,q=w||E||N,M=core.useProductsQueryAll(x,{revalidateOnMount:l||u},C),W=l||u,F=core.useProductsQuery("PickProduct"===I?i?.productIds:void 0,{revalidateOnMount:W},{defaultSelectedProductCount:i?.numOfSelectedProducts}),G=React.useMemo(()=>({id:i?.collectionId??"latest",numberOfProducts:s?.numberOfProducts??4,orderBy:s?.orderBy}),[i?.collectionId,Number(s?.numberOfProducts),s?.orderBy]),Q=core.useCollectionQuery("PickProduct"!==I?G:void 0,{revalidateOnMount:W});React.useEffect(()=>{if(d&&O&&i.relatedTag&&"recommended-product"!==i.relatedType){let e;switch(v(!1),i.hasRelatedExclude&&(e=i?.relatedExclude&&i.relatedExclude.split(",").map(e=>e.trim())),i.relatedTag[0]){case"vendor":y({first:s?.numberOfProducts,where:{vendor:i.relatedTag&&"vendor"===i.relatedTag[0]?O?.vendor:"",idNEQ:O.id}});break;case"collection":{let t;let r=O?.collections?.edges.map(e=>e.node?.id);if(!r||r?.length===0){v(!0);break}y(t=e&&e.length>0?{first:s?.numberOfProducts,where:{idNEQ:O.id,hasCollectionProductsWith:[{hasCollectionWith:[{idIn:r},{titleNotIn:e}]}]}}:{first:s?.numberOfProducts,where:{idNEQ:O.id,hasCollectionProductsWith:[{hasCollectionWith:[{idIn:r}]}]}});break}case"tags":{let t;if(!O.tags||0===O.tags.length){v(!0);break}y(t=e&&e.length>0?{first:s?.numberOfProducts,where:{idNEQ:O.id,hasProductTagsWith:[{hasTagsWith:[{nameIn:O.tags},{nameNotIn:e}]}]}}:{first:s?.numberOfProducts,where:{idNEQ:O.id,hasProductTagsWith:[{hasTagsWith:[{nameIn:O.tags}]}]}})}}}},[O,i.relatedType,i.relatedTag,s?.numberOfProducts,i.relatedExclude,i.hasRelatedExclude,d]);let B="PickProduct"===I?F.isValidating:Q.isValidating,D="PickProduct"===I?F.isLoading:Q.isLoading,A="PickProduct"===I?F.error:Q.error,H=Q.data?.collections?.edges?.[0]?.node,$="PickProduct"===I?core.flattenConnection(F.data?.products):core.flattenConnection(H?.products),_=M?.data?.products?core.flattenConnection(M?.data?.products):void 0,z=d&&_?_:"PickProduct"===I&&i?.productIds?.length?i?.productIds?.map(e=>$?.find(t=>t?.baseID===e)).filter(Boolean)??$:"PickProduct"!==I?$:$.filter((e,t)=>t<(i?.numOfSelectedProducts??4)),V=React.useMemo(()=>R&&d&&l||!z.length&&!D&&j&&l,[j,D,R,d,l,z.length]),U=React.useMemo(()=>!z||R&&d,[R,d,z]),J=React.useMemo(()=>{if(!s?.sameHeight)return[];let e=0,t=Math.ceil((z?.length??0)/+(s?.slidesToShow?.[n]??1));return Array.from(Array(z?.length??0)).map((o,a)=>(a>=+(s?.slidesToShow?.[n]??1)*(e+1)&&++e,{gridRow:`${1+P*e}/${P+1+P*e}`,marginBottom:e+1<t?helpers$1.getPropertyByDevice(r?.horizontalGutter,n):void 0}))},[s?.sameHeight,s?.slidesToShow,P,z?.length,n,r?.horizontalGutter]),K=React.useMemo(()=>B||D||A||!z||R&&d,[A,D,R,d,B,z]);React.useEffect(()=>{K||setTimeout(()=>{let{builderData:e}=o??{},t=e?.childrens?.[0];if(!t)return;let r=document.querySelector(`[data-id=${t}] div`);r&&f(r.childElementCount||1)},l?0:500)},[o,K,l]);let X=React.useMemo(()=>({collection:H,products:z,settings:{loop:s?.loop??{desktop:!1},scrollMode:s?.scrollMode??{desktop:"snap"},slidesToShow:s?.slidesToShow??{desktop:4,tablet:3,mobile:1},layout:r?.layout,dot:s?.dot,dotStyle:s?.dotStyle,arrow:s?.arrow,controlOverContent:s?.controlOverContent},styles:{horizontalGutter:r?.horizontalGutter,verticalGutter:r?.verticalGutter,fullWidth:r?.fullWidth,spacing:r?.spacing,width:r?.width,height:r?.height}}),[H,z,s,r]);if(o?.isPreview&&b)return jsxRuntime.jsx(jsxRuntime.Fragment,{});if(V)return jsxRuntime.jsx(jsxRuntime.Fragment,{children:system.If(j,jsxRuntime.jsx(ProductNotFound,{builderAttrs:a,collectionHandle:H?.handle,productSrc:I,onClose:()=>p(!1),children:t,relatedTagString:c,assignProductNoTags:q,noAssignedProduct:!S}))});let{productListWrapStyle:Y,productListContentStyle:Z,productListWrapAlignStyle:ee}=styles.getStyle(e),{productListWrapClass:et}=classes.getClass(e),er=()=>jsxRuntime.jsx(jsxRuntime.Fragment,{children:system.If(r?.layout==="grid",jsxRuntime.jsx(ProductListGridLayout.default,{...e,productSortedById:z,generateGridRowArray:J}),jsxRuntime.jsx(ProductListCarouselLayout.default,{...e,productSortedById:z}))});return jsxRuntime.jsxs("div",{...a,className:et,style:Y,children:[!!r?.preloadBgImage&&jsxRuntime.jsxs(Head,{children:[!!r.backgroundImage?.desktop?.image?.src&&jsxRuntime.jsx("link",{rel:"preload",href:r.backgroundImage.desktop.image.src,as:"image"}),!!r.backgroundImage?.tablet?.image?.src&&jsxRuntime.jsx("link",{rel:"preload",href:r.backgroundImage?.tablet?.image?.src,as:"image"}),!!r.backgroundImage?.mobile?.image?.src&&jsxRuntime.jsx("link",{rel:"preload",href:r.backgroundImage?.mobile?.image?.src,as:"image"})]}),B||D?jsxRuntime.jsx(Loading.default,{}):A?jsxRuntime.jsxs("div",{children:["Error: ",A?.message]}):U?jsxRuntime.jsx("div",{children:"Products not found"}):jsxRuntime.jsx(core.ProductListProvider,{...X,children:jsxRuntime.jsx("div",{className:"gp-flex gp-w-full",style:ee,children:jsxRuntime.jsxs("div",{style:Z,children:[b&&jsxRuntime.jsx(SalePageProductListWarning.default,{}),er()]})})}),core.filterToolbarPreview(t,!0)]})};exports.default=ProductList;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),dynamic=require("next/dynamic"),Loading=require("../../../common/components/Loading.js"),React=require("react"),core=require("@gem-sdk/core"),SalePageProductListWarning=require("../SalePageProductListWarning.js"),Head=require("next/head"),ProductListGridLayout=require("./ProductListGridLayout.js"),ProductListCarouselLayout=require("./ProductListCarouselLayout.js"),styles=require("./common/styles.js"),system=require("@gem-sdk/system"),classes=require("./common/classes.js"),helpers=require("./common/helpers.js"),helpers$1=require("../../../dialog/common/helpers.js");const ProductNotFound=dynamic(()=>Promise.resolve().then(function(){return require("../ProductNotFound.js")}),{loading:Loading.default}),ProductList=e=>{let{children:t,styles:r,builderProps:o,setting:s,builderAttrs:a}=e,{isRelatedProduct:d,productSetting:i}=helpers.getData(e),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),dynamic=require("next/dynamic"),Loading=require("../../../common/components/Loading.js"),React=require("react"),core=require("@gem-sdk/core"),SalePageProductListWarning=require("../SalePageProductListWarning.js"),Head=require("next/head"),ProductListGridLayout=require("./ProductListGridLayout.js"),ProductListCarouselLayout=require("./ProductListCarouselLayout.js"),styles=require("./common/styles.js"),system=require("@gem-sdk/system"),classes=require("./common/classes.js"),helpers=require("./common/helpers.js"),helpers$1=require("../../../dialog/common/helpers.js");const ProductNotFound=dynamic(()=>Promise.resolve().then(function(){return require("../ProductNotFound.js")}),{loading:Loading.default}),ProductList=e=>{let{children:t,styles:r,builderProps:o,setting:s,builderAttrs:a}=e,{isRelatedProduct:d,productSetting:i}=helpers.getData(e),c=i.relatedTag&&i.relatedTag[0],{isEditMode:l,isPreviewSharePageMode:u}=core.useRenderMode(),n=core.useCurrentDevice(),g=core.usePageType(),m=core.usePageStore(e=>e.dynamicProduct),h=core.usePageStore(e=>e.dynamicCollection),[P,f]=React.useState(1),[p,j]=React.useState(!0),[x,y]=React.useState(),[R,b]=React.useState(!1),v="GP_FUNNEL_PAGE"===g,S="GP_COLLECTION"==g;S&&(i.productSrc="DynamicCollection",i.collectionId=h?.collectionId??"latest");let I=i?.productSrc??"Collection",T=m?.productId&&m?.productId!==i.relatedProductId?m?.productId:i.relatedProductId,k=core.useFetchHandle(),L=core.usePageStore(e=>e.publicStoreFrontData),C=React.useMemo(()=>core.hasPublicStoreFrontData(L)?core.createStoreFrontFetcher(L):k,[L]),{data:O}=core.useProductQuery(d&&T?T:void 0,{revalidateOnMount:l||u},C),w=i.relatedTag&&"tags"===i.relatedTag[0]&&(!O?.tags||O?.tags.length===0),E=i.relatedTag&&"collection"===i.relatedTag[0]&&(!O?.collections?.edges||O?.collections.edges.length===0),M=i.relatedTag&&"vendor"===i.relatedTag[0]&&!O?.vendor,N=w||E||M,q=core.useProductsQueryAll(x,{revalidateOnMount:l||u},C),W=l||u,F=core.useProductsQuery("PickProduct"===I?i?.productIds:void 0,{revalidateOnMount:W},{defaultSelectedProductCount:i?.numOfSelectedProducts}),G=React.useMemo(()=>({id:i?.collectionId??"latest",numberOfProducts:s?.numberOfProducts??4,orderBy:s?.orderBy}),[i?.collectionId,Number(s?.numberOfProducts),s?.orderBy]),Q=core.useCollectionQuery("PickProduct"!==I?G:void 0,{revalidateOnMount:W});React.useEffect(()=>{if(d&&O&&i.relatedTag&&"recommended-product"!==i.relatedType){let e;switch(b(!1),i.hasRelatedExclude&&(e=i?.relatedExclude&&i.relatedExclude.split(",").map(e=>e.trim())),i.relatedTag[0]){case"vendor":y({first:s?.numberOfProducts,where:{vendor:i.relatedTag&&"vendor"===i.relatedTag[0]?O?.vendor:"",idNEQ:O.id}});break;case"collection":{let t;let r=O?.collections?.edges.map(e=>e.node?.id);if(!r||r?.length===0){b(!0);break}y(t=e&&e.length>0?{first:s?.numberOfProducts,where:{idNEQ:O.id,hasCollectionProductsWith:[{hasCollectionWith:[{idIn:r},{titleNotIn:e}]}]}}:{first:s?.numberOfProducts,where:{idNEQ:O.id,hasCollectionProductsWith:[{hasCollectionWith:[{idIn:r}]}]}});break}case"tags":{let t;if(!O.tags||0===O.tags.length){b(!0);break}y(t=e&&e.length>0?{first:s?.numberOfProducts,where:{idNEQ:O.id,hasProductTagsWith:[{hasTagsWith:[{nameIn:O.tags},{nameNotIn:e}]}]}}:{first:s?.numberOfProducts,where:{idNEQ:O.id,hasProductTagsWith:[{hasTagsWith:[{nameIn:O.tags}]}]}})}}}},[O,i.relatedType,i.relatedTag,s?.numberOfProducts,i.relatedExclude,i.hasRelatedExclude,d]);let A="PickProduct"===I?F.isValidating:Q.isValidating,B="PickProduct"===I?F.isLoading:Q.isLoading,D="PickProduct"===I?F.error:Q.error,H=Q.data?.collections?.edges?.[0]?.node,$="PickProduct"===I?core.flattenConnection(F.data?.products):core.flattenConnection(H?.products),_=core.usePageStore(e=>e.assignedProductIds),z=core.usePageStore(e=>e.isApplyAllProducts),V=React.useMemo(()=>(_??[]).length>0&&!z||z,[_,z]),U=q?.data?.products&&V?core.flattenConnection(q?.data?.products):[],J=d?U:"PickProduct"===I&&i?.productIds?.length?i?.productIds?.map(e=>$?.find(t=>t?.baseID===e)).filter(Boolean)??$:"PickProduct"!==I?$:$.filter((e,t)=>t<(i?.numOfSelectedProducts??4)),K=React.useMemo(()=>R&&d&&l||!J.length&&!B&&p&&l,[p,B,R,d,l,J.length]),X=React.useMemo(()=>!J||R&&d,[R,d,J]),Y=React.useMemo(()=>{if(!s?.sameHeight)return[];let e=0,t=Math.ceil((J?.length??0)/+(s?.slidesToShow?.[n]??1));return Array.from(Array(J?.length??0)).map((o,a)=>(a>=+(s?.slidesToShow?.[n]??1)*(e+1)&&++e,{gridRow:`${1+P*e}/${P+1+P*e}`,marginBottom:e+1<t?helpers$1.getPropertyByDevice(r?.horizontalGutter,n):void 0}))},[s?.sameHeight,s?.slidesToShow,P,J?.length,n,r?.horizontalGutter]),Z=React.useMemo(()=>A||B||D||!J||R&&d,[D,B,R,d,A,J]),ee=O?.collections?.edges.map(e=>e.node?.id)??[];React.useEffect(()=>{Z||setTimeout(()=>{let{builderData:e}=o??{},t=e?.childrens?.[0];if(!t)return;let r=document.querySelector(`[data-id=${t}] div`);r&&f(r.childElementCount||1)},l?0:500)},[o,Z,l,ee]);let et=React.useMemo(()=>({collection:H,products:J,settings:{loop:s?.loop??{desktop:!1},scrollMode:s?.scrollMode??{desktop:"snap"},slidesToShow:s?.slidesToShow??{desktop:4,tablet:3,mobile:1},layout:r?.layout,dot:s?.dot,dotStyle:s?.dotStyle,arrow:s?.arrow,controlOverContent:s?.controlOverContent},styles:{horizontalGutter:r?.horizontalGutter,verticalGutter:r?.verticalGutter,fullWidth:r?.fullWidth,spacing:r?.spacing,width:r?.width,height:r?.height}}),[H,J,s,r]);if(o?.isPreview&&v)return jsxRuntime.jsx(jsxRuntime.Fragment,{});if(K)return jsxRuntime.jsx(jsxRuntime.Fragment,{children:system.If(p,jsxRuntime.jsx(ProductNotFound,{builderAttrs:a,collectionHandle:H?.handle,productSrc:I,onClose:()=>j(!1),children:t,relatedTagString:c,assignProductNoTags:N,noAssignedProduct:!T}))});let{productListWrapStyle:er,productListContentStyle:eo,productListWrapAlignStyle:es}=styles.getStyle(e),{productListWrapClass:ea}=classes.getClass(e),ed=()=>jsxRuntime.jsx(jsxRuntime.Fragment,{children:system.If(r?.layout==="grid",jsxRuntime.jsx(ProductListGridLayout.default,{...e,productSortedById:J,generateGridRowArray:Y}),jsxRuntime.jsx(ProductListCarouselLayout.default,{...e,productSortedById:J}))});return jsxRuntime.jsxs("div",{...a,className:ea,style:er,children:[!!r?.preloadBgImage&&jsxRuntime.jsxs(Head,{children:[!!r.backgroundImage?.desktop?.image?.src&&jsxRuntime.jsx("link",{rel:"preload",href:r.backgroundImage.desktop.image.src,as:"image"}),!!r.backgroundImage?.tablet?.image?.src&&jsxRuntime.jsx("link",{rel:"preload",href:r.backgroundImage?.tablet?.image?.src,as:"image"}),!!r.backgroundImage?.mobile?.image?.src&&jsxRuntime.jsx("link",{rel:"preload",href:r.backgroundImage?.mobile?.image?.src,as:"image"})]}),A||B?jsxRuntime.jsx(Loading.default,{}):D?jsxRuntime.jsxs("div",{children:["Error: ",D?.message]}):X?jsxRuntime.jsx("div",{children:"Products not found"}):jsxRuntime.jsx(core.ProductListProvider,{...et,children:jsxRuntime.jsx("div",{className:"gp-flex gp-w-full",style:es,children:jsxRuntime.jsxs("div",{style:eo,children:[v&&jsxRuntime.jsx(SalePageProductListWarning.default,{}),ed()]})})}),core.filterToolbarPreview(t,!0)]})};exports.default=ProductList;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),ProductPropertyChoice_liquid=require("./property-choice/ProductPropertyChoice.liquid.js"),ProductPropertyInput_liquid=require("./property-input/ProductPropertyInput.liquid.js"),ProductPropertySelect_liquid=require("./property-select/ProductPropertySelect.liquid.js"),helpers$1=require("../../../helpers.js"),system=require("@gem-sdk/system"),helpers=require("./common/helpers.js"),attrs=require("./common/attrs.js"),styles=require("./common/styles.js"),classes=require("./common/classes.js");const ProductProperties=({setting:e,styles:s,builderProps:t,advanced:r,pageContext:l})=>{let{name:a,type:o,childItem:p
|
|
2
|
-
<gp-product-property ${{...
|
|
3
|
-
style="${
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),ProductPropertyChoice_liquid=require("./property-choice/ProductPropertyChoice.liquid.js"),ProductPropertyInput_liquid=require("./property-input/ProductPropertyInput.liquid.js"),ProductPropertySelect_liquid=require("./property-select/ProductPropertySelect.liquid.js"),helpers$1=require("../../../helpers.js"),system=require("@gem-sdk/system"),helpers=require("./common/helpers.js"),attrs=require("./common/attrs.js"),styles=require("./common/styles.js"),classes=require("./common/classes.js");const ProductProperties=({setting:e,styles:s,builderProps:t,advanced:r,pageContext:l})=>{let{name:a,type:o,childItem:p}=e??{},{isDisplayLabel:c=!0}=s??{};e&&!a&&(e.name="Property");let d=t?.uid,{displayLabel:i}=helpers.getContents(d,l,e),u=system.createAttr({...attrs.getWrapperLiquidAttrs(d,l,e)}),y=system.createStyle({...styles.getWrapperStyles(s)}),n=system.createStyle({...styles.getLabelStyles(s)}),g=system.createClass({...classes.getLabelClasses(s)}),m=system.createClass({...classes.getLiquidTagClasses(e)}),C=system.createClass({...classes.getLabelWrapperClasses(r)}),P=system.createStyle({...styles.getLabelContentStyles()}),$=helpers.getLabelContent(e),h=system.createClass({...classes.getWrapperErrorMessageClasses(),...core.composeClasses("data-[hidden=true]:gp-hidden")}),q=system.createStyle({...styles.getWrapperErrorMessageStyles(s)}),v=system.createAttr({...attrs.getWrapperErrorMessageAttrs()});return core.template`
|
|
2
|
+
<gp-product-property ${{...u}} class="${m}"
|
|
3
|
+
style="${y}"
|
|
4
4
|
>
|
|
5
|
-
${core.RenderIf(
|
|
6
|
-
<label htmlFor="${
|
|
7
|
-
${
|
|
8
|
-
<span style="${
|
|
5
|
+
${core.RenderIf(c,core.template`<div class="${C}">
|
|
6
|
+
<label htmlFor="${d}-${a}" class="${g}" style="${n}">
|
|
7
|
+
${i}
|
|
8
|
+
<span style="${P}">${$}</span>
|
|
9
9
|
</label>
|
|
10
10
|
</div>`)}
|
|
11
11
|
|
|
12
12
|
<div>
|
|
13
13
|
${core.RenderIf("dropdown"===o,ProductPropertySelect_liquid.default({setting:e,styles:s,builderProps:t,pageContext:l}))}
|
|
14
|
-
${core.RenderIf("checkbox"===o||"radio"===o,ProductPropertyChoice_liquid.default({setting:{...e,childItem:p,name:a
|
|
14
|
+
${core.RenderIf("checkbox"===o||"radio"===o,ProductPropertyChoice_liquid.default({setting:{...e,childItem:p,name:a},styles:s,builderProps:t,pageContext:l}))}
|
|
15
15
|
${core.RenderIf("text"===o||"textarea"===o||"email"===o||"hidden"===o,ProductPropertyInput_liquid.default({setting:e,styles:s,builderProps:t,pageContext:l}))}
|
|
16
16
|
<div
|
|
17
|
-
${{...
|
|
18
|
-
class="${
|
|
19
|
-
style="${
|
|
17
|
+
${{...v}}
|
|
18
|
+
class="${h}"
|
|
19
|
+
style="${q}"
|
|
20
20
|
>
|
|
21
21
|
<svg
|
|
22
22
|
width="16"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var helpers=require("../../../../helpers.js");const getContents=(e,t,
|
|
1
|
+
"use strict";var helpers=require("../../../../helpers.js"),translate=require("../../../settings/product-properties/configs/translate.js");const getContents=(e,t,r)=>{let{label:s,invalidNumberMessage:i,invalidEmailMessage:a,requiredMessage:n,invalidLengthMessage:l}=r??{},d=helpers.getDynamicSourceLocales({val:s,uid:e,settingId:helpers.createSettingId({id:translate.ProductProperties?.label?.id}),pageContext:t}),o=helpers.getDynamicSourceLocales({val:i,uid:e,settingId:helpers.createSettingId({id:translate.ProductProperties?.invalidNumberMessage?.id}),pageContext:t}),c=helpers.getDynamicSourceLocales({val:a,uid:e,settingId:helpers.createSettingId({id:translate.ProductProperties?.invalidEmailMessage?.id}),pageContext:t}),g=helpers.getDynamicSourceLocales({val:n,uid:e,settingId:helpers.createSettingId({id:translate.ProductProperties?.requiredMessage?.id}),pageContext:t}),u=helpers.getDynamicSourceLocales({val:l,uid:e,settingId:helpers.createSettingId({id:translate.ProductProperties?.invalidLengthMessage?.id}),pageContext:t});return{displayLabel:d,invalidNumberMessageDisplay:o,invalidEmailMessageDisplay:c,requiredMessageDisplay:g,invalidLengthMessageDisplay:u}},getLabelContent=e=>{let{label:t,required:r}=e??{};return r&&t?" *":""};exports.getContents=getContents,exports.getLabelContent=getLabelContent;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),getProductPropertiesChoiceInlineCss=require("./common/getProductPropertiesChoiceInlineCss.js"),helpers=require("../../../../helpers.js"),system=require("@gem-sdk/system"),getProductPropertiesChoiceClasses=require("./common/getProductPropertiesChoiceClasses.js"),getProductPropertiesChoiceStyles=require("./common/getProductPropertiesChoiceStyles.js"),getProductPropertiesChoiceAttrs=require("./common/getProductPropertiesChoiceAttrs.js");const ProductPropertyChoice=({setting:e,styles:t,builderProps:
|
|
2
|
-
<style>${
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),getProductPropertiesChoiceInlineCss=require("./common/getProductPropertiesChoiceInlineCss.js"),helpers=require("../../../../helpers.js"),system=require("@gem-sdk/system"),getProductPropertiesChoiceClasses=require("./common/getProductPropertiesChoiceClasses.js"),getProductPropertiesChoiceStyles=require("./common/getProductPropertiesChoiceStyles.js"),getProductPropertiesChoiceAttrs=require("./common/getProductPropertiesChoiceAttrs.js"),translate=require("../../../settings/product-properties/configs/translate.js");const ProductPropertyChoice=({setting:e,styles:t,builderProps:r,pageContext:s,attributes:o})=>{let i=r?.uid,{name:c,type:l,childItem:P}=e??{},{valueTextColor:a,fullWidth:p,width:u}=t??{},C=core.makeStyleResponsive("w",core.makeWidth(u,p)),d=`properties[${c}]`,n=getProductPropertiesChoiceInlineCss.getPPCInlineStyleChoice(i,a),y=system.createClass({...getProductPropertiesChoiceClasses.getPPCWrapperClasses()}),g=system.createClass({...getProductPropertiesChoiceClasses.getPPCLabelClasses(t)}),m=system.createStyle({...getProductPropertiesChoiceStyles.getPPCContainerStyles(t)}),h=system.createClass({...getProductPropertiesChoiceClasses.getPPCWrapperClassesMain()}),$=system.createStyle({...getProductPropertiesChoiceStyles.getPPCLabelStyles(t)}),S=system.createAttr({...getProductPropertiesChoiceAttrs.getPPCInputAttrs(o)}),v=system.createStyle({...getProductPropertiesChoiceStyles.getPPCInputStyles(t)});return core.template`<div style="${{...C}}" class="${h}">
|
|
2
|
+
<style>${n}</style>
|
|
3
3
|
|
|
4
|
-
${P?.map((e,t)=>{let
|
|
5
|
-
<div class="${
|
|
4
|
+
${P?.map((e,t)=>{let r=helpers.getDynamicSourceLocales({val:e,uid:i,settingId:helpers.createSettingId({id:translate.ProductProperties?.childItem?.id,index:t}),pageContext:s});return core.template`
|
|
5
|
+
<div class="${y}" style="${m}">
|
|
6
6
|
<input
|
|
7
|
-
${{...
|
|
7
|
+
${{...S}}
|
|
8
8
|
type="${l}"
|
|
9
|
-
id="${
|
|
10
|
-
name="${"radio"===l||"checkbox"===l?
|
|
11
|
-
value="${
|
|
12
|
-
style="${
|
|
9
|
+
id="${i}-${c}-${t}"
|
|
10
|
+
name="${"radio"===l||"checkbox"===l?d:`${d}[]`}"
|
|
11
|
+
value="${r}"
|
|
12
|
+
style="${v}"
|
|
13
13
|
form="{{ product_form_id }}"
|
|
14
14
|
/>
|
|
15
15
|
<label
|
|
16
|
-
for="${
|
|
17
|
-
class="${
|
|
18
|
-
style="${
|
|
16
|
+
for="${i}-${c}-${t}"
|
|
17
|
+
class="${g}"
|
|
18
|
+
style="${$}"
|
|
19
19
|
>
|
|
20
|
-
${
|
|
20
|
+
${r}
|
|
21
21
|
</label>
|
|
22
22
|
</div>`}).join("")}
|
|
23
23
|
</div>
|
package/dist/cjs/product/components/product-properties/property-input/ProductPropertyInput.liquid.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../../../helpers.js"),system=require("@gem-sdk/system"),classes=require("./common/classes.js"),styles=require("./common/styles.js"),helpers$1=require("./common/helpers.js"),attrs=require("./common/attrs.js");const ProductPropertyInput=({setting:e,styles:r,builderProps:
|
|
2
|
-
<${
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../../../helpers.js"),system=require("@gem-sdk/system"),classes=require("./common/classes.js"),styles=require("./common/styles.js"),helpers$1=require("./common/helpers.js"),attrs=require("./common/attrs.js"),translate=require("../../../settings/product-properties/configs/translate.js");const ProductPropertyInput=({setting:e,styles:r,builderProps:t,pageContext:s,attributes:a})=>{let{name:o,type:l,placeholder:u,required:m,minChar:c,maxChar:n,label:p}=e??{minChar:Number,maxChar:Number,minNumber:Number,maxNumber:Number},i="textarea"===l?"textarea":"input",d=helpers.getDynamicSourceLocales({val:u,uid:t?.uid,settingId:helpers.createSettingId({id:translate.ProductProperties?.placeholder?.id}),pageContext:s}),y=`${d}${u&&m&&!p?" *":""}`,$=system.createClass({...classes.getClasses(r),...core.composeClasses("gp-shadow-none group-data-[invalid=true]:gp-border-[#F44336]")}),g=system.createStyle({...styles.getStyles(r)}),{elementValue:h}=helpers$1.getElementContent(e),q=system.createAttr({...attrs.getInputAttrs(a)});return core.template`
|
|
2
|
+
<${i}
|
|
3
3
|
${{...q}}
|
|
4
|
-
type="${
|
|
5
|
-
placeholder="${
|
|
6
|
-
name="properties[${
|
|
4
|
+
type="${l}"
|
|
5
|
+
placeholder="${y}"
|
|
6
|
+
name="properties[${o}]"
|
|
7
7
|
form="{{ product_form_id }}"
|
|
8
|
-
value="${
|
|
9
|
-
class="${
|
|
10
|
-
style="${
|
|
11
|
-
${
|
|
8
|
+
value="${h}"
|
|
9
|
+
class="${$}"
|
|
10
|
+
style="${g}"
|
|
11
|
+
${m?`required="${m}"`:""}
|
|
12
12
|
minlength="${c}"
|
|
13
|
-
maxlength="${
|
|
14
|
-
></${
|
|
13
|
+
maxlength="${n}"
|
|
14
|
+
></${i}>
|
|
15
15
|
`};exports.default=ProductPropertyInput;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../../../helpers.js"),system=require("@gem-sdk/system"),attrs=require("./common/attrs.js"),styles=require("./common/styles.js"),classes=require("./common/classes.js");const ProductPropertySelect=({setting:e,styles:
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../../../helpers.js"),system=require("@gem-sdk/system"),attrs=require("./common/attrs.js"),styles=require("./common/styles.js"),classes=require("./common/classes.js"),translate=require("../../../settings/product-properties/configs/translate.js");const ProductPropertySelect=({setting:e,styles:t,builderProps:s,pageContext:r,attributes:l})=>{let o=s?.uid,{name:c,childItem:a}=e??{},i=system.createAttr({...attrs.getSelectAttrs(e,l)}),p=system.createClass({...classes.getSelectClasses(t),...core.composeClasses("gp-shadow-none")}),m=system.createStyle({...styles.getSelectStyles(t)}),n=system.createStyle({...styles.getOptionStyles(t)});return core.template`
|
|
2
2
|
<select
|
|
3
|
-
${{...
|
|
3
|
+
${{...i}}
|
|
4
4
|
name="properties[${c}]"
|
|
5
5
|
id="${o}-${c}"
|
|
6
|
-
class="${
|
|
6
|
+
class="${p}"
|
|
7
7
|
form="{{ product_form_id }}"
|
|
8
|
-
style="${
|
|
8
|
+
style="${m}"
|
|
9
9
|
>
|
|
10
|
-
${a?.map((e,
|
|
10
|
+
${a?.map((e,t)=>{let s=helpers.getDynamicSourceLocales({val:e,uid:o,settingId:helpers.createSettingId({id:translate.ProductProperties?.childItem?.id,index:t}),pageContext:r});return core.template`
|
|
11
11
|
<option
|
|
12
|
-
value="${
|
|
13
|
-
style="${
|
|
12
|
+
value="${s}"
|
|
13
|
+
style="${n}"
|
|
14
14
|
>
|
|
15
|
-
${
|
|
15
|
+
${s}
|
|
16
16
|
</option>`}).join("")}
|
|
17
17
|
</select>`};exports.default=ProductPropertySelect;
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
{% assign encoded_product_vendor = product.vendor | url_encode %}
|
|
6
6
|
${e?.url?`
|
|
7
7
|
<a href="/collections/vendors?q={{ encoded_product_vendor }}" title="{{ encoded_product_vendor }}" target="${"new-tab"===e.openIn?"_blank":"_self"}">
|
|
8
|
-
${Text_liquid.default({styles:t,setting:{...e,text:`${o} {{ product.vendor }}`,excludeFlex:!0},advanced:d,builderProps:r})}
|
|
8
|
+
${Text_liquid.default({styles:t,setting:{...e,text:`${o} {{ product.vendor }}`,excludeFlex:!0,isForceValue:!0},advanced:d,builderProps:r})}
|
|
9
9
|
</a>
|
|
10
10
|
`:`
|
|
11
|
-
${Text_liquid.default({styles:t,setting:{...e,text:`${o} {{ product.vendor }}`,excludeFlex:!0},advanced:d,builderProps:r})}
|
|
11
|
+
${Text_liquid.default({styles:t,setting:{...e,text:`${o} {{ product.vendor }}`,excludeFlex:!0,isForceValue:!0},advanced:d,builderProps:r})}
|
|
12
12
|
`}
|
|
13
13
|
{%- endunless -%}
|
|
14
14
|
`};exports.default=ProductVendor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var system=require("@gem-sdk/system"),styles=require("./common/styles.js"),helpers$1=require("../../../helpers.js"),Button_liquid=require("../../../button/components/Button.liquid.js"),core=require("@gem-sdk/core"),helpers=require("./common/helpers.js");const ProductViewMore=({style:e,styles:
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var system=require("@gem-sdk/system"),styles=require("./common/styles.js"),helpers$1=require("../../../helpers.js"),Button_liquid=require("../../../button/components/Button.liquid.js"),core=require("@gem-sdk/core"),helpers=require("./common/helpers.js"),translate=require("../../settings/product-view-more/configs/translate.js");const ProductViewMore=({style:e,styles:t,setting:s,advanced:r,builderProps:o,builderAttrs:i,pageContext:l})=>core.template`
|
|
2
2
|
<gp-product-view-more>
|
|
3
|
-
${Button_liquid.default({styles:
|
|
3
|
+
${Button_liquid.default({translateSetting:translate.ProductViewMore?.label?.id,styles:t,advanced:r,builderProps:o,builderAttrs:i,setting:{...helpers.getButtonSettings(s),...helpers.getButtonLiquidSettings(s,l)},style:{...styles.getButtonStyle(e,t)},pageContext:l,className:"btn-view-more"})}
|
|
4
4
|
${system.If(core.isLocalEnv,`<script ${helpers$1.getSettingPreloadData('class="gps-link" delay',"src")}="{{ 'gp-product-view-more-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${helpers$1.getSettingPreloadData('class="gps-link" delay',"src")}="${core.baseAssetURL}/assets-v2/gp-product-view-more-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
|
|
5
5
|
</gp-product-view-more>
|
|
6
6
|
`;exports.default=ProductViewMore;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const getButtonSettings=t=>{let{label:e,iconSvg:n,iconAlign:i,iconVisible:u,shouldClearSpace:l,enableHoverEffect:o}=t??{};return{label:e,iconSvg:n,iconAlign:i,iconVisible:u,shouldClearSpace:l,htmlType:"submit",enableHoverEffect:o}},getButtonLiquidSettings=(t,e)=>{let{
|
|
1
|
+
"use strict";const getButtonSettings=t=>{let{label:e,iconSvg:n,iconAlign:i,iconVisible:u,shouldClearSpace:l,enableHoverEffect:o}=t??{};return{label:e,iconSvg:n,iconAlign:i,iconVisible:u,shouldClearSpace:l,htmlType:"submit",enableHoverEffect:o}},getButtonLiquidSettings=(t,e)=>{let{redirectNewTab:n}=t??{},i=e?.hasCollectionHandle?"{% if collection %}{{ collection.url }}/products/{{ product.handle }}{% else %}{{ product.url }}{% endif %}":"{{ product.url }}";return{btnLink:{link:i,target:n?"_blank":"_self"},enableBtnLink:!0}};exports.getButtonLiquidSettings=getButtonLiquidSettings,exports.getButtonSettings=getButtonSettings;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var settings=require("./dynamic-checkout/configs/settings.js"),uiV2=require("./dynamic-checkout/configs/ui-v2.js"),presets=require("./dynamic-checkout/configs/presets.js");const config={tag:"DynamicCheckout",label:"Dynamic Checkout",icon:`
|
|
2
2
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="M26.2219 24.8484C26.2219 24.1212 25.7241 23.6363 24.9775 23.6363C24.2308 23.6363 23.733 24.1212 23.733 24.8484C23.733 25.5757 24.2308 26.0606 24.9775 26.0606C25.7241 26.0606 26.2219 25.5757 26.2219 24.8484ZM16.2663 24.8484C16.2663 24.1212 15.7686 23.6363 15.0219 23.6363C14.2752 23.6363 13.7775 24.1212 13.7775 24.8484C13.7775 25.5757 14.2752 26.0606 15.0219 26.0606C15.7686 26.0606 16.2663 25.5757 16.2663 24.8484ZM14.0263 13.9394H25.8486L24.6041 18.7878H15.1463C14.8975 17.6969 14.3997 15.8787 14.0263 13.9394ZM28.9239 12.1394C29.0051 11.8231 28.7662 11.5151 28.4396 11.5151H13.4041C12.9063 9.33329 12.533 7.63632 12.533 7.63632L12.3805 7.04232C12.3238 6.82122 12.1245 6.66663 11.8962 6.66663H9.29967C9.02353 6.66663 8.79967 6.89048 8.79967 7.16663V8.59087C8.79967 8.86701 9.02353 9.09087 9.29967 9.09087H10.293C10.9152 11.8787 12.9063 20.2424 12.9063 20.2424L13.0588 20.8364C13.1156 21.0575 13.3148 21.2121 13.5431 21.2121H26.2074C26.4356 21.2121 26.6349 21.0575 26.6917 20.8364L28.9239 12.1394ZM38.1663 16.3636C38.4425 16.3636 38.6663 16.5875 38.6663 16.8636V32.8333C38.6663 33.1094 38.4425 33.3333 38.1663 33.3333H1.83301C1.55687 33.3333 1.33301 33.1094 1.33301 32.8333V16.8636C1.33301 16.5875 1.55687 16.3636 1.83301 16.3636H9.03402C9.26229 16.3636 9.46158 16.5182 9.51832 16.7393L9.88388 18.1635C9.96507 18.4799 9.72616 18.7878 9.39958 18.7878H3.8219V30.909H36.1775V18.7878H30.3509C30.0243 18.7878 29.7854 18.4799 29.8666 18.1635L30.2321 16.7393C30.2889 16.5182 30.4882 16.3636 30.7164 16.3636H38.1663Z" fill="currentColor"/>
|
|
4
4
|
</svg>
|
|
5
|
-
`,settings:settings.DynamicCheckoutSettings,ui:
|
|
5
|
+
`,settings:settings.DynamicCheckoutSettings,ui:[],uiV2:uiV2.SettingUIV2,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:presets.DynamicCheckoutPresets};exports.default=config;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product/configs/presets.js"),settings=require("./product/configs/settings.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product/configs/presets.js"),settings=require("./product/configs/settings.js"),uiV2=require("./product/configs/ui-v2.js");const config={tag:"Product",label:"Product",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="M14.9075 7.10422C14.6295 6.47277 13.981 6.06462 13.268 6.12193C12.8111 6.15866 12.0129 6.23149 11.1972 6.34772C10.4162 6.459 9.4973 6.62566 8.86739 6.88284C8.4425 7.05632 7.96973 7.41721 7.56476 7.7561C7.12514 8.12398 6.63889 8.57624 6.16347 9.03928C5.21082 9.96712 4.25521 10.9838 3.72156 11.5611C3.02665 12.3128 3.18213 13.4862 4.00429 14.0501L7.14594 16.205V26.2444C7.14594 27.1568 7.8833 27.9057 8.80445 27.9057H23.246C24.1672 27.9057 24.9045 27.1568 24.9045 26.2444V16.205L28.0603 14.0405C28.8678 13.4866 29.0361 12.3395 28.3699 11.5829C27.861 11.005 26.9438 9.98417 26.0115 9.05136C25.5463 8.58586 25.0644 8.12923 24.6192 7.75674C24.2068 7.41161 23.7187 7.04517 23.2589 6.87191C22.0504 6.41643 20.0388 6.19802 19.2897 6.12638C18.6177 6.06213 17.9943 6.4147 17.6856 6.98594L16.1261 9.87237L14.9075 7.10422ZM11.5075 8.52572C12.0668 8.44603 12.6236 8.38769 13.0516 8.3486L14.5589 11.7725C15.1148 13.0353 16.8782 13.1086 17.535 11.8929L19.4471 8.35398C20.3297 8.45016 21.7155 8.64129 22.4831 8.93056C22.5609 8.9599 22.7999 9.10299 23.2073 9.44391C23.582 9.75746 24.0125 10.1634 24.4555 10.6066C25.1311 11.2825 25.8054 12.0148 26.3079 12.5747L23.426 14.5514C22.9732 14.862 22.7045 15.3755 22.7045 15.9221V25.7057H9.34594V15.9221C9.34594 15.3755 9.07722 14.862 8.62448 14.5514L5.76791 12.592C6.29559 12.03 7.00098 11.2946 7.69845 10.6153C8.1553 10.1703 8.59719 9.76082 8.97664 9.44329C9.16639 9.2845 9.33077 9.15694 9.46645 9.06238C9.53381 9.01545 9.58879 8.98036 9.63189 8.95523C9.65312 8.94286 9.66967 8.93395 9.68177 8.92783C9.69405 8.92163 9.69897 8.91962 9.69897 8.91962C10.0488 8.7768 10.7201 8.63792 11.5075 8.52572Z" fill="currentColor"/>
|
|
4
4
|
<path d="M30.2528 21.8121C29.8846 21.8121 29.5862 21.5136 29.5862 21.1454V20.0645C29.5862 19.6963 29.8846 19.3978 30.2528 19.3978H36.3481C36.7163 19.3978 37.0147 19.6963 37.0147 20.0645V21.1454C37.0147 21.5136 36.7163 21.8121 36.3481 21.8121H30.2528Z" fill="currentColor"/>
|
|
5
5
|
<path d="M30.2528 27.8478C29.8846 27.8478 29.5862 27.5493 29.5862 27.1811V26.1002C29.5862 25.732 29.8846 25.4335 30.2528 25.4335H36.3481C36.7163 25.4335 37.0147 25.732 37.0147 26.1002V27.1811C37.0147 27.5493 36.7163 27.8478 36.3481 27.8478H30.2528Z" fill="currentColor"/>
|
|
6
6
|
<path d="M7.96712 33.8834C7.59893 33.8834 7.30046 33.5849 7.30046 33.2168V32.1358C7.30046 31.7676 7.59893 31.4692 7.96712 31.4692H36.3481C36.7163 31.4692 37.0147 31.7676 37.0147 32.1358V33.2168C37.0147 33.5849 36.7163 33.8834 36.3481 33.8834H7.96712Z" fill="currentColor"/>
|
|
7
7
|
</svg>
|
|
8
|
-
`,settings:settings.ProductSettings,ui:
|
|
8
|
+
`,settings:settings.ProductSettings,ui:[],uiV2:uiV2.SettingUIV2,presets:presets.ProductPreset,editorConfigs:{slots:{children:!0},toolbar:{parent:!0},placeholder:{notAppendTags:["Product","ProductList","ProductListV3","ContactForm","Newsletter","MarqueeItem","Marquee"]}},locales:{editor:{en:{product_not_found:"Product not found"}}}};exports.default=config;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var settings=require("./product-badge/configs/settings.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var settings=require("./product-badge/configs/settings.js"),presets=require("./product-badge/configs/presets.js"),uiV2=require("./product-badge/configs/ui-v2.js");const config={tag:"ProductBadge",label:"Product Badge",icon:'<svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19.75 2A2.25 2.25 0 0 1 22 4.25v5.462a3.25 3.25 0 0 1-.952 2.298l-8.5 8.503a3.255 3.255 0 0 1-4.597.001L3.489 16.06a3.25 3.25 0 0 1-.003-4.596l8.5-8.51A3.25 3.25 0 0 1 14.284 2h5.465Zm0 1.5h-5.465c-.465 0-.91.185-1.239.513l-8.512 8.523a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.477 0l8.5-8.503a1.75 1.75 0 0 0 .513-1.237V4.25a.75.75 0 0 0-.75-.75ZM17 5.502a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z"/></svg>',settings:settings.ProductBadgeSettings,ui:[],uiV2:uiV2.SettingUIV2,presets:presets.ProductBadgePreset,advanced:{"spacing-setting":{desktop:{margin:{bottom:0}}}},editorConfigs:{placeholder:{flowTag:["ProductImagesV2","Product","ProductImagesV3"],flowTagMessage:['Please <span class="font-bold">drop</span> Product Badge into a <span class="font-bold">Product Image, Product or Product List</span> element']}}};exports.default=config;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product-button/configs/presets.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product-button/configs/presets.js"),settings=require("./product-button/configs/settings.js"),uiV2=require("./product-button/configs/ui-v2.js");const config={tag:"ProductButton",label:"Add to Cart",icon:`
|
|
2
2
|
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<path d="M26.2219 24.8484C26.2219 24.1212 25.7241 23.6363 24.9775 23.6363C24.2308 23.6363 23.733 24.1212 23.733 24.8484C23.733 25.5757 24.2308 26.0606 24.9775 26.0606C25.7241 26.0606 26.2219 25.5757 26.2219 24.8484ZM16.2663 24.8484C16.2663 24.1212 15.7686 23.6363 15.0219 23.6363C14.2752 23.6363 13.7775 24.1212 13.7775 24.8484C13.7775 25.5757 14.2752 26.0606 15.0219 26.0606C15.7686 26.0606 16.2663 25.5757 16.2663 24.8484ZM14.0263 13.9394H25.8486L24.6041 18.7878H15.1463C14.8975 17.6969 14.3997 15.8787 14.0263 13.9394ZM28.9239 12.1394C29.0051 11.8231 28.7662 11.5151 28.4396 11.5151H13.4041C12.9063 9.33329 12.533 7.63632 12.533 7.63632L12.3805 7.04232C12.3238 6.82122 12.1245 6.66663 11.8962 6.66663H9.29967C9.02353 6.66663 8.79967 6.89048 8.79967 7.16663V8.59087C8.79967 8.86701 9.02353 9.09087 9.29967 9.09087H10.293C10.9152 11.8787 12.9063 20.2424 12.9063 20.2424L13.0588 20.8364C13.1156 21.0575 13.3148 21.2121 13.5431 21.2121H26.2074C26.4356 21.2121 26.6349 21.0575 26.6917 20.8364L28.9239 12.1394ZM38.1663 16.3636C38.4425 16.3636 38.6663 16.5875 38.6663 16.8636V32.8333C38.6663 33.1094 38.4425 33.3333 38.1663 33.3333H1.83301C1.55687 33.3333 1.33301 33.1094 1.33301 32.8333V16.8636C1.33301 16.5875 1.55687 16.3636 1.83301 16.3636H9.03402C9.26229 16.3636 9.46158 16.5182 9.51832 16.7393L9.88388 18.1635C9.96507 18.4799 9.72616 18.7878 9.39958 18.7878H3.8219V30.909H36.1775V18.7878H30.3509C30.0243 18.7878 29.7854 18.4799 29.8666 18.1635L30.2321 16.7393C30.2889 16.5182 30.4882 16.3636 30.7164 16.3636H38.1663Z" fill="currentColor"/>
|
|
4
4
|
</svg>
|
|
5
|
-
`,settings:settings.ProductButtonSettings,ui:
|
|
5
|
+
`,settings:settings.ProductButtonSettings,ui:[],uiV2:uiV2.SettingUIV2,triggerEvent:["addToCart"],editorConfigs:{placeholder:{flowTag:["Product"]}},presets:presets.ProductButtonPresets};exports.default=config;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uiV2=require("./product-description/configs/ui-v2.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uiV2=require("./product-description/configs/ui-v2.js"),settings=require("./product-description/configs/settings.js"),presets=require("./product-description/configs/presets.js");const config={tag:"ProductDescription",label:"Product Description",icon:'<span style="font-size: 12px; line-height: 1.5; font-weight: 400;">Product description</span>',settings:settings.ProductDescriptionSettings,ui:[],uiV2:uiV2.SettingUIV2,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:presets.ProductDescriptionPreset};exports.default=config;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product-list/configs/presets.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product-list/configs/presets.js"),settingsV2=require("./product-list/configs/settings-v2.js"),uiV2=require("./product-list/configs/ui-v2.js");const config={tag:"ProductList",label:"Product List",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="M14.9075 7.10422C14.6295 6.47277 13.981 6.06462 13.268 6.12193C12.8111 6.15866 12.0129 6.23149 11.1972 6.34772C10.4162 6.459 9.4973 6.62566 8.86739 6.88284C8.4425 7.05632 7.96973 7.41721 7.56476 7.7561C7.12514 8.12398 6.63889 8.57624 6.16347 9.03928C5.21082 9.96712 4.25521 10.9838 3.72156 11.5611C3.02665 12.3128 3.18213 13.4862 4.00429 14.0501L7.14594 16.205V26.2444C7.14594 27.1568 7.8833 27.9057 8.80445 27.9057H23.246C24.1672 27.9057 24.9045 27.1568 24.9045 26.2444V16.205L28.0603 14.0405C28.8678 13.4866 29.0361 12.3395 28.3699 11.5829C27.861 11.005 26.9438 9.98417 26.0115 9.05136C25.5463 8.58586 25.0644 8.12923 24.6192 7.75674C24.2068 7.41161 23.7187 7.04517 23.2589 6.87191C22.0504 6.41643 20.0388 6.19802 19.2897 6.12638C18.6177 6.06213 17.9943 6.4147 17.6856 6.98594L16.1261 9.87237L14.9075 7.10422ZM11.5075 8.52572C12.0668 8.44603 12.6236 8.38769 13.0516 8.3486L14.5589 11.7725C15.1148 13.0353 16.8782 13.1086 17.535 11.8929L19.4471 8.35398C20.3297 8.45016 21.7155 8.64129 22.4831 8.93056C22.5609 8.9599 22.7999 9.10299 23.2073 9.44391C23.582 9.75746 24.0125 10.1634 24.4555 10.6066C25.1311 11.2825 25.8054 12.0148 26.3079 12.5747L23.426 14.5514C22.9732 14.862 22.7045 15.3755 22.7045 15.9221V25.7057H9.34594V15.9221C9.34594 15.3755 9.07722 14.862 8.62448 14.5514L5.76791 12.592C6.29559 12.03 7.00098 11.2946 7.69845 10.6153C8.1553 10.1703 8.59719 9.76082 8.97664 9.44329C9.16639 9.2845 9.33077 9.15694 9.46645 9.06238C9.53381 9.01545 9.58879 8.98036 9.63189 8.95523C9.65312 8.94286 9.66967 8.93395 9.68177 8.92783C9.69405 8.92163 9.69897 8.91962 9.69897 8.91962C10.0488 8.7768 10.7201 8.63792 11.5075 8.52572Z" fill="currentColor"/>
|
|
4
4
|
<path d="M30.2528 21.8121C29.8846 21.8121 29.5862 21.5136 29.5862 21.1454V20.0645C29.5862 19.6963 29.8846 19.3978 30.2528 19.3978H36.3481C36.7163 19.3978 37.0147 19.6963 37.0147 20.0645V21.1454C37.0147 21.5136 36.7163 21.8121 36.3481 21.8121H30.2528Z" fill="currentColor"/>
|
|
5
5
|
<path d="M30.2528 27.8478C29.8846 27.8478 29.5862 27.5493 29.5862 27.1811V26.1002C29.5862 25.732 29.8846 25.4335 30.2528 25.4335H36.3481C36.7163 25.4335 37.0147 25.732 37.0147 26.1002V27.1811C37.0147 27.5493 36.7163 27.8478 36.3481 27.8478H30.2528Z" fill="currentColor"/>
|
|
6
6
|
<path d="M7.96712 33.8834C7.59893 33.8834 7.30046 33.5849 7.30046 33.2168V32.1358C7.30046 31.7676 7.59893 31.4692 7.96712 31.4692H36.3481C36.7163 31.4692 37.0147 31.7676 37.0147 32.1358V33.2168C37.0147 33.5849 36.7163 33.8834 36.3481 33.8834H7.96712Z" fill="currentColor"/>
|
|
7
7
|
</svg>
|
|
8
|
-
`,settings:settingsV2.ProductListSettingsV2,ui:
|
|
8
|
+
`,settings:settingsV2.ProductListSettingsV2,ui:[],uiV2:uiV2.SettingUIV2,presets:presets.ProductListPreset,editorConfigs:{slots:{children:!0},toolbar:{parent:!0},placeholder:{notAppendTags:["Product","ProductList","ProductListV3","ContactForm","Newsletter","MarqueeItem","Marquee"]}},locales:{editor:{en:{product_not_found:"Product Not Found!",no_products_found:"No products found!",no_related_products:"No related products!"}}}};exports.default=config;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product-list-v3/configs/presets.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product-list-v3/configs/presets.js"),settingsV2=require("./product-list-v3/configs/settings-v2.js"),uiV2=require("./product-list-v3/configs/ui-v2.js");const config={tag:"ProductListV3",label:"Product List",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="M14.9075 7.10422C14.6295 6.47277 13.981 6.06462 13.268 6.12193C12.8111 6.15866 12.0129 6.23149 11.1972 6.34772C10.4162 6.459 9.4973 6.62566 8.86739 6.88284C8.4425 7.05632 7.96973 7.41721 7.56476 7.7561C7.12514 8.12398 6.63889 8.57624 6.16347 9.03928C5.21082 9.96712 4.25521 10.9838 3.72156 11.5611C3.02665 12.3128 3.18213 13.4862 4.00429 14.0501L7.14594 16.205V26.2444C7.14594 27.1568 7.8833 27.9057 8.80445 27.9057H23.246C24.1672 27.9057 24.9045 27.1568 24.9045 26.2444V16.205L28.0603 14.0405C28.8678 13.4866 29.0361 12.3395 28.3699 11.5829C27.861 11.005 26.9438 9.98417 26.0115 9.05136C25.5463 8.58586 25.0644 8.12923 24.6192 7.75674C24.2068 7.41161 23.7187 7.04517 23.2589 6.87191C22.0504 6.41643 20.0388 6.19802 19.2897 6.12638C18.6177 6.06213 17.9943 6.4147 17.6856 6.98594L16.1261 9.87237L14.9075 7.10422ZM11.5075 8.52572C12.0668 8.44603 12.6236 8.38769 13.0516 8.3486L14.5589 11.7725C15.1148 13.0353 16.8782 13.1086 17.535 11.8929L19.4471 8.35398C20.3297 8.45016 21.7155 8.64129 22.4831 8.93056C22.5609 8.9599 22.7999 9.10299 23.2073 9.44391C23.582 9.75746 24.0125 10.1634 24.4555 10.6066C25.1311 11.2825 25.8054 12.0148 26.3079 12.5747L23.426 14.5514C22.9732 14.862 22.7045 15.3755 22.7045 15.9221V25.7057H9.34594V15.9221C9.34594 15.3755 9.07722 14.862 8.62448 14.5514L5.76791 12.592C6.29559 12.03 7.00098 11.2946 7.69845 10.6153C8.1553 10.1703 8.59719 9.76082 8.97664 9.44329C9.16639 9.2845 9.33077 9.15694 9.46645 9.06238C9.53381 9.01545 9.58879 8.98036 9.63189 8.95523C9.65312 8.94286 9.66967 8.93395 9.68177 8.92783C9.69405 8.92163 9.69897 8.91962 9.69897 8.91962C10.0488 8.7768 10.7201 8.63792 11.5075 8.52572Z" fill="currentColor"/>
|
|
4
4
|
<path d="M30.2528 21.8121C29.8846 21.8121 29.5862 21.5136 29.5862 21.1454V20.0645C29.5862 19.6963 29.8846 19.3978 30.2528 19.3978H36.3481C36.7163 19.3978 37.0147 19.6963 37.0147 20.0645V21.1454C37.0147 21.5136 36.7163 21.8121 36.3481 21.8121H30.2528Z" fill="currentColor"/>
|
|
5
5
|
<path d="M30.2528 27.8478C29.8846 27.8478 29.5862 27.5493 29.5862 27.1811V26.1002C29.5862 25.732 29.8846 25.4335 30.2528 25.4335H36.3481C36.7163 25.4335 37.0147 25.732 37.0147 26.1002V27.1811C37.0147 27.5493 36.7163 27.8478 36.3481 27.8478H30.2528Z" fill="currentColor"/>
|
|
6
6
|
<path d="M7.96712 33.8834C7.59893 33.8834 7.30046 33.5849 7.30046 33.2168V32.1358C7.30046 31.7676 7.59893 31.4692 7.96712 31.4692H36.3481C36.7163 31.4692 37.0147 31.7676 37.0147 32.1358V33.2168C37.0147 33.5849 36.7163 33.8834 36.3481 33.8834H7.96712Z" fill="currentColor"/>
|
|
7
7
|
</svg>
|
|
8
|
-
`,settings:settingsV2.ProductListSettingsV2,ui:
|
|
8
|
+
`,settings:settingsV2.ProductListSettingsV2,ui:[],uiV2:uiV2.SettingUIV2,presets:presets.ProductListPreset,editorConfigs:{slots:{children:!0},toolbar:{parent:!0},placeholder:{notAppendTags:["Product","ProductList","ProductListV3","ContactForm","Newsletter","MarqueeItem","Marquee"]}},locales:{editor:{en:{product_not_found:"Product Not Found!",no_products_found:"No products found!",no_related_products:"No related products!"}}}};exports.default=config;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uiV2=require("./product-price/configs/ui-v2.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var uiV2=require("./product-price/configs/ui-v2.js"),settings=require("./product-price/configs/settings.js"),presets=require("./product-price/configs/presets.js");const config={tag:"ProductPrice",label:"Product Price",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="M36.1267 28.2963H24.6981V25.926C25.9679 25.6889 27.7457 24.6223 27.7457 22.2519C27.7457 21.0667 27.3648 20.2371 26.7298 19.6445C25.8409 18.8149 24.8251 18.8149 24.6981 18.8149H22.1584C22.1584 18.8149 21.9044 18.8149 21.7775 18.6963C21.5235 18.4593 21.5235 18.1037 21.5235 17.7482C21.5235 16.8 22.0314 16.563 22.4124 16.4445H26.8648C27.1409 16.4445 27.3648 16.2206 27.3648 15.9445V14.5741C27.3648 14.298 27.1409 14.0741 26.8648 14.0741H24.8251V11.7037H36.2536V28.2963H36.1267ZM13.7775 28.2963L4.88856 20L13.7775 11.7037H22.1584V14.0741C20.8886 14.1926 18.8568 15.2593 18.8568 17.7482C18.8568 19.0519 19.3648 19.8815 19.8727 20.3556C20.7616 21.1852 22.0314 21.1852 22.1584 21.1852H24.6981C25.206 21.1852 25.206 21.8963 25.206 22.2519C25.206 23.2 24.6981 23.4371 24.3171 23.5556H20.1187C19.8426 23.5556 19.6187 23.7795 19.6187 24.0556V25.426C19.6187 25.7021 19.8426 25.926 20.1187 25.926H22.1584V28.2963H13.7775ZM12.9587 9.33337C12.832 9.33337 12.7101 9.38143 12.6175 9.46785L1.72465 19.6345C1.51286 19.8322 1.51286 20.1679 1.72464 20.3656L12.6175 30.5322C12.7101 30.6186 12.832 30.6667 12.9587 30.6667H38.1663C38.4425 30.6667 38.6663 30.4428 38.6663 30.1667V9.83337C38.6663 9.55723 38.4425 9.33337 38.1663 9.33337H12.9587Z" fill="currentColor"/>
|
|
4
4
|
</svg>
|
|
5
|
-
`,settings:settings.ProductPriceSettings,ui:
|
|
5
|
+
`,settings:settings.ProductPriceSettings,ui:[],uiV2:uiV2.SettingUIV2,editorConfigs:{placeholder:{flowTag:["Product"]}},presets:presets.ProductPricePreset};exports.default=config;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product-properties/configs/presets.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product-properties/configs/presets.js"),uiV2=require("./product-properties/configs/ui-v2.js"),settingsV2=require("./product-properties/configs/settings-v2.js");const config={tag:"ProductProperties",label:"Product Custom Field",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="M14.9075 7.10422C14.6295 6.47277 13.981 6.06462 13.268 6.12193C12.8111 6.15866 12.0129 6.23149 11.1972 6.34772C10.4162 6.459 9.4973 6.62566 8.86739 6.88284C8.4425 7.05632 7.96973 7.41721 7.56476 7.7561C7.12514 8.12398 6.63889 8.57624 6.16347 9.03928C5.21082 9.96712 4.25521 10.9838 3.72156 11.5611C3.02665 12.3128 3.18213 13.4862 4.00429 14.0501L7.14594 16.205V26.2444C7.14594 27.1568 7.8833 27.9057 8.80445 27.9057H23.246C24.1672 27.9057 24.9045 27.1568 24.9045 26.2444V16.205L28.0603 14.0405C28.8678 13.4866 29.0361 12.3395 28.3699 11.5829C27.861 11.005 26.9438 9.98417 26.0115 9.05136C25.5463 8.58586 25.0644 8.12923 24.6192 7.75674C24.2068 7.41161 23.7187 7.04517 23.2589 6.87191C22.0504 6.41643 20.0388 6.19802 19.2897 6.12638C18.6177 6.06213 17.9943 6.4147 17.6856 6.98594L16.1261 9.87237L14.9075 7.10422ZM11.5075 8.52572C12.0668 8.44603 12.6236 8.38769 13.0516 8.3486L14.5589 11.7725C15.1148 13.0353 16.8782 13.1086 17.535 11.8929L19.4471 8.35398C20.3297 8.45016 21.7155 8.64129 22.4831 8.93056C22.5609 8.9599 22.7999 9.10299 23.2073 9.44391C23.582 9.75746 24.0125 10.1634 24.4555 10.6066C25.1311 11.2825 25.8054 12.0148 26.3079 12.5747L23.426 14.5514C22.9732 14.862 22.7045 15.3755 22.7045 15.9221V25.7057H9.34594V15.9221C9.34594 15.3755 9.07722 14.862 8.62448 14.5514L5.76791 12.592C6.29559 12.03 7.00098 11.2946 7.69845 10.6153C8.1553 10.1703 8.59719 9.76082 8.97664 9.44329C9.16639 9.2845 9.33077 9.15694 9.46645 9.06238C9.53381 9.01545 9.58879 8.98036 9.63189 8.95523C9.65312 8.94286 9.66967 8.93395 9.68177 8.92783C9.69405 8.92163 9.69897 8.91962 9.69897 8.91962C10.0488 8.7768 10.7201 8.63792 11.5075 8.52572Z" fill="currentColor"/>
|
|
4
4
|
<path d="M30.2528 21.8121C29.8846 21.8121 29.5862 21.5136 29.5862 21.1454V20.0645C29.5862 19.6963 29.8846 19.3978 30.2528 19.3978H36.3481C36.7163 19.3978 37.0147 19.6963 37.0147 20.0645V21.1454C37.0147 21.5136 36.7163 21.8121 36.3481 21.8121H30.2528Z" fill="currentColor"/>
|
|
5
5
|
<path d="M30.2528 27.8478C29.8846 27.8478 29.5862 27.5493 29.5862 27.1811V26.1002C29.5862 25.732 29.8846 25.4335 30.2528 25.4335H36.3481C36.7163 25.4335 37.0147 25.732 37.0147 26.1002V27.1811C37.0147 27.5493 36.7163 27.8478 36.3481 27.8478H30.2528Z" fill="currentColor"/>
|
|
6
6
|
<path d="M7.96712 33.8834C7.59893 33.8834 7.30046 33.5849 7.30046 33.2168V32.1358C7.30046 31.7676 7.59893 31.4692 7.96712 31.4692H36.3481C36.7163 31.4692 37.0147 31.7676 37.0147 32.1358V33.2168C37.0147 33.5849 36.7163 33.8834 36.3481 33.8834H7.96712Z" fill="currentColor"/>
|
|
7
7
|
</svg>
|
|
8
|
-
`,settings:settingsV2.ProductPropertiesSettingsV2,ui:
|
|
8
|
+
`,settings:settingsV2.ProductPropertiesSettingsV2,ui:[],uiV2:uiV2.SettingUIV2,editorConfigs:{slots:{children:!1},placeholder:{flowTag:["Product"]}},presets:presets.ProductPropertiesPreset};exports.default=config;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product-quantity/configs/presets.js"),settings=require("./product-quantity/configs/settings.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var presets=require("./product-quantity/configs/presets.js"),settings=require("./product-quantity/configs/settings.js"),uiV2=require("./product-quantity/configs/ui-v2.js");const config={tag:"ProductQuantity",label:"Product Quantity",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="M20.2125 10C20.0765 10 19.9464 10.0554 19.8521 10.1534L16.6398 13.494C16.4382 13.7036 16.4574 14.0404 16.6815 14.2258L17.8819 15.2187C18.0908 15.3916 18.3995 15.3664 18.5776 15.1619L19.9997 13.5294V21.2647C19.9997 21.5408 20.2235 21.7647 20.4997 21.7647H21.9886C22.2647 21.7647 22.4886 21.5408 22.4886 21.2647V10.5C22.4886 10.2239 22.2647 10 21.9886 10H20.2125ZM34.1886 12.3529C33.9124 12.3529 33.6886 12.5768 33.6886 12.8529V14.7059H31.6997C31.4235 14.7059 31.1997 14.9297 31.1997 15.2059V16.5588C31.1997 16.835 31.4235 17.0588 31.6997 17.0588H33.6886V18.9118C33.6886 19.1879 33.9124 19.4118 34.1886 19.4118H35.6775C35.9536 19.4118 36.1775 19.1879 36.1775 18.9118V17.0588H38.1663C38.4425 17.0588 38.6663 16.835 38.6663 16.5588V15.2059C38.6663 14.9297 38.4425 14.7059 38.1663 14.7059H36.1775V12.8529C36.1775 12.5768 35.9536 12.3529 35.6775 12.3529H34.1886ZM1.33301 16.5588C1.33301 16.835 1.55687 17.0588 1.83301 17.0588H8.29967C8.57582 17.0588 8.79967 16.835 8.79967 16.5588V15.2059C8.79967 14.9297 8.57582 14.7059 8.29967 14.7059H1.83301C1.55687 14.7059 1.33301 14.9297 1.33301 15.2059V16.5588ZM1.33301 29.5C1.33301 29.7761 1.55687 30 1.83301 30H38.1663C38.4425 30 38.6663 29.7761 38.6663 29.5V28.1471C38.6663 27.8709 38.4425 27.6471 38.1663 27.6471H1.83301C1.55687 27.6471 1.33301 27.8709 1.33301 28.1471V29.5Z" fill="currentColor"/>
|
|
4
4
|
</svg>
|
|
5
|
-
`,settings:settings.ProductQuantitySettings,ui:
|
|
5
|
+
`,settings:settings.ProductQuantitySettings,ui:[],uiV2:uiV2.SettingUIV2,triggerEvent:["increment","decrement"],editorConfigs:{placeholder:{flowTag:["Product"]}},presets:presets.ProductQuantityPresets};exports.default=config;
|