@gem-sdk/components 17.0.0-staging.8 → 17.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/builder.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.liquid.js +1 -1
- package/dist/cjs/product/components/product-button/ProductButton.liquid.js +1 -1
- package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
- package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
- package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +23 -22
- package/dist/cjs/third-party/components/BonySubscriptionsApp.js +2 -0
- package/dist/cjs/third-party/components/BonySubscriptionsApp.liquid.js +21 -0
- package/dist/cjs/third-party/components/WcWishlistBackInStock.js +2 -0
- package/dist/cjs/third-party/components/WcWishlistBackInStock.liquid.js +19 -0
- package/dist/cjs/third-party/configs/BonySubscriptionsApp.js +1 -0
- package/dist/cjs/third-party/configs/WcWishlistBackInStock.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/settings/BonySubscriptionsApp/index.js +4 -0
- package/dist/cjs/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -0
- package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +1 -1
- package/dist/cjs/third-party/settings/WcWishlistBackInStock/index.js +7 -0
- package/dist/cjs/third-party/settings/WcWishlistBackInStock/uiV2.js +1 -0
- package/dist/esm/builder.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.liquid.js +1 -1
- package/dist/esm/product/components/product-button/ProductButton.liquid.js +5 -5
- package/dist/esm/product/components/product-button/common/helpers.js +1 -1
- package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
- package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +24 -23
- package/dist/esm/third-party/components/BonySubscriptionsApp.js +2 -0
- package/dist/esm/third-party/components/BonySubscriptionsApp.liquid.js +21 -0
- package/dist/esm/third-party/components/WcWishlistBackInStock.js +2 -0
- package/dist/esm/third-party/components/WcWishlistBackInStock.liquid.js +19 -0
- package/dist/esm/third-party/configs/BonySubscriptionsApp.js +1 -0
- package/dist/esm/third-party/configs/WcWishlistBackInStock.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/settings/BonySubscriptionsApp/index.js +4 -0
- package/dist/esm/third-party/settings/BonySubscriptionsApp/uiV2.js +1 -0
- package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +1 -1
- package/dist/esm/third-party/settings/WcWishlistBackInStock/index.js +7 -0
- package/dist/esm/third-party/settings/WcWishlistBackInStock/uiV2.js +1 -0
- package/dist/types/index.d.ts +32 -2
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";import{getAspectRatio as t,getPaddingBottomByShapeSetting as r,getSrcImage as s}from"../../common/common.js";import{checkRenderFeaturedCarousel as d,getVideoHeight as o,getZoomImageClass as u,getZoomLenClass as
|
|
1
|
+
import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";import{getAspectRatio as t,getPaddingBottomByShapeSetting as r,getSrcImage as s}from"../../common/common.js";import{checkRenderFeaturedCarousel as d,getVideoHeight as o,getZoomImageClass as u,getZoomLenClass as m}from"../../common/productFeaturedImage.js";import l from"../../../../../video/components/HTML5Embed.liquid.js";import p from"../../../../../image/components/Modal3d.liquid.js";import g from"../../../../../image/components/NextImage.liquid.js";import n from"../../../../../image/components/Video.liquid.js";import{getStyleOfObject as c}from"../../../../helpers/function.js";import{getProductImagesStyles as f}from"../../composables/getProductImagesStyles.js";import{getProductImagesClassName as h}from"../../composables/getProductImagesClassName.js";import{getProductImagesAttr as y}from"../../composables/getProductImagesAttr.js";import{LiquidIf as M,LiquidFor as _,Liquid as w,If as v,createStyle as $}from"@gem-sdk/system";import b from"../../../../../carousel-v3/components/root/Carousel.liquid.js";import I from"../../../../../carousel-v3/components/item/CarouselItem.liquid.js";let FeatureImageWithGallery=({builderPropUID:x,children:q,enableLazyLoadImage:S,...j})=>{let{featuredImageCarouselClasses:z,galleryItemClasses:L,featuredCarouselItemClasses:P}=h({...j,builderProps:{uid:x}}),{featuredImageCarouselStyle:R,featureImageStyle:W,featureImageCarouselOnlyOneImageStyle:T,featureImageOnlyOneImageStyle:C,featureImageCarouselItemStyle:N}=f(j),{featuredImageCarouselSettingAttrs:k}=y(j),E=t(j.ftShape),O=()=>`
|
|
2
2
|
{% case featureMedia.media_type %}
|
|
3
3
|
{% when 'image' %}
|
|
4
4
|
${F()}
|
|
@@ -13,25 +13,25 @@ import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";impor
|
|
|
13
13
|
{% else %}
|
|
14
14
|
${G()}
|
|
15
15
|
{% endcase %}
|
|
16
|
-
`,A=()=>p({src:M("featureMedia.sources.first.url contains '.glb'","{{ featureMedia.sources.first.url }}","{{featureMedia.sources.last.url}}"),alt:"{{featureMedia.preview_image.alt}}",poster:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%"},aspectRatio:E}),D=()=>n({src:"{{mediaSourceVideo}}",alt:"{{featureMedia.alt | escape}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"},aspectRatio:E}),V=()=>{let a
|
|
17
|
-
${H(i("gp-w-full gp-transition-opacity",{"group-hover:gp-opacity-0":"other"==
|
|
18
|
-
${
|
|
16
|
+
`,A=()=>p({src:M("featureMedia.sources.first.url contains '.glb'","{{ featureMedia.sources.first.url }}","{{featureMedia.sources.last.url}}"),alt:"{{featureMedia.preview_image.alt}}",poster:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%"},aspectRatio:E}),D=()=>n({src:"{{mediaSourceVideo}}",alt:"{{featureMedia.alt | escape}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"},aspectRatio:E}),V=()=>{let a=$({...o({ftLayout:j?.ftLayout,ftShape:j?.ftShape}),...e("objf",j?.ftLayout)}),i=$({...o({ftLayout:j?.ftLayout,ftShape:j?.ftShape})});return l({src:"{{mediaSourceVideo}}",title:"{{featureMedia.alt | escape}}",autoplay:!1,controls:!0,thumbnail:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",isCheckLoaded:!0,wrapperStyles:i,poster:{altText:"{{featureMedia.alt | escape}}"},style:{width:"100%","max-height":"100%",...a},className:"gp-invisible"})},F=()=>a`
|
|
17
|
+
${H(i("gp-w-full gp-transition-opacity",{"group-hover:gp-opacity-0":"other"==j.hoverEffect},"{{shouldHidden}}"))}
|
|
18
|
+
${v(j?.hoverEffect!=="none",`<div class="${i("zoom-element !gp-max-w-none",u())}">
|
|
19
19
|
${H("image-zoom",!0)}
|
|
20
20
|
</div>`," ")}
|
|
21
|
-
${
|
|
21
|
+
${v(j?.hoverEffect=="zoom"&&j?.zoomType=="glasses",`<div class="${i("zoom-lens-element",m())}" style="opacity: 0; background-image: url('{{ featureMedia.src | img_url: "1024x1024"}}')"></div>`," ")}
|
|
22
22
|
`,H=(e,i)=>a`
|
|
23
23
|
{% assign src = featureMedia.src %}
|
|
24
|
-
${
|
|
25
|
-
{% assign other_image_index = ${
|
|
24
|
+
${v(i&&"other"==j.hoverEffect,`{% assign media_length = product.media | size %}
|
|
25
|
+
{% assign other_image_index = ${j.otherImage} | plus: 0 %}
|
|
26
26
|
{% if other_image_index >= media_length %}
|
|
27
27
|
{% assign other_image_index = media_length | minus: 1 %}
|
|
28
28
|
{% endif %}
|
|
29
29
|
{% assign otherImage = product.media[other_image_index] %}
|
|
30
30
|
${M("otherImage.media_type != 'image'","{% assign src = otherImage.preview_image.src %}","{% assign src = otherImage.src %}")}
|
|
31
31
|
`)}
|
|
32
|
-
${g({srcIsLiquidCode:!0,src:M("src != null",s("src"),"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif"),id:M("featureMedia != null","{{featureMedia.id}}"),width:"{{featureMedia.width}}",height:"{{featureMedia.height}}",alt:"{{featureMedia.alt | escape}}",srcset:`${s("src")}`,baseSrc:"{{src | image_url}}",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:
|
|
33
|
-
${g({srcIsLiquidCode:!0,src:"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",alt:"No Image",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:
|
|
34
|
-
${
|
|
32
|
+
${g({srcIsLiquidCode:!0,src:M("src != null",s("src"),"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif"),id:M("featureMedia != null","{{featureMedia.id}}"),width:"{{featureMedia.width}}",height:"{{featureMedia.height}}",alt:"{{featureMedia.alt | escape}}",srcset:`${s("src")}`,baseSrc:"{{src | image_url}}",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:j?.ftLayout,aspectRatio:E,qualityType:j?.qualityType,qualityPercent:j?.qualityPercent},priority:j?.preload,className:`gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none ${e??""}`,enableLazyLoadImage:S})}`,G=()=>a`
|
|
33
|
+
${g({srcIsLiquidCode:!0,src:"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",alt:"No Image",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:j?.ftLayout,aspectRatio:E,qualityType:j?.qualityType,qualityPercent:j?.qualityPercent},priority:j?.preload,className:"gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none",enableLazyLoadImage:S})}`,B=r(j.ftShape),J=a=>`
|
|
34
|
+
${w(`{% assign productImageWidth = 0 %}
|
|
35
35
|
{% case featureMedia.media_type %}
|
|
36
36
|
{% when 'image' %}
|
|
37
37
|
{% assign productImageWidth = featureMedia.width %}
|
|
@@ -45,25 +45,26 @@ import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";impor
|
|
|
45
45
|
>
|
|
46
46
|
${O()}
|
|
47
47
|
</div>
|
|
48
|
-
`})}`,K=d(
|
|
49
|
-
${
|
|
50
|
-
{% assign height = featureMedia.height | times: 1.0 %}
|
|
51
|
-
|
|
48
|
+
`})}`,K=d(j),Q="gp-featured-image-wrapper",U=M("product.media.size > 0",`{% assign largestRatio = 0 %}
|
|
49
|
+
${_("featureMedia in product.media",`
|
|
50
|
+
${M("featureMedia.media_type == 'video' and featureMedia.preview_image",`{% assign height = featureMedia.preview_image.height | times: 1.0 %}
|
|
51
|
+
{% assign width = featureMedia.preview_image.width | times: 1.0 %}`,`{% assign height = featureMedia.height | times: 1.0 %}
|
|
52
|
+
{% assign width = featureMedia.width | times: 1.0 %}`)}
|
|
52
53
|
{% assign ratio = height | divided_by: width %}
|
|
53
54
|
${M("ratio > largestRatio","{% assign largestRatio = ratio %}")}
|
|
54
55
|
`)}
|
|
55
|
-
${
|
|
56
|
+
${_("featureMedia in product.media",`${M("featureMedia.media_type == 'image'",`${_("image in product.images",M("image.src == featureMedia.src","{% assign imageID = image.id %}{% break %}"))}`,"{% assign imageID = '' %}")}
|
|
56
57
|
${J()}`)}
|
|
57
|
-
`,g({src:"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",id:"noImageError",width:"480",height:"480",alt:"no image",priority:
|
|
58
|
-
${
|
|
59
|
-
`,Y=()=>{switch(
|
|
58
|
+
`,g({src:"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",id:"noImageError",width:"480",height:"480",alt:"no image",priority:j?.preload,setting:{layout:j?.ftLayout,aspectRatio:E,qualityType:j?.qualityType,qualityPercent:j?.qualityPercent},style:{height:"100%"},className:"gp-w-full featured-image-only !gp-rounded-none",customLazyload:!0,enableLazyLoadImage:S})),X=()=>`
|
|
59
|
+
${b({builderProps:{uid:x},rootId:`ft-${x}-{{section.id}}-{{product.id}}`,conditionAppendJs:"product.media.size > 1",wrapperClass:Q,rootClass:`${z}`,rootAttrs:{type:"gp-feature-image-carousel","product-id":"{{product.id}}","product-media":"{{product.media.size}}"},isHiddenArrowWhenDisabled:!0,setting:k,rootStyles:W,styles:R,style:{playSpeed:600},disableMarginAuto:!0,children:U,productBadgeLiquid:q||""})}
|
|
60
|
+
`,Y=()=>{switch(j?.preDisplay){case"1st-images":return`
|
|
60
61
|
{% assign featureMedia = product.media.first %}
|
|
61
|
-
`;case"1st-3d-mode":return
|
|
62
|
+
`;case"1st-3d-mode":return _("media in product.media",M("media.media_type == 'model'","{% assign featureMedia = media %}{% break %}"));case"1st-video":return _("media in product.media",M("media.media_type == 'video' or media.media_type == 'external_video'","{% assign featureMedia = media %}{% break %}"));default:return`
|
|
62
63
|
{% assign featureMedia = variant.featured_media %}
|
|
63
64
|
{% unless featureMedia %}
|
|
64
65
|
{% assign featureMedia = product.featured_media %}
|
|
65
66
|
{% endunless %}
|
|
66
|
-
`}},Z=()
|
|
67
|
+
`}},Z=()=>w(`
|
|
67
68
|
{% assign featureMedia = variant.featured_media %}
|
|
68
69
|
{% unless featureMedia %}
|
|
69
70
|
{% assign featureMedia = product.featured_media %}
|
|
@@ -107,12 +108,12 @@ import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";impor
|
|
|
107
108
|
</div>
|
|
108
109
|
</div>
|
|
109
110
|
</div>
|
|
110
|
-
`);return
|
|
111
|
+
`);return w(`
|
|
111
112
|
{% capture featureImageOnlyOne %}
|
|
112
113
|
${Z()}
|
|
113
114
|
{% endcapture %}
|
|
114
115
|
${M("product.media.size > 1",`
|
|
115
|
-
${
|
|
116
|
-
${
|
|
116
|
+
${v(K,X()," ")}
|
|
117
|
+
${v(!K,"{{ featureImageOnlyOne }}"," ")}
|
|
117
118
|
`,"{{ featureImageOnlyOne }}")}
|
|
118
119
|
`)};export{FeatureImageWithGallery as default};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import{jsx as o,Fragment as p}from"react/jsx-runtime";import{makeStyleResponsive as r}from"@gem-sdk/core";import i from"./ThirdPartyPreview.js";import n from"../configs/BonySubscriptionsApp.js";let BonySubscriptionsAppContent=()=>o(p,{children:o("div",{className:"gp-p-2",children:o(i,{setting:{label:"Bony Subscriptions App",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${n.logoUrl}">`}})})}),BonySubscriptionsApp=({setting:p})=>o("div",{style:{...r("ta",p?.align)},children:o(BonySubscriptionsAppContent,{})});export{BonySubscriptionsApp as default};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import{template as t,makeStyleResponsive as p}from"@gem-sdk/core";let BonySubscriptionsApp=({setting:r,advanced:d})=>{let{align:i}=r??{};return t`
|
|
2
|
+
<div
|
|
3
|
+
class="${d?.cssClass}"
|
|
4
|
+
style="${{...p("ta",i)}}"
|
|
5
|
+
>
|
|
6
|
+
<div
|
|
7
|
+
data-current-variant-id='{{ product.selected_or_first_available_variant.id }}'
|
|
8
|
+
data-product-id='{{ product.id }}'
|
|
9
|
+
data-bs-widget
|
|
10
|
+
class='bs-subscription-widget-block'
|
|
11
|
+
data-product='{{ product | json | escape }}'
|
|
12
|
+
></div>
|
|
13
|
+
<script>
|
|
14
|
+
window.BS_SELECTORS = {
|
|
15
|
+
price: "gp-product-price[data-product-id='{{ product.id }}'] .gp-price.gp-money",
|
|
16
|
+
compare_at_price:
|
|
17
|
+
"gp-product-price[data-product-id='{{ product.id }}'] .gp-product-compare-price",
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
20
|
+
</div>
|
|
21
|
+
`};export{BonySubscriptionsApp as default};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import{jsx as i}from"react/jsx-runtime";import{makeStyleResponsive as r}from"@gem-sdk/core";import t from"./ThirdPartyPreview.js";import o from"../configs/WcWishlistBackInStock.js";let WcWishlistBackInStock=({setting:s})=>i("div",{style:{...r("ta",s?.align)},children:i("div",{className:"gp-p-2",children:i(t,{setting:{label:"WC Wishlist & Back in Stock",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${o.logoUrl}">`}})})});export{WcWishlistBackInStock as default};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import{template as i,makeStyleResponsive as t}from"@gem-sdk/core";let WcWishlistBackInStock=({setting:d,advanced:a})=>{let{align:s,widgetType:c}=d??{};return i`
|
|
2
|
+
<div
|
|
3
|
+
class="${a?.cssClass}"
|
|
4
|
+
style="${{...t("ta",s)}}"
|
|
5
|
+
>
|
|
6
|
+
{% assign widget = '${c}' %}
|
|
7
|
+
{% case widget %}
|
|
8
|
+
{% when "wishlist-bis-block" %}
|
|
9
|
+
<div class="wc_wl_bis_btn" data-product_id="{{ product.id }}" data-variant_id="{{ product.variants[0].id }}"></div>
|
|
10
|
+
<script type="application/ld+json" id="wc_wl_bis">{{ product | json }}</script>
|
|
11
|
+
{% when "wishlist-block" %}
|
|
12
|
+
<div class="th_prd_wl_btn" data-product_id="{{ product.id }}" data-variant_id="{{product.variants[0].id }}"></div>
|
|
13
|
+
{% when "wishlist-collection-block" %}
|
|
14
|
+
<div class="th_wl_col_btn" data-product_id="{{ product.id }}" data-variant_id="{{ product.variants[0].id }}"></div>
|
|
15
|
+
{% when "wishlist-bis-collection" %}
|
|
16
|
+
<div class="wc_wl_bis_btn wc_bis_auto_setup" data-product_id="{{ product.id }}" data-variant_id="{{ product.variants[0].id }}"></div>
|
|
17
|
+
{% endcase %}
|
|
18
|
+
</div>
|
|
19
|
+
`};export{WcWishlistBackInStock as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var AppConfig={id:"bony-subscriptions-app",label:"Bony Subscriptions App",logoUrl:"https://cdn.shopify.com/app-store/listing_images/fcee524f7d288b7fed96248acdbb0fb3/icon/CJzBt_69-Y8DEAE=.png?width=22&height=22",tag:"BonySubscriptionsApp"};export{AppConfig as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var AppConfig={id:"wc-wishlist-back-in-stock",label:"WC Wishlist & Back in Stock",logoUrl:"https://cdn.shopify.com/app-store/listing_images/6c6bdd5180d0848b68f89d106476f116/icon/CLyD5I2Al_0CEAE=.jpeg?width=22&height=22",tag:"WcWishlistBackInStock"};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 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 w from"./settings/TrustMe/index.js";import v 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 C from"./settings/Bundler/index.js";import F 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 G from"./settings/Bogos/index.js";import V from"./settings/QikifyUpsell/index.js";import E 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 ew from"./settings/AirProductReviewsAppUgc/index.js";import ev 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 eC from"./settings/HulkFormBuilder/index.js";import eF 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 eG from"./settings/AftershipEmailMarketingsms/index.js";import eV from"./settings/SegunoEmailMarketing/index.js";import eE 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"./settings/KachingSubscriptionsApp/index.js";import so from"./settings/GrowthSuiteDiscountCodes/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:eE,SegunoEmailMarketing:eV,AftershipEmailMarketingsms:eG,BestBuyFulfillment:eU,ProductOptionsVariantOption:eK,GloboProductOptionsVariant:eI,TeeinblueProductPersonalizer:eL,WishlistKing:eT,HulkFormBuilder:eC,LoloyalLoyaltyReferrals:eD,PowerfulContactFormBuilder:eF,WishlistPlus:ek,InstasellShoppableInstagram:eO,SproutPlantTreesGrowSales:eA,RapiBundleQuantityBreaks:eh,AppointmentBookingCowlendar:eb,GoogleReviewsByReputon:eR,MbcBundleVolumeDiscount:ev,ProductOptionsCustomizer:eP,AirProductReviewsAppUgc:ew,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:V,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:w,FrequentlyBoughtTogether:v,BoldSubscriptions:R,BoldProductOptions:h,WideBundle:b,PickyStory:A,InfiniteOptions:O,Wiser:k,Stamped:D,Bundler:C,LaiProductReviews:F,CrossSellCartUpsell:T,BoostAISearchDiscovery:L,YotpoReviews:I,AliReviews:j,Bogos:G,Releasit:E,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,GrowthSuiteDiscountCodes:so};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 w from"./settings/TrustMe/index.js";import v 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 k from"./settings/InfiniteOptions/index.js";import O from"./settings/Wiser/index.js";import D from"./settings/Stamped.js";import C from"./settings/Bundler/index.js";import F 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 K from"./settings/KachingBundles/index.js";import U from"./settings/CleanSizeCharts/index.js";import G from"./settings/Bogos/index.js";import V from"./settings/QikifyUpsell/index.js";import E from"./settings/Releasit/index.js";import W from"./settings/KingProductOptions/index.js";import M 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 ew from"./settings/AirProductReviewsAppUgc/index.js";import ev 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 ek from"./settings/InstasellShoppableInstagram/index.js";import eO from"./settings/WishlistPlus/index.js";import eD from"./settings/LoloyalLoyaltyReferrals/index.js";import eC from"./settings/HulkFormBuilder/index.js";import eF 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 eK from"./settings/ProductOptionsVariantOption/index.js";import eU from"./settings/BestBuyFulfillment/index.js";import eG from"./settings/AftershipEmailMarketingsms/index.js";import eV from"./settings/SegunoEmailMarketing/index.js";import eE from"./settings/SeoantTrustBadgesIcon/index.js";import eW from"./settings/DiscountyBulkDiscountSales/index.js";import eM 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"./settings/KachingSubscriptionsApp/index.js";import so from"./settings/GrowthSuiteDiscountCodes/index.js";import si from"./settings/WcWishlistBackInStock/index.js";import sr from"./settings/BonySubscriptionsApp/index.js";let thirdPartySetting={EstimatedDeliveryDatePlus:eX,OkendoReviewsLoyalty:eN,EssentialAnnouncementBar:eJ,EssentialCountdownTimerBar:eQ,StellarDeliveryDatePickup:eq,TrustshopProductReviews:eH,HulkProductOptions:ez,MyappgurusProductReviews:eY,TrustreviewsProductReviews:eM,DiscountyBulkDiscountSales:eW,SeoantTrustBadgesIcon:eE,SegunoEmailMarketing:eV,AftershipEmailMarketingsms:eG,BestBuyFulfillment:eU,ProductOptionsVariantOption:eK,GloboProductOptionsVariant:eL,TeeinblueProductPersonalizer:eI,WishlistKing:eT,HulkFormBuilder:eC,LoloyalLoyaltyReferrals:eD,PowerfulContactFormBuilder:eF,WishlistPlus:eO,InstasellShoppableInstagram:ek,SproutPlantTreesGrowSales:eA,RapiBundleQuantityBreaks:eh,AppointmentBookingCowlendar:eb,GoogleReviewsByReputon:eR,MbcBundleVolumeDiscount:ev,ProductOptionsCustomizer:eP,AirProductReviewsAppUgc:ew,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:M,QikifyUpsell:V,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:w,FrequentlyBoughtTogether:v,BoldSubscriptions:R,BoldProductOptions:h,WideBundle:b,PickyStory:A,InfiniteOptions:k,Wiser:O,Stamped:D,Bundler:C,LaiProductReviews:F,CrossSellCartUpsell:T,BoostAISearchDiscovery:I,YotpoReviews:L,AliReviews:j,Bogos:G,Releasit:E,KingProductOptions:W,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,GrowthSuiteDiscountCodes:so,WcWishlistBackInStock:si,BonySubscriptionsApp:sr};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 GrowthSuiteDiscountCodes=o(()=>import("./components/GrowthSuiteDiscountCodes.js"),{ssr:!1,loading:s}),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={GrowthSuiteDiscountCodes,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};
|
|
1
|
+
import o from"next/dynamic";import s from"../common/components/Loading.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";let WcWishlistBackInStock=o(()=>import("./components/WcWishlistBackInStock.js"),{ssr:!1,loading:s}),BonySubscriptionsApp=o(()=>import("./components/BonySubscriptionsApp.js"),{ssr:!1,loading:s}),GrowthSuiteDiscountCodes=o(()=>import("./components/GrowthSuiteDiscountCodes.js"),{ssr:!1,loading:s}),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={WcWishlistBackInStock,BonySubscriptionsApp,GrowthSuiteDiscountCodes,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/BonySubscriptionsApp.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/fcee524f7d288b7fed96248acdbb0fb3/icon/CJzBt_69-Y8DEAE=.png?width=22&height=22">',editorConfigs:{placeholder:{flowTag:["Product"],flowPage:"GP_PRODUCT"},component:{isThirdParty:!0}},presets:[{id:e.id,name: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/fcee524f7d288b7fed96248acdbb0fb3/icon/CJzBt_69-Y8DEAE=.png?width=22&height=22">
|
|
3
|
+
<span class="preset-item-title">Bony Subscriptions App</span>
|
|
4
|
+
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:"https://apps.shopify.com/bony-subscriptions-app?utm_source=gempages",appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/bony-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:[],uiV2:t};export{config as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let SettingUIV2=[{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:"Align",setting:{id:"align"}}]}];export{SettingUIV2 as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import e from"../../configs/GrowthSuiteDiscountCodes.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/fc5709e9e55afe57ff6fb5fcc48b93ed/icon/CJ6C5e3N4oUDEAE=.jpeg?width=22&height=22">',editorConfigs:{placeholder:{flowPage:"GP_PRODUCT"},component:{isThirdParty:!0}},presets:[{id:e.id,name: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/fc5709e9e55afe57ff6fb5fcc48b93ed/icon/CJ6C5e3N4oUDEAE=.jpeg?width=22&height=22">
|
|
3
3
|
<span class="preset-item-title">Growth Suite Discount Codes</span>
|
|
4
|
-
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:"https://apps.shopify.com/growth-suite?utm_source=gempages",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:[],uiV2:t};export{config as default};
|
|
4
|
+
</div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:"https://apps.shopify.com/growth-suite?utm_source=gempages",appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/growth-suite",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};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import e from"../../configs/WcWishlistBackInStock.js";import i 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/6c6bdd5180d0848b68f89d106476f116/icon/CLyD5I2Al_0CEAE=.jpeg?width=22&height=22">',editorConfigs:{placeholder:{flowTag:["Product"]},component:{isThirdParty:!0}},presets:[{id:"wishlist-collection",name: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/6c6bdd5180d0848b68f89d106476f116/icon/CLyD5I2Al_0CEAE=.jpeg?width=22&height=22">
|
|
3
|
+
<span class="preset-item-title">WC Wishlist & Back in Stock</span>
|
|
4
|
+
</div>`},components:[{tag:e.tag,settings:{widgetType:"wishlist-collection-block"}}]},{id:"wishlist-product",name:e.label,hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
5
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/6c6bdd5180d0848b68f89d106476f116/icon/CLyD5I2Al_0CEAE=.jpeg?width=22&height=22">
|
|
6
|
+
<span class="preset-item-title">WC Wishlist & Back in Stock</span>
|
|
7
|
+
</div>`},components:[{tag:e.tag,settings:{widgetType:"wishlist-bis-block"}}]}],settings:[{id:"setting",controls:[{id:"widgetType",label:"Choose widget",type:"select",default:"wishlist-bis-block",options:[{label:"Back in Stock Product",value:"wishlist-bis-block",hideOnPage:["ARTICLE","BLOG","COLLECTION","GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC","STATIC"]},{label:"Wishlist Product",value:"wishlist-block",hideOnPage:["ARTICLE","BLOG","COLLECTION","GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC","STATIC"]},{label:"Wishlist Collection",value:"wishlist-collection-block",hideOnPage:["ARTICLE","BLOG","PRODUCT","GP_ARTICLE","GP_BLOG","GP_PRODUCT","GP_INDEX","GP_STATIC","STATIC"]},{label:"Back in Stock Collection",value:"wishlist-bis-collection",hideOnPage:["ARTICLE","BLOG","PRODUCT","GP_ARTICLE","GP_BLOG","GP_PRODUCT","GP_INDEX","GP_STATIC","STATIC"]}]},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:"https://apps.shopify.com/wishlist-club?utm_source=gempages",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:[],uiV2:i};export{config as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let SettingUIV2=[{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{label:"Choose widget",setting:{id:"widgetType"}}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:"Align",setting:{id:"align"}}]}];export{SettingUIV2 as default};
|