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

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 (212) hide show
  1. package/dist/cjs/builder.js +1 -1
  2. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +8 -8
  3. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -1
  4. package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -1
  5. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +1 -1
  6. package/dist/cjs/carousel-v3/components/root/Carousel.js +1 -1
  7. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +1 -1
  8. package/dist/cjs/carousel-v3/components/root/CarouselEmbla.liquid.js +24 -0
  9. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -1
  10. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
  11. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
  12. package/dist/cjs/carousel-v3/index.js +1 -1
  13. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
  14. package/dist/cjs/code/common/helpers.js +1 -0
  15. package/dist/cjs/code/hooks/useCSSCode.js +4 -10
  16. package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
  17. package/dist/cjs/grid/components/row/Row.liquid.js +12 -12
  18. package/dist/cjs/hero-banner/common/classes.js +1 -1
  19. package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
  20. package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +10 -10
  21. package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
  22. package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +9 -9
  23. package/dist/cjs/image/common/attrs.js +1 -1
  24. package/dist/cjs/image/components/AdaptiveImage.js +1 -1
  25. package/dist/cjs/image/components/AdaptiveImage.liquid.js +8 -8
  26. package/dist/cjs/image/components/Image.liquid.js +10 -10
  27. package/dist/cjs/image/components/NextImage.js +1 -1
  28. package/dist/cjs/image/components/NextImage.liquid.js +2 -2
  29. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +10 -10
  30. package/dist/cjs/index.js +1 -1
  31. package/dist/cjs/index.liquid.js +1 -1
  32. package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +1 -1
  33. package/dist/cjs/post-purchase/link/settings/configs/settings.js +1 -1
  34. package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -1
  35. package/dist/cjs/post-purchase/product/components/ProductTitle.js +1 -1
  36. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  37. package/dist/cjs/post-purchase/product/components/product-offer/context/PrdOfferSubscriptionPresenceContext.js +2 -0
  38. package/dist/cjs/post-purchase/product/components/product-offer/helpers/scanSubscriptionBlocks.js +1 -0
  39. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferSubscriptionBlocksObserver.js +1 -0
  40. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  41. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  42. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  43. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +12 -12
  44. package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
  45. package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  46. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +7 -5
  47. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +11 -8
  48. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  49. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  50. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  51. package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +2 -3
  52. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  53. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +15 -15
  54. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +5 -5
  55. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +1 -1
  56. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +5 -5
  57. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
  58. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +15 -15
  59. package/dist/cjs/product/components/product-images-v3/ProductImagesV3Embla.liquid.js +44 -0
  60. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -1
  61. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -1
  62. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +3 -2
  63. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  64. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  65. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  66. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +1 -2
  67. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  68. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +29 -29
  69. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGalleryEmbla.liquid.js +119 -0
  70. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  71. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  72. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +8 -8
  73. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarouselEmbla.liquid.js +46 -0
  74. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +10 -10
  75. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  76. package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  77. package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  78. package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  79. package/dist/cjs/product/components/product-list/ProductList.js +1 -1
  80. package/dist/cjs/product/components/product-list/ProductList.liquid.js +10 -9
  81. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
  82. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +10 -9
  83. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +6 -6
  84. package/dist/cjs/product/components/product-variants/OptionVariantsNewFormat.liquid.js +11 -12
  85. package/dist/cjs/product/components/product-variants/OptionVariantsOldFormat.liquid.js +11 -10
  86. package/dist/cjs/product/components/product-wrap/Product.liquid.js +12 -9
  87. package/dist/cjs/product/index.js +1 -1
  88. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  89. package/dist/cjs/sticky/hooks/useSticky.js +1 -1
  90. package/dist/cjs/third-party/components/AppstleLoyaltyRewardProgram.js +2 -0
  91. package/dist/cjs/third-party/components/AppstleLoyaltyRewardProgram.liquid.js +16 -0
  92. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +1 -1
  93. package/dist/cjs/third-party/configs/AppstleLoyaltyRewardProgram.js +1 -0
  94. package/dist/cjs/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  95. package/dist/cjs/third-party/index.js +1 -1
  96. package/dist/cjs/third-party/next.js +1 -1
  97. package/dist/cjs/third-party/settings/AppstleLoyaltyRewardProgram/index.js +4 -0
  98. package/dist/cjs/third-party/settings/AppstleLoyaltyRewardProgram/uiV2.js +1 -0
  99. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +4 -4
  100. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  101. package/dist/cjs/video/components/HTML5Embed.liquid.js +12 -12
  102. package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +13 -13
  103. package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
  104. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +11 -11
  105. package/dist/cjs/video/components/Video.liquid.js +1 -1
  106. package/dist/esm/builder.js +1 -1
  107. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +6 -6
  108. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
  109. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -1
  110. package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
  111. package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
  112. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +4 -4
  113. package/dist/esm/carousel-v3/components/root/CarouselEmbla.liquid.js +24 -0
  114. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
  115. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  116. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  117. package/dist/esm/carousel-v3/index.js +1 -1
  118. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
  119. package/dist/esm/code/common/helpers.js +1 -0
  120. package/dist/esm/code/hooks/useCSSCode.js +4 -10
  121. package/dist/esm/estimate-delivery/common/helpers.js +1 -1
  122. package/dist/esm/grid/components/row/Row.liquid.js +11 -11
  123. package/dist/esm/hero-banner/common/classes.js +1 -1
  124. package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
  125. package/dist/esm/hero-banner/components/HeroBanner.liquid.js +10 -10
  126. package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
  127. package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +10 -10
  128. package/dist/esm/image/common/attrs.js +1 -1
  129. package/dist/esm/image/components/AdaptiveImage.js +1 -1
  130. package/dist/esm/image/components/AdaptiveImage.liquid.js +11 -11
  131. package/dist/esm/image/components/Image.liquid.js +10 -10
  132. package/dist/esm/image/components/NextImage.js +1 -1
  133. package/dist/esm/image/components/NextImage.liquid.js +1 -1
  134. package/dist/esm/image-comparison/components/CompareImage.liquid.js +12 -12
  135. package/dist/esm/index.js +1 -1
  136. package/dist/esm/index.liquid.js +1 -1
  137. package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +1 -1
  138. package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -1
  139. package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
  140. package/dist/esm/post-purchase/product/components/ProductTitle.js +1 -1
  141. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  142. package/dist/esm/post-purchase/product/components/product-offer/context/PrdOfferSubscriptionPresenceContext.js +2 -0
  143. package/dist/esm/post-purchase/product/components/product-offer/helpers/scanSubscriptionBlocks.js +1 -0
  144. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferSubscriptionBlocksObserver.js +1 -0
  145. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  146. package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  147. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  148. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +12 -12
  149. package/dist/esm/product/components/product-badge/common/classes.js +1 -1
  150. package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  151. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +5 -3
  152. package/dist/esm/product/components/product-button/ProductButton.liquid.js +11 -8
  153. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  154. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  155. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  156. package/dist/esm/product/components/product-description/ProductDescription.liquid.js +3 -4
  157. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  158. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +15 -15
  159. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +5 -5
  160. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +1 -1
  161. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +5 -5
  162. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
  163. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +15 -15
  164. package/dist/esm/product/components/product-images-v3/ProductImagesV3Embla.liquid.js +44 -0
  165. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -1
  166. package/dist/esm/product/components/product-images-v3/common/common.js +1 -1
  167. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +1 -0
  168. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  169. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  170. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  171. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +1 -2
  172. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  173. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +45 -45
  174. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGalleryEmbla.liquid.js +119 -0
  175. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  176. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  177. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
  178. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarouselEmbla.liquid.js +46 -0
  179. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +10 -10
  180. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  181. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  182. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  183. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  184. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  185. package/dist/esm/product/components/product-list/ProductList.liquid.js +18 -17
  186. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  187. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +18 -17
  188. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +9 -9
  189. package/dist/esm/product/components/product-variants/OptionVariantsNewFormat.liquid.js +11 -12
  190. package/dist/esm/product/components/product-variants/OptionVariantsOldFormat.liquid.js +11 -10
  191. package/dist/esm/product/components/product-wrap/Product.liquid.js +16 -13
  192. package/dist/esm/product/index.js +1 -1
  193. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  194. package/dist/esm/sticky/hooks/useSticky.js +1 -1
  195. package/dist/esm/third-party/components/AppstleLoyaltyRewardProgram.js +2 -0
  196. package/dist/esm/third-party/components/AppstleLoyaltyRewardProgram.liquid.js +16 -0
  197. package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +1 -1
  198. package/dist/esm/third-party/configs/AppstleLoyaltyRewardProgram.js +1 -0
  199. package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  200. package/dist/esm/third-party/index.js +1 -1
  201. package/dist/esm/third-party/next.js +1 -1
  202. package/dist/esm/third-party/settings/AppstleLoyaltyRewardProgram/index.js +4 -0
  203. package/dist/esm/third-party/settings/AppstleLoyaltyRewardProgram/uiV2.js +1 -0
  204. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +4 -4
  205. package/dist/esm/video/components/HTML5Embed.js +1 -1
  206. package/dist/esm/video/components/HTML5Embed.liquid.js +12 -12
  207. package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +14 -14
  208. package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
  209. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +10 -10
  210. package/dist/esm/video/components/Video.liquid.js +1 -1
  211. package/dist/types/index.d.ts +44 -14
  212. package/package.json +5 -5
@@ -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};
@@ -1,13 +1,13 @@
1
- import{RenderIf as e,isLocalEnv as t,baseAssetURL as s,template as a}from"@gem-sdk/core";import l from"../../image/components/NextImage.liquid.js";import{getSettingPreloadData as r}from"../../helpers.js";import{createStateOrContext as i,createClass as o,createStyle as p,If as m}from"@gem-sdk/system";import{getButtonYoutubeClasses as d,getImageYoutubeClasses as c,getArticleYoutubeClasses as u,getIframeYoutubeClasses as y,getYoutubeContentClasses as f}from"../common/classes.js";import{getIframeYoutubeStyle as n,getArticleYoutubeStyle as g}from"../common/styles.js";import{getYoutubeParams as $}from"../common/helpers.js";let b=b=>{let{style:h,iframeClass:v,wrapperClass:S,title:j,poster:z,translatedVideoUrl:w,autoplay:C}=b,E=`gp-video-${b.uid}`,{posterUrl:N,iframeSrc:k}=$(b),x=!!b.thumbnail,L=z?.preload,T=i({lazy:b.lazy,hasThumbnail:x,style:h,title:j,iframeSrc:k,translatedVideoUrl:w,autoplay:C}),A=!b.lazy&&(!x||!!b.autoplay),I=o({...d(A)}),M=o({...c()}),B=o({...u(L||!1,S)}),G=o({...y(v)}),O=p({...n(h)}),P=p({...g(h,N)}),_=o({...f()});return a`
2
- <gp-lite-youtube-embed gp-data='${JSON.stringify(T)}'>
1
+ import{RenderIf as e,isLocalEnv as t,baseAssetURL as s,template as r}from"@gem-sdk/core";import a from"../../image/components/NextImage.liquid.js";import{getSettingPreloadData as l}from"../../helpers.js";import{createStateOrContext as i,createClass as o,createStyle as p,If as m}from"@gem-sdk/system";import{getButtonYoutubeClasses as d,getImageYoutubeClasses as c,getArticleYoutubeClasses as u,getIframeYoutubeClasses as n,getYoutubeContentClasses as f}from"../common/classes.js";import{getIframeYoutubeStyle as y,getArticleYoutubeStyle as $}from"../common/styles.js";import{getYoutubeParams as g}from"../common/helpers.js";let b=b=>{let{style:h,iframeClass:v,wrapperClass:S,title:j,poster:w,translatedVideoUrl:z,autoplay:C,pageContext:E}=b,N=`gp-video-${b.uid}`,{posterUrl:k,iframeSrc:x}=g(b),B=!!b.thumbnail,T=w?.preload,A=i({lazy:b.lazy,hasThumbnail:B,style:h,title:j,iframeSrc:x,translatedVideoUrl:z,autoplay:C,isHeroBanner:b.isHeroBanner}),H=!b.lazy&&(!B||!!b.autoplay),M=o({...d(H)}),G=o({...c()}),I=o({...u(T||!1,S)}),L=o({...n(v)}),O=p({...y(h)}),P=p({...$(h,k)}),_=o({...f()});return r`
2
+ <gp-lite-youtube-embed gp-data='${JSON.stringify(A)}'>
3
3
  <article
4
4
  aria-hidden
5
- class="${B}"
5
+ class="${I}"
6
6
  data-title="${j}"
7
7
  style="${P}"
8
8
  >
9
- ${l({id:E,src:N,alt:z?.altText,title:z?.imageTitle,priority:z?.preload,enableLazyLoadImage:!0,className:M,isDisableAspectStyle:!0,isNotLazyload:z?.preload})}
10
- <button type="button" aria-label="Play" class="${I}">
9
+ ${a({id:N,src:k,alt:w?.altText,title:w?.imageTitle,priority:w?.preload,pageContext:E,className:G,isDisableAspectStyle:!0,isNotLazyload:w?.preload})}
10
+ <button type="button" aria-label="Play" class="${M}">
11
11
  <svg height="100%" version="1.1" viewBox="0 0 68 48" width="100%">
12
12
  <path
13
13
  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"
@@ -16,21 +16,21 @@ import{RenderIf as e,isLocalEnv as t,baseAssetURL as s,template as a}from"@gem-s
16
16
  <path d="M 45,24 27,14 27,34" fill="#fff"></path>
17
17
  </svg>
18
18
  </button>
19
- ${m(A,(()=>{let e=a`
19
+ ${m(H,(()=>{let e=r`
20
20
  <iframe
21
21
  id="player-wrapper-${b.uid}"
22
- class="${G}"
22
+ class="${L}"
23
23
  style="${O}"
24
24
  title="${j}"
25
25
  frameborder="0"
26
26
  allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
27
27
  allowfullscreen
28
- src="${k}"
28
+ src="${x}"
29
29
  ></iframe>
30
- `;return b.isHeroBanner?a`
30
+ `;return b.isHeroBanner?r`
31
31
  <div class="${_}">${e}</div>
32
32
  `:e})())}
33
33
  </article>
34
34
  </gp-lite-youtube-embed>
35
- ${e(t,`<script ${r('class="gps-link" delay',"src")}="{{ 'gp-lite-youtube-embed-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${r('class="gps-link" delay',"src")}="${s}/assets-v2/gp-lite-youtube-embed-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
35
+ ${e(t,`<script ${l('class="gps-link" delay',"src")}="{{ 'gp-lite-youtube-embed-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${l('class="gps-link" delay',"src")}="${s}/assets-v2/gp-lite-youtube-embed-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
36
36
  `};export{b as default};
@@ -1,6 +1,6 @@
1
1
  import{template as t,hasTranslatedLiquid as e}from"@gem-sdk/core";import{getSettingTranslatedVideoAndThumbnail as o,getAspectRatioSettings as i,getVimeoVideoId as s,vimeoVideoRegex as l,getYoutubeVideoId as m,youtubeVideoRegex as a,parseTimeVideo as r,fallbackImageVideoUrl as d}from"../common/helpers.js";import{createAttr as u,createStyle as n,createClass as c}from"@gem-sdk/system";import{getAttr as p}from"../common/attrs.js";import{getStyle as f,getYoutubeStyle as y,getVimeoStyle as b,getHtml5Style as j,getFallBackImageStyle as h}from"../common/styles.js";import{getFallbackImageClasses as k,getClasses as V}from"../common/classes.js";import $ from"./HTML5Embed.liquid.js";import v from"./LiteVimeoEmbed.liquid.js";import g from"./LiteYouTubeEmbed.liquid.js";import L from"../../image/components/NextImage.liquid.js";import{getImageSrc as N}from"../../image/common/helpers.js";let q=({className:q,setting:C,style:x,builderAttrs:z,builderProps:E,advanced:F,pageContext:I})=>{let R=o({setting:C,uid:E?.uid,pageContext:I??{}}),{youtubeUrl:w="",vimeoUrl:T="",html5Url:U,autoplay:H=!1,loopVideo:M=!1,controls:O=!1,mute:P,poster:S,startTime:Y,endTime:A,lazy:B,type:D}=R??{},{youtubeUrlTranslated:G,vimeoUrlTranslated:J}=R,K=N(S),{cssClass:Q}=F??{},W=i(R?.ratioOptions,R?.aspectRatio),X=u({...p({uid:E?.uid||""})}),Z=n({...f(R,x)}),_=n({...y(W)}),tt=n({...b(W)}),te=n({...j(W)}),to=n({...h(C?.aspectRatio)}),ti=c({...k()}),ts=c({...V({className:q,builderProps:E,isInstantLP:!1,advancedCssClass:Q})});return t`
2
2
  <div
3
3
  ${{...z}} ${{...X}} class="${ts}" style="${Z}">
4
- ${(()=>{switch(D){case"youtube":{let t=m(w),o=e(G);if((!a.test(w)||!t)&&!o)return L({src:d,alt:"Fallback video",className:ti,style:to});let i="";return M&&(i+=`&loop=1&playlist=${t}`),Y&&(i+=`&start=${r(Y)}`),A&&(i+=`&end=${r(A)}`),g({uid:E?.uid,id:t??"",translatedVideoUrl:o?G:"",autoplay:H,title:"Video",controls:O,params:i,adNetwork:!1,noCookie:!0,muted:!P,thumbnail:K,lazy:B??!0,poster:S,style:_})}case"vimeo":{let t=s(T),o=e(J);if((!l.test(T)||!t)&&!o)return L({src:d,alt:"Fallback video",className:ti,style:to});return v({muted:!P,loop:M,controls:O,thumbnail:K,thumbnailLink:S?.src,autoplay:H,lazy:B??!0,id:t??"",translatedVideoUrl:o?J:"",title:"Video",aspectRatio:W,poster:S,vimeoStyleIframe:tt})}case"html5":if(!U)return L({src:d,alt:"Fallback video",className:ti,style:to});return $({uid:E?.uid,muted:!P,loop:M,controls:O,autoplay:H,src:U,thumbnail:K,title:"Video",poster:S,lazy:B??!0,isVideoComponent:!0,style:te})}})()}
4
+ ${(()=>{switch(D){case"youtube":{let t=m(w),o=e(G);if((!a.test(w)||!t)&&!o)return L({src:d,alt:"Fallback video",className:ti,style:to});let i="";return M&&(i+=`&loop=1&playlist=${t}`),Y&&(i+=`&start=${r(Y)}`),A&&(i+=`&end=${r(A)}`),g({uid:E?.uid,id:t??"",translatedVideoUrl:o?G:"",autoplay:H,title:"Video",controls:O,params:i,adNetwork:!1,noCookie:!0,muted:!P,thumbnail:K,lazy:B??!0,poster:S,style:_,pageContext:I})}case"vimeo":{let t=s(T),o=e(J);if((!l.test(T)||!t)&&!o)return L({src:d,alt:"Fallback video",className:ti,style:to});return v({muted:!P,loop:M,controls:O,thumbnail:K,thumbnailLink:S?.src,autoplay:H,lazy:B??!0,id:t??"",translatedVideoUrl:o?J:"",title:"Video",aspectRatio:W,poster:S,vimeoStyleIframe:tt,pageContext:I})}case"html5":if(!U)return L({src:d,alt:"Fallback video",className:ti,style:to});return $({uid:E?.uid,muted:!P,loop:M,controls:O,autoplay:H,src:U,thumbnail:K,title:"Video",poster:S,lazy:B??!0,isVideoComponent:!0,style:te,pageContext:I})}})()}
5
5
  </div>
6
6
  `};export{q as default};