@gem-sdk/components 4.1.9 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/article/settings/ArticleList.js +1 -1
- package/dist/cjs/article/settings/configs/article-read-more/settings.js +1 -1
- package/dist/cjs/builder.js +1 -1
- package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -1
- package/dist/cjs/carousel/settings/configs/presets.js +4 -4
- package/dist/cjs/carousel-v3/common/helpers.js +1 -0
- package/dist/cjs/carousel-v3/components/arrow/Arrow.js +10 -0
- package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +26 -0
- package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -0
- package/dist/cjs/carousel-v3/components/arrow/common/helpers.js +1 -0
- package/dist/cjs/carousel-v3/components/arrow/common/styles.js +33 -0
- package/dist/cjs/carousel-v3/components/dot/Dots.js +2 -0
- package/dist/cjs/carousel-v3/components/dot/Dots.liquid.js +7 -0
- package/dist/cjs/carousel-v3/components/dot/common/classes.js +1 -0
- package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -0
- package/dist/cjs/carousel-v3/components/dot/common/styles.js +1 -0
- package/dist/cjs/carousel-v3/components/item/CarouselItem.js +2 -0
- package/dist/cjs/carousel-v3/components/item/CarouselItem.liquid.js +22 -0
- package/dist/cjs/carousel-v3/components/item/common/classes.js +1 -0
- package/dist/cjs/carousel-v3/components/item/common/styles.js +1 -0
- package/dist/cjs/carousel-v3/components/root/Carousel.js +2 -0
- package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +23 -0
- package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -0
- package/dist/cjs/carousel-v3/components/root/common/classes.js +1 -0
- package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -0
- package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -0
- package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -0
- package/dist/cjs/carousel-v3/components/swiper/SwiperSlide.js +1 -0
- package/dist/cjs/carousel-v3/components/swiper/common/styles.js +1 -0
- package/dist/cjs/carousel-v3/hooks/useCarouseItem.js +1 -0
- package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -0
- package/dist/cjs/carousel-v3/hooks/useDotsSetting.js +1 -0
- package/dist/cjs/carousel-v3/hooks/useTrackPreviewPause.js +1 -0
- package/dist/cjs/carousel-v3/index.js +1 -0
- package/dist/cjs/{carousel → carousel-v3}/next.js +1 -1
- package/dist/cjs/carousel-v3/plugins/animation.js +1 -0
- package/dist/cjs/carousel-v3/settings/Carousel.js +5 -0
- package/dist/cjs/carousel-v3/settings/CarouselItem.js +1 -0
- package/dist/cjs/carousel-v3/settings/configs/presets.js +114 -0
- package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +3 -0
- package/dist/cjs/carousel-v3/settings/configs/ui-v1.js +1 -0
- package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -0
- package/dist/cjs/countdown-timer/common/helpers.js +1 -1
- package/dist/cjs/coupon/settings/configs/presets.js +1 -1
- package/dist/cjs/form/settings/contact/Contact.js +1 -1
- package/dist/cjs/form/settings/newsletter/Newsletter.js +1 -1
- package/dist/cjs/grid/components/row/common/helpers.js +1 -1
- package/dist/cjs/hero-banner/common/const.js +1 -0
- package/dist/cjs/hero-banner/common/helpers.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.liquid.js +1 -1
- package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -1
- package/dist/cjs/marquee/settings/Marquee.js +1 -1
- package/dist/cjs/next.js +1 -1
- package/dist/cjs/product/components/dynamic-checkout/common/styles.js +4 -3
- package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
- package/dist/cjs/product/components/product-description/common/helpers.js +2 -2
- package/dist/cjs/product/components/product-description/common/styles.js +2 -2
- package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
- package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
- package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
- package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +26 -0
- package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +44 -0
- package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/common.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +20 -0
- package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -0
- package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -0
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
- package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
- package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +93 -0
- package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +2 -0
- package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +2 -0
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -0
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -0
- package/dist/cjs/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -0
- package/dist/cjs/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -0
- package/dist/cjs/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -0
- package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -0
- package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -0
- package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -0
- package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +205 -0
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +15 -0
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.js +1 -0
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +22 -0
- package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +19 -0
- package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.js +1 -0
- package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +34 -0
- package/dist/cjs/product/components/product-list-v3/common/attrs.js +1 -0
- package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -0
- package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -0
- package/dist/cjs/product/components/product-list-v3/common/styles.js +1 -0
- package/dist/cjs/product/index.js +1 -1
- package/dist/cjs/product/next.js +1 -1
- package/dist/cjs/product/settings/Product.js +1 -1
- package/dist/cjs/product/settings/ProductBadge.js +1 -1
- package/dist/cjs/product/settings/ProductList.js +1 -1
- package/dist/cjs/product/settings/ProductListV3.js +8 -0
- package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +2 -2
- package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +2 -2
- package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +2 -2
- package/dist/cjs/product/settings/product-image-v2/ProductImages.js +2 -2
- package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/ProductImages.js +21 -0
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -0
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -0
- package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
- package/dist/cjs/product/settings/product-list-v3/configs/presets.js +37 -0
- package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -0
- package/dist/cjs/product/settings/product-list-v3/configs/ui-v1.js +1 -0
- package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -0
- package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -1
- package/dist/cjs/setting.js +1 -1
- package/dist/cjs/sticky/settings/configs/presets.js +3 -3
- package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.js +2 -0
- package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -0
- package/dist/cjs/third-party/components/KachingSubscriptionsApp.js +2 -0
- package/dist/cjs/third-party/components/KachingSubscriptionsApp.liquid.js +8 -0
- package/dist/cjs/third-party/components/Trustoo.liquid.js +5 -5
- package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.liquid.js +89 -1
- package/dist/cjs/third-party/configs/BloyRewardsProgramLoyalty.js +1 -0
- package/dist/cjs/third-party/configs/KachingSubscriptionsApp.js +1 -0
- package/dist/cjs/third-party/index.js +1 -1
- package/dist/cjs/third-party/next.js +1 -1
- package/dist/cjs/third-party/setting/KachingSubscriptionsApp/index.js +4 -0
- package/dist/cjs/third-party/setting/KachingSubscriptionsApp/uiV1.js +1 -0
- package/dist/cjs/third-party/setting/KachingSubscriptionsApp/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +4 -0
- package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +1 -1
- package/dist/cjs/third-party/settings/FeraReviews/index.js +1 -1
- package/dist/cjs/third-party/settings/JudgemeReviews/index.js +1 -1
- package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +1 -1
- package/dist/cjs/third-party/settings/LaiProductReviews/index.js +1 -1
- package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +1 -1
- package/dist/cjs/third-party/settings/Opinew/index.js +1 -1
- package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +1 -1
- package/dist/cjs/third-party/settings/Trustoo/index.js +1 -1
- package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
- package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +1 -1
- package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +1 -1
- package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
- package/dist/cjs/video/common/helpers.js +1 -1
- package/dist/cjs/video/components/HTML5Embed.js +1 -1
- package/dist/cjs/video/components/HTML5Embed.liquid.js +6 -8
- package/dist/esm/article/settings/ArticleList.js +1 -1
- package/dist/esm/article/settings/configs/article-read-more/settings.js +1 -1
- package/dist/esm/builder.js +1 -1
- package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
- package/dist/esm/carousel/settings/configs/presets.js +4 -4
- package/dist/esm/carousel-v3/common/helpers.js +1 -0
- package/dist/esm/carousel-v3/components/arrow/Arrow.js +10 -0
- package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +26 -0
- package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -0
- package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -0
- package/dist/esm/carousel-v3/components/arrow/common/styles.js +33 -0
- package/dist/esm/carousel-v3/components/dot/Dots.js +2 -0
- package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +7 -0
- package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -0
- package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -0
- package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -0
- package/dist/esm/carousel-v3/components/item/CarouselItem.js +2 -0
- package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +22 -0
- package/dist/esm/carousel-v3/components/item/common/classes.js +1 -0
- package/dist/esm/carousel-v3/components/item/common/styles.js +1 -0
- package/dist/esm/carousel-v3/components/root/Carousel.js +2 -0
- package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +23 -0
- package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -0
- package/dist/esm/carousel-v3/components/root/common/classes.js +1 -0
- package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -0
- package/dist/esm/carousel-v3/components/root/common/styles.js +1 -0
- package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -0
- package/dist/esm/carousel-v3/components/swiper/SwiperSlide.js +1 -0
- package/dist/esm/carousel-v3/components/swiper/common/styles.js +1 -0
- package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -0
- package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -0
- package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -0
- package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -0
- package/dist/esm/carousel-v3/index.js +1 -0
- package/dist/esm/{carousel → carousel-v3}/next.js +1 -1
- package/dist/esm/carousel-v3/plugins/animation.js +1 -0
- package/dist/esm/carousel-v3/settings/Carousel.js +5 -0
- package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -0
- package/dist/esm/carousel-v3/settings/configs/presets.js +114 -0
- package/dist/esm/carousel-v3/settings/configs/settings-v2.js +3 -0
- package/dist/esm/carousel-v3/settings/configs/ui-v1.js +1 -0
- package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -0
- package/dist/esm/countdown-timer/common/helpers.js +1 -1
- package/dist/esm/coupon/settings/configs/presets.js +1 -1
- package/dist/esm/form/settings/contact/Contact.js +1 -1
- package/dist/esm/form/settings/newsletter/Newsletter.js +1 -1
- package/dist/esm/grid/components/row/common/helpers.js +1 -1
- package/dist/esm/hero-banner/common/const.js +1 -0
- package/dist/esm/hero-banner/common/helpers.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.liquid.js +1 -1
- package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
- package/dist/esm/marquee/settings/Marquee.js +1 -1
- package/dist/esm/next.js +1 -1
- package/dist/esm/product/components/dynamic-checkout/common/styles.js +2 -1
- package/dist/esm/product/components/product-badge/utils/common.js +1 -1
- package/dist/esm/product/components/product-description/common/helpers.js +2 -2
- package/dist/esm/product/components/product-description/common/styles.js +2 -2
- package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
- package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
- package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
- package/dist/esm/product/components/product-images-v3/ProductImageV3.js +26 -0
- package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +44 -0
- package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/classes.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/common.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +20 -0
- package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -0
- package/dist/esm/product/components/product-images-v3/common/styles.js +1 -0
- package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -0
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -0
- package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
- package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
- package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +93 -0
- package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +2 -0
- package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +2 -0
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -0
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -0
- package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -0
- package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -0
- package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -0
- package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -0
- package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -0
- package/dist/esm/product/components/product-list-v3/ProductList.js +1 -0
- package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +205 -0
- package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +15 -0
- package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -0
- package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +22 -0
- package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +19 -0
- package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -0
- package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +34 -0
- package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -0
- package/dist/esm/product/components/product-list-v3/common/classes.js +1 -0
- package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -0
- package/dist/esm/product/components/product-list-v3/common/styles.js +1 -0
- package/dist/esm/product/index.js +1 -1
- package/dist/esm/product/next.js +1 -1
- package/dist/esm/product/settings/Product.js +1 -1
- package/dist/esm/product/settings/ProductBadge.js +1 -1
- package/dist/esm/product/settings/ProductList.js +1 -1
- package/dist/esm/product/settings/ProductListV3.js +8 -0
- package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +2 -2
- package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +2 -2
- package/dist/esm/product/settings/product/configs/product-presets/product-default.js +2 -2
- package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
- package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -0
- package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -0
- package/dist/esm/product/settings/product-image-v3/ProductImages.js +21 -0
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -0
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -0
- package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -0
- package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -0
- package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -0
- package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -0
- package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
- package/dist/esm/product/settings/product-list-v3/configs/presets.js +37 -0
- package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -0
- package/dist/esm/product/settings/product-list-v3/configs/ui-v1.js +1 -0
- package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -0
- package/dist/esm/product/settings/product-variant/configs/settings.js +1 -1
- package/dist/esm/setting.js +1 -1
- package/dist/esm/sticky/settings/configs/presets.js +3 -3
- package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.js +2 -0
- package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -0
- package/dist/esm/third-party/components/KachingSubscriptionsApp.js +2 -0
- package/dist/esm/third-party/components/KachingSubscriptionsApp.liquid.js +8 -0
- package/dist/esm/third-party/components/Trustoo.liquid.js +7 -7
- package/dist/esm/third-party/components/UppromoteAffiliateMarketing.liquid.js +89 -1
- package/dist/esm/third-party/configs/BloyRewardsProgramLoyalty.js +1 -0
- package/dist/esm/third-party/configs/KachingSubscriptionsApp.js +1 -0
- package/dist/esm/third-party/index.js +1 -1
- package/dist/esm/third-party/next.js +1 -1
- package/dist/esm/third-party/setting/KachingSubscriptionsApp/index.js +4 -0
- package/dist/esm/third-party/setting/KachingSubscriptionsApp/uiV1.js +1 -0
- package/dist/esm/third-party/setting/KachingSubscriptionsApp/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +4 -0
- package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -0
- package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +1 -1
- package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
- package/dist/esm/third-party/settings/JudgemeReviews/index.js +1 -1
- package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +1 -1
- package/dist/esm/third-party/settings/LaiProductReviews/index.js +1 -1
- package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
- package/dist/esm/third-party/settings/Opinew/index.js +2 -2
- package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +1 -1
- package/dist/esm/third-party/settings/Trustoo/index.js +1 -1
- package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
- package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +1 -1
- package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +1 -1
- package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
- package/dist/esm/video/common/helpers.js +1 -1
- package/dist/esm/video/components/HTML5Embed.js +1 -1
- package/dist/esm/video/components/HTML5Embed.liquid.js +10 -12
- package/dist/types/index.d.ts +524 -56
- package/package.json +5 -4
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import{template as
|
|
1
|
+
import{template as t,makeStyleResponsive as s}from"@gem-sdk/core";import{getSettingPreloadData as e}from"../../helpers.js";import{getLiquidForAppBlock as i}from"../common/helpers.js";let Trustoo=({setting:d,advanced:a})=>{let{widgetType:r,align:o,version:c,appBlockId:l}=d??{},p=d?.productSetting?.productId?.replace("gid://shopify/Product/","")??"{{product.id}}",n=d?.productSetting?.productTitle??"{{product.title}}",u=d?.productSetting?.productImage??"{{product.images[0]}}",g={"review-widget":`
|
|
2
2
|
{% if request.page_type == "product" %}
|
|
3
3
|
<div style="display:block" id="seal-review-widget"></div>
|
|
4
4
|
{% else %}
|
|
5
|
-
<div style="display:block" class="custom-vstar-review-widget" data-product-id="{
|
|
5
|
+
<div style="display:block" class="custom-vstar-review-widget" data-product-id="${p}" data-product-title="${n}" data-product-image="${u}"></div>
|
|
6
6
|
{% endif %}
|
|
7
|
-
`,"star-rating-widget":'<div class="custom-vstar-rating-widget" data-product-id="{{product.id}}"></div>',"text-carousel":'<div id="trustoo-text-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>',"barrage-carousel":'<div id="trustoo-barrage-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>',"card-carousel":'<div id="trustoo-card-carousel-widget" style="display:block;max-width:1200px;margin:0 auto"></div>',"photo-carousel":'<div id="trustoo-photo-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>'},
|
|
7
|
+
`,"star-rating-widget":'<div class="custom-vstar-rating-widget" data-product-id="{{product.id}}"></div>',"text-carousel":'<div id="trustoo-text-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>',"barrage-carousel":'<div id="trustoo-barrage-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>',"card-carousel":'<div id="trustoo-card-carousel-widget" style="display:block;max-width:1200px;margin:0 auto"></div>',"photo-carousel":'<div id="trustoo-photo-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>'},v=()=>"v2"===c?i(l,o,a?.cssClass):t`
|
|
8
8
|
<div>
|
|
9
9
|
{% if '${r}' == 'starRatingInList' %}
|
|
10
10
|
{% if request.page_type != 'product' %}
|
|
@@ -27,12 +27,12 @@ import{template as s,makeStyleResponsive as t}from"@gem-sdk/core";import{getSett
|
|
|
27
27
|
{% endcase %}
|
|
28
28
|
{% endif %}
|
|
29
29
|
</div>
|
|
30
|
-
`;return
|
|
30
|
+
`;return c?v():t`
|
|
31
31
|
<div
|
|
32
|
-
class="${
|
|
33
|
-
style="${{...
|
|
32
|
+
class="${a?.cssClass}"
|
|
33
|
+
style="${{...s("ta",o)}}"
|
|
34
34
|
>
|
|
35
|
-
${r&&
|
|
35
|
+
${r&&g?.[r]}
|
|
36
36
|
<script ${e('class="gps-link" delay',"src")}="https://cdn.vstar.app/static/dist/js/swiper-reviews.min.js" defer="defer"></script>
|
|
37
37
|
<link ${e('class="gps-link" delay',"href")}="https://cdn.vstar.app/static/css/swiper-reviews.min.css" rel="stylesheet" type="text/css" media="all">
|
|
38
38
|
</div>
|
|
@@ -1 +1,89 @@
|
|
|
1
|
-
import{getLiquidForAppBlock as e}from"../common/helpers.js";let UppromoteAffiliateMarketing=({setting:
|
|
1
|
+
import{template as t,makeStyleResponsive as r}from"@gem-sdk/core";import{getLiquidForAppBlock as e}from"../common/helpers.js";let UppromoteAffiliateMarketing=({setting:o,advanced:i})=>{let{align:a,appBlockId:s}=o??{};return o?.widgetType==="registration-form"?t`
|
|
2
|
+
<div
|
|
3
|
+
class="[&_*]:gp-max-w-none ${i?.cssClass}"
|
|
4
|
+
style="${{...r("ta",a)}}"
|
|
5
|
+
>
|
|
6
|
+
<link rel="preload" href="https://d2y7ju1jo0r0dd.cloudfront.net/img/bg.png" as="image" />
|
|
7
|
+
<style>
|
|
8
|
+
body {
|
|
9
|
+
--section-corners: {{ block.settings.section_width }}%;
|
|
10
|
+
--border-radius: {{ block.settings.border_radius }}px;
|
|
11
|
+
--top-margin: {{ block.settings.top_margin }}px;
|
|
12
|
+
--bottom-margin: {{ block.settings.bottom_margin }}px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
[data-block-handle="registration-form"] {
|
|
16
|
+
width: 100%;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.wrapper-registration {
|
|
20
|
+
width: var(--section-corners);
|
|
21
|
+
height: 960px;
|
|
22
|
+
margin: 0 auto;
|
|
23
|
+
overflow: hidden;
|
|
24
|
+
display: block !important;
|
|
25
|
+
border-radius: var(--border-radius);
|
|
26
|
+
margin-top: var(--top-margin);
|
|
27
|
+
margin-bottom: var(--bottom-margin);
|
|
28
|
+
visibility: hidden;
|
|
29
|
+
position: relative;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
#registration_form {
|
|
33
|
+
position: relative;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.loader-registration,
|
|
37
|
+
.loader-registration:after {
|
|
38
|
+
border-radius: 50%;
|
|
39
|
+
width: 10em;
|
|
40
|
+
height: 10em;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.loader-registration {
|
|
44
|
+
display: block !important;
|
|
45
|
+
position: absolute;
|
|
46
|
+
left: 50%;
|
|
47
|
+
transform: translateX(-50%);
|
|
48
|
+
margin: 60px auto;
|
|
49
|
+
font-size: 5px;
|
|
50
|
+
text-indent: -9999em;
|
|
51
|
+
border-top: 1.1em solid rgba(255, 255, 255, 0.2);
|
|
52
|
+
border-right: 1.1em solid rgba(255, 255, 255, 0.2);
|
|
53
|
+
border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
|
|
54
|
+
border-left: 1.1em solid #000000;
|
|
55
|
+
-webkit-transform: translateZ(0);
|
|
56
|
+
-ms-transform: translateZ(0);
|
|
57
|
+
transform: translateZ(0);
|
|
58
|
+
-webkit-animation: load8 0.8s infinite linear;
|
|
59
|
+
animation: load8 0.8s infinite linear;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@-webkit-keyframes load8 {
|
|
63
|
+
0% {
|
|
64
|
+
-webkit-transform: rotate(0deg);
|
|
65
|
+
transform: rotate(0deg);
|
|
66
|
+
}
|
|
67
|
+
100% {
|
|
68
|
+
-webkit-transform: rotate(360deg);
|
|
69
|
+
transform: rotate(360deg);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@keyframes load8 {
|
|
74
|
+
0% {
|
|
75
|
+
-webkit-transform: rotate(0deg);
|
|
76
|
+
transform: rotate(0deg);
|
|
77
|
+
}
|
|
78
|
+
100% {
|
|
79
|
+
-webkit-transform: rotate(360deg);
|
|
80
|
+
transform: rotate(360deg);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
</style>
|
|
84
|
+
<div class="loader-registration"></div>
|
|
85
|
+
<div class="wrapper-registration" data-shopDomain="{{shop.permanent_domain}}">
|
|
86
|
+
</div>
|
|
87
|
+
<script defer src="https://extensions.uppromote.com/dev/assets/registration-form.js"></script>
|
|
88
|
+
</div>
|
|
89
|
+
`:e(s,a,i?.cssClass)};export{UppromoteAffiliateMarketing as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var AppConfig={id:"bloy-rewards-program-loyalty",label:"BLOY Rewards Program & Loyalty",logoUrl:"https://cdn.shopify.com/app-store/listing_images/eb1dd8939bb7b954d714a5344a78df08/icon/CITe8tmBxYoDEAE=.png?width=22&height=22",tag:"BloyRewardsProgramLoyalty"};export{AppConfig as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var AppConfig={id:"kaching-subscriptions-app",label:"Kaching Subscriptions App",logoUrl:"https://cdn.shopify.com/app-store/listing_images/3106aa86015e60ee5723b1aa7317ebb3/icon/CP2dtM_hto0DEAE=.png?width=22&height=22",tag:"KachingSubscriptionsApp"};export{AppConfig as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"react/jsx-runtime";import"@gem-sdk/core";import"@gem-sdk/system";import"react";import"next/link";export{default as JudgemeReviews}from"./components/JudgemeReviews.js";export{default as LooxReviews}from"./components/LooxReviews.js";export{default as Klaviyo}from"./components/Klaviyo.js";export{default as YotpoLoyalty}from"./components/YotpoLoyalty.js";export{default as SmartSearchBarAndFilters}from"./components/SmartSearchBarAndFilters.js";export{default as Instafeed}from"./components/Instafeed.js";export{default as ProductReviews}from"./components/ProductReviews.js";export{default as Ryviu}from"./components/Ryviu.js";export{default as Rivyo}from"./components/Rivyo.js";export{default as Vitals}from"./components/Vitals.js";export{default as Omnisend}from"./components/Omnisend.js";export{default as Trustoo}from"./components/Trustoo.js";export{default as SealSubscriptions}from"./components/SealSubscriptions.js";export{default as AppstleSubscriptions}from"./components/AppstleSubscriptions.js";export{default as FeraReviews}from"./components/FeraReviews.js";export{default as ParcelPanel}from"./components/ParcelPanel.js";export{default as TrustMe}from"./components/TrustMe.js";export{default as FrequentlyBoughtTogether}from"./components/FrequentlyBoughtTogether.js";export{default as BoldSubscriptions}from"./components/BoldSubscriptions.js";export{default as BoldProductOptions}from"./components/BoldProductOptions.js";export{default as WideBundle}from"./components/WideBundle.js";export{default as PickyStory}from"./components/PickyStory.js";export{default as InfiniteOptions}from"./components/InfiniteOptions.js";export{default as Wiser}from"./components/Wiser.js";export{default as Stamped}from"./components/Stamped.js";export{default as Bundler}from"./components/Bundler.js";export{default as LaiProductReviews}from"./components/LaiProductReviews.js";export{default as Growave}from"./components/Growave.js";export{default as KachingBundles}from"./components/KachingBundles.js";export{default as Opinew}from"./components/Opinew.js";export{default as UltimateSalesBoost}from"./components/UltimateSalesBoost.js";export{default as CrossSellCartUpsell}from"./components/CrossSellCartUpsell.js";export{default as BoostAISearchDiscovery}from"./components/BoostAISearchDiscovery.js";export{default as YotpoReviews}from"./components/YotpoReviews.js";export{default as FirePush}from"./components/FirePush.js";export{default as AliReviews}from"./components/AliReviews.js";export{default as Bogos}from"./components/Bogos.js";export{default as Releasit}from"./components/Releasit.js";export{default as KingProductOptions}from"./components/KingProductOptions.js";export{default as BirdChime}from"./components/BirdChime.js";import e from"./settings/JudgemeReviews/index.js";import s from"./settings/LooxReviews/index.js";import t from"./settings/Klaviyo/index.js";import o from"./settings/YotpoLoyalty/index.js";import i from"./settings/SmartSearchBarAndFilters/index.js";import r from"./settings/Instafeed/index.js";import n from"./settings/ProductReviews/index.js";import m from"./settings/Ryviu/index.js";import p from"./settings/Rivyo/index.js";import d from"./settings/Vitals/index.js";import a from"./settings/Omnisend/index.js";import l from"./settings/Trustoo/index.js";import u from"./settings/SealSubscriptions/index.js";import f from"./settings/AppstleSubscriptions/index.js";import c from"./settings/FeraReviews/index.js";import g from"./settings/Growave/index.js";import x from"./settings/PushOwl/index.js";import j from"./settings/AliReviews/index.js";import B from"./settings/Opinew/index.js";import S from"./settings/UltimateSalesBoost/index.js";import y from"./settings/FirePush/index.js";import P from"./settings/ParcelPanel/index.js";import v from"./settings/TrustMe/index.js";import w from"./settings/FrequentlyBoughtTogether/index.js";import R from"./settings/BoldSubscriptions/index.js";import h from"./settings/BoldProductOptions/index.js";import b from"./settings/WideBundle/index.js";import A from"./settings/PickyStory/index.js";import O from"./settings/InfiniteOptions/index.js";import k from"./settings/Wiser/index.js";import D from"./settings/Stamped.js";import F from"./settings/Bundler/index.js";import C from"./settings/LaiProductReviews/index.js";import T from"./settings/CrossSellCartUpsell/index.js";import I from"./settings/BoostAISearchDiscovery/index.js";import L from"./settings/YotpoReviews/index.js";import U from"./settings/KachingBundles/index.js";import K from"./settings/CleanSizeCharts/index.js";import V from"./settings/Bogos/index.js";import E from"./settings/QikifyUpsell/index.js";import G from"./settings/Releasit/index.js";import M from"./settings/KingProductOptions/index.js";import W from"./settings/EasySellCOD/index.js";import Y from"./settings/RequestQuoteHidePrice/index.js";import z from"./settings/BirdChime/index.js";import H from"./settings/FordeerProductLabels/index.js";import q from"./settings/RechargeSubscriptions/index.js";import Q from"./settings/KlarnaMessaging/index.js";import J from"./settings/EasifyProductOptions/index.js";import N from"./settings/CustomProductOptionsVariant/index.js";import X from"./settings/ShopifySubscriptions/index.js";import Z from"./settings/BonLoyaltyRewardsReferrals/index.js";import $ from"./settings/RecurpaySubscriptionApp/index.js";import _ from"./settings/SubifySubscriptionsApp/index.js";import ee from"./settings/Selleasy/index.js";import es from"./settings/LoopSubscriptions/index.js";import et from"./settings/SkioSubscriptionsYcS20/index.js";import eo from"./settings/ShopifyForms/index.js";import ei from"./settings/NotifyBackInStockPreOrder/index.js";import er from"./settings/ReviewxpoProductReviewsApp/index.js";import en from"./settings/PumperBundlesVolumeDiscount/index.js";import em from"./settings/UnlimitedBundlesDiscounts/index.js";import ep from"./settings/KiteFreeGiftDiscount/index.js";import ed from"./settings/FastBundleBundlesDiscounts/index.js";import ea from"./settings/SimpleBundlesKits/index.js";import el from"./settings/EasyBundleBuilderSkailama/index.js";import eu from"./settings/KoalaBundleQuantityDiscount/index.js";import ef from"./settings/PreorderNowPreOrderPq/index.js";import ec from"./settings/FlyBundlesUpsellsFbt/index.js";import eg from"./settings/JunipProductReviewsUgc/index.js";import ex from"./settings/MaxbundleProductBundles/index.js";import ej from"./settings/PreorderNowWodPresale/index.js";import eB from"./settings/TagshopShoppableVideosUgc/index.js";import eS from"./settings/WhatmoreShoppableVideosreel/index.js";import ey from"./settings/TagembedSocialPostReview/index.js";import eP from"./settings/ProductOptionsCustomizer/index.js";import ev from"./settings/AirProductReviewsAppUgc/index.js";import ew from"./settings/MbcBundleVolumeDiscount/index.js";import eR from"./settings/GoogleReviewsByReputon/index.js";import eh from"./settings/RapiBundleQuantityBreaks/index.js";import eb from"./settings/AppointmentBookingCowlendar/index.js";import eA from"./settings/SproutPlantTreesGrowSales/index.js";import eO from"./settings/InstasellShoppableInstagram/index.js";import ek from"./settings/WishlistPlus/index.js";import eD from"./settings/LoloyalLoyaltyReferrals/index.js";import eF from"./settings/HulkFormBuilder/index.js";import eC from"./settings/PowerfulContactFormBuilder/index.js";import eT from"./settings/WishlistKing/index.js";import eI from"./settings/TeeinblueProductPersonalizer/index.js";import eL from"./settings/GloboProductOptionsVariant/index.js";import eU from"./settings/ProductOptionsVariantOption/index.js";import eK from"./settings/BestBuyFulfillment/index.js";import eV from"./settings/AftershipEmailMarketingsms/index.js";import eE from"./settings/SegunoEmailMarketing/index.js";import eG from"./settings/SeoantTrustBadgesIcon/index.js";import eM from"./settings/DiscountyBulkDiscountSales/index.js";import eW from"./settings/TrustreviewsProductReviews/index.js";import eY from"./settings/MyappgurusProductReviews/index.js";import ez from"./settings/HulkProductOptions/index.js";import eH from"./settings/TrustshopProductReviews/index.js";import eq from"./settings/StellarDeliveryDatePickup/index.js";import eQ from"./settings/EssentialCountdownTimerBar/index.js";import eJ from"./settings/EssentialAnnouncementBar/index.js";import eN from"./settings/OkendoReviewsLoyalty/index.js";import eX from"./settings/EstimatedDeliveryDatePlus/index.js";import eZ from"./settings/HextomCountdownTimerBar/index.js";import e$ from"./settings/TrustBadgesBear/index.js";import e_ from"./settings/TrustedsiteTrustBadges/index.js";import e0 from"./settings/GloColorSwatchvariantImage/index.js";import e2 from"./settings/BfSizeChartSizeGuide/index.js";import e1 from"./settings/AlsoBoughtCbb/index.js";import e3 from"./settings/HextomFreeShippingBar/index.js";import e4 from"./settings/EcoboostifyShoppableReelUgc/index.js";import e5 from"./settings/EcomsendBackInStockAlert/index.js";import e6 from"./settings/AppstleBundlesDiscounts/index.js";import e7 from"./settings/AovFreeGiftBuyXGetYBogo/index.js";import e8 from"./settings/AovBundlesVolumeDiscounts/index.js";import e9 from"./settings/UppromoteAffiliateMarketing/setting.js";import se from"./settings/DealeasyVolumeDiscounts/index.js";let thirdPartySetting={EstimatedDeliveryDatePlus:eX,OkendoReviewsLoyalty:eN,EssentialAnnouncementBar:eJ,EssentialCountdownTimerBar:eQ,StellarDeliveryDatePickup:eq,TrustshopProductReviews:eH,HulkProductOptions:ez,MyappgurusProductReviews:eY,TrustreviewsProductReviews:eW,DiscountyBulkDiscountSales:eM,SeoantTrustBadgesIcon:eG,SegunoEmailMarketing:eE,AftershipEmailMarketingsms:eV,BestBuyFulfillment:eK,ProductOptionsVariantOption:eU,GloboProductOptionsVariant:eL,TeeinblueProductPersonalizer:eI,WishlistKing:eT,HulkFormBuilder:eF,LoloyalLoyaltyReferrals:eD,PowerfulContactFormBuilder:eC,WishlistPlus:ek,InstasellShoppableInstagram:eO,SproutPlantTreesGrowSales:eA,RapiBundleQuantityBreaks:eh,AppointmentBookingCowlendar:eb,GoogleReviewsByReputon:eR,MbcBundleVolumeDiscount:ew,ProductOptionsCustomizer:eP,AirProductReviewsAppUgc:ev,TagembedSocialPostReview:ey,WhatmoreShoppableVideosreel:eS,TagshopShoppableVideosUgc:eB,JunipProductReviewsUgc:eg,FlyBundlesUpsellsFbt:ec,PreorderNowWodPresale:ej,PreorderNowPreOrderPq:ef,MaxbundleProductBundles:ex,KoalaBundleQuantityDiscount:eu,EasyBundleBuilderSkailama:el,FastBundleBundlesDiscounts:ed,KiteFreeGiftDiscount:ep,UnlimitedBundlesDiscounts:em,SimpleBundlesKits:ea,ReviewxpoProductReviewsApp:er,PumperBundlesVolumeDiscount:en,NotifyBackInStockPreOrder:ei,ShopifyForms:eo,SkioSubscriptionsYcS20:et,LoopSubscriptions:es,RecurpaySubscriptionApp:$,SubifySubscriptionsApp:_,BonLoyaltyRewardsReferrals:Z,ShopifySubscriptions:X,EasifyProductOptions:J,CustomProductOptionsVariant:N,EasySellCOD:W,QikifyUpsell:E,CleanSizeCharts:K,JudgemeReviews:e,LooxReviews:s,Klaviyo:t,YotpoLoyalty:o,SmartSearchBarAndFilters:i,Instafeed:r,ProductReviews:n,Ryviu:m,Rivyo:p,Vitals:d,Omnisend:a,Trustoo:l,SealSubscriptions:u,AppstleSubscriptions:f,FeraReviews:c,Growave:g,KachingBundles:U,PushOwl:x,Opinew:B,UltimateSalesBoost:S,FirePush:y,ParcelPanel:P,TrustMe:v,FrequentlyBoughtTogether:w,BoldSubscriptions:R,BoldProductOptions:h,WideBundle:b,PickyStory:A,InfiniteOptions:O,Wiser:k,Stamped:D,Bundler:F,LaiProductReviews:C,CrossSellCartUpsell:T,BoostAISearchDiscovery:I,YotpoReviews:L,AliReviews:j,Bogos:V,Releasit:G,KingProductOptions:M,KlarnaMessaging:Q,RequestQuoteHidePrice:Y,BirdChime:z,FordeerProductLabels:H,RechargeSubscriptions:q,Selleasy:ee,HextomCountdownTimerBar:eZ,TrustBadgesBear:e$,TrustedsiteTrustBadges:e_,GloColorSwatchvariantImage:e0,BfSizeChartSizeGuide:e2,AlsoBoughtCbb:e1,HextomFreeShippingBar:e3,EcoboostifyShoppableReelUgc:e4,EcomsendBackInStockAlert:e5,AppstleBundlesDiscounts:e6,AovFreeGiftBuyXGetYBogo:e7,AovBundlesVolumeDiscounts:e8,UppromoteAffiliateMarketing:e9,DealeasyVolumeDiscounts:se};export{thirdPartySetting};
|
|
1
|
+
import"react/jsx-runtime";import"@gem-sdk/core";import"@gem-sdk/system";import"react";import"next/link";export{default as JudgemeReviews}from"./components/JudgemeReviews.js";export{default as LooxReviews}from"./components/LooxReviews.js";export{default as Klaviyo}from"./components/Klaviyo.js";export{default as YotpoLoyalty}from"./components/YotpoLoyalty.js";export{default as SmartSearchBarAndFilters}from"./components/SmartSearchBarAndFilters.js";export{default as Instafeed}from"./components/Instafeed.js";export{default as ProductReviews}from"./components/ProductReviews.js";export{default as Ryviu}from"./components/Ryviu.js";export{default as Rivyo}from"./components/Rivyo.js";export{default as Vitals}from"./components/Vitals.js";export{default as Omnisend}from"./components/Omnisend.js";export{default as Trustoo}from"./components/Trustoo.js";export{default as SealSubscriptions}from"./components/SealSubscriptions.js";export{default as AppstleSubscriptions}from"./components/AppstleSubscriptions.js";export{default as FeraReviews}from"./components/FeraReviews.js";export{default as ParcelPanel}from"./components/ParcelPanel.js";export{default as TrustMe}from"./components/TrustMe.js";export{default as FrequentlyBoughtTogether}from"./components/FrequentlyBoughtTogether.js";export{default as BoldSubscriptions}from"./components/BoldSubscriptions.js";export{default as BoldProductOptions}from"./components/BoldProductOptions.js";export{default as WideBundle}from"./components/WideBundle.js";export{default as PickyStory}from"./components/PickyStory.js";export{default as InfiniteOptions}from"./components/InfiniteOptions.js";export{default as Wiser}from"./components/Wiser.js";export{default as Stamped}from"./components/Stamped.js";export{default as Bundler}from"./components/Bundler.js";export{default as LaiProductReviews}from"./components/LaiProductReviews.js";export{default as Growave}from"./components/Growave.js";export{default as KachingBundles}from"./components/KachingBundles.js";export{default as Opinew}from"./components/Opinew.js";export{default as UltimateSalesBoost}from"./components/UltimateSalesBoost.js";export{default as CrossSellCartUpsell}from"./components/CrossSellCartUpsell.js";export{default as BoostAISearchDiscovery}from"./components/BoostAISearchDiscovery.js";export{default as YotpoReviews}from"./components/YotpoReviews.js";export{default as FirePush}from"./components/FirePush.js";export{default as AliReviews}from"./components/AliReviews.js";export{default as Bogos}from"./components/Bogos.js";export{default as Releasit}from"./components/Releasit.js";export{default as KingProductOptions}from"./components/KingProductOptions.js";export{default as BirdChime}from"./components/BirdChime.js";import e from"./settings/JudgemeReviews/index.js";import s from"./settings/LooxReviews/index.js";import t from"./settings/Klaviyo/index.js";import o from"./settings/YotpoLoyalty/index.js";import i from"./settings/SmartSearchBarAndFilters/index.js";import r from"./settings/Instafeed/index.js";import n from"./settings/ProductReviews/index.js";import m from"./settings/Ryviu/index.js";import p from"./settings/Rivyo/index.js";import a from"./settings/Vitals/index.js";import d from"./settings/Omnisend/index.js";import l from"./settings/Trustoo/index.js";import u from"./settings/SealSubscriptions/index.js";import f from"./settings/AppstleSubscriptions/index.js";import c from"./settings/FeraReviews/index.js";import g from"./settings/Growave/index.js";import x from"./settings/PushOwl/index.js";import j from"./settings/AliReviews/index.js";import B from"./settings/Opinew/index.js";import S from"./settings/UltimateSalesBoost/index.js";import y from"./settings/FirePush/index.js";import P from"./settings/ParcelPanel/index.js";import v from"./settings/TrustMe/index.js";import w from"./settings/FrequentlyBoughtTogether/index.js";import R from"./settings/BoldSubscriptions/index.js";import h from"./settings/BoldProductOptions/index.js";import b from"./settings/WideBundle/index.js";import A from"./settings/PickyStory/index.js";import O from"./settings/InfiniteOptions/index.js";import k from"./settings/Wiser/index.js";import D from"./settings/Stamped.js";import F from"./settings/Bundler/index.js";import C from"./settings/LaiProductReviews/index.js";import T from"./settings/CrossSellCartUpsell/index.js";import L from"./settings/BoostAISearchDiscovery/index.js";import I from"./settings/YotpoReviews/index.js";import K from"./settings/KachingBundles/index.js";import U from"./settings/CleanSizeCharts/index.js";import V from"./settings/Bogos/index.js";import E from"./settings/QikifyUpsell/index.js";import G from"./settings/Releasit/index.js";import M from"./settings/KingProductOptions/index.js";import W from"./settings/EasySellCOD/index.js";import Y from"./settings/RequestQuoteHidePrice/index.js";import z from"./settings/BirdChime/index.js";import H from"./settings/FordeerProductLabels/index.js";import q from"./settings/RechargeSubscriptions/index.js";import Q from"./settings/KlarnaMessaging/index.js";import J from"./settings/EasifyProductOptions/index.js";import N from"./settings/CustomProductOptionsVariant/index.js";import X from"./settings/ShopifySubscriptions/index.js";import Z from"./settings/BonLoyaltyRewardsReferrals/index.js";import $ from"./settings/RecurpaySubscriptionApp/index.js";import _ from"./settings/SubifySubscriptionsApp/index.js";import ee from"./settings/Selleasy/index.js";import es from"./settings/LoopSubscriptions/index.js";import et from"./settings/SkioSubscriptionsYcS20/index.js";import eo from"./settings/ShopifyForms/index.js";import ei from"./settings/NotifyBackInStockPreOrder/index.js";import er from"./settings/ReviewxpoProductReviewsApp/index.js";import en from"./settings/PumperBundlesVolumeDiscount/index.js";import em from"./settings/UnlimitedBundlesDiscounts/index.js";import ep from"./settings/KiteFreeGiftDiscount/index.js";import ea from"./settings/FastBundleBundlesDiscounts/index.js";import ed from"./settings/SimpleBundlesKits/index.js";import el from"./settings/EasyBundleBuilderSkailama/index.js";import eu from"./settings/KoalaBundleQuantityDiscount/index.js";import ef from"./settings/PreorderNowPreOrderPq/index.js";import ec from"./settings/FlyBundlesUpsellsFbt/index.js";import eg from"./settings/JunipProductReviewsUgc/index.js";import ex from"./settings/MaxbundleProductBundles/index.js";import ej from"./settings/PreorderNowWodPresale/index.js";import eB from"./settings/TagshopShoppableVideosUgc/index.js";import eS from"./settings/WhatmoreShoppableVideosreel/index.js";import ey from"./settings/TagembedSocialPostReview/index.js";import eP from"./settings/ProductOptionsCustomizer/index.js";import ev from"./settings/AirProductReviewsAppUgc/index.js";import ew from"./settings/MbcBundleVolumeDiscount/index.js";import eR from"./settings/GoogleReviewsByReputon/index.js";import eh from"./settings/RapiBundleQuantityBreaks/index.js";import eb from"./settings/AppointmentBookingCowlendar/index.js";import eA from"./settings/SproutPlantTreesGrowSales/index.js";import eO from"./settings/InstasellShoppableInstagram/index.js";import ek from"./settings/WishlistPlus/index.js";import eD from"./settings/LoloyalLoyaltyReferrals/index.js";import eF from"./settings/HulkFormBuilder/index.js";import eC from"./settings/PowerfulContactFormBuilder/index.js";import eT from"./settings/WishlistKing/index.js";import eL from"./settings/TeeinblueProductPersonalizer/index.js";import eI from"./settings/GloboProductOptionsVariant/index.js";import eK from"./settings/ProductOptionsVariantOption/index.js";import eU from"./settings/BestBuyFulfillment/index.js";import eV from"./settings/AftershipEmailMarketingsms/index.js";import eE from"./settings/SegunoEmailMarketing/index.js";import eG from"./settings/SeoantTrustBadgesIcon/index.js";import eM from"./settings/DiscountyBulkDiscountSales/index.js";import eW from"./settings/TrustreviewsProductReviews/index.js";import eY from"./settings/MyappgurusProductReviews/index.js";import ez from"./settings/HulkProductOptions/index.js";import eH from"./settings/TrustshopProductReviews/index.js";import eq from"./settings/StellarDeliveryDatePickup/index.js";import eQ from"./settings/EssentialCountdownTimerBar/index.js";import eJ from"./settings/EssentialAnnouncementBar/index.js";import eN from"./settings/OkendoReviewsLoyalty/index.js";import eX from"./settings/EstimatedDeliveryDatePlus/index.js";import eZ from"./settings/HextomCountdownTimerBar/index.js";import e$ from"./settings/TrustBadgesBear/index.js";import e_ from"./settings/TrustedsiteTrustBadges/index.js";import e0 from"./settings/GloColorSwatchvariantImage/index.js";import e2 from"./settings/BfSizeChartSizeGuide/index.js";import e1 from"./settings/AlsoBoughtCbb/index.js";import e3 from"./settings/HextomFreeShippingBar/index.js";import e4 from"./settings/EcoboostifyShoppableReelUgc/index.js";import e5 from"./settings/EcomsendBackInStockAlert/index.js";import e6 from"./settings/AppstleBundlesDiscounts/index.js";import e7 from"./settings/AovFreeGiftBuyXGetYBogo/index.js";import e8 from"./settings/AovBundlesVolumeDiscounts/index.js";import e9 from"./settings/UppromoteAffiliateMarketing/setting.js";import se from"./settings/DealeasyVolumeDiscounts/index.js";import ss from"./settings/BloyRewardsProgramLoyalty/index.js";import st from"./setting/KachingSubscriptionsApp/index.js";let thirdPartySetting={EstimatedDeliveryDatePlus:eX,OkendoReviewsLoyalty:eN,EssentialAnnouncementBar:eJ,EssentialCountdownTimerBar:eQ,StellarDeliveryDatePickup:eq,TrustshopProductReviews:eH,HulkProductOptions:ez,MyappgurusProductReviews:eY,TrustreviewsProductReviews:eW,DiscountyBulkDiscountSales:eM,SeoantTrustBadgesIcon:eG,SegunoEmailMarketing:eE,AftershipEmailMarketingsms:eV,BestBuyFulfillment:eU,ProductOptionsVariantOption:eK,GloboProductOptionsVariant:eI,TeeinblueProductPersonalizer:eL,WishlistKing:eT,HulkFormBuilder:eF,LoloyalLoyaltyReferrals:eD,PowerfulContactFormBuilder:eC,WishlistPlus:ek,InstasellShoppableInstagram:eO,SproutPlantTreesGrowSales:eA,RapiBundleQuantityBreaks:eh,AppointmentBookingCowlendar:eb,GoogleReviewsByReputon:eR,MbcBundleVolumeDiscount:ew,ProductOptionsCustomizer:eP,AirProductReviewsAppUgc:ev,TagembedSocialPostReview:ey,WhatmoreShoppableVideosreel:eS,TagshopShoppableVideosUgc:eB,JunipProductReviewsUgc:eg,FlyBundlesUpsellsFbt:ec,PreorderNowWodPresale:ej,PreorderNowPreOrderPq:ef,MaxbundleProductBundles:ex,KoalaBundleQuantityDiscount:eu,EasyBundleBuilderSkailama:el,FastBundleBundlesDiscounts:ea,KiteFreeGiftDiscount:ep,UnlimitedBundlesDiscounts:em,SimpleBundlesKits:ed,ReviewxpoProductReviewsApp:er,PumperBundlesVolumeDiscount:en,NotifyBackInStockPreOrder:ei,ShopifyForms:eo,SkioSubscriptionsYcS20:et,LoopSubscriptions:es,RecurpaySubscriptionApp:$,SubifySubscriptionsApp:_,BonLoyaltyRewardsReferrals:Z,ShopifySubscriptions:X,EasifyProductOptions:J,CustomProductOptionsVariant:N,EasySellCOD:W,QikifyUpsell:E,CleanSizeCharts:U,JudgemeReviews:e,LooxReviews:s,Klaviyo:t,YotpoLoyalty:o,SmartSearchBarAndFilters:i,Instafeed:r,ProductReviews:n,Ryviu:m,Rivyo:p,Vitals:a,Omnisend:d,Trustoo:l,SealSubscriptions:u,AppstleSubscriptions:f,FeraReviews:c,Growave:g,KachingBundles:K,PushOwl:x,Opinew:B,UltimateSalesBoost:S,FirePush:y,ParcelPanel:P,TrustMe:v,FrequentlyBoughtTogether:w,BoldSubscriptions:R,BoldProductOptions:h,WideBundle:b,PickyStory:A,InfiniteOptions:O,Wiser:k,Stamped:D,Bundler:F,LaiProductReviews:C,CrossSellCartUpsell:T,BoostAISearchDiscovery:L,YotpoReviews:I,AliReviews:j,Bogos:V,Releasit:G,KingProductOptions:M,KlarnaMessaging:Q,RequestQuoteHidePrice:Y,BirdChime:z,FordeerProductLabels:H,RechargeSubscriptions:q,Selleasy:ee,HextomCountdownTimerBar:eZ,TrustBadgesBear:e$,TrustedsiteTrustBadges:e_,GloColorSwatchvariantImage:e0,BfSizeChartSizeGuide:e2,AlsoBoughtCbb:e1,HextomFreeShippingBar:e3,EcoboostifyShoppableReelUgc:e4,EcomsendBackInStockAlert:e5,AppstleBundlesDiscounts:e6,AovFreeGiftBuyXGetYBogo:e7,AovBundlesVolumeDiscounts:e8,UppromoteAffiliateMarketing:e9,DealeasyVolumeDiscounts:se,BloyRewardsProgramLoyalty:ss,KachingSubscriptionsApp:st};export{thirdPartySetting};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import o from"next/dynamic";import s from"../common/components/Loading.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";let DealeasyVolumeDiscounts=o(()=>import("./components/DealeasyVolumeDiscounts.js"),{ssr:!1,loading:s}),UppromoteAffiliateMarketing=o(()=>import("./components/UppromoteAffiliateMarketing.js"),{ssr:!1,loading:s}),AovBundlesVolumeDiscounts=o(()=>import("./components/AovBundlesVolumeDiscounts.js"),{ssr:!1,loading:s}),AovFreeGiftBuyXGetYBogo=o(()=>import("./components/AovFreeGiftBuyXGetYBogo.js"),{ssr:!1,loading:s}),EcomsendBackInStockAlert=o(()=>import("./components/EcomsendBackInStockAlert.js"),{ssr:!1,loading:s}),AppstleBundlesDiscounts=o(()=>import("./components/AppstleBundlesDiscounts.js"),{ssr:!1,loading:s}),EstimatedDeliveryDatePlus=o(()=>import("./components/EstimatedDeliveryDatePlus.js"),{ssr:!1,loading:s}),OkendoReviewsLoyalty=o(()=>import("./components/OkendoReviewsLoyalty.js"),{ssr:!1,loading:s}),EssentialAnnouncementBar=o(()=>import("./components/EssentialAnnouncementBar.js"),{ssr:!1,loading:s}),EssentialCountdownTimerBar=o(()=>import("./components/EssentialCountdownTimerBar.js"),{ssr:!1,loading:s}),StellarDeliveryDatePickup=o(()=>import("./components/StellarDeliveryDatePickup.js"),{ssr:!1,loading:s}),TrustshopProductReviews=o(()=>import("./components/TrustshopProductReviews.js"),{ssr:!1,loading:s}),HulkProductOptions=o(()=>import("./components/HulkProductOptions.js"),{ssr:!1,loading:s}),MyappgurusProductReviews=o(()=>import("./components/MyappgurusProductReviews.js"),{ssr:!1,loading:s}),DiscountyBulkDiscountSales=o(()=>import("./components/DiscountyBulkDiscountSales.js"),{ssr:!1,loading:s}),TrustreviewsProductReviews=o(()=>import("./components/TrustreviewsProductReviews.js"),{ssr:!1,loading:s}),SeoantTrustBadgesIcon=o(()=>import("./components/SeoantTrustBadgesIcon.js"),{ssr:!1,loading:s}),SegunoEmailMarketing=o(()=>import("./components/SegunoEmailMarketing.js"),{ssr:!1,loading:s}),AftershipEmailMarketingsms=o(()=>import("./components/AftershipEmailMarketingsms.js"),{ssr:!1,loading:s}),BestBuyFulfillment=o(()=>import("./components/BestBuyFulfillment.js"),{ssr:!1,loading:s}),ProductOptionsVariantOption=o(()=>import("./components/ProductOptionsVariantOption.js"),{ssr:!1,loading:s}),GloboProductOptionsVariant=o(()=>import("./components/GloboProductOptionsVariant.js"),{ssr:!1,loading:s}),TeeinblueProductPersonalizer=o(()=>import("./components/TeeinblueProductPersonalizer.js"),{ssr:!1,loading:s}),WishlistKing=o(()=>import("./components/WishlistKing.js"),{ssr:!1,loading:s}),HulkFormBuilder=o(()=>import("./components/HulkFormBuilder.js"),{ssr:!1,loading:s}),LoloyalLoyaltyReferrals=o(()=>import("./components/LoloyalLoyaltyReferrals.js"),{ssr:!1,loading:s}),PowerfulContactFormBuilder=o(()=>import("./components/PowerfulContactFormBuilder.js"),{ssr:!1,loading:s}),WishlistPlus=o(()=>import("./components/WishlistPlus.js"),{ssr:!1,loading:s}),InstasellShoppableInstagram=o(()=>import("./components/InstasellShoppableInstagram.js"),{ssr:!1,loading:s}),SproutPlantTreesGrowSales=o(()=>import("./components/SproutPlantTreesGrowSales.js"),{ssr:!1,loading:s}),RapiBundleQuantityBreaks=o(()=>import("./components/RapiBundleQuantityBreaks.js"),{ssr:!1,loading:s}),AppointmentBookingCowlendar=o(()=>import("./components/AppointmentBookingCowlendar.js"),{ssr:!1,loading:s}),GoogleReviewsByReputon=o(()=>import("./components/GoogleReviewsByReputon.js"),{ssr:!1,loading:s}),MbcBundleVolumeDiscount=o(()=>import("./components/MbcBundleVolumeDiscount.js"),{ssr:!1,loading:s}),ProductOptionsCustomizer=o(()=>import("./components/ProductOptionsCustomizer.js"),{ssr:!1,loading:s}),AirProductReviewsAppUgc=o(()=>import("./components/AirProductReviewsAppUgc.js"),{ssr:!1,loading:s}),TagembedSocialPostReview=o(()=>import("./components/TagembedSocialPostReview.js"),{ssr:!1,loading:s}),WhatmoreShoppableVideosreel=o(()=>import("./components/WhatmoreShoppableVideosreel.js"),{ssr:!1,loading:s}),TagshopShoppableVideosUgc=o(()=>import("./components/TagshopShoppableVideosUgc.js"),{ssr:!1,loading:s}),JunipProductReviewsUgc=o(()=>import("./components/JunipProductReviewsUgc.js"),{ssr:!1,loading:s}),FlyBundlesUpsellsFbt=o(()=>import("./components/FlyBundlesUpsellsFbt.js"),{ssr:!1,loading:s}),PreorderNowWodPresale=o(()=>import("./components/PreorderNowWodPresale.js"),{ssr:!1,loading:s}),PreorderNowPreOrderPq=o(()=>import("./components/PreorderNowPreOrderPq.js"),{ssr:!1,loading:s}),MaxbundleProductBundles=o(()=>import("./components/MaxbundleProductBundles.js"),{ssr:!1,loading:s}),KoalaBundleQuantityDiscount=o(()=>import("./components/KoalaBundleQuantityDiscount.js"),{ssr:!1,loading:s}),EasyBundleBuilderSkailama=o(()=>import("./components/EasyBundleBuilderSkailama.js"),{ssr:!1,loading:s}),FastBundleBundlesDiscounts=o(()=>import("./components/FastBundleBundlesDiscounts.js"),{ssr:!1,loading:s}),KiteFreeGiftDiscount=o(()=>import("./components/KiteFreeGiftDiscount.js"),{ssr:!1,loading:s}),UnlimitedBundlesDiscounts=o(()=>import("./components/UnlimitedBundlesDiscounts.js"),{ssr:!1,loading:s}),SimpleBundlesKits=o(()=>import("./components/SimpleBundlesKits.js"),{ssr:!1,loading:s}),ReviewxpoProductReviewsApp=o(()=>import("./components/ReviewxpoProductReviewsApp.js"),{ssr:!1,loading:s}),PumperBundlesVolumeDiscount=o(()=>import("./components/PumperBundlesVolumeDiscount.js"),{ssr:!1,loading:s}),NotifyBackInStockPreOrder=o(()=>import("./components/NotifyBackInStockPreOrder.js"),{ssr:!1,loading:s}),ShopifyForms=o(()=>import("./components/ShopifyForms.js"),{ssr:!1,loading:s}),SkioSubscriptionsYcS20=o(()=>import("./components/SkioSubscriptionsYcS20.js"),{ssr:!1,loading:s}),LoopSubscriptions=o(()=>import("./components/LoopSubscriptions.js"),{ssr:!1,loading:s}),RecurpaySubscriptionApp=o(()=>import("./components/RecurpaySubscriptionApp.js"),{ssr:!1,loading:s}),SubifySubscriptionsApp=o(()=>import("./components/SubifySubscriptionsApp.js"),{ssr:!1,loading:s}),ShopifySubscriptions=o(()=>import("./components/ShopifySubscriptions.js"),{ssr:!1,loading:s}),BonLoyaltyRewardsReferrals=o(()=>import("./components/BonLoyaltyRewardsReferrals.js"),{ssr:!1,loading:s}),EasifyProductOptions=o(()=>import("./components/EasifyProductOptions.js"),{ssr:!1,loading:s}),CustomProductOptionsVariant=o(()=>import("./components/CustomProductOptionsVariant.js"),{ssr:!1,loading:s}),JudgemeReviews=o(()=>import("./components/JudgemeReviews.js"),{ssr:!1,loading:s}),LooxReviews=o(()=>import("./components/LooxReviews.js"),{ssr:!1,loading:s}),Instafeed=o(()=>import("./components/Instafeed.js"),{ssr:!1,loading:s}),Klaviyo=o(()=>import("./components/Klaviyo.js"),{ssr:!1,loading:s}),YotpoLoyalty=o(()=>import("./components/YotpoLoyalty.js"),{ssr:!1,loading:s}),SmartSearchBarAndFilters=o(()=>import("./components/SmartSearchBarAndFilters.js"),{ssr:!1,loading:s}),ProductReviews=o(()=>import("./components/ProductReviews.js"),{ssr:!1,loading:s}),Ryviu=o(()=>import("./components/Ryviu.js"),{ssr:!1,loading:s}),Rivyo=o(()=>import("./components/Rivyo.js"),{ssr:!1,loading:s}),Vitals=o(()=>import("./components/Vitals.js"),{ssr:!1,loading:s}),Omnisend=o(()=>import("./components/Omnisend.js"),{ssr:!1,loading:s}),ParcelPanel=o(()=>import("./components/ParcelPanel.js"),{ssr:!1,loading:s}),KingProductOptions=o(()=>import("./components/KingProductOptions.js"),{ssr:!1,loading:s}),TrustMe=o(()=>import("./components/TrustMe.js"),{ssr:!1,loading:s}),Trustoo=o(()=>import("./components/Trustoo.js"),{ssr:!1,loading:s}),SealSubscriptions=o(()=>import("./components/SealSubscriptions.js"),{ssr:!1,loading:s}),AppstleSubscriptions=o(()=>import("./components/AppstleSubscriptions.js"),{ssr:!1,loading:s}),FeraReviews=o(()=>import("./components/FeraReviews.js"),{ssr:!1,loading:s}),Growave=o(()=>import("./components/Growave.js"),{ssr:!1,loading:s}),KachingBundles=o(()=>import("./components/KachingBundles.js"),{ssr:!1,loading:s}),PushOwl=o(()=>import("./components/PushOwl.js"),{ssr:!1,loading:s}),Opinew=o(()=>import("./components/Opinew.js"),{ssr:!1,loading:s}),FirePush=o(()=>import("./components/FirePush.js"),{ssr:!1,loading:s}),AliReviews=o(()=>import("./components/AliReviews.js"),{ssr:!1,loading:s}),UltimateSalesBoost=o(()=>import("./components/UltimateSalesBoost.js"),{ssr:!1,loading:s}),FrequentlyBoughtTogether=o(()=>import("./components/FrequentlyBoughtTogether.js"),{ssr:!1,loading:s}),BoldSubscriptions=o(()=>import("./components/BoldSubscriptions.js"),{ssr:!1,loading:s}),BoldProductOptions=o(()=>import("./components/BoldProductOptions.js"),{ssr:!1,loading:s}),WideBundle=o(()=>import("./components/WideBundle.js"),{ssr:!1,loading:s}),PickyStory=o(()=>import("./components/PickyStory.js"),{ssr:!1,loading:s}),InfiniteOptions=o(()=>import("./components/InfiniteOptions.js"),{ssr:!1,loading:s}),Wiser=o(()=>import("./components/Wiser.js"),{ssr:!1,loading:s}),Stamped=o(()=>import("./components/Stamped.js"),{ssr:!1,loading:s}),Bundler=o(()=>import("./components/Bundler.js"),{ssr:!1,loading:s}),LaiProductReviews=o(()=>import("./components/LaiProductReviews.js"),{ssr:!1,loading:s}),CrossSellCartUpsell=o(()=>import("./components/CrossSellCartUpsell.js"),{ssr:!1,loading:s}),BoostAISearchDiscovery=o(()=>import("./components/BoostAISearchDiscovery.js"),{ssr:!1,loading:s}),YotpoReviews=o(()=>import("./components/YotpoReviews.js"),{ssr:!1,loading:s}),CleanSizeCharts=o(()=>import("./components/CleanSizeCharts.js"),{ssr:!1,loading:s}),Bogos=o(()=>import("./components/Bogos.js"),{ssr:!1,loading:s}),QikifyUpsell=o(()=>import("./components/QikifyUpsell.js"),{ssr:!1,loading:s}),Releasit=o(()=>import("./components/Releasit.js"),{ssr:!1,loading:s}),EasySellCOD=o(()=>import("./components/EasySellCOD.js"),{ssr:!1,loading:s}),BirdChime=o(()=>import("./components/BirdChime.js"),{ssr:!1,loading:s}),RequestQuoteHidePrice=o(()=>import("./components/RequestQuoteHidePrice.js"),{ssr:!1,loading:s}),KlarnaMessaging=o(()=>import("./components/KlarnaMessaging.js"),{ssr:!1,loading:s}),FordeerProductLabels=o(()=>import("./components/FordeerProductLabels.js"),{ssr:!1,loading:s}),RechargeSubscriptions=o(()=>import("./components/RechargeSubscriptions.js"),{ssr:!1,loading:s}),Selleasy=o(()=>import("./components/Selleasy.js"),{ssr:!1,loading:s}),HextomCountdownTimerBar=o(()=>import("./components/HextomCountdownTimerBar.js"),{ssr:!1,loading:s}),TrustBadgesBear=o(()=>import("./components/TrustBadgesBear.js"),{ssr:!1,loading:s}),TrustedsiteTrustBadges=o(()=>import("./components/TrustedsiteTrustBadges.js"),{ssr:!1,loading:s}),GloColorSwatchvariantImage=o(()=>import("./components/GloColorSwatchvariantImage.js"),{ssr:!1,loading:s}),BfSizeChartSizeGuide=o(()=>import("./components/BfSizeChartSizeGuide.js"),{ssr:!1,loading:s}),AlsoBoughtCbb=o(()=>import("./components/AlsoBoughtCbb.js"),{ssr:!1,loading:s}),HextomFreeShippingBar=o(()=>import("./components/HextomFreeShippingBar.js"),{ssr:!1,loading:s}),EcoboostifyShoppableReelUgc=o(()=>import("./components/EcoboostifyShoppableReelUgc.js"),{ssr:!1,loading:s});var thirdParty={DealeasyVolumeDiscounts,UppromoteAffiliateMarketing,AovBundlesVolumeDiscounts,AovFreeGiftBuyXGetYBogo,EcomsendBackInStockAlert,AppstleBundlesDiscounts,EcoboostifyShoppableReelUgc,EstimatedDeliveryDatePlus,OkendoReviewsLoyalty,EssentialAnnouncementBar,EssentialCountdownTimerBar,StellarDeliveryDatePickup,TrustshopProductReviews,HulkProductOptions,MyappgurusProductReviews,TrustreviewsProductReviews,DiscountyBulkDiscountSales,SeoantTrustBadgesIcon,SegunoEmailMarketing,AftershipEmailMarketingsms,BestBuyFulfillment,ProductOptionsVariantOption,GloboProductOptionsVariant,TeeinblueProductPersonalizer,WishlistKing,HulkFormBuilder,LoloyalLoyaltyReferrals,PowerfulContactFormBuilder,WishlistPlus,InstasellShoppableInstagram,SproutPlantTreesGrowSales,RapiBundleQuantityBreaks,AppointmentBookingCowlendar,GoogleReviewsByReputon,MbcBundleVolumeDiscount,ProductOptionsCustomizer,AirProductReviewsAppUgc,TagembedSocialPostReview,WhatmoreShoppableVideosreel,TagshopShoppableVideosUgc,JunipProductReviewsUgc,FlyBundlesUpsellsFbt,PreorderNowWodPresale,PreorderNowPreOrderPq,MaxbundleProductBundles,KoalaBundleQuantityDiscount,EasyBundleBuilderSkailama,FastBundleBundlesDiscounts,KiteFreeGiftDiscount,UnlimitedBundlesDiscounts,SimpleBundlesKits,ReviewxpoProductReviewsApp,PumperBundlesVolumeDiscount,NotifyBackInStockPreOrder,ShopifyForms,SkioSubscriptionsYcS20,LoopSubscriptions,Selleasy,RecurpaySubscriptionApp,SubifySubscriptionsApp,BonLoyaltyRewardsReferrals,ShopifySubscriptions,EasifyProductOptions,CustomProductOptionsVariant,KlarnaMessaging,RechargeSubscriptions,EasySellCOD,QikifyUpsell,CleanSizeCharts,JudgemeReviews,LooxReviews,Klaviyo,YotpoLoyalty,SmartSearchBarAndFilters,Instafeed,ProductReviews,Ryviu,Rivyo,Vitals,Omnisend,ParcelPanel,TrustMe,KingProductOptions,Trustoo,SealSubscriptions,AppstleSubscriptions,FeraReviews,Growave,KachingBundles,PushOwl,Opinew,UltimateSalesBoost,FirePush,FrequentlyBoughtTogether,BoldSubscriptions,BoldProductOptions,WideBundle,PickyStory,InfiniteOptions,Wiser,Stamped,Bundler,LaiProductReviews,CrossSellCartUpsell,BoostAISearchDiscovery,YotpoReviews,AliReviews,Bogos,Releasit,RequestQuoteHidePrice,BirdChime,FordeerProductLabels,HextomCountdownTimerBar,TrustBadgesBear,TrustedsiteTrustBadges,GloColorSwatchvariantImage,BfSizeChartSizeGuide,AlsoBoughtCbb,HextomFreeShippingBar};export{thirdParty as default};
|
|
1
|
+
import o from"next/dynamic";import s from"../common/components/Loading.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";let KachingSubscriptionsApp=o(()=>import("./components/KachingSubscriptionsApp.js"),{ssr:!1,loading:s}),BloyRewardsProgramLoyalty=o(()=>import("./components/BloyRewardsProgramLoyalty.js"),{ssr:!1,loading:s}),DealeasyVolumeDiscounts=o(()=>import("./components/DealeasyVolumeDiscounts.js"),{ssr:!1,loading:s}),UppromoteAffiliateMarketing=o(()=>import("./components/UppromoteAffiliateMarketing.js"),{ssr:!1,loading:s}),AovBundlesVolumeDiscounts=o(()=>import("./components/AovBundlesVolumeDiscounts.js"),{ssr:!1,loading:s}),AovFreeGiftBuyXGetYBogo=o(()=>import("./components/AovFreeGiftBuyXGetYBogo.js"),{ssr:!1,loading:s}),EcomsendBackInStockAlert=o(()=>import("./components/EcomsendBackInStockAlert.js"),{ssr:!1,loading:s}),AppstleBundlesDiscounts=o(()=>import("./components/AppstleBundlesDiscounts.js"),{ssr:!1,loading:s}),EstimatedDeliveryDatePlus=o(()=>import("./components/EstimatedDeliveryDatePlus.js"),{ssr:!1,loading:s}),OkendoReviewsLoyalty=o(()=>import("./components/OkendoReviewsLoyalty.js"),{ssr:!1,loading:s}),EssentialAnnouncementBar=o(()=>import("./components/EssentialAnnouncementBar.js"),{ssr:!1,loading:s}),EssentialCountdownTimerBar=o(()=>import("./components/EssentialCountdownTimerBar.js"),{ssr:!1,loading:s}),StellarDeliveryDatePickup=o(()=>import("./components/StellarDeliveryDatePickup.js"),{ssr:!1,loading:s}),TrustshopProductReviews=o(()=>import("./components/TrustshopProductReviews.js"),{ssr:!1,loading:s}),HulkProductOptions=o(()=>import("./components/HulkProductOptions.js"),{ssr:!1,loading:s}),MyappgurusProductReviews=o(()=>import("./components/MyappgurusProductReviews.js"),{ssr:!1,loading:s}),DiscountyBulkDiscountSales=o(()=>import("./components/DiscountyBulkDiscountSales.js"),{ssr:!1,loading:s}),TrustreviewsProductReviews=o(()=>import("./components/TrustreviewsProductReviews.js"),{ssr:!1,loading:s}),SeoantTrustBadgesIcon=o(()=>import("./components/SeoantTrustBadgesIcon.js"),{ssr:!1,loading:s}),SegunoEmailMarketing=o(()=>import("./components/SegunoEmailMarketing.js"),{ssr:!1,loading:s}),AftershipEmailMarketingsms=o(()=>import("./components/AftershipEmailMarketingsms.js"),{ssr:!1,loading:s}),BestBuyFulfillment=o(()=>import("./components/BestBuyFulfillment.js"),{ssr:!1,loading:s}),ProductOptionsVariantOption=o(()=>import("./components/ProductOptionsVariantOption.js"),{ssr:!1,loading:s}),GloboProductOptionsVariant=o(()=>import("./components/GloboProductOptionsVariant.js"),{ssr:!1,loading:s}),TeeinblueProductPersonalizer=o(()=>import("./components/TeeinblueProductPersonalizer.js"),{ssr:!1,loading:s}),WishlistKing=o(()=>import("./components/WishlistKing.js"),{ssr:!1,loading:s}),HulkFormBuilder=o(()=>import("./components/HulkFormBuilder.js"),{ssr:!1,loading:s}),LoloyalLoyaltyReferrals=o(()=>import("./components/LoloyalLoyaltyReferrals.js"),{ssr:!1,loading:s}),PowerfulContactFormBuilder=o(()=>import("./components/PowerfulContactFormBuilder.js"),{ssr:!1,loading:s}),WishlistPlus=o(()=>import("./components/WishlistPlus.js"),{ssr:!1,loading:s}),InstasellShoppableInstagram=o(()=>import("./components/InstasellShoppableInstagram.js"),{ssr:!1,loading:s}),SproutPlantTreesGrowSales=o(()=>import("./components/SproutPlantTreesGrowSales.js"),{ssr:!1,loading:s}),RapiBundleQuantityBreaks=o(()=>import("./components/RapiBundleQuantityBreaks.js"),{ssr:!1,loading:s}),AppointmentBookingCowlendar=o(()=>import("./components/AppointmentBookingCowlendar.js"),{ssr:!1,loading:s}),GoogleReviewsByReputon=o(()=>import("./components/GoogleReviewsByReputon.js"),{ssr:!1,loading:s}),MbcBundleVolumeDiscount=o(()=>import("./components/MbcBundleVolumeDiscount.js"),{ssr:!1,loading:s}),ProductOptionsCustomizer=o(()=>import("./components/ProductOptionsCustomizer.js"),{ssr:!1,loading:s}),AirProductReviewsAppUgc=o(()=>import("./components/AirProductReviewsAppUgc.js"),{ssr:!1,loading:s}),TagembedSocialPostReview=o(()=>import("./components/TagembedSocialPostReview.js"),{ssr:!1,loading:s}),WhatmoreShoppableVideosreel=o(()=>import("./components/WhatmoreShoppableVideosreel.js"),{ssr:!1,loading:s}),TagshopShoppableVideosUgc=o(()=>import("./components/TagshopShoppableVideosUgc.js"),{ssr:!1,loading:s}),JunipProductReviewsUgc=o(()=>import("./components/JunipProductReviewsUgc.js"),{ssr:!1,loading:s}),FlyBundlesUpsellsFbt=o(()=>import("./components/FlyBundlesUpsellsFbt.js"),{ssr:!1,loading:s}),PreorderNowWodPresale=o(()=>import("./components/PreorderNowWodPresale.js"),{ssr:!1,loading:s}),PreorderNowPreOrderPq=o(()=>import("./components/PreorderNowPreOrderPq.js"),{ssr:!1,loading:s}),MaxbundleProductBundles=o(()=>import("./components/MaxbundleProductBundles.js"),{ssr:!1,loading:s}),KoalaBundleQuantityDiscount=o(()=>import("./components/KoalaBundleQuantityDiscount.js"),{ssr:!1,loading:s}),EasyBundleBuilderSkailama=o(()=>import("./components/EasyBundleBuilderSkailama.js"),{ssr:!1,loading:s}),FastBundleBundlesDiscounts=o(()=>import("./components/FastBundleBundlesDiscounts.js"),{ssr:!1,loading:s}),KiteFreeGiftDiscount=o(()=>import("./components/KiteFreeGiftDiscount.js"),{ssr:!1,loading:s}),UnlimitedBundlesDiscounts=o(()=>import("./components/UnlimitedBundlesDiscounts.js"),{ssr:!1,loading:s}),SimpleBundlesKits=o(()=>import("./components/SimpleBundlesKits.js"),{ssr:!1,loading:s}),ReviewxpoProductReviewsApp=o(()=>import("./components/ReviewxpoProductReviewsApp.js"),{ssr:!1,loading:s}),PumperBundlesVolumeDiscount=o(()=>import("./components/PumperBundlesVolumeDiscount.js"),{ssr:!1,loading:s}),NotifyBackInStockPreOrder=o(()=>import("./components/NotifyBackInStockPreOrder.js"),{ssr:!1,loading:s}),ShopifyForms=o(()=>import("./components/ShopifyForms.js"),{ssr:!1,loading:s}),SkioSubscriptionsYcS20=o(()=>import("./components/SkioSubscriptionsYcS20.js"),{ssr:!1,loading:s}),LoopSubscriptions=o(()=>import("./components/LoopSubscriptions.js"),{ssr:!1,loading:s}),RecurpaySubscriptionApp=o(()=>import("./components/RecurpaySubscriptionApp.js"),{ssr:!1,loading:s}),SubifySubscriptionsApp=o(()=>import("./components/SubifySubscriptionsApp.js"),{ssr:!1,loading:s}),ShopifySubscriptions=o(()=>import("./components/ShopifySubscriptions.js"),{ssr:!1,loading:s}),BonLoyaltyRewardsReferrals=o(()=>import("./components/BonLoyaltyRewardsReferrals.js"),{ssr:!1,loading:s}),EasifyProductOptions=o(()=>import("./components/EasifyProductOptions.js"),{ssr:!1,loading:s}),CustomProductOptionsVariant=o(()=>import("./components/CustomProductOptionsVariant.js"),{ssr:!1,loading:s}),JudgemeReviews=o(()=>import("./components/JudgemeReviews.js"),{ssr:!1,loading:s}),LooxReviews=o(()=>import("./components/LooxReviews.js"),{ssr:!1,loading:s}),Instafeed=o(()=>import("./components/Instafeed.js"),{ssr:!1,loading:s}),Klaviyo=o(()=>import("./components/Klaviyo.js"),{ssr:!1,loading:s}),YotpoLoyalty=o(()=>import("./components/YotpoLoyalty.js"),{ssr:!1,loading:s}),SmartSearchBarAndFilters=o(()=>import("./components/SmartSearchBarAndFilters.js"),{ssr:!1,loading:s}),ProductReviews=o(()=>import("./components/ProductReviews.js"),{ssr:!1,loading:s}),Ryviu=o(()=>import("./components/Ryviu.js"),{ssr:!1,loading:s}),Rivyo=o(()=>import("./components/Rivyo.js"),{ssr:!1,loading:s}),Vitals=o(()=>import("./components/Vitals.js"),{ssr:!1,loading:s}),Omnisend=o(()=>import("./components/Omnisend.js"),{ssr:!1,loading:s}),ParcelPanel=o(()=>import("./components/ParcelPanel.js"),{ssr:!1,loading:s}),KingProductOptions=o(()=>import("./components/KingProductOptions.js"),{ssr:!1,loading:s}),TrustMe=o(()=>import("./components/TrustMe.js"),{ssr:!1,loading:s}),Trustoo=o(()=>import("./components/Trustoo.js"),{ssr:!1,loading:s}),SealSubscriptions=o(()=>import("./components/SealSubscriptions.js"),{ssr:!1,loading:s}),AppstleSubscriptions=o(()=>import("./components/AppstleSubscriptions.js"),{ssr:!1,loading:s}),FeraReviews=o(()=>import("./components/FeraReviews.js"),{ssr:!1,loading:s}),Growave=o(()=>import("./components/Growave.js"),{ssr:!1,loading:s}),KachingBundles=o(()=>import("./components/KachingBundles.js"),{ssr:!1,loading:s}),PushOwl=o(()=>import("./components/PushOwl.js"),{ssr:!1,loading:s}),Opinew=o(()=>import("./components/Opinew.js"),{ssr:!1,loading:s}),FirePush=o(()=>import("./components/FirePush.js"),{ssr:!1,loading:s}),AliReviews=o(()=>import("./components/AliReviews.js"),{ssr:!1,loading:s}),UltimateSalesBoost=o(()=>import("./components/UltimateSalesBoost.js"),{ssr:!1,loading:s}),FrequentlyBoughtTogether=o(()=>import("./components/FrequentlyBoughtTogether.js"),{ssr:!1,loading:s}),BoldSubscriptions=o(()=>import("./components/BoldSubscriptions.js"),{ssr:!1,loading:s}),BoldProductOptions=o(()=>import("./components/BoldProductOptions.js"),{ssr:!1,loading:s}),WideBundle=o(()=>import("./components/WideBundle.js"),{ssr:!1,loading:s}),PickyStory=o(()=>import("./components/PickyStory.js"),{ssr:!1,loading:s}),InfiniteOptions=o(()=>import("./components/InfiniteOptions.js"),{ssr:!1,loading:s}),Wiser=o(()=>import("./components/Wiser.js"),{ssr:!1,loading:s}),Stamped=o(()=>import("./components/Stamped.js"),{ssr:!1,loading:s}),Bundler=o(()=>import("./components/Bundler.js"),{ssr:!1,loading:s}),LaiProductReviews=o(()=>import("./components/LaiProductReviews.js"),{ssr:!1,loading:s}),CrossSellCartUpsell=o(()=>import("./components/CrossSellCartUpsell.js"),{ssr:!1,loading:s}),BoostAISearchDiscovery=o(()=>import("./components/BoostAISearchDiscovery.js"),{ssr:!1,loading:s}),YotpoReviews=o(()=>import("./components/YotpoReviews.js"),{ssr:!1,loading:s}),CleanSizeCharts=o(()=>import("./components/CleanSizeCharts.js"),{ssr:!1,loading:s}),Bogos=o(()=>import("./components/Bogos.js"),{ssr:!1,loading:s}),QikifyUpsell=o(()=>import("./components/QikifyUpsell.js"),{ssr:!1,loading:s}),Releasit=o(()=>import("./components/Releasit.js"),{ssr:!1,loading:s}),EasySellCOD=o(()=>import("./components/EasySellCOD.js"),{ssr:!1,loading:s}),BirdChime=o(()=>import("./components/BirdChime.js"),{ssr:!1,loading:s}),RequestQuoteHidePrice=o(()=>import("./components/RequestQuoteHidePrice.js"),{ssr:!1,loading:s}),KlarnaMessaging=o(()=>import("./components/KlarnaMessaging.js"),{ssr:!1,loading:s}),FordeerProductLabels=o(()=>import("./components/FordeerProductLabels.js"),{ssr:!1,loading:s}),RechargeSubscriptions=o(()=>import("./components/RechargeSubscriptions.js"),{ssr:!1,loading:s}),Selleasy=o(()=>import("./components/Selleasy.js"),{ssr:!1,loading:s}),HextomCountdownTimerBar=o(()=>import("./components/HextomCountdownTimerBar.js"),{ssr:!1,loading:s}),TrustBadgesBear=o(()=>import("./components/TrustBadgesBear.js"),{ssr:!1,loading:s}),TrustedsiteTrustBadges=o(()=>import("./components/TrustedsiteTrustBadges.js"),{ssr:!1,loading:s}),GloColorSwatchvariantImage=o(()=>import("./components/GloColorSwatchvariantImage.js"),{ssr:!1,loading:s}),BfSizeChartSizeGuide=o(()=>import("./components/BfSizeChartSizeGuide.js"),{ssr:!1,loading:s}),AlsoBoughtCbb=o(()=>import("./components/AlsoBoughtCbb.js"),{ssr:!1,loading:s}),HextomFreeShippingBar=o(()=>import("./components/HextomFreeShippingBar.js"),{ssr:!1,loading:s}),EcoboostifyShoppableReelUgc=o(()=>import("./components/EcoboostifyShoppableReelUgc.js"),{ssr:!1,loading:s});var thirdParty={KachingSubscriptionsApp,BloyRewardsProgramLoyalty,DealeasyVolumeDiscounts,UppromoteAffiliateMarketing,AovBundlesVolumeDiscounts,AovFreeGiftBuyXGetYBogo,EcomsendBackInStockAlert,AppstleBundlesDiscounts,EcoboostifyShoppableReelUgc,EstimatedDeliveryDatePlus,OkendoReviewsLoyalty,EssentialAnnouncementBar,EssentialCountdownTimerBar,StellarDeliveryDatePickup,TrustshopProductReviews,HulkProductOptions,MyappgurusProductReviews,TrustreviewsProductReviews,DiscountyBulkDiscountSales,SeoantTrustBadgesIcon,SegunoEmailMarketing,AftershipEmailMarketingsms,BestBuyFulfillment,ProductOptionsVariantOption,GloboProductOptionsVariant,TeeinblueProductPersonalizer,WishlistKing,HulkFormBuilder,LoloyalLoyaltyReferrals,PowerfulContactFormBuilder,WishlistPlus,InstasellShoppableInstagram,SproutPlantTreesGrowSales,RapiBundleQuantityBreaks,AppointmentBookingCowlendar,GoogleReviewsByReputon,MbcBundleVolumeDiscount,ProductOptionsCustomizer,AirProductReviewsAppUgc,TagembedSocialPostReview,WhatmoreShoppableVideosreel,TagshopShoppableVideosUgc,JunipProductReviewsUgc,FlyBundlesUpsellsFbt,PreorderNowWodPresale,PreorderNowPreOrderPq,MaxbundleProductBundles,KoalaBundleQuantityDiscount,EasyBundleBuilderSkailama,FastBundleBundlesDiscounts,KiteFreeGiftDiscount,UnlimitedBundlesDiscounts,SimpleBundlesKits,ReviewxpoProductReviewsApp,PumperBundlesVolumeDiscount,NotifyBackInStockPreOrder,ShopifyForms,SkioSubscriptionsYcS20,LoopSubscriptions,Selleasy,RecurpaySubscriptionApp,SubifySubscriptionsApp,BonLoyaltyRewardsReferrals,ShopifySubscriptions,EasifyProductOptions,CustomProductOptionsVariant,KlarnaMessaging,RechargeSubscriptions,EasySellCOD,QikifyUpsell,CleanSizeCharts,JudgemeReviews,LooxReviews,Klaviyo,YotpoLoyalty,SmartSearchBarAndFilters,Instafeed,ProductReviews,Ryviu,Rivyo,Vitals,Omnisend,ParcelPanel,TrustMe,KingProductOptions,Trustoo,SealSubscriptions,AppstleSubscriptions,FeraReviews,Growave,KachingBundles,PushOwl,Opinew,UltimateSalesBoost,FirePush,FrequentlyBoughtTogether,BoldSubscriptions,BoldProductOptions,WideBundle,PickyStory,InfiniteOptions,Wiser,Stamped,Bundler,LaiProductReviews,CrossSellCartUpsell,BoostAISearchDiscovery,YotpoReviews,AliReviews,Bogos,Releasit,RequestQuoteHidePrice,BirdChime,FordeerProductLabels,HextomCountdownTimerBar,TrustBadgesBear,TrustedsiteTrustBadges,GloColorSwatchvariantImage,BfSizeChartSizeGuide,AlsoBoughtCbb,HextomFreeShippingBar};export{thirdParty as default};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import e from"../../configs/KachingSubscriptionsApp.js";import t from"./uiV1.js";import i from"./uiV2.js";import{get3rdPartyInstallLink as p}from"../../common/helpers.js";let config={tag:e.tag,label:e.label,icon:'<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/3106aa86015e60ee5723b1aa7317ebb3/icon/CP2dtM_hto0DEAE=.png?width=22&height=22">',editorConfigs:{placeholder:{flowTag:["Product"]},component:{isThirdParty:!0}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
2
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/3106aa86015e60ee5723b1aa7317ebb3/icon/CP2dtM_hto0DEAE=.png?width=22&height=22">
|
|
3
|
+
<span class="preset-item-title">Kaching Subscriptions App</span>
|
|
4
|
+
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:p({handle:"kaching-subscriptions"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/kaching-subscriptions",appName:e.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:t,uiV2:i};export{config as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let SettingUIV1=[{type:"control",setting:{id:"install"}},{type:"control",setting:{id:"openApp"}},{type:"control",label:{en:"Align"},setting:{id:"align"}}];export{SettingUIV1 as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let SettingUIV2=[{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:{en:"Align"},setting:{id:"align"}}]}];export{SettingUIV2 as default};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import e from"../../configs/BloyRewardsProgramLoyalty.js";import l from"./uiV2.js";import{get3rdPartyInstallLink as t}from"../../common/helpers.js";let config={tag:e.tag,label:e.label,icon:'<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/eb1dd8939bb7b954d714a5344a78df08/icon/CITe8tmBxYoDEAE=.png?width=22&height=22">',editorConfigs:{component:{isThirdParty:!0}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
2
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/eb1dd8939bb7b954d714a5344a78df08/icon/CITe8tmBxYoDEAE=.png?width=22&height=22">
|
|
3
|
+
<span class="preset-item-title">BLOY Rewards Program & Loyalty</span>
|
|
4
|
+
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"appBlockId",type:"input",default:""},{id:"widgetType",label:"Choose widget",type:"select",options:[{label:"Bloy Loyalty Guide",value:"bloy-loyalty-guide"},{label:"Bloy Loyalty Points Program",value:"bloy-loyalty-points-program"},{label:"Bloy Loyalty Vip Program",value:"bloy-loyalty-vip-program"},{label:"Bloy Loyalty Ways Earn",value:"bloy-loyalty-ways-earn"},{label:"Point On Product Page",value:"product-point-preview"}],default:"bloy-loyalty-guide"},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:t({handle:"bloy-loyalty"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/freegifts",appName:e.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:[],uiV2:l};export{config as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let SettingUIV2=[{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{label:{en:"Choose widget"},setting:{id:"widgetType"}}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:{en:"Align"},setting:{id:"align"}}]}];export{SettingUIV2 as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import e from"../../configs/BonLoyaltyRewardsReferrals.js";import l from"./uiV1.js";import a from"./uiV2.js";import{get3rdPartyInstallLink as t}from"../../common/helpers.js";let config={tag:e.tag,label:e.label,icon:'<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/f367f56199c88dba9296f532dfc5b383/icon/CLS4vPSugoUDEAE=.jpeg?width=22&height=22">',editorConfigs:{component:{isThirdParty:!0}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
2
2
|
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/f367f56199c88dba9296f532dfc5b383/icon/CLS4vPSugoUDEAE=.jpeg?width=22&height=22">
|
|
3
3
|
<span class="preset-item-title">BON: Loyalty Rewards Referrals</span>
|
|
4
|
-
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"appBlockId",type:"input",default:""},{id:"widgetType",label:"Choose widget",type:"select",options:[{label:"Loyalty Page Block",value:"loyalty-page-block"},{label:"Loyalty Page Earning Block",value:"loyalty-page-earning-block"},{label:"Loyalty Page Header Block",value:"loyalty-page-header-block"},{label:"Loyalty Page Profile Block",value:"loyalty-page-profile-block"},{label:"Loyalty Page Redeem Block",value:"loyalty-page-redeem-block"},{label:"Loyalty Page Referral Block",value:"loyalty-page-referral-block"},{label:"Loyalty Page Tier Block",value:"loyalty-page-tier-block"},{label:"Product Point Review",value:"product-point-preview"}],default:"loyalty-page-block"},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:t({handle:"bon-loyalty-rewards"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/bon-loyalty",appName:e.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:l,uiV2:a};export{config as default};
|
|
4
|
+
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"appBlockId",type:"input",default:""},{id:"widgetType",label:"Choose widget",type:"select",options:[{label:"Loyalty Page Block",value:"loyalty-page-block"},{label:"Loyalty Page Earning Block",value:"loyalty-page-earning-block"},{label:"Loyalty Page Header Block",value:"loyalty-page-header-block"},{label:"Loyalty Page Profile Block",value:"loyalty-page-profile-block"},{label:"Loyalty Page Redeem Block",value:"loyalty-page-redeem-block"},{label:"Loyalty Page Referral Block",value:"loyalty-page-referral-block"},{label:"Loyalty Page Tier Block",value:"loyalty-page-tier-block"},{label:"Product Point Review",value:"product-point-preview"},{label:"Point On Product Page",value:"product-point-preview"}],default:"loyalty-page-block"},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:t({handle:"bon-loyalty-rewards"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/bon-loyalty",appName:e.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:l,uiV2:a};export{config as default};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import e from"../../configs/FeraReviews.js";import a from"./uiV1.js";import
|
|
1
|
+
import e from"../../configs/FeraReviews.js";import a from"./uiV1.js";import t from"./uiV2.js";import{get3rdPartyInstallLink as l}from"../../common/helpers.js";let config={tag:e.tag,label:e.label,icon:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${e.logoUrl}?width=22&height=22">`,editorConfigs:{component:{isThirdParty:!0}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`
|
|
2
2
|
<div class="w-full flex flex-col items-center">
|
|
3
3
|
<img class="w-24 border border-dark-200 rounded-medium" src="${e.logoUrl}?width=22&height=22">
|
|
4
4
|
<span class="preset-item-title">${e.label}</span>
|
|
5
5
|
</div>
|
|
6
|
-
`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:
|
|
6
|
+
`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:l({handle:"fera"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/fera-reviews",appName:e.label},{id:"feraVersion",label:"Choose widget",type:"select",default:"V3",options:[{label:"Version 2.0",value:"V2"},{label:"Version 3.0",value:"V3"}]},{id:"widgetType",label:"Choose widget",type:"select",default:"allReviews",options:[{label:"All Reviews",value:"allReviews"},{label:"Product Reviews",value:"productReviews",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"]},{label:"Testimonial Carousel",value:"testimonialCarousel"},{label:"Average Store Rating Badge",value:"averageStoreRatingBadge"},{label:"In Store Media",value:"inStoreMedia"},{label:"Average Rating Badge",value:"averageRatingBadge",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"]},{label:"Product Page Media",value:"productPageMedia",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"]}]},{id:"widgetTypeV3",label:"Choose widget",type:"select",default:"productDetailRating",options:[{label:"Product Rating",value:"productDetailRating",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"],flowTag:["Product","ProductList","ProductListV3"],condition:"or"},{label:"Product Reviews List",value:"productReviews",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"],flowTag:["Product","ProductList","ProductListV3"],condition:"or"},{label:"All Reviews List",value:"allReviews"},{label:"Media Gallery",value:"mediaGallery"},{label:"Testimonial Carousel (Deprecated)",value:"testimonialCarousel"},{label:"Product Collection Rating (Deprecated)",value:"productCollectionRating",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_PRODUCT","GP_INDEX","GP_STATIC"],flowTag:["ProductList","ProductListV3"],condition:"or"},{label:"Other",value:"otherWidget"}]},{id:"productReviewsCode",type:"input",label:"Container ID",default:""},{id:"testimonialCarouselCode",type:"input",label:"Container ID",default:""},{id:"allReviewsCode",type:"input",label:"Container ID",default:""},{id:"averageStoreRatingBadgeCode",type:"input",label:"Container ID",default:""},{id:"inStoreMediaCode",type:"input",label:"Container ID",default:""},{id:"averageRatingBadgeCode",type:"input",label:"Container ID",default:""},{id:"productPageMediaCode",type:"input",label:"Container ID",default:""},{id:"otherWidgetCode",type:"textarea",label:"HTML Tag",default:"",autoHeight:!0},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:a,uiV2:t};export{config as default};
|
|
@@ -3,4 +3,4 @@ import e from"../../configs/JudgemeReviews.js";import i from"./uiV1.js";import t
|
|
|
3
3
|
<img class="w-24 border border-dark-200 rounded-medium" src="${e.logoUrl}?width=22&height=22">
|
|
4
4
|
<span class="preset-item-title">${e.label}</span>
|
|
5
5
|
</div>
|
|
6
|
-
`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:l({handle:"judgeme"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/judgeme",appName:e.label},{id:"widgetType",label:"Choose widget",type:"select",default:"single_product_preview_badge",options:[{label:"Preview Badge (Stars)",value:"single_product_preview_badge",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"],flowTag:["Product","ProductList"],condition:"or"},{label:"Review Widget",value:"review_widget",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"],flowTag:["Product","ProductList"],condition:"or"},{label:"Reviews Carousel",value:"reviews_carousel"},{label:"Reviews Text",value:"reviews_text"},{label:"Section for Medals",value:"section_for_medals"},{label:"UGC Media Grid",value:"ugc_media_grid"},{label:"Verified Review Widget",value:"verified_reviews_count_badge"}],info:"For the full widget configuration, please go to the settings area of the Judge.me Product Reviews application"},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:i,uiV2:t};export{config as default};
|
|
6
|
+
`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:l({handle:"judgeme"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/judgeme",appName:e.label},{id:"widgetType",label:"Choose widget",type:"select",default:"single_product_preview_badge",options:[{label:"Preview Badge (Stars)",value:"single_product_preview_badge",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"],flowTag:["Product","ProductList","ProductListV3"],condition:"or"},{label:"Review Widget",value:"review_widget",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"],flowTag:["Product","ProductList","ProductListV3"],condition:"or"},{label:"Reviews Carousel",value:"reviews_carousel"},{label:"Reviews Text",value:"reviews_text"},{label:"Section for Medals",value:"section_for_medals"},{label:"UGC Media Grid",value:"ugc_media_grid"},{label:"Verified Review Widget",value:"verified_reviews_count_badge"}],info:"For the full widget configuration, please go to the settings area of the Judge.me Product Reviews application"},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:i,uiV2:t};export{config as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import e from"../../configs/KoalaBundleQuantityDiscount.js";import t from"./uiV1.js";import l from"./uiV2.js";import{get3rdPartyInstallLink as a}from"../../common/helpers.js";let config={tag:e.tag,label:e.label,icon:'<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/cff2122857af908351bfd5156ba3052a/icon/COGWoM-s-4MDEAE=.png?width=22&height=22">',editorConfigs:{placeholder:{flowTag:["Product"]},component:{isThirdParty:!0}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
1
|
+
import e from"../../configs/KoalaBundleQuantityDiscount.js";import t from"./uiV1.js";import l from"./uiV2.js";import{get3rdPartyInstallLink as a}from"../../common/helpers.js";let config={tag:e.tag,label:e.label,icon:'<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/cff2122857af908351bfd5156ba3052a/icon/COGWoM-s-4MDEAE=.png?width=22&height=22">',editorConfigs:{placeholder:{flowTag:["Product"],flowPage:"GP_PRODUCT"},component:{isThirdParty:!0}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
2
2
|
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/cff2122857af908351bfd5156ba3052a/icon/COGWoM-s-4MDEAE=.png?width=22&height=22">
|
|
3
3
|
<span class="preset-item-title">Koala Bundle Quantity Discount</span>
|
|
4
4
|
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"appBlockId",type:"input",default:""},{id:"productHandle",type:"product-handle",hide:!0},{id:"widgetType",label:"Choose widget",type:"select",default:"deals-block",options:[{label:"Upsell koala bundles",value:"deals-block"}]},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:a({handle:"koala-bundle"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/upsell-koala-discount",appName:e.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:t,uiV2:l};export{config as default};
|
|
@@ -3,4 +3,4 @@ import e from"../../configs/LaiProductReviews.js";import a from"./uiV1.js";impor
|
|
|
3
3
|
<img class="w-24 border border-dark-200 rounded-medium" src="${e.logoUrl}?width=22&height=22">
|
|
4
4
|
<span class="preset-item-title">${e.label}</span>
|
|
5
5
|
</div>
|
|
6
|
-
`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:i({handle:"lai-reviews"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/smart-aliexpress-reviews",appName:e.label},{id:"widgetType",label:"Choose widget",type:"select",default:"advanced_widget",options:[{label:"Star Ratings",value:"star_ratings",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_INDEX"],flowTag:["Product","ProductList"],condition:"or"},{label:"Product Review Sections",value:"reviews_widget",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_INDEX"],flowTag:["Product","ProductList"],condition:"or"},{label:"Advanced Widget",value:"advanced_widget"},{label:"Hom Page Reviews",value:"homepage_reviews",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_INDEX","GP_COLLECTION","GP_PRODUCT"]},{label:"Happy Customer Reviews",value:"happy_customer_reviews",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_INDEX","GP_COLLECTION","GP_PRODUCT"]},{label:"Star Ratings in the List",value:"star_ratings_in_list",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_INDEX","GP_COLLECTION","GP_PRODUCT"]}]},{id:"advancedWidgetType",label:"Choose widget",type:"select",default:"mediaGallery",options:[{label:"Media Gallery",value:"mediaGallery"},{label:"Testimonial Garousel",value:"testimonialCarousel"},{label:"Card Carousel",value:"cardCarousel"},{label:"Card Grid",value:"cardGrid"}]},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:a,uiV2:l};export{config as default};
|
|
6
|
+
`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:i({handle:"lai-reviews"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/smart-aliexpress-reviews",appName:e.label},{id:"widgetType",label:"Choose widget",type:"select",default:"advanced_widget",options:[{label:"Star Ratings",value:"star_ratings",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_INDEX"],flowTag:["Product","ProductList","ProductListV3"],condition:"or"},{label:"Product Review Sections",value:"reviews_widget",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_INDEX"],flowTag:["Product","ProductList","ProductListV3"],condition:"or"},{label:"Advanced Widget",value:"advanced_widget"},{label:"Hom Page Reviews",value:"homepage_reviews",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_INDEX","GP_COLLECTION","GP_PRODUCT"]},{label:"Happy Customer Reviews",value:"happy_customer_reviews",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_INDEX","GP_COLLECTION","GP_PRODUCT"]},{label:"Star Ratings in the List",value:"star_ratings_in_list",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_INDEX","GP_COLLECTION","GP_PRODUCT"]}]},{id:"advancedWidgetType",label:"Choose widget",type:"select",default:"mediaGallery",options:[{label:"Media Gallery",value:"mediaGallery"},{label:"Testimonial Garousel",value:"testimonialCarousel"},{label:"Card Carousel",value:"cardCarousel"},{label:"Card Grid",value:"cardGrid"}]},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:a,uiV2:l};export{config as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import e from"../../configs/LoopSubscriptions.js";import
|
|
1
|
+
import e from"../../configs/LoopSubscriptions.js";import t from"./uiV1.js";import i from"./uiV2.js";import{get3rdPartyInstallLink as o}from"../../common/helpers.js";let config={tag:e.tag,label:e.label,icon:'<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/afedc08b31165df4c41d3d60cc6051dc/icon/COiF1YeknoQDEAE=.jpeg?width=22&height=22">',editorConfigs:{component:{isThirdParty:!0}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
2
2
|
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/afedc08b31165df4c41d3d60cc6051dc/icon/COiF1YeknoQDEAE=.jpeg?width=22&height=22">
|
|
3
3
|
<span class="preset-item-title">Loop Subscriptions</span>
|
|
4
|
-
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"appBlockId",type:"input",default:""},{id:"widgetType",label:"Choose widget",type:"select",options:[{label:"Subscription widget",value:"subscription_widget",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"],flowTag:["Product","ProductList"],condition:"or"},{label:"Star Rating",value:"star_rating",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"]}],default:"subscription_widget"},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:o({handle:"loop-subscriptions"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"",appName:e.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:
|
|
4
|
+
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"appBlockId",type:"input",default:""},{id:"widgetType",label:"Choose widget",type:"select",options:[{label:"Subscription widget",value:"subscription_widget",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"],flowTag:["Product","ProductList","ProductListV3"],condition:"or"},{label:"Star Rating",value:"star_rating",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC"]}],default:"subscription_widget"},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:o({handle:"loop-subscriptions"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"",appName:e.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:t,uiV2:i};export{config as default};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import e from"../../configs/Opinew.js";import l from"./uiV1.js";import i from"./uiV2.js";import{get3rdPartyInstallLink as
|
|
1
|
+
import e from"../../configs/Opinew.js";import l from"./uiV1.js";import i from"./uiV2.js";import{get3rdPartyInstallLink as t}from"../../common/helpers.js";let WidgetOptions=[{label:"Reviews",value:"reviews",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_COLLECTION","GP_INDEX"],flowTag:["Product","ProductList","ProductListV3"],condition:"or"},{label:"Star Badge",value:"badge",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_COLLECTION","GP_INDEX"],flowTag:["Product","ProductList","ProductListV3"],condition:"or"},{label:"Star Badge in Collection",value:"badgeCollection",hideOnPage:["GP_ARTICLE","GP_BLOG","GP_STATIC","GP_COLLECTION","GP_INDEX"],flowTag:["Product","ProductList","ProductListV3"],condition:"or"},{label:"Carousel",value:"carousel"},{label:"All Reviews",value:"allReviews"},{label:"All Reviews badge",value:"allReviewsBadge"}],config={tag:e.tag,label:e.label,icon:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${e.logoUrl}?width=22&height=22">`,editorConfigs:{component:{isThirdParty:!0}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`
|
|
2
2
|
<div class="w-full flex flex-col items-center">
|
|
3
3
|
<img class="w-24 border border-dark-200 rounded-medium" src="${e.logoUrl}?width=22&height=22">
|
|
4
4
|
<span class="preset-item-title">${e.label}</span>
|
|
5
5
|
</div>
|
|
6
|
-
`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:
|
|
6
|
+
`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:t({handle:"opinew-photo-reviews"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/photo-reviews",appName:e.label},{id:"widgetType",label:"Choose widget",type:"select",default:"reviews",options:WidgetOptions},{id:"design",label:"design",type:"select",default:"opinew_badge_wide_average",options:[{label:"Wide Average",value:"opinew_badge_wide_average"},{label:"Small",value:"opinew_badge_small"},{label:"Wide",value:"opinew_badge_wide"}]},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:l,uiV2:i};export{WidgetOptions,config as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import e from"../../configs/RequestQuoteHidePrice.js";import t from"./uiV1.js";import i from"./uiV2.js";import{get3rdPartyInstallLink as l}from"../../common/helpers.js";let config={tag:e.tag,label:e.label,icon:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${e.logoUrl}?width=22&height=22">`,editorConfigs:{placeholder:{flowTag:["ProductList","Product"]},component:{isThirdParty:!0}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
1
|
+
import e from"../../configs/RequestQuoteHidePrice.js";import t from"./uiV1.js";import i from"./uiV2.js";import{get3rdPartyInstallLink as l}from"../../common/helpers.js";let config={tag:e.tag,label:e.label,icon:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${e.logoUrl}?width=22&height=22">`,editorConfigs:{placeholder:{flowTag:["ProductList","Product","ProductListV3"]},component:{isThirdParty:!0}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
2
2
|
<img class="w-24 border border-dark-200 rounded-medium" src="${e.logoUrl}?width=22&height=22">
|
|
3
3
|
<span class="preset-item-title">Request a Quote ‑ Hide Price</span>
|
|
4
4
|
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:l({handle:"o-request-a-quote"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/request-for-quote-by-omega",appName:e.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:t,uiV2:i};export{config as default};
|
|
@@ -3,4 +3,4 @@ import e from"../../configs/Trustoo.js";import t from"./uiV1.js";import l from".
|
|
|
3
3
|
<img class="w-24 border border-dark-200 rounded-medium" src="${e.logoUrl}?width=22&height=22">
|
|
4
4
|
<span class="preset-item-title">${e.label}</span>
|
|
5
5
|
</div>
|
|
6
|
-
`},components:[{tag:e.tag,advanced:{editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n\n.{{rootClassName}} #seal-star-rating-widget {\n margin-top: 0px;\n}"}}}]}],settings:[{id:"setting",controls:[{id:"appBlockId",type:"input",default:""},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:a({handle:"trustoo"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/sealapps-product-review",appName:e.label},{id:"widgetType",label:"Choose widget",type:"select",default:"star-rating-widget",disableDefault:!0,options:[{label:"Testimonials",value:"barrage-carousel"},{label:"Card Carousel",value:"card-carousel"},{label:"Photo Carousel",value:"photo-carousel"},{label:"Review Widget",value:"review-widget"},{label:"Star Rating Widget",value:"star-rating-widget"},{label:"Text Carousel",value:"text-carousel"}]},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:t,uiV2:l};export{config as default};
|
|
6
|
+
`},components:[{tag:e.tag,advanced:{editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n\n.{{rootClassName}} #seal-star-rating-widget {\n margin-top: 0px;\n}"}}}]}],settings:[{id:"setting",controls:[{id:"appBlockId",type:"input",default:""},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:a({handle:"trustoo"}),appName:e.label},{id:"productSetting",type:"product",label:"Select Product",isMultiple:!1},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/sealapps-product-review",appName:e.label},{id:"widgetType",label:"Choose widget",type:"select",default:"star-rating-widget",disableDefault:!0,options:[{label:"Testimonials",value:"barrage-carousel"},{label:"Card Carousel",value:"card-carousel"},{label:"Photo Carousel",value:"photo-carousel"},{label:"Review Widget",value:"review-widget"},{label:"Star Rating Widget",value:"star-rating-widget"},{label:"Text Carousel",value:"text-carousel"}]},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:t,uiV2:l};export{config as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let SettingUIV2=[{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{label:{en:"Choose widget"},setting:{id:"widgetType"}}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:{en:"Align"},setting:{id:"align"}}]}];export{SettingUIV2 as default};
|
|
1
|
+
let SettingUIV2=[{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{conditionDisplay:'widgetType == "review-widget"',setting:{id:"productSetting"},label:{en:"Product source"},layout:"vertical"}]},{controls:[{label:{en:"Choose widget"},setting:{id:"widgetType"}}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:{en:"Align"},setting:{id:"align"}}]}];export{SettingUIV2 as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import e from"../../configs/UltimateSalesBoost.js";import t from"./uiV1.js";import l from"./uiV2.js";import{get3rdPartyInstallLink as a}from"../../common/helpers.js";let WidgetOptions=[{label:"Message",value:"message",flowTag:["Product"]},{label:"Get-it-by Timer",value:"getItByTimer",flowTag:["Product"]},{label:"Buy X Get Y (BOGO)",value:"buyXGetTY",flowTag:["Product"]},{label:"Countdown Timer",value:"countdownTimer",flowTag:["Product"]},{label:"Stock Inventory Number",value:"stockInventoryNumber",flowTag:["Product"]},{label:"Trust Badge",value:"trustBadge",flowTag:["Product"]},{label:"Advanced Trust Badge",value:"advancedTrustBadge",flowTag:["Product"]}],config={tag:e.tag,label:e.label,icon:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${e.logoUrl}?width=22&height=22">`,editorConfigs:{component:{isThirdParty:!0},placeholder:{flowTag:["Product","ProductList"]}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`
|
|
1
|
+
import e from"../../configs/UltimateSalesBoost.js";import t from"./uiV1.js";import l from"./uiV2.js";import{get3rdPartyInstallLink as a}from"../../common/helpers.js";let WidgetOptions=[{label:"Message",value:"message",flowTag:["Product"]},{label:"Get-it-by Timer",value:"getItByTimer",flowTag:["Product"]},{label:"Buy X Get Y (BOGO)",value:"buyXGetTY",flowTag:["Product"]},{label:"Countdown Timer",value:"countdownTimer",flowTag:["Product"]},{label:"Stock Inventory Number",value:"stockInventoryNumber",flowTag:["Product"]},{label:"Trust Badge",value:"trustBadge",flowTag:["Product"]},{label:"Advanced Trust Badge",value:"advancedTrustBadge",flowTag:["Product"]}],config={tag:e.tag,label:e.label,icon:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${e.logoUrl}?width=22&height=22">`,editorConfigs:{component:{isThirdParty:!0},placeholder:{flowTag:["Product","ProductList","ProductListV3"]}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`
|
|
2
2
|
<div class="w-full flex flex-col items-center">
|
|
3
3
|
<img class="w-24 border border-dark-200 rounded-medium" src="${e.logoUrl}?width=22&height=22">
|
|
4
4
|
<span class="preset-item-title">${e.label}</span>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import e from"../../configs/UppromoteAffiliateMarketing.js";import t from"./uiV2.js";let config={tag:e.tag,label:e.label,icon:'<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/9c2f67b482aeae04937fd544c0bfe6a8/icon/CMjv-JmUpv0CEAE=.png?width=22&height=22">',editorConfigs:{component:{isThirdParty:!0}},presets:[{id:e.id,name:{en:e.label},hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
2
2
|
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/9c2f67b482aeae04937fd544c0bfe6a8/icon/CMjv-JmUpv0CEAE=.png?width=22&height=22">
|
|
3
3
|
<span class="preset-item-title">UpPromote Affiliate Marketing</span>
|
|
4
|
-
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"appBlockId",type:"input",default:""},{id:"widgetType",label:"Choose widget",type:"select",options:[{label:"Customer Referral Landing",value:"customer-referral-landing"}],default:"customer-referral-landing"},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:"https://apps.shopify.com/affliate-by-secomapp?utm_source=gempages",appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/affliate-by-secomapp",appName:e.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:[],uiV2:t};export{config as default};
|
|
4
|
+
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"appBlockId",type:"input",default:""},{id:"widgetType",label:"Choose widget",type:"select",options:[{label:"Customer Referral Landing",value:"customer-referral-landing"},{label:"Affiliate Signup Form",value:"registration-form"}],default:"customer-referral-landing"},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:"https://apps.shopify.com/affliate-by-secomapp?utm_source=gempages",appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/affliate-by-secomapp",appName:e.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:[],uiV2:t};export{config as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let SettingUIV2=[{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:{en:"Align"},setting:{id:"align"}}]}];export{SettingUIV2 as default};
|
|
1
|
+
let SettingUIV2=[{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{setting:{id:"widgetType"},label:{en:"Choose Widget"}}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:{en:"Align"},setting:{id:"align"}}]}];export{SettingUIV2 as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{getResponsiveValueByScreen as e}from"@gem-sdk/core";let getAspectRatioSettings=(t,o)=>{let i={desktop:t?.desktop?.width,tablet:t?.tablet?.width,mobile:t?.mobile?.width},s={desktop:t?.desktop?.height,tablet:t?.tablet?.height,mobile:t?.mobile?.height},l={desktop:o?.desktop==="custom"?`${e(i,"desktop")}/${e(s,"desktop")}`:o?.desktop==="cover"?"unset":o?.desktop,tablet:o?.tablet==="custom"?`${e(i,"tablet")}/${e(s,"tablet")}`:o?.tablet==="cover"?"unset":o?.tablet,mobile:o?.mobile==="custom"?`${e(i,"mobile")}/${e(s,"mobile")}`:o?.mobile==="cover"?"unset":o?.mobile};return l},
|
|
1
|
+
import{getResponsiveValueByScreen as e}from"@gem-sdk/core";let getAspectRatioSettings=(t,o)=>{let i={desktop:t?.desktop?.width,tablet:t?.tablet?.width,mobile:t?.mobile?.width},s={desktop:t?.desktop?.height,tablet:t?.tablet?.height,mobile:t?.mobile?.height},l={desktop:o?.desktop==="custom"?`${e(i,"desktop")}/${e(s,"desktop")}`:o?.desktop==="cover"?"unset":o?.desktop,tablet:o?.tablet==="custom"?`${e(i,"tablet")}/${e(s,"tablet")}`:o?.tablet==="cover"?"unset":o?.tablet,mobile:o?.mobile==="custom"?`${e(i,"mobile")}/${e(s,"mobile")}`:o?.mobile==="cover"?"unset":o?.mobile};return l},getYoutubeParams=e=>{let{id:t,params:o,muted:i,webp:s,controls:l,adNetwork:a,autoplay:m,lazy:p}=e,d=encodeURIComponent(t),u="hqdefault",b=`${o}`||"",r=i?"&mute=1":"",n=s?"webp":"jpg",c=s?"vi_webp":"vi",g=e.thumbnail||`https://i.ytimg.com/${c}/${d}/${u}.${n}`,$=e.noCookie?"https://www.youtube-nocookie.com":"https://www.youtube.com",h=`${$}/embed/${d}?autoplay=${!!p||m}&state=1${r}${b}&controls=${l?1:0}`,v=a||!1;return{videoId:d,posterImp:u,paramsImp:b,mutedImp:r,format:n,vi:c,posterUrl:g,ytUrl:$,iframeSrc:h,adNetworkImp:v}},getVimeoParams=e=>{let{id:t,autoplay:o,muted:i,controls:s,loop:l,lazy:a}=e,m=encodeURIComponent(t),p=`?&autoplay=${a?1:o?1:0}&muted=${i?1:0}&loop=${l?1:0}&controls=${s}&autopause=false`,d=`https://player.vimeo.com/video/${m}${p}`;return{videoId:m,params:p,iframeSrc:d}},makeStyleResponsiveRatio=(e,t)=>({[`--${e}`]:t?.desktop,[`--${e}-tablet`]:t?.tablet,[`--${e}-mobile`]:t?.mobile}),fallbackImageVideoUrl="https://cdn.shopify.com/s/files/1/0703/5214/2562/files/gempages_518090459516502570-3d3a4631-1d7d-4a2f-9ef0-9bbe7220e02d.jpg",youtubeVideoRegex=/(?:https?:\/\/)?(?:www\.)?(?:youtube\.com\/(?:[^/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=|shorts\/)|youtu\.be\/)([^"&?/\s]{11})/i,vimeoVideoRegex=/^(?:http:\/\/|https:\/\/)vimeo\.com\/[\w/]+(?:\?.*)?$/im,getYoutubeVideoId=e=>{let t=e.match(youtubeVideoRegex);return t?.[1]??void 0},getVimeoVideoId=e=>{let t=/https?:\/\/(?:www\.|player\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^/]*)\/videos\/|album\/(\d+)\/video\/|video\/)?(\d+)(?:$|\/|\?)/,o=e.match(t);return o?.[3]},parseTimeVideo=e=>{let t=e.split(":",2);return t.length<=1?parseInt(t[0]||"0"):60*parseInt(t[0]||"0")+parseInt(t[1]||"0")},covertStrParamsToObj=e=>{let t=e.split("&");return t.shift(),t.reduce((e,t)=>{let[o,i]=t.split("=");return"loop"!==o?{...e,[o]:i}:e},{})},isSettingLoop=e=>e.includes("loop=1");export{covertStrParamsToObj,fallbackImageVideoUrl,getAspectRatioSettings,getVimeoParams,getVimeoVideoId,getYoutubeParams,getYoutubeVideoId,isSettingLoop,makeStyleResponsiveRatio,parseTimeVideo,vimeoVideoRegex,youtubeVideoRegex};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import{jsxs as e,Fragment as
|
|
2
|
+
import{jsxs as e,Fragment as t,jsx as o}from"react/jsx-runtime";import{useEditorMode as s}from"@gem-sdk/core";import m from"../../image/components/NextImage.js";import{useLiteHtml5Embed as r}from"../hooks/useLiteHtml5Embed.js";import{createAttr as l,createClass as i,createStyle as a}from"@gem-sdk/system";import{getWrapThumbnailClasses as c,getButtonThumbnailClasses as n,getImageThumbnailClasses as p,getVideoYoutubeClasses as d}from"../common/classes.js";import{getPreloadImageStyle as y}from"../common/styles.js";import{getHtml5Attr as f}from"../common/attrs.js";let HTML5Embed=u=>{let b=s(),g="edit"!==b,{thumbnail:h,muted:j,autoplay:v,loop:x,controls:L,src:N,style:k,title:C,className:T,lazy:w,poster:E}=u,{playVideoAndTurnOffThumbnail:H,videoRef:I,showThumbnail:M}=r(v,j,N),P=!g&&v&&j&&!!h,V=!w&&u.isVideoComponent&&g,z=!h||!M,A=N||void 0,B=l({...f({title:C,autoplay:v,preloadThumbnail:P,offLazyLoad:V,src:N,thumbnail:h})}),D=i({...c(z)}),S=a({...y()}),Z=i({...n()}),q=i({...p()}),F=i({...d(T,V)}),G=()=>P?o(m,{src:h,alt:C,priority:!0,style:S}):"",J=()=>e("div",{role:"presentation",style:k,className:D,onClick:H,children:[o(m,{id:"video-thumbnail",src:h??"",alt:E?.altText,title:E?.imageTitle,priority:E?.preload&&g,className:q,isDisableAspectStyle:!0,enableLazyLoadImage:!0}),o("button",{type:"button",className:Z,"aria-label":"Play",children:o("svg",{className:"gp-w-5 gp-text-white",viewBox:"0 0 24 24",children:o("path",{fill:"currentColor",d:"M5 5.274c0-1.707 1.826-2.792 3.325-1.977l12.362 6.726c1.566.853 1.566 3.101 0 3.953L8.325 20.702C6.826 21.518 5 20.432 5 18.726V5.274Z"})})})]});return e(t,{children:[G(),o("video",{ref:I,...B,style:k,className:F,controls:L,loop:x,muted:j,autoPlay:v,playsInline:!0,src:A}),!z&&J()]})};export{HTML5Embed as default};
|