@gem-sdk/components 19.0.0-staging.6 → 19.0.0-staging.61

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 (216) hide show
  1. package/dist/cjs/builder.js +1 -1
  2. package/dist/cjs/carousel-v3/common/selectors.js +1 -0
  3. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +8 -8
  4. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -1
  5. package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -1
  6. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +1 -1
  7. package/dist/cjs/carousel-v3/components/root/Carousel.js +1 -1
  8. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +1 -1
  9. package/dist/cjs/carousel-v3/components/root/CarouselEmbla.liquid.js +24 -0
  10. package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -1
  11. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -1
  12. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
  13. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
  14. package/dist/cjs/carousel-v3/index.js +1 -1
  15. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
  16. package/dist/cjs/code/common/helpers.js +1 -0
  17. package/dist/cjs/code/hooks/useCSSCode.js +4 -10
  18. package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
  19. package/dist/cjs/grid/components/row/Row.liquid.js +12 -12
  20. package/dist/cjs/hero-banner/common/classes.js +1 -1
  21. package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
  22. package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +10 -10
  23. package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
  24. package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +9 -9
  25. package/dist/cjs/image/common/attrs.js +1 -1
  26. package/dist/cjs/image/components/AdaptiveImage.js +1 -1
  27. package/dist/cjs/image/components/AdaptiveImage.liquid.js +8 -8
  28. package/dist/cjs/image/components/Image.liquid.js +10 -10
  29. package/dist/cjs/image/components/NextImage.js +1 -1
  30. package/dist/cjs/image/components/NextImage.liquid.js +2 -2
  31. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +10 -10
  32. package/dist/cjs/index.js +1 -1
  33. package/dist/cjs/index.liquid.js +1 -1
  34. package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +1 -1
  35. package/dist/cjs/post-purchase/link/settings/configs/settings.js +1 -1
  36. package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -1
  37. package/dist/cjs/post-purchase/product/components/ProductTitle.js +1 -1
  38. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  39. package/dist/cjs/post-purchase/product/components/product-offer/context/PrdOfferSubscriptionPresenceContext.js +2 -0
  40. package/dist/cjs/post-purchase/product/components/product-offer/helpers/scanSubscriptionBlocks.js +1 -0
  41. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferSubscriptionBlocksObserver.js +1 -0
  42. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  43. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  44. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  45. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +12 -12
  46. package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
  47. package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  48. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +7 -5
  49. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +11 -8
  50. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  51. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  52. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  53. package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +2 -3
  54. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  55. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +15 -15
  56. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +5 -5
  57. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +1 -1
  58. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +5 -5
  59. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
  60. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +15 -15
  61. package/dist/cjs/product/components/product-images-v3/ProductImagesV3Embla.liquid.js +44 -0
  62. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -1
  63. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -1
  64. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +3 -2
  65. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  66. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  67. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  68. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +1 -2
  69. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  70. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +29 -29
  71. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGalleryEmbla.liquid.js +119 -0
  72. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  73. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  74. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +8 -8
  75. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarouselEmbla.liquid.js +46 -0
  76. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +10 -10
  77. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  78. package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  79. package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  80. package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  81. package/dist/cjs/product/components/product-list/ProductList.js +1 -1
  82. package/dist/cjs/product/components/product-list/ProductList.liquid.js +10 -9
  83. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
  84. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +10 -9
  85. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +6 -6
  86. package/dist/cjs/product/components/product-variants/OptionVariantsNewFormat.liquid.js +11 -12
  87. package/dist/cjs/product/components/product-variants/OptionVariantsOldFormat.liquid.js +11 -10
  88. package/dist/cjs/product/components/product-wrap/Product.liquid.js +12 -9
  89. package/dist/cjs/product/index.js +1 -1
  90. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  91. package/dist/cjs/sticky/hooks/useSticky.js +1 -1
  92. package/dist/cjs/third-party/components/AppstleLoyaltyRewardProgram.js +2 -0
  93. package/dist/cjs/third-party/components/AppstleLoyaltyRewardProgram.liquid.js +16 -0
  94. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +1 -1
  95. package/dist/cjs/third-party/configs/AppstleLoyaltyRewardProgram.js +1 -0
  96. package/dist/cjs/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  97. package/dist/cjs/third-party/index.js +1 -1
  98. package/dist/cjs/third-party/next.js +1 -1
  99. package/dist/cjs/third-party/settings/AppstleLoyaltyRewardProgram/index.js +4 -0
  100. package/dist/cjs/third-party/settings/AppstleLoyaltyRewardProgram/uiV2.js +1 -0
  101. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +4 -4
  102. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  103. package/dist/cjs/video/components/HTML5Embed.liquid.js +12 -12
  104. package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +13 -13
  105. package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
  106. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +11 -11
  107. package/dist/cjs/video/components/Video.liquid.js +1 -1
  108. package/dist/esm/builder.js +1 -1
  109. package/dist/esm/carousel-v3/common/selectors.js +1 -0
  110. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +6 -6
  111. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
  112. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -1
  113. package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
  114. package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
  115. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +4 -4
  116. package/dist/esm/carousel-v3/components/root/CarouselEmbla.liquid.js +24 -0
  117. package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -1
  118. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
  119. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  120. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  121. package/dist/esm/carousel-v3/index.js +1 -1
  122. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
  123. package/dist/esm/code/common/helpers.js +1 -0
  124. package/dist/esm/code/hooks/useCSSCode.js +4 -10
  125. package/dist/esm/estimate-delivery/common/helpers.js +1 -1
  126. package/dist/esm/grid/components/row/Row.liquid.js +11 -11
  127. package/dist/esm/hero-banner/common/classes.js +1 -1
  128. package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
  129. package/dist/esm/hero-banner/components/HeroBanner.liquid.js +10 -10
  130. package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
  131. package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +10 -10
  132. package/dist/esm/image/common/attrs.js +1 -1
  133. package/dist/esm/image/components/AdaptiveImage.js +1 -1
  134. package/dist/esm/image/components/AdaptiveImage.liquid.js +11 -11
  135. package/dist/esm/image/components/Image.liquid.js +10 -10
  136. package/dist/esm/image/components/NextImage.js +1 -1
  137. package/dist/esm/image/components/NextImage.liquid.js +1 -1
  138. package/dist/esm/image-comparison/components/CompareImage.liquid.js +12 -12
  139. package/dist/esm/index.js +1 -1
  140. package/dist/esm/index.liquid.js +1 -1
  141. package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +1 -1
  142. package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -1
  143. package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
  144. package/dist/esm/post-purchase/product/components/ProductTitle.js +1 -1
  145. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  146. package/dist/esm/post-purchase/product/components/product-offer/context/PrdOfferSubscriptionPresenceContext.js +2 -0
  147. package/dist/esm/post-purchase/product/components/product-offer/helpers/scanSubscriptionBlocks.js +1 -0
  148. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferSubscriptionBlocksObserver.js +1 -0
  149. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  150. package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  151. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  152. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +12 -12
  153. package/dist/esm/product/components/product-badge/common/classes.js +1 -1
  154. package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  155. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +5 -3
  156. package/dist/esm/product/components/product-button/ProductButton.liquid.js +11 -8
  157. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  158. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  159. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  160. package/dist/esm/product/components/product-description/ProductDescription.liquid.js +3 -4
  161. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  162. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +15 -15
  163. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +5 -5
  164. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +1 -1
  165. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +5 -5
  166. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
  167. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +15 -15
  168. package/dist/esm/product/components/product-images-v3/ProductImagesV3Embla.liquid.js +44 -0
  169. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -1
  170. package/dist/esm/product/components/product-images-v3/common/common.js +1 -1
  171. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +1 -0
  172. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  173. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  174. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  175. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +1 -2
  176. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  177. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +45 -45
  178. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGalleryEmbla.liquid.js +119 -0
  179. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  180. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  181. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
  182. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarouselEmbla.liquid.js +46 -0
  183. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +10 -10
  184. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  185. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  186. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  187. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  188. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  189. package/dist/esm/product/components/product-list/ProductList.liquid.js +18 -17
  190. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  191. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +18 -17
  192. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +9 -9
  193. package/dist/esm/product/components/product-variants/OptionVariantsNewFormat.liquid.js +11 -12
  194. package/dist/esm/product/components/product-variants/OptionVariantsOldFormat.liquid.js +11 -10
  195. package/dist/esm/product/components/product-wrap/Product.liquid.js +16 -13
  196. package/dist/esm/product/index.js +1 -1
  197. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  198. package/dist/esm/sticky/hooks/useSticky.js +1 -1
  199. package/dist/esm/third-party/components/AppstleLoyaltyRewardProgram.js +2 -0
  200. package/dist/esm/third-party/components/AppstleLoyaltyRewardProgram.liquid.js +16 -0
  201. package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +1 -1
  202. package/dist/esm/third-party/configs/AppstleLoyaltyRewardProgram.js +1 -0
  203. package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  204. package/dist/esm/third-party/index.js +1 -1
  205. package/dist/esm/third-party/next.js +1 -1
  206. package/dist/esm/third-party/settings/AppstleLoyaltyRewardProgram/index.js +4 -0
  207. package/dist/esm/third-party/settings/AppstleLoyaltyRewardProgram/uiV2.js +1 -0
  208. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +4 -4
  209. package/dist/esm/video/components/HTML5Embed.js +1 -1
  210. package/dist/esm/video/components/HTML5Embed.liquid.js +12 -12
  211. package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +14 -14
  212. package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
  213. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +10 -10
  214. package/dist/esm/video/components/Video.liquid.js +1 -1
  215. package/dist/types/index.d.ts +44 -14
  216. package/package.json +5 -5
@@ -1,11 +1,11 @@
1
- import{RenderIf as t,isLocalEnv as e,baseAssetURL as i,template as r}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 f=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);return r`
1
+ import{RenderIf as t,isLocalEnv as e,baseAssetURL as i,template as r}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 l,STATIC_PRODUCT_STATUS as p,PRODUCT_ID_LATEST as u}from"./common/helpers.js";let f=f=>{let{children:m,setting:g,style:y,builderProps:v,rawChildren:_,advanced:$}=f,{isSyncProduct:S,productSetting:h}=g??{},I=h?.hasPreSelected??!1,{rowSetting:b,rowStyles:j,formatVariantId:P,formatProductId:q,productStatus:V,preSelectedOptionIds:k,productHandle:w,advancedStyle:E}=c(f);return r`
2
2
  ${r`
3
3
  {%- assign gpBkProduct = product -%}
4
- ${o(V==p,r`
4
+ ${o(V==l,r`
5
5
  {%- liquid
6
6
  if request.page_type != 'product'
7
7
  assign product = all_products['${w}']
8
- assign productId = '${P}' | times: 1
8
+ assign productId = '${q}' | times: 1
9
9
  if product == empty or product == null
10
10
  paginate collections.all.products by 100000
11
11
  for item in collections.all.products
@@ -20,14 +20,14 @@ import{RenderIf as t,isLocalEnv as e,baseAssetURL as i,template as r}from"@gem-s
20
20
  `,r`
21
21
  {%- liquid
22
22
  if request.page_type == 'product'
23
- if '${V}' == '${l}'
24
- if '${P}' == '${u}'
23
+ if '${V}' == '${p}'
24
+ if '${q}' == '${u}'
25
25
  paginate collections.all.products by 100000
26
26
  assign product = collections.all.products | sort: 'created_at' | reverse | first
27
27
  endpaginate
28
28
  else
29
29
  assign product = all_products['${w}']
30
- assign productId = '${P}' | times: 1
30
+ assign productId = '${q}' | times: 1
31
31
  if product == empty or product == null
32
32
  paginate collections.all.products by 100000
33
33
  for item in collections.all.products
@@ -40,13 +40,13 @@ import{RenderIf as t,isLocalEnv as e,baseAssetURL as i,template as r}from"@gem-s
40
40
  endif
41
41
  endif
42
42
  else
43
- if '${P}' == '${u}'
43
+ if '${q}' == '${u}'
44
44
  paginate collections.all.products by 100000
45
45
  assign product = collections.all.products | sort: 'created_at'| reverse | first
46
46
  endpaginate
47
47
  else
48
48
  assign product = all_products['${w}']
49
- assign productId = '${P}' | times: 1
49
+ assign productId = '${q}' | times: 1
50
50
  if product == empty or product == null
51
51
  paginate collections.all.products by 100000
52
52
  for item in collections.all.products
@@ -63,23 +63,26 @@ import{RenderIf as t,isLocalEnv as e,baseAssetURL as i,template as r}from"@gem-s
63
63
  `}
64
64
  ${d("product != empty and product != null",r`
65
65
  ${r`
66
- {%- assign initVariantId = ${q} -%}
66
+ {%- assign initVariantId = ${P} -%}
67
67
  {%- assign product_form_id = 'product-form-' | append: "${v?.uid}" -%}
68
- ${q?"{%- assign variant = product.variants | where: 'id', initVariantId | first -%}":"{%- assign variant = product.selected_or_first_available_variant -%}"}
69
- ${q?"{%- assign productSelectedVariant = product.variants | where: 'id', initVariantId | first -%}":"{%- assign productSelectedVariant = product.selected_or_first_available_variant -%}"}
68
+ ${P?"{%- assign variant = product.variants | where: 'id', initVariantId | first -%}":"{%- assign variant = product.selected_or_first_available_variant -%}"}
69
+ ${P?"{%- assign productSelectedVariant = product.variants | where: 'id', initVariantId | first -%}":"{%- assign productSelectedVariant = product.selected_or_first_available_variant -%}"}
70
70
  {%-if productSelectedVariant == empty or productSelectedVariant == null -%}
71
71
  {%- assign productSelectedVariant = product.selected_or_first_available_variant -%}
72
72
  {%- endif -%}
73
73
  {%-if variant == empty or variant == null -%}
74
74
  {%- assign variant = product.selected_or_first_available_variant -%}
75
75
  {%- endif -%}
76
+ {% unless isSettingSameHeightProductList %}
77
+ {%- assign isSettingSameHeightProductList = false -%}
78
+ {% endunless %}
76
79
  `}
77
80
  <gp-product
78
81
  data-uid="${v?.uid}"
79
82
  data-id="${v?.uid}"
80
83
  style="${E}"
81
84
  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 | default: 0 }}, "quantity": 1, "formId": "{{ product_form_id }}" }'
85
+ gp-context='{"productId": {{ product.id }}, "preSelectedOptionIds": [${k}], "isSyncProduct": "${S}", "hasPreSelected": ${I}, "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
86
  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
87
  >
85
88
  <product-form class="product-form">
@@ -87,7 +90,7 @@ import{RenderIf as t,isLocalEnv as e,baseAssetURL as i,template as r}from"@gem-s
87
90
  <input type="hidden" name="id" value="{{ variant.id }}" />
88
91
  <input type="hidden" name="quantity" value="{{ quantity }}" />
89
92
  <button type="submit" onclick="return false;" style="display:none;"></button>
90
- ${a({builderProps:{...v,uid:v?.uid,uidInteraction:`${v?.uid}-row`},style:y,styles:h,setting:j,children:m,rawChildren:_})}
93
+ ${a({builderProps:{...v,uid:v?.uid,uidInteraction:`${v?.uid}-row`},style:y,styles:j,setting:b,children:m,rawChildren:_})}
91
94
  {%- endform -%}
92
95
  </product-form>
93
96
  </gp-product>
@@ -1 +1 @@
1
- export{default as Product}from"./components/product-wrap/Product.js";import"react/jsx-runtime";import"next/link";import"@gem-sdk/core";import"react";import"@gem-sdk/system";import"../notification/components/Notifications.js";import"../notification/components/Notice.js";import"./components/product-button/types.js";import"./components/product-variants/components/variants/index.js";import"next/image";import"../modal/components/confirm.js";import"react-dom";import"../video/components/Video.js";import"@gem-sdk/keen-slider/react";export{default as ProductQuickView}from"./components/product-quick-view/QuickView.js";import"./components/constants/product-bundle.js";export{default as ProductListV3}from"./components/product-list-v3/ProductList.js";export{default as ProductList}from"./components/product-list/ProductList.js";import"./components/product-bundle/common/styles.js";import"./components/product-bundle/common/classes.js";import"./components/product-badge/constants.js";import"./components/product-badge/types.js";import"./components/product-badge/utils/shape.js";import t from"./settings/Product.js";import o from"./settings/ProductQuantity.js";import r from"./settings/ProductTitle.js";import s from"./settings/ProductButton.js";import i from"./settings/ProductPrice.js";import e from"./settings/ProductVariants.js";import m from"./settings/ProductImages.js";import c from"./settings/product-image-v3/ProductImages.js";import n from"./settings/product-image-v2/ProductImages.js";import d from"./settings/ProductDescription.js";import p from"./settings/ProductProperties.js";import u from"./settings/ProductTag.js";import a from"./settings/ProductListV3.js";import P from"./settings/ProductList.js";import g from"./settings/DynamicCheckout.js";import j from"./settings/Vendor.js";import f from"./settings/Sku.js";import l from"./components/product-bundle/setting/ProductBundleDiscount.js";import V from"./components/product-bundle/setting/ProductBundleDiscountItem.js";import k from"./settings/ProductViewMore.js";import x from"./settings/ProductBadge.js";import b from"./components/file-upload/settings/index.js";let y={Product:t,ProductQuantity:o,ProductTitle:r,ProductButton:s,ProductPrice:i,ProductVariants:e,ProductImages:m,ProductImagesV2:n,ProductImagesV3:c,ProductDescription:d,ProductProperties:p,ProductTag:u,ProductListV3:a,ProductList:P,DynamicCheckout:g,ProductVendor:j,ProductSku:f,ProductBundleDiscount:l,ProductBundleDiscountItem:V,ProductViewMore:k,ProductBadge:x,FileUpload:b};export{y as productSetting};
1
+ export{default as Product}from"./components/product-wrap/Product.js";import"react/jsx-runtime";import"next/link";import"@gem-sdk/core";import"react";import"@gem-sdk/system";import"../notification/components/Notifications.js";import"../notification/components/Notice.js";import"./components/product-button/types.js";import"./components/product-variants/components/variants/index.js";import"next/image";import"../carousel-v3/components/swiper/Swiper.js";import"../modal/components/confirm.js";import"react-dom";import"../video/components/Video.js";import"@gem-sdk/keen-slider/react";export{default as ProductQuickView}from"./components/product-quick-view/QuickView.js";import"./components/constants/product-bundle.js";export{default as ProductListV3}from"./components/product-list-v3/ProductList.js";export{default as ProductList}from"./components/product-list/ProductList.js";import"./components/product-bundle/common/styles.js";import"./components/product-bundle/common/classes.js";import"./components/product-badge/constants.js";import"./components/product-badge/types.js";import"./components/product-badge/utils/shape.js";import t from"./settings/Product.js";import o from"./settings/ProductQuantity.js";import r from"./settings/ProductTitle.js";import s from"./settings/ProductButton.js";import i from"./settings/ProductPrice.js";import e from"./settings/ProductVariants.js";import m from"./settings/ProductImages.js";import c from"./settings/product-image-v3/ProductImages.js";import n from"./settings/product-image-v2/ProductImages.js";import p from"./settings/ProductDescription.js";import u from"./settings/ProductProperties.js";import d from"./settings/ProductTag.js";import a from"./settings/ProductListV3.js";import P from"./settings/ProductList.js";import g from"./settings/DynamicCheckout.js";import j from"./settings/Vendor.js";import f from"./settings/Sku.js";import l from"./components/product-bundle/setting/ProductBundleDiscount.js";import V from"./components/product-bundle/setting/ProductBundleDiscountItem.js";import k from"./settings/ProductViewMore.js";import x from"./settings/ProductBadge.js";import b from"./components/file-upload/settings/index.js";let v={Product:t,ProductQuantity:o,ProductTitle:r,ProductButton:s,ProductPrice:i,ProductVariants:e,ProductImages:m,ProductImagesV2:n,ProductImagesV3:c,ProductDescription:p,ProductProperties:u,ProductTag:d,ProductListV3:a,ProductList:P,DynamicCheckout:g,ProductVendor:j,ProductSku:f,ProductBundleDiscount:l,ProductBundleDiscountItem:V,ProductViewMore:k,ProductBadge:x,FileUpload:b};export{v as productSetting};
@@ -1 +1 @@
1
- import{ImageListNavigation as i}from"./ui/ImageListNavigation.js";import{FeatureNavigation as o}from"./ui/FeatureNavigation.js";import{FeatureDots as t}from"./ui/FeatureDots.js";let e='((type == "slider" || position == "left" || position == "right") && position !== "one-col" && position != "two-col")',n='(["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position))',l=[{label:"Layout",controls:[{layout:"vertical",setting:{id:"position"},options:{isComboLayout:!0},controls:[{label:"Ratio",type:"control",setting:{id:"ratioLayout"},layout:"vertical",conditionDisplay:'position == "left"'},{label:"Ratio",type:"control",setting:{id:"ratioLayoutRight"},layout:"vertical",conditionDisplay:'position == "right"'}]}]},{label:"Featured image",conditionDisplay:n,controls:[{setting:{id:"ftShape"},hiddenOnMobile:!0,layout:"vertical",controlChangeTrigger:{settings:[{condition:"ftShape.shape === 'original'",source:["ftShape"],action:{controlId:"ftLayout",newValue:"contain",groupType:"style",controlType:"style"}}],options:{noRecordHistory:!0}}},{conditionDisplay:"ftShape.shape !== 'original'",label:"Image scale",setting:{id:"ftLayout"}},{...t,hiddenOnMobile:!0,conditionDisplay:`${n} && position === "only-feature"`},{...o,hiddenOnMobile:!0,conditionDisplay:`${n}`}],moreSettings:{type:"collapse",controls:[{label:"Corner",setting:{id:"ftCorner"},hiddenOnMobile:!0},{type:"combo",label:"Hover action",conditionDisplay:n,iconName:"gp-trigger-action-hover",getValueFromSettingID:"hoverEffect",isShowSettingTitle:!0,defaultValueWhenClear:"none",compoDefaultValue:"zoom",hiddenOnMobile:!0,controls:[{label:"When hover",setting:{id:"hoverEffect"}},{label:"Zoom type",conditionDisplay:'hoverEffect == "zoom"',setting:{id:"zoomType"}},{label:"Zoom value",conditionDisplay:'hoverEffect == "zoom"',setting:{id:"zoom"}},{label:"Other image",conditionDisplay:'hoverEffect == "other"',setting:{id:"otherImage"}}]},{type:"combo",label:"Click action",hiddenOnMobile:!0,iconName:"gp-trigger-action-click",conditionDisplay:n,getValueFromSettingID:"ftClickOpenLightBox",isShowSettingTitle:!0,defaultValueWhenClear:"none",compoDefaultValue:"popup",controls:[{label:"After click",setting:{id:"ftClickOpenLightBox"}},{label:"Open new tab",setting:{id:"ftClickOpenNewTab"},conditionDisplay:'ftClickOpenLightBox === "product-link"'}]},{type:"control",label:"Slide speed",setting:{id:"ftAnimationSpeed"}},{type:"control",label:"Animation",setting:{id:"ftAnimationMode"}},{label:"Drag / swipe",setting:{id:"ftDragToScroll"}},{label:"Infinity loop",setting:{id:"ftLoop"}}]}},{label:"Image list",conditionDisplay:'(position !== "only-feature")',controls:[{label:"Display",hiddenOnMobile:!0,conditionDisplay:'position === "bottom-center" || position === "bottom-left" || position === "inside-bottom"',setting:{id:"type"}},{setting:{id:"shape"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'["left", "right"].includes(position)'},{setting:{id:"shapeForBottom"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'["bottom-left", "bottom-center"].includes(position)'},{setting:{id:"shapeForInsideBottom"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'["inside-bottom"].includes(position)'},{setting:{id:"shapeForInside"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'["inside-left", "inside-right"].includes(position)'},{setting:{id:"shapeForFtOnly"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'position == "only-feature"'},{setting:{id:"shapeFor2Col"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'position == "two-col"'},{setting:{id:"shapeFor1Col"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'position == "one-col"'},{label:"Image gap",setting:{id:"itemSpacing"}},{conditionDisplay:"(position == 'one-col' && shapeFor1Col.shape !== 'original') || (position == 'two-col' && shapeFor2Col.shape !== 'original') || (position == 'only-feature' && shapeForFtOnly.shape !== 'original') || ([\"inside-left\", \"inside-right\"].includes(position) && shapeForInside.shape !== 'original') || ([\"inside-bottom\"].includes(position) && shapeForInsideBottom.shape !== 'original') || ([\"bottom-left\", \"bottom-center\"].includes(position) && shapeForBottom.shape !== 'original') || ([\"left\", \"right\"].includes(position) && shape.shape !== 'original')",label:"Image scale",setting:{id:"layout"}},{...i,hiddenOnMobile:!0,conditionDisplay:e}],moreSettings:{type:"collapse",controls:[{label:"Corner",hiddenOnMobile:!0,setting:{id:"corner"}},{label:"Active border",hiddenOnMobile:!0,conditionDisplay:'!["one-col", "two-col"].includes(position)',setting:{id:"borderActive"}},{type:"combo",label:"Hover action",conditionDisplay:'(position == "one-col" || position == "two-col")',iconName:"gp-trigger-action-hover",getValueFromSettingID:"galleryHoverEffect",defaultValueWhenClear:"none",hiddenOnMobile:!0,compoDefaultValue:"zoom",controls:[{label:"When hover",setting:{id:"galleryHoverEffect"},conditionDisplay:'galleryHoverEffect == "none"'},{label:"Zoom type",conditionDisplay:'galleryHoverEffect == "zoom"',setting:{id:"galleryZoomType"}},{label:"Zoom value",conditionDisplay:'galleryHoverEffect == "zoom"',setting:{id:"galleryZoom"}},{label:"Other image",conditionDisplay:'galleryHoverEffect == "other"',setting:{id:"otherImage"}}]},{label:"Click action",setting:{id:"clickOpenLightBox"}},{conditionDisplay:e,label:"Drag / swipe",setting:{id:"dragToScroll"}},{conditionDisplay:e,label:"Infinity loop",setting:{id:"loop"}}]}},{label:"Item spacing",hiddenOnMobile:!0,conditionDisplay:'["bottom-center", "left", "right", "inside-bottom", "inside-left", "inside-right"].includes(position)',controls:[{label:"Gap",setting:{id:"spacing"}}]},{label:"Display condition",controls:[{conditionDisplay:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)',label:"Default item",setting:{id:"preDisplay"}},{label:"Image list",setting:{id:"filterByVariant"}}],messageConfig:{type:"info",message:'Image list can display based on the selected variants. <a class="text-white" target="_blank" href="https://gempages.co/display-selected-variant">How to setup</a>'}},{label:"Optimize LCP",controls:[{label:"Preload",conditionDisplay:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)',setting:{id:"preload"}},{label:"Quality",setting:{id:"qualityType"},conditionDisplay:"preload === false"},{layout:"horizontal",label:"Quality",conditionDisplay:'qualityType == "custom" && preload === false',setting:{id:"qualityPercent"}}]},{hiddenOnMobile:!0,controls:[{label:"Align",setting:{id:"align"},options:{labelVariant:"primary"}}]}];export{l as SettingUIV2};
1
+ import{ImageListNavigation as i}from"./ui/ImageListNavigation.js";import{FeatureNavigation as o}from"./ui/FeatureNavigation.js";import{FeatureDots as t}from"./ui/FeatureDots.js";let e='((type == "slider" || position == "left" || position == "right") && position !== "one-col" && position != "two-col")',n='(["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position))',l=[{label:"Layout",controls:[{layout:"vertical",setting:{id:"position"},options:{isComboLayout:!0},controls:[{label:"Ratio",type:"control",setting:{id:"ratioLayout"},layout:"vertical",conditionDisplay:'position == "left"'},{label:"Ratio",type:"control",setting:{id:"ratioLayoutRight"},layout:"vertical",conditionDisplay:'position == "right"'}]}]},{label:"Featured image",conditionDisplay:n,controls:[{setting:{id:"ftShape"},hiddenOnMobile:!0,layout:"vertical",controlChangeTrigger:{settings:[{condition:"ftShape.shape === 'original'",source:["ftShape"],action:{controlId:"ftLayout",newValue:"contain",groupType:"style",controlType:"style"}}],options:{noRecordHistory:!0}}},{conditionDisplay:"ftShape.shape !== 'original'",label:"Image scale",setting:{id:"ftLayout"}},{...t,hiddenOnMobile:!0,conditionDisplay:`${n} && position === "only-feature"`},{...o,hiddenOnMobile:!0,conditionDisplay:`${n}`}],moreSettings:{type:"collapse",controls:[{label:"Corner",setting:{id:"ftCorner"},hiddenOnMobile:!0},{type:"combo",label:"Hover action",conditionDisplay:n,iconName:"gp-trigger-action-hover",getValueFromSettingID:"hoverEffect",isShowSettingTitle:!0,defaultValueWhenClear:"none",compoDefaultValue:"zoom",hiddenOnMobile:!0,controls:[{label:"When hover",setting:{id:"hoverEffect"}},{label:"Zoom type",conditionDisplay:'hoverEffect == "zoom"',setting:{id:"zoomType"}},{label:"Zoom value",conditionDisplay:'hoverEffect == "zoom"',setting:{id:"zoom"}},{label:"Other image",conditionDisplay:'hoverEffect == "other"',setting:{id:"otherImage"}}]},{type:"combo",label:"Click action",hiddenOnMobile:!0,iconName:"gp-trigger-action-click",conditionDisplay:n,getValueFromSettingID:"ftClickOpenLightBox",isShowSettingTitle:!0,defaultValueWhenClear:"none",compoDefaultValue:"popup",controls:[{label:"After click",setting:{id:"ftClickOpenLightBox"}},{label:"Open new tab",setting:{id:"ftClickOpenNewTab"},conditionDisplay:'ftClickOpenLightBox === "product-link"'}]},{type:"control",label:"Slide speed",setting:{id:"ftAnimationSpeed"}},{type:"control",label:"Animation",setting:{id:"ftAnimationMode"}},{label:"Drag / swipe",setting:{id:"ftDragToScroll"}},{label:"Infinity loop",setting:{id:"ftLoop"}}]}},{label:"Image list",conditionDisplay:'(position !== "only-feature")',controls:[{label:"Display",hiddenOnMobile:!0,conditionDisplay:'position === "bottom-center" || position === "bottom-left" || position === "inside-bottom"',setting:{id:"type"}},{setting:{id:"shape"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'["left", "right"].includes(position)'},{setting:{id:"shapeForBottom"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'["bottom-left", "bottom-center"].includes(position)'},{setting:{id:"shapeForInsideBottom"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'["inside-bottom"].includes(position)'},{setting:{id:"shapeForInside"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'["inside-left", "inside-right"].includes(position)'},{setting:{id:"shapeForFtOnly"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'position == "only-feature"'},{setting:{id:"shapeFor2Col"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'position == "two-col"'},{setting:{id:"shapeFor1Col"},hiddenOnMobile:!0,layout:"vertical",conditionDisplay:'position == "one-col"'},{label:"Image gap",setting:{id:"itemSpacing"}},{conditionDisplay:"(position == 'one-col' && shapeFor1Col.shape !== 'original') || (position == 'two-col' && shapeFor2Col.shape !== 'original') || (position == 'only-feature' && shapeForFtOnly.shape !== 'original') || ([\"inside-left\", \"inside-right\"].includes(position) && shapeForInside.shape !== 'original') || ([\"inside-bottom\"].includes(position) && shapeForInsideBottom.shape !== 'original') || ([\"bottom-left\", \"bottom-center\"].includes(position) && shapeForBottom.shape !== 'original') || ([\"left\", \"right\"].includes(position) && shape.shape !== 'original')",label:"Image scale",setting:{id:"layout"}},{...i,hiddenOnMobile:!0,conditionDisplay:e}],moreSettings:{type:"collapse",controls:[{label:"Corner",hiddenOnMobile:!0,setting:{id:"corner"}},{label:"Active border",hiddenOnMobile:!0,conditionDisplay:'!["one-col", "two-col"].includes(position)',setting:{id:"borderActive"}},{type:"combo",label:"Hover action",conditionDisplay:'(position == "one-col" || position == "two-col")',iconName:"gp-trigger-action-hover",getValueFromSettingID:"galleryHoverEffect",defaultValueWhenClear:"none",hiddenOnMobile:!0,compoDefaultValue:"zoom",controls:[{label:"When hover",setting:{id:"galleryHoverEffect"},conditionDisplay:'galleryHoverEffect == "none"'},{label:"Zoom type",conditionDisplay:'galleryHoverEffect == "zoom"',setting:{id:"galleryZoomType"}},{label:"Zoom value",conditionDisplay:'galleryHoverEffect == "zoom"',setting:{id:"galleryZoom"}},{label:"Other image",conditionDisplay:'galleryHoverEffect == "other"',setting:{id:"otherImage"}}]},{label:"Click action",setting:{id:"clickOpenLightBox"}},{conditionDisplay:e,label:"Drag / swipe",setting:{id:"dragToScroll"}},{conditionDisplay:e,label:"Infinity loop",setting:{id:"loop"}}]}},{label:"Item spacing",hiddenOnMobile:!0,conditionDisplay:'["bottom-center", "left", "right", "inside-bottom", "inside-left", "inside-right"].includes(position)',controls:[{label:"Gap",setting:{id:"spacing"}}]},{label:"Display condition",controls:[{conditionDisplay:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)',label:"Default item",setting:{id:"preDisplay"}},{label:"Image list",setting:{id:"filterByVariant"}}],messageConfig:{type:"info",message:'Image list can display based on the selected variants. <a class="text-white" target="_blank" href="https://gempages.co/display-selected-variant">How to setup</a>'}},{label:"Optimize LCP",controls:[{label:"Preload",conditionDisplay:'["bottom-center", "left", "right", "only-feature", "inside-bottom", "inside-left", "inside-right"].includes(position)',setting:{id:"preload"}},{label:"Quality",setting:{id:"qualityType"},conditionDisplay:'preload === false || (preload === true && (position === "one-col" || position === "two-col"))'},{layout:"horizontal",label:"Quality",conditionDisplay:'qualityType == "custom" && (preload === false || (preload === true && (position === "one-col" || position === "two-col")))',setting:{id:"qualityPercent"}}]},{hiddenOnMobile:!0,controls:[{label:"Align",setting:{id:"align"},options:{labelVariant:"primary"}}]}];export{l as SettingUIV2};
@@ -1 +1 @@
1
- import{makeStyleResponsive as t,usePageStore as e,useCurrentDevice as o}from"@gem-sdk/core";import{useMemo as l}from"react";let p=p=>{let{width:a,position:s}=p??{},b=t("w",a),d=e(t=>"interaction"===t.sidebarMode),i=o(),k=(t,e)=>({[`--left${e}`]:"top"==t?"0":"50%",[`--t${e}`]:"top"==t?"unset":"translateX(-50%)"}),m=l(()=>({...k(s?.desktop,""),...k(s?.tablet??s?.desktop,"-tablet"),...k(s?.mobile??s?.tablet??s?.desktop,"-mobile")}),[s?.desktop,s?.mobile,s?.tablet]),r=l(()=>{if(d&&s?.[i]==="top")return"40px"},[i,d,s]),y=l(()=>({"--d":(p?.display?.desktop,"block"),"--d-tablet":(p?.display?.tablet??p?.display?.desktop,"block"),"--d-mobile":(p?.display?.mobile??p?.display?.tablet??p?.display?.desktop,"block")}),[p?.display?.desktop,p?.display?.mobile,p?.display?.tablet]),c=l(()=>({"--top":r??"auto","--top-tablet":r??"auto","--top-mobile":r??"auto",[`--${s?.desktop}`]:r??"0px",[`--${s?.tablet??s?.desktop}-tablet`]:r??"0px",[`--${s?.mobile??s?.tablet??s?.desktop}-mobile`]:r??"0px"}),[r,s?.desktop,s?.mobile,s?.tablet]),u=t=>"top"==t?"sticky":"fixed",f=l(()=>({"--pos":u(s?.desktop),"--pos-tablet":u(s?.tablet??s?.desktop),"--pos-mobile":u(s?.mobile??s?.tablet??s?.desktop)}),[s?.desktop,s?.mobile,s?.tablet]);return{w:b,displayStyle:c,positionStyle:f,getCSSAlign:m,makeDisplaySettingStyles:y}};export{p as default};
1
+ import{makeStyleResponsive as t,usePageStore as e,useCurrentDevice as o,useStickyStore as l}from"@gem-sdk/core";import{useState as b,useMemo as i,useEffect as s}from"react";let p=p=>{let{width:r,position:a}=p??{},{desktop:d,tablet:n,mobile:m}=p?.display||{},k=t("w",r),u=e(t=>"interaction"===t.sidebarMode),c=o(),[f,x]=b(!1),$=l(t=>t.getFirstVisibleElement(c)),g=(t,e)=>({[`--left${e}`]:"top"==t?"0":"50%",[`--t${e}`]:"top"==t?"unset":"translateX(-50%)"}),y=i(()=>({...g(a?.desktop,""),...g(a?.tablet??a?.desktop,"-tablet"),...g(a?.mobile??a?.tablet??a?.desktop,"-mobile")}),[a?.desktop,a?.mobile,a?.tablet]),v=i(()=>{if(u&&a?.[c]==="top")return"40px"},[c,u,a]),w=i(()=>{let t=t=>"after-first-cart-button"!==t||f?"block":"none";return{"--d":t(d),"--d-tablet":t(n??d),"--d-mobile":t(m??n??d)}},[d,n,m,f]),I=i(()=>({"--top":v??"auto","--top-tablet":v??"auto","--top-mobile":v??"auto",[`--${a?.desktop}`]:v??"0px",[`--${a?.tablet??a?.desktop}-tablet`]:v??"0px",[`--${a?.mobile??a?.tablet??a?.desktop}-mobile`]:v??"0px"}),[v,a?.desktop,a?.mobile,a?.tablet]),C=t=>"top"==t?"sticky":"fixed",E=i(()=>({"--pos":C(a?.desktop),"--pos-tablet":C(a?.tablet??a?.desktop),"--pos-mobile":C(a?.mobile??a?.tablet??a?.desktop)}),[a?.desktop,a?.mobile,a?.tablet]);return s(()=>{if(!$)return;let t=new IntersectionObserver(([t])=>{t&&x(t.isIntersecting||t.boundingClientRect.top<=0)});return t.observe($),()=>t.disconnect()},[$]),s(()=>{x(!1)},[c]),{w:k,displayStyle:I,positionStyle:E,getCSSAlign:y,makeDisplaySettingStyles:w}};export{p as default};
@@ -0,0 +1,2 @@
1
+ 'use client';
2
+ import{jsx as r}from"react/jsx-runtime";import{makeStyleResponsive as e}from"@gem-sdk/core";import o from"./ThirdPartyPreview.js";import t from"../configs/AppstleLoyaltyRewardProgram.js";let a=({setting:a})=>r("div",{style:{...e("ta",a?.align)},children:r("div",{className:"gp-p-2",children:r(o,{setting:{label:"Appstle Loyalty Reward Program",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${t.logoUrl}">`}})})});export{a as default};
@@ -0,0 +1,16 @@
1
+ import{makeStyleResponsive as a,template as t}from"@gem-sdk/core";let l=({setting:l,advanced:e})=>{let{widgetType:d,align:s}=l??{};return t`
2
+ <div
3
+ class="${e?.cssClass} gp-appstle-loyalty [&_*]:gp-max-w-none"
4
+ style="${{...a("ta",s)}}"
5
+ >
6
+ {% assign widget = '${d}' %}
7
+ {% case widget %}
8
+ {% when "loyalty_dedicated_page" %}
9
+ <div class="appstleLoyaltyPage" data-appstle-loyalty="APPSTLE_LOYALTY_PAGE" id="appstleLoyaltyPage"></div>
10
+ {% when "points_display_on_product" %}
11
+ <div class="appstle-loyalty-acquire-points-block" data-appstle-loyalty="APPSTLE_LOYALTY_ACQUIRE_POINTS" id="appstle-loyalty-acquire-points-block"></div>
12
+ {% when "points_display_on_collections" %}
13
+ <div class="appstle_loyalty_stand_alone_selector" data-product-id="{{product.id}}" data-product-handle="{{product.handle}}" data-variant-id="{{ product.selected_or_first_available_variant.id }}" data-product-data="{{product | json | escape}}"></div>
14
+ {% endcase %}
15
+ </div>
16
+ `};export{l as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as r,Fragment as e}from"react/jsx-runtime";import{makeStyleResponsive as o}from"@gem-sdk/core";import t from"./ThirdPartyPreview.js";import c from"../configs/EcomsendBackInStockAlert.js";let i=()=>r(e,{children:r("div",{className:"gp-p-2",children:r(t,{setting:{label:"EcomSend Back in Stock Alert",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${c.logoUrl}">`}})})}),l=({setting:e})=>r("div",{style:{...o("ta",e?.align)},children:r(i,{})});export{l as default};
2
+ import{jsx as r,Fragment as e}from"react/jsx-runtime";import{makeStyleResponsive as o}from"@gem-sdk/core";import t from"./ThirdPartyPreview.js";import i from"../configs/EcomsendBackInStockAlert.js";let l=()=>r(e,{children:r("div",{className:"gp-p-2",children:r(t,{setting:{label:i.label,iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${i.logoUrl}">`}})})}),c=({setting:e})=>r("div",{style:{...o("ta",e?.align)},children:r(l,{})});export{c as default};
@@ -0,0 +1 @@
1
+ var a={id:"appstle-loyalty-reward-program",label:"Appstle Loyalty Reward Program",logoUrl:"https://cdn.shopify.com/app-store/listing_images/96443d68c3eaa36c43a8b7d0afa5eada/icon/COui2tT74fwCEAE=.png?width=22&height=22",tag:"AppstleLoyaltyRewardProgram"};export{a as default};
@@ -1 +1 @@
1
- var e={id:"ecomsend-back-in-stock-alert",label:"EcomSend Back in Stock Alert",logoUrl:"https://cdn.shopify.com/app-store/listing_images/d4d2bcc6f71dda4f30b09bd429b37065/icon/CLeo2LeKhIsDEAE=.png?width=22&height=22",tag:"EcomsendBackInStockAlert"};export{e as default};
1
+ var o={id:"ecomsend-back-in-stock-alert",label:"Notify Me AI Back in Stock: SW",logoUrl:"https://cdn.shopify.com/s/files/1/2005/9307/files/SendWill_logo.png?v=1780629197",tag:"EcomsendBackInStockAlert"};export{o as default};
@@ -1 +1 @@
1
- import"react/jsx-runtime";import"@gem-sdk/core";import"@gem-sdk/system";import"react";import"next/link";export{default as JudgemeReviews}from"./components/JudgemeReviews.js";export{default as LooxReviews}from"./components/LooxReviews.js";export{default as Klaviyo}from"./components/Klaviyo.js";export{default as YotpoLoyalty}from"./components/YotpoLoyalty.js";export{default as SmartSearchBarAndFilters}from"./components/SmartSearchBarAndFilters.js";export{default as Instafeed}from"./components/Instafeed.js";export{default as ProductReviews}from"./components/ProductReviews.js";export{default as Ryviu}from"./components/Ryviu.js";export{default as Rivyo}from"./components/Rivyo.js";export{default as Vitals}from"./components/Vitals.js";export{default as Omnisend}from"./components/Omnisend.js";export{default as Trustoo}from"./components/Trustoo.js";export{default as SealSubscriptions}from"./components/SealSubscriptions.js";export{default as AppstleSubscriptions}from"./components/AppstleSubscriptions.js";export{default as FeraReviews}from"./components/FeraReviews.js";export{default as ParcelPanel}from"./components/ParcelPanel.js";export{default as TrustMe}from"./components/TrustMe.js";export{default as FrequentlyBoughtTogether}from"./components/FrequentlyBoughtTogether.js";export{default as BoldSubscriptions}from"./components/BoldSubscriptions.js";export{default as BoldProductOptions}from"./components/BoldProductOptions.js";export{default as WideBundle}from"./components/WideBundle.js";export{default as PickyStory}from"./components/PickyStory.js";export{default as InfiniteOptions}from"./components/InfiniteOptions.js";export{default as Wiser}from"./components/Wiser.js";export{default as Stamped}from"./components/Stamped.js";export{default as Bundler}from"./components/Bundler.js";export{default as LaiProductReviews}from"./components/LaiProductReviews.js";export{default as Growave}from"./components/Growave.js";export{default as KachingBundles}from"./components/KachingBundles.js";export{default as Opinew}from"./components/Opinew.js";export{default as UltimateSalesBoost}from"./components/UltimateSalesBoost.js";export{default as CrossSellCartUpsell}from"./components/CrossSellCartUpsell.js";export{default as BoostAISearchDiscovery}from"./components/BoostAISearchDiscovery.js";export{default as YotpoReviews}from"./components/YotpoReviews.js";export{default as FirePush}from"./components/FirePush.js";export{default as AliReviews}from"./components/AliReviews.js";export{default as Bogos}from"./components/Bogos.js";export{default as Releasit}from"./components/Releasit.js";export{default as KingProductOptions}from"./components/KingProductOptions.js";export{default as BirdChime}from"./components/BirdChime.js";import e from"./settings/JudgemeReviews/index.js";import s from"./settings/LooxReviews/index.js";import t from"./settings/Klaviyo/index.js";import o from"./settings/YotpoLoyalty/index.js";import i from"./settings/SmartSearchBarAndFilters/index.js";import r from"./settings/Instafeed/index.js";import n from"./settings/ProductReviews/index.js";import m from"./settings/Ryviu/index.js";import p from"./settings/Rivyo/index.js";import d from"./settings/Vitals/index.js";import a from"./settings/Omnisend/index.js";import l from"./settings/Trustoo/index.js";import u from"./settings/SealSubscriptions/index.js";import f from"./settings/AppstleSubscriptions/index.js";import c from"./settings/FeraReviews/index.js";import g from"./settings/Growave/index.js";import x from"./settings/PushOwl/index.js";import j from"./settings/AliReviews/index.js";import B from"./settings/Opinew/index.js";import S from"./settings/UltimateSalesBoost/index.js";import y from"./settings/FirePush/index.js";import P from"./settings/ParcelPanel/index.js";import 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 k from"./settings/PickyStory/index.js";import A 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 E from"./settings/Bogos/index.js";import G from"./settings/QikifyUpsell/index.js";import V 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 ed from"./settings/FastBundleBundlesDiscounts/index.js";import ea from"./settings/SimpleBundlesKits/index.js";import el from"./settings/EasyBundleBuilderSkailama/index.js";import eu from"./settings/KoalaBundleQuantityDiscount/index.js";import ef from"./settings/PreorderNowPreOrderPq/index.js";import ec from"./settings/FlyBundlesUpsellsFbt/index.js";import eg from"./settings/JunipProductReviewsUgc/index.js";import ex from"./settings/MaxbundleProductBundles/index.js";import ej from"./settings/PreorderNowWodPresale/index.js";import eB from"./settings/TagshopShoppableVideosUgc/index.js";import eS from"./settings/WhatmoreShoppableVideosreel/index.js";import ey from"./settings/TagembedSocialPostReview/index.js";import eP from"./settings/ProductOptionsCustomizer/index.js";import 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 ek from"./settings/SproutPlantTreesGrowSales/index.js";import eA 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 eE from"./settings/AftershipEmailMarketingsms/index.js";import eG from"./settings/SegunoEmailMarketing/index.js";import eV 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/BonySubscriptionsApp/index.js";import sr from"./settings/WcWishlistBackInStock/index.js";import sn from"./settings/EssentPreorderBackInStock/index.js";let sm={EstimatedDeliveryDatePlus:eX,OkendoReviewsLoyalty:eN,EssentialAnnouncementBar:eJ,EssentialCountdownTimerBar:eQ,StellarDeliveryDatePickup:eq,TrustshopProductReviews:eH,HulkProductOptions:ez,MyappgurusProductReviews:eY,TrustreviewsProductReviews:eM,DiscountyBulkDiscountSales:eW,SeoantTrustBadgesIcon:eV,SegunoEmailMarketing:eG,AftershipEmailMarketingsms:eE,BestBuyFulfillment:eU,ProductOptionsVariantOption:eK,GloboProductOptionsVariant:eL,TeeinblueProductPersonalizer:eI,WishlistKing:eT,HulkFormBuilder:eC,LoloyalLoyaltyReferrals:eD,PowerfulContactFormBuilder:eF,WishlistPlus:eO,InstasellShoppableInstagram:eA,SproutPlantTreesGrowSales:ek,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:ed,KiteFreeGiftDiscount:ep,UnlimitedBundlesDiscounts:em,SimpleBundlesKits:ea,ReviewxpoProductReviewsApp:er,PumperBundlesVolumeDiscount:en,NotifyBackInStockPreOrder:ei,ShopifyForms:eo,SkioSubscriptionsYcS20:et,LoopSubscriptions:es,RecurpaySubscriptionApp:$,SubifySubscriptionsApp:_,BonLoyaltyRewardsReferrals:Z,ShopifySubscriptions:X,EasifyProductOptions:J,CustomProductOptionsVariant:N,EasySellCOD:M,QikifyUpsell:G,CleanSizeCharts:U,JudgemeReviews:e,LooxReviews:s,Klaviyo:t,YotpoLoyalty:o,SmartSearchBarAndFilters:i,Instafeed:r,ProductReviews:n,Ryviu:m,Rivyo:p,Vitals:d,Omnisend:a,Trustoo:l,SealSubscriptions:u,AppstleSubscriptions:f,FeraReviews:c,Growave:g,KachingBundles:K,PushOwl:x,Opinew:B,UltimateSalesBoost:S,FirePush:y,ParcelPanel:P,TrustMe:w,FrequentlyBoughtTogether:v,BoldSubscriptions:R,BoldProductOptions:h,WideBundle:b,PickyStory:k,InfiniteOptions:A,Wiser:O,Stamped:D,Bundler:C,LaiProductReviews:F,CrossSellCartUpsell:T,BoostAISearchDiscovery:I,YotpoReviews:L,AliReviews:j,Bogos:E,Releasit:V,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,BonySubscriptionsApp:si,WcWishlistBackInStock:sr,EssentPreorderBackInStock:sn};export{sm as 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 R from"./settings/FrequentlyBoughtTogether/index.js";import v 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 E from"./settings/Bogos/index.js";import G from"./settings/QikifyUpsell/index.js";import V 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 eR from"./settings/MbcBundleVolumeDiscount/index.js";import ev 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 eE from"./settings/AftershipEmailMarketingsms/index.js";import eG from"./settings/SegunoEmailMarketing/index.js";import eV 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/BonySubscriptionsApp/index.js";import sr from"./settings/WcWishlistBackInStock/index.js";import sn from"./settings/EssentPreorderBackInStock/index.js";import sm from"./settings/AppstleLoyaltyRewardProgram/index.js";let sp={EstimatedDeliveryDatePlus:eX,OkendoReviewsLoyalty:eN,EssentialAnnouncementBar:eJ,EssentialCountdownTimerBar:eQ,StellarDeliveryDatePickup:eq,TrustshopProductReviews:eH,HulkProductOptions:ez,MyappgurusProductReviews:eY,TrustreviewsProductReviews:eM,DiscountyBulkDiscountSales:eW,SeoantTrustBadgesIcon:eV,SegunoEmailMarketing:eG,AftershipEmailMarketingsms:eE,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:ev,MbcBundleVolumeDiscount:eR,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:G,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:R,BoldSubscriptions:v,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:E,Releasit:V,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,BonySubscriptionsApp:si,WcWishlistBackInStock:sr,EssentPreorderBackInStock:sn,AppstleLoyaltyRewardProgram:sm};export{sp as 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 n=o(()=>import("./components/EssentPreorderBackInStock.js"),{ssr:!1,loading:s}),t=o(()=>import("./components/WcWishlistBackInStock.js"),{ssr:!1,loading:s}),i=o(()=>import("./components/BonySubscriptionsApp.js"),{ssr:!1,loading:s}),r=o(()=>import("./components/GrowthSuiteDiscountCodes.js"),{ssr:!1,loading:s}),e=o(()=>import("./components/KachingSubscriptionsApp.js"),{ssr:!1,loading:s}),p=o(()=>import("./components/BloyRewardsProgramLoyalty.js"),{ssr:!1,loading:s}),m=o(()=>import("./components/DealeasyVolumeDiscounts.js"),{ssr:!1,loading:s}),a=o(()=>import("./components/UppromoteAffiliateMarketing.js"),{ssr:!1,loading:s}),l=o(()=>import("./components/AovBundlesVolumeDiscounts.js"),{ssr:!1,loading:s}),c=o(()=>import("./components/AovFreeGiftBuyXGetYBogo.js"),{ssr:!1,loading:s}),d=o(()=>import("./components/EcomsendBackInStockAlert.js"),{ssr:!1,loading:s}),g=o(()=>import("./components/AppstleBundlesDiscounts.js"),{ssr:!1,loading:s}),j=o(()=>import("./components/EstimatedDeliveryDatePlus.js"),{ssr:!1,loading:s}),u=o(()=>import("./components/OkendoReviewsLoyalty.js"),{ssr:!1,loading:s}),B=o(()=>import("./components/EssentialAnnouncementBar.js"),{ssr:!1,loading:s}),S=o(()=>import("./components/EssentialCountdownTimerBar.js"),{ssr:!1,loading:s}),y=o(()=>import("./components/StellarDeliveryDatePickup.js"),{ssr:!1,loading:s}),P=o(()=>import("./components/TrustshopProductReviews.js"),{ssr:!1,loading:s}),w=o(()=>import("./components/HulkProductOptions.js"),{ssr:!1,loading:s}),h=o(()=>import("./components/MyappgurusProductReviews.js"),{ssr:!1,loading:s}),R=o(()=>import("./components/DiscountyBulkDiscountSales.js"),{ssr:!1,loading:s}),v=o(()=>import("./components/TrustreviewsProductReviews.js"),{ssr:!1,loading:s}),b=o(()=>import("./components/SeoantTrustBadgesIcon.js"),{ssr:!1,loading:s}),k=o(()=>import("./components/SegunoEmailMarketing.js"),{ssr:!1,loading:s}),f=o(()=>import("./components/AftershipEmailMarketingsms.js"),{ssr:!1,loading:s}),A=o(()=>import("./components/BestBuyFulfillment.js"),{ssr:!1,loading:s}),D=o(()=>import("./components/ProductOptionsVariantOption.js"),{ssr:!1,loading:s}),O=o(()=>import("./components/GloboProductOptionsVariant.js"),{ssr:!1,loading:s}),C=o(()=>import("./components/TeeinblueProductPersonalizer.js"),{ssr:!1,loading:s}),F=o(()=>import("./components/WishlistKing.js"),{ssr:!1,loading:s}),T=o(()=>import("./components/HulkFormBuilder.js"),{ssr:!1,loading:s}),E=o(()=>import("./components/LoloyalLoyaltyReferrals.js"),{ssr:!1,loading:s}),I=o(()=>import("./components/PowerfulContactFormBuilder.js"),{ssr:!1,loading:s}),L=o(()=>import("./components/WishlistPlus.js"),{ssr:!1,loading:s}),G=o(()=>import("./components/InstasellShoppableInstagram.js"),{ssr:!1,loading:s}),U=o(()=>import("./components/SproutPlantTreesGrowSales.js"),{ssr:!1,loading:s}),V=o(()=>import("./components/RapiBundleQuantityBreaks.js"),{ssr:!1,loading:s}),K=o(()=>import("./components/AppointmentBookingCowlendar.js"),{ssr:!1,loading:s}),x=o(()=>import("./components/GoogleReviewsByReputon.js"),{ssr:!1,loading:s}),M=o(()=>import("./components/MbcBundleVolumeDiscount.js"),{ssr:!1,loading:s}),W=o(()=>import("./components/ProductOptionsCustomizer.js"),{ssr:!1,loading:s}),z=o(()=>import("./components/AirProductReviewsAppUgc.js"),{ssr:!1,loading:s}),H=o(()=>import("./components/TagembedSocialPostReview.js"),{ssr:!1,loading:s}),Q=o(()=>import("./components/WhatmoreShoppableVideosreel.js"),{ssr:!1,loading:s}),Y=o(()=>import("./components/TagshopShoppableVideosUgc.js"),{ssr:!1,loading:s}),q=o(()=>import("./components/JunipProductReviewsUgc.js"),{ssr:!1,loading:s}),N=o(()=>import("./components/FlyBundlesUpsellsFbt.js"),{ssr:!1,loading:s}),J=o(()=>import("./components/PreorderNowWodPresale.js"),{ssr:!1,loading:s}),X=o(()=>import("./components/PreorderNowPreOrderPq.js"),{ssr:!1,loading:s}),Z=o(()=>import("./components/MaxbundleProductBundles.js"),{ssr:!1,loading:s}),$=o(()=>import("./components/KoalaBundleQuantityDiscount.js"),{ssr:!1,loading:s}),_=o(()=>import("./components/EasyBundleBuilderSkailama.js"),{ssr:!1,loading:s}),oo=o(()=>import("./components/FastBundleBundlesDiscounts.js"),{ssr:!1,loading:s}),os=o(()=>import("./components/KiteFreeGiftDiscount.js"),{ssr:!1,loading:s}),on=o(()=>import("./components/UnlimitedBundlesDiscounts.js"),{ssr:!1,loading:s}),ot=o(()=>import("./components/SimpleBundlesKits.js"),{ssr:!1,loading:s}),oi=o(()=>import("./components/ReviewxpoProductReviewsApp.js"),{ssr:!1,loading:s}),or=o(()=>import("./components/PumperBundlesVolumeDiscount.js"),{ssr:!1,loading:s}),oe=o(()=>import("./components/NotifyBackInStockPreOrder.js"),{ssr:!1,loading:s}),op=o(()=>import("./components/ShopifyForms.js"),{ssr:!1,loading:s}),om=o(()=>import("./components/SkioSubscriptionsYcS20.js"),{ssr:!1,loading:s}),oa=o(()=>import("./components/LoopSubscriptions.js"),{ssr:!1,loading:s}),ol=o(()=>import("./components/RecurpaySubscriptionApp.js"),{ssr:!1,loading:s}),oc=o(()=>import("./components/SubifySubscriptionsApp.js"),{ssr:!1,loading:s}),od=o(()=>import("./components/ShopifySubscriptions.js"),{ssr:!1,loading:s}),og=o(()=>import("./components/BonLoyaltyRewardsReferrals.js"),{ssr:!1,loading:s}),oj=o(()=>import("./components/EasifyProductOptions.js"),{ssr:!1,loading:s}),ou=o(()=>import("./components/CustomProductOptionsVariant.js"),{ssr:!1,loading:s}),oB=o(()=>import("./components/JudgemeReviews.js"),{ssr:!1,loading:s}),oS=o(()=>import("./components/LooxReviews.js"),{ssr:!1,loading:s}),oy=o(()=>import("./components/Instafeed.js"),{ssr:!1,loading:s}),oP=o(()=>import("./components/Klaviyo.js"),{ssr:!1,loading:s}),ow=o(()=>import("./components/YotpoLoyalty.js"),{ssr:!1,loading:s}),oh=o(()=>import("./components/SmartSearchBarAndFilters.js"),{ssr:!1,loading:s}),oR=o(()=>import("./components/ProductReviews.js"),{ssr:!1,loading:s}),ov=o(()=>import("./components/Ryviu.js"),{ssr:!1,loading:s}),ob=o(()=>import("./components/Rivyo.js"),{ssr:!1,loading:s}),ok=o(()=>import("./components/Vitals.js"),{ssr:!1,loading:s}),of=o(()=>import("./components/Omnisend.js"),{ssr:!1,loading:s}),oA=o(()=>import("./components/ParcelPanel.js"),{ssr:!1,loading:s}),oD=o(()=>import("./components/KingProductOptions.js"),{ssr:!1,loading:s}),oO=o(()=>import("./components/TrustMe.js"),{ssr:!1,loading:s}),oC=o(()=>import("./components/Trustoo.js"),{ssr:!1,loading:s}),oF=o(()=>import("./components/SealSubscriptions.js"),{ssr:!1,loading:s}),oT=o(()=>import("./components/AppstleSubscriptions.js"),{ssr:!1,loading:s}),oE=o(()=>import("./components/FeraReviews.js"),{ssr:!1,loading:s}),oI=o(()=>import("./components/Growave.js"),{ssr:!1,loading:s}),oL=o(()=>import("./components/KachingBundles.js"),{ssr:!1,loading:s}),oG=o(()=>import("./components/PushOwl.js"),{ssr:!1,loading:s}),oU=o(()=>import("./components/Opinew.js"),{ssr:!1,loading:s}),oV=o(()=>import("./components/FirePush.js"),{ssr:!1,loading:s}),oK=o(()=>import("./components/AliReviews.js"),{ssr:!1,loading:s}),ox=o(()=>import("./components/UltimateSalesBoost.js"),{ssr:!1,loading:s}),oM=o(()=>import("./components/FrequentlyBoughtTogether.js"),{ssr:!1,loading:s}),oW=o(()=>import("./components/BoldSubscriptions.js"),{ssr:!1,loading:s}),oz=o(()=>import("./components/BoldProductOptions.js"),{ssr:!1,loading:s}),oH=o(()=>import("./components/WideBundle.js"),{ssr:!1,loading:s}),oQ=o(()=>import("./components/PickyStory.js"),{ssr:!1,loading:s}),oY=o(()=>import("./components/InfiniteOptions.js"),{ssr:!1,loading:s}),oq=o(()=>import("./components/Wiser.js"),{ssr:!1,loading:s}),oN=o(()=>import("./components/Stamped.js"),{ssr:!1,loading:s}),oJ=o(()=>import("./components/Bundler.js"),{ssr:!1,loading:s}),oX=o(()=>import("./components/LaiProductReviews.js"),{ssr:!1,loading:s}),oZ=o(()=>import("./components/CrossSellCartUpsell.js"),{ssr:!1,loading:s}),o$=o(()=>import("./components/BoostAISearchDiscovery.js"),{ssr:!1,loading:s}),o_=o(()=>import("./components/YotpoReviews.js"),{ssr:!1,loading:s}),o1=o(()=>import("./components/CleanSizeCharts.js"),{ssr:!1,loading:s}),o0=o(()=>import("./components/Bogos.js"),{ssr:!1,loading:s}),o2=o(()=>import("./components/QikifyUpsell.js"),{ssr:!1,loading:s}),o3=o(()=>import("./components/Releasit.js"),{ssr:!1,loading:s}),o4=o(()=>import("./components/EasySellCOD.js"),{ssr:!1,loading:s}),o5=o(()=>import("./components/BirdChime.js"),{ssr:!1,loading:s}),o6=o(()=>import("./components/RequestQuoteHidePrice.js"),{ssr:!1,loading:s}),o7=o(()=>import("./components/KlarnaMessaging.js"),{ssr:!1,loading:s}),o8=o(()=>import("./components/FordeerProductLabels.js"),{ssr:!1,loading:s}),o9=o(()=>import("./components/RechargeSubscriptions.js"),{ssr:!1,loading:s}),so=o(()=>import("./components/Selleasy.js"),{ssr:!1,loading:s}),ss=o(()=>import("./components/HextomCountdownTimerBar.js"),{ssr:!1,loading:s}),sn=o(()=>import("./components/TrustBadgesBear.js"),{ssr:!1,loading:s}),st=o(()=>import("./components/TrustedsiteTrustBadges.js"),{ssr:!1,loading:s}),si=o(()=>import("./components/GloColorSwatchvariantImage.js"),{ssr:!1,loading:s}),sr=o(()=>import("./components/BfSizeChartSizeGuide.js"),{ssr:!1,loading:s}),se=o(()=>import("./components/AlsoBoughtCbb.js"),{ssr:!1,loading:s}),sp=o(()=>import("./components/HextomFreeShippingBar.js"),{ssr:!1,loading:s}),sm=o(()=>import("./components/EcoboostifyShoppableReelUgc.js"),{ssr:!1,loading:s});var sa={EssentPreorderBackInStock:n,WcWishlistBackInStock:t,BonySubscriptionsApp:i,GrowthSuiteDiscountCodes:r,KachingSubscriptionsApp:e,BloyRewardsProgramLoyalty:p,DealeasyVolumeDiscounts:m,UppromoteAffiliateMarketing:a,AovBundlesVolumeDiscounts:l,AovFreeGiftBuyXGetYBogo:c,EcomsendBackInStockAlert:d,AppstleBundlesDiscounts:g,EcoboostifyShoppableReelUgc:sm,EstimatedDeliveryDatePlus:j,OkendoReviewsLoyalty:u,EssentialAnnouncementBar:B,EssentialCountdownTimerBar:S,StellarDeliveryDatePickup:y,TrustshopProductReviews:P,HulkProductOptions:w,MyappgurusProductReviews:h,TrustreviewsProductReviews:v,DiscountyBulkDiscountSales:R,SeoantTrustBadgesIcon:b,SegunoEmailMarketing:k,AftershipEmailMarketingsms:f,BestBuyFulfillment:A,ProductOptionsVariantOption:D,GloboProductOptionsVariant:O,TeeinblueProductPersonalizer:C,WishlistKing:F,HulkFormBuilder:T,LoloyalLoyaltyReferrals:E,PowerfulContactFormBuilder:I,WishlistPlus:L,InstasellShoppableInstagram:G,SproutPlantTreesGrowSales:U,RapiBundleQuantityBreaks:V,AppointmentBookingCowlendar:K,GoogleReviewsByReputon:x,MbcBundleVolumeDiscount:M,ProductOptionsCustomizer:W,AirProductReviewsAppUgc:z,TagembedSocialPostReview:H,WhatmoreShoppableVideosreel:Q,TagshopShoppableVideosUgc:Y,JunipProductReviewsUgc:q,FlyBundlesUpsellsFbt:N,PreorderNowWodPresale:J,PreorderNowPreOrderPq:X,MaxbundleProductBundles:Z,KoalaBundleQuantityDiscount:$,EasyBundleBuilderSkailama:_,FastBundleBundlesDiscounts:oo,KiteFreeGiftDiscount:os,UnlimitedBundlesDiscounts:on,SimpleBundlesKits:ot,ReviewxpoProductReviewsApp:oi,PumperBundlesVolumeDiscount:or,NotifyBackInStockPreOrder:oe,ShopifyForms:op,SkioSubscriptionsYcS20:om,LoopSubscriptions:oa,Selleasy:so,RecurpaySubscriptionApp:ol,SubifySubscriptionsApp:oc,BonLoyaltyRewardsReferrals:og,ShopifySubscriptions:od,EasifyProductOptions:oj,CustomProductOptionsVariant:ou,KlarnaMessaging:o7,RechargeSubscriptions:o9,EasySellCOD:o4,QikifyUpsell:o2,CleanSizeCharts:o1,JudgemeReviews:oB,LooxReviews:oS,Klaviyo:oP,YotpoLoyalty:ow,SmartSearchBarAndFilters:oh,Instafeed:oy,ProductReviews:oR,Ryviu:ov,Rivyo:ob,Vitals:ok,Omnisend:of,ParcelPanel:oA,TrustMe:oO,KingProductOptions:oD,Trustoo:oC,SealSubscriptions:oF,AppstleSubscriptions:oT,FeraReviews:oE,Growave:oI,KachingBundles:oL,PushOwl:oG,Opinew:oU,UltimateSalesBoost:ox,FirePush:oV,FrequentlyBoughtTogether:oM,BoldSubscriptions:oW,BoldProductOptions:oz,WideBundle:oH,PickyStory:oQ,InfiniteOptions:oY,Wiser:oq,Stamped:oN,Bundler:oJ,LaiProductReviews:oX,CrossSellCartUpsell:oZ,BoostAISearchDiscovery:o$,YotpoReviews:o_,AliReviews:oK,Bogos:o0,Releasit:o3,RequestQuoteHidePrice:o6,BirdChime:o5,FordeerProductLabels:o8,HextomCountdownTimerBar:ss,TrustBadgesBear:sn,TrustedsiteTrustBadges:st,GloColorSwatchvariantImage:si,BfSizeChartSizeGuide:sr,AlsoBoughtCbb:se,HextomFreeShippingBar:sp};export{sa 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 n=o(()=>import("./components/AppstleLoyaltyRewardProgram.js"),{ssr:!1,loading:s}),t=o(()=>import("./components/EssentPreorderBackInStock.js"),{ssr:!1,loading:s}),i=o(()=>import("./components/WcWishlistBackInStock.js"),{ssr:!1,loading:s}),r=o(()=>import("./components/BonySubscriptionsApp.js"),{ssr:!1,loading:s}),e=o(()=>import("./components/GrowthSuiteDiscountCodes.js"),{ssr:!1,loading:s}),p=o(()=>import("./components/KachingSubscriptionsApp.js"),{ssr:!1,loading:s}),m=o(()=>import("./components/BloyRewardsProgramLoyalty.js"),{ssr:!1,loading:s}),a=o(()=>import("./components/DealeasyVolumeDiscounts.js"),{ssr:!1,loading:s}),l=o(()=>import("./components/UppromoteAffiliateMarketing.js"),{ssr:!1,loading:s}),c=o(()=>import("./components/AovBundlesVolumeDiscounts.js"),{ssr:!1,loading:s}),d=o(()=>import("./components/AovFreeGiftBuyXGetYBogo.js"),{ssr:!1,loading:s}),g=o(()=>import("./components/EcomsendBackInStockAlert.js"),{ssr:!1,loading:s}),j=o(()=>import("./components/AppstleBundlesDiscounts.js"),{ssr:!1,loading:s}),u=o(()=>import("./components/EstimatedDeliveryDatePlus.js"),{ssr:!1,loading:s}),B=o(()=>import("./components/OkendoReviewsLoyalty.js"),{ssr:!1,loading:s}),S=o(()=>import("./components/EssentialAnnouncementBar.js"),{ssr:!1,loading:s}),y=o(()=>import("./components/EssentialCountdownTimerBar.js"),{ssr:!1,loading:s}),P=o(()=>import("./components/StellarDeliveryDatePickup.js"),{ssr:!1,loading:s}),w=o(()=>import("./components/TrustshopProductReviews.js"),{ssr:!1,loading:s}),R=o(()=>import("./components/HulkProductOptions.js"),{ssr:!1,loading:s}),h=o(()=>import("./components/MyappgurusProductReviews.js"),{ssr:!1,loading:s}),v=o(()=>import("./components/DiscountyBulkDiscountSales.js"),{ssr:!1,loading:s}),b=o(()=>import("./components/TrustreviewsProductReviews.js"),{ssr:!1,loading:s}),k=o(()=>import("./components/SeoantTrustBadgesIcon.js"),{ssr:!1,loading:s}),f=o(()=>import("./components/SegunoEmailMarketing.js"),{ssr:!1,loading:s}),A=o(()=>import("./components/AftershipEmailMarketingsms.js"),{ssr:!1,loading:s}),D=o(()=>import("./components/BestBuyFulfillment.js"),{ssr:!1,loading:s}),O=o(()=>import("./components/ProductOptionsVariantOption.js"),{ssr:!1,loading:s}),C=o(()=>import("./components/GloboProductOptionsVariant.js"),{ssr:!1,loading:s}),F=o(()=>import("./components/TeeinblueProductPersonalizer.js"),{ssr:!1,loading:s}),T=o(()=>import("./components/WishlistKing.js"),{ssr:!1,loading:s}),L=o(()=>import("./components/HulkFormBuilder.js"),{ssr:!1,loading:s}),E=o(()=>import("./components/LoloyalLoyaltyReferrals.js"),{ssr:!1,loading:s}),I=o(()=>import("./components/PowerfulContactFormBuilder.js"),{ssr:!1,loading:s}),G=o(()=>import("./components/WishlistPlus.js"),{ssr:!1,loading:s}),U=o(()=>import("./components/InstasellShoppableInstagram.js"),{ssr:!1,loading:s}),V=o(()=>import("./components/SproutPlantTreesGrowSales.js"),{ssr:!1,loading:s}),K=o(()=>import("./components/RapiBundleQuantityBreaks.js"),{ssr:!1,loading:s}),x=o(()=>import("./components/AppointmentBookingCowlendar.js"),{ssr:!1,loading:s}),M=o(()=>import("./components/GoogleReviewsByReputon.js"),{ssr:!1,loading:s}),W=o(()=>import("./components/MbcBundleVolumeDiscount.js"),{ssr:!1,loading:s}),z=o(()=>import("./components/ProductOptionsCustomizer.js"),{ssr:!1,loading:s}),H=o(()=>import("./components/AirProductReviewsAppUgc.js"),{ssr:!1,loading:s}),Q=o(()=>import("./components/TagembedSocialPostReview.js"),{ssr:!1,loading:s}),Y=o(()=>import("./components/WhatmoreShoppableVideosreel.js"),{ssr:!1,loading:s}),q=o(()=>import("./components/TagshopShoppableVideosUgc.js"),{ssr:!1,loading:s}),N=o(()=>import("./components/JunipProductReviewsUgc.js"),{ssr:!1,loading:s}),J=o(()=>import("./components/FlyBundlesUpsellsFbt.js"),{ssr:!1,loading:s}),X=o(()=>import("./components/PreorderNowWodPresale.js"),{ssr:!1,loading:s}),Z=o(()=>import("./components/PreorderNowPreOrderPq.js"),{ssr:!1,loading:s}),$=o(()=>import("./components/MaxbundleProductBundles.js"),{ssr:!1,loading:s}),_=o(()=>import("./components/KoalaBundleQuantityDiscount.js"),{ssr:!1,loading:s}),oo=o(()=>import("./components/EasyBundleBuilderSkailama.js"),{ssr:!1,loading:s}),os=o(()=>import("./components/FastBundleBundlesDiscounts.js"),{ssr:!1,loading:s}),on=o(()=>import("./components/KiteFreeGiftDiscount.js"),{ssr:!1,loading:s}),ot=o(()=>import("./components/UnlimitedBundlesDiscounts.js"),{ssr:!1,loading:s}),oi=o(()=>import("./components/SimpleBundlesKits.js"),{ssr:!1,loading:s}),or=o(()=>import("./components/ReviewxpoProductReviewsApp.js"),{ssr:!1,loading:s}),oe=o(()=>import("./components/PumperBundlesVolumeDiscount.js"),{ssr:!1,loading:s}),op=o(()=>import("./components/NotifyBackInStockPreOrder.js"),{ssr:!1,loading:s}),om=o(()=>import("./components/ShopifyForms.js"),{ssr:!1,loading:s}),oa=o(()=>import("./components/SkioSubscriptionsYcS20.js"),{ssr:!1,loading:s}),ol=o(()=>import("./components/LoopSubscriptions.js"),{ssr:!1,loading:s}),oc=o(()=>import("./components/RecurpaySubscriptionApp.js"),{ssr:!1,loading:s}),od=o(()=>import("./components/SubifySubscriptionsApp.js"),{ssr:!1,loading:s}),og=o(()=>import("./components/ShopifySubscriptions.js"),{ssr:!1,loading:s}),oj=o(()=>import("./components/BonLoyaltyRewardsReferrals.js"),{ssr:!1,loading:s}),ou=o(()=>import("./components/EasifyProductOptions.js"),{ssr:!1,loading:s}),oB=o(()=>import("./components/CustomProductOptionsVariant.js"),{ssr:!1,loading:s}),oS=o(()=>import("./components/JudgemeReviews.js"),{ssr:!1,loading:s}),oy=o(()=>import("./components/LooxReviews.js"),{ssr:!1,loading:s}),oP=o(()=>import("./components/Instafeed.js"),{ssr:!1,loading:s}),ow=o(()=>import("./components/Klaviyo.js"),{ssr:!1,loading:s}),oR=o(()=>import("./components/YotpoLoyalty.js"),{ssr:!1,loading:s}),oh=o(()=>import("./components/SmartSearchBarAndFilters.js"),{ssr:!1,loading:s}),ov=o(()=>import("./components/ProductReviews.js"),{ssr:!1,loading:s}),ob=o(()=>import("./components/Ryviu.js"),{ssr:!1,loading:s}),ok=o(()=>import("./components/Rivyo.js"),{ssr:!1,loading:s}),of=o(()=>import("./components/Vitals.js"),{ssr:!1,loading:s}),oA=o(()=>import("./components/Omnisend.js"),{ssr:!1,loading:s}),oD=o(()=>import("./components/ParcelPanel.js"),{ssr:!1,loading:s}),oO=o(()=>import("./components/KingProductOptions.js"),{ssr:!1,loading:s}),oC=o(()=>import("./components/TrustMe.js"),{ssr:!1,loading:s}),oF=o(()=>import("./components/Trustoo.js"),{ssr:!1,loading:s}),oT=o(()=>import("./components/SealSubscriptions.js"),{ssr:!1,loading:s}),oL=o(()=>import("./components/AppstleSubscriptions.js"),{ssr:!1,loading:s}),oE=o(()=>import("./components/FeraReviews.js"),{ssr:!1,loading:s}),oI=o(()=>import("./components/Growave.js"),{ssr:!1,loading:s}),oG=o(()=>import("./components/KachingBundles.js"),{ssr:!1,loading:s}),oU=o(()=>import("./components/PushOwl.js"),{ssr:!1,loading:s}),oV=o(()=>import("./components/Opinew.js"),{ssr:!1,loading:s}),oK=o(()=>import("./components/FirePush.js"),{ssr:!1,loading:s}),ox=o(()=>import("./components/AliReviews.js"),{ssr:!1,loading:s}),oM=o(()=>import("./components/UltimateSalesBoost.js"),{ssr:!1,loading:s}),oW=o(()=>import("./components/FrequentlyBoughtTogether.js"),{ssr:!1,loading:s}),oz=o(()=>import("./components/BoldSubscriptions.js"),{ssr:!1,loading:s}),oH=o(()=>import("./components/BoldProductOptions.js"),{ssr:!1,loading:s}),oQ=o(()=>import("./components/WideBundle.js"),{ssr:!1,loading:s}),oY=o(()=>import("./components/PickyStory.js"),{ssr:!1,loading:s}),oq=o(()=>import("./components/InfiniteOptions.js"),{ssr:!1,loading:s}),oN=o(()=>import("./components/Wiser.js"),{ssr:!1,loading:s}),oJ=o(()=>import("./components/Stamped.js"),{ssr:!1,loading:s}),oX=o(()=>import("./components/Bundler.js"),{ssr:!1,loading:s}),oZ=o(()=>import("./components/LaiProductReviews.js"),{ssr:!1,loading:s}),o$=o(()=>import("./components/CrossSellCartUpsell.js"),{ssr:!1,loading:s}),o_=o(()=>import("./components/BoostAISearchDiscovery.js"),{ssr:!1,loading:s}),o1=o(()=>import("./components/YotpoReviews.js"),{ssr:!1,loading:s}),o0=o(()=>import("./components/CleanSizeCharts.js"),{ssr:!1,loading:s}),o2=o(()=>import("./components/Bogos.js"),{ssr:!1,loading:s}),o3=o(()=>import("./components/QikifyUpsell.js"),{ssr:!1,loading:s}),o4=o(()=>import("./components/Releasit.js"),{ssr:!1,loading:s}),o5=o(()=>import("./components/EasySellCOD.js"),{ssr:!1,loading:s}),o6=o(()=>import("./components/BirdChime.js"),{ssr:!1,loading:s}),o7=o(()=>import("./components/RequestQuoteHidePrice.js"),{ssr:!1,loading:s}),o8=o(()=>import("./components/KlarnaMessaging.js"),{ssr:!1,loading:s}),o9=o(()=>import("./components/FordeerProductLabels.js"),{ssr:!1,loading:s}),so=o(()=>import("./components/RechargeSubscriptions.js"),{ssr:!1,loading:s}),ss=o(()=>import("./components/Selleasy.js"),{ssr:!1,loading:s}),sn=o(()=>import("./components/HextomCountdownTimerBar.js"),{ssr:!1,loading:s}),st=o(()=>import("./components/TrustBadgesBear.js"),{ssr:!1,loading:s}),si=o(()=>import("./components/TrustedsiteTrustBadges.js"),{ssr:!1,loading:s}),sr=o(()=>import("./components/GloColorSwatchvariantImage.js"),{ssr:!1,loading:s}),se=o(()=>import("./components/BfSizeChartSizeGuide.js"),{ssr:!1,loading:s}),sp=o(()=>import("./components/AlsoBoughtCbb.js"),{ssr:!1,loading:s}),sm=o(()=>import("./components/HextomFreeShippingBar.js"),{ssr:!1,loading:s}),sa=o(()=>import("./components/EcoboostifyShoppableReelUgc.js"),{ssr:!1,loading:s});var sl={AppstleLoyaltyRewardProgram:n,EssentPreorderBackInStock:t,WcWishlistBackInStock:i,BonySubscriptionsApp:r,GrowthSuiteDiscountCodes:e,KachingSubscriptionsApp:p,BloyRewardsProgramLoyalty:m,DealeasyVolumeDiscounts:a,UppromoteAffiliateMarketing:l,AovBundlesVolumeDiscounts:c,AovFreeGiftBuyXGetYBogo:d,EcomsendBackInStockAlert:g,AppstleBundlesDiscounts:j,EcoboostifyShoppableReelUgc:sa,EstimatedDeliveryDatePlus:u,OkendoReviewsLoyalty:B,EssentialAnnouncementBar:S,EssentialCountdownTimerBar:y,StellarDeliveryDatePickup:P,TrustshopProductReviews:w,HulkProductOptions:R,MyappgurusProductReviews:h,TrustreviewsProductReviews:b,DiscountyBulkDiscountSales:v,SeoantTrustBadgesIcon:k,SegunoEmailMarketing:f,AftershipEmailMarketingsms:A,BestBuyFulfillment:D,ProductOptionsVariantOption:O,GloboProductOptionsVariant:C,TeeinblueProductPersonalizer:F,WishlistKing:T,HulkFormBuilder:L,LoloyalLoyaltyReferrals:E,PowerfulContactFormBuilder:I,WishlistPlus:G,InstasellShoppableInstagram:U,SproutPlantTreesGrowSales:V,RapiBundleQuantityBreaks:K,AppointmentBookingCowlendar:x,GoogleReviewsByReputon:M,MbcBundleVolumeDiscount:W,ProductOptionsCustomizer:z,AirProductReviewsAppUgc:H,TagembedSocialPostReview:Q,WhatmoreShoppableVideosreel:Y,TagshopShoppableVideosUgc:q,JunipProductReviewsUgc:N,FlyBundlesUpsellsFbt:J,PreorderNowWodPresale:X,PreorderNowPreOrderPq:Z,MaxbundleProductBundles:$,KoalaBundleQuantityDiscount:_,EasyBundleBuilderSkailama:oo,FastBundleBundlesDiscounts:os,KiteFreeGiftDiscount:on,UnlimitedBundlesDiscounts:ot,SimpleBundlesKits:oi,ReviewxpoProductReviewsApp:or,PumperBundlesVolumeDiscount:oe,NotifyBackInStockPreOrder:op,ShopifyForms:om,SkioSubscriptionsYcS20:oa,LoopSubscriptions:ol,Selleasy:ss,RecurpaySubscriptionApp:oc,SubifySubscriptionsApp:od,BonLoyaltyRewardsReferrals:oj,ShopifySubscriptions:og,EasifyProductOptions:ou,CustomProductOptionsVariant:oB,KlarnaMessaging:o8,RechargeSubscriptions:so,EasySellCOD:o5,QikifyUpsell:o3,CleanSizeCharts:o0,JudgemeReviews:oS,LooxReviews:oy,Klaviyo:ow,YotpoLoyalty:oR,SmartSearchBarAndFilters:oh,Instafeed:oP,ProductReviews:ov,Ryviu:ob,Rivyo:ok,Vitals:of,Omnisend:oA,ParcelPanel:oD,TrustMe:oC,KingProductOptions:oO,Trustoo:oF,SealSubscriptions:oT,AppstleSubscriptions:oL,FeraReviews:oE,Growave:oI,KachingBundles:oG,PushOwl:oU,Opinew:oV,UltimateSalesBoost:oM,FirePush:oK,FrequentlyBoughtTogether:oW,BoldSubscriptions:oz,BoldProductOptions:oH,WideBundle:oQ,PickyStory:oY,InfiniteOptions:oq,Wiser:oN,Stamped:oJ,Bundler:oX,LaiProductReviews:oZ,CrossSellCartUpsell:o$,BoostAISearchDiscovery:o_,YotpoReviews:o1,AliReviews:ox,Bogos:o2,Releasit:o4,RequestQuoteHidePrice:o7,BirdChime:o6,FordeerProductLabels:o9,HextomCountdownTimerBar:sn,TrustBadgesBear:st,TrustedsiteTrustBadges:si,GloColorSwatchvariantImage:sr,BfSizeChartSizeGuide:se,AlsoBoughtCbb:sp,HextomFreeShippingBar:sm};export{sl as default};
@@ -0,0 +1,4 @@
1
+ import e from"../../configs/AppstleLoyaltyRewardProgram.js";import l from"./uiV2.js";import{get3rdPartyInstallLink as t}from"../../common/helpers.js";let a={tag:e.tag,label:e.label,icon:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${e.logoUrl}">`,editorConfigs:{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="${e.logoUrl}">
3
+ <span class="preset-item-title">${e.label}</span>
4
+ </div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:t({handle:"appstle-loyalty-reward-program"}),appName:e.label},{id:"widgetType",label:"Choose widget",type:"select",default:"loyalty_dedicated_page",options:[{label:"Loyalty Dedicated Page",value:"loyalty_dedicated_page"},{label:"Points Display on Product",value:"points_display_on_product",hideOnPage:["ARTICLE","BLOG","COLLECTION","GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC","STATIC"]},{label:"Points Display on Collections",value:"points_display_on_collections",hideOnPage:["ARTICLE","BLOG","GP_ARTICLE","GP_BLOG","GP_INDEX","GP_STATIC","STATIC"]}]},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/appstle-loyalty",appName:e.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:[],uiV2:l};export{a as default};
@@ -0,0 +1 @@
1
+ let t=[{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{t as default};
@@ -1,4 +1,4 @@
1
- import e from"../../configs/EcomsendBackInStockAlert.js";import t from"./uiV2.js";let l={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/d4d2bcc6f71dda4f30b09bd429b37065/icon/CLeo2LeKhIsDEAE=.png?width=22&height=22">',editorConfigs:{placeholder:{flowTag:["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/d4d2bcc6f71dda4f30b09bd429b37065/icon/CLeo2LeKhIsDEAE=.png?width=22&height=22">
3
- <span class="preset-item-title">EcomSend Back in Stock Alert</span>
4
- </div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"widgetType",label:"Choose widget",type:"select",options:[{label:"Product Restore Email",value:"product-restore-email"}],default:"product-restore-email"},{id:"productId",label:"Product ID",type:"input"},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:"",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{l as default};
1
+ import e from"../../configs/EcomsendBackInStockAlert.js";import t from"./uiV2.js";import{get3rdPartyInstallLink as l}from"../../common/helpers.js";let o={tag:e.tag,label:e.label,icon:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${e.logoUrl}">`,editorConfigs:{placeholder:{flowTag:["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="${e.logoUrl}">
3
+ <span class="preset-item-title">${e.label}</span>
4
+ </div>`},components:[{tag:e.tag}]}],settings:[{id:"setting",controls:[{id:"widgetType",label:"Choose widget",type:"select",options:[{label:"Product Restore Email",value:"product-restore-email"}],default:"product-restore-email"},{id:"productId",label:"Product ID",type:"input"},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:l({handle:"es-back-in-stock-notify-me"}),appName:e.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/email-13",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{o as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsxs as e,Fragment as t,jsx as o}from"react/jsx-runtime";import{useEditorMode as s}from"@gem-sdk/core";import r from"../../image/components/NextImage.js";import l from"../hooks/useLiteHtml5Embed.js";import{createAttr as m,createClass as i,createStyle as a}from"@gem-sdk/system";import{getWrapThumbnailClasses as c,getButtonThumbnailClasses as n,getImageThumbnailClasses as p,getVideoYoutubeClasses as d}from"../common/classes.js";import{getPreloadImageStyle as y}from"../common/styles.js";import{getHtml5Attr as f}from"../common/attrs.js";let u=u=>{let g=s(),b="edit"!==g,{thumbnail:h,muted:j,autoplay:v,loop:x,controls:N,src:L,style:k,title:C,className:w,lazy:I,poster:T}=u,{playVideoAndTurnOffThumbnail:E,videoRef:H,showThumbnail:M}=l(v,j,L),P=!b&&v&&j&&!!h,V=!I&&u.isVideoComponent&&b,z=!h||!M,A=L||void 0,B=m({...f({title:C,autoplay:v,preloadThumbnail:P,offLazyLoad:V,src:L,thumbnail:h})}),D=i({...c(z)}),S=a({...y()}),Z=i({...n()}),q=i({...p()}),F=i({...d(w,V)});return e(t,{children:[P?o(r,{src:h,alt:C,priority:!0,style:S}):"",o("video",{ref:H,...B,style:k,className:F,controls:N,loop:x,muted:j,autoPlay:v,playsInline:!0,src:A}),!z&&e("div",{role:"presentation",style:k,className:D,onClick:E,children:[o(r,{id:"video-thumbnail",src:h??"",alt:T?.altText,title:T?.imageTitle,priority:T?.preload&&b,className:q,isDisableAspectStyle:!0,enableLazyLoadImage:!0}),o("button",{type:"button",className:Z,"aria-label":"Play",children:o("svg",{className:"gp-w-5 gp-text-white",viewBox:"0 0 24 24",children:o("path",{fill:"currentColor",d:"M5 5.274c0-1.707 1.826-2.792 3.325-1.977l12.362 6.726c1.566.853 1.566 3.101 0 3.953L8.325 20.702C6.826 21.518 5 20.432 5 18.726V5.274Z"})})})]})]})};export{u as default};
2
+ import{jsxs as e,Fragment as t,jsx as o}from"react/jsx-runtime";import{useEditorMode as s}from"@gem-sdk/core";import r from"../../image/components/NextImage.js";import l from"../hooks/useLiteHtml5Embed.js";import{createAttr as m,createClass as i,createStyle as a}from"@gem-sdk/system";import{getWrapThumbnailClasses as c,getButtonThumbnailClasses as n,getImageThumbnailClasses as p,getVideoYoutubeClasses as d}from"../common/classes.js";import{getPreloadImageStyle as y}from"../common/styles.js";import{getHtml5Attr as f}from"../common/attrs.js";let u=u=>{let g=s(),h="edit"!==g,{thumbnail:b,muted:x,autoplay:j,loop:v,controls:N,src:C,style:k,title:w,className:L,lazy:T,poster:E,pageContext:H}=u,{playVideoAndTurnOffThumbnail:I,videoRef:M,showThumbnail:P}=l(j,x,C),V=!h&&j&&x&&!!b,A=!T&&u.isVideoComponent&&h,B=!b||!P,D=C||void 0,S=m({...f({title:w,autoplay:j,preloadThumbnail:V,offLazyLoad:A,src:C,thumbnail:b})}),Z=i({...c(B)}),q=a({...y()}),z=i({...n()}),F=i({...p()}),G=i({...d(L,A)});return e(t,{children:[V?o(r,{src:b,alt:w,priority:!0,style:q}):"",o("video",{ref:M,...S,style:k,className:G,controls:N,loop:v,muted:x,autoPlay:j,playsInline:!0,src:D}),!B&&e("div",{role:"presentation",style:k,className:Z,onClick:I,children:[o(r,{id:"video-thumbnail",src:b??"",alt:E?.altText,title:E?.imageTitle,priority:E?.preload&&h,className:F,isDisableAspectStyle:!0,pageContext:H}),o("button",{type:"button",className:z,"aria-label":"Play",children:o("svg",{className:"gp-w-5 gp-text-white",viewBox:"0 0 24 24",children:o("path",{fill:"currentColor",d:"M5 5.274c0-1.707 1.826-2.792 3.325-1.977l12.362 6.726c1.566.853 1.566 3.101 0 3.953L8.325 20.702C6.826 21.518 5 20.432 5 18.726V5.274Z"})})})]})]})};export{u as default};
@@ -1,7 +1,7 @@
1
- import{RenderIf as e,isLocalEnv as t,baseAssetURL as o,template as i}from"@gem-sdk/core";import r from"../../image/components/NextImage.liquid.js";import{getSettingPreloadData as s}from"../../helpers.js";import{createAttr as a,createClass as d,createStyle as l,If as n}from"@gem-sdk/system";import{getWrapThumbnailClasses as m,getButtonThumbnailClasses as c,getImageThumbnailClasses as u,getVideoYoutubeClasses as p}from"../common/classes.js";import{getPreloadImageStyle as v}from"../common/styles.js";import{getHtml5Attr as y}from"../common/attrs.js";let f=f=>{let g=`gp-video-${f.uid}`,{thumbnail:$,muted:L,autoplay:h,loop:b,controls:E,src:A,style:P,title:w,className:T,lazy:j,poster:k,wrapperStyles:S}=f,V=h&&L&&!!$,x=!j&&f.isVideoComponent,C=!$||h&&L,I=x?A:void 0,M=a({...y({videoId:g,title:w,autoplay:h,preloadThumbnail:V,offLazyLoad:x,src:A,thumbnail:$})}),N=d({...m(C)}),z=l({...v()}),B=d({...c()}),D=d({...u()}),G=d({...p(T,x)});return i`
1
+ import{RenderIf as e,isLocalEnv as t,baseAssetURL as o,template as i}from"@gem-sdk/core";import r from"../../image/components/NextImage.liquid.js";import{getSettingPreloadData as s}from"../../helpers.js";import{createAttr as a,createClass as d,createStyle as l,If as n}from"@gem-sdk/system";import{getWrapThumbnailClasses as m,getButtonThumbnailClasses as c,getImageThumbnailClasses as u,getVideoYoutubeClasses as p}from"../common/classes.js";import{getPreloadImageStyle as v}from"../common/styles.js";import{getHtml5Attr as y}from"../common/attrs.js";let f=f=>{let $=`gp-video-${f.uid}`,{thumbnail:g,muted:h,autoplay:L,loop:b,controls:E,src:A,style:P,title:w,className:T,lazy:j,poster:k,wrapperStyles:S,pageContext:V}=f,x=L&&h&&!!g,C=!j&&f.isVideoComponent,M=!g||L&&h,I=C?A:void 0,N=a({...y({videoId:$,title:w,autoplay:L,preloadThumbnail:x,offLazyLoad:C,src:A,thumbnail:g})}),B=d({...m(M)}),D=l({...v()}),G=d({...c()}),O=d({...u()}),_=d({...p(T,C)});return i`
2
2
  <gp-lite-html5-embed is-check-loaded="${f.isCheckLoaded??!1}" style="${S}">
3
- ${V?i`${r({src:$,alt:w,priority:k?.preload,enableLazyLoadImage:!0,style:z})}
4
- ${n(h,`<script>
3
+ ${x?i`${r({src:g,alt:w,priority:k?.preload,pageContext:V,style:D})}
4
+ ${n(L,`<script>
5
5
  document.addEventListener("DOMContentLoaded", (event) => {
6
6
  const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
7
7
  const autoLoadTimeout = setTimeout(runAutoPlayVideo, 0);
@@ -16,7 +16,7 @@ import{RenderIf as e,isLocalEnv as t,baseAssetURL as o,template as i}from"@gem-s
16
16
  });
17
17
  }
18
18
  function runAutoPlayVideo() {
19
- var video = document.getElementById('${g}');
19
+ var video = document.getElementById('${$}');
20
20
  if (!video) return;
21
21
  video.setAttribute('autoplay','true');
22
22
  video.setAttribute('playsinline','true');
@@ -36,24 +36,24 @@ import{RenderIf as e,isLocalEnv as t,baseAssetURL as o,template as i}from"@gem-s
36
36
  </script>`)}
37
37
  `:""}
38
38
  <video
39
- ${{...M}}
39
+ ${{...N}}
40
40
  style="${P}"
41
- class="${G}"
41
+ class="${_}"
42
42
  ${E?"controls":void 0}
43
43
  ${b?"loop":void 0}
44
- ${L?"muted":void 0}
45
- ${h?"autoplay":void 0}
44
+ ${h?"muted":void 0}
45
+ ${L?"autoplay":void 0}
46
46
  playsinline
47
47
  ${I?`src="${I}"`:""}
48
48
  ></video>
49
- ${n(!C,i`
49
+ ${n(!M,i`
50
50
  <div
51
51
  role="presentation"
52
52
  style="${P}"
53
- class="${N}"
53
+ class="${B}"
54
54
  >
55
- ${r({id:"video-thumbnail",src:$??"",alt:k?.altText,title:k?.imageTitle,className:D,isDisableAspectStyle:!0,priority:k?.preload,enableLazyLoadImage:!0})}
56
- <button type="button" class="${B}" aria-label="Play">
55
+ ${r({id:"video-thumbnail",src:g??"",alt:k?.altText,title:k?.imageTitle,className:O,isDisableAspectStyle:!0,priority:k?.preload,pageContext:V})}
56
+ <button type="button" class="${G}" aria-label="Play">
57
57
  <svg class="gp-w-5 gp-text-white" viewBox="0 0 24 24">
58
58
  <path
59
59
  fill="currentColor"
@@ -1,14 +1,14 @@
1
- import{template as e,RenderIf as t,isLocalEnv as s,baseAssetURL as i}from"@gem-sdk/core";import{getSettingPreloadData as l}from"../../helpers.js";import{createStateOrContext as r,createStyle as a,createClass as m,If as o}from"@gem-sdk/system";import{getArticleVimeoClasses as p,getImageVimeoClasses as c,getButtonVimeoClasses as d,getIframeVimeoClasses as g}from"../common/classes.js";import{getIframeVimeoStyle as f,getArticleVimeoStyle as n}from"../common/styles.js";import{getVimeoParams as y}from"../common/helpers.js";import $ from"../../image/components/NextImage.liquid.js";let b=b=>{let{title:h,id:u,lazy:v,aspectRatio:S,autoplay:j,muted:w,thumbnailLink:x,poster:E,translatedVideoUrl:k}=b,{iframeSrc:I}=y(b),L=!v,N=b.thumbnail,A=r({id:u,thumbnail:x,lazy:v,iframeSrc:I,title:h,autoplay:j,muted:w,style:b?.vimeoStyleIframe||"",translatedVideoUrl:k}),T=a({...f(S)}),V=a({...n(S,"")}),C=m({...p(N,S)}),G=m({...c(L)}),M=m({...d(L)}),O=m({...g()});return e`
2
- <gp-lite-vimeo-embed gp-data='${JSON.stringify(A)}'>
1
+ import{template as e,RenderIf as t,isLocalEnv as s,baseAssetURL as i}from"@gem-sdk/core";import{getSettingPreloadData as l}from"../../helpers.js";import{createStateOrContext as r,createStyle as a,createClass as m,If as o}from"@gem-sdk/system";import{getArticleVimeoClasses as p,getImageVimeoClasses as c,getButtonVimeoClasses as d,getIframeVimeoClasses as f}from"../common/classes.js";import{getIframeVimeoStyle as g,getArticleVimeoStyle as n}from"../common/styles.js";import{getVimeoParams as y}from"../common/helpers.js";import $ from"../../image/components/NextImage.liquid.js";let h=h=>{let{title:u,id:b,lazy:v,aspectRatio:S,autoplay:j,muted:w,thumbnailLink:x,poster:E,translatedVideoUrl:k,pageContext:N}=h,{iframeSrc:A}=y(h),I=!v,T=h.thumbnail,V=r({id:b,thumbnail:x,lazy:v,iframeSrc:A,title:u,autoplay:j,muted:w,style:h?.vimeoStyleIframe||"",translatedVideoUrl:k}),C=a({...g(S)}),G=a({...n(S,"")}),L=m({...p(T,S)}),M=m({...c(I)}),O=m({...d(I)}),P=m({...f()});return e`
2
+ <gp-lite-vimeo-embed gp-data='${JSON.stringify(V)}'>
3
3
  <article
4
4
  aria-hidden
5
- class="${C}"
6
- data-title="${h}"
7
- style="${V}"
5
+ class="${L}"
6
+ data-title="${u}"
7
+ style="${G}"
8
8
  >
9
- ${$({src:N,alt:E?.altText,title:E?.imageTitle,className:G,isDisableAspectStyle:!0,enableLazyLoadImage:!0,priority:E?.preload,height:E?.height,width:E?.width})}
10
- ${o(!L,e`
11
- <button type="button" class="${M}" aria-label="Play">
9
+ ${$({src:T,alt:E?.altText,title:E?.imageTitle,className:M,isDisableAspectStyle:!0,pageContext:N,priority:E?.preload,height:E?.height,width:E?.width})}
10
+ ${o(!I,e`
11
+ <button type="button" class="${O}" aria-label="Play">
12
12
  <svg class="gp-w-5 gp-text-white" viewBox="0 0 24 24">
13
13
  <path
14
14
  fill="currentColor"
@@ -16,17 +16,17 @@ import{template as e,RenderIf as t,isLocalEnv as s,baseAssetURL as i}from"@gem-s
16
16
  />
17
17
  </svg>
18
18
  </button>`)}
19
- ${o(L,e`
19
+ ${o(I,e`
20
20
  <iframe
21
- style="${T}"
22
- title="${h}"
21
+ style="${C}"
22
+ title="${u}"
23
23
  frameborder="0"
24
24
  allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
25
25
  allowfullscreen
26
- src="${I}"
27
- class="${O}"
26
+ src="${A}"
27
+ class="${P}"
28
28
  ></iframe>`)}
29
29
  </article>
30
30
  </gp-lite-vimeo-embed>
31
31
  ${t(s,`<script ${l('class="gps-link" delay',"src")}="{{ 'gp-lite-vimeo-embed-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${l('class="gps-link" delay',"src")}="${i}/assets-v2/gp-lite-vimeo-embed-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
32
- `};export{b as default};
32
+ `};export{h as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsxs as e,jsx as t}from"react/jsx-runtime";import{useEditorMode as r}from"@gem-sdk/core";import a from"react-youtube";import{getYoutubeParams as o,isSettingLoop as i,covertStrParamsToObj as l}from"../common/helpers.js";import s from"../../image/components/NextImage.js";import{createClass as m,createStyle as n}from"@gem-sdk/system";import{getButtonYoutubeClasses as c,getImageYoutubeClasses as d,getArticleYoutubeClasses as u,getIframeYoutubeClasses as p,getYoutubeContentClasses as f}from"../common/classes.js";import{getIframeYoutubeStyle as y,getArticleYoutubeStyle as h}from"../common/styles.js";import b from"../hooks/useLiteYoutubeEmbed.js";let g=g=>{let C=r(),v="edit"!==C,{style:w,poster:N,iframeClass:j,wrapperClass:k,title:x}=g,{preload:B}=N||{},{videoId:S,paramsImp:E,posterUrl:I,iframeSrc:L}=o(g),{iframe:T,intervalPlay:V,warmConnections:H,isVideoStarted:M,videoDuration:z,addIframe:D}=b(g,E,S),P=m({...c(T)}),Y=m({...d()}),A=m({...u(B&&v||!1,k)}),F=m({...p(j)}),O=n({...y(w)}),R=n({...h(w,I)}),q=m({...f()});return e("article",{"aria-hidden":!0,className:A,"data-title":x,style:R,onPointerOver:H,onClick:D,children:[t(s,{src:I,alt:N?.altText,title:N?.imageTitle,priority:v&&B,enableLazyLoadImage:!0,className:Y,isDisableAspectStyle:!0}),t("button",{type:"button","aria-label":"Play",className:P,children:e("svg",{height:"100%",version:"1.1",viewBox:"0 0 68 48",width:"100%",children:[t("path",{d:"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z",fill:"#f00"}),t("path",{d:"M 45,24 27,14 27,34",fill:"#fff"})]})}),T&&(()=>{if(g.isHeroBanner&&i(E))return t(a,{videoId:S,title:x,iframeClassName:F,style:O,className:q,opts:{host:"https://www.youtube-nocookie.com",playerVars:{autoplay:1,state:1,controls:0,mute:1,...l(E)}},onReady:e=>{if(e.target.playVideo(),z.current=Math.floor(e.target.getDuration()),g.isHeroBanner){let t=e.target.getIframe();if(t){let e=t.closest("div.hero-banner-container");if(e){let r=new CustomEvent("youtube-iframe-ready",{detail:{iframe:t},bubbles:!0,cancelable:!0});e.dispatchEvent(r)}}}},onStateChange:e=>{let t=e.target;M.current||(t.playVideo(),M.current=!0,V(e)),0===e.data&&(z.current=t.getCurrentTime(),t.playVideo(),V(e))}});let e=t("iframe",{className:F,style:O,title:x,frameBorder:"0",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,src:L});return g.isHeroBanner?t("div",{className:q,children:e}):e})()]})};export{g as default};
2
+ import{jsxs as e,jsx as t}from"react/jsx-runtime";import{useEditorMode as r}from"@gem-sdk/core";import a from"react-youtube";import{getYoutubeParams as o,isSettingLoop as i,covertStrParamsToObj as l}from"../common/helpers.js";import s from"../../image/components/NextImage.js";import{createClass as m,createStyle as n}from"@gem-sdk/system";import{getButtonYoutubeClasses as c,getImageYoutubeClasses as u,getArticleYoutubeClasses as d,getIframeYoutubeClasses as p,getYoutubeContentClasses as f}from"../common/classes.js";import{getIframeYoutubeStyle as y,getArticleYoutubeStyle as h}from"../common/styles.js";import g from"../hooks/useLiteYoutubeEmbed.js";let b=b=>{let C=r(),v="edit"!==C,{style:w,poster:N,iframeClass:j,wrapperClass:x,title:k,pageContext:B}=b,{preload:S}=N||{},{videoId:E,paramsImp:T,posterUrl:V,iframeSrc:H}=o(b),{iframe:I,intervalPlay:M,warmConnections:D,isVideoStarted:L,videoDuration:P,addIframe:Y}=g(b,T,E),z=m({...c(I)}),A=m({...u()}),F=m({...d(S&&v||!1,x)}),O=m({...p(j)}),R=n({...y(w)}),q=n({...h(w,V)}),G=m({...f()});return e("article",{"aria-hidden":!0,className:F,"data-title":k,style:q,onPointerOver:D,onClick:Y,children:[t(s,{src:V,alt:N?.altText,title:N?.imageTitle,priority:v&&S,pageContext:B,className:A,isDisableAspectStyle:!0}),t("button",{type:"button","aria-label":"Play",className:z,children:e("svg",{height:"100%",version:"1.1",viewBox:"0 0 68 48",width:"100%",children:[t("path",{d:"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z",fill:"#f00"}),t("path",{d:"M 45,24 27,14 27,34",fill:"#fff"})]})}),I&&(()=>{if(b.isHeroBanner&&i(T))return t(a,{videoId:E,title:k,iframeClassName:O,style:R,className:G,opts:{host:"https://www.youtube-nocookie.com",playerVars:{autoplay:1,state:1,controls:0,mute:1,...l(T)}},onReady:e=>{if(e.target.playVideo(),P.current=Math.floor(e.target.getDuration()),b.isHeroBanner){let t=e.target.getIframe();if(t){let e=t.closest("div.hero-banner-container");if(e){let r=new CustomEvent("youtube-iframe-ready",{detail:{iframe:t},bubbles:!0,cancelable:!0});e.dispatchEvent(r)}}}},onStateChange:e=>{let t=e.target;L.current||(t.playVideo(),L.current=!0,M(e)),0===e.data&&(P.current=t.getCurrentTime(),t.playVideo(),M(e))}});let e=t("iframe",{className:O,style:R,title:k,frameBorder:"0",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,src:H});return b.isHeroBanner?t("div",{className:G,children:e}):e})()]})};export{b as default};