@gem-sdk/components 4.0.0-staging.1204 → 4.0.0-staging.1206

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 (330) hide show
  1. package/dist/cjs/builder.js +1 -1
  2. package/dist/cjs/carousel/components/arrow/common/classes.js +1 -1
  3. package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -1
  4. package/dist/cjs/carousel/components/arrow/common/styles.js +11 -11
  5. package/dist/cjs/carousel/components/dot/common/helpers.js +1 -1
  6. package/dist/cjs/carousel/components/item/CarouselItem.js +1 -1
  7. package/dist/cjs/carousel/components/item/common/styles.js +1 -1
  8. package/dist/cjs/carousel/components/root/Carousel.js +1 -1
  9. package/dist/cjs/carousel/components/root/Carousel.liquid.js +6 -8
  10. package/dist/cjs/carousel/components/root/common/attrs.js +1 -1
  11. package/dist/cjs/carousel/components/root/common/classes.js +1 -1
  12. package/dist/cjs/carousel/components/root/common/styles.js +1 -1
  13. package/dist/cjs/carousel/hooks/useCarousel.js +1 -1
  14. package/dist/cjs/carousel/hooks/useDotsSetting.js +1 -1
  15. package/dist/cjs/carousel/index.js +1 -1
  16. package/dist/cjs/carousel/plugins/animation.js +1 -1
  17. package/dist/cjs/carousel/plugins/auto-play.js +1 -0
  18. package/dist/cjs/carousel/plugins/fix-slider-move-backward.js +1 -0
  19. package/dist/cjs/carousel/plugins/mutation.js +1 -0
  20. package/dist/cjs/carousel/settings/configs/presets.js +4 -4
  21. package/dist/cjs/carousel/settings/configs/settings-v2.js +1 -1
  22. package/dist/cjs/carousel-v3/common/helpers.js +1 -0
  23. package/dist/cjs/carousel-v3/components/arrow/Arrow.js +10 -0
  24. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +26 -0
  25. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -0
  26. package/dist/cjs/carousel-v3/components/arrow/common/helpers.js +1 -0
  27. package/dist/cjs/carousel-v3/components/arrow/common/styles.js +33 -0
  28. package/dist/cjs/carousel-v3/components/dot/Dots.js +2 -0
  29. package/dist/cjs/carousel-v3/components/dot/Dots.liquid.js +7 -0
  30. package/dist/cjs/carousel-v3/components/dot/common/classes.js +1 -0
  31. package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -0
  32. package/dist/cjs/carousel-v3/components/dot/common/styles.js +1 -0
  33. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +2 -0
  34. package/dist/cjs/carousel-v3/components/item/CarouselItem.liquid.js +22 -0
  35. package/dist/cjs/carousel-v3/components/item/common/classes.js +1 -0
  36. package/dist/cjs/carousel-v3/components/item/common/styles.js +1 -0
  37. package/dist/cjs/carousel-v3/components/root/Carousel.js +2 -0
  38. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +23 -0
  39. package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -0
  40. package/dist/cjs/carousel-v3/components/root/common/classes.js +1 -0
  41. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -0
  42. package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -0
  43. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -0
  44. package/dist/cjs/carousel-v3/hooks/useCarouseItem.js +1 -0
  45. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -0
  46. package/dist/cjs/carousel-v3/hooks/useDotsSetting.js +1 -0
  47. package/dist/cjs/carousel-v3/hooks/useTrackPreviewPause.js +1 -0
  48. package/dist/cjs/carousel-v3/index.js +1 -0
  49. package/dist/cjs/{carousel → carousel-v3}/next.js +1 -1
  50. package/dist/cjs/carousel-v3/plugins/animation.js +1 -0
  51. package/dist/cjs/carousel-v3/settings/Carousel.js +5 -0
  52. package/dist/cjs/carousel-v3/settings/CarouselItem.js +1 -0
  53. package/dist/cjs/carousel-v3/settings/configs/presets.js +114 -0
  54. package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +3 -0
  55. package/dist/cjs/carousel-v3/settings/configs/ui-v1.js +1 -0
  56. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -0
  57. package/dist/cjs/grid/components/row/common/helpers.js +1 -1
  58. package/dist/cjs/index.js +1 -1
  59. package/dist/cjs/index.liquid.js +1 -1
  60. package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  61. package/dist/cjs/marquee/settings/Marquee.js +1 -1
  62. package/dist/cjs/next.js +1 -1
  63. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
  64. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
  65. package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
  66. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +6 -6
  67. package/dist/cjs/product/components/product-images-v2/common/attrs.js +1 -1
  68. package/dist/cjs/product/components/product-images-v2/common/classes.js +1 -1
  69. package/dist/cjs/product/components/product-images-v2/common/common.js +1 -1
  70. package/dist/cjs/product/components/product-images-v2/common/getBorderActiveCss.js +1 -5
  71. package/dist/cjs/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  72. package/dist/cjs/product/components/product-images-v2/common/productGallery.js +1 -1
  73. package/dist/cjs/product/components/product-images-v2/common/styles.js +1 -1
  74. package/dist/cjs/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  75. package/dist/cjs/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  76. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  77. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +13 -13
  78. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  79. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +7 -7
  80. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  81. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +4 -4
  82. package/dist/cjs/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  83. package/dist/cjs/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  84. package/dist/cjs/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  85. package/dist/cjs/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  86. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +26 -0
  87. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +44 -0
  88. package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -0
  89. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -0
  90. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -0
  91. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +20 -0
  92. package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -0
  93. package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -0
  94. package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -0
  95. package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -0
  96. package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +2 -0
  97. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -0
  98. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -0
  99. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +2 -0
  100. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -0
  101. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -0
  102. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
  103. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +2 -0
  104. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -0
  105. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
  106. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +2 -0
  107. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +93 -0
  108. package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +2 -0
  109. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +2 -0
  110. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -0
  111. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -0
  112. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -0
  113. package/dist/cjs/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -0
  114. package/dist/cjs/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -0
  115. package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -0
  116. package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -0
  117. package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -0
  118. package/dist/cjs/product/components/product-list/ProductListCarouselLayout.liquid.js +4 -4
  119. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -0
  120. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +205 -0
  121. package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +15 -0
  122. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.js +1 -0
  123. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +22 -0
  124. package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +19 -0
  125. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.js +1 -0
  126. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +34 -0
  127. package/dist/cjs/product/components/product-list-v3/common/attrs.js +1 -0
  128. package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -0
  129. package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -0
  130. package/dist/cjs/product/components/product-list-v3/common/styles.js +1 -0
  131. package/dist/cjs/product/index.js +1 -1
  132. package/dist/cjs/product/next.js +1 -1
  133. package/dist/cjs/product/settings/ProductListV3.js +8 -0
  134. package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +2 -2
  135. package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +2 -2
  136. package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +2 -2
  137. package/dist/cjs/product/settings/product-image-v2/ProductImages.js +2 -2
  138. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +1 -1
  139. package/dist/cjs/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +3 -2
  140. package/dist/cjs/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  141. package/dist/cjs/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  142. package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  143. package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -0
  144. package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -0
  145. package/dist/cjs/product/settings/product-image-v3/ProductImages.js +21 -0
  146. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -0
  147. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -0
  148. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -0
  149. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -0
  150. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -0
  151. package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -0
  152. package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -0
  153. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -0
  154. package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
  155. package/dist/cjs/product/settings/product-list/configs/settings-v2.js +1 -1
  156. package/dist/cjs/product/settings/product-list-v3/configs/presets.js +37 -0
  157. package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -0
  158. package/dist/cjs/product/settings/product-list-v3/configs/ui-v1.js +1 -0
  159. package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -0
  160. package/dist/cjs/setting.js +1 -1
  161. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +1 -1
  162. package/dist/esm/builder.js +1 -1
  163. package/dist/esm/carousel/components/arrow/common/classes.js +1 -1
  164. package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
  165. package/dist/esm/carousel/components/arrow/common/styles.js +8 -8
  166. package/dist/esm/carousel/components/dot/common/helpers.js +1 -1
  167. package/dist/esm/carousel/components/item/CarouselItem.js +1 -1
  168. package/dist/esm/carousel/components/item/common/styles.js +1 -1
  169. package/dist/esm/carousel/components/root/Carousel.js +1 -1
  170. package/dist/esm/carousel/components/root/Carousel.liquid.js +7 -9
  171. package/dist/esm/carousel/components/root/common/attrs.js +1 -1
  172. package/dist/esm/carousel/components/root/common/classes.js +1 -1
  173. package/dist/esm/carousel/components/root/common/styles.js +1 -1
  174. package/dist/esm/carousel/hooks/useCarousel.js +1 -1
  175. package/dist/esm/carousel/hooks/useDotsSetting.js +1 -1
  176. package/dist/esm/carousel/index.js +1 -1
  177. package/dist/esm/carousel/plugins/animation.js +1 -1
  178. package/dist/esm/carousel/plugins/auto-play.js +1 -0
  179. package/dist/esm/carousel/plugins/fix-slider-move-backward.js +1 -0
  180. package/dist/esm/carousel/plugins/mutation.js +1 -0
  181. package/dist/esm/carousel/settings/configs/presets.js +4 -4
  182. package/dist/esm/carousel/settings/configs/settings-v2.js +1 -1
  183. package/dist/esm/carousel-v3/common/helpers.js +1 -0
  184. package/dist/esm/carousel-v3/components/arrow/Arrow.js +10 -0
  185. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +26 -0
  186. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -0
  187. package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -0
  188. package/dist/esm/carousel-v3/components/arrow/common/styles.js +33 -0
  189. package/dist/esm/carousel-v3/components/dot/Dots.js +2 -0
  190. package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +7 -0
  191. package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -0
  192. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -0
  193. package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -0
  194. package/dist/esm/carousel-v3/components/item/CarouselItem.js +2 -0
  195. package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +22 -0
  196. package/dist/esm/carousel-v3/components/item/common/classes.js +1 -0
  197. package/dist/esm/carousel-v3/components/item/common/styles.js +1 -0
  198. package/dist/esm/carousel-v3/components/root/Carousel.js +2 -0
  199. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +23 -0
  200. package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -0
  201. package/dist/esm/carousel-v3/components/root/common/classes.js +1 -0
  202. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -0
  203. package/dist/esm/carousel-v3/components/root/common/styles.js +1 -0
  204. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -0
  205. package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -0
  206. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -0
  207. package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -0
  208. package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -0
  209. package/dist/esm/carousel-v3/index.js +1 -0
  210. package/dist/esm/{carousel → carousel-v3}/next.js +1 -1
  211. package/dist/esm/carousel-v3/plugins/animation.js +1 -0
  212. package/dist/esm/carousel-v3/settings/Carousel.js +5 -0
  213. package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -0
  214. package/dist/esm/carousel-v3/settings/configs/presets.js +114 -0
  215. package/dist/esm/carousel-v3/settings/configs/settings-v2.js +3 -0
  216. package/dist/esm/carousel-v3/settings/configs/ui-v1.js +1 -0
  217. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -0
  218. package/dist/esm/grid/components/row/common/helpers.js +1 -1
  219. package/dist/esm/index.js +1 -1
  220. package/dist/esm/index.liquid.js +1 -1
  221. package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  222. package/dist/esm/marquee/settings/Marquee.js +1 -1
  223. package/dist/esm/next.js +1 -1
  224. package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
  225. package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
  226. package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
  227. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +8 -8
  228. package/dist/esm/product/components/product-images-v2/common/attrs.js +1 -1
  229. package/dist/esm/product/components/product-images-v2/common/classes.js +1 -1
  230. package/dist/esm/product/components/product-images-v2/common/common.js +1 -1
  231. package/dist/esm/product/components/product-images-v2/common/getBorderActiveCss.js +2 -6
  232. package/dist/esm/product/components/product-images-v2/common/productFeaturedImage.js +1 -1
  233. package/dist/esm/product/components/product-images-v2/common/productGallery.js +1 -1
  234. package/dist/esm/product/components/product-images-v2/common/styles.js +1 -1
  235. package/dist/esm/product/components/product-images-v2/components/child/ProductFeaturedImageCarousel.js +1 -1
  236. package/dist/esm/product/components/product-images-v2/components/child/ProductGalleryGrid.js +2 -2
  237. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  238. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +48 -48
  239. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.js +1 -1
  240. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
  241. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.js +1 -1
  242. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +11 -11
  243. package/dist/esm/product/components/product-images-v2/components/lightbox/ProductImagesLightBox.js +1 -1
  244. package/dist/esm/product/components/product-images-v2/hooks/useGalleryCarousel.js +1 -1
  245. package/dist/esm/product/components/product-images-v2/hooks/useProductFeaturedImageCarousel.js +1 -1
  246. package/dist/esm/product/components/product-images-v2/hooks/useProductGalleryGrid.js +1 -1
  247. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +26 -0
  248. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +44 -0
  249. package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -0
  250. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -0
  251. package/dist/esm/product/components/product-images-v3/common/common.js +1 -0
  252. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +20 -0
  253. package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -0
  254. package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -0
  255. package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -0
  256. package/dist/esm/product/components/product-images-v3/common/styles.js +1 -0
  257. package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +2 -0
  258. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -0
  259. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -0
  260. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +2 -0
  261. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -0
  262. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -0
  263. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
  264. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +2 -0
  265. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -0
  266. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
  267. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +2 -0
  268. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +93 -0
  269. package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +2 -0
  270. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +2 -0
  271. package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -0
  272. package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -0
  273. package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -0
  274. package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -0
  275. package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -0
  276. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -0
  277. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -0
  278. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -0
  279. package/dist/esm/product/components/product-list/ProductListCarouselLayout.liquid.js +6 -6
  280. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -0
  281. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +205 -0
  282. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +15 -0
  283. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -0
  284. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +22 -0
  285. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +19 -0
  286. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -0
  287. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +34 -0
  288. package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -0
  289. package/dist/esm/product/components/product-list-v3/common/classes.js +1 -0
  290. package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -0
  291. package/dist/esm/product/components/product-list-v3/common/styles.js +1 -0
  292. package/dist/esm/product/index.js +1 -1
  293. package/dist/esm/product/next.js +1 -1
  294. package/dist/esm/product/settings/ProductListV3.js +8 -0
  295. package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +2 -2
  296. package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +2 -2
  297. package/dist/esm/product/settings/product/configs/product-presets/product-default.js +2 -2
  298. package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
  299. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductFeatureImage.js +1 -1
  300. package/dist/esm/product/settings/product-image-v2/configs/setting-v2/ProductGalleryImage.js +3 -2
  301. package/dist/esm/product/settings/product-image-v2/configs/ui/FeatureNavigation.js +1 -1
  302. package/dist/esm/product/settings/product-image-v2/configs/ui/ImageListNavigation.js +1 -1
  303. package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  304. package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -0
  305. package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -0
  306. package/dist/esm/product/settings/product-image-v3/ProductImages.js +21 -0
  307. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -0
  308. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -0
  309. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -0
  310. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -0
  311. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -0
  312. package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -0
  313. package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -0
  314. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -0
  315. package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
  316. package/dist/esm/product/settings/product-list/configs/settings-v2.js +1 -1
  317. package/dist/esm/product/settings/product-list-v3/configs/presets.js +37 -0
  318. package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -0
  319. package/dist/esm/product/settings/product-list-v3/configs/ui-v1.js +1 -0
  320. package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -0
  321. package/dist/esm/setting.js +1 -1
  322. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +1 -1
  323. package/dist/types/index.d.ts +476 -74
  324. package/package.json +3 -3
  325. package/dist/cjs/carousel/components/swiper/Swiper.js +0 -1
  326. package/dist/esm/carousel/components/swiper/Swiper.js +0 -1
  327. /package/dist/cjs/{carousel → carousel-v3}/components/swiper/SwiperSlide.js +0 -0
  328. /package/dist/cjs/{carousel → carousel-v3}/components/swiper/common/styles.js +0 -0
  329. /package/dist/esm/{carousel → carousel-v3}/components/swiper/SwiperSlide.js +0 -0
  330. /package/dist/esm/{carousel → carousel-v3}/components/swiper/common/styles.js +0 -0
package/dist/esm/index.js CHANGED
@@ -1 +1 @@
1
- export{accordionSetting}from"./accordion/index.js";export{articleListSetting}from"./article/index.js";export{bannerSetting}from"./hero-banner/index.js";export{breadcrumbSetting}from"./breadcrumb/index.js";export{buttonSetting}from"./button/index.js";export{carouselSetting}from"./carousel/index.js";export{cartSetting}from"./cart/index.js";export{codeSetting}from"./code/index.js";export{collectionSetting}from"./collection/index.js";export{countdownSetting}from"./countdown-timer/index.js";export{couponSetting}from"./coupon/index.js";export{dialogSetting}from"./dialog/index.js";export{estimateDeliverySetting}from"./estimate-delivery/index.js";export{gridSetting}from"./grid/index.js";export{contactFormSetting}from"./form/index.js";export{headerSetting}from"./header/index.js";export{headingSetting}from"./heading/index.js";export{iconSetting}from"./icon/index.js";export{iconListSetting}from"./icon-list/index.js";export{iconListHozSetting}from"./icon-list-hoz/index.js";export{iconListSettingV2}from"./icon-list-v2/index.js";export{imageSetting}from"./image/index.js";export{imageComparisonSetting}from"./image-comparison/index.js";export{imageDetectionSetting}from"./image-detection/index.js";export{inputSetting}from"./input/index.js";export{lineSetting}from"./line/index.js";export{linkSetting}from"./link/index.js";export{marqueeSetting}from"./marquee/index.js";export{menuSetting}from"./menu/index.js";export{modalSetting}from"./modal/index.js";export{default as useNotification}from"./notification/hooks/useNotification.js";export{default as Notice}from"./notification/components/Notice.js";export{paginationSetting}from"./pagination/index.js";export{postPurchaseAdvancedListSetting}from"./post-purchase/advanced-list/index.js";export{postPurchaseButtonSetting}from"./post-purchase/button/index.js";export{postPurchaseCalloutBoxSetting}from"./post-purchase/callout-banner/index.js";export{postPurchaseCountdownTimerSetting}from"./post-purchase/countdown-timer/index.js";export{postPurchaseImageSetting}from"./post-purchase/image/index.js";export{postPurchaseLineSetting}from"./post-purchase/line/index.js";export{postPurchaseLinkSetting}from"./post-purchase/link/index.js";export{PostPurchaseHeading,postPurchaseTextSetting}from"./post-purchase/text/index.js";export{postPurchaseProductSetting}from"./post-purchase/product/index.js";export{productSetting}from"./product/index.js";export{radioSetting}from"./radio/index.js";export{selectSetting}from"./select/index.js";export{tabSetting}from"./tab/index.js";export{textSetting}from"./text/index.js";export{textareaSetting}from"./textarea/index.js";export{videoSetting}from"./video/index.js";export{thirdPartySetting}from"./third-party/index.js";export{thirdPartyInstantSetting}from"./third-party-instant/index.js";export{stockCounterSetting}from"./stock-counter/index.js";export{thirdPartySlotSetting}from"./third-party-slot/index.js";export{shopPayInstallmentSetting}from"./shop-pay-installment/index.js";export{stickySetting}from"./sticky/index.js";export{default as nextComponent}from"./next.js";import*as t from"./index.liquid.js";export{default as builderComponent}from"./builder.js";export{default as componentSettings}from"./setting.js";export{default as postPurchaseSettings}from"./postPurchaseSetting.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";export{ELEMENT_Z_INDEX}from"./common/const.js";export{REGEX_PAGE_TYPE,checkIsOpenPopup,checkIsScrollToTop,convertUnitToNumber,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isShopifyDomain,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex}from"./helpers.js";export{default as Accordion}from"./accordion/components/Accordion.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.js";export{default as ArticleList}from"./article/components/ArticleList.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.js";export{default as ArticleContent}from"./article/components/ArticleContent.js";export{default as ArticleImage}from"./article/components/ArticleImage.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.js";export{default as ArticleTag}from"./article/components/ArticleTag.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.js";export{default as ArticleDate}from"./article/components/ArticleDate.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.js";export{default as Button}from"./button/components/Button.js";export{default as Carousel}from"./carousel/components/root/Carousel.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.js";export{default as Cart}from"./cart/components/Cart.js";export{default as CartList}from"./cart/components/CartList.js";export{default as CartLinePrice}from"./cart/components/CartLinePrice.js";export{default as CartLineVariant}from"./cart/components/CartLineVariant.js";export{default as CartLineImage}from"./cart/components/CartLineImage.js";export{default as CartTotalPrice}from"./cart/components/CartTotalPrice.js";export{default as CartTotalItem}from"./cart/components/CartTotalItem.js";export{default as CartCheckout}from"./cart/components/CartCheckout.js";export{default as DiscountInput}from"./cart/components/DiscountInput.js";export{default as CartDiscount}from"./cart/components/CartDiscount.js";export{default as CartOrderNote}from"./cart/components/CartOrderNote.js";export{default as CartLineAttribute}from"./cart/components/CartLineAttribute.js";export{default as CouponList}from"./cart/components/CouponList.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.js";export{default as CheckoutNow}from"./cart/components/CheckoutNow.js";export{default as CSSCode}from"./code/components/CSSCode.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.js";export{default as Countdown}from"./countdown-timer/components/Countdown.js";export{default as Coupon}from"./coupon/components/Coupon.js";export{default as Dialog}from"./dialog/components/Dialog.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.js";export{default as Root}from"./grid/components/root/Root.js";export{default as Section}from"./grid/components/section/Section.js";export{default as Row}from"./grid/components/row/Row.js";export{default as Col}from"./grid/components/col/Col.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.js";export{default as ContactForm}from"./form/components/contact/Contact.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.js";export{default as TextField}from"./form/components/textfield/TextField.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.js";export{default as TextInput}from"./form/components/textinput/TextInput.js";export{default as Header}from"./header/components/Header.js";export{default as BasicHeader}from"./header/components/kind/basic/index.js";export{default as ModernHeader}from"./header/components/kind/modern/index.js";export{default as MobileMenu}from"./header/components/kind/basic/MobileMenu.js";export{default as DesktopMenu}from"./header/components/kind/basic/DesktopMenu.js";export{default as Heading}from"./heading/components/Heading.js";export{default as Icon}from"./icon/components/Icon.js";export{default as IconList}from"./icon-list/components/IconList.js";export{default as IconListItem}from"./icon-list/components/IconListItem.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListHozItem.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.js";export{default as Image}from"./image/components/Image.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.js";export{default as ImageDetection}from"./image-detection/components/ImageDetection.js";export{default as Input}from"./input/components/Input.js";export{default as Line}from"./line/components/Line.js";export{default as Link}from"./link/components/Link.js";export{default as Marquee}from"./marquee/components/Marquee.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.js";export{default as Menu}from"./menu/components/Menu.js";export{openConfirm}from"./modal/components/confirm.js";export{default as Modal}from"./modal/components/Modal.js";export{default as Pagination}from"./pagination/components/Pagination.js";export{default as PostPurchaseAdvancedList}from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";export{default as PostPurchaseAdvancedListItem}from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";export{default as PostPurchaseButton}from"./post-purchase/button/components/Button.js";export{default as PostPurchaseCalloutBox}from"./post-purchase/callout-banner/components/CalloutBox.js";export{default as PostPurchaseCalloutText}from"./post-purchase/callout-banner/components/CalloutText.js";export{default as PostPurchaseCountdownTimer}from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";export{default as PostPurchaseImage}from"./post-purchase/image/components/Image.js";export{default as PostPurchaseLine}from"./post-purchase/line/components/PostPurchaseLine.js";export{default as PostPurchaseLink}from"./post-purchase/link/components/PostPurchaseLink.js";export{default as PostPurchaseText}from"./post-purchase/text/components/Text.js";export{default as PostPurchaseProductPrice}from"./post-purchase/product/components/ProductPrice.js";export{default as PostPurchaseProductDescription}from"./post-purchase/product/components/ProductDescription.js";export{default as PostPurchaseProductTitle}from"./post-purchase/product/components/ProductTitle.js";export{default as PostPurchaseProductVariants}from"./post-purchase/product/components/product-variant/components/ProductVariant.js";export{default as PostPurchaseAcceptButton}from"./post-purchase/product/components/AcceptButton.js";export{default as PostPurchaseProductQuantity}from"./post-purchase/product/components/ProductQuantity.js";export{default as PostPurchaseProductPriceBreakdown}from"./post-purchase/product/components/ProductPriceBreakdown.js";export{default as PostPurchaseProductOffer}from"./post-purchase/product/components/product-offer/components/ProductOffer.js";export{default as PostPurchaseProductDiscountTag}from"./post-purchase/product/components/ProductDiscountTag.js";export{default as PostPurchaseProductImages}from"./post-purchase/product/components/product-image/index.js";export{postPurchaseProduct1Col}from"./post-purchase/product/settings/presets-config/product-presets/product-1-col.js";export{postPurchaseProduct2Col}from"./post-purchase/product/settings/presets-config/product-presets/product-2-col.js";export{postPurchaseProductDefault}from"./post-purchase/product/settings/presets-config/product-presets/product-default.js";export{default as Product}from"./product/components/product-wrap/Product.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.js";export{default as ProductPrice}from"./product/components/product-price/ProductPrice.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.js";export{default as ProductImages}from"./product/components/ProductImages.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImageV2.js";export{default as ProductPropertyInput}from"./product/components/product-properties/ProductProperties.js";export{default as ProductQuickView}from"./product/components/product-quick-view/QuickView.js";export{default as ProductTag}from"./product/components/product-discount-tag/ProductDiscountTag.js";export{default as ProductList}from"./product/components/product-list/ProductList.js";export{default as ProductVendor}from"./product/components/product-vendor/Vendor.js";export{default as DynamicCheckout}from"./product/components/dynamic-checkout/DynamicCheckout.js";export{default as ProductViewMore}from"./product/components/product-view-more/ProductViewMore.js";export{default as ProductBadge}from"./product/components/product-badge/ProductBadge.js";export{default as ProductBundleDiscount}from"./product/components/product-bundle/ProductBundleDiscount.js";export{default as ProductBundleDiscountItem}from"./product/components/product-bundle/ProductBundleDiscountItem.js";export{default as ProductSku}from"./product/components/product-sku/Sku.js";export{default as FileUpload}from"./product/components/file-upload/UploadFile.js";export{default as Radio}from"./radio/components/Radio.js";export{default as Select}from"./select/components/Select.js";export{default as Tabs}from"./tab/components/Tabs.js";export{default as TabItem}from"./tab/components/TabItem.js";export{default as Text}from"./text/components/Text.js";export{default as Textarea}from"./textarea/components/Textarea.js";export{default as Video}from"./video/components/Video.js";export{default as BloyRewardsProgramLoyalty}from"./third-party/components/BloyRewardsProgramLoyalty.js";export{default as DealeasyVolumeDiscounts}from"./third-party/components/DealeasyVolumeDiscounts.js";export{default as UppromoteAffiliateMarketing}from"./third-party/components/UppromoteAffiliateMarketing.js";export{default as AovBundlesVolumeDiscounts}from"./third-party/components/AovBundlesVolumeDiscounts.js";export{default as AovFreeGiftBuyXGetYBogo}from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";export{default as AppstleBundlesDiscounts}from"./third-party/components/AppstleBundlesDiscounts.js";export{default as EcomsendBackInStockAlert}from"./third-party/components/EcomsendBackInStockAlert.js";export{default as EstimatedDeliveryDatePlus}from"./third-party/components/EstimatedDeliveryDatePlus.js";export{default as OkendoReviewsLoyalty}from"./third-party/components/OkendoReviewsLoyalty.js";export{default as EssentialAnnouncementBar}from"./third-party/components/EssentialAnnouncementBar.js";export{default as EssentialCountdownTimerBar}from"./third-party/components/EssentialCountdownTimerBar.js";export{default as StellarDeliveryDatePickup}from"./third-party/components/StellarDeliveryDatePickup.js";export{default as TrustshopProductReviews}from"./third-party/components/TrustshopProductReviews.js";export{default as HulkProductOptions}from"./third-party/components/HulkProductOptions.js";export{default as MyappgurusProductReviews}from"./third-party/components/MyappgurusProductReviews.js";export{default as TrustreviewsProductReviews}from"./third-party/components/TrustreviewsProductReviews.js";export{default as DiscountyBulkDiscountSales}from"./third-party/components/DiscountyBulkDiscountSales.js";export{default as SeoantTrustBadgesIcon}from"./third-party/components/SeoantTrustBadgesIcon.js";export{default as SegunoEmailMarketing}from"./third-party/components/SegunoEmailMarketing.js";export{default as AftershipEmailMarketingsms}from"./third-party/components/AftershipEmailMarketingsms.js";export{default as BestBuyFulfillment}from"./third-party/components/BestBuyFulfillment.js";export{default as ProductOptionsVariantOption}from"./third-party/components/ProductOptionsVariantOption.js";export{default as GloboProductOptionsVariant}from"./third-party/components/GloboProductOptionsVariant.js";export{default as TeeinblueProductPersonalizer}from"./third-party/components/TeeinblueProductPersonalizer.js";export{default as WishlistKing}from"./third-party/components/WishlistKing.js";export{default as HulkFormBuilder}from"./third-party/components/HulkFormBuilder.js";export{default as LoloyalLoyaltyReferrals}from"./third-party/components/LoloyalLoyaltyReferrals.js";export{default as PowerfulContactFormBuilder}from"./third-party/components/PowerfulContactFormBuilder.js";export{default as WishlistPlus}from"./third-party/components/WishlistPlus.js";export{default as InstasellShoppableInstagram}from"./third-party/components/InstasellShoppableInstagram.js";export{default as SproutPlantTreesGrowSales}from"./third-party/components/SproutPlantTreesGrowSales.js";export{default as RapiBundleQuantityBreaks}from"./third-party/components/RapiBundleQuantityBreaks.js";export{default as AppointmentBookingCowlendar}from"./third-party/components/AppointmentBookingCowlendar.js";export{default as GoogleReviewsByReputon}from"./third-party/components/GoogleReviewsByReputon.js";export{default as MbcBundleVolumeDiscount}from"./third-party/components/MbcBundleVolumeDiscount.js";export{default as ProductOptionsCustomizer}from"./third-party/components/ProductOptionsCustomizer.js";export{default as AirProductReviewsAppUgc}from"./third-party/components/AirProductReviewsAppUgc.js";export{default as TagembedSocialPostReview}from"./third-party/components/TagembedSocialPostReview.js";export{default as WhatmoreShoppableVideosreel}from"./third-party/components/WhatmoreShoppableVideosreel.js";export{default as TagshopShoppableVideosUgc}from"./third-party/components/TagshopShoppableVideosUgc.js";export{default as JunipProductReviewsUgc}from"./third-party/components/JunipProductReviewsUgc.js";export{default as FlyBundlesUpsellsFbt}from"./third-party/components/FlyBundlesUpsellsFbt.js";export{default as PreorderNowWodPresale}from"./third-party/components/PreorderNowWodPresale.js";export{default as PreorderNowPreOrderPq}from"./third-party/components/PreorderNowPreOrderPq.js";export{default as MaxbundleProductBundles}from"./third-party/components/MaxbundleProductBundles.js";export{default as KoalaBundleQuantityDiscount}from"./third-party/components/KoalaBundleQuantityDiscount.js";export{default as EasyBundleBuilderSkailama}from"./third-party/components/EasyBundleBuilderSkailama.js";export{default as FastBundleBundlesDiscounts}from"./third-party/components/FastBundleBundlesDiscounts.js";export{default as KiteFreeGiftDiscount}from"./third-party/components/KiteFreeGiftDiscount.js";export{default as UnlimitedBundlesDiscounts}from"./third-party/components/UnlimitedBundlesDiscounts.js";export{default as SimpleBundlesKits}from"./third-party/components/SimpleBundlesKits.js";export{default as ReviewxpoProductReviewsApp}from"./third-party/components/ReviewxpoProductReviewsApp.js";export{default as PumperBundlesVolumeDiscount}from"./third-party/components/PumperBundlesVolumeDiscount.js";export{default as NotifyBackInStockPreOrder}from"./third-party/components/NotifyBackInStockPreOrder.js";export{default as ShopifyForms}from"./third-party/components/ShopifyForms.js";export{default as SkioSubscriptionsYcS20}from"./third-party/components/SkioSubscriptionsYcS20.js";export{default as LoopSubscriptions}from"./third-party/components/LoopSubscriptions.js";export{default as RecurpaySubscriptionApp}from"./third-party/components/RecurpaySubscriptionApp.js";export{default as SubifySubscriptionsApp}from"./third-party/components/SubifySubscriptionsApp.js";export{default as BonLoyaltyRewardsReferrals}from"./third-party/components/BonLoyaltyRewardsReferrals.js";export{default as ShopifySubscriptions}from"./third-party/components/ShopifySubscriptions.js";export{default as EasifyProductOptions}from"./third-party/components/EasifyProductOptions.js";export{default as CustomProductOptionsVariant}from"./third-party/components/CustomProductOptionsVariant.js";export{default as EasySellCOD}from"./third-party/components/EasySellCOD.js";export{default as QikifyUpsell}from"./third-party/components/QikifyUpsell.js";export{default as CleanSizeCharts}from"./third-party/components/CleanSizeCharts.js";export{default as JudgemeReviews}from"./third-party/components/JudgemeReviews.js";export{default as LooxReviews}from"./third-party/components/LooxReviews.js";export{default as Klaviyo}from"./third-party/components/Klaviyo.js";export{default as YotpoLoyalty}from"./third-party/components/YotpoLoyalty.js";export{default as SmartSearchBarAndFilters}from"./third-party/components/SmartSearchBarAndFilters.js";export{default as Instafeed}from"./third-party/components/Instafeed.js";export{default as ProductReviews}from"./third-party/components/ProductReviews.js";export{default as Ryviu}from"./third-party/components/Ryviu.js";export{default as Rivyo}from"./third-party/components/Rivyo.js";export{default as Vitals}from"./third-party/components/Vitals.js";export{default as Omnisend}from"./third-party/components/Omnisend.js";export{default as Trustoo}from"./third-party/components/Trustoo.js";export{default as SealSubscriptions}from"./third-party/components/SealSubscriptions.js";export{default as AppstleSubscriptions}from"./third-party/components/AppstleSubscriptions.js";export{default as FeraReviews}from"./third-party/components/FeraReviews.js";export{default as Growave}from"./third-party/components/Growave.js";export{default as KachingBundles}from"./third-party/components/KachingBundles.js";export{default as PushOwl}from"./third-party/components/PushOwl.js";export{default as Opinew}from"./third-party/components/Opinew.js";export{default as UltimateSalesBoost}from"./third-party/components/UltimateSalesBoost.js";export{default as FirePush}from"./third-party/components/FirePush.js";export{default as ParcelPanel}from"./third-party/components/ParcelPanel.js";export{default as TrustMe}from"./third-party/components/TrustMe.js";export{default as FrequentlyBoughtTogether}from"./third-party/components/FrequentlyBoughtTogether.js";export{default as BoldSubscriptions}from"./third-party/components/BoldSubscriptions.js";export{default as BoldProductOptions}from"./third-party/components/BoldProductOptions.js";export{default as WideBundle}from"./third-party/components/WideBundle.js";export{default as PickyStory}from"./third-party/components/PickyStory.js";export{default as InfiniteOptions}from"./third-party/components/InfiniteOptions.js";export{default as Wiser}from"./third-party/components/Wiser.js";export{default as Stamped}from"./third-party/components/Stamped.js";export{default as Bundler}from"./third-party/components/Bundler.js";export{default as LaiProductReviews}from"./third-party/components/LaiProductReviews.js";export{default as CrossSellCartUpsell}from"./third-party/components/CrossSellCartUpsell.js";export{default as BoostAISearchDiscovery}from"./third-party/components/BoostAISearchDiscovery.js";export{default as YotpoReviews}from"./third-party/components/YotpoReviews.js";export{default as AliReviews}from"./third-party/components/AliReviews.js";export{default as Bogos}from"./third-party/components/Bogos.js";export{default as Releasit}from"./third-party/components/Releasit.js";export{default as KingProductOptions}from"./third-party/components/KingProductOptions.js";export{default as KlarnaMessaging}from"./third-party/components/KlarnaMessaging.js";export{default as RequestQuoteHidePrice}from"./third-party/components/RequestQuoteHidePrice.js";export{default as BirdChime}from"./third-party/components/BirdChime.js";export{default as FordeerProductLabels}from"./third-party/components/FordeerProductLabels.js";export{default as RechargeSubscriptions}from"./third-party/components/RechargeSubscriptions.js";export{default as Selleasy}from"./third-party/components/Selleasy.js";export{default as HextomCountdownTimerBar}from"./third-party/components/HextomCountdownTimerBar.js";export{default as TrustBadgesBear}from"./third-party/components/TrustBadgesBear.js";export{default as TrustedsiteTrustBadges}from"./third-party/components/TrustedsiteTrustBadges.js";export{default as GloColorSwatchvariantImage}from"./third-party/components/GloColorSwatchvariantImage.js";export{default as BfSizeChartSizeGuide}from"./third-party/components/BfSizeChartSizeGuide.js";export{default as AlsoBoughtCbb}from"./third-party/components/AlsoBoughtCbb.js";export{default as HextomFreeShippingBar}from"./third-party/components/HextomFreeShippingBar.js";export{default as EcoboostifyShoppableReelUgc}from"./third-party/components/EcoboostifyShoppableReelUgc.js";export{default as InstantJudgemeReviews}from"./third-party-instant/components/InstantJudgemeReviews.js";export{default as InstantLooxReviews}from"./third-party-instant/components/InstantLooxReviews.js";export{default as InstantKlaviyo}from"./third-party-instant/components/InstantKlaviyo.js";export{default as InstantYotpoLoyalty}from"./third-party-instant/components/InstantYotpoLoyalty.js";export{default as StockCounter}from"./stock-counter/components/StockCounter.js";export{default as ThirdPartySlot}from"./third-party-slot/components/ThirdPartySlot.js";export{default as ShopPayInstallments}from"./shop-pay-installment/components/ShopPayInstallments.js";export{default as Sticky}from"./sticky/components/Sticky.js";export{CONTINUE_SELLING_WHEN_OUT_OF_STOCK,DEFAULT_FONT_SIZE,DEFAULT_HIGHLIGHT_TAG,DEFAULT_PROGRESS_BAR_HEIGHT,DEFAULT_QUANTITY_TEMPLATE,DEFAULT_RANGE_STEP,DEFAULT_REMAINING_PERCENT,DEFAULT_REMAINING_QUANTITY,DEFAULT_SCARCITY_THRESHOLD,MAX_PROGRESS_BAR_HEIGHT,MAX_REMAINING_PERCENT,MIN_PROGRESS_BAR_HEIGHT,MIN_REMAINING_PERCENT,MIN_REMAINING_QUANTITY,NO_PRODUCT_LEFT,OUT_OF_STOCK,QUANTITY_SOURCE,convertSizeToWidth,getInlineCss,getLiquidInitData,getLiquidTextContent,getTextDisplayData,transformHighlighTag,transformNumberTag}from"./stock-counter/common/helpers.js";export{t as liquidComponents};
1
+ export{accordionSetting}from"./accordion/index.js";export{articleListSetting}from"./article/index.js";export{bannerSetting}from"./hero-banner/index.js";export{breadcrumbSetting}from"./breadcrumb/index.js";export{buttonSetting}from"./button/index.js";export{carouselSettingV3}from"./carousel-v3/index.js";export{carouselSetting}from"./carousel/index.js";export{cartSetting}from"./cart/index.js";export{codeSetting}from"./code/index.js";export{collectionSetting}from"./collection/index.js";export{countdownSetting}from"./countdown-timer/index.js";export{couponSetting}from"./coupon/index.js";export{dialogSetting}from"./dialog/index.js";export{estimateDeliverySetting}from"./estimate-delivery/index.js";export{gridSetting}from"./grid/index.js";export{contactFormSetting}from"./form/index.js";export{headerSetting}from"./header/index.js";export{headingSetting}from"./heading/index.js";export{iconSetting}from"./icon/index.js";export{iconListSetting}from"./icon-list/index.js";export{iconListHozSetting}from"./icon-list-hoz/index.js";export{iconListSettingV2}from"./icon-list-v2/index.js";export{imageSetting}from"./image/index.js";export{imageComparisonSetting}from"./image-comparison/index.js";export{imageDetectionSetting}from"./image-detection/index.js";export{inputSetting}from"./input/index.js";export{lineSetting}from"./line/index.js";export{linkSetting}from"./link/index.js";export{marqueeSetting}from"./marquee/index.js";export{menuSetting}from"./menu/index.js";export{modalSetting}from"./modal/index.js";export{default as useNotification}from"./notification/hooks/useNotification.js";export{default as Notice}from"./notification/components/Notice.js";export{paginationSetting}from"./pagination/index.js";export{postPurchaseAdvancedListSetting}from"./post-purchase/advanced-list/index.js";export{postPurchaseButtonSetting}from"./post-purchase/button/index.js";export{postPurchaseCalloutBoxSetting}from"./post-purchase/callout-banner/index.js";export{postPurchaseCountdownTimerSetting}from"./post-purchase/countdown-timer/index.js";export{postPurchaseImageSetting}from"./post-purchase/image/index.js";export{postPurchaseLineSetting}from"./post-purchase/line/index.js";export{postPurchaseLinkSetting}from"./post-purchase/link/index.js";export{PostPurchaseHeading,postPurchaseTextSetting}from"./post-purchase/text/index.js";export{postPurchaseProductSetting}from"./post-purchase/product/index.js";export{productSetting}from"./product/index.js";export{radioSetting}from"./radio/index.js";export{selectSetting}from"./select/index.js";export{tabSetting}from"./tab/index.js";export{textSetting}from"./text/index.js";export{textareaSetting}from"./textarea/index.js";export{videoSetting}from"./video/index.js";export{thirdPartySetting}from"./third-party/index.js";export{thirdPartyInstantSetting}from"./third-party-instant/index.js";export{stockCounterSetting}from"./stock-counter/index.js";export{thirdPartySlotSetting}from"./third-party-slot/index.js";export{shopPayInstallmentSetting}from"./shop-pay-installment/index.js";export{stickySetting}from"./sticky/index.js";export{default as nextComponent}from"./next.js";import*as t from"./index.liquid.js";export{default as builderComponent}from"./builder.js";export{default as componentSettings}from"./setting.js";export{default as postPurchaseSettings}from"./postPurchaseSetting.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";export{ELEMENT_Z_INDEX}from"./common/const.js";export{REGEX_PAGE_TYPE,checkIsOpenPopup,checkIsScrollToTop,convertUnitToNumber,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isShopifyDomain,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex}from"./helpers.js";export{default as Accordion}from"./accordion/components/Accordion.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.js";export{default as ArticleList}from"./article/components/ArticleList.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.js";export{default as ArticleContent}from"./article/components/ArticleContent.js";export{default as ArticleImage}from"./article/components/ArticleImage.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.js";export{default as ArticleTag}from"./article/components/ArticleTag.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.js";export{default as ArticleDate}from"./article/components/ArticleDate.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.js";export{default as Button}from"./button/components/Button.js";export{default as CarouselV3}from"./carousel-v3/components/root/Carousel.js";export{default as CarouselItemV3}from"./carousel-v3/components/item/CarouselItem.js";export{default as Carousel}from"./carousel/components/root/Carousel.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.js";export{default as Cart}from"./cart/components/Cart.js";export{default as CartList}from"./cart/components/CartList.js";export{default as CartLinePrice}from"./cart/components/CartLinePrice.js";export{default as CartLineVariant}from"./cart/components/CartLineVariant.js";export{default as CartLineImage}from"./cart/components/CartLineImage.js";export{default as CartTotalPrice}from"./cart/components/CartTotalPrice.js";export{default as CartTotalItem}from"./cart/components/CartTotalItem.js";export{default as CartCheckout}from"./cart/components/CartCheckout.js";export{default as DiscountInput}from"./cart/components/DiscountInput.js";export{default as CartDiscount}from"./cart/components/CartDiscount.js";export{default as CartOrderNote}from"./cart/components/CartOrderNote.js";export{default as CartLineAttribute}from"./cart/components/CartLineAttribute.js";export{default as CouponList}from"./cart/components/CouponList.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.js";export{default as CheckoutNow}from"./cart/components/CheckoutNow.js";export{default as CSSCode}from"./code/components/CSSCode.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.js";export{default as Countdown}from"./countdown-timer/components/Countdown.js";export{default as Coupon}from"./coupon/components/Coupon.js";export{default as Dialog}from"./dialog/components/Dialog.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.js";export{default as Root}from"./grid/components/root/Root.js";export{default as Section}from"./grid/components/section/Section.js";export{default as Row}from"./grid/components/row/Row.js";export{default as Col}from"./grid/components/col/Col.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.js";export{default as ContactForm}from"./form/components/contact/Contact.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.js";export{default as TextField}from"./form/components/textfield/TextField.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.js";export{default as TextInput}from"./form/components/textinput/TextInput.js";export{default as Header}from"./header/components/Header.js";export{default as BasicHeader}from"./header/components/kind/basic/index.js";export{default as ModernHeader}from"./header/components/kind/modern/index.js";export{default as MobileMenu}from"./header/components/kind/basic/MobileMenu.js";export{default as DesktopMenu}from"./header/components/kind/basic/DesktopMenu.js";export{default as Heading}from"./heading/components/Heading.js";export{default as Icon}from"./icon/components/Icon.js";export{default as IconList}from"./icon-list/components/IconList.js";export{default as IconListItem}from"./icon-list/components/IconListItem.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListHozItem.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.js";export{default as Image}from"./image/components/Image.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.js";export{default as ImageDetection}from"./image-detection/components/ImageDetection.js";export{default as Input}from"./input/components/Input.js";export{default as Line}from"./line/components/Line.js";export{default as Link}from"./link/components/Link.js";export{default as Marquee}from"./marquee/components/Marquee.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.js";export{default as Menu}from"./menu/components/Menu.js";export{openConfirm}from"./modal/components/confirm.js";export{default as Modal}from"./modal/components/Modal.js";export{default as Pagination}from"./pagination/components/Pagination.js";export{default as PostPurchaseAdvancedList}from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";export{default as PostPurchaseAdvancedListItem}from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";export{default as PostPurchaseButton}from"./post-purchase/button/components/Button.js";export{default as PostPurchaseCalloutBox}from"./post-purchase/callout-banner/components/CalloutBox.js";export{default as PostPurchaseCalloutText}from"./post-purchase/callout-banner/components/CalloutText.js";export{default as PostPurchaseCountdownTimer}from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";export{default as PostPurchaseImage}from"./post-purchase/image/components/Image.js";export{default as PostPurchaseLine}from"./post-purchase/line/components/PostPurchaseLine.js";export{default as PostPurchaseLink}from"./post-purchase/link/components/PostPurchaseLink.js";export{default as PostPurchaseText}from"./post-purchase/text/components/Text.js";export{default as PostPurchaseProductPrice}from"./post-purchase/product/components/ProductPrice.js";export{default as PostPurchaseProductDescription}from"./post-purchase/product/components/ProductDescription.js";export{default as PostPurchaseProductTitle}from"./post-purchase/product/components/ProductTitle.js";export{default as PostPurchaseProductVariants}from"./post-purchase/product/components/product-variant/components/ProductVariant.js";export{default as PostPurchaseAcceptButton}from"./post-purchase/product/components/AcceptButton.js";export{default as PostPurchaseProductQuantity}from"./post-purchase/product/components/ProductQuantity.js";export{default as PostPurchaseProductPriceBreakdown}from"./post-purchase/product/components/ProductPriceBreakdown.js";export{default as PostPurchaseProductOffer}from"./post-purchase/product/components/product-offer/components/ProductOffer.js";export{default as PostPurchaseProductDiscountTag}from"./post-purchase/product/components/ProductDiscountTag.js";export{default as PostPurchaseProductImages}from"./post-purchase/product/components/product-image/index.js";export{postPurchaseProduct1Col}from"./post-purchase/product/settings/presets-config/product-presets/product-1-col.js";export{postPurchaseProduct2Col}from"./post-purchase/product/settings/presets-config/product-presets/product-2-col.js";export{postPurchaseProductDefault}from"./post-purchase/product/settings/presets-config/product-presets/product-default.js";export{default as Product}from"./product/components/product-wrap/Product.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.js";export{default as ProductPrice}from"./product/components/product-price/ProductPrice.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.js";export{default as ProductImages}from"./product/components/ProductImages.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImageV2.js";export{default as ProductImagesV3}from"./product/components/product-images-v3/ProductImageV3.js";export{default as ProductPropertyInput}from"./product/components/product-properties/ProductProperties.js";export{default as ProductQuickView}from"./product/components/product-quick-view/QuickView.js";export{default as ProductTag}from"./product/components/product-discount-tag/ProductDiscountTag.js";export{default as ProductList}from"./product/components/product-list/ProductList.js";export{default as ProductListV3}from"./product/components/product-list-v3/ProductList.js";export{default as ProductVendor}from"./product/components/product-vendor/Vendor.js";export{default as DynamicCheckout}from"./product/components/dynamic-checkout/DynamicCheckout.js";export{default as ProductViewMore}from"./product/components/product-view-more/ProductViewMore.js";export{default as ProductBadge}from"./product/components/product-badge/ProductBadge.js";export{default as ProductBundleDiscount}from"./product/components/product-bundle/ProductBundleDiscount.js";export{default as ProductBundleDiscountItem}from"./product/components/product-bundle/ProductBundleDiscountItem.js";export{default as ProductSku}from"./product/components/product-sku/Sku.js";export{default as FileUpload}from"./product/components/file-upload/UploadFile.js";export{default as Radio}from"./radio/components/Radio.js";export{default as Select}from"./select/components/Select.js";export{default as Tabs}from"./tab/components/Tabs.js";export{default as TabItem}from"./tab/components/TabItem.js";export{default as Text}from"./text/components/Text.js";export{default as Textarea}from"./textarea/components/Textarea.js";export{default as Video}from"./video/components/Video.js";export{default as BloyRewardsProgramLoyalty}from"./third-party/components/BloyRewardsProgramLoyalty.js";export{default as DealeasyVolumeDiscounts}from"./third-party/components/DealeasyVolumeDiscounts.js";export{default as UppromoteAffiliateMarketing}from"./third-party/components/UppromoteAffiliateMarketing.js";export{default as AovBundlesVolumeDiscounts}from"./third-party/components/AovBundlesVolumeDiscounts.js";export{default as AovFreeGiftBuyXGetYBogo}from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";export{default as AppstleBundlesDiscounts}from"./third-party/components/AppstleBundlesDiscounts.js";export{default as EcomsendBackInStockAlert}from"./third-party/components/EcomsendBackInStockAlert.js";export{default as EstimatedDeliveryDatePlus}from"./third-party/components/EstimatedDeliveryDatePlus.js";export{default as OkendoReviewsLoyalty}from"./third-party/components/OkendoReviewsLoyalty.js";export{default as EssentialAnnouncementBar}from"./third-party/components/EssentialAnnouncementBar.js";export{default as EssentialCountdownTimerBar}from"./third-party/components/EssentialCountdownTimerBar.js";export{default as StellarDeliveryDatePickup}from"./third-party/components/StellarDeliveryDatePickup.js";export{default as TrustshopProductReviews}from"./third-party/components/TrustshopProductReviews.js";export{default as HulkProductOptions}from"./third-party/components/HulkProductOptions.js";export{default as MyappgurusProductReviews}from"./third-party/components/MyappgurusProductReviews.js";export{default as TrustreviewsProductReviews}from"./third-party/components/TrustreviewsProductReviews.js";export{default as DiscountyBulkDiscountSales}from"./third-party/components/DiscountyBulkDiscountSales.js";export{default as SeoantTrustBadgesIcon}from"./third-party/components/SeoantTrustBadgesIcon.js";export{default as SegunoEmailMarketing}from"./third-party/components/SegunoEmailMarketing.js";export{default as AftershipEmailMarketingsms}from"./third-party/components/AftershipEmailMarketingsms.js";export{default as BestBuyFulfillment}from"./third-party/components/BestBuyFulfillment.js";export{default as ProductOptionsVariantOption}from"./third-party/components/ProductOptionsVariantOption.js";export{default as GloboProductOptionsVariant}from"./third-party/components/GloboProductOptionsVariant.js";export{default as TeeinblueProductPersonalizer}from"./third-party/components/TeeinblueProductPersonalizer.js";export{default as WishlistKing}from"./third-party/components/WishlistKing.js";export{default as HulkFormBuilder}from"./third-party/components/HulkFormBuilder.js";export{default as LoloyalLoyaltyReferrals}from"./third-party/components/LoloyalLoyaltyReferrals.js";export{default as PowerfulContactFormBuilder}from"./third-party/components/PowerfulContactFormBuilder.js";export{default as WishlistPlus}from"./third-party/components/WishlistPlus.js";export{default as InstasellShoppableInstagram}from"./third-party/components/InstasellShoppableInstagram.js";export{default as SproutPlantTreesGrowSales}from"./third-party/components/SproutPlantTreesGrowSales.js";export{default as RapiBundleQuantityBreaks}from"./third-party/components/RapiBundleQuantityBreaks.js";export{default as AppointmentBookingCowlendar}from"./third-party/components/AppointmentBookingCowlendar.js";export{default as GoogleReviewsByReputon}from"./third-party/components/GoogleReviewsByReputon.js";export{default as MbcBundleVolumeDiscount}from"./third-party/components/MbcBundleVolumeDiscount.js";export{default as ProductOptionsCustomizer}from"./third-party/components/ProductOptionsCustomizer.js";export{default as AirProductReviewsAppUgc}from"./third-party/components/AirProductReviewsAppUgc.js";export{default as TagembedSocialPostReview}from"./third-party/components/TagembedSocialPostReview.js";export{default as WhatmoreShoppableVideosreel}from"./third-party/components/WhatmoreShoppableVideosreel.js";export{default as TagshopShoppableVideosUgc}from"./third-party/components/TagshopShoppableVideosUgc.js";export{default as JunipProductReviewsUgc}from"./third-party/components/JunipProductReviewsUgc.js";export{default as FlyBundlesUpsellsFbt}from"./third-party/components/FlyBundlesUpsellsFbt.js";export{default as PreorderNowWodPresale}from"./third-party/components/PreorderNowWodPresale.js";export{default as PreorderNowPreOrderPq}from"./third-party/components/PreorderNowPreOrderPq.js";export{default as MaxbundleProductBundles}from"./third-party/components/MaxbundleProductBundles.js";export{default as KoalaBundleQuantityDiscount}from"./third-party/components/KoalaBundleQuantityDiscount.js";export{default as EasyBundleBuilderSkailama}from"./third-party/components/EasyBundleBuilderSkailama.js";export{default as FastBundleBundlesDiscounts}from"./third-party/components/FastBundleBundlesDiscounts.js";export{default as KiteFreeGiftDiscount}from"./third-party/components/KiteFreeGiftDiscount.js";export{default as UnlimitedBundlesDiscounts}from"./third-party/components/UnlimitedBundlesDiscounts.js";export{default as SimpleBundlesKits}from"./third-party/components/SimpleBundlesKits.js";export{default as ReviewxpoProductReviewsApp}from"./third-party/components/ReviewxpoProductReviewsApp.js";export{default as PumperBundlesVolumeDiscount}from"./third-party/components/PumperBundlesVolumeDiscount.js";export{default as NotifyBackInStockPreOrder}from"./third-party/components/NotifyBackInStockPreOrder.js";export{default as ShopifyForms}from"./third-party/components/ShopifyForms.js";export{default as SkioSubscriptionsYcS20}from"./third-party/components/SkioSubscriptionsYcS20.js";export{default as LoopSubscriptions}from"./third-party/components/LoopSubscriptions.js";export{default as RecurpaySubscriptionApp}from"./third-party/components/RecurpaySubscriptionApp.js";export{default as SubifySubscriptionsApp}from"./third-party/components/SubifySubscriptionsApp.js";export{default as BonLoyaltyRewardsReferrals}from"./third-party/components/BonLoyaltyRewardsReferrals.js";export{default as ShopifySubscriptions}from"./third-party/components/ShopifySubscriptions.js";export{default as EasifyProductOptions}from"./third-party/components/EasifyProductOptions.js";export{default as CustomProductOptionsVariant}from"./third-party/components/CustomProductOptionsVariant.js";export{default as EasySellCOD}from"./third-party/components/EasySellCOD.js";export{default as QikifyUpsell}from"./third-party/components/QikifyUpsell.js";export{default as CleanSizeCharts}from"./third-party/components/CleanSizeCharts.js";export{default as JudgemeReviews}from"./third-party/components/JudgemeReviews.js";export{default as LooxReviews}from"./third-party/components/LooxReviews.js";export{default as Klaviyo}from"./third-party/components/Klaviyo.js";export{default as YotpoLoyalty}from"./third-party/components/YotpoLoyalty.js";export{default as SmartSearchBarAndFilters}from"./third-party/components/SmartSearchBarAndFilters.js";export{default as Instafeed}from"./third-party/components/Instafeed.js";export{default as ProductReviews}from"./third-party/components/ProductReviews.js";export{default as Ryviu}from"./third-party/components/Ryviu.js";export{default as Rivyo}from"./third-party/components/Rivyo.js";export{default as Vitals}from"./third-party/components/Vitals.js";export{default as Omnisend}from"./third-party/components/Omnisend.js";export{default as Trustoo}from"./third-party/components/Trustoo.js";export{default as SealSubscriptions}from"./third-party/components/SealSubscriptions.js";export{default as AppstleSubscriptions}from"./third-party/components/AppstleSubscriptions.js";export{default as FeraReviews}from"./third-party/components/FeraReviews.js";export{default as Growave}from"./third-party/components/Growave.js";export{default as KachingBundles}from"./third-party/components/KachingBundles.js";export{default as PushOwl}from"./third-party/components/PushOwl.js";export{default as Opinew}from"./third-party/components/Opinew.js";export{default as UltimateSalesBoost}from"./third-party/components/UltimateSalesBoost.js";export{default as FirePush}from"./third-party/components/FirePush.js";export{default as ParcelPanel}from"./third-party/components/ParcelPanel.js";export{default as TrustMe}from"./third-party/components/TrustMe.js";export{default as FrequentlyBoughtTogether}from"./third-party/components/FrequentlyBoughtTogether.js";export{default as BoldSubscriptions}from"./third-party/components/BoldSubscriptions.js";export{default as BoldProductOptions}from"./third-party/components/BoldProductOptions.js";export{default as WideBundle}from"./third-party/components/WideBundle.js";export{default as PickyStory}from"./third-party/components/PickyStory.js";export{default as InfiniteOptions}from"./third-party/components/InfiniteOptions.js";export{default as Wiser}from"./third-party/components/Wiser.js";export{default as Stamped}from"./third-party/components/Stamped.js";export{default as Bundler}from"./third-party/components/Bundler.js";export{default as LaiProductReviews}from"./third-party/components/LaiProductReviews.js";export{default as CrossSellCartUpsell}from"./third-party/components/CrossSellCartUpsell.js";export{default as BoostAISearchDiscovery}from"./third-party/components/BoostAISearchDiscovery.js";export{default as YotpoReviews}from"./third-party/components/YotpoReviews.js";export{default as AliReviews}from"./third-party/components/AliReviews.js";export{default as Bogos}from"./third-party/components/Bogos.js";export{default as Releasit}from"./third-party/components/Releasit.js";export{default as KingProductOptions}from"./third-party/components/KingProductOptions.js";export{default as KlarnaMessaging}from"./third-party/components/KlarnaMessaging.js";export{default as RequestQuoteHidePrice}from"./third-party/components/RequestQuoteHidePrice.js";export{default as BirdChime}from"./third-party/components/BirdChime.js";export{default as FordeerProductLabels}from"./third-party/components/FordeerProductLabels.js";export{default as RechargeSubscriptions}from"./third-party/components/RechargeSubscriptions.js";export{default as Selleasy}from"./third-party/components/Selleasy.js";export{default as HextomCountdownTimerBar}from"./third-party/components/HextomCountdownTimerBar.js";export{default as TrustBadgesBear}from"./third-party/components/TrustBadgesBear.js";export{default as TrustedsiteTrustBadges}from"./third-party/components/TrustedsiteTrustBadges.js";export{default as GloColorSwatchvariantImage}from"./third-party/components/GloColorSwatchvariantImage.js";export{default as BfSizeChartSizeGuide}from"./third-party/components/BfSizeChartSizeGuide.js";export{default as AlsoBoughtCbb}from"./third-party/components/AlsoBoughtCbb.js";export{default as HextomFreeShippingBar}from"./third-party/components/HextomFreeShippingBar.js";export{default as EcoboostifyShoppableReelUgc}from"./third-party/components/EcoboostifyShoppableReelUgc.js";export{default as InstantJudgemeReviews}from"./third-party-instant/components/InstantJudgemeReviews.js";export{default as InstantLooxReviews}from"./third-party-instant/components/InstantLooxReviews.js";export{default as InstantKlaviyo}from"./third-party-instant/components/InstantKlaviyo.js";export{default as InstantYotpoLoyalty}from"./third-party-instant/components/InstantYotpoLoyalty.js";export{default as StockCounter}from"./stock-counter/components/StockCounter.js";export{default as ThirdPartySlot}from"./third-party-slot/components/ThirdPartySlot.js";export{default as ShopPayInstallments}from"./shop-pay-installment/components/ShopPayInstallments.js";export{default as Sticky}from"./sticky/components/Sticky.js";export{CONTINUE_SELLING_WHEN_OUT_OF_STOCK,DEFAULT_FONT_SIZE,DEFAULT_HIGHLIGHT_TAG,DEFAULT_PROGRESS_BAR_HEIGHT,DEFAULT_QUANTITY_TEMPLATE,DEFAULT_RANGE_STEP,DEFAULT_REMAINING_PERCENT,DEFAULT_REMAINING_QUANTITY,DEFAULT_SCARCITY_THRESHOLD,MAX_PROGRESS_BAR_HEIGHT,MAX_REMAINING_PERCENT,MIN_PROGRESS_BAR_HEIGHT,MIN_REMAINING_PERCENT,MIN_REMAINING_QUANTITY,NO_PRODUCT_LEFT,OUT_OF_STOCK,QUANTITY_SOURCE,convertSizeToWidth,getInlineCss,getLiquidInitData,getLiquidTextContent,getTextDisplayData,transformHighlighTag,transformNumberTag}from"./stock-counter/common/helpers.js";export{t as liquidComponents};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- export{default as Accordion}from"./accordion/components/Accordion.liquid.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.liquid.js";export{default as ArticleList}from"./article/components/ArticleList.liquid.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.liquid.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.liquid.js";export{default as ArticleContent}from"./article/components/ArticleContent.liquid.js";export{default as ArticleImage}from"./article/components/ArticleImage.liquid.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.liquid.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.liquid.js";export{default as ArticleTag}from"./article/components/ArticleTag.liquid.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.liquid.js";export{default as ArticleDate}from"./article/components/ArticleDate.liquid.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.liquid.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.liquid.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.liquid.js";export{default as Button}from"./button/components/Button.liquid.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.liquid.js";export{default as Carousel}from"./carousel/components/root/Carousel.liquid.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.liquid.js";export{default as CSSCode}from"./code/components/CSSCode.liquid.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.liquid.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.liquid.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.liquid.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.liquid.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.liquid.js";export{default as Countdown}from"./countdown-timer/components/Countdown.liquid.js";export{default as Coupon}from"./coupon/components/Coupon.liquid.js";export{default as Dialog}from"./dialog/components/Dialog.liquid.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.liquid.js";export{default as Root}from"./grid/components/root/Root.liquid.js";export{default as Section}from"./grid/components/section/Section.liquid.js";export{default as Row}from"./grid/components/row/Row.liquid.js";export{default as Col}from"./grid/components/col/Col.liquid.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.liquid.js";export{default as ContactForm}from"./form/components/contact/Contact.liquid.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.liquid.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.liquid.js";export{default as TextField}from"./form/components/textfield/TextField.liquid.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.liquid.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.liquid.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.liquid.js";export{default as TextInput}from"./form/components/textinput/TextInput.liquid.js";export{default as Heading}from"./heading/components/Heading.liquid.js";export{default as Icon}from"./icon/components/Icon.liquid.js";export{default as IconListItem}from"./icon-list/components/IconListItem.liquid.js";export{default as IconList}from"./icon-list/components/IconList.liquid.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.liquid.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListIHozItem.liquid.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.liquid.js";export{default as Image}from"./image/components/Image.liquid.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.liquid.js";export{default as Line}from"./line/components/Line.liquid.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.liquid.js";export{default as Marquee}from"./marquee/components/Marquee.liquid.js";export{default as Text}from"./text/components/Text.liquid.js";export{default as DynamicCheckout}from"./product/components/dynamic-checkout/DynamicCheckout.liquid.js";export{default as FileUpload}from"./product/components/file-upload/UploadFile.liquid.js";export{default as Product}from"./product/components/product-wrap/Product.liquid.js";export{default as ProductBadge}from"./product/components/product-badge/ProductBadge.liquid.js";export{default as ProductBundleDiscount}from"./product/components/product-bundle/ProductBundleDiscount.liquid.js";export{default as ProductBundleDiscountItem}from"./product/components/product-bundle/ProductBundleDiscountItem.liquid.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.liquid.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.liquid.js";export{default as ProductImages}from"./product/components/ProductImages.liquid.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.liquid.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.liquid.js";export{default as ProductTag}from"./product/components/product-discount-tag/ProductDiscountTag.liquid.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImagesV2.liquid.js";export{default as ProductList}from"./product/components/product-list/ProductList.liquid.js";export{ProductPrice}from"./product/components/product-price/ProductPrice.liquid.js";export{default as ProductProperties}from"./product/components/product-properties/ProductProperties.liquid.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.liquid.js";export{default as ProductVendor}from"./product/components/product-vendor/Vendor.liquid.js";export{default as ProductViewMore}from"./product/components/product-view-more/ProductViewMore.liquid.js";export{default as ProductSku}from"./product/components/product-sku/Sku.liquid.js";export{default as Video}from"./video/components/Video.liquid.js";export{default as videoSetting}from"./video/settings/Video.js";export{default as Tabs}from"./tab/components/Tabs.liquid.js";export{default as TabItem}from"./tab/components/TabItem.liquid.js";export{default as StockCounter}from"./stock-counter/components/StockCounter.liquid.js";export{default as Klaviyo}from"./third-party/components/Klaviyo.liquid.js";export{default as SmartSearchBarAndFilters}from"./third-party/components/SmartSearchBarAndFilters.liquid.js";export{default as LooxReviews}from"./third-party/components/LooxReviews.liquid.js";export{default as Instafeed}from"./third-party/components/Instafeed.liquid.js";export{default as CrossSellCartUpsell}from"./third-party/components/CrossSellCartUpsell.liquid.js";export{default as BoostAISearchDiscovery}from"./third-party/components/BoostAISearchDiscovery.liquid.js";export{default as JudgemeReviews}from"./third-party/components/JudgemeReviews.liquid.js";export{default as ProductReviews}from"./third-party/components/ProductReviews.liquid.js";export{default as Ryviu}from"./third-party/components/Ryviu.liquid.js";export{default as Rivyo}from"./third-party/components/Rivyo.liquid.js";export{default as Vitals}from"./third-party/components/Vitals.liquid.js";export{default as Omnisend}from"./third-party/components/Omnisend.liquid.js";export{default as Trustoo}from"./third-party/components/Trustoo.liquid.js";export{default as SealSubscriptions}from"./third-party/components/SealSubscriptions.liquid.js";export{default as AppstleSubscriptions}from"./third-party/components/AppstleSubscriptions.liquid.js";export{default as FeraReviews}from"./third-party/components/FeraReviews.liquid.js";export{default as Growave}from"./third-party/components/Growave.liquid.js";export{default as Opinew}from"./third-party/components/Opinew.liquid.js";export{default as UltimateSalesBoost}from"./third-party/components/UltimateSalesBoost.liquid.js";export{default as AliReviews}from"./third-party/components/AliReviews.liquid.js";export{default as FirePush}from"./third-party/components/FirePush.liquid.js";export{default as ParcelPanel}from"./third-party/components/ParcelPanel.liquid.js";export{default as TrustMe}from"./third-party/components/TrustMe.liquid.js";export{default as FrequentlyBoughtTogether}from"./third-party/components/FrequentlyBoughtTogether.liquid.js";export{default as BoldSubscriptions}from"./third-party/components/BoldSubscriptions.liquid.js";export{default as BoldProductOptions}from"./third-party/components/BoldProductOptions.liquid.js";export{default as WideBundle}from"./third-party/components/WideBundle.liquid.js";export{default as PickyStory}from"./third-party/components/PickyStory.liquid.js";export{default as InfiniteOptions}from"./third-party/components/InfiniteOptions.liquid.js";export{default as Wiser}from"./third-party/components/Wiser.liquid.js";export{default as Stamped}from"./third-party/components/Stamped.liquid.js";export{default as Bundler}from"./third-party/components/Bundler.liquid.js";export{default as LaiProductReviews}from"./third-party/components/LaiProductReviews.liquid.js";export{default as YotpoReviews}from"./third-party/components/YotpoReviews.liquid.js";export{default as KachingBundles}from"./third-party/components/KachingBundles.liquid.js";export{default as CleanSizeCharts}from"./third-party/components/CleanSizeCharts.liquid.js";export{default as PushOwl}from"./third-party/components/PushOwl.liquid.js";export{default as Bogos}from"./third-party/components/Bogos.liquid.js";export{default as QikifyUpsell}from"./third-party/components/QikifyUpsell.liquid.js";export{default as Releasit}from"./third-party/components/Releasit.liquid.js";export{default as KingProductOptions}from"./third-party/components/KingProductOptions.liquid.js";export{default as EasySellCOD}from"./third-party/components/EasySellCOD.liquid.js";export{default as RequestQuoteHidePrice}from"./third-party/components/RequestQuoteHidePrice.liquid.js";export{default as BirdChime}from"./third-party/components/BirdChime.liquid.js";export{default as KlarnaMessaging}from"./third-party/components/KlarnaMessaging.liquid.js";export{default as FordeerProductLabels}from"./third-party/components/FordeerProductLabels.liquid.js";export{default as EasifyProductOptions}from"./third-party/components/EasifyProductOptions.liquid.js";export{default as CustomProductOptionsVariant}from"./third-party/components/CustomProductOptionsVariant.liquid.js";export{default as ShopifySubscriptions}from"./third-party/components/ShopifySubscriptions.liquid.js";export{default as RechargeSubscriptions}from"./third-party/components/RechargeSubscriptions.liquid.js";export{default as BonLoyaltyRewardsReferrals}from"./third-party/components/BonLoyaltyRewardsReferrals.liquid.js";export{default as RecurpaySubscriptionApp}from"./third-party/components/RecurpaySubscriptionApp.liquid.js";export{default as SubifySubscriptionsApp}from"./third-party/components/SubifySubscriptionsApp.liquid.js";export{default as Selleasy}from"./third-party/components/Selleasy.liquid.js";export{default as LoopSubscriptions}from"./third-party/components/LoopSubscriptions.liquid.js";export{default as SkioSubscriptionsYcS20}from"./third-party/components/SkioSubscriptionsYcS20.liquid.js";export{default as ShopifyForms}from"./third-party/components/ShopifyForms.liquid.js";export{default as NotifyBackInStockPreOrder}from"./third-party/components/NotifyBackInStockPreOrder.liquid.js";export{default as ReviewxpoProductReviewsApp}from"./third-party/components/ReviewxpoProductReviewsApp.liquid.js";export{default as PumperBundlesVolumeDiscount}from"./third-party/components/PumperBundlesVolumeDiscount.liquid.js";export{default as UnlimitedBundlesDiscounts}from"./third-party/components/UnlimitedBundlesDiscounts.liquid.js";export{default as KiteFreeGiftDiscount}from"./third-party/components/KiteFreeGiftDiscount.liquid.js";export{default as FastBundleBundlesDiscounts}from"./third-party/components/FastBundleBundlesDiscounts.liquid.js";export{default as SimpleBundlesKits}from"./third-party/components/SimpleBundlesKits.liquid.js";export{default as EasyBundleBuilderSkailama}from"./third-party/components/EasyBundleBuilderSkailama.liquid.js";export{default as KoalaBundleQuantityDiscount}from"./third-party/components/KoalaBundleQuantityDiscount.liquid.js";export{default as PreorderNowPreOrderPq}from"./third-party/components/PreorderNowPreOrderPq.liquid.js";export{default as FlyBundlesUpsellsFbt}from"./third-party/components/FlyBundlesUpsellsFbt.liquid.js";export{default as JunipProductReviewsUgc}from"./third-party/components/JunipProductReviewsUgc.liquid.js";export{default as MaxbundleProductBundles}from"./third-party/components/MaxbundleProductBundles.liquid.js";export{default as PreorderNowWodPresale}from"./third-party/components/PreorderNowWodPresale.liquid.js";export{default as TagshopShoppableVideosUgc}from"./third-party/components/TagshopShoppableVideosUgc.liquid.js";export{default as WhatmoreShoppableVideosreel}from"./third-party/components/WhatmoreShoppableVideosreel.liquid.js";export{default as ProductOptionsCustomizer}from"./third-party/components/ProductOptionsCustomizer.liquid.js";export{default as TagembedSocialPostReview}from"./third-party/components/TagembedSocialPostReview.liquid.js";export{default as AirProductReviewsAppUgc}from"./third-party/components/AirProductReviewsAppUgc.liquid.js";export{default as MbcBundleVolumeDiscount}from"./third-party/components/MbcBundleVolumeDiscount.liquid.js";export{default as GoogleReviewsByReputon}from"./third-party/components/GoogleReviewsByReputon.liquid.js";export{default as RapiBundleQuantityBreaks}from"./third-party/components/RapiBundleQuantityBreaks.liquid.js";export{default as AppointmentBookingCowlendar}from"./third-party/components/AppointmentBookingCowlendar.liquid.js";export{default as SproutPlantTreesGrowSales}from"./third-party/components/SproutPlantTreesGrowSales.liquid.js";export{default as InstasellShoppableInstagram}from"./third-party/components/InstasellShoppableInstagram.liquid.js";export{default as WishlistPlus}from"./third-party/components/WishlistPlus.liquid.js";export{default as LoloyalLoyaltyReferrals}from"./third-party/components/LoloyalLoyaltyReferrals.liquid.js";export{default as HulkFormBuilder}from"./third-party/components/HulkFormBuilder.liquid.js";export{default as PowerfulContactFormBuilder}from"./third-party/components/PowerfulContactFormBuilder.liquid.js";export{default as WishlistKing}from"./third-party/components/WishlistKing.liquid.js";export{default as TeeinblueProductPersonalizer}from"./third-party/components/TeeinblueProductPersonalizer.liquid.js";export{default as GloboProductOptionsVariant}from"./third-party/components/GloboProductOptionsVariant.liquid.js";export{default as ProductOptionsVariantOption}from"./third-party/components/ProductOptionsVariantOption.liquid.js";export{default as BestBuyFulfillment}from"./third-party/components/BestBuyFulfillment.liquid.js";export{default as AftershipEmailMarketingsms}from"./third-party/components/AftershipEmailMarketingsms.liquid.js";export{default as SegunoEmailMarketing}from"./third-party/components/SegunoEmailMarketing.liquid.js";export{default as SeoantTrustBadgesIcon}from"./third-party/components/SeoantTrustBadgesIcon.liquid.js";export{default as DiscountyBulkDiscountSales}from"./third-party/components/DiscountyBulkDiscountSales.liquid.js";export{default as TrustreviewsProductReviews}from"./third-party/components/TrustreviewsProductReviews.liquid.js";export{default as MyappgurusProductReviews}from"./third-party/components/MyappgurusProductReviews.liquid.js";export{default as HulkProductOptions}from"./third-party/components/HulkProductOptions.liquid.js";export{default as EssentialCountdownTimerBar}from"./third-party/components/EssentialCountdownTimerBar.liquid.js";export{default as EssentialAnnouncementBar}from"./third-party/components/EssentialAnnouncementBar.liquid.js";export{default as OkendoReviewsLoyalty}from"./third-party/components/OkendoReviewsLoyalty.liquid.js";export{default as EstimatedDeliveryDatePlus}from"./third-party/components/EstimatedDeliveryDatePlus.liquid.js";export{default as HextomCountdownTimerBar}from"./third-party/components/HextomCountdownTimerBar.liquid.js";export{default as TrustBadgesBear}from"./third-party/components/TrustBadgesBear.liquid.js";export{default as TrustedsiteTrustBadges}from"./third-party/components/TrustedsiteTrustBadges.liquid.js";export{default as GloColorSwatchvariantImage}from"./third-party/components/GloColorSwatchvariantImage.liquid.js";export{default as BfSizeChartSizeGuide}from"./third-party/components/BfSizeChartSizeGuide.liquid.js";export{default as AlsoBoughtCbb}from"./third-party/components/AlsoBoughtCbb.liquid.js";export{default as HextomFreeShippingBar}from"./third-party/components/HextomFreeShippingBar.liquid.js";export{default as EcoboostifyShoppableReelUgc}from"./third-party/components/EcoboostifyShoppableReelUgc.liquid.js";export{default as EcomsendBackInStockAlert}from"./third-party/components/EcomsendBackInStockAlert.liquid.js";export{default as AppstleBundlesDiscounts}from"./third-party/components/AppstleBundlesDiscounts.liquid.js";export{default as AovFreeGiftBuyXGetYBogo}from"./third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js";export{default as AovBundlesVolumeDiscounts}from"./third-party/components/AovBundlesVolumeDiscounts.liquid.js";export{default as UppromoteAffiliateMarketing}from"./third-party/components/UppromoteAffiliateMarketing.liquid.js";export{default as DealeasyVolumeDiscounts}from"./third-party/components/DealeasyVolumeDiscounts.liquid.js";export{default as BloyRewardsProgramLoyalty}from"./third-party/components/BloyRewardsProgramLoyalty.liquid.js";export{default as TrustshopProductReviews}from"./third-party/components/TrustshopProductReviews.liquid.js";export{default as StellarDeliveryDatePickup}from"./third-party/components/StellarDeliveryDatePickup.liquid.js";export{default as ThirdPartySlot}from"./third-party-slot/components/ThirdPartySlot.liquid.js";export{default as ShopPayInstallments}from"./shop-pay-installment/components/ShopPayInstallments.liquid.js";export{default as Sticky}from"./sticky/components/Sticky.liquid.js";
2
+ export{default as Accordion}from"./accordion/components/Accordion.liquid.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.liquid.js";export{default as ArticleList}from"./article/components/ArticleList.liquid.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.liquid.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.liquid.js";export{default as ArticleContent}from"./article/components/ArticleContent.liquid.js";export{default as ArticleImage}from"./article/components/ArticleImage.liquid.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.liquid.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.liquid.js";export{default as ArticleTag}from"./article/components/ArticleTag.liquid.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.liquid.js";export{default as ArticleDate}from"./article/components/ArticleDate.liquid.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.liquid.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.liquid.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.liquid.js";export{default as Button}from"./button/components/Button.liquid.js";export{default as CarouselItemV3}from"./carousel-v3/components/item/CarouselItem.liquid.js";export{default as CarouselV3}from"./carousel-v3/components/root/Carousel.liquid.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.liquid.js";export{default as Carousel}from"./carousel/components/root/Carousel.liquid.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.liquid.js";export{default as CSSCode}from"./code/components/CSSCode.liquid.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.liquid.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.liquid.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.liquid.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.liquid.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.liquid.js";export{default as Countdown}from"./countdown-timer/components/Countdown.liquid.js";export{default as Coupon}from"./coupon/components/Coupon.liquid.js";export{default as Dialog}from"./dialog/components/Dialog.liquid.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.liquid.js";export{default as Root}from"./grid/components/root/Root.liquid.js";export{default as Section}from"./grid/components/section/Section.liquid.js";export{default as Row}from"./grid/components/row/Row.liquid.js";export{default as Col}from"./grid/components/col/Col.liquid.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.liquid.js";export{default as ContactForm}from"./form/components/contact/Contact.liquid.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.liquid.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.liquid.js";export{default as TextField}from"./form/components/textfield/TextField.liquid.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.liquid.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.liquid.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.liquid.js";export{default as TextInput}from"./form/components/textinput/TextInput.liquid.js";export{default as Heading}from"./heading/components/Heading.liquid.js";export{default as Icon}from"./icon/components/Icon.liquid.js";export{default as IconListItem}from"./icon-list/components/IconListItem.liquid.js";export{default as IconList}from"./icon-list/components/IconList.liquid.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.liquid.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListIHozItem.liquid.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.liquid.js";export{default as Image}from"./image/components/Image.liquid.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.liquid.js";export{default as Line}from"./line/components/Line.liquid.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.liquid.js";export{default as Marquee}from"./marquee/components/Marquee.liquid.js";export{default as Text}from"./text/components/Text.liquid.js";export{default as DynamicCheckout}from"./product/components/dynamic-checkout/DynamicCheckout.liquid.js";export{default as FileUpload}from"./product/components/file-upload/UploadFile.liquid.js";export{default as Product}from"./product/components/product-wrap/Product.liquid.js";export{default as ProductBadge}from"./product/components/product-badge/ProductBadge.liquid.js";export{default as ProductBundleDiscount}from"./product/components/product-bundle/ProductBundleDiscount.liquid.js";export{default as ProductBundleDiscountItem}from"./product/components/product-bundle/ProductBundleDiscountItem.liquid.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.liquid.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.liquid.js";export{default as ProductImages}from"./product/components/ProductImages.liquid.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.liquid.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.liquid.js";export{default as ProductTag}from"./product/components/product-discount-tag/ProductDiscountTag.liquid.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImagesV2.liquid.js";export{default as ProductImagesV3}from"./product/components/product-images-v3/ProductImagesV3.liquid.js";export{default as ProductListV3}from"./product/components/product-list-v3/ProductList.liquid.js";export{default as ProductList}from"./product/components/product-list/ProductList.liquid.js";export{ProductPrice}from"./product/components/product-price/ProductPrice.liquid.js";export{default as ProductProperties}from"./product/components/product-properties/ProductProperties.liquid.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.liquid.js";export{default as ProductVendor}from"./product/components/product-vendor/Vendor.liquid.js";export{default as ProductViewMore}from"./product/components/product-view-more/ProductViewMore.liquid.js";export{default as ProductSku}from"./product/components/product-sku/Sku.liquid.js";export{default as Video}from"./video/components/Video.liquid.js";export{default as videoSetting}from"./video/settings/Video.js";export{default as Tabs}from"./tab/components/Tabs.liquid.js";export{default as TabItem}from"./tab/components/TabItem.liquid.js";export{default as StockCounter}from"./stock-counter/components/StockCounter.liquid.js";export{default as Klaviyo}from"./third-party/components/Klaviyo.liquid.js";export{default as SmartSearchBarAndFilters}from"./third-party/components/SmartSearchBarAndFilters.liquid.js";export{default as LooxReviews}from"./third-party/components/LooxReviews.liquid.js";export{default as Instafeed}from"./third-party/components/Instafeed.liquid.js";export{default as CrossSellCartUpsell}from"./third-party/components/CrossSellCartUpsell.liquid.js";export{default as BoostAISearchDiscovery}from"./third-party/components/BoostAISearchDiscovery.liquid.js";export{default as JudgemeReviews}from"./third-party/components/JudgemeReviews.liquid.js";export{default as ProductReviews}from"./third-party/components/ProductReviews.liquid.js";export{default as Ryviu}from"./third-party/components/Ryviu.liquid.js";export{default as Rivyo}from"./third-party/components/Rivyo.liquid.js";export{default as Vitals}from"./third-party/components/Vitals.liquid.js";export{default as Omnisend}from"./third-party/components/Omnisend.liquid.js";export{default as Trustoo}from"./third-party/components/Trustoo.liquid.js";export{default as SealSubscriptions}from"./third-party/components/SealSubscriptions.liquid.js";export{default as AppstleSubscriptions}from"./third-party/components/AppstleSubscriptions.liquid.js";export{default as FeraReviews}from"./third-party/components/FeraReviews.liquid.js";export{default as Growave}from"./third-party/components/Growave.liquid.js";export{default as Opinew}from"./third-party/components/Opinew.liquid.js";export{default as UltimateSalesBoost}from"./third-party/components/UltimateSalesBoost.liquid.js";export{default as AliReviews}from"./third-party/components/AliReviews.liquid.js";export{default as FirePush}from"./third-party/components/FirePush.liquid.js";export{default as ParcelPanel}from"./third-party/components/ParcelPanel.liquid.js";export{default as TrustMe}from"./third-party/components/TrustMe.liquid.js";export{default as FrequentlyBoughtTogether}from"./third-party/components/FrequentlyBoughtTogether.liquid.js";export{default as BoldSubscriptions}from"./third-party/components/BoldSubscriptions.liquid.js";export{default as BoldProductOptions}from"./third-party/components/BoldProductOptions.liquid.js";export{default as WideBundle}from"./third-party/components/WideBundle.liquid.js";export{default as PickyStory}from"./third-party/components/PickyStory.liquid.js";export{default as InfiniteOptions}from"./third-party/components/InfiniteOptions.liquid.js";export{default as Wiser}from"./third-party/components/Wiser.liquid.js";export{default as Stamped}from"./third-party/components/Stamped.liquid.js";export{default as Bundler}from"./third-party/components/Bundler.liquid.js";export{default as LaiProductReviews}from"./third-party/components/LaiProductReviews.liquid.js";export{default as YotpoReviews}from"./third-party/components/YotpoReviews.liquid.js";export{default as KachingBundles}from"./third-party/components/KachingBundles.liquid.js";export{default as CleanSizeCharts}from"./third-party/components/CleanSizeCharts.liquid.js";export{default as PushOwl}from"./third-party/components/PushOwl.liquid.js";export{default as Bogos}from"./third-party/components/Bogos.liquid.js";export{default as QikifyUpsell}from"./third-party/components/QikifyUpsell.liquid.js";export{default as Releasit}from"./third-party/components/Releasit.liquid.js";export{default as KingProductOptions}from"./third-party/components/KingProductOptions.liquid.js";export{default as EasySellCOD}from"./third-party/components/EasySellCOD.liquid.js";export{default as RequestQuoteHidePrice}from"./third-party/components/RequestQuoteHidePrice.liquid.js";export{default as BirdChime}from"./third-party/components/BirdChime.liquid.js";export{default as KlarnaMessaging}from"./third-party/components/KlarnaMessaging.liquid.js";export{default as FordeerProductLabels}from"./third-party/components/FordeerProductLabels.liquid.js";export{default as EasifyProductOptions}from"./third-party/components/EasifyProductOptions.liquid.js";export{default as CustomProductOptionsVariant}from"./third-party/components/CustomProductOptionsVariant.liquid.js";export{default as ShopifySubscriptions}from"./third-party/components/ShopifySubscriptions.liquid.js";export{default as RechargeSubscriptions}from"./third-party/components/RechargeSubscriptions.liquid.js";export{default as BonLoyaltyRewardsReferrals}from"./third-party/components/BonLoyaltyRewardsReferrals.liquid.js";export{default as RecurpaySubscriptionApp}from"./third-party/components/RecurpaySubscriptionApp.liquid.js";export{default as SubifySubscriptionsApp}from"./third-party/components/SubifySubscriptionsApp.liquid.js";export{default as Selleasy}from"./third-party/components/Selleasy.liquid.js";export{default as LoopSubscriptions}from"./third-party/components/LoopSubscriptions.liquid.js";export{default as SkioSubscriptionsYcS20}from"./third-party/components/SkioSubscriptionsYcS20.liquid.js";export{default as ShopifyForms}from"./third-party/components/ShopifyForms.liquid.js";export{default as NotifyBackInStockPreOrder}from"./third-party/components/NotifyBackInStockPreOrder.liquid.js";export{default as ReviewxpoProductReviewsApp}from"./third-party/components/ReviewxpoProductReviewsApp.liquid.js";export{default as PumperBundlesVolumeDiscount}from"./third-party/components/PumperBundlesVolumeDiscount.liquid.js";export{default as UnlimitedBundlesDiscounts}from"./third-party/components/UnlimitedBundlesDiscounts.liquid.js";export{default as KiteFreeGiftDiscount}from"./third-party/components/KiteFreeGiftDiscount.liquid.js";export{default as FastBundleBundlesDiscounts}from"./third-party/components/FastBundleBundlesDiscounts.liquid.js";export{default as SimpleBundlesKits}from"./third-party/components/SimpleBundlesKits.liquid.js";export{default as EasyBundleBuilderSkailama}from"./third-party/components/EasyBundleBuilderSkailama.liquid.js";export{default as KoalaBundleQuantityDiscount}from"./third-party/components/KoalaBundleQuantityDiscount.liquid.js";export{default as PreorderNowPreOrderPq}from"./third-party/components/PreorderNowPreOrderPq.liquid.js";export{default as FlyBundlesUpsellsFbt}from"./third-party/components/FlyBundlesUpsellsFbt.liquid.js";export{default as JunipProductReviewsUgc}from"./third-party/components/JunipProductReviewsUgc.liquid.js";export{default as MaxbundleProductBundles}from"./third-party/components/MaxbundleProductBundles.liquid.js";export{default as PreorderNowWodPresale}from"./third-party/components/PreorderNowWodPresale.liquid.js";export{default as TagshopShoppableVideosUgc}from"./third-party/components/TagshopShoppableVideosUgc.liquid.js";export{default as WhatmoreShoppableVideosreel}from"./third-party/components/WhatmoreShoppableVideosreel.liquid.js";export{default as ProductOptionsCustomizer}from"./third-party/components/ProductOptionsCustomizer.liquid.js";export{default as TagembedSocialPostReview}from"./third-party/components/TagembedSocialPostReview.liquid.js";export{default as AirProductReviewsAppUgc}from"./third-party/components/AirProductReviewsAppUgc.liquid.js";export{default as MbcBundleVolumeDiscount}from"./third-party/components/MbcBundleVolumeDiscount.liquid.js";export{default as GoogleReviewsByReputon}from"./third-party/components/GoogleReviewsByReputon.liquid.js";export{default as RapiBundleQuantityBreaks}from"./third-party/components/RapiBundleQuantityBreaks.liquid.js";export{default as AppointmentBookingCowlendar}from"./third-party/components/AppointmentBookingCowlendar.liquid.js";export{default as SproutPlantTreesGrowSales}from"./third-party/components/SproutPlantTreesGrowSales.liquid.js";export{default as InstasellShoppableInstagram}from"./third-party/components/InstasellShoppableInstagram.liquid.js";export{default as WishlistPlus}from"./third-party/components/WishlistPlus.liquid.js";export{default as LoloyalLoyaltyReferrals}from"./third-party/components/LoloyalLoyaltyReferrals.liquid.js";export{default as HulkFormBuilder}from"./third-party/components/HulkFormBuilder.liquid.js";export{default as PowerfulContactFormBuilder}from"./third-party/components/PowerfulContactFormBuilder.liquid.js";export{default as WishlistKing}from"./third-party/components/WishlistKing.liquid.js";export{default as TeeinblueProductPersonalizer}from"./third-party/components/TeeinblueProductPersonalizer.liquid.js";export{default as GloboProductOptionsVariant}from"./third-party/components/GloboProductOptionsVariant.liquid.js";export{default as ProductOptionsVariantOption}from"./third-party/components/ProductOptionsVariantOption.liquid.js";export{default as BestBuyFulfillment}from"./third-party/components/BestBuyFulfillment.liquid.js";export{default as AftershipEmailMarketingsms}from"./third-party/components/AftershipEmailMarketingsms.liquid.js";export{default as SegunoEmailMarketing}from"./third-party/components/SegunoEmailMarketing.liquid.js";export{default as SeoantTrustBadgesIcon}from"./third-party/components/SeoantTrustBadgesIcon.liquid.js";export{default as DiscountyBulkDiscountSales}from"./third-party/components/DiscountyBulkDiscountSales.liquid.js";export{default as TrustreviewsProductReviews}from"./third-party/components/TrustreviewsProductReviews.liquid.js";export{default as MyappgurusProductReviews}from"./third-party/components/MyappgurusProductReviews.liquid.js";export{default as HulkProductOptions}from"./third-party/components/HulkProductOptions.liquid.js";export{default as EssentialCountdownTimerBar}from"./third-party/components/EssentialCountdownTimerBar.liquid.js";export{default as EssentialAnnouncementBar}from"./third-party/components/EssentialAnnouncementBar.liquid.js";export{default as OkendoReviewsLoyalty}from"./third-party/components/OkendoReviewsLoyalty.liquid.js";export{default as EstimatedDeliveryDatePlus}from"./third-party/components/EstimatedDeliveryDatePlus.liquid.js";export{default as HextomCountdownTimerBar}from"./third-party/components/HextomCountdownTimerBar.liquid.js";export{default as TrustBadgesBear}from"./third-party/components/TrustBadgesBear.liquid.js";export{default as TrustedsiteTrustBadges}from"./third-party/components/TrustedsiteTrustBadges.liquid.js";export{default as GloColorSwatchvariantImage}from"./third-party/components/GloColorSwatchvariantImage.liquid.js";export{default as BfSizeChartSizeGuide}from"./third-party/components/BfSizeChartSizeGuide.liquid.js";export{default as AlsoBoughtCbb}from"./third-party/components/AlsoBoughtCbb.liquid.js";export{default as HextomFreeShippingBar}from"./third-party/components/HextomFreeShippingBar.liquid.js";export{default as EcoboostifyShoppableReelUgc}from"./third-party/components/EcoboostifyShoppableReelUgc.liquid.js";export{default as EcomsendBackInStockAlert}from"./third-party/components/EcomsendBackInStockAlert.liquid.js";export{default as AppstleBundlesDiscounts}from"./third-party/components/AppstleBundlesDiscounts.liquid.js";export{default as AovFreeGiftBuyXGetYBogo}from"./third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js";export{default as AovBundlesVolumeDiscounts}from"./third-party/components/AovBundlesVolumeDiscounts.liquid.js";export{default as UppromoteAffiliateMarketing}from"./third-party/components/UppromoteAffiliateMarketing.liquid.js";export{default as DealeasyVolumeDiscounts}from"./third-party/components/DealeasyVolumeDiscounts.liquid.js";export{default as BloyRewardsProgramLoyalty}from"./third-party/components/BloyRewardsProgramLoyalty.liquid.js";export{default as TrustshopProductReviews}from"./third-party/components/TrustshopProductReviews.liquid.js";export{default as StellarDeliveryDatePickup}from"./third-party/components/StellarDeliveryDatePickup.liquid.js";export{default as ThirdPartySlot}from"./third-party-slot/components/ThirdPartySlot.liquid.js";export{default as ShopPayInstallments}from"./shop-pay-installment/components/ShopPayInstallments.liquid.js";export{default as Sticky}from"./sticky/components/Sticky.liquid.js";
@@ -1 +1 @@
1
- import{useRef as e,useState as r,useMemo as t,useEffect as u}from"react";import n from"../../carousel/hooks/useTrackPreviewPause.js";import{useTransition as i}from"./useTransition.js";import{useCurrentDevice as o,isBrowser as l}from"@gem-sdk/core";let useMarqueeScrollToItem=c=>{let{setting:m,builderProps:a,styles:s}=c,d=e(null),T=o(),{speed:f,direction:v,isPreview:g,itemWidthType:q}=m||{},{itemMaxWidth:w}=s||{},h=e(null),S=e(null),p=e(null),I=e(null),[b,k]=r(),[y,B]=r(),[E,M]=r(0),[N,O]=r(!1),[R,_]=r(!1),{isFirstPreviewClicked:C}=n(g),$=t(()=>E||(f&&C&&g&&!N?100*f:0),[f,C,g,E,N]),j=e=>{let r=d.current?.getBoundingClientRect(),t=window.innerWidth,u=d.current?.querySelector(`.gem-marquee-item-${e}`);if(!u)return;let n=u.getBoundingClientRect().left,i=u.getBoundingClientRect().width;if(n>0&&n+20<t)return;let o=n+i/2-t/2;i>t&&(o=n-(r?.left||0));let l=o/1e3;return l},J=e=>{let r=e.detail;a?.uid===r.id&&("activeItem"===r.field&&k(r.value),"hoverItem"===r.field&&B(r.value))};i((e,r)=>{if(void 0===e||!r||e==f&&r==v)return;I.current&&clearTimeout(I.current);let t=f||0;return M(100*t),I.current=setTimeout(()=>{M(0)},3e3),()=>{I.current&&clearTimeout(I.current)}},[f,v]),i(e=>{e!==$&&void 0!==e&&0===$&&L()},[$]),i(e=>{e&&JSON.stringify(e)!==JSON.stringify(w)&&(h.current&&clearTimeout(h.current),_(!0),p.current&&clearTimeout(p.current),p.current=setTimeout(()=>{L()},1500),h.current=setTimeout(()=>{_(!1)},3e3))},[w]),u(()=>(window.addEventListener("update-marquee",J),()=>{window.removeEventListener("update-marquee",J)}),[]),u(()=>{if(void 0!==b)return P(b||"0"),()=>{p.current&&clearTimeout(p.current),h.current&&clearTimeout(h.current)}},[b]),u(()=>()=>{p.current&&clearTimeout(p.current),h.current&&clearTimeout(h.current),S.current&&clearTimeout(S.current)},[]),u(()=>{N&&O(!1)},[g]);let L=e=>{let r=d.current?.querySelector(".first-block");r?.scrollIntoView({inline:"center",block:"nearest",behavior:e?"smooth":void 0})},P=e=>{if(q?.[T]==="BASE_ON_NUMBER_OF_ITEMS")return;if(S.current&&clearTimeout(S.current),_(!0),S.current=setTimeout(()=>{_(!1)},2e3),"0"==e){L(!0);return}let r=d.current?.querySelector(`.gem-marquee-item-${e}`);r?.scrollIntoView({inline:"center",block:"nearest",behavior:"smooth"})},V=t(()=>l()?j(parseInt(b??"0")):void 0,[b]),x=e=>`gem-marquee-item gem-marquee-item-${e}`;return{rate:$,wrapperElement:d,timeToScroll:V,hoverItem:y,setHoverItem:B,setActiveItem:k,getTimeScroll:j,activeItem:b,direction:v,isPause:R,scrollTime:1e3*Math.abs(V??0),scrollToItemClass:x}};export{useMarqueeScrollToItem};
1
+ import{useRef as e,useState as r,useMemo as t,useEffect as u}from"react";import n from"../../carousel-v3/hooks/useTrackPreviewPause.js";import{useTransition as i}from"./useTransition.js";import{useCurrentDevice as o,isBrowser as l}from"@gem-sdk/core";let useMarqueeScrollToItem=c=>{let{setting:m,builderProps:a,styles:s}=c,d=e(null),T=o(),{speed:f,direction:v,isPreview:g,itemWidthType:q}=m||{},{itemMaxWidth:w}=s||{},h=e(null),S=e(null),p=e(null),I=e(null),[b,k]=r(),[y,B]=r(),[E,M]=r(0),[N,O]=r(!1),[R,_]=r(!1),{isFirstPreviewClicked:C}=n(g),$=t(()=>E||(f&&C&&g&&!N?100*f:0),[f,C,g,E,N]),j=e=>{let r=d.current?.getBoundingClientRect(),t=window.innerWidth,u=d.current?.querySelector(`.gem-marquee-item-${e}`);if(!u)return;let n=u.getBoundingClientRect().left,i=u.getBoundingClientRect().width;if(n>0&&n+20<t)return;let o=n+i/2-t/2;i>t&&(o=n-(r?.left||0));let l=o/1e3;return l},J=e=>{let r=e.detail;a?.uid===r.id&&("activeItem"===r.field&&k(r.value),"hoverItem"===r.field&&B(r.value))};i((e,r)=>{if(void 0===e||!r||e==f&&r==v)return;I.current&&clearTimeout(I.current);let t=f||0;return M(100*t),I.current=setTimeout(()=>{M(0)},3e3),()=>{I.current&&clearTimeout(I.current)}},[f,v]),i(e=>{e!==$&&void 0!==e&&0===$&&L()},[$]),i(e=>{e&&JSON.stringify(e)!==JSON.stringify(w)&&(h.current&&clearTimeout(h.current),_(!0),p.current&&clearTimeout(p.current),p.current=setTimeout(()=>{L()},1500),h.current=setTimeout(()=>{_(!1)},3e3))},[w]),u(()=>(window.addEventListener("update-marquee",J),()=>{window.removeEventListener("update-marquee",J)}),[]),u(()=>{if(void 0!==b)return P(b||"0"),()=>{p.current&&clearTimeout(p.current),h.current&&clearTimeout(h.current)}},[b]),u(()=>()=>{p.current&&clearTimeout(p.current),h.current&&clearTimeout(h.current),S.current&&clearTimeout(S.current)},[]),u(()=>{N&&O(!1)},[g]);let L=e=>{let r=d.current?.querySelector(".first-block");r?.scrollIntoView({inline:"center",block:"nearest",behavior:e?"smooth":void 0})},P=e=>{if(q?.[T]==="BASE_ON_NUMBER_OF_ITEMS")return;if(S.current&&clearTimeout(S.current),_(!0),S.current=setTimeout(()=>{_(!1)},2e3),"0"==e){L(!0);return}let r=d.current?.querySelector(`.gem-marquee-item-${e}`);r?.scrollIntoView({inline:"center",block:"nearest",behavior:"smooth"})},V=t(()=>l()?j(parseInt(b??"0")):void 0,[b]),x=e=>`gem-marquee-item gem-marquee-item-${e}`;return{rate:$,wrapperElement:d,timeToScroll:V,hoverItem:y,setHoverItem:B,setActiveItem:k,getTimeScroll:j,activeItem:b,direction:v,isPause:R,scrollTime:1e3*Math.abs(V??0),scrollToItemClass:x}};export{useMarqueeScrollToItem};
@@ -2,4 +2,4 @@ import{MarqueePresets as e}from"./configs/presets.js";import{MarqueeSettingsV2 a
2
2
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
3
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.96586 7.25C4.96586 6.14543 5.86129 5.25 6.96586 5.25H17.0346C18.1391 5.25 19.0346 6.14543 19.0346 7.25V16.7484C19.0346 17.853 18.1391 18.7484 17.0346 18.7484H6.96586C5.86129 18.7484 4.96586 17.853 4.96586 16.7484V7.25ZM9.36039 6.25H6.96586C6.41357 6.25 5.96586 6.69772 5.96586 7.25V16.7484C5.96586 17.3007 6.41357 17.7484 6.96586 17.7484H9.36039L9.36039 6.25ZM10.3604 17.7484V6.25H14.1455V17.7484H10.3604ZM15.1455 17.7484H17.0346C17.5869 17.7484 18.0346 17.3007 18.0346 16.7484V7.25C18.0346 6.69771 17.5869 6.25 17.0346 6.25H15.1455V17.7484ZM3.31666 10.5447C3.51708 10.7346 3.52555 11.0511 3.33558 11.2515L2.61349 12.0133L3.33449 12.7691C3.52509 12.969 3.51762 13.2854 3.31781 13.4761C3.118 13.6667 2.8015 13.6592 2.6109 13.4594L1.693 12.4971C1.43561 12.2273 1.43493 11.803 1.69148 11.5324L2.60981 10.5636C2.79978 10.3632 3.11625 10.3547 3.31666 10.5447ZM20.6827 10.5458C20.8825 10.3552 21.199 10.3627 21.3896 10.5625L22.3075 11.5247C22.5649 11.7946 22.5656 12.2188 22.309 12.4894L21.3907 13.4583C21.2007 13.6587 20.8843 13.6672 20.6839 13.4772C20.4834 13.2872 20.475 12.9707 20.6649 12.7703L21.387 12.0085L20.666 11.2527C20.4754 11.0529 20.4829 10.7364 20.6827 10.5458ZM21.5839 12.215C21.5838 12.2149 21.584 12.2151 21.5839 12.215V12.215Z" fill="white"/>
4
4
  </svg>
5
- `,settings:o,ui:i,uiV2:s,editorConfigs:{slots:{children:!1},placeholder:{notAppendTags:["MarqueeItem","Marquee","Carousel","CarouselItem"]}},presets:e,locales:{editor:{en:{no_slider:"No Slider"}}}};export{config as default};
5
+ `,settings:o,ui:i,uiV2:s,editorConfigs:{slots:{children:!1},placeholder:{notAppendTags:["MarqueeItem","Marquee","Carousel","CarouselV3","CarouselItem","CarouselItemV3"]}},presets:e,locales:{editor:{en:{no_slider:"No Slider"}}}};export{config as default};
package/dist/esm/next.js CHANGED
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import t from"./accordion/next.js";import o from"./article/next.js";import r from"./hero-banner/next.js";import m from"./breadcrumb/next.js";import e from"./button/next.js";import i from"./carousel/next.js";import n from"./cart/next.js";import s from"./code/next.js";import p from"./collection/next.js";import x from"./countdown-timer/next.js";import f from"./coupon/next.js";import j from"./dialog/next.js";import a from"./estimate-delivery/next.js";import c from"./form/next.js";import u from"./grid/next.js";import d from"./header/next.js";import l from"./heading/next.js";import h from"./icon/next.js";import g from"./icon-list/next.js";import b from"./icon-list-hoz/next.js";import y from"./icon-list-v2/next.js";import v from"./image/next.js";import k from"./image-comparison/next.js";import w from"./image-detection/next.js";import q from"./input/next.js";import z from"./line/next.js";import A from"./link/next.js";import B from"./marquee/next.js";import C from"./menu/next.js";import D from"./modal/next.js";import E from"./pagination/next.js";import F from"./post-purchase/advanced-list/next.js";import G from"./post-purchase/button/next.js";import H from"./post-purchase/callout-banner/next.js";import I from"./post-purchase/countdown-timer/next.js";import J from"./post-purchase/image/next.js";import K from"./post-purchase/line/next.js";import L from"./post-purchase/link/next.js";import M from"./post-purchase/text/next.js";import N from"./post-purchase/product/next.js";import O from"./product/next.js";import P from"./radio/next.js";import Q from"./select/next.js";import R from"./tab/next.js";import S from"./text/next.js";import T from"./textarea/next.js";import U from"./video/next.js";import V from"./third-party/next.js";import W from"./third-party-instant/next.js";import X from"./stock-counter/next.js";import Y from"./third-party-slot/next.js";import Z from"./shop-pay-installment/next.js";import $ from"./sticky/next.js";var next={...t,...o,...r,...m,...e,...i,...n,...s,...p,...x,...f,...j,...a,...c,...u,...d,...l,...h,...g,...b,...y,...v,...k,...w,...q,...z,...A,...B,...C,...D,...E,...F,...G,...H,...I,...J,...K,...L,...M,...N,...O,...P,...Q,...R,...S,...T,...U,...V,...W,...X,...Y,...Z,...$};export{next as default};
2
+ import t from"./accordion/next.js";import o from"./article/next.js";import r from"./hero-banner/next.js";import m from"./breadcrumb/next.js";import e from"./button/next.js";import i from"./carousel-v3/next.js";import n from"./cart/next.js";import s from"./code/next.js";import p from"./collection/next.js";import x from"./countdown-timer/next.js";import f from"./coupon/next.js";import j from"./dialog/next.js";import a from"./estimate-delivery/next.js";import c from"./form/next.js";import u from"./grid/next.js";import d from"./header/next.js";import l from"./heading/next.js";import h from"./icon/next.js";import g from"./icon-list/next.js";import b from"./icon-list-hoz/next.js";import v from"./icon-list-v2/next.js";import y from"./image/next.js";import k from"./image-comparison/next.js";import w from"./image-detection/next.js";import q from"./input/next.js";import z from"./line/next.js";import A from"./link/next.js";import B from"./marquee/next.js";import C from"./menu/next.js";import D from"./modal/next.js";import E from"./pagination/next.js";import F from"./post-purchase/advanced-list/next.js";import G from"./post-purchase/button/next.js";import H from"./post-purchase/callout-banner/next.js";import I from"./post-purchase/countdown-timer/next.js";import J from"./post-purchase/image/next.js";import K from"./post-purchase/line/next.js";import L from"./post-purchase/link/next.js";import M from"./post-purchase/text/next.js";import N from"./post-purchase/product/next.js";import O from"./product/next.js";import P from"./radio/next.js";import Q from"./select/next.js";import R from"./tab/next.js";import S from"./text/next.js";import T from"./textarea/next.js";import U from"./video/next.js";import V from"./third-party/next.js";import W from"./third-party-instant/next.js";import X from"./stock-counter/next.js";import Y from"./third-party-slot/next.js";import Z from"./shop-pay-installment/next.js";import $ from"./sticky/next.js";var next={...t,...o,...r,...m,...e,...i,...i,...n,...s,...p,...x,...f,...j,...a,...c,...u,...d,...l,...h,...g,...b,...v,...y,...k,...w,...q,...z,...A,...B,...C,...D,...E,...F,...G,...H,...I,...J,...K,...L,...M,...N,...O,...P,...Q,...R,...S,...T,...U,...V,...W,...X,...Y,...Z,...$};export{next as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as t,jsxs as e}from"react/jsx-runtime";import{useMemo as o}from"react";import i from"../../../carousel/components/root/Carousel.js";import r from"../../../carousel/components/item/CarouselItem.js";import{useCurrentDevice as l,useFeaturedImageGlobal as s,getResponsiveValueByScreen as p,makeAspectRatio as a,cls as n,makeStyleResponsive as c,makeWidth as d}from"@gem-sdk/core";import{convertSpacing as g}from"./common/helpers.js";import m from"../../../image/components/NextImage.js";import{getAllowDotConfig as h,getCarouselVerticalConfigByPosition as C}from"./common/productGallery.js";import{getDotStyleConfig as u}from"../product-images-v2/common/productGallery.js";let ProductGalleryCarousel=({builderPropUID:w,productImages:f,onHandleClick:b,...L})=>{let v=l(),y=s(),V=o(()=>{let t=f?.findIndex(t=>t.id===y?.id);return t&&t>0?t:0},[f,y]),R=o(()=>p(L?.position,v),[v,L?.position]),k=o(()=>{let t="left"===R||"right"===R;return t?{desktop:"auto",tablet:"auto",mobile:"auto"}:L?.slidesToShow},[R,L?.slidesToShow]),x=o(()=>({desktop:L?.customAspectRadio?.desktop?.width,tablet:L?.customAspectRadio?.tablet?.width,mobile:L?.customAspectRadio?.mobile?.width}),[L?.customAspectRadio]),A=o(()=>({desktop:L?.customAspectRadio?.desktop?.height,tablet:L?.customAspectRadio?.tablet?.height,mobile:L?.customAspectRadio?.mobile?.height}),[L?.customAspectRadio]),T=o(()=>a(L?.aspectRatio,x,A),[x,L?.aspectRatio,A]);return t(i,{setting:{loop:L?.loop,slidesToShow:k,dot:h(),dotStyle:u(),controlOverContent:L?.controlOverContent,enableDrag:{desktop:L?.dragToScroll,tablet:L?.dragToScroll,mobile:L?.dragToScroll},vertical:C(L.position),dotActiveColor:L?.dotActiveColor,dotColor:L?.dotColor,arrowCustom:L?.arrowIcon},styles:{sizeSetting:{desktop:{width:"100%",height:"auto"},tablet:{width:"100%",height:"auto"},mobile:{width:"100%",height:"auto"}},spacing:g(L?.spacing)},builderProps:{uid:w},isHiddenArrowWhenDisabled:!0,children:f?.map((o,i,l)=>{let s=i===V&&l.length>1,a="VIDEO"==o.contentType||"EXTERNAL_VIDEO"==o.contentType||"MODEL_3D"==o.contentType?o?.previewImage:o?.src;return e(r,{className:n(`gem-slider-item gem-slider-item-${w} gp-group gp-flex gp-w-full gp-items-center gp-justify-center gp-overflow-hidden gp-outline-1 -gp-outline-offset-1`,{"gp-outline":s&&!!L?.showActiveStatus}),onClickItem:()=>{b(o?.id||"")},style:{outlineColor:"var(--g-c-brand, brand)"},children:[t(m,{src:a,width:o?.width,height:o?.height,alt:o?.alt,setting:{aspectRatio:T,layout:L?.layout},style:{...c("w",d(L?.width,L?.fullWidth)),...c("aspect",L?.aspectRatio)}}),("VIDEO"==o.contentType||"EXTERNAL_VIDEO"==o.contentType)&&t("div",{className:"gp-absolute gp-bottom-0 gp-right-0 gp-pb-1 gp-pr-1",children:e("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t("rect",{opacity:"0.9",width:"24",height:"24",rx:"3",fill:"#212121"}),t("path",{d:"M17.6869 12.2646L17.6868 12.2646L6.78379 18.4464C6.78378 18.4464 6.78376 18.4464 6.78374 18.4464C6.52931 18.5903 6.1665 18.4179 6.1665 18.0416V5.95844C6.1665 5.58218 6.52917 5.40981 6.7836 5.55354C6.78366 5.55357 6.78373 5.55361 6.78379 5.55365L17.6868 11.7354L17.6869 11.7354C17.8819 11.846 17.8819 12.154 17.6869 12.2646Z",stroke:"#F9F9F9",strokeMiterlimit:"10"})]})}),"MODEL_3D"==o.contentType&&t("div",{className:"gp-absolute gp-bottom-0 gp-right-0 gp-pb-1 gp-pr-1",children:e("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t("rect",{opacity:"0.9",width:"24",height:"24",rx:"3",fill:"#212121"}),t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.7441 4.57034C11.9017 4.47655 12.098 4.47655 12.2555 4.57034L18.5889 8.33957C18.7404 8.42971 18.8332 8.59296 18.8332 8.76923V15.2308C18.8332 15.407 18.7404 15.5703 18.5889 15.6604L12.2555 19.4297C12.098 19.5234 11.9017 19.5234 11.7441 19.4297L5.41079 15.6604C5.25932 15.5703 5.1665 15.407 5.1665 15.2308V8.76923C5.1665 8.59296 5.25932 8.42971 5.41079 8.33957L11.7441 4.57034ZM6.1665 9.64865V14.9465L11.4998 18.1206V12.8227L6.1665 9.64865ZM12.4998 12.8227V18.1206L17.8332 14.9465V9.64865L12.4998 12.8227ZM17.3555 8.76923L11.9998 11.9566L6.64417 8.76923L11.9998 5.58185L17.3555 8.76923Z",fill:"#F9F9F9"})]})}),p(L?.largeViewInPopup,v)&&t("div",{className:"gp-absolute gp-inset-0 gp-flex gp-cursor-pointer gp-items-center gp-justify-center gp-bg-black/50 gp-opacity-0 gp-transition-all gp-duration-100 group-hover:gp-opacity-100",children:t("svg",{height:"100%",width:"100%",xmlns:"http://www.w3.org/2000/svg",className:"gp-h-6 gp-w-6",viewBox:"0 0 512 512",color:"#fff",children:t("path",{fill:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M62.2467 345.253C43.7072 326.714 29.1474 305.116 18.9714 281.057C8.42839 256.13 3.08301 229.671 3.08301 202.418C3.08301 175.165 8.43012 148.707 18.974 123.78C29.15 99.7213 43.7098 78.123 62.2485 59.5834C80.788 41.0439 102.386 26.4841 126.445 16.3081C151.372 5.76422 177.831 0.417969 205.084 0.417969C232.337 0.417969 258.794 5.76421 283.722 16.3064C307.78 26.4823 329.379 41.0422 347.918 59.5817C366.458 78.1212 381.017 99.7196 391.194 123.778C401.737 148.706 407.083 175.163 407.083 202.417C407.083 229.671 401.737 256.129 391.194 281.056C388.406 287.648 385.277 294.048 381.839 300.257L493.397 411.815C514.091 432.511 514.091 466.187 493.395 486.883L484.272 496.006C474.245 506.032 460.915 511.553 446.738 511.553C432.559 511.553 419.228 506.032 409.202 496.006L296.022 382.824C291.996 384.854 287.898 386.762 283.721 388.528C258.794 399.073 232.336 404.419 205.082 404.419C177.828 404.419 151.371 399.071 126.443 388.528C102.385 378.352 80.7863 363.793 62.2467 345.253ZM301.699 336.166C313.928 327.317 324.896 316.835 334.282 305.034C342.149 295.142 348.9 284.325 354.355 272.775C364.433 251.432 370.076 227.586 370.076 202.419C370.076 111.296 296.206 37.4253 205.083 37.4253C113.96 37.4253 40.0895 111.294 40.0895 202.418C40.0895 293.541 113.96 367.411 205.084 367.411C227.413 367.411 248.701 362.967 268.126 354.928C280.091 349.976 291.347 343.658 301.699 336.166ZM467.229 460.716C473.507 454.439 473.507 444.26 467.229 437.982L360.595 331.348C356.601 336.153 352.378 340.794 347.919 345.253C341.671 351.502 335.068 357.286 328.147 362.615L435.371 469.839C438.511 472.977 442.624 474.547 446.739 474.547C450.853 474.547 454.967 472.978 458.106 469.839L467.229 460.716ZM223.582 183.91H281.071C291.292 183.91 299.574 192.194 299.575 202.414C299.575 206.778 298.062 210.786 295.533 213.951C292.143 218.195 286.926 220.916 281.072 220.916H228.303H223.583V225.63V278.406C223.583 287.081 217.613 294.358 209.559 296.361C208.124 296.717 206.625 296.909 205.08 296.909C194.861 296.909 186.577 288.625 186.577 278.406V220.917H129.087C118.868 220.917 110.584 212.633 110.584 202.414C110.584 192.195 118.868 183.911 129.087 183.911H186.576V126.421C186.576 116.202 194.86 107.918 205.079 107.918C215.298 107.918 223.582 116.202 223.582 126.421V183.91Z"})})})]},o?.id)})})};export{ProductGalleryCarousel as default};
2
+ import{jsx as t,jsxs as e}from"react/jsx-runtime";import{useMemo as o}from"react";import i from"../../../carousel-v3/components/root/Carousel.js";import r from"../../../carousel-v3/components/item/CarouselItem.js";import{useCurrentDevice as l,useFeaturedImageGlobal as s,getResponsiveValueByScreen as p,makeAspectRatio as a,cls as n,makeStyleResponsive as c,makeWidth as d}from"@gem-sdk/core";import{convertSpacing as g}from"./common/helpers.js";import m from"../../../image/components/NextImage.js";import{getAllowDotConfig as h,getCarouselVerticalConfigByPosition as C}from"./common/productGallery.js";import{getDotStyleConfig as u}from"../product-images-v3/common/productGallery.js";let ProductGalleryCarousel=({builderPropUID:w,productImages:f,onHandleClick:b,...L})=>{let v=l(),y=s(),V=o(()=>{let t=f?.findIndex(t=>t.id===y?.id);return t&&t>0?t:0},[f,y]),R=o(()=>p(L?.position,v),[v,L?.position]),k=o(()=>{let t="left"===R||"right"===R;return t?{desktop:"auto",tablet:"auto",mobile:"auto"}:L?.slidesToShow},[R,L?.slidesToShow]),x=o(()=>({desktop:L?.customAspectRadio?.desktop?.width,tablet:L?.customAspectRadio?.tablet?.width,mobile:L?.customAspectRadio?.mobile?.width}),[L?.customAspectRadio]),A=o(()=>({desktop:L?.customAspectRadio?.desktop?.height,tablet:L?.customAspectRadio?.tablet?.height,mobile:L?.customAspectRadio?.mobile?.height}),[L?.customAspectRadio]),T=o(()=>a(L?.aspectRatio,x,A),[x,L?.aspectRatio,A]);return t(i,{setting:{loop:L?.loop,slidesToShow:k,dot:h(),dotStyle:u(),controlOverContent:L?.controlOverContent,enableDrag:{desktop:L?.dragToScroll,tablet:L?.dragToScroll,mobile:L?.dragToScroll},vertical:C(L.position),dotActiveColor:L?.dotActiveColor,dotColor:L?.dotColor,arrowCustom:L?.arrowIcon},styles:{sizeSetting:{desktop:{width:"100%",height:"auto"},tablet:{width:"100%",height:"auto"},mobile:{width:"100%",height:"auto"}},spacing:g(L?.spacing)},builderProps:{uid:w},isHiddenArrowWhenDisabled:!0,children:f?.map((o,i,l)=>{let s=i===V&&l.length>1,a="VIDEO"==o.contentType||"EXTERNAL_VIDEO"==o.contentType||"MODEL_3D"==o.contentType?o?.previewImage:o?.src;return e(r,{className:n(`gem-slider-item gem-slider-item-${w} gp-group gp-flex gp-w-full gp-items-center gp-justify-center gp-overflow-hidden gp-outline-1 -gp-outline-offset-1`,{"gp-outline":s&&!!L?.showActiveStatus}),onClickItem:()=>{b(o?.id||"")},style:{outlineColor:"var(--g-c-brand, brand)"},children:[t(m,{src:a,width:o?.width,height:o?.height,alt:o?.alt,setting:{aspectRatio:T,layout:L?.layout},style:{...c("w",d(L?.width,L?.fullWidth)),...c("aspect",L?.aspectRatio)}}),("VIDEO"==o.contentType||"EXTERNAL_VIDEO"==o.contentType)&&t("div",{className:"gp-absolute gp-bottom-0 gp-right-0 gp-pb-1 gp-pr-1",children:e("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t("rect",{opacity:"0.9",width:"24",height:"24",rx:"3",fill:"#212121"}),t("path",{d:"M17.6869 12.2646L17.6868 12.2646L6.78379 18.4464C6.78378 18.4464 6.78376 18.4464 6.78374 18.4464C6.52931 18.5903 6.1665 18.4179 6.1665 18.0416V5.95844C6.1665 5.58218 6.52917 5.40981 6.7836 5.55354C6.78366 5.55357 6.78373 5.55361 6.78379 5.55365L17.6868 11.7354L17.6869 11.7354C17.8819 11.846 17.8819 12.154 17.6869 12.2646Z",stroke:"#F9F9F9",strokeMiterlimit:"10"})]})}),"MODEL_3D"==o.contentType&&t("div",{className:"gp-absolute gp-bottom-0 gp-right-0 gp-pb-1 gp-pr-1",children:e("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t("rect",{opacity:"0.9",width:"24",height:"24",rx:"3",fill:"#212121"}),t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.7441 4.57034C11.9017 4.47655 12.098 4.47655 12.2555 4.57034L18.5889 8.33957C18.7404 8.42971 18.8332 8.59296 18.8332 8.76923V15.2308C18.8332 15.407 18.7404 15.5703 18.5889 15.6604L12.2555 19.4297C12.098 19.5234 11.9017 19.5234 11.7441 19.4297L5.41079 15.6604C5.25932 15.5703 5.1665 15.407 5.1665 15.2308V8.76923C5.1665 8.59296 5.25932 8.42971 5.41079 8.33957L11.7441 4.57034ZM6.1665 9.64865V14.9465L11.4998 18.1206V12.8227L6.1665 9.64865ZM12.4998 12.8227V18.1206L17.8332 14.9465V9.64865L12.4998 12.8227ZM17.3555 8.76923L11.9998 11.9566L6.64417 8.76923L11.9998 5.58185L17.3555 8.76923Z",fill:"#F9F9F9"})]})}),p(L?.largeViewInPopup,v)&&t("div",{className:"gp-absolute gp-inset-0 gp-flex gp-cursor-pointer gp-items-center gp-justify-center gp-bg-black/50 gp-opacity-0 gp-transition-all gp-duration-100 group-hover:gp-opacity-100",children:t("svg",{height:"100%",width:"100%",xmlns:"http://www.w3.org/2000/svg",className:"gp-h-6 gp-w-6",viewBox:"0 0 512 512",color:"#fff",children:t("path",{fill:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",d:"M62.2467 345.253C43.7072 326.714 29.1474 305.116 18.9714 281.057C8.42839 256.13 3.08301 229.671 3.08301 202.418C3.08301 175.165 8.43012 148.707 18.974 123.78C29.15 99.7213 43.7098 78.123 62.2485 59.5834C80.788 41.0439 102.386 26.4841 126.445 16.3081C151.372 5.76422 177.831 0.417969 205.084 0.417969C232.337 0.417969 258.794 5.76421 283.722 16.3064C307.78 26.4823 329.379 41.0422 347.918 59.5817C366.458 78.1212 381.017 99.7196 391.194 123.778C401.737 148.706 407.083 175.163 407.083 202.417C407.083 229.671 401.737 256.129 391.194 281.056C388.406 287.648 385.277 294.048 381.839 300.257L493.397 411.815C514.091 432.511 514.091 466.187 493.395 486.883L484.272 496.006C474.245 506.032 460.915 511.553 446.738 511.553C432.559 511.553 419.228 506.032 409.202 496.006L296.022 382.824C291.996 384.854 287.898 386.762 283.721 388.528C258.794 399.073 232.336 404.419 205.082 404.419C177.828 404.419 151.371 399.071 126.443 388.528C102.385 378.352 80.7863 363.793 62.2467 345.253ZM301.699 336.166C313.928 327.317 324.896 316.835 334.282 305.034C342.149 295.142 348.9 284.325 354.355 272.775C364.433 251.432 370.076 227.586 370.076 202.419C370.076 111.296 296.206 37.4253 205.083 37.4253C113.96 37.4253 40.0895 111.294 40.0895 202.418C40.0895 293.541 113.96 367.411 205.084 367.411C227.413 367.411 248.701 362.967 268.126 354.928C280.091 349.976 291.347 343.658 301.699 336.166ZM467.229 460.716C473.507 454.439 473.507 444.26 467.229 437.982L360.595 331.348C356.601 336.153 352.378 340.794 347.919 345.253C341.671 351.502 335.068 357.286 328.147 362.615L435.371 469.839C438.511 472.977 442.624 474.547 446.739 474.547C450.853 474.547 454.967 472.978 458.106 469.839L467.229 460.716ZM223.582 183.91H281.071C291.292 183.91 299.574 192.194 299.575 202.414C299.575 206.778 298.062 210.786 295.533 213.951C292.143 218.195 286.926 220.916 281.072 220.916H228.303H223.583V225.63V278.406C223.583 287.081 217.613 294.358 209.559 296.361C208.124 296.717 206.625 296.909 205.08 296.909C194.861 296.909 186.577 288.625 186.577 278.406V220.917H129.087C118.868 220.917 110.584 212.633 110.584 202.414C110.584 192.195 118.868 183.911 129.087 183.911H186.576V126.421C186.576 116.202 194.86 107.918 205.079 107.918C215.298 107.918 223.582 116.202 223.582 126.421V183.91Z"})})})]},o?.id)})})};export{ProductGalleryCarousel as default};
@@ -1,4 +1,4 @@
1
- import{template as e,getResponsiveValueByScreen as i,makeStyleResponsive as t,makeWidth as o}from"@gem-sdk/core";import r from"../../../image/components/NextImage.liquid.js";import{convertSpacing as a,getDisplayStyle as l}from"./common/helpers.js";import{getGalleryImageAspectRatio as d,getSliderPerShowConfig as s,getAllowDotConfig as p,getCarouselVerticalConfigByPosition as g,getZoomDisplay as n}from"./common/productGallery.js";import{getStyleOfObject as m}from"../../helpers/function.js";import{getDotStyleConfig as c}from"../product-images-v2/common/productGallery.js";import u from"../../../carousel/components/root/Carousel.liquid.js";import C from"../../../carousel/components/item/CarouselItem.liquid.js";let ProductGalleryCarousel=({builderPropUID:f,...h})=>{let v=d(h?.customAspectRadio,h?.aspectRatio),w=()=>l(e=>!("slider"===i(h?.type,e)||["left","right"].includes(i(h?.position,e)||"")),"flex"),y=(i,t)=>e`${r({src:"{{media.preview_image | product_img_url: '1024x1024'}}",width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt | escape}}",setting:i,style:t})}`,L=e=>`
1
+ import{template as e,getResponsiveValueByScreen as i,makeStyleResponsive as t,makeWidth as o}from"@gem-sdk/core";import r from"../../../image/components/NextImage.liquid.js";import{convertSpacing as a,getDisplayStyle as l}from"./common/helpers.js";import{getGalleryImageAspectRatio as d,getSliderPerShowConfig as s,getAllowDotConfig as p,getCarouselVerticalConfigByPosition as g,getZoomDisplay as n}from"./common/productGallery.js";import{getStyleOfObject as m}from"../../helpers/function.js";import{getDotStyleConfig as c}from"../product-images-v3/common/productGallery.js";import u from"../../../carousel-v3/components/root/Carousel.liquid.js";import C from"../../../carousel-v3/components/item/CarouselItem.liquid.js";let ProductGalleryCarousel=({builderPropUID:f,...h})=>{let v=d(h?.customAspectRadio,h?.aspectRatio),w=()=>l(e=>!("slider"===i(h?.type,e)||["left","right"].includes(i(h?.position,e)||"")),"flex"),y=(i,t)=>e`${r({src:"{{media.preview_image | product_img_url: '1024x1024'}}",width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt | escape}}",setting:i,style:t})}`,L=e=>`
2
2
  {% if media.media_type == 'video' %}
3
3
  {% assign mediaSourceUrl = media.sources.last.url %}
4
4
  {% endif %}
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e}from"react/jsx-runtime";import{useFeaturedImageGlobal as t,cls as o}from"@gem-sdk/core";import i from"../../../carousel/components/root/Carousel.js";import l from"../../../carousel/components/item/CarouselItem.js";import s from"../../../image/components/NextImage.js";import"../../../modal/components/confirm.js";import r from"../../../modal/components/Modal.js";import{useMemo as m}from"react";import{isFeatureMedia as n}from"./common/productFeaturedImage.js";let ProductImagesLightBox=({builderPropUID:d,productImages:p,open:a,imageRatio:c,onHandleClose:g})=>{let h=t(),b=m(()=>{let e=p?.findIndex(e=>e.id===h?.id);return e&&e>0?e:0},[p,h]),u={desktop:p&&p.length>1,mobile:p&&p?.length>1,tablet:p&&p?.length>1},f={desktop:!1,mobile:!1,tablet:!1};return e(r,{setting:{open:a},styles:{width:"80%"},closeOnClickOutside:!0,onClose:()=>g(),disableIframeClickEvent:!0,contentClass:"mobile:!gp-w-[100%] gp-px-2",children:e(i,{setting:{loop:f,slidesToShow:{desktop:1,tablet:1,mobile:1},defaultCurrentSlider:b,dot:{desktop:!0,mobile:!0,tablet:!0},dotStyle:{desktop:"outside",mobile:"outside",tablet:"outside"},dotColor:{desktop:"#E2E2E2",mobile:"#E2E2E2",tablet:"#E2E2E2"},dotActiveColor:{desktop:"#121212",mobile:"#121212",tablet:"#121212"},controlOverContent:{desktop:!0,mobile:!0,tablet:!0},arrow:u},styles:{sizeSetting:{desktop:{height:"80vh"},tablet:{height:"80vh"},mobile:{height:"60vh"}}},moveToIdx:b,hiddenDotWhenOnlyOne:!0,isHiddenArrowWhenDisabled:!0,builderProps:{uid:d},children:p?.map(t=>e(l,{className:`gem-slider-item gem-slider-item-${d} gp-flex gp-items-center gp-justify-center gp-px-4`,children:e(s,{src:n(t?.contentType)?t?.previewImage:t?.src,width:t?.width,height:t?.height,alt:t?.alt,"content-type":t?.contentType,setting:{aspectRatio:c},className:o("gp-h-full gp-w-full gp-object-contain")},t?.id)},t?.id))})})};export{ProductImagesLightBox as default};
2
+ import{jsx as e}from"react/jsx-runtime";import{useFeaturedImageGlobal as t,cls as o}from"@gem-sdk/core";import i from"../../../carousel-v3/components/root/Carousel.js";import l from"../../../carousel-v3/components/item/CarouselItem.js";import s from"../../../image/components/NextImage.js";import"../../../modal/components/confirm.js";import r from"../../../modal/components/Modal.js";import{useMemo as m}from"react";import{isFeatureMedia as n}from"./common/productFeaturedImage.js";let ProductImagesLightBox=({builderPropUID:d,productImages:p,open:a,imageRatio:c,onHandleClose:g})=>{let h=t(),b=m(()=>{let e=p?.findIndex(e=>e.id===h?.id);return e&&e>0?e:0},[p,h]),u={desktop:p&&p.length>1,mobile:p&&p?.length>1,tablet:p&&p?.length>1},f={desktop:!1,mobile:!1,tablet:!1};return e(r,{setting:{open:a},styles:{width:"80%"},closeOnClickOutside:!0,onClose:()=>g(),disableIframeClickEvent:!0,contentClass:"mobile:!gp-w-[100%] gp-px-2",children:e(i,{setting:{loop:f,slidesToShow:{desktop:1,tablet:1,mobile:1},defaultCurrentSlider:b,dot:{desktop:!0,mobile:!0,tablet:!0},dotStyle:{desktop:"outside",mobile:"outside",tablet:"outside"},dotColor:{desktop:"#E2E2E2",mobile:"#E2E2E2",tablet:"#E2E2E2"},dotActiveColor:{desktop:"#121212",mobile:"#121212",tablet:"#121212"},controlOverContent:{desktop:!0,mobile:!0,tablet:!0},arrow:u},styles:{sizeSetting:{desktop:{height:"80vh"},tablet:{height:"80vh"},mobile:{height:"60vh"}}},moveToIdx:b,hiddenDotWhenOnlyOne:!0,isHiddenArrowWhenDisabled:!0,builderProps:{uid:d},children:p?.map(t=>e(l,{className:`gem-slider-item gem-slider-item-${d} gp-flex gp-items-center gp-justify-center gp-px-4`,children:e(s,{src:n(t?.contentType)?t?.previewImage:t?.src,width:t?.width,height:t?.height,alt:t?.alt,"content-type":t?.contentType,setting:{aspectRatio:c},className:o("gp-h-full gp-w-full gp-object-contain")},t?.id)},t?.id))})})};export{ProductImagesLightBox as default};
@@ -1,4 +1,4 @@
1
- import{template as e,isLocalEnv as o,baseAssetURL as r,WrapRenderChildren as s,RenderChildren as t}from"@gem-sdk/core";import{getConditionRenderGalleryImages as i,getStyleInsideLayout as a,setDefaultWhenUndefineSetting as p}from"./common/common.js";import l from"./components/feature-gallery/FeatureImageWithGallery.liquid.js";import d from"./components/gallery-carousel/GalleryCarousel.liquid.js";import m from"./components/gallery-grid/GalleryGrid.liquid.js";import{getSettingPreloadData as c}from"../../../helpers.js";import{getShapeByLayout as u,sizeSettingDefaultForNewLayout as n}from"./common/productGallery.js";import{getProductImagesClassName as g}from"./composables/getProductImagesClassName.js";import{getProductImagesStyles as f}from"./composables/getProductImagesStyles.js";import{createAttr as $,LiquidIf as y,createClass as h,If as v,Liquid as S}from"@gem-sdk/system";import{getBorderActiveCss as j}from"./common/getBorderActiveCss.js";import{getStyleOfObject as F}from"../../helpers/function.js";let ProductImages=I=>{let P=p(I),{setting:C,styles:G,builderProps:D,style:b}=P,{rawChildren:z,pageContext:O}=I,{enableLazyLoadImage:_}=O??{},N={...C,...G},A=`
1
+ import{template as e,isLocalEnv as o,baseAssetURL as r,WrapRenderChildren as s,RenderChildren as t}from"@gem-sdk/core";import{getConditionRenderGalleryImages as i,getStyleInsideLayout as a,setDefaultWhenUndefineSetting as p}from"./common/common.js";import l from"./components/feature-gallery/FeatureImageWithGallery.liquid.js";import d from"./components/gallery-carousel/GalleryCarousel.liquid.js";import m from"./components/gallery-grid/GalleryGrid.liquid.js";import{getSettingPreloadData as c}from"../../../helpers.js";import{getShapeByLayout as u,sizeSettingDefaultForNewLayout as n}from"./common/productGallery.js";import{getProductImagesClassName as g}from"./composables/getProductImagesClassName.js";import{getProductImagesStyles as f}from"./composables/getProductImagesStyles.js";import{createAttr as $,LiquidIf as y,createClass as h,If as S,Liquid as j}from"@gem-sdk/system";import{getBorderActiveCss as v}from"./common/getBorderActiveCss.js";import{getStyleOfObject as F}from"../../helpers/function.js";let ProductImages=I=>{let P=p(I),{setting:C,styles:G,builderProps:D,style:b}=P,{rawChildren:z,pageContext:O}=I,{enableLazyLoadImage:_}=O??{},N={...C,...G},A=`
2
2
  {
3
3
  "id":${JSON.stringify(D?.uid)},
4
4
  "pageContext": ${JSON.stringify(O)},
@@ -18,15 +18,15 @@ import{template as e,isLocalEnv as o,baseAssetURL as r,WrapRenderChildren as s,R
18
18
  ${{...q}}
19
19
  >
20
20
  ${y("product.media.size > 1",d({builderPropUID:`gp-gallery-${D?.uid}`,...N,enableLazyLoadImage:_}))}
21
- ${v(k,m({builderPropUID:D?.uid,wrapperStyle:{...V},children:W(),...N,enableLazyLoadImage:_}))}
21
+ ${S(k,m({builderPropUID:D?.uid,wrapperStyle:{...V},children:W(),...N,enableLazyLoadImage:_}))}
22
22
  </div>
23
23
  `,K=()=>C?.borderActive?.border!=="none";return e`
24
- ${v(K(),y("product.media.size > 1",`<style>${j({settings:N,uid:D?.uid,type:"Liquid"})}</style>`),"")}
25
- ${S(`
24
+ ${S(K(),y("product.media.size > 1",`<style>${v({settings:N,uid:D?.uid,type:"Liquid"})}</style>`),"")}
25
+ ${j(`
26
26
  {% assign featured_image = product.featured_image %}
27
27
  ${y("variant != null and variant.featured_image != null","{% assign featured_image = variant.featured_image %}")}
28
28
  `)}
29
- <gp-product-images-v3
29
+ <gp-product-images
30
30
  gp-data='${A}'
31
31
  ${{...B}}
32
32
  style="${{...b}}"
@@ -37,8 +37,8 @@ import{template as e,isLocalEnv as o,baseAssetURL as r,WrapRenderChildren as s,R
37
37
  style="${y("product.media.size > 1",F(x),F(L))}"
38
38
  >
39
39
  ${l({builderPropUID:`gp-carousel-${D?.uid}`,...N,children:W(),enableLazyLoadImage:_})}
40
- ${v(!U,H())}
40
+ ${S(!U,H())}
41
41
  </div>
42
- </gp-product-images-v3>
43
- ${v(o,`<script ${c('class="gps-link" delay',"src")}="{{ 'gp-product-images-v3-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${c('class="gps-link" delay',"src")}="${r}/assets-v2/gp-product-images-v3-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
42
+ </gp-product-images>
43
+ ${S(o,`<script ${c('class="gps-link" delay',"src")}="{{ 'gp-product-images-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${c('class="gps-link" delay',"src")}="${r}/assets-v2/gp-product-images-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
44
44
  `};export{ProductImages as default};
@@ -1 +1 @@
1
- import{getResponsiveValueByScreen as o}from"@gem-sdk/core";import{getDotStyleConfig as t,getCarouselVerticalConfigByPosition as r,getAllowDotConfig as a}from"./productGallery.js";import{getDotStyleForOnlyFeaturedImage as e}from"./productFeaturedImage.js";let DEVICES=["desktop","mobile","tablet"],getGalleryCarouselSettingAttr=a=>{let e={desktop:"inside"===o(a.navigationPosition,"desktop"),tablet:"inside"===o(a.navigationPosition,"tablet"),mobile:"inside"===o(a.navigationPosition,"mobile")},i=DEVICES.reduce((o,t)=>(a.navigationPosition?.[t]&&(o[t]="none"!==a.navigationPosition[t]),o),{});return{...a?.loop&&{loop:a.loop},itemNumber:{desktop:"auto",tablet:"auto",mobile:"auto"},dot:{desktop:!1,tablet:!1,mobile:!1},dotStyle:t(),controlOverContent:e,...a?.dragToScroll&&{enableDrag:{desktop:a.dragToScroll,tablet:a.dragToScroll,mobile:a.dragToScroll}},vertical:r(a.position),...a?.arrowIcon&&{arrowCustom:a.arrowIcon},arrowIconSize:a.arrowIconSize||{desktop:24},...a?.arrowIconColor&&{arrowCustomColor:a.arrowIconColor},...a?.arrowNavColor&&{arrowBackgroundColor:a.arrowNavColor},...a?.arrowNavBorder&&{arrowBorder:{desktop:a.arrowNavBorder}},...a?.arrowNavRadius&&{roundedArrow:{desktop:a.arrowNavRadius}},...a?.arrowNavShadow&&{arrowShadow:{desktop:a.arrowNavShadow}},arrowGapToEachSide:"16",navigationStyle:a.navigationPosition,navigationEnable:i,arrowButtonSize:{desktop:{width:a.arrowNavSize?.width,height:a.arrowNavSize?.height,padding:a.arrowNavSize?.padding}},animationMode:a?.ftAnimationMode,enableAction:{desktop:!0}}},getFeaturedCarouselSettingAttr=t=>{let r={desktop:"inside"===o(t.ftNavigationPosition,"desktop"),tablet:"inside"===o(t.ftNavigationPosition,"tablet"),mobile:"inside"===o(t.ftNavigationPosition,"mobile")},i=DEVICES.reduce((o,r)=>(t.ftNavigationPosition?.[r]&&(o[r]="none"!==t.ftNavigationPosition[r]),o),{});return{...t?.ftLoop&&{loop:t.ftLoop},itemNumber:{desktop:1},dot:a(),dotStyle:e({position:t.position,dotStyle:t.ftDotStyle}),dotSize:t.ftDotSize??{desktop:12},dotGapToCarousel:t.ftDotGapToCarousel??{desktop:16},dotColor:t.ftDotColor??{desktop:"bg-1"},dotActiveColor:t.ftDotActiveColor??{desktop:"line-3"},controlOverContent:r,...t?.ftDragToScroll&&{enableDrag:{desktop:t.ftDragToScroll,tablet:t.ftDragToScroll,mobile:t.ftDragToScroll}},...t?.ftArrowIcon&&{arrowCustom:t.ftArrowIcon},arrowIconSize:t.ftArrowIconSize||{desktop:24},...t?.ftArrowIconColor&&{arrowCustomColor:t.ftArrowIconColor},...t?.ftArrowNavColor&&{arrowBackgroundColor:t.ftArrowNavColor},...t?.ftArrowNavBorder&&{arrowBorder:{desktop:t.ftArrowNavBorder}},...t?.ftArrowNavRadius&&{roundedArrow:{desktop:t.ftArrowNavRadius}},...t?.ftArrowNavShadow&&{arrowShadow:{desktop:t.ftArrowNavShadow}},sneakPeakType:{desktop:"center"},arrowGapToEachSide:"16",animationMode:t?.ftAnimationMode,...t?.ftNavigationPosition&&{navigationStyle:t.ftNavigationPosition},navigationEnable:i,arrowButtonSize:{desktop:{width:t.ftArrowNavSize?.width,height:t.ftArrowNavSize?.height,padding:t.ftArrowNavSize?.padding}},enableAction:{desktop:!0}}};export{getFeaturedCarouselSettingAttr,getGalleryCarouselSettingAttr};
1
+ import{getResponsiveValueByScreen as o}from"@gem-sdk/core";import{getShapeByLayout as t,getSliderPerShowConfig as r,getDotStyleConfig as e,getCarouselVerticalConfigByPosition as a,getAllowDotConfig as i}from"./productGallery.js";import{getDotStyleForOnlyFeaturedImage as n}from"./productFeaturedImage.js";let DEVICES=["desktop","mobile","tablet"],getGalleryCarouselSettingAttr=i=>{let n=t({shape:i.shape,shapeForBottom:i.shapeForBottom,shapeFor1Col:i.shapeFor1Col,shapeFor2Col:i.shapeFor2Col,shapeForFtOnly:i.shapeForFtOnly,shapeForInsideBottom:i.shapeForInsideBottom,shapeForInside:i.shapeForInside},i.position),d=r(n,i.position),l={desktop:"inside"===o(i.navigationPosition,"desktop"),tablet:"inside"===o(i.navigationPosition,"tablet"),mobile:"inside"===o(i.navigationPosition,"mobile")},s=DEVICES.reduce((o,t)=>(i.navigationPosition?.[t]&&(o[t]="none"!==i.navigationPosition[t]),o),{});return{...i?.loop&&{loop:i.loop},itemNumber:d,dot:{desktop:!1,tablet:!1,mobile:!1},dotStyle:e(),controlOverContent:l,...i?.dragToScroll&&{enableDrag:{desktop:i.dragToScroll,tablet:i.dragToScroll,mobile:i.dragToScroll}},vertical:a(i.position),...i?.arrowIcon&&{arrowCustom:i.arrowIcon},arrowIconSize:i.arrowIconSize||{desktop:24},...i?.arrowIconColor&&{arrowCustomColor:i.arrowIconColor},...i?.arrowNavColor&&{arrowBackgroundColor:i.arrowNavColor},...i?.arrowNavBorder&&{arrowBorder:{desktop:i.arrowNavBorder}},...i?.arrowNavRadius&&{roundedArrow:{desktop:i.arrowNavRadius}},...i?.arrowNavShadow&&{arrowShadow:{desktop:i.arrowNavShadow}},sneakPeakType:{desktop:"center"},arrowGapToEachSide:"16",navigationStyle:i.navigationPosition,navigationEnable:s,arrowButtonSize:{desktop:{width:void 0,height:void 0}},animationMode:i?.ftAnimationMode,enableAction:{desktop:!0}}},getFeaturedCarouselSettingAttr=t=>{let r={desktop:"inside"===o(t.ftNavigationPosition,"desktop"),tablet:"inside"===o(t.ftNavigationPosition,"tablet"),mobile:"inside"===o(t.ftNavigationPosition,"mobile")},e=DEVICES.reduce((o,r)=>(t.ftNavigationPosition?.[r]&&(o[r]="none"!==t.ftNavigationPosition[r]),o),{});return{...t?.ftLoop&&{loop:t.ftLoop},itemNumber:{desktop:1},dot:i(),dotStyle:n({position:t.position,dotStyle:t.ftDotStyle}),dotSize:t.ftDotSize??{desktop:12},dotGapToCarousel:t.ftDotGapToCarousel??{desktop:16},dotColor:t.ftDotColor??{desktop:"bg-1"},dotActiveColor:t.ftDotActiveColor??{desktop:"line-3"},controlOverContent:r,...t?.ftDragToScroll&&{enableDrag:{desktop:t.ftDragToScroll,tablet:t.ftDragToScroll,mobile:t.ftDragToScroll}},...t?.ftArrowIcon&&{arrowCustom:t.ftArrowIcon},arrowIconSize:t.ftArrowIconSize||{desktop:24},...t?.ftArrowIconColor&&{arrowCustomColor:t.ftArrowIconColor},...t?.ftArrowNavColor&&{arrowBackgroundColor:t.ftArrowNavColor},...t?.ftArrowNavBorder&&{arrowBorder:{desktop:t.ftArrowNavBorder}},...t?.ftArrowNavRadius&&{roundedArrow:{desktop:t.ftArrowNavRadius}},...t?.ftArrowNavShadow&&{arrowShadow:{desktop:t.ftArrowNavShadow}},sneakPeakType:{desktop:"center"},arrowGapToEachSide:"16",animationMode:t?.ftAnimationMode,...t?.ftNavigationPosition&&{navigationStyle:t.ftNavigationPosition},navigationEnable:e,arrowButtonSize:{desktop:{width:void 0,height:void 0}},enableAction:{desktop:!0}}};export{getFeaturedCarouselSettingAttr,getGalleryCarouselSettingAttr};
@@ -1 +1 @@
1
- import{DEVICES as e,getResponsiveValueByScreen as l}from"@gem-sdk/core";function composeClasses(e){return e.split(" ").reduce((e,l)=>(e[l]=!0,e),{})}let getWrapperClasses=({extraClass:e,isAddOverFlowClass:l=!1})=>{let s="gp-relative gp-w-full";return e&&(s+=` ${e}`),l&&(s+=" gp-overflow-hidden"),composeClasses(s)},getGalleryWrapperClasses=({extraClass:e})=>{let l="gallery-wrapper gp-product-images-gallery gp-flex gp-overflow-hidden gp-max-w-full gp-max-h-full data-[only-image=true]:gp-hidden";return e&&(l+=` ${e}`),composeClasses(l)},getGalleryGridWrapperClasses=({extraClass:e})=>{let l="product-feature-image grid-gallery gp-flex !gp-h-fit gp-w-full gp-flex-wrap scrollbar-track:gp-rounded-2xl scrollbar-thumb:gp-rounded-2xl scrollbar-thumb:gp-bg-gray-400 gp-z-1";return e&&(l+=` ${e}`),composeClasses(l)},getFtImageWithGalleryClasses=({extraClass:e})=>{let l="gp-flex !gp-h-fit gp-relative gp-overflow-hidden";return e&&(l+=` ${e}`),composeClasses(l)},getImageGalleryWrapperClasses=({extraClass:e})=>{let l="gp-flex gp-h-fit gp-max-w-full gp-overflow-hidden";return e&&(l+=` ${e}`),composeClasses(l)},getFeaturedImageCarouselClasses=({extraClass:e})=>{let l="`gp-flex-1 gp-w-full gp-feature-image-carousel";return e&&(l+=` ${e}`),composeClasses(l)},getFeaturedImageClasses=({setting:s,extraClass:r})=>{let a=r??"";return e.forEach(e=>{let r=l(s?.ftNavigationPosition,e),t="desktop"!==e?`${e}:`:"";"outside"===r?a+=` ${t}gp-px-[16px]`:a+=` ${t}gp-px-0`}),composeClasses(a)},getFeaturedImageGalleryClasses=({settings:s,extraClass:r})=>{let a=r??"gp-flex-1 gp-w-full carousel-gallery";return e.forEach(e=>{let r=l(s?.navigationPosition,e),t=l(s?.type,e),g=l(s?.position,e),p="desktop"!==e?`${e}:`:"";"outside"===r&&"slider"===t&&["bottom-center"].includes(g||"")?a+=` ${p}gp-px-[16px]`:a+=` ${p}gp-px-0`}),composeClasses(a)},getGalleryItemClasses=({extraClass:e})=>{let l="gp-image-item gp-flex gp-items-center gp-justify-center gp-group gp-relative gp-overflow-hidden gp-cursor-pointer";return e&&(l+=` ${e}`),composeClasses(l)},getFeaturedCarouselItemClasses=({extraClass:e})=>{let l="gp-group gp-z-0 gp-flex !gp-min-w-full !gp-max-w-full gp-w-full gp-relative gp-items-start gp-justify-center gp-overflow-hidden gp-outline-1 -gp-outline-offset-1 gp-image-item gp-ft-image-item data-[outline=active]:gp-outline";return e&&(l+=` ${e}`),composeClasses(l)};export{getFeaturedCarouselItemClasses,getFeaturedImageCarouselClasses,getFeaturedImageClasses,getFeaturedImageGalleryClasses,getFtImageWithGalleryClasses,getGalleryGridWrapperClasses,getGalleryItemClasses,getGalleryWrapperClasses,getImageGalleryWrapperClasses,getWrapperClasses};
1
+ import{DEVICES as e,getResponsiveValueByScreen as l}from"@gem-sdk/core";function composeClasses(e){return e.split(" ").reduce((e,l)=>(e[l]=!0,e),{})}let getWrapperClasses=({extraClass:e,isAddOverFlowClass:l=!1})=>{let s="gp-relative gp-w-full";return e&&(s+=` ${e}`),l&&(s+=" gp-overflow-hidden"),composeClasses(s)},getGalleryWrapperClasses=({extraClass:e})=>{let l="gallery-wrapper gp-product-images-gallery gp-flex gp-overflow-hidden gp-max-w-full gp-max-h-full data-[only-image=true]:gp-hidden";return e&&(l+=` ${e}`),composeClasses(l)},getGalleryGridWrapperClasses=({extraClass:e})=>{let l="product-feature-image grid-gallery gp-flex !gp-h-fit gp-w-full gp-flex-wrap scrollbar-track:gp-rounded-2xl scrollbar-thumb:gp-rounded-2xl scrollbar-thumb:gp-bg-gray-400";return e&&(l+=` ${e}`),composeClasses(l)},getFtImageWithGalleryClasses=({extraClass:e})=>{let l="gp-flex !gp-h-fit gp-relative gp-overflow-hidden";return e&&(l+=` ${e}`),composeClasses(l)},getImageGalleryWrapperClasses=({extraClass:e})=>{let l="gp-flex gp-h-fit gp-max-w-full gp-overflow-hidden";return e&&(l+=` ${e}`),composeClasses(l)},getFeaturedImageCarouselClasses=({extraClass:e})=>{let l="`gp-flex-1 gp-w-full gp-feature-image-carousel";return e&&(l+=` ${e}`),composeClasses(l)},getFeaturedImageClasses=({setting:s,extraClass:r})=>{let a=r??"";return e.forEach(e=>{let r=l(s?.ftNavigationPosition,e),t="desktop"!==e?`${e}:`:"";"outside"===r?a+=` ${t}gp-px-[16px]`:a+=` ${t}gp-px-0`}),composeClasses(a)},getFeaturedImageGalleryClasses=({settings:s,extraClass:r})=>{let a=r??"gp-flex-1 gp-w-full carousel-gallery";return e.forEach(e=>{let r=l(s?.navigationPosition,e),t=l(s?.type,e),g=l(s?.position,e),p="desktop"!==e?`${e}:`:"";"outside"===r&&"slider"===t&&["bottom-center"].includes(g||"")?a+=` ${p}gp-px-[16px]`:a+=` ${p}gp-px-0`}),composeClasses(a)},getGalleryItemClasses=({extraClass:e})=>{let l="gp-image-item gp-flex gp-items-center gp-justify-center gp-group gp-relative gp-overflow-hidden gp-cursor-pointer data-[outline=deactive]:after:!gp-border-transparent";return e&&(l+=` ${e}`),composeClasses(l)},getFeaturedCarouselItemClasses=({extraClass:e})=>{let l="gp-group gp-z-0 gp-flex !gp-min-w-full !gp-max-w-full gp-w-full gp-relative gp-items-start gp-justify-center gp-overflow-hidden gp-outline-1 -gp-outline-offset-1 gp-image-item gp-ft-image-item data-[outline=active]:gp-outline";return e&&(l+=` ${e}`),composeClasses(l)};export{getFeaturedCarouselItemClasses,getFeaturedImageCarouselClasses,getFeaturedImageClasses,getFeaturedImageGalleryClasses,getFtImageWithGalleryClasses,getGalleryGridWrapperClasses,getGalleryItemClasses,getGalleryWrapperClasses,getImageGalleryWrapperClasses,getWrapperClasses};
@@ -1 +1 @@
1
- import{getResponsiveValueByScreen as e,makeAspectRatio as t,makeStyleResponsive as i,removeNullUndefined as o,DEVICES as r}from"@gem-sdk/core";let getTypeWidthDevice=e=>{let t=e?.desktop,i=e?.tablet===void 0?t:e?.tablet,o=e?.mobile===void 0?i:e?.mobile;return{desktop:t,tablet:i,mobile:o}},convertUnitToNumber=(e,t)=>{if(!e)return t;if("number"==typeof e)return e;let i=e.replaceAll("px","").replaceAll("%","").replaceAll("rem","").replaceAll("em","");return isNaN(Number(i))?t:Number(i)},convertSpacing=e=>{if(!e)return{desktop:5};let t=convertUnitToNumber(e.desktop,5),i=convertUnitToNumber(e.tablet,t),o=convertUnitToNumber(e.mobile,i);return{desktop:t,tablet:i,mobile:o}},getDisplayStyle=(e,t)=>{let i={},o=["desktop","mobile","tablet"];return o.forEach(o=>{i={...i,[`--d${"desktop"===o?"":`-${o}`}`]:`${e(o)?"none":t}`}}),i},checkAddOverFlowClass=e=>{let t=e?.["--radius"],i=e?.["--bblr"]||"0px",o=e?.["--bbrr"]||"0px",r=e?.["--btlr"]||"0px",l=e?.["--btrr"]||"0px";return t&&!t.toString().includes("none")&&"0"!==t.toString()||"0px"!==i||"0px"!==o||"0px"!==r||"0px"!==l},getAspectRatio=i=>{let o={},r=["desktop","mobile","tablet"];return r.forEach(t=>{let r=e(i,t)?.shapeValue;if(r)o={...o,[t]:r};else{let r=e(i,t)?.shape;switch(r){case"square":o={...o,[t]:"1/1"};break;case"vertical":o={...o,[t]:"3/4"};break;case"horizontal":o={...o,[t]:"4/3"};break;case"original":o={...o,[t]:""}}}}),t(o)},getStyleGridLayout=t=>{let i={"--gtc":"minmax(0, 12fr)","--gtc-tablet":"minmax(0, 12fr)","--gtc-mobile":"minmax(0, 12fr)"};if(!t.isHiddenGalleryImages){let o=!1;r.forEach(r=>{let l=e(t.position,r),a=e(t.ratioLayout,r),n=e(t.ratioLayoutRight,r),s="desktop"===r?"--gtc":`--gtc-${r}`,d="desktop"===r?"--gtr":`--gtr-${r}`,u="left"===l?a:n,c=["left","right"].includes(l||"");c&&u?(o=!0,Object.assign(i={...i,[s]:`minmax(0, ${u[0]}fr) minmax(0, ${u[1]}fr)`},{[d]:"fit-content(0)"})):o&&Object.assign(i,{[d]:"unset"})})}return i},getStyleGridOrderForFeature=t=>{let i={"--o":"0","--o-tablet":"0","--o-mobile":"0"},o=["desktop","mobile","tablet"];return o.forEach(o=>{let r=e(t.position,o),l="desktop"===o?"--o":`--o-${o}`;i={...i,[l]:"left"===r?"1":"0"}}),i},getStyleGridOrderForGallery=t=>{let i={"--o":"1","--o-tablet":"1","--o-mobile":"1"},o=["desktop","mobile","tablet"];return o.forEach(o=>{let r=e(t.position,o),l="desktop"===o?"--o":`--o-${o}`;i={...i,[l]:"left"===r?"0":"1"}}),i},getSrcImage=e=>`{{${e} | image_url: width: 480}} 480w, {{${e} | image_url: width: 768}} 768w, {{${e} | image_url: width: 1024}} 1024w, {{${e} | image_url: width: 1440}} 1440w`,convertSpacingForIndisdeLayout=e=>{let t=parseInt(e)?`${2*parseInt(e)}px`:`${e} * 2`;return t},getStyleInsideLayout=(t,r,l)=>{let a=["desktop","mobile","tablet"],n={},s={},d={},u={},c={},g={};return a.forEach(i=>{let o=e(t,i),a=e(r,i)?.width,m=e(l,i);if(n={...n,[i]:["inside-bottom","inside-left","inside-right"].includes(o)?"absolute":"static"},["inside-bottom"].includes(o)){let e=convertSpacingForIndisdeLayout(m);a=`calc(100% - ${e})`}["bottom-center","two-col","one-col"].includes(o)&&(a="100%"),d={...d,[i]:"inside-bottom"===o?`${m}`:"auto"},u={...u,[i]:["inside-left","inside-right"].includes(o)?`${m}`:"auto"},g={...g,[i]:["inside-bottom","inside-left"].includes(o)?`${m}`:"auto"},c={...c,[i]:"inside-right"===o?`${m}`:"auto"},s={...s,[i]:a}}),{...i("pos",n),...i("w",o(s)),...i("bottom",o(d)),...i("top",o(u)),...i("left",o(g)),...i("right",o(c))}},getConditionRenderGalleryImages=(t,i)=>{let o=["desktop","mobile","tablet"],r=!0,l=!1;return o.forEach(o=>{let a=e(t,o),n=e(i,o);a&&"only-feature"!==a&&(r=!1),(["two-col","one-col"].includes(a)||"images"===n)&&(l=!0)}),{isOnlyFeatureAllDevices:r,isRenderGalleryGrid:l}},setDefaultWhenUndefineSetting=e=>({...e,setting:{...e.setting}}),getValueFromValueContainUnit=e=>{let t=e.match(/\d+/g);return t?t[0]:e},getPaddingBottomByShapeSetting=t=>{let i=getAspectRatio(t),o={desktop:"auto",mobile:"auto",tablet:"auto"},r=["desktop","mobile","tablet"];return r.forEach(r=>{let l=e(t,r),a=l?.height,n=l?.width||"",s=getValueFromValueContainUnit(a||""),d=n.toString().match(/px/g)?getValueFromValueContainUnit(n):n;if(a&&n&&!isNaN(Number(s))&&!isNaN(Number(d))){o={...o,[r]:`${Number(s)/Number(d)*100}%`};return}if(a&&!isNaN(Number(s))){o={...o,[r]:a};return}let u=i?.[r]!=="auto"&&i?.[r]?i?.[r]?.split("/").reverse().join("/"):"{%if largestRatio == 0%} 100 / 100 {%else%} {{largestRatio}} {%endif%}";o={...o,[r]:`calc((${u})*100%)`}}),o};export{checkAddOverFlowClass,convertSpacing,convertSpacingForIndisdeLayout,convertUnitToNumber,getAspectRatio,getConditionRenderGalleryImages,getDisplayStyle,getPaddingBottomByShapeSetting,getSrcImage,getStyleGridLayout,getStyleGridOrderForFeature,getStyleGridOrderForGallery,getStyleInsideLayout,getTypeWidthDevice,setDefaultWhenUndefineSetting};
1
+ import{getResponsiveValueByScreen as e,makeAspectRatio as t,makeStyleResponsive as o,removeNullUndefined as i,DEVICES as r}from"@gem-sdk/core";let getTypeWidthDevice=e=>{let t=e?.desktop,o=e?.tablet===void 0?t:e?.tablet,i=e?.mobile===void 0?o:e?.mobile;return{desktop:t,tablet:o,mobile:i}},convertUnitToNumber=(e,t)=>{if(!e)return t;if("number"==typeof e)return e;let o=e.replaceAll("px","").replaceAll("%","").replaceAll("rem","").replaceAll("em","");return isNaN(Number(o))?t:Number(o)},convertSpacing=e=>e?{desktop:convertUnitToNumber(e.desktop,5),tablet:convertUnitToNumber(e.tablet,5),mobile:convertUnitToNumber(e.mobile,5)}:{desktop:5},getDisplayStyle=(e,t)=>{let o={},i=["desktop","mobile","tablet"];return i.forEach(i=>{o={...o,[`--d${"desktop"===i?"":`-${i}`}`]:`${e(i)?"none":t}`}}),o},checkAddOverFlowClass=e=>{let t=e?.["--radius"],o=e?.["--bblr"]||"0px",i=e?.["--bbrr"]||"0px",r=e?.["--btlr"]||"0px",l=e?.["--btrr"]||"0px";return t&&!t.toString().includes("none")&&"0"!==t.toString()||"0px"!==o||"0px"!==i||"0px"!==r||"0px"!==l},getAspectRatio=o=>{let i={},r=["desktop","mobile","tablet"];return r.forEach(t=>{let r=e(o,t)?.shapeValue;if(r)i={...i,[t]:r};else{let r=e(o,t)?.shape;switch(r){case"square":i={...i,[t]:"1/1"};break;case"vertical":i={...i,[t]:"3/4"};break;case"horizontal":i={...i,[t]:"4/3"};break;case"original":i={...i,[t]:""}}}}),t(i)},getStyleGridLayout=t=>{let o={"--gtc":"minmax(0, 12fr)","--gtc-tablet":"minmax(0, 12fr)","--gtc-mobile":"minmax(0, 12fr)"};if(!t.isHiddenGalleryImages){let i=!1;r.forEach(r=>{let l=e(t.position,r),a=e(t.ratioLayout,r),n=e(t.ratioLayoutRight,r),s="desktop"===r?"--gtc":`--gtc-${r}`,d="desktop"===r?"--gtr":`--gtr-${r}`,u="left"===l?a:n,c=["left","right"].includes(l||"");c&&u?(i=!0,Object.assign(o={...o,[s]:`minmax(0, ${u[0]}fr) minmax(0, ${u[1]}fr)`},{[d]:"fit-content(0)"})):i&&Object.assign(o,{[d]:"unset"})})}return o},getStyleGridOrderForFeature=t=>{let o={"--o":"0","--o-tablet":"0","--o-mobile":"0"},i=["desktop","mobile","tablet"];return i.forEach(i=>{let r=e(t.position,i),l="desktop"===i?"--o":`--o-${i}`;o={...o,[l]:"left"===r?"1":"0"}}),o},getStyleGridOrderForGallery=t=>{let o={"--o":"1","--o-tablet":"1","--o-mobile":"1"},i=["desktop","mobile","tablet"];return i.forEach(i=>{let r=e(t.position,i),l="desktop"===i?"--o":`--o-${i}`;o={...o,[l]:"left"===r?"0":"1"}}),o},getSrcImage=e=>`{{${e} | image_url: width: 480}} 480w, {{${e} | image_url: width: 768}} 768w, {{${e} | image_url: width: 1024}} 1024w, {{${e} | image_url: width: 1440}} 1440w`,convertSpacingForIndisdeLayout=e=>{let t=parseInt(e)?`${2*parseInt(e)}px`:`${e} * 2`;return t},getStyleInsideLayout=(t,r,l)=>{let a=["desktop","mobile","tablet"],n={},s={},d={},u={},c={},g={};return a.forEach(o=>{let i=e(t,o),a=e(r,o)?.width,m=e(l,o);if(n={...n,[o]:["inside-bottom","inside-left","inside-right"].includes(i)?"absolute":"static"},["inside-bottom"].includes(i)){let e=convertSpacingForIndisdeLayout(m);a=`calc(100% - ${e})`}["bottom-center","two-col","one-col"].includes(i)&&(a="100%"),d={...d,[o]:"inside-bottom"===i?`${m}`:"auto"},u={...u,[o]:["inside-left","inside-right"].includes(i)?`${m}`:"auto"},g={...g,[o]:["inside-bottom","inside-left"].includes(i)?`${m}`:"auto"},c={...c,[o]:"inside-right"===i?`${m}`:"auto"},s={...s,[o]:a}}),{...o("pos",n),...o("w",i(s)),...o("bottom",i(d)),...o("top",i(u)),...o("left",i(g)),...o("right",i(c))}},getConditionRenderGalleryImages=(t,o)=>{let i=["desktop","mobile","tablet"],r=!0,l=!1;return i.forEach(i=>{let a=e(t,i),n=e(o,i);a&&"only-feature"!==a&&(r=!1),(["two-col","one-col"].includes(a)||"images"===n)&&(l=!0)}),{isOnlyFeatureAllDevices:r,isRenderGalleryGrid:l}},setDefaultWhenUndefineSetting=e=>({...e,setting:{...e.setting}}),getValueFromValueContainUnit=e=>{let t=e.match(/\d+/g);return t?t[0]:e},getPaddingBottomByShapeSetting=t=>{let o=getAspectRatio(t),i={desktop:"auto",mobile:"auto",tablet:"auto"},r=["desktop","mobile","tablet"];return r.forEach(r=>{let l=e(t,r),a=l?.height,n=l?.width||"",s=getValueFromValueContainUnit(a||""),d=n.toString().match(/px/g)?getValueFromValueContainUnit(n):n;if(a&&n&&!isNaN(Number(s))&&!isNaN(Number(d))){i={...i,[r]:`${Number(s)/Number(d)*100}%`};return}if(a&&!isNaN(Number(s))){i={...i,[r]:a};return}let u=o?.[r]!=="auto"&&o?.[r]?o?.[r]?.split("/").reverse().join("/"):"{%if largestRatio == 0%} 100 / 100 {%else%} {{largestRatio}} {%endif%}";i={...i,[r]:`calc((${u})*100%)`}}),i};export{checkAddOverFlowClass,convertSpacing,convertSpacingForIndisdeLayout,convertUnitToNumber,getAspectRatio,getConditionRenderGalleryImages,getDisplayStyle,getPaddingBottomByShapeSetting,getSrcImage,getStyleGridLayout,getStyleGridOrderForFeature,getStyleGridOrderForGallery,getStyleInsideLayout,getTypeWidthDevice,setDefaultWhenUndefineSetting};
@@ -1,5 +1,5 @@
1
- import{composeBorderCss as e,composeCornerCss as t}from"@gem-sdk/core";let getBorderActiveCss=({settings:i,uid:r,type:a})=>{let g="Liquid"===a?`.gem-slider-item-${r}-{{product.id}}.gp-gallery-image-item::after, .gem-slider-item-gp-gallery-${r}-{{product.id}}.gp-gallery-image-item.gem-slider-item-active::after`:`.gem-slider-item-active.gem-slider-item-${r}.gp-gallery-image-item::after`;return`
2
- ${g} {
1
+ import{composeBorderCss as e,composeCornerCss as t}from"@gem-sdk/core";let getBorderActiveCss=({settings:i,uid:r,type:g})=>{let l="Liquid"===g?`.gem-slider-item-${r}-{{product.id}}.gp-gallery-image-item::after, .gem-slider-item-gp-gallery-${r}-{{product.id}}.gp-gallery-image-item::after`:`.gem-slider-item-active.gem-slider-item-${r}.gp-gallery-image-item::after`;return`
2
+ ${l} {
3
3
  content: "";
4
4
  height: 100%;
5
5
  width: 100%;
@@ -13,8 +13,4 @@ import{composeBorderCss as e,composeCornerCss as t}from"@gem-sdk/core";let getBo
13
13
  .gem-slider-item-${r}-{{product.id}}.gp-gallery-image-item[data-outline=active]:after, .gem-slider-item-gp-gallery-${r}-{{product.id}}.gp-gallery-image-item[data-outline=active]:after {
14
14
  pointer-events: none;
15
15
  }
16
- .gem-slider-item-${r}-{{product.id}}.gp-gallery-image-item[data-outline=none]:after{
17
- pointer-events: none;
18
- border-color: transparent !important;
19
- }
20
16
  `};export{getBorderActiveCss};
@@ -1 +1 @@
1
- import{getResponsiveValueByScreen as e,DEVICES as t,makeStyleResponsive as o}from"@gem-sdk/core";let isFeatureMedia=e=>!!e&&["EXTERNAL_VIDEO","MODEL_3D","VIDEO"].includes(e),getZoomLenClass=()=>"!gp-flex gp-absolute gp-opacity-0 gp-h-[150px] gp-w-[150px] gp-cursor-none gp-rounded-full gp-bg-no-repeat gp-shadow-glasses gp-bg-white gp-pointer-events-none",getZoomImageClass=()=>"gp-absolute gp-left-0 gp-top-0 gp-opacity-0 gp-transition-opacity gp-bg-white gp-pointer-events-none",getDotStyleForOnlyFeaturedImage=o=>{let r={};return t.forEach(t=>{let a=e(o.position,t),g=e(o.dotStyle,t);r={...r,[t]:"only-feature"===a?g:"none"}}),r},getVideoHeight=e=>{if(!e)return null;let t={};return Object.keys(e).forEach(o=>{let r=e[o];r&&(t[o]="cover"===r?"100%":"auto")}),o("h",t)},checkRenderFeaturedCarousel=e=>{let t=["desktop","mobile","tablet"],o=!1;return t.forEach(t=>{let r=checkShowCarousel(e,t);checkShowCarousel(e,t)&&(o=r)}),o},checkShowCarousel=(t,o)=>"only-feature"!==e(t.position,o)||"none"!==e(t.ftNavigationPosition,o)||"none"!==e(t.ftDotStyle,o)||!0===e(t.ftLoop,o)||!0===t.ftDragToScroll;export{checkRenderFeaturedCarousel,getDotStyleForOnlyFeaturedImage,getVideoHeight,getZoomImageClass,getZoomLenClass,isFeatureMedia};
1
+ import{getResponsiveValueByScreen as e,DEVICES as o}from"@gem-sdk/core";let isFeatureMedia=e=>!!e&&["EXTERNAL_VIDEO","MODEL_3D","VIDEO"].includes(e),getZoomLenClass=()=>"!gp-flex gp-absolute gp-opacity-0 gp-h-[150px] gp-w-[150px] gp-cursor-none gp-rounded-full gp-bg-no-repeat gp-shadow-glasses gp-bg-white gp-pointer-events-none",getZoomImageClass=()=>"gp-absolute gp-left-0 gp-top-0 gp-opacity-0 gp-transition-opacity gp-bg-white gp-pointer-events-none",getDotStyleForOnlyFeaturedImage=t=>{let a={};return o.forEach(o=>{let r=e(t.position,o),g=e(t.dotStyle,o);a={...a,[o]:"only-feature"===r?g:"none"}}),a},checkRenderFeaturedCarousel=e=>{let o=["desktop","mobile","tablet"],t=!1;return o.forEach(o=>{let a=checkShowCarousel(e,o);checkShowCarousel(e,o)&&(t=a)}),t},checkShowCarousel=(o,t)=>"only-feature"!==e(o.position,t)||"none"!==e(o.ftNavigationPosition,t)||"none"!==e(o.ftDotStyle,t)||!0===e(o.ftLoop,t)||!0===o.ftDragToScroll;export{checkRenderFeaturedCarousel,getDotStyleForOnlyFeaturedImage,getZoomImageClass,getZoomLenClass,isFeatureMedia};
@@ -1 +1 @@
1
- import{getResponsiveValueByScreen as e,cls as t}from"@gem-sdk/core";import{getDisplayStyle as o}from"./common.js";import{convertUnitToNumber as i}from"../../product-images/common/productFeaturedImage.js";let getZoomDisplay=t=>o(o=>!e(t,o),"flex"),HORIZONTAL_LAYOUT=["right","left","inside-left","inside-right"],sizeSettingDefaultForNewLayout={desktop:{shape:"square",shapeValue:"1/1",width:"20%",height:void 0,shapeLinked:!0}},getCarouselVerticalConfigByPosition=t=>{let o=["desktop","mobile","tablet"],i={};return o.forEach(o=>{let a=e(t,o),l=HORIZONTAL_LAYOUT.includes(a);i=l?{...i,[o]:!0}:{...i,[o]:!1}}),i},getMinHeightByPosition=(o,i)=>{let a=["desktop","mobile","tablet"],l=getCarouselVerticalConfigByPosition(o),s={};return a.forEach(t=>{let o=e(i,t),a="desktop"===t?"":`${t}:`;s[`${a}!gp-min-h-0`]=!!l[t]&&"outside"===o,s[`${a}!gp-min-h-full`]=!(l[t]&&"outside"===o)}),t({...s})},getEditorMinHeightClass=(t,o,i)=>{let a=getCarouselVerticalConfigByPosition(o),l=e(i,t);return a[t]&&"outside"===l?"!gp-min-h-0":"!gp-min-h-full"},getAllowDotConfig=()=>({desktop:!0,tablet:!0,mobile:!0}),getDotStyleConfig=()=>({desktop:"none",tablet:"none",mobile:"none"}),getSettingWidthForGridItem=t=>{let o={},i=["desktop","mobile","tablet"];return i.forEach(i=>{let a=e(t.shapeByLayout,i)?.width,l=e(t.itemSpacing,i),s=0;a?.includes("%")&&(s=100/parseInt(a)),o={...o,[i]:s?`calc(${a} - ${l} * ${s-1} / ${s})`:a}}),o},getSettingWidthForCarouselItem=t=>{let o={},i=["desktop","mobile","tablet"];return i.forEach(i=>{let a=e(t.position,i),l="bottom-center"===a,s=e(t.shapeByLayout,i)?.width;o={...o,[i]:l&&s?.includes("px")?s:"100%"}}),o},getSettingMinWidthForCarouselItem=t=>{let o={},a=["desktop","mobile","tablet"];return a.forEach(a=>{let l=e(t.position,a),s=i(e(t.spacing,a),5),r="bottom-center"===l||"inside-bottom"===l,n=e(t.shapeByLayout,a)?.width,g="100%";if(r){let e=100/i(n,20);g=n?.includes("px")?n:n?.includes("%")?`calc(${n} - ${(e-1)*s/e}px)`:"100%"}o={...o,[a]:g}}),o},checkDisplayGalleryByWidth=t=>{let o={desktop:!0,tablet:!0,mobile:!0},i=["desktop","mobile","tablet"];return i.forEach(i=>{let a=e(t.shapeByLayout,i)?.width??"100%",l=0!==parseInt(a);o={...o,[i]:l}}),o},getShapeByLayout=(t,o)=>{let i={},a=["desktop","mobile","tablet"];return a.forEach(a=>{let l=e(o,a);switch(l){case"bottom-center":case"bottom-left":i={...i,[a]:e(t.shapeForBottom,a)};break;case"inside-bottom":i={...i,[a]:e(t.shapeForInsideBottom??sizeSettingDefaultForNewLayout,a)};break;case"left":case"right":i={...i,[a]:e(t.shape,a)};break;case"inside-left":case"inside-right":i={...i,[a]:e(t.shapeForInside??sizeSettingDefaultForNewLayout,a)};break;case"only-feature":i={...i,[a]:e(t.shapeForFtOnly,a)};break;case"one-col":i={...i,[a]:e(t.shapeFor1Col,a)};break;case"two-col":i={...i,[a]:e(t.shapeFor2Col,a)}}}),i};export{HORIZONTAL_LAYOUT,checkDisplayGalleryByWidth,getAllowDotConfig,getCarouselVerticalConfigByPosition,getDotStyleConfig,getEditorMinHeightClass,getMinHeightByPosition,getSettingMinWidthForCarouselItem,getSettingWidthForCarouselItem,getSettingWidthForGridItem,getShapeByLayout,getZoomDisplay,sizeSettingDefaultForNewLayout};
1
+ import{getResponsiveValueByScreen as e,cls as t}from"@gem-sdk/core";import{getDisplayStyle as o}from"./common.js";import{convertUnitToNumber as i}from"../../product-images/common/productFeaturedImage.js";let getZoomDisplay=t=>o(o=>!e(t,o),"flex"),HORIZONTAL_LAYOUT=["right","left","inside-left","inside-right"],sizeSettingDefaultForNewLayout={desktop:{shape:"square",shapeValue:"1/1",width:"20%",height:void 0,shapeLinked:!0}},getCarouselVerticalConfigByPosition=t=>{let o=["desktop","mobile","tablet"],i={};return o.forEach(o=>{let a=e(t,o),l=HORIZONTAL_LAYOUT.includes(a);i=l?{...i,[o]:!0}:{...i,[o]:!1}}),i},getMinHeightByPosition=(o,i)=>{let a=["desktop","mobile","tablet"],l=getCarouselVerticalConfigByPosition(o),r={};return a.forEach(t=>{let o=e(i,t),a="desktop"===t?"":`${t}:`;r[`${a}!gp-min-h-0`]=!!l[t]&&"outside"===o,r[`${a}!gp-min-h-full`]=!(l[t]&&"outside"===o)}),t({...r})},getEditorMinHeightClass=(t,o,i)=>{let a=getCarouselVerticalConfigByPosition(o),l=e(i,t);return a[t]&&"outside"===l?"!gp-min-h-0":"!gp-min-h-full"},getAllowDotConfig=()=>({desktop:!0,tablet:!0,mobile:!0}),getDotStyleConfig=()=>({desktop:"none",tablet:"none",mobile:"none"}),getSettingWidthForGridItem=t=>{let o={},i=["desktop","mobile","tablet"];return i.forEach(i=>{let a=e(t.shapeByLayout,i)?.width,l=e(t.itemSpacing,i),r=0;a?.includes("%")&&(r=100/parseInt(a)),o={...o,[i]:r?`calc(${a} - ${l} * ${r-1} / ${r})`:a}}),o},getSettingWidthForCarouselItem=t=>{let o={},i=["desktop","mobile","tablet"];return i.forEach(i=>{let a=e(t.position,i),l="bottom-center"===a,r=e(t.shapeByLayout,i)?.width;o={...o,[i]:l&&r?.includes("px")?r:"100%"}}),o},getSettingMinWidthForCarouselItem=t=>{let o={},a=["desktop","mobile","tablet"];return a.forEach(a=>{let l=e(t.position,a),r=i(e(t.spacing,a),5),s="bottom-center"===l||"inside-bottom"===l,n=e(t.shapeByLayout,a)?.width,g="100%";if(s){let e=100/i(n,20);g=n?.includes("px")?n:n?.includes("%")?`calc(${n} - ${(e-1)*r/e}px)`:"100%"}o={...o,[a]:g}}),o},checkDisplayGalleryByWidth=t=>{let o={desktop:!0,tablet:!0,mobile:!0},i=["desktop","mobile","tablet"];return i.forEach(i=>{let a=e(t.shapeByLayout,i)?.width??"100%",l=0!==parseInt(a);o={...o,[i]:l}}),o},getSliderPerShowConfig=(t,o)=>{let i={desktop:"auto",tablet:"auto",mobile:"auto"},a=["desktop","mobile","tablet"];return a.forEach(a=>{let l=e(o,a),r="bottom-center"===l||"inside-bottom"===l,s=e(t,a)?.width,n="auto";s?.includes("%")&&(n=100>parseInt(s)?100/parseInt(s):"auto"),i={...i,[a]:r?n:"auto"}}),i},getShapeByLayout=(t,o)=>{let i={},a=["desktop","mobile","tablet"];return a.forEach(a=>{let l=e(o,a);switch(l){case"bottom-center":case"bottom-left":i={...i,[a]:e(t.shapeForBottom,a)};break;case"inside-bottom":i={...i,[a]:e(t.shapeForInsideBottom??sizeSettingDefaultForNewLayout,a)};break;case"left":case"right":i={...i,[a]:e(t.shape,a)};break;case"inside-left":case"inside-right":i={...i,[a]:e(t.shapeForInside??sizeSettingDefaultForNewLayout,a)};break;case"only-feature":i={...i,[a]:e(t.shapeForFtOnly,a)};break;case"one-col":i={...i,[a]:e(t.shapeFor1Col,a)};break;case"two-col":i={...i,[a]:e(t.shapeFor2Col,a)}}}),i};export{HORIZONTAL_LAYOUT,checkDisplayGalleryByWidth,getAllowDotConfig,getCarouselVerticalConfigByPosition,getDotStyleConfig,getEditorMinHeightClass,getMinHeightByPosition,getSettingMinWidthForCarouselItem,getSettingWidthForCarouselItem,getSettingWidthForGridItem,getShapeByLayout,getSliderPerShowConfig,getZoomDisplay,sizeSettingDefaultForNewLayout};