@gem-sdk/components 13.2.3 → 14.0.1

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.
Files changed (40) hide show
  1. package/dist/cjs/builder.js +1 -1
  2. package/dist/cjs/helpers.js +1 -1
  3. package/dist/cjs/index.js +1 -1
  4. package/dist/cjs/index.liquid.js +1 -1
  5. package/dist/cjs/product/components/product-badge/utils/generateLiquidContent.js +3 -3
  6. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +8 -8
  7. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +8 -8
  8. package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +3 -3
  9. package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +5 -5
  10. package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +3 -3
  11. package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +5 -5
  12. package/dist/cjs/product/components/product-wrap/Product.liquid.js +1 -1
  13. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.js +2 -0
  14. package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.liquid.js +8 -0
  15. package/dist/cjs/third-party/configs/GrowthSuiteDiscountCodes.js +1 -0
  16. package/dist/cjs/third-party/index.js +1 -1
  17. package/dist/cjs/third-party/next.js +1 -1
  18. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +4 -0
  19. package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -0
  20. package/dist/esm/builder.js +1 -1
  21. package/dist/esm/helpers.js +1 -1
  22. package/dist/esm/index.js +1 -1
  23. package/dist/esm/index.liquid.js +1 -1
  24. package/dist/esm/product/components/product-badge/utils/generateLiquidContent.js +1 -1
  25. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +26 -26
  26. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +26 -26
  27. package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +6 -6
  28. package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +6 -6
  29. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +6 -6
  30. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +6 -6
  31. package/dist/esm/product/components/product-wrap/Product.liquid.js +4 -4
  32. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.js +2 -0
  33. package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.liquid.js +8 -0
  34. package/dist/esm/third-party/configs/GrowthSuiteDiscountCodes.js +1 -0
  35. package/dist/esm/third-party/index.js +1 -1
  36. package/dist/esm/third-party/next.js +1 -1
  37. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +4 -0
  38. package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -0
  39. package/dist/types/index.d.ts +28 -3
  40. package/package.json +2 -2
@@ -14,7 +14,7 @@ let generateBadgeContent=(n,i)=>`
14
14
  {% assign amountDiscountValue = amountDiscount | money_without_trailing_zeros %}
15
15
  {% assign price = variant.price | divided_by: 100 %}
16
16
  {% assign minPriceValue = product.variants | map: "price" | sort | first | money_without_trailing_zeros %}
17
- {% assign inventoryQuantityValue = variant.inventory_quantity %}
17
+ {% assign inventoryQuantityValue = variant.inventory_quantity | default: 0 %}
18
18
 
19
19
  {% assign percentDiscountKey = "{percent_discount}" %}
20
20
  {% assign amountDiscountKey = "{amount_discount}" %}
@@ -1,44 +1,44 @@
1
- import{template as e,isLocalEnv as o,baseAssetURL as r,WrapRenderChildren as s,RenderChildren as t}from"@gem-sdk/core";import{getConditionRenderGalleryImages as i,getStyleInsideLayout as a,setDefaultWhenUndefineSetting as p}from"./common/common.js";import l from"./components/feature-gallery/FeatureImageWithGallery.liquid.js";import d from"./components/gallery-carousel/GalleryCarousel.liquid.js";import m from"./components/gallery-grid/GalleryGrid.liquid.js";import{getSettingPreloadData as c}from"../../../helpers.js";import{getShapeByLayout as u,sizeSettingDefaultForNewLayout as n}from"./common/productGallery.js";import{getProductImagesClassName as g}from"./composables/getProductImagesClassName.js";import{getProductImagesStyles as f}from"./composables/getProductImagesStyles.js";import{createAttr as $,LiquidIf as y,createClass as h,If as S,Liquid as j}from"@gem-sdk/system";import{getBorderActiveCss as v}from"./common/getBorderActiveCss.js";import{getStyleOfObject as F}from"../../helpers/function.js";let ProductImages=I=>{let P=p(I),{setting:C,styles:G,builderProps:D,style:b}=P,{rawChildren:z,pageContext:O}=I,{enableLazyLoadImage:_}=O??{},N={...C,...G},A=`
1
+ import{template as e,isLocalEnv as o,baseAssetURL as r,WrapRenderChildren as s,RenderChildren as t}from"@gem-sdk/core";import{getConditionRenderGalleryImages as i,getStyleInsideLayout as a,setDefaultWhenUndefineSetting as p}from"./common/common.js";import l from"./components/feature-gallery/FeatureImageWithGallery.liquid.js";import d from"./components/gallery-carousel/GalleryCarousel.liquid.js";import m from"./components/gallery-grid/GalleryGrid.liquid.js";import{filterPageContext as c,getSettingPreloadData as u}from"../../../helpers.js";import{getShapeByLayout as n,sizeSettingDefaultForNewLayout as g}from"./common/productGallery.js";import{getProductImagesClassName as f}from"./composables/getProductImagesClassName.js";import{getProductImagesStyles as $}from"./composables/getProductImagesStyles.js";import{createAttr as y,LiquidIf as h,createClass as S,If as j,Liquid as v}from"@gem-sdk/system";import{getBorderActiveCss as F}from"./common/getBorderActiveCss.js";import{getStyleOfObject as I}from"../../helpers/function.js";let ProductImages=P=>{let C=p(P),{setting:G,styles:D,builderProps:b,style:z}=C,{rawChildren:O,pageContext:_}=P,{enableLazyLoadImage:N}=_??{},A={...G,...D},B=`
2
2
  {
3
- "id":${JSON.stringify(D?.uid)},
4
- "pageContext": ${JSON.stringify(O)},
5
- "setting":${JSON.stringify(C)},
6
- "styles":${JSON.stringify(G)},
3
+ "id":${JSON.stringify(b?.uid)},
4
+ "pageContext": ${JSON.stringify(c(_))},
5
+ "setting":${JSON.stringify(G)},
6
+ "styles":${JSON.stringify(D)},
7
7
  "productUrl":{{product.url | json | escape}},
8
8
  "product":{{product | json | escape}},
9
9
  "collectionUrl": {{ collection.url | json | escape }},
10
10
  "collection": {{ collection | json | escape}}
11
11
  }
12
- `,B=$({"section-id":"{{section.id}}","data-id":`${D?.uid}`}),{isOnlyFeatureAllDevices:U,isRenderGalleryGrid:k}=i(N?.position,C?.type),q=k?{}:$({"data-only-image":y("product.media.size > 1","false","true")}),{wrapperClasses:E,productImagesGalleryClasses:J}=g(I),w=h({"gp-grid gp-w-full !gp-m-0 gp-relative":!0}),T=h({"gp-w-full !gp-m-0 gp-relative":!0}),{wrapContainerStyle:x,wrapContainerStyleOnlyOneImage:L,galleryImageStyle:M}=f(N),R=u({shape:N.shape,shapeForBottom:N.shapeForBottom,shapeFor1Col:N.shapeFor1Col,shapeFor2Col:N.shapeFor2Col,shapeForFtOnly:N.shapeForFtOnly,shapeForInsideBottom:N.shapeForInsideBottom??n,shapeForInside:N.shapeForInside??n},N.position),V=a(N.position,R,N?.spacing),W=()=>e`
13
- ${s({uid:D?.uid||"",customProps:z?.[0].customProps},z?.map(o=>{if(o)return e`${t({...o,isInsideProductImage:!0,imageData:{imageShape:G?.ftShape,imageAlign:G?.align,imageLayout:G?.position},dotData:{dotSize:C?.ftDotSize,dotGapToCarousel:C?.ftDotGapToCarousel,dotStyle:C?.ftDotStyle}})}`}))}
14
- `,H=()=>e`
12
+ `,U=y({"section-id":"{{section.id}}","data-id":`${b?.uid}`}),{isOnlyFeatureAllDevices:k,isRenderGalleryGrid:q}=i(A?.position,G?.type),E=q?{}:y({"data-only-image":h("product.media.size > 1","false","true")}),{wrapperClasses:J,productImagesGalleryClasses:w}=f(P),T=S({"gp-grid gp-w-full !gp-m-0 gp-relative":!0}),x=S({"gp-w-full !gp-m-0 gp-relative":!0}),{wrapContainerStyle:L,wrapContainerStyleOnlyOneImage:M,galleryImageStyle:R}=$(A),V=n({shape:A.shape,shapeForBottom:A.shapeForBottom,shapeFor1Col:A.shapeFor1Col,shapeFor2Col:A.shapeFor2Col,shapeForFtOnly:A.shapeForFtOnly,shapeForInsideBottom:A.shapeForInsideBottom??g,shapeForInside:A.shapeForInside??g},A.position),W=a(A.position,V,A?.spacing),H=()=>e`
13
+ ${s({uid:b?.uid||"",customProps:O?.[0].customProps},O?.map(o=>{if(o)return e`${t({...o,isInsideProductImage:!0,imageData:{imageShape:D?.ftShape,imageAlign:D?.align,imageLayout:D?.position},dotData:{dotSize:G?.ftDotSize,dotGapToCarousel:G?.ftDotGapToCarousel,dotStyle:G?.ftDotStyle}})}`}))}
14
+ `,K=()=>e`
15
15
  <div
16
- class="${J}"
17
- style="${F(M)}"
18
- ${{...q}}
16
+ class="${w}"
17
+ style="${I(R)}"
18
+ ${{...E}}
19
19
  >
20
- ${y("product.media.size > 1",d({builderPropUID:`gp-gallery-${D?.uid}`,...N,enableLazyLoadImage:_}))}
21
- ${S(k,m({builderPropUID:D?.uid,wrapperStyle:{...V},children:W(),...N,enableLazyLoadImage:_}))}
20
+ ${h("product.media.size > 1",d({builderPropUID:`gp-gallery-${b?.uid}`,...A,enableLazyLoadImage:N}))}
21
+ ${j(q,m({builderPropUID:b?.uid,wrapperStyle:{...W},children:H(),...A,enableLazyLoadImage:N}))}
22
22
  </div>
23
- `,K=()=>C?.borderActive?.border!=="none";return e`
24
- ${S(K(),y("product.media.size > 1",`<style>${v({settings:N,uid:D?.uid,type:"Liquid"})}</style>`),"")}
25
- ${j(`
23
+ `,Q=()=>G?.borderActive?.border!=="none";return e`
24
+ ${j(Q(),h("product.media.size > 1",`<style>${F({settings:A,uid:b?.uid,type:"Liquid"})}</style>`),"")}
25
+ ${v(`
26
26
  {% assign featured_image = product.featured_image %}
27
- ${y("variant != null and variant.featured_image != null","{% assign featured_image = variant.featured_image %}")}
27
+ ${h("variant != null and variant.featured_image != null","{% assign featured_image = variant.featured_image %}")}
28
28
  `)}
29
29
  <gp-product-images
30
- gp-data='${A}'
31
- ${{...B}}
32
- style="${{...b}}"
33
- class="${E}"
30
+ gp-data='${B}'
31
+ ${{...U}}
32
+ style="${{...z}}"
33
+ class="${J}"
34
34
  >
35
35
  <div
36
- class="${y("product.media.size > 1",`${w}`,`${T}`)}"
37
- style="${y("product.media.size > 1",F(x),F(L))}"
36
+ class="${h("product.media.size > 1",`${T}`,`${x}`)}"
37
+ style="${h("product.media.size > 1",I(L),I(M))}"
38
38
  >
39
- ${l({builderPropUID:`gp-carousel-${D?.uid}`,...N,children:W(),enableLazyLoadImage:_})}
40
- ${S(!U,H())}
39
+ ${l({builderPropUID:`gp-carousel-${b?.uid}`,...A,children:H(),enableLazyLoadImage:N})}
40
+ ${j(!k,K())}
41
41
  </div>
42
42
  </gp-product-images>
43
- ${S(o,`<script ${c('class="gps-link" delay',"src")}="{{ 'gp-product-images-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${c('class="gps-link" delay',"src")}="${r}/assets-v2/gp-product-images-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
43
+ ${j(o,`<script ${u('class="gps-link" delay',"src")}="{{ 'gp-product-images-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${u('class="gps-link" delay',"src")}="${r}/assets-v2/gp-product-images-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
44
44
  `};export{ProductImages as default};
@@ -1,44 +1,44 @@
1
- import{template as e,isLocalEnv as o,baseAssetURL as r,WrapRenderChildren as s,RenderChildren as t}from"@gem-sdk/core";import{getConditionRenderGalleryImages as i,getStyleInsideLayout as a,setDefaultWhenUndefineSetting as p}from"./common/common.js";import l from"./components/feature-gallery/FeatureImageWithGallery.liquid.js";import d from"./components/gallery-carousel/GalleryCarousel.liquid.js";import m from"./components/gallery-grid/GalleryGrid.liquid.js";import{getSettingPreloadData as c}from"../../../helpers.js";import{getShapeByLayout as u,sizeSettingDefaultForNewLayout as n}from"./common/productGallery.js";import{getProductImagesClassName as g}from"./composables/getProductImagesClassName.js";import{getProductImagesStyles as f}from"./composables/getProductImagesStyles.js";import{createAttr as $,LiquidIf as y,createClass as h,If as v,Liquid as S}from"@gem-sdk/system";import{getBorderActiveCss as j}from"./common/getBorderActiveCss.js";import{getStyleOfObject as F}from"../../helpers/function.js";let ProductImages=I=>{let P=p(I),{setting:C,styles:G,builderProps:D,style:b}=P,{rawChildren:z,pageContext:O}=I,{enableLazyLoadImage:_}=O??{},N={...C,...G},A=`
1
+ import{template as e,isLocalEnv as o,baseAssetURL as r,WrapRenderChildren as s,RenderChildren as t}from"@gem-sdk/core";import{getConditionRenderGalleryImages as i,getStyleInsideLayout as a,setDefaultWhenUndefineSetting as p}from"./common/common.js";import l from"./components/feature-gallery/FeatureImageWithGallery.liquid.js";import d from"./components/gallery-carousel/GalleryCarousel.liquid.js";import m from"./components/gallery-grid/GalleryGrid.liquid.js";import{filterPageContext as c,getSettingPreloadData as u}from"../../../helpers.js";import{getShapeByLayout as n,sizeSettingDefaultForNewLayout as g}from"./common/productGallery.js";import{getProductImagesClassName as f}from"./composables/getProductImagesClassName.js";import{getProductImagesStyles as $}from"./composables/getProductImagesStyles.js";import{createAttr as y,LiquidIf as h,createClass as v,If as S,Liquid as j}from"@gem-sdk/system";import{getBorderActiveCss as F}from"./common/getBorderActiveCss.js";import{getStyleOfObject as I}from"../../helpers/function.js";let ProductImages=P=>{let C=p(P),{setting:G,styles:D,builderProps:b,style:z}=C,{rawChildren:O,pageContext:_}=P,{enableLazyLoadImage:N}=_??{},A={...G,...D},B=`
2
2
  {
3
- "id":${JSON.stringify(D?.uid)},
4
- "pageContext": ${JSON.stringify(O)},
5
- "setting":${JSON.stringify(C)},
6
- "styles":${JSON.stringify(G)},
3
+ "id":${JSON.stringify(b?.uid)},
4
+ "pageContext": ${JSON.stringify(c(_))},
5
+ "setting":${JSON.stringify(G)},
6
+ "styles":${JSON.stringify(D)},
7
7
  "productUrl":{{product.url | json | escape}},
8
8
  "product":{{product | json | escape}},
9
9
  "collectionUrl": {{ collection.url | json | escape }},
10
10
  "collection": {{ collection | json | escape}}
11
11
  }
12
- `,B=$({"section-id":"{{section.id}}","data-id":`${D?.uid}`}),{isOnlyFeatureAllDevices:U,isRenderGalleryGrid:k}=i(N?.position,C?.type),q=k?{}:$({"data-only-image":y("product.media.size > 1","false","true")}),{wrapperClasses:E,productImagesGalleryClasses:J}=g(I),w=h({"gp-grid gp-w-full !gp-m-0 gp-relative":!0}),T=h({"gp-w-full !gp-m-0 gp-relative":!0}),{wrapContainerStyle:x,wrapContainerStyleOnlyOneImage:L,galleryImageStyle:M}=f(N),R=u({shape:N.shape,shapeForBottom:N.shapeForBottom,shapeFor1Col:N.shapeFor1Col,shapeFor2Col:N.shapeFor2Col,shapeForFtOnly:N.shapeForFtOnly,shapeForInsideBottom:N.shapeForInsideBottom??n,shapeForInside:N.shapeForInside??n},N.position),V=a(N.position,R,N?.spacing),W=()=>e`
13
- ${s({uid:D?.uid||"",customProps:z?.[0].customProps},z?.map(o=>{if(o)return e`${t({...o,isInsideProductImage:!0,imageData:{imageShape:G?.ftShape,imageAlign:G?.align,imageLayout:G?.position},dotData:{dotSize:C?.ftDotSize,dotGapToCarousel:C?.ftDotGapToCarousel,dotStyle:C?.ftDotStyle}})}`}))}
14
- `,H=()=>e`
12
+ `,U=y({"section-id":"{{section.id}}","data-id":`${b?.uid}`}),{isOnlyFeatureAllDevices:k,isRenderGalleryGrid:q}=i(A?.position,G?.type),E=q?{}:y({"data-only-image":h("product.media.size > 1","false","true")}),{wrapperClasses:J,productImagesGalleryClasses:w}=f(P),T=v({"gp-grid gp-w-full !gp-m-0 gp-relative":!0}),x=v({"gp-w-full !gp-m-0 gp-relative":!0}),{wrapContainerStyle:L,wrapContainerStyleOnlyOneImage:M,galleryImageStyle:R}=$(A),V=n({shape:A.shape,shapeForBottom:A.shapeForBottom,shapeFor1Col:A.shapeFor1Col,shapeFor2Col:A.shapeFor2Col,shapeForFtOnly:A.shapeForFtOnly,shapeForInsideBottom:A.shapeForInsideBottom??g,shapeForInside:A.shapeForInside??g},A.position),W=a(A.position,V,A?.spacing),H=()=>e`
13
+ ${s({uid:b?.uid||"",customProps:O?.[0].customProps},O?.map(o=>{if(o)return e`${t({...o,isInsideProductImage:!0,imageData:{imageShape:D?.ftShape,imageAlign:D?.align,imageLayout:D?.position},dotData:{dotSize:G?.ftDotSize,dotGapToCarousel:G?.ftDotGapToCarousel,dotStyle:G?.ftDotStyle}})}`}))}
14
+ `,K=()=>e`
15
15
  <div
16
- class="${J}"
17
- style="${F(M)}"
18
- ${{...q}}
16
+ class="${w}"
17
+ style="${I(R)}"
18
+ ${{...E}}
19
19
  >
20
- ${y("product.media.size > 1",d({builderPropUID:`gp-gallery-${D?.uid}`,...N,enableLazyLoadImage:_}))}
21
- ${v(k,m({builderPropUID:D?.uid,wrapperStyle:{...V},children:W(),...N,enableLazyLoadImage:_}))}
20
+ ${h("product.media.size > 1",d({builderPropUID:`gp-gallery-${b?.uid}`,...A,enableLazyLoadImage:N}))}
21
+ ${S(q,m({builderPropUID:b?.uid,wrapperStyle:{...W},children:H(),...A,enableLazyLoadImage:N}))}
22
22
  </div>
23
- `,K=()=>C?.borderActive?.border!=="none";return e`
24
- ${v(K(),y("product.media.size > 1",`<style>${j({settings:N,uid:D?.uid,type:"Liquid"})}</style>`),"")}
25
- ${S(`
23
+ `,Q=()=>G?.borderActive?.border!=="none";return e`
24
+ ${S(Q(),h("product.media.size > 1",`<style>${F({settings:A,uid:b?.uid,type:"Liquid"})}</style>`),"")}
25
+ ${j(`
26
26
  {% assign featured_image = product.featured_image %}
27
- ${y("variant != null and variant.featured_image != null","{% assign featured_image = variant.featured_image %}")}
27
+ ${h("variant != null and variant.featured_image != null","{% assign featured_image = variant.featured_image %}")}
28
28
  `)}
29
29
  <gp-product-images-v3
30
- gp-data='${A}'
31
- ${{...B}}
32
- style="${{...b}}"
33
- class="${E}"
30
+ gp-data='${B}'
31
+ ${{...U}}
32
+ style="${{...z}}"
33
+ class="${J}"
34
34
  >
35
35
  <div
36
- class="${y("product.media.size > 1",`${w}`,`${T}`)}"
37
- style="${y("product.media.size > 1",F(x),F(L))}"
36
+ class="${h("product.media.size > 1",`${T}`,`${x}`)}"
37
+ style="${h("product.media.size > 1",I(L),I(M))}"
38
38
  >
39
- ${l({builderPropUID:`gp-carousel-${D?.uid}`,...N,children:W(),enableLazyLoadImage:_})}
40
- ${v(!U,H())}
39
+ ${l({builderPropUID:`gp-carousel-${b?.uid}`,...A,children:H(),enableLazyLoadImage:N})}
40
+ ${S(!k,K())}
41
41
  </div>
42
42
  </gp-product-images-v3>
43
- ${v(o,`<script ${c('class="gps-link" delay',"src")}="{{ 'gp-product-images-v3-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${c('class="gps-link" delay',"src")}="${r}/assets-v2/gp-product-images-v3-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
43
+ ${S(o,`<script ${u('class="gps-link" delay',"src")}="{{ 'gp-product-images-v3-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${u('class="gps-link" delay',"src")}="${r}/assets-v2/gp-product-images-v3-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
44
44
  `};export{ProductImages as default};
@@ -1,15 +1,15 @@
1
- import{template as t}from"@gem-sdk/core";import{getClass as e}from"./common/classes.js";let ProductListItem=n=>{let{pageContext:o,children:a}=n,{productItemClass:r,gpProductClass:i}=e(n);return t`
1
+ import{template as t}from"@gem-sdk/core";import{getClass as e}from"./common/classes.js";import{filterPageContext as n}from"../../../helpers.js";let ProductListItem=o=>{let{pageContext:a,children:r}=o,{productItemClass:i,gpProductClass:c}=e(o);return t`
2
2
  <gp-product
3
- gp-context='{"variantSelected": {{ variant | json | escape }}, "inventory_management": {{ variant.inventory_management | json | escape }}, "inventory_policy": {{ variant.inventory_policy | json | escape }}, "quantity": 1 , "inventoryQuantity": {{ variant.inventory_quantity }}, "formId": "{{ product_form_id }}"}'
4
- gp-data='{"variantSelected": {{ variant | json | escape }}, "quantity": 1, "productUrl":{{ product.url | json | escape }}, "productHandle":{{ product.handle | json | escape }}, "collectionUrl": {{ collection.url | json | escape }}, "collectionHandle": {{ collection.handle | json | escape }},"pageContext" : ${JSON.stringify(o)}}'
5
- class="${i}"
3
+ gp-context='{"variantSelected": {{ variant | json | escape }}, "inventory_management": {{ variant.inventory_management | json | escape }}, "inventory_policy": {{ variant.inventory_policy | json | escape }}, "quantity": 1 , "inventoryQuantity": {{ variant.inventory_quantity | default: 0 }}, "formId": "{{ product_form_id }}"}'
4
+ gp-data='{"variantSelected": {{ variant | json | escape }}, "quantity": 1, "productUrl":{{ product.url | json | escape }}, "productHandle":{{ product.handle | json | escape }}, "collectionUrl": {{ collection.url | json | escape }}, "collectionHandle": {{ collection.handle | json | escape }},"pageContext" : ${JSON.stringify(n(a))}}'
5
+ class="${c}"
6
6
 
7
7
  >
8
- {%- form 'product', product, id: product_form_id, class: 'form contents ${r}', data-type: 'add-to-cart-form', autocomplete: 'off' -%}
8
+ {%- form 'product', product, id: product_form_id, class: 'form contents ${i}', data-type: 'add-to-cart-form', autocomplete: 'off' -%}
9
9
  <input type="hidden" name="id" value="{{ variant.id }}" />
10
10
  <input type="hidden" min="1" name="quantity" value="{{ quantity }}" />
11
11
  <button type="submit" onclick="return false;" style="display:none;"></button>
12
- ${a}
12
+ ${r}
13
13
  {%- endform -%}
14
14
  </gp-product>
15
15
  `};export{ProductListItem as default};
@@ -1,15 +1,15 @@
1
- import{template as t,RenderChildren as e}from"@gem-sdk/core";import{getClass as n}from"./common/classes.js";let ProductListItem=o=>{let{pageContext:a,rawChildren:r}=o,{productItemClass:i,gpProductClass:c}=n(o),d=()=>t`
2
- ${r?.map((n,o)=>{if(n)return t`
1
+ import{template as t,RenderChildren as e}from"@gem-sdk/core";import{getClass as n}from"./common/classes.js";import{filterPageContext as o}from"../../../helpers.js";let ProductListItem=a=>{let{pageContext:r,rawChildren:i}=a,{productItemClass:c,gpProductClass:p}=n(a),d=()=>t`
2
+ ${i?.map((n,o)=>{if(n)return t`
3
3
  ${e({...n,index:o})}
4
4
  `}).join("")}
5
5
  `;return t`
6
6
  <gp-product
7
- gp-context='{"variantSelected": {{ variant | json | escape }}, "inventory_management": {{ variant.inventory_management | json | escape }}, "inventory_policy": {{ variant.inventory_policy | json | escape }}, "quantity": 1 , "inventoryQuantity": {{ variant.inventory_quantity }}, "formId": "{{ product_form_id }}"}'
8
- gp-data='{"variantSelected": {{ variant | json | escape }}, "quantity": 1, "productUrl":{{ product.url | json | escape }}, "productHandle":{{ product.handle | json | escape }}, "collectionUrl": {{ collection.url | json | escape }}, "collectionHandle": {{ collection.handle | json | escape }},"pageContext" : ${JSON.stringify(a)}}'
9
- class="${c}"
7
+ gp-context='{"variantSelected": {{ variant | json | escape }}, "inventory_management": {{ variant.inventory_management | json | escape }}, "inventory_policy": {{ variant.inventory_policy | json | escape }}, "quantity": 1 , "inventoryQuantity": {{ variant.inventory_quantity | default: 0 }}, "formId": "{{ product_form_id }}"}'
8
+ gp-data='{"variantSelected": {{ variant | json | escape }}, "quantity": 1, "productUrl":{{ product.url | json | escape }}, "productHandle":{{ product.handle | json | escape }}, "collectionUrl": {{ collection.url | json | escape }}, "collectionHandle": {{ collection.handle | json | escape }},"pageContext" : ${JSON.stringify(o(r))}}'
9
+ class="${p}"
10
10
 
11
11
  >
12
- {%- form 'product', product, id: product_form_id, class: 'form contents ${i}', data-type: 'add-to-cart-form', autocomplete: 'off' -%}
12
+ {%- form 'product', product, id: product_form_id, class: 'form contents ${c}', data-type: 'add-to-cart-form', autocomplete: 'off' -%}
13
13
  <input type="hidden" name="id" value="{{ variant.id }}" />
14
14
  <input type="hidden" min="1" name="quantity" value="{{ quantity }}" />
15
15
  <button type="submit" onclick="return false;" style="display:none;"></button>
@@ -1,15 +1,15 @@
1
- import{template as t}from"@gem-sdk/core";import{getClass as e}from"./common/classes.js";let ProductListItem=n=>{let{pageContext:o,children:a}=n,{productItemClass:r,gpProductClass:i}=e(n);return t`
1
+ import{template as t}from"@gem-sdk/core";import{getClass as e}from"./common/classes.js";import{filterPageContext as n}from"../../../helpers.js";let ProductListItem=o=>{let{pageContext:a,children:r}=o,{productItemClass:i,gpProductClass:c}=e(o);return t`
2
2
  <gp-product
3
- gp-context='{"variantSelected": {{ variant | json | escape }}, "inventory_management": {{ variant.inventory_management | json | escape }}, "inventory_policy": {{ variant.inventory_policy | json | escape }}, "quantity": 1 ,"inventoryQuantity": {{ variant.inventory_quantity }}, "formId": "{{ product_form_id }}"}'
4
- gp-data='{"variantSelected": {{ variant | json | escape }}, "quantity": 1, "productUrl":{{ product.url | json | escape }}, "productHandle":{{ product.handle | json | escape }}, "collectionUrl": {{ collection.url | json | escape }}, "collectionHandle": {{ collection.handle | json | escape }},"pageContext" : ${JSON.stringify(o)}}'
5
- class="${i}"
3
+ gp-context='{"variantSelected": {{ variant | json | escape }}, "inventory_management": {{ variant.inventory_management | json | escape }}, "inventory_policy": {{ variant.inventory_policy | json | escape }}, "quantity": 1 ,"inventoryQuantity": {{ variant.inventory_quantity | default: 0 }}, "formId": "{{ product_form_id }}"}'
4
+ gp-data='{"variantSelected": {{ variant | json | escape }}, "quantity": 1, "productUrl":{{ product.url | json | escape }}, "productHandle":{{ product.handle | json | escape }}, "collectionUrl": {{ collection.url | json | escape }}, "collectionHandle": {{ collection.handle | json | escape }},"pageContext" : ${JSON.stringify(n(a))}}'
5
+ class="${c}"
6
6
 
7
7
  >
8
- {%- form 'product', product, id: product_form_id, class: 'form contents ${r}', data-type: 'add-to-cart-form', autocomplete: 'off' -%}
8
+ {%- form 'product', product, id: product_form_id, class: 'form contents ${i}', data-type: 'add-to-cart-form', autocomplete: 'off' -%}
9
9
  <input type="hidden" name="id" value="{{ variant.id }}" />
10
10
  <input type="hidden" min="1" name="quantity" value="{{ quantity }}" />
11
11
  <button type="submit" onclick="return false;" style="display:none;"></button>
12
- ${a}
12
+ ${r}
13
13
  {%- endform -%}
14
14
  </gp-product>
15
15
  `};export{ProductListItem as default};
@@ -1,15 +1,15 @@
1
- import{template as t,RenderChildren as e}from"@gem-sdk/core";import{getClass as n}from"./common/classes.js";let ProductListItem=o=>{let{pageContext:a,rawChildren:r}=o,{productItemClass:i,gpProductClass:c}=n(o),d=()=>t`
2
- ${r?.map((n,o)=>{if(n)return t`
1
+ import{template as t,RenderChildren as e}from"@gem-sdk/core";import{getClass as n}from"./common/classes.js";import{filterPageContext as o}from"../../../helpers.js";let ProductListItem=a=>{let{pageContext:r,rawChildren:i}=a,{productItemClass:c,gpProductClass:p}=n(a),d=()=>t`
2
+ ${i?.map((n,o)=>{if(n)return t`
3
3
  ${e({...n,index:o})}
4
4
  `}).join("")}
5
5
  `;return t`
6
6
  <gp-product
7
- gp-context='{"variantSelected": {{ variant | json | escape }}, "inventory_management": {{ variant.inventory_management | json | escape }}, "inventory_policy": {{ variant.inventory_policy | json | escape }}, "quantity": 1 ,"inventoryQuantity": {{ variant.inventory_quantity }}, "formId": "{{ product_form_id }}"}'
8
- gp-data='{"variantSelected": {{ variant | json | escape }}, "quantity": 1, "productUrl":{{ product.url | json | escape }}, "productHandle":{{ product.handle | json | escape }}, "collectionUrl": {{ collection.url | json | escape }}, "collectionHandle": {{ collection.handle | json | escape }},"pageContext" : ${JSON.stringify(a)}}'
9
- class="${c}"
7
+ gp-context='{"variantSelected": {{ variant | json | escape }}, "inventory_management": {{ variant.inventory_management | json | escape }}, "inventory_policy": {{ variant.inventory_policy | json | escape }}, "quantity": 1 ,"inventoryQuantity": {{ variant.inventory_quantity | default: 0 }}, "formId": "{{ product_form_id }}"}'
8
+ gp-data='{"variantSelected": {{ variant | json | escape }}, "quantity": 1, "productUrl":{{ product.url | json | escape }}, "productHandle":{{ product.handle | json | escape }}, "collectionUrl": {{ collection.url | json | escape }}, "collectionHandle": {{ collection.handle | json | escape }},"pageContext" : ${JSON.stringify(o(r))}}'
9
+ class="${p}"
10
10
 
11
11
  >
12
- {%- form 'product', product, id: product_form_id, class: 'form contents ${i}', data-type: 'add-to-cart-form', autocomplete: 'off' -%}
12
+ {%- form 'product', product, id: product_form_id, class: 'form contents ${c}', data-type: 'add-to-cart-form', autocomplete: 'off' -%}
13
13
  <input type="hidden" name="id" value="{{ variant.id }}" />
14
14
  <input type="hidden" min="1" name="quantity" value="{{ quantity }}" />
15
15
  <button type="submit" onclick="return false;" style="display:none;"></button>
@@ -1,4 +1,4 @@
1
- import{template as t,RenderIf as e,isLocalEnv as r,baseAssetURL as i}from"@gem-sdk/core";import a from"../../../grid/components/row/Row.liquid.js";import{LiquidIf as o,If as d}from"@gem-sdk/system";import{getSettingPreloadData as n,getStaticLocale as s}from"../../../helpers.js";import{getData as c,DYNAMIC_PRODUCT_STATUS as p,STATIC_PRODUCT_STATUS as l,PRODUCT_ID_LATEST as u}from"./common/helpers.js";let Product=f=>{let{children:m,setting:g,style:y,builderProps:v,rawChildren:_,advanced:$}=f,{isSyncProduct:S,productSetting:I}=g??{},b=I?.hasPreSelected??!1,{rowSetting:j,rowStyles:h,formatVariantId:q,formatProductId:P,productStatus:V,preSelectedOptionIds:k,productHandle:w,advancedStyle:E}=c(f),x=()=>t`
1
+ import{template as t,RenderIf as e,isLocalEnv as r,baseAssetURL as i}from"@gem-sdk/core";import a from"../../../grid/components/row/Row.liquid.js";import{LiquidIf as d,If as o}from"@gem-sdk/system";import{getSettingPreloadData as n,getStaticLocale as s}from"../../../helpers.js";import{getData as c,DYNAMIC_PRODUCT_STATUS as p,STATIC_PRODUCT_STATUS as l,PRODUCT_ID_LATEST as u}from"./common/helpers.js";let Product=f=>{let{children:m,setting:g,style:y,builderProps:v,rawChildren:_,advanced:$}=f,{isSyncProduct:S,productSetting:I}=g??{},b=I?.hasPreSelected??!1,{rowSetting:j,rowStyles:h,formatVariantId:q,formatProductId:P,productStatus:V,preSelectedOptionIds:k,productHandle:w,advancedStyle:E}=c(f),x=()=>t`
2
2
  {%- liquid
3
3
  if request.page_type == 'product'
4
4
  if '${V}' == '${l}'
@@ -58,7 +58,7 @@ import{template as t,RenderIf as e,isLocalEnv as r,baseAssetURL as i}from"@gem-s
58
58
  -%}
59
59
  `,B=()=>t`
60
60
  {%- assign gpBkProduct = product -%}
61
- ${d(V==p,A(),x())}
61
+ ${o(V==p,A(),x())}
62
62
  `,G=()=>t`
63
63
  {%- assign initVariantId = ${q} -%}
64
64
  {%- assign product_form_id = 'product-form-' | append: "${v?.uid}" -%}
@@ -79,7 +79,7 @@ import{template as t,RenderIf as e,isLocalEnv as r,baseAssetURL as i}from"@gem-s
79
79
  data-id="${v?.uid}"
80
80
  style="${E}"
81
81
  class="${$?.cssClass}"
82
- gp-context='{"productId": {{ product.id }}, "preSelectedOptionIds": [${k}], "isSyncProduct": "${S}", "hasPreSelected": ${b}, "variantSelected": {{ variant | json | escape }}, "inventory_management": {{ variant.inventory_management | json | escape }}, "inventory_policy": {{ variant.inventory_policy | json | escape }}, "inventoryQuantity": {{ variant.inventory_quantity }}, "quantity": 1, "formId": "{{ product_form_id }}" }'
82
+ gp-context='{"productId": {{ product.id }}, "preSelectedOptionIds": [${k}], "isSyncProduct": "${S}", "hasPreSelected": ${b}, "variantSelected": {{ variant | json | escape }}, "inventory_management": {{ variant.inventory_management | json | escape }}, "inventory_policy": {{ variant.inventory_policy | json | escape }}, "inventoryQuantity": {{ variant.inventory_quantity | default: 0 }}, "quantity": 1, "formId": "{{ product_form_id }}" }'
83
83
  gp-data='{"variantSelected": {{ variant | json | escape }}, "quantity": 1, "productUrl":{{ product.url | json | escape }}, "productHandle":{{ product.handle | json | escape }}, "collectionUrl": {{ collection.url | json | escape }}, "collectionHandle": {{ collection.handle | json | escape }}}'
84
84
  >
85
85
  <product-form class="product-form">
@@ -94,6 +94,6 @@ import{template as t,RenderIf as e,isLocalEnv as r,baseAssetURL as i}from"@gem-s
94
94
  {%- assign product = gpBkProduct -%}
95
95
  `;return t`
96
96
  ${B()}
97
- ${o("product != empty and product != null",O(),H())}
97
+ ${d("product != empty and product != null",O(),H())}
98
98
  ${e(r,`<script ${n('class="gps-link" delay',"src")}="{{ 'gp-product-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${n('class="gps-link" delay',"src")}="${i}/assets-v2/gp-product-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
99
99
  `};export{Product as default};
@@ -0,0 +1,2 @@
1
+ 'use client';
2
+ import{jsx as o,Fragment as t}from"react/jsx-runtime";import{makeStyleResponsive as e}from"@gem-sdk/core";import r from"./ThirdPartyPreview.js";import i from"../configs/GrowthSuiteDiscountCodes.js";let GrowthSuiteDiscountCodesContent=()=>o(t,{children:o("div",{className:"gp-p-2",children:o(r,{setting:{label:"Growth Suite Discount Codes",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${i.logoUrl}">`}})})}),GrowthSuiteDiscountCodes=({setting:t})=>o("div",{style:{...e("ta",t?.align)},children:o(GrowthSuiteDiscountCodesContent,{})});export{GrowthSuiteDiscountCodes as default};
@@ -0,0 +1,8 @@
1
+ import{template as e,makeStyleResponsive as t}from"@gem-sdk/core";let GrowthSuiteDiscountCodes=({setting:s,advanced:d})=>{let{align:n}=s??{};return e`
2
+ <div
3
+ class="${d?.cssClass}"
4
+ style="${{...t("ta",n)}}"
5
+ >
6
+ <div id="gs-pdp-discount-announcement" class="gs_product_element gs-pdp-discount-announcement gs-pdp-update-remaining-time"></div>
7
+ </div>
8
+ `};export{GrowthSuiteDiscountCodes as default};
@@ -0,0 +1 @@
1
+ var AppConfig={id:"growth-suite-discount-codes",label:"Growth Suite Discount Codes",logoUrl:"https://cdn.shopify.com/app-store/listing_images/fc5709e9e55afe57ff6fb5fcc48b93ed/icon/CJ6C5e3N4oUDEAE=.jpeg?width=22&height=22",tag:"GrowthSuiteDiscountCodes"};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 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
+ 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"./setting/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 +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 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};
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};
@@ -0,0 +1,4 @@
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:{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/fc5709e9e55afe57ff6fb5fcc48b93ed/icon/CJ6C5e3N4oUDEAE=.jpeg?width=22&height=22">
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};
@@ -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};