@gem-sdk/components 4.1.9 → 5.0.2

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 (334) hide show
  1. package/dist/cjs/article/settings/ArticleList.js +1 -1
  2. package/dist/cjs/article/settings/configs/article-read-more/settings.js +1 -1
  3. package/dist/cjs/builder.js +1 -1
  4. package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -1
  5. package/dist/cjs/carousel/settings/configs/presets.js +4 -4
  6. package/dist/cjs/carousel-v3/common/helpers.js +1 -0
  7. package/dist/cjs/carousel-v3/components/arrow/Arrow.js +10 -0
  8. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +26 -0
  9. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -0
  10. package/dist/cjs/carousel-v3/components/arrow/common/helpers.js +1 -0
  11. package/dist/cjs/carousel-v3/components/arrow/common/styles.js +33 -0
  12. package/dist/cjs/carousel-v3/components/dot/Dots.js +2 -0
  13. package/dist/cjs/carousel-v3/components/dot/Dots.liquid.js +7 -0
  14. package/dist/cjs/carousel-v3/components/dot/common/classes.js +1 -0
  15. package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -0
  16. package/dist/cjs/carousel-v3/components/dot/common/styles.js +1 -0
  17. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +2 -0
  18. package/dist/cjs/carousel-v3/components/item/CarouselItem.liquid.js +22 -0
  19. package/dist/cjs/carousel-v3/components/item/common/classes.js +1 -0
  20. package/dist/cjs/carousel-v3/components/item/common/styles.js +1 -0
  21. package/dist/cjs/carousel-v3/components/root/Carousel.js +2 -0
  22. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +23 -0
  23. package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -0
  24. package/dist/cjs/carousel-v3/components/root/common/classes.js +1 -0
  25. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -0
  26. package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -0
  27. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -0
  28. package/dist/cjs/carousel-v3/components/swiper/SwiperSlide.js +1 -0
  29. package/dist/cjs/carousel-v3/components/swiper/common/styles.js +1 -0
  30. package/dist/cjs/carousel-v3/hooks/useCarouseItem.js +1 -0
  31. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -0
  32. package/dist/cjs/carousel-v3/hooks/useDotsSetting.js +1 -0
  33. package/dist/cjs/carousel-v3/hooks/useTrackPreviewPause.js +1 -0
  34. package/dist/cjs/carousel-v3/index.js +1 -0
  35. package/dist/cjs/{carousel → carousel-v3}/next.js +1 -1
  36. package/dist/cjs/carousel-v3/plugins/animation.js +1 -0
  37. package/dist/cjs/carousel-v3/settings/Carousel.js +5 -0
  38. package/dist/cjs/carousel-v3/settings/CarouselItem.js +1 -0
  39. package/dist/cjs/carousel-v3/settings/configs/presets.js +114 -0
  40. package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +3 -0
  41. package/dist/cjs/carousel-v3/settings/configs/ui-v1.js +1 -0
  42. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -0
  43. package/dist/cjs/countdown-timer/common/helpers.js +1 -1
  44. package/dist/cjs/coupon/settings/configs/presets.js +1 -1
  45. package/dist/cjs/form/settings/contact/Contact.js +1 -1
  46. package/dist/cjs/form/settings/newsletter/Newsletter.js +1 -1
  47. package/dist/cjs/grid/components/row/common/helpers.js +1 -1
  48. package/dist/cjs/hero-banner/common/const.js +1 -0
  49. package/dist/cjs/hero-banner/common/helpers.js +1 -1
  50. package/dist/cjs/index.js +1 -1
  51. package/dist/cjs/index.liquid.js +1 -1
  52. package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  53. package/dist/cjs/marquee/settings/Marquee.js +1 -1
  54. package/dist/cjs/next.js +1 -1
  55. package/dist/cjs/product/components/dynamic-checkout/common/styles.js +4 -3
  56. package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
  57. package/dist/cjs/product/components/product-description/common/helpers.js +2 -2
  58. package/dist/cjs/product/components/product-description/common/styles.js +2 -2
  59. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  60. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
  61. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
  62. package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
  63. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +26 -0
  64. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +44 -0
  65. package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -0
  66. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -0
  67. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -0
  68. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +20 -0
  69. package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -0
  70. package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -0
  71. package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -0
  72. package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -0
  73. package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +2 -0
  74. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -0
  75. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -0
  76. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +2 -0
  77. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -0
  78. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -0
  79. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
  80. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +2 -0
  81. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -0
  82. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
  83. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +2 -0
  84. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +93 -0
  85. package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +2 -0
  86. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +2 -0
  87. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -0
  88. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -0
  89. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -0
  90. package/dist/cjs/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -0
  91. package/dist/cjs/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -0
  92. package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -0
  93. package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -0
  94. package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -0
  95. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -0
  96. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +205 -0
  97. package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +15 -0
  98. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.js +1 -0
  99. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +22 -0
  100. package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +19 -0
  101. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.js +1 -0
  102. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +34 -0
  103. package/dist/cjs/product/components/product-list-v3/common/attrs.js +1 -0
  104. package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -0
  105. package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -0
  106. package/dist/cjs/product/components/product-list-v3/common/styles.js +1 -0
  107. package/dist/cjs/product/index.js +1 -1
  108. package/dist/cjs/product/next.js +1 -1
  109. package/dist/cjs/product/settings/Product.js +1 -1
  110. package/dist/cjs/product/settings/ProductBadge.js +1 -1
  111. package/dist/cjs/product/settings/ProductList.js +1 -1
  112. package/dist/cjs/product/settings/ProductListV3.js +8 -0
  113. package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +2 -2
  114. package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +2 -2
  115. package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +2 -2
  116. package/dist/cjs/product/settings/product-image-v2/ProductImages.js +2 -2
  117. package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -0
  118. package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -0
  119. package/dist/cjs/product/settings/product-image-v3/ProductImages.js +21 -0
  120. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -0
  121. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -0
  122. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -0
  123. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -0
  124. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -0
  125. package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -0
  126. package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -0
  127. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -0
  128. package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
  129. package/dist/cjs/product/settings/product-list-v3/configs/presets.js +37 -0
  130. package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -0
  131. package/dist/cjs/product/settings/product-list-v3/configs/ui-v1.js +1 -0
  132. package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -0
  133. package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -1
  134. package/dist/cjs/setting.js +1 -1
  135. package/dist/cjs/sticky/settings/configs/presets.js +3 -3
  136. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.js +2 -0
  137. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -0
  138. package/dist/cjs/third-party/components/KachingSubscriptionsApp.js +2 -0
  139. package/dist/cjs/third-party/components/KachingSubscriptionsApp.liquid.js +8 -0
  140. package/dist/cjs/third-party/components/Trustoo.liquid.js +5 -5
  141. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.liquid.js +89 -1
  142. package/dist/cjs/third-party/configs/BloyRewardsProgramLoyalty.js +1 -0
  143. package/dist/cjs/third-party/configs/KachingSubscriptionsApp.js +1 -0
  144. package/dist/cjs/third-party/index.js +1 -1
  145. package/dist/cjs/third-party/next.js +1 -1
  146. package/dist/cjs/third-party/setting/KachingSubscriptionsApp/index.js +4 -0
  147. package/dist/cjs/third-party/setting/KachingSubscriptionsApp/uiV1.js +1 -0
  148. package/dist/cjs/third-party/setting/KachingSubscriptionsApp/uiV2.js +1 -0
  149. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +4 -0
  150. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -0
  151. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +1 -1
  152. package/dist/cjs/third-party/settings/FeraReviews/index.js +1 -1
  153. package/dist/cjs/third-party/settings/JudgemeReviews/index.js +1 -1
  154. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +1 -1
  155. package/dist/cjs/third-party/settings/LaiProductReviews/index.js +1 -1
  156. package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +1 -1
  157. package/dist/cjs/third-party/settings/Opinew/index.js +1 -1
  158. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +1 -1
  159. package/dist/cjs/third-party/settings/Trustoo/index.js +1 -1
  160. package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
  161. package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +1 -1
  162. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +1 -1
  163. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  164. package/dist/cjs/video/common/helpers.js +1 -1
  165. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  166. package/dist/cjs/video/components/HTML5Embed.liquid.js +6 -8
  167. package/dist/esm/article/settings/ArticleList.js +1 -1
  168. package/dist/esm/article/settings/configs/article-read-more/settings.js +1 -1
  169. package/dist/esm/builder.js +1 -1
  170. package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
  171. package/dist/esm/carousel/settings/configs/presets.js +4 -4
  172. package/dist/esm/carousel-v3/common/helpers.js +1 -0
  173. package/dist/esm/carousel-v3/components/arrow/Arrow.js +10 -0
  174. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +26 -0
  175. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -0
  176. package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -0
  177. package/dist/esm/carousel-v3/components/arrow/common/styles.js +33 -0
  178. package/dist/esm/carousel-v3/components/dot/Dots.js +2 -0
  179. package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +7 -0
  180. package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -0
  181. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -0
  182. package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -0
  183. package/dist/esm/carousel-v3/components/item/CarouselItem.js +2 -0
  184. package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +22 -0
  185. package/dist/esm/carousel-v3/components/item/common/classes.js +1 -0
  186. package/dist/esm/carousel-v3/components/item/common/styles.js +1 -0
  187. package/dist/esm/carousel-v3/components/root/Carousel.js +2 -0
  188. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +23 -0
  189. package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -0
  190. package/dist/esm/carousel-v3/components/root/common/classes.js +1 -0
  191. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -0
  192. package/dist/esm/carousel-v3/components/root/common/styles.js +1 -0
  193. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -0
  194. package/dist/esm/carousel-v3/components/swiper/SwiperSlide.js +1 -0
  195. package/dist/esm/carousel-v3/components/swiper/common/styles.js +1 -0
  196. package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -0
  197. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -0
  198. package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -0
  199. package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -0
  200. package/dist/esm/carousel-v3/index.js +1 -0
  201. package/dist/esm/{carousel → carousel-v3}/next.js +1 -1
  202. package/dist/esm/carousel-v3/plugins/animation.js +1 -0
  203. package/dist/esm/carousel-v3/settings/Carousel.js +5 -0
  204. package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -0
  205. package/dist/esm/carousel-v3/settings/configs/presets.js +114 -0
  206. package/dist/esm/carousel-v3/settings/configs/settings-v2.js +3 -0
  207. package/dist/esm/carousel-v3/settings/configs/ui-v1.js +1 -0
  208. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -0
  209. package/dist/esm/countdown-timer/common/helpers.js +1 -1
  210. package/dist/esm/coupon/settings/configs/presets.js +1 -1
  211. package/dist/esm/form/settings/contact/Contact.js +1 -1
  212. package/dist/esm/form/settings/newsletter/Newsletter.js +1 -1
  213. package/dist/esm/grid/components/row/common/helpers.js +1 -1
  214. package/dist/esm/hero-banner/common/const.js +1 -0
  215. package/dist/esm/hero-banner/common/helpers.js +1 -1
  216. package/dist/esm/index.js +1 -1
  217. package/dist/esm/index.liquid.js +1 -1
  218. package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  219. package/dist/esm/marquee/settings/Marquee.js +1 -1
  220. package/dist/esm/next.js +1 -1
  221. package/dist/esm/product/components/dynamic-checkout/common/styles.js +2 -1
  222. package/dist/esm/product/components/product-badge/utils/common.js +1 -1
  223. package/dist/esm/product/components/product-description/common/helpers.js +2 -2
  224. package/dist/esm/product/components/product-description/common/styles.js +2 -2
  225. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  226. package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
  227. package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
  228. package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
  229. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +26 -0
  230. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +44 -0
  231. package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -0
  232. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -0
  233. package/dist/esm/product/components/product-images-v3/common/common.js +1 -0
  234. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +20 -0
  235. package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -0
  236. package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -0
  237. package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -0
  238. package/dist/esm/product/components/product-images-v3/common/styles.js +1 -0
  239. package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +2 -0
  240. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -0
  241. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -0
  242. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +2 -0
  243. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -0
  244. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -0
  245. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
  246. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +2 -0
  247. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -0
  248. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
  249. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +2 -0
  250. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +93 -0
  251. package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +2 -0
  252. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +2 -0
  253. package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -0
  254. package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -0
  255. package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -0
  256. package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -0
  257. package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -0
  258. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -0
  259. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -0
  260. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -0
  261. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -0
  262. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +205 -0
  263. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +15 -0
  264. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -0
  265. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +22 -0
  266. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +19 -0
  267. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -0
  268. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +34 -0
  269. package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -0
  270. package/dist/esm/product/components/product-list-v3/common/classes.js +1 -0
  271. package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -0
  272. package/dist/esm/product/components/product-list-v3/common/styles.js +1 -0
  273. package/dist/esm/product/index.js +1 -1
  274. package/dist/esm/product/next.js +1 -1
  275. package/dist/esm/product/settings/Product.js +1 -1
  276. package/dist/esm/product/settings/ProductBadge.js +1 -1
  277. package/dist/esm/product/settings/ProductList.js +1 -1
  278. package/dist/esm/product/settings/ProductListV3.js +8 -0
  279. package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +2 -2
  280. package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +2 -2
  281. package/dist/esm/product/settings/product/configs/product-presets/product-default.js +2 -2
  282. package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
  283. package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -0
  284. package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -0
  285. package/dist/esm/product/settings/product-image-v3/ProductImages.js +21 -0
  286. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -0
  287. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -0
  288. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -0
  289. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -0
  290. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -0
  291. package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -0
  292. package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -0
  293. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -0
  294. package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
  295. package/dist/esm/product/settings/product-list-v3/configs/presets.js +37 -0
  296. package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -0
  297. package/dist/esm/product/settings/product-list-v3/configs/ui-v1.js +1 -0
  298. package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -0
  299. package/dist/esm/product/settings/product-variant/configs/settings.js +1 -1
  300. package/dist/esm/setting.js +1 -1
  301. package/dist/esm/sticky/settings/configs/presets.js +3 -3
  302. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.js +2 -0
  303. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -0
  304. package/dist/esm/third-party/components/KachingSubscriptionsApp.js +2 -0
  305. package/dist/esm/third-party/components/KachingSubscriptionsApp.liquid.js +8 -0
  306. package/dist/esm/third-party/components/Trustoo.liquid.js +7 -7
  307. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.liquid.js +89 -1
  308. package/dist/esm/third-party/configs/BloyRewardsProgramLoyalty.js +1 -0
  309. package/dist/esm/third-party/configs/KachingSubscriptionsApp.js +1 -0
  310. package/dist/esm/third-party/index.js +1 -1
  311. package/dist/esm/third-party/next.js +1 -1
  312. package/dist/esm/third-party/setting/KachingSubscriptionsApp/index.js +4 -0
  313. package/dist/esm/third-party/setting/KachingSubscriptionsApp/uiV1.js +1 -0
  314. package/dist/esm/third-party/setting/KachingSubscriptionsApp/uiV2.js +1 -0
  315. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +4 -0
  316. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -0
  317. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +1 -1
  318. package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
  319. package/dist/esm/third-party/settings/JudgemeReviews/index.js +1 -1
  320. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +1 -1
  321. package/dist/esm/third-party/settings/LaiProductReviews/index.js +1 -1
  322. package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
  323. package/dist/esm/third-party/settings/Opinew/index.js +2 -2
  324. package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +1 -1
  325. package/dist/esm/third-party/settings/Trustoo/index.js +1 -1
  326. package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
  327. package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +1 -1
  328. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +1 -1
  329. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  330. package/dist/esm/video/common/helpers.js +1 -1
  331. package/dist/esm/video/components/HTML5Embed.js +1 -1
  332. package/dist/esm/video/components/HTML5Embed.liquid.js +10 -12
  333. package/dist/types/index.d.ts +524 -56
  334. package/package.json +5 -4
@@ -1,5 +1,5 @@
1
- import{template as e,RenderIf as t,isLocalEnv as o,baseAssetURL as s}from"@gem-sdk/core";import i from"../../image/components/NextImage.liquid.js";import{getSettingPreloadData as r}from"../../helpers.js";import{createAttr as l,createClass as a,createStyle as d,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 HTML5Embed=$=>{let g=`gp-video-${$.uid}`,{thumbnail:f,muted:h,autoplay:L,loop:b,controls:E,src:A,style:w,title:T,className:P,lazy:j,poster:k}=$,I=L&&h&&!!f,S=!j&&$.isVideoComponent,V=A.endsWith(".mp4"),x=!f||L&&h,C=S?A:void 0,M=l({...y({videoId:g,title:T,autoplay:L,preloadThumbnail:I,offLazyLoad:S,src:A,thumbnail:f})}),B=a({...m(x)}),N=d({...v()}),z=a({...c()}),D=a({...u()}),G=a({...p(P,S)}),H=()=>I?e`${i({src:f,alt:T,priority:k?.preload,enableLazyLoadImage:!0,style:N})}
2
- ${n(L,`<script>
1
+ import{template as e,RenderIf as t,isLocalEnv as o,baseAssetURL as s}from"@gem-sdk/core";import i from"../../image/components/NextImage.liquid.js";import{getSettingPreloadData as l}from"../../helpers.js";import{createAttr as r,createClass as a,createStyle as n,If as d}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 HTML5Embed=g=>{let $=`gp-video-${g.uid}`,{thumbnail:f,muted:h,autoplay:L,loop:b,controls:E,src:A,style:w,title:T,className:P,lazy:j,poster:k,wrapperStyles:I}=g,S=L&&h&&!!f,V=!j&&g.isVideoComponent,x=!f||L&&h,C=V?A:void 0,M=r({...y({videoId:$,title:T,autoplay:L,preloadThumbnail:S,offLazyLoad:V,src:A,thumbnail:f})}),B=a({...m(x)}),N=n({...v()}),z=a({...c()}),D=a({...u()}),G=a({...p(P,V)}),H=()=>S?e`${i({src:f,alt:T,priority:k?.preload,enableLazyLoadImage:!0,style:N})}
2
+ ${d(L,`<script>
3
3
  document.addEventListener("DOMContentLoaded", (event) => {
4
4
  const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
5
5
  const autoLoadTimeout = setTimeout(runAutoPlayVideo, 0);
@@ -14,9 +14,9 @@ import{template as e,RenderIf as t,isLocalEnv as o,baseAssetURL as s}from"@gem-s
14
14
  });
15
15
  }
16
16
  function runAutoPlayVideo() {
17
- document.getElementById('${g}').setAttribute('autoplay','true');
18
- document.getElementById('${g}').setAttribute('playsinline','true');
19
- document.getElementById('${g}').play();
17
+ document.getElementById('${$}').setAttribute('autoplay','true');
18
+ document.getElementById('${$}').setAttribute('playsinline','true');
19
+ document.getElementById('${$}').play();
20
20
  }
21
21
  });
22
22
  </script>`)}
@@ -37,7 +37,7 @@ import{template as e,RenderIf as t,isLocalEnv as o,baseAssetURL as s}from"@gem-s
37
37
  </button>
38
38
  </div>
39
39
  `;return e`
40
- <gp-lite-html5-embed is-check-loaded="${$.isCheckLoaded??!1}">
40
+ <gp-lite-html5-embed is-check-loaded="${g.isCheckLoaded??!1}" style="${I}">
41
41
  ${H()}
42
42
  <video
43
43
  ${{...M}}
@@ -48,11 +48,9 @@ import{template as e,RenderIf as t,isLocalEnv as o,baseAssetURL as s}from"@gem-s
48
48
  ${h?"muted":void 0}
49
49
  ${L?"autoplay":void 0}
50
50
  playsinline
51
- ${V?void 0:`src="${C}"`}
52
- >
53
- ${n(V,`<source data-src="${A}" src="${C}" type="video/mp4"></source>`)}
54
- </video>
55
- ${n(!x,O())}
51
+ ${C?`src="${C}"`:""}
52
+ ></video>
53
+ ${d(!x,O())}
56
54
  </gp-lite-html5-embed>
57
- ${t(o,`<script ${r('class="gps-link" delay',"src")}="{{ 'gp-lite-html5-embed-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${r('class="gps-link" delay',"src")}="${s}/assets-v2/gp-lite-html5-embed-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
55
+ ${t(o,`<script ${l('class="gps-link" delay',"src")}="{{ 'gp-lite-html5-embed-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${l('class="gps-link" delay',"src")}="${s}/assets-v2/gp-lite-html5-embed-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
58
56
  `};export{HTML5Embed as default};