@gem-sdk/components 4.1.8 → 5.0.0

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 (336) hide show
  1. package/dist/cjs/article/settings/ArticleList.js +1 -1
  2. package/dist/cjs/article/settings/configs/article-read-more/settings.js +1 -1
  3. package/dist/cjs/builder.js +1 -1
  4. package/dist/cjs/carousel/components/arrow/common/helpers.js +1 -1
  5. package/dist/cjs/carousel/settings/configs/presets.js +4 -4
  6. package/dist/cjs/carousel-v3/common/helpers.js +1 -0
  7. package/dist/cjs/carousel-v3/components/arrow/Arrow.js +10 -0
  8. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +26 -0
  9. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -0
  10. package/dist/cjs/carousel-v3/components/arrow/common/helpers.js +1 -0
  11. package/dist/cjs/carousel-v3/components/arrow/common/styles.js +33 -0
  12. package/dist/cjs/carousel-v3/components/dot/Dots.js +2 -0
  13. package/dist/cjs/carousel-v3/components/dot/Dots.liquid.js +7 -0
  14. package/dist/cjs/carousel-v3/components/dot/common/classes.js +1 -0
  15. package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -0
  16. package/dist/cjs/carousel-v3/components/dot/common/styles.js +1 -0
  17. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +2 -0
  18. package/dist/cjs/carousel-v3/components/item/CarouselItem.liquid.js +22 -0
  19. package/dist/cjs/carousel-v3/components/item/common/classes.js +1 -0
  20. package/dist/cjs/carousel-v3/components/item/common/styles.js +1 -0
  21. package/dist/cjs/carousel-v3/components/root/Carousel.js +2 -0
  22. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +23 -0
  23. package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -0
  24. package/dist/cjs/carousel-v3/components/root/common/classes.js +1 -0
  25. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -0
  26. package/dist/cjs/carousel-v3/components/root/common/styles.js +1 -0
  27. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -0
  28. package/dist/cjs/carousel-v3/components/swiper/SwiperSlide.js +1 -0
  29. package/dist/cjs/carousel-v3/components/swiper/common/styles.js +1 -0
  30. package/dist/cjs/carousel-v3/hooks/useCarouseItem.js +1 -0
  31. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -0
  32. package/dist/cjs/carousel-v3/hooks/useDotsSetting.js +1 -0
  33. package/dist/cjs/carousel-v3/hooks/useTrackPreviewPause.js +1 -0
  34. package/dist/cjs/carousel-v3/index.js +1 -0
  35. package/dist/cjs/{carousel → carousel-v3}/next.js +1 -1
  36. package/dist/cjs/carousel-v3/plugins/animation.js +1 -0
  37. package/dist/cjs/carousel-v3/settings/Carousel.js +5 -0
  38. package/dist/cjs/carousel-v3/settings/CarouselItem.js +1 -0
  39. package/dist/cjs/carousel-v3/settings/configs/presets.js +114 -0
  40. package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +3 -0
  41. package/dist/cjs/carousel-v3/settings/configs/ui-v1.js +1 -0
  42. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -0
  43. package/dist/cjs/countdown-timer/common/helpers.js +1 -1
  44. package/dist/cjs/coupon/settings/configs/presets.js +1 -1
  45. package/dist/cjs/form/settings/contact/Contact.js +1 -1
  46. package/dist/cjs/form/settings/newsletter/Newsletter.js +1 -1
  47. package/dist/cjs/grid/components/row/common/helpers.js +1 -1
  48. package/dist/cjs/hero-banner/common/classes.js +1 -1
  49. package/dist/cjs/hero-banner/common/const.js +1 -0
  50. package/dist/cjs/hero-banner/common/helpers.js +1 -1
  51. package/dist/cjs/index.js +1 -1
  52. package/dist/cjs/index.liquid.js +1 -1
  53. package/dist/cjs/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  54. package/dist/cjs/marquee/settings/Marquee.js +1 -1
  55. package/dist/cjs/next.js +1 -1
  56. package/dist/cjs/product/components/dynamic-checkout/common/styles.js +4 -3
  57. package/dist/cjs/product/components/product-badge/utils/common.js +1 -1
  58. package/dist/cjs/product/components/product-description/common/helpers.js +2 -2
  59. package/dist/cjs/product/components/product-description/common/styles.js +2 -2
  60. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  61. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.js +1 -1
  62. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
  63. package/dist/cjs/product/components/product-images/ProductImagesLightBox.js +1 -1
  64. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +26 -0
  65. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +44 -0
  66. package/dist/cjs/product/components/product-images-v3/common/attrs.js +1 -0
  67. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -0
  68. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -0
  69. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +20 -0
  70. package/dist/cjs/product/components/product-images-v3/common/hoverAction.js +1 -0
  71. package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -0
  72. package/dist/cjs/product/components/product-images-v3/common/productGallery.js +1 -0
  73. package/dist/cjs/product/components/product-images-v3/common/styles.js +1 -0
  74. package/dist/cjs/product/components/product-images-v3/components/child/MediaIcon.js +2 -0
  75. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -0
  76. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -0
  77. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +2 -0
  78. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -0
  79. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -0
  80. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
  81. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +2 -0
  82. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -0
  83. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
  84. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +2 -0
  85. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +93 -0
  86. package/dist/cjs/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +2 -0
  87. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +2 -0
  88. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -0
  89. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -0
  90. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -0
  91. package/dist/cjs/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -0
  92. package/dist/cjs/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -0
  93. package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -0
  94. package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -0
  95. package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -0
  96. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -0
  97. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +205 -0
  98. package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +15 -0
  99. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.js +1 -0
  100. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +22 -0
  101. package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +19 -0
  102. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.js +1 -0
  103. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +34 -0
  104. package/dist/cjs/product/components/product-list-v3/common/attrs.js +1 -0
  105. package/dist/cjs/product/components/product-list-v3/common/classes.js +1 -0
  106. package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -0
  107. package/dist/cjs/product/components/product-list-v3/common/styles.js +1 -0
  108. package/dist/cjs/product/index.js +1 -1
  109. package/dist/cjs/product/next.js +1 -1
  110. package/dist/cjs/product/settings/Product.js +1 -1
  111. package/dist/cjs/product/settings/ProductBadge.js +1 -1
  112. package/dist/cjs/product/settings/ProductList.js +1 -1
  113. package/dist/cjs/product/settings/ProductListV3.js +8 -0
  114. package/dist/cjs/product/settings/product/configs/product-presets/product-1-col.js +2 -2
  115. package/dist/cjs/product/settings/product/configs/product-presets/product-2-col.js +2 -2
  116. package/dist/cjs/product/settings/product/configs/product-presets/product-default.js +2 -2
  117. package/dist/cjs/product/settings/product-image-v2/ProductImages.js +2 -2
  118. package/dist/cjs/product/settings/product-image-v3/ProductFeatureImage.js +1 -0
  119. package/dist/cjs/product/settings/product-image-v3/ProductGalleryImage.js +1 -0
  120. package/dist/cjs/product/settings/product-image-v3/ProductImages.js +21 -0
  121. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -0
  122. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -0
  123. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/index.js +1 -0
  124. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -0
  125. package/dist/cjs/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -0
  126. package/dist/cjs/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -0
  127. package/dist/cjs/product/settings/product-image-v3/configs/ui-v1.js +1 -0
  128. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -0
  129. package/dist/cjs/product/settings/product-list/configs/presets.js +2 -2
  130. package/dist/cjs/product/settings/product-list-v3/configs/presets.js +37 -0
  131. package/dist/cjs/product/settings/product-list-v3/configs/settings-v2.js +1 -0
  132. package/dist/cjs/product/settings/product-list-v3/configs/ui-v1.js +1 -0
  133. package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -0
  134. package/dist/cjs/product/settings/product-variant/configs/settings.js +1 -1
  135. package/dist/cjs/setting.js +1 -1
  136. package/dist/cjs/sticky/settings/configs/presets.js +3 -3
  137. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.js +2 -0
  138. package/dist/cjs/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -0
  139. package/dist/cjs/third-party/components/KachingSubscriptionsApp.js +2 -0
  140. package/dist/cjs/third-party/components/KachingSubscriptionsApp.liquid.js +8 -0
  141. package/dist/cjs/third-party/components/Trustoo.liquid.js +5 -5
  142. package/dist/cjs/third-party/components/UppromoteAffiliateMarketing.liquid.js +89 -1
  143. package/dist/cjs/third-party/configs/BloyRewardsProgramLoyalty.js +1 -0
  144. package/dist/cjs/third-party/configs/KachingSubscriptionsApp.js +1 -0
  145. package/dist/cjs/third-party/index.js +1 -1
  146. package/dist/cjs/third-party/next.js +1 -1
  147. package/dist/cjs/third-party/setting/KachingSubscriptionsApp/index.js +4 -0
  148. package/dist/cjs/third-party/setting/KachingSubscriptionsApp/uiV1.js +1 -0
  149. package/dist/cjs/third-party/setting/KachingSubscriptionsApp/uiV2.js +1 -0
  150. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/index.js +4 -0
  151. package/dist/cjs/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -0
  152. package/dist/cjs/third-party/settings/BonLoyaltyRewardsReferrals/index.js +1 -1
  153. package/dist/cjs/third-party/settings/FeraReviews/index.js +1 -1
  154. package/dist/cjs/third-party/settings/JudgemeReviews/index.js +1 -1
  155. package/dist/cjs/third-party/settings/KoalaBundleQuantityDiscount/index.js +1 -1
  156. package/dist/cjs/third-party/settings/LaiProductReviews/index.js +1 -1
  157. package/dist/cjs/third-party/settings/LoopSubscriptions/index.js +1 -1
  158. package/dist/cjs/third-party/settings/Opinew/index.js +1 -1
  159. package/dist/cjs/third-party/settings/RequestQuoteHidePrice/index.js +1 -1
  160. package/dist/cjs/third-party/settings/Trustoo/index.js +1 -1
  161. package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
  162. package/dist/cjs/third-party/settings/UltimateSalesBoost/index.js +1 -1
  163. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/setting.js +1 -1
  164. package/dist/cjs/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  165. package/dist/cjs/video/common/helpers.js +1 -1
  166. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  167. package/dist/cjs/video/components/HTML5Embed.liquid.js +6 -8
  168. package/dist/esm/article/settings/ArticleList.js +1 -1
  169. package/dist/esm/article/settings/configs/article-read-more/settings.js +1 -1
  170. package/dist/esm/builder.js +1 -1
  171. package/dist/esm/carousel/components/arrow/common/helpers.js +1 -1
  172. package/dist/esm/carousel/settings/configs/presets.js +4 -4
  173. package/dist/esm/carousel-v3/common/helpers.js +1 -0
  174. package/dist/esm/carousel-v3/components/arrow/Arrow.js +10 -0
  175. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +26 -0
  176. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -0
  177. package/dist/esm/carousel-v3/components/arrow/common/helpers.js +1 -0
  178. package/dist/esm/carousel-v3/components/arrow/common/styles.js +33 -0
  179. package/dist/esm/carousel-v3/components/dot/Dots.js +2 -0
  180. package/dist/esm/carousel-v3/components/dot/Dots.liquid.js +7 -0
  181. package/dist/esm/carousel-v3/components/dot/common/classes.js +1 -0
  182. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -0
  183. package/dist/esm/carousel-v3/components/dot/common/styles.js +1 -0
  184. package/dist/esm/carousel-v3/components/item/CarouselItem.js +2 -0
  185. package/dist/esm/carousel-v3/components/item/CarouselItem.liquid.js +22 -0
  186. package/dist/esm/carousel-v3/components/item/common/classes.js +1 -0
  187. package/dist/esm/carousel-v3/components/item/common/styles.js +1 -0
  188. package/dist/esm/carousel-v3/components/root/Carousel.js +2 -0
  189. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +23 -0
  190. package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -0
  191. package/dist/esm/carousel-v3/components/root/common/classes.js +1 -0
  192. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -0
  193. package/dist/esm/carousel-v3/components/root/common/styles.js +1 -0
  194. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -0
  195. package/dist/esm/carousel-v3/components/swiper/SwiperSlide.js +1 -0
  196. package/dist/esm/carousel-v3/components/swiper/common/styles.js +1 -0
  197. package/dist/esm/carousel-v3/hooks/useCarouseItem.js +1 -0
  198. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -0
  199. package/dist/esm/carousel-v3/hooks/useDotsSetting.js +1 -0
  200. package/dist/esm/carousel-v3/hooks/useTrackPreviewPause.js +1 -0
  201. package/dist/esm/carousel-v3/index.js +1 -0
  202. package/dist/esm/{carousel → carousel-v3}/next.js +1 -1
  203. package/dist/esm/carousel-v3/plugins/animation.js +1 -0
  204. package/dist/esm/carousel-v3/settings/Carousel.js +5 -0
  205. package/dist/esm/carousel-v3/settings/CarouselItem.js +1 -0
  206. package/dist/esm/carousel-v3/settings/configs/presets.js +114 -0
  207. package/dist/esm/carousel-v3/settings/configs/settings-v2.js +3 -0
  208. package/dist/esm/carousel-v3/settings/configs/ui-v1.js +1 -0
  209. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -0
  210. package/dist/esm/countdown-timer/common/helpers.js +1 -1
  211. package/dist/esm/coupon/settings/configs/presets.js +1 -1
  212. package/dist/esm/form/settings/contact/Contact.js +1 -1
  213. package/dist/esm/form/settings/newsletter/Newsletter.js +1 -1
  214. package/dist/esm/grid/components/row/common/helpers.js +1 -1
  215. package/dist/esm/hero-banner/common/classes.js +1 -1
  216. package/dist/esm/hero-banner/common/const.js +1 -0
  217. package/dist/esm/hero-banner/common/helpers.js +1 -1
  218. package/dist/esm/index.js +1 -1
  219. package/dist/esm/index.liquid.js +1 -1
  220. package/dist/esm/marquee/hooks/useMarqueeScrollToItem.js +1 -1
  221. package/dist/esm/marquee/settings/Marquee.js +1 -1
  222. package/dist/esm/next.js +1 -1
  223. package/dist/esm/product/components/dynamic-checkout/common/styles.js +2 -1
  224. package/dist/esm/product/components/product-badge/utils/common.js +1 -1
  225. package/dist/esm/product/components/product-description/common/helpers.js +2 -2
  226. package/dist/esm/product/components/product-description/common/styles.js +2 -2
  227. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  228. package/dist/esm/product/components/product-images/ProductGalleryCarousel.js +1 -1
  229. package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
  230. package/dist/esm/product/components/product-images/ProductImagesLightBox.js +1 -1
  231. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +26 -0
  232. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +44 -0
  233. package/dist/esm/product/components/product-images-v3/common/attrs.js +1 -0
  234. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -0
  235. package/dist/esm/product/components/product-images-v3/common/common.js +1 -0
  236. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +20 -0
  237. package/dist/esm/product/components/product-images-v3/common/hoverAction.js +1 -0
  238. package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -0
  239. package/dist/esm/product/components/product-images-v3/common/productGallery.js +1 -0
  240. package/dist/esm/product/components/product-images-v3/common/styles.js +1 -0
  241. package/dist/esm/product/components/product-images-v3/components/child/MediaIcon.js +2 -0
  242. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -0
  243. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -0
  244. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +2 -0
  245. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +2 -0
  246. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -0
  247. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +118 -0
  248. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +2 -0
  249. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -0
  250. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +46 -0
  251. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.js +2 -0
  252. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +93 -0
  253. package/dist/esm/product/components/product-images-v3/components/lightbox/ButtonOpenLightBox.js +2 -0
  254. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +2 -0
  255. package/dist/esm/product/components/product-images-v3/composables/getProductImagesAttr.js +1 -0
  256. package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -0
  257. package/dist/esm/product/components/product-images-v3/composables/getProductImagesStyles.js +1 -0
  258. package/dist/esm/product/components/product-images-v3/hooks/useFeatureImageWithGallery.js +1 -0
  259. package/dist/esm/product/components/product-images-v3/hooks/useFilterImagesByVariant.js +1 -0
  260. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -0
  261. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -0
  262. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -0
  263. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -0
  264. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +205 -0
  265. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +15 -0
  266. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.js +1 -0
  267. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +22 -0
  268. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +19 -0
  269. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.js +1 -0
  270. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +34 -0
  271. package/dist/esm/product/components/product-list-v3/common/attrs.js +1 -0
  272. package/dist/esm/product/components/product-list-v3/common/classes.js +1 -0
  273. package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -0
  274. package/dist/esm/product/components/product-list-v3/common/styles.js +1 -0
  275. package/dist/esm/product/index.js +1 -1
  276. package/dist/esm/product/next.js +1 -1
  277. package/dist/esm/product/settings/Product.js +1 -1
  278. package/dist/esm/product/settings/ProductBadge.js +1 -1
  279. package/dist/esm/product/settings/ProductList.js +1 -1
  280. package/dist/esm/product/settings/ProductListV3.js +8 -0
  281. package/dist/esm/product/settings/product/configs/product-presets/product-1-col.js +2 -2
  282. package/dist/esm/product/settings/product/configs/product-presets/product-2-col.js +2 -2
  283. package/dist/esm/product/settings/product/configs/product-presets/product-default.js +2 -2
  284. package/dist/esm/product/settings/product-image-v2/ProductImages.js +2 -2
  285. package/dist/esm/product/settings/product-image-v3/ProductFeatureImage.js +1 -0
  286. package/dist/esm/product/settings/product-image-v3/ProductGalleryImage.js +1 -0
  287. package/dist/esm/product/settings/product-image-v3/ProductImages.js +21 -0
  288. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +2 -0
  289. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -0
  290. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/index.js +1 -0
  291. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureDots.js +1 -0
  292. package/dist/esm/product/settings/product-image-v3/configs/ui/FeatureNavigation.js +1 -0
  293. package/dist/esm/product/settings/product-image-v3/configs/ui/ImageListNavigation.js +1 -0
  294. package/dist/esm/product/settings/product-image-v3/configs/ui-v1.js +1 -0
  295. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -0
  296. package/dist/esm/product/settings/product-list/configs/presets.js +2 -2
  297. package/dist/esm/product/settings/product-list-v3/configs/presets.js +37 -0
  298. package/dist/esm/product/settings/product-list-v3/configs/settings-v2.js +1 -0
  299. package/dist/esm/product/settings/product-list-v3/configs/ui-v1.js +1 -0
  300. package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -0
  301. package/dist/esm/product/settings/product-variant/configs/settings.js +1 -1
  302. package/dist/esm/setting.js +1 -1
  303. package/dist/esm/sticky/settings/configs/presets.js +3 -3
  304. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.js +2 -0
  305. package/dist/esm/third-party/components/BloyRewardsProgramLoyalty.liquid.js +1 -0
  306. package/dist/esm/third-party/components/KachingSubscriptionsApp.js +2 -0
  307. package/dist/esm/third-party/components/KachingSubscriptionsApp.liquid.js +8 -0
  308. package/dist/esm/third-party/components/Trustoo.liquid.js +7 -7
  309. package/dist/esm/third-party/components/UppromoteAffiliateMarketing.liquid.js +89 -1
  310. package/dist/esm/third-party/configs/BloyRewardsProgramLoyalty.js +1 -0
  311. package/dist/esm/third-party/configs/KachingSubscriptionsApp.js +1 -0
  312. package/dist/esm/third-party/index.js +1 -1
  313. package/dist/esm/third-party/next.js +1 -1
  314. package/dist/esm/third-party/setting/KachingSubscriptionsApp/index.js +4 -0
  315. package/dist/esm/third-party/setting/KachingSubscriptionsApp/uiV1.js +1 -0
  316. package/dist/esm/third-party/setting/KachingSubscriptionsApp/uiV2.js +1 -0
  317. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/index.js +4 -0
  318. package/dist/esm/third-party/settings/BloyRewardsProgramLoyalty/uiV2.js +1 -0
  319. package/dist/esm/third-party/settings/BonLoyaltyRewardsReferrals/index.js +1 -1
  320. package/dist/esm/third-party/settings/FeraReviews/index.js +2 -2
  321. package/dist/esm/third-party/settings/JudgemeReviews/index.js +1 -1
  322. package/dist/esm/third-party/settings/KoalaBundleQuantityDiscount/index.js +1 -1
  323. package/dist/esm/third-party/settings/LaiProductReviews/index.js +1 -1
  324. package/dist/esm/third-party/settings/LoopSubscriptions/index.js +2 -2
  325. package/dist/esm/third-party/settings/Opinew/index.js +2 -2
  326. package/dist/esm/third-party/settings/RequestQuoteHidePrice/index.js +1 -1
  327. package/dist/esm/third-party/settings/Trustoo/index.js +1 -1
  328. package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
  329. package/dist/esm/third-party/settings/UltimateSalesBoost/index.js +1 -1
  330. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/setting.js +1 -1
  331. package/dist/esm/third-party/settings/UppromoteAffiliateMarketing/uiV2.js +1 -1
  332. package/dist/esm/video/common/helpers.js +1 -1
  333. package/dist/esm/video/components/HTML5Embed.js +1 -1
  334. package/dist/esm/video/components/HTML5Embed.liquid.js +10 -12
  335. package/dist/types/index.d.ts +524 -56
  336. package/package.json +5 -4
@@ -1,10 +1,12 @@
1
1
  import * as _gem_sdk_core from '@gem-sdk/core';
2
- import { BasePropsWrap, TypographySettingV2, ObjectDevices, Background, SizeSettingGlobal, StateProp, ColorValueType, TypographySetting, Border, SizeSetting, CornerRadius, ShadowProps, BackgroundMedia, AlignProp, TransformProp, Ratio, ResponsiveStateProp, PageContext, BackgroundImageValue, ObjectLayoutValue, BaseProps, PaddingType as PaddingType$1, NameDevices, RawChild, PostPurchaseTypo, AlignItemProp, ProductProviderProps, AdvancedType, DotStyle as DotStyle$1, AirProductReview, TagShopWidgetType, PreOrderNowWodWidgetType, FastBundleWidgetType, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, JudgeMeReviewsWidgetType, ProductReviewsWidgetType, RyviuWidgetType, RivyoWidgetType, VitalsWidgetType, OmnisendWidgetType, TrustooWidgetType, FeraReviewsWidgetType, FeraReviewsV3WidgetType, GrowaveWidgetTypeV2, GrowaveWidgetTypeV1, OpinewWidgetType, OpinewDesignWidgetType, UltimateSalesBoostWidgetType, AliReviewsWidgetType, BoldSubscriptionsWidgetType, PickyStoryWidgetType, WiserWidgetType, WiserV2WidgetType, StampedWidgetType, StampedWidgetTypeV2, LaiProductReviewsWidgetType, LaiProductReviewsAdvancedWidgetType, YotpoReviewsWidgetType, BogosWidgetType, InstantJudgeMeReviewsWidgetType, InstantLooxReviewsWidgetType, ComponentSetting, RenderMode } from '@gem-sdk/core';
2
+ import { BasePropsWrap, TypographySettingV2, ObjectDevices, Background, SizeSettingGlobal, StateProp, ColorValueType, TypographySetting, Border, SizeSetting, CornerRadius, ShadowProps, BackgroundMedia, AlignProp, TransformProp, Ratio, ResponsiveStateProp, PageContext, BackgroundImageValue, ObjectLayoutValue, BaseProps, PaddingType as PaddingType$2, NameDevices, RawChild, PostPurchaseTypo, AlignItemProp, ProductProviderProps, AdvancedType, DotStyle as DotStyle$2, AirProductReview, TagShopWidgetType, PreOrderNowWodWidgetType, FastBundleWidgetType, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, JudgeMeReviewsWidgetType, ProductReviewsWidgetType, RyviuWidgetType, RivyoWidgetType, VitalsWidgetType, OmnisendWidgetType, TrustooWidgetType, FeraReviewsWidgetType, FeraReviewsV3WidgetType, GrowaveWidgetTypeV2, GrowaveWidgetTypeV1, OpinewWidgetType, OpinewDesignWidgetType, UltimateSalesBoostWidgetType, AliReviewsWidgetType, BoldSubscriptionsWidgetType, PickyStoryWidgetType, WiserWidgetType, WiserV2WidgetType, StampedWidgetType, StampedWidgetTypeV2, LaiProductReviewsWidgetType, LaiProductReviewsAdvancedWidgetType, YotpoReviewsWidgetType, BogosWidgetType, InstantJudgeMeReviewsWidgetType, InstantLooxReviewsWidgetType, ComponentSetting, RenderMode } from '@gem-sdk/core';
3
3
  import * as csstype from 'csstype';
4
4
  import { Property } from 'csstype';
5
5
  import * as _gem_sdk_keen_slider from '@gem-sdk/keen-slider';
6
6
  import { KeenSliderInstance } from '@gem-sdk/keen-slider';
7
+ import { Swiper } from '@gem-sdk/swiper';
7
8
  import React$1, { ReactNode } from 'react';
9
+ import * as _gem_sdk_swiper_types_swiper_class from '@gem-sdk/swiper/types/swiper-class';
8
10
 
9
11
  type AccordionSettingProps = {
10
12
  activeKey?: string;
@@ -206,9 +208,9 @@ type ImageSettingProps$1 = {
206
208
  disableNoDataState?: boolean;
207
209
  srcSet?: ObjectDevices<BaseImageData>;
208
210
  qualityPercent?: ObjectDevices<number>;
209
- qualityType?: ObjectDevices<QualityType$2>;
211
+ qualityType?: ObjectDevices<QualityType$3>;
210
212
  };
211
- type QualityType$2 = 'finest' | 'high' | 'medium' | 'custom';
213
+ type QualityType$3 = 'finest' | 'high' | 'medium' | 'custom';
212
214
  type ImageProps = BasePropsWrap<ImageSettingProps$1, ImageStyleProps$1> & {
213
215
  className?: string;
214
216
  children?: React.ReactNode;
@@ -369,7 +371,7 @@ type ArticleImageSettingProps = ImageProps['setting'] & {
369
371
  };
370
372
  type ArticleImageProps = BasePropsWrap<ArticleImageSettingProps, Pick<ImageStyleProps$1, 'opacity' | 'opacityColor' | 'shape' | 'objectFit' | 'align' | 'borderRadius' | 'wrapperBorder' | 'shadow'> & {
371
373
  qualityPercent?: ObjectDevices<number>;
372
- qualityType?: ObjectDevices<QualityType$2>;
374
+ qualityType?: ObjectDevices<QualityType$3>;
373
375
  }> & {
374
376
  className?: string;
375
377
  style?: React.CSSProperties;
@@ -675,7 +677,7 @@ type HeroBannerStyleProps = {
675
677
  shadowBg?: ShadowProps;
676
678
  sizeSetting?: ObjectDevices<SizeSettingGlobal>;
677
679
  order?: ObjectDevices<number>;
678
- contentPadding?: ObjectDevices<PaddingType$1>;
680
+ contentPadding?: ObjectDevices<PaddingType$2>;
679
681
  } & Pick<RowStyleProps, 'verticalGutter' | 'background'>;
680
682
  type HeroBannerProps = BasePropsWrap<HeroBannerSettingProps, HeroBannerStyleProps> & {
681
683
  children?: React.ReactNode;
@@ -729,6 +731,208 @@ declare const buttonSetting: {
729
731
  Button: _gem_sdk_core.ComponentSetting<ButtonProps>;
730
732
  };
731
733
 
734
+ declare const CAROUSEL_ANIMATION$1: {
735
+ readonly EASE_IN: {
736
+ readonly value: "ease-in";
737
+ readonly formula: (t: number) => number;
738
+ };
739
+ readonly EASE_OUT: {
740
+ readonly value: "ease-out";
741
+ readonly formula: (t: number) => number;
742
+ };
743
+ readonly EASE_IN_OUT: {
744
+ readonly value: "ease-in-out";
745
+ readonly formula: (t: number) => number;
746
+ };
747
+ readonly DEFAULT: {
748
+ readonly value: "default";
749
+ readonly formula: (t: number) => number;
750
+ };
751
+ };
752
+ type CarouselAnimationValue$1 = (typeof CAROUSEL_ANIMATION$1)[keyof typeof CAROUSEL_ANIMATION$1]['value'];
753
+
754
+ type NavigationStyle$1 = 'none' | 'inside' | 'outside';
755
+ type PaddingType$1 = {
756
+ type?: 'small' | 'medium' | 'large' | 'custom';
757
+ top?: string;
758
+ left?: string;
759
+ bottom?: string;
760
+ right?: string;
761
+ linked?: boolean;
762
+ };
763
+ type DotStyle$1 = 'none' | 'inside' | 'outside';
764
+ type InteractionChangeSlide$1 = {
765
+ key: string;
766
+ data: number;
767
+ isRollback: boolean;
768
+ index?: number;
769
+ element: HTMLElement;
770
+ };
771
+ type CarouselRef$1 = {
772
+ nextSlideInteraction: (params: InteractionChangeSlide$1) => void;
773
+ previousSlideInteraction: (params: InteractionChangeSlide$1) => void;
774
+ moveToSlideInteraction: (params: InteractionChangeSlide$1) => void;
775
+ getSwiper: () => Swiper | null;
776
+ };
777
+ type CarouselSettingProps$1 = {
778
+ slidesToShow?: ObjectDevices<number | 'auto'>;
779
+ slidesToScroll?: ObjectDevices<number>;
780
+ childItem?: string[];
781
+ vertical?: ObjectDevices<boolean>;
782
+ dot?: ObjectDevices<boolean>;
783
+ speed?: number;
784
+ arrow?: ObjectDevices<boolean>;
785
+ controlOverContent?: ObjectDevices<boolean>;
786
+ autoplaySpeed?: number;
787
+ dotColor?: ObjectDevices<ColorValueType>;
788
+ dotActiveColor?: ObjectDevices<ColorValueType>;
789
+ dotStyle?: ObjectDevices<DotStyle$1>;
790
+ dotSize?: ObjectDevices<number>;
791
+ dotGapToCarousel?: ObjectDevices<number>;
792
+ navigationStyle?: ObjectDevices<NavigationStyle$1>;
793
+ navigationEnable?: ObjectDevices<boolean>;
794
+ arrowCustomColor?: ColorValueType;
795
+ arrowCustom?: string;
796
+ arrowIconSize?: ObjectDevices<number>;
797
+ arrowButtonSize?: ObjectDevices<{
798
+ shapeLinked?: boolean;
799
+ shapeValue?: string;
800
+ width?: string;
801
+ height?: string;
802
+ padding?: PaddingType$1;
803
+ }>;
804
+ rtl?: boolean;
805
+ arrowBackgroundColor?: string;
806
+ arrowBorder?: ObjectDevices<Border>;
807
+ arrowShadow?: ObjectDevices<ShadowProps>;
808
+ roundedArrow?: ObjectDevices<CornerRadius>;
809
+ arrowGapToEachSide?: string;
810
+ showWhenHover?: boolean;
811
+ defaultCurrentSlider?: number;
812
+ background?: ObjectDevices<BackgroundMedia>;
813
+ label?: boolean;
814
+ sneakPeak?: ObjectDevices<boolean>;
815
+ sneakPeakOffsetForward?: ObjectDevices<number>;
816
+ sneakPeakOffsetCenter?: ObjectDevices<number>;
817
+ sneakPeakType?: ObjectDevices<'center' | 'forward'>;
818
+ itemNumber?: ObjectDevices<number | 'auto'>;
819
+ runPreview?: boolean;
820
+ autoplayTimeout?: number;
821
+ pauseOnHover?: boolean;
822
+ autoplay?: boolean;
823
+ enableDrag?: ObjectDevices<boolean>;
824
+ loop?: ObjectDevices<boolean>;
825
+ animationMode?: CarouselAnimationValue$1;
826
+ layout?: 'vertical' | 'hozirontal';
827
+ enableAction?: ObjectDevices<boolean>;
828
+ initialSlide?: number;
829
+ };
830
+ type CarouselStyleProps$1 = {
831
+ spacing?: ObjectDevices<number>;
832
+ roundedContent?: CornerRadius;
833
+ borderContent?: Border;
834
+ hasActiveShadow?: boolean;
835
+ carouselShadow?: ShadowProps;
836
+ align?: ObjectDevices<AlignProp | Property.AlignItems>;
837
+ sizeSetting?: ObjectDevices<SizeSettingGlobal>;
838
+ playSpeed?: number;
839
+ itemPadding?: ObjectDevices<SizeSettingGlobal>;
840
+ backgroundColor?: ObjectDevices<string>;
841
+ backgroundImage?: ObjectDevices<BackgroundImageValue>;
842
+ };
843
+ type CarouselProps$1 = BasePropsWrap<CarouselSettingProps$1, CarouselStyleProps$1> & {
844
+ children?: React.ReactNode;
845
+ moveToIdx?: number;
846
+ isHiddenArrowWhenDisabled?: boolean;
847
+ hiddenDotWhenOnlyOne?: boolean;
848
+ disableMarginAuto?: boolean;
849
+ onLoaded?: (status: boolean) => void;
850
+ onChangeActive?: (index: number) => void;
851
+ onUpdated?: (slider: KeenSliderInstance) => void;
852
+ onCreated?: (slider: KeenSliderInstance) => void;
853
+ onClickArrow?: () => void;
854
+ onHandleChangeSlideByInteraction?: (index: number) => void;
855
+ onSwiperReady?: (swiper: Swiper) => void;
856
+ elmRef?: React.Ref<HTMLDivElement>;
857
+ rootClass?: string;
858
+ parentClass?: string;
859
+ rootAttrs?: Record<string, string | boolean | number>;
860
+ slidesClass?: string;
861
+ fullHeight?: boolean;
862
+ isDisableResetSlide?: boolean;
863
+ isProductList?: boolean;
864
+ thumbsSwiper?: string;
865
+ } & {
866
+ rootId?: string;
867
+ rootClass?: string;
868
+ wrapperClass?: string;
869
+ rootStyles?: React.CSSProperties;
870
+ rawChildren?: any[];
871
+ advanced?: any;
872
+ disableMarginAuto?: boolean;
873
+ slidesClass?: string;
874
+ conditionAppendJs?: string;
875
+ isEnableCheckHasScrollableContent?: boolean;
876
+ };
877
+ type CarouselItemProps$1 = {
878
+ parentStyle?: CarouselProps$1['styles'];
879
+ customStyle?: React.CSSProperties;
880
+ parentSettings?: CarouselProps$1['setting'];
881
+ background?: Partial<Record<NameDevices, Background>> | undefined;
882
+ index?: number;
883
+ contentType?: 'normalItem' | 'productImage';
884
+ onClickItem?: React.MouseEventHandler<any>;
885
+ dispatchEventSelectSlide?: (index: number) => void;
886
+ parentId?: string;
887
+ parentUid?: string;
888
+ indexKey?: string;
889
+ } & BasePropsWrap & React.ComponentPropsWithoutRef<'div'>;
890
+
891
+ declare const Carousel$3: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps$1, CarouselStyleProps$1, Record<string, any>> & {
892
+ builderAttrs?: Record<string, any> | undefined;
893
+ style?: React.CSSProperties | undefined;
894
+ } & {
895
+ children?: React.ReactNode;
896
+ moveToIdx?: number | undefined;
897
+ isHiddenArrowWhenDisabled?: boolean | undefined;
898
+ hiddenDotWhenOnlyOne?: boolean | undefined;
899
+ disableMarginAuto?: boolean | undefined;
900
+ onLoaded?: ((status: boolean) => void) | undefined;
901
+ onChangeActive?: ((index: number) => void) | undefined;
902
+ onUpdated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
903
+ onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
904
+ onClickArrow?: (() => void) | undefined;
905
+ onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
906
+ onSwiperReady?: ((swiper: Swiper) => void) | undefined;
907
+ elmRef?: React.Ref<HTMLDivElement> | undefined;
908
+ rootClass?: string | undefined;
909
+ parentClass?: string | undefined;
910
+ rootAttrs?: Record<string, string | number | boolean> | undefined;
911
+ slidesClass?: string | undefined;
912
+ fullHeight?: boolean | undefined;
913
+ isDisableResetSlide?: boolean | undefined;
914
+ isProductList?: boolean | undefined;
915
+ thumbsSwiper?: string | undefined;
916
+ } & {
917
+ rootId?: string | undefined;
918
+ rootClass?: string | undefined;
919
+ wrapperClass?: string | undefined;
920
+ rootStyles?: React.CSSProperties | undefined;
921
+ rawChildren?: any[] | undefined;
922
+ advanced?: any;
923
+ disableMarginAuto?: boolean | undefined;
924
+ slidesClass?: string | undefined;
925
+ conditionAppendJs?: string | undefined;
926
+ isEnableCheckHasScrollableContent?: boolean | undefined;
927
+ } & React.RefAttributes<CarouselRef$1>>;
928
+
929
+ declare const CarouselItem$3: React.FC<CarouselItemProps$1>;
930
+
931
+ declare const carouselSettingV3: {
932
+ CarouselV3: _gem_sdk_core.ComponentSetting<CarouselProps$1>;
933
+ CarouselItemV3: _gem_sdk_core.ComponentSetting<CarouselItemProps$1>;
934
+ };
935
+
732
936
  declare const CAROUSEL_ANIMATION: {
733
937
  readonly EASE_IN: {
734
938
  readonly value: "ease-in";
@@ -878,7 +1082,7 @@ type CarouselItemProps = {
878
1082
  parentUid?: string;
879
1083
  } & BasePropsWrap & React.ComponentPropsWithoutRef<'div'>;
880
1084
 
881
- declare const Carousel$1: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
1085
+ declare const Carousel$2: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
882
1086
  builderAttrs?: Record<string, any> | undefined;
883
1087
  style?: React.CSSProperties | undefined;
884
1088
  } & {
@@ -911,7 +1115,7 @@ declare const Carousel$1: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProp
911
1115
  conditionAppendJs?: string | undefined;
912
1116
  } & React.RefAttributes<CarouselRef>>;
913
1117
 
914
- declare const CarouselItem$1: React.FC<CarouselItemProps>;
1118
+ declare const CarouselItem$2: React.FC<CarouselItemProps>;
915
1119
 
916
1120
  declare const carouselSetting: {
917
1121
  Carousel: _gem_sdk_core.ComponentSetting<CarouselProps>;
@@ -1153,7 +1357,9 @@ type timerEverygreenType = {
1153
1357
  days: number;
1154
1358
  hours: number;
1155
1359
  mins: number;
1360
+ seconds?: number;
1156
1361
  endTime: number;
1362
+ startTime?: number;
1157
1363
  };
1158
1364
  type timerDailyType = {
1159
1365
  hours: number;
@@ -1210,7 +1416,7 @@ type CountdownStyleProps = {
1210
1416
  roundedState?: StateProp<CornerRadius>;
1211
1417
  verticalGap?: string;
1212
1418
  horizontalGap?: string;
1213
- itemPadding?: ObjectDevices<PaddingType$1>;
1419
+ itemPadding?: ObjectDevices<PaddingType$2>;
1214
1420
  };
1215
1421
  type CountdownProps = BaseProps<CountdownSettingProps, CountdownStyleProps> & {
1216
1422
  pageContext?: PageContext;
@@ -1266,7 +1472,7 @@ type DialogSettingProps = {
1266
1472
  btnSize?: number;
1267
1473
  btnWidth?: ObjectDevices<string>;
1268
1474
  btnHeight?: ObjectDevices<string>;
1269
- btnPadding?: ObjectDevices<PaddingType$1>;
1475
+ btnPadding?: ObjectDevices<PaddingType$2>;
1270
1476
  background?: ObjectDevices<BackgroundMedia>;
1271
1477
  iconSize?: string;
1272
1478
  iconSvg?: string;
@@ -1550,12 +1756,12 @@ type NewsletterProps = BasePropsWrap<NewsLetterSettingProps, NewsLetterStyleProp
1550
1756
  formType?: string;
1551
1757
  pageContext?: PageContext;
1552
1758
  };
1553
- type OriginalSettingProps$6 = {
1759
+ type OriginalSettingProps$7 = {
1554
1760
  layout?: 'default' | 'rounded' | 'bordered' | 'underlined';
1555
1761
  label?: string;
1556
1762
  translate?: string;
1557
1763
  };
1558
- type SubmitButtonSettingProps = OriginalSettingProps$6 & Pick<ButtonSettingProps, 'iconAlign' | 'iconSvg' | 'iconVisible' | 'shouldClearSpace' | 'enableHoverEffect'>;
1764
+ type SubmitButtonSettingProps = OriginalSettingProps$7 & Pick<ButtonSettingProps, 'iconAlign' | 'iconSvg' | 'iconVisible' | 'shouldClearSpace' | 'enableHoverEffect'>;
1559
1765
  type SubmitButtonStyleProps = ButtonStyleProps;
1560
1766
  type SubmitButtonProps = BasePropsWrap<SubmitButtonSettingProps, SubmitButtonStyleProps> & {
1561
1767
  children: React.ReactNode;
@@ -1921,7 +2127,7 @@ type IconListStyleProps = {
1921
2127
  background?: ObjectDevices<Background>;
1922
2128
  panelAlign?: ObjectDevices<AlignProp>;
1923
2129
  contentBoxWidth?: ObjectDevices<string | number>;
1924
- contentBoxPadding?: ObjectDevices<PaddingType$1>;
2130
+ contentBoxPadding?: ObjectDevices<PaddingType$2>;
1925
2131
  contentBoxBorder?: ObjectDevices<Border>;
1926
2132
  contentBoxRounded?: ObjectDevices<CornerRadius>;
1927
2133
  contentBoxShadow?: ObjectDevices<ShadowProps>;
@@ -1972,14 +2178,14 @@ type ImageComparisonSettingProps = {
1972
2178
  seoTab?: ImageTab;
1973
2179
  enableLabel?: boolean;
1974
2180
  preload?: boolean;
1975
- qualityType?: ObjectDevices<QualityType$1>;
2181
+ qualityType?: ObjectDevices<QualityType$2>;
1976
2182
  qualityPercent?: ObjectDevices<number>;
1977
2183
  enableSEOLeft?: boolean;
1978
2184
  enableSEORight?: boolean;
1979
2185
  };
1980
- type QualityType$1 = 'finest' | 'high' | 'medium' | 'custom';
2186
+ type QualityType$2 = 'finest' | 'high' | 'medium' | 'custom';
1981
2187
  type ImageComparisonStyleProps = {
1982
- labelPadding?: ObjectDevices<PaddingType$1>;
2188
+ labelPadding?: ObjectDevices<PaddingType$2>;
1983
2189
  labelTextColor?: ColorValueType;
1984
2190
  labelBackgroundColor?: ObjectDevices<ColorValueType>;
1985
2191
  labelBorder?: ObjectDevices<Border>;
@@ -2507,7 +2713,7 @@ declare const postPurchaseTextSetting: {
2507
2713
  PostPurchaseHeading: _gem_sdk_core.ComponentSetting<PostPurchaseTextProps>;
2508
2714
  };
2509
2715
 
2510
- type OriginalSettingProps$5 = {
2716
+ type OriginalSettingProps$6 = {
2511
2717
  isAuto?: boolean;
2512
2718
  productSetting?: {
2513
2719
  productId?: string;
@@ -2530,7 +2736,7 @@ type OriginalSettingProps$5 = {
2530
2736
  ssr?: boolean;
2531
2737
  isSyncProduct?: boolean;
2532
2738
  };
2533
- type ProductSettingProps = OriginalSettingProps$5 & Omit<ProductProviderProps, 'product' | 'initialVariantId'> & RowSettingProps;
2739
+ type ProductSettingProps = OriginalSettingProps$6 & Omit<ProductProviderProps, 'product' | 'initialVariantId'> & RowSettingProps;
2534
2740
  type ProductStyleProps = RowStyleProps;
2535
2741
  type ProductProps = BasePropsWrap<ProductSettingProps, ProductStyleProps> & {
2536
2742
  children: React.ReactNode;
@@ -2677,12 +2883,12 @@ type PostPurchaseProductPriceBreakdownProps = BasePropsWrap<PostPurchaseProductP
2677
2883
  children?: ReactNode;
2678
2884
  };
2679
2885
 
2680
- type FeatureImageStyles$1 = {
2886
+ type FeatureImageStyles$2 = {
2681
2887
  ftLayout?: ObjectDevices<ObjectFit$1>;
2682
2888
  ftShape?: ObjectDevices<SizeSettingGlobal>;
2683
2889
  ftCorner?: CornerRadius;
2684
2890
  };
2685
- type OriginalFeatureImageSetting = {
2891
+ type OriginalFeatureImageSetting$1 = {
2686
2892
  ftClickOpenLightBox?: ObjectDevices<'none' | 'popup' | 'product-link'>;
2687
2893
  ftClickOpenNewTab?: boolean;
2688
2894
  hoverEffect?: 'zoom' | 'other' | 'none';
@@ -2696,28 +2902,29 @@ type OriginalFeatureImageSetting = {
2696
2902
  ftArrow?: ObjectDevices<boolean>;
2697
2903
  ftLoop?: ObjectDevices<boolean>;
2698
2904
  ftAnimationSpeed?: number;
2699
- ftAnimationMode?: CarouselAnimationValue;
2905
+ ftAnimationMode?: CarouselAnimationValue$1;
2700
2906
  ftPauseOnHover?: boolean;
2701
2907
  ftArrowIcon?: string;
2702
2908
  ftArrowIconSize?: ObjectDevices<number>;
2703
2909
  ftArrowIconColor?: ColorValueType;
2704
2910
  ftDragToScroll?: boolean;
2705
2911
  ftArrowNavColor?: string;
2912
+ ftArrowNavSize?: SizeSettingGlobal;
2706
2913
  ftArrowNavBorder?: Border;
2707
2914
  ftArrowNavRadius?: CornerRadius;
2708
2915
  ftArrowNavShadow?: ShadowProps;
2709
2916
  ftDotColor?: ObjectDevices<ColorValueType>;
2710
2917
  ftDotActiveColor?: ObjectDevices<ColorValueType>;
2711
- ftDotStyle?: ObjectDevices<DotStyle>;
2918
+ ftDotStyle?: ObjectDevices<DotStyle$1>;
2712
2919
  ftDotSize?: ObjectDevices<number>;
2713
2920
  ftDotGapToCarousel?: ObjectDevices<number>;
2714
2921
  };
2715
- type FeatureImageSetting$1 = OriginalFeatureImageSetting & GalleryStyles$1;
2716
- type SelectDisplaySetting = {
2922
+ type FeatureImageSetting$2 = OriginalFeatureImageSetting$1 & GalleryStyles$2;
2923
+ type SelectDisplaySetting$1 = {
2717
2924
  typeDisplay?: 'all-images' | 'select-manual';
2718
2925
  preDisplay?: '1st-available-variant' | '1st-images' | '1st-video' | '1st-3d-mode';
2719
2926
  };
2720
- type GalleryStyles$1 = {
2927
+ type GalleryStyles$2 = {
2721
2928
  layout?: ObjectDevices<ObjectFit$1>;
2722
2929
  shape?: ObjectDevices<SizeSettingGlobal>;
2723
2930
  shapeForBottom?: ObjectDevices<SizeSettingGlobal>;
@@ -2732,7 +2939,7 @@ type GalleryStyles$1 = {
2732
2939
  verticalLayout?: ObjectDevices<boolean>;
2733
2940
  verticalLayoutRow?: ObjectDevices<boolean>;
2734
2941
  };
2735
- type GallerySetting$1 = {
2942
+ type GallerySetting$2 = {
2736
2943
  clickOpenLightBox?: ObjectDevices<boolean>;
2737
2944
  type?: ObjectDevices<string>;
2738
2945
  galleryHoverEffect?: 'zoom' | 'none';
@@ -2750,33 +2957,34 @@ type GallerySetting$1 = {
2750
2957
  arrowIconColor?: ColorValueType;
2751
2958
  dragToScroll?: boolean;
2752
2959
  arrowNavColor?: string;
2960
+ arrowNavSize?: SizeSettingGlobal;
2753
2961
  arrowNavBorder?: Border;
2754
2962
  arrowNavRadius?: CornerRadius;
2755
2963
  arrowNavShadow?: ShadowProps;
2756
2964
  borderActive?: Border;
2757
2965
  };
2758
- type ProductImageOriginalSettingProps = {
2759
- qualityType?: ObjectDevices<QualityType>;
2966
+ type ProductImageOriginalSettingProps$1 = {
2967
+ qualityType?: ObjectDevices<QualityType$1>;
2760
2968
  qualityPercent?: ObjectDevices<number>;
2761
2969
  displayByVariant?: boolean;
2762
2970
  variantSelect?: string;
2763
2971
  };
2764
- type ProductImagesSetting$1 = ProductImageOriginalSettingProps & GallerySetting$1 & FeatureImageSetting$1 & SelectDisplaySetting;
2765
- type ProductImagesStyles$1 = GalleryStyles$1 & FeatureImageStyles$1 & {
2972
+ type ProductImagesSetting$2 = ProductImageOriginalSettingProps$1 & GallerySetting$2 & FeatureImageSetting$2 & SelectDisplaySetting$1;
2973
+ type ProductImagesStyles$2 = GalleryStyles$2 & FeatureImageStyles$2 & {
2766
2974
  spacing?: ObjectDevices<string | number>;
2767
- position?: ObjectDevices<ProductImagesLayout$1>;
2975
+ position?: ObjectDevices<ProductImagesLayout$2>;
2768
2976
  ratioLayout?: ObjectDevices<number[]>;
2769
2977
  ratioLayoutRight?: ObjectDevices<number[]>;
2770
2978
  align?: ObjectDevices<Property.AlignItems>;
2771
2979
  };
2772
- type ProductImagesProps$1 = BasePropsWrap<ProductImagesSetting$1, ProductImagesStyles$1> & {
2980
+ type ProductImagesProps$2 = BasePropsWrap<ProductImagesSetting$2, ProductImagesStyles$2> & {
2773
2981
  className?: string;
2774
2982
  children?: React.ReactNode;
2775
2983
  dotSize?: Partial<Record<NameDevices, number>>;
2776
2984
  dotGapToCarousel?: Partial<Record<NameDevices, number | string>>;
2777
2985
  };
2778
- type QualityType = 'finest' | 'high' | 'medium' | 'custom';
2779
- type ProductImagesLayout$1 = 'bottom-left' | 'bottom-center' | 'left' | 'right' | 'only-feature' | 'one-col' | 'two-col' | 'inside-bottom' | 'inside-left' | 'inside-right';
2986
+ type QualityType$1 = 'finest' | 'high' | 'medium' | 'custom';
2987
+ type ProductImagesLayout$2 = 'bottom-left' | 'bottom-center' | 'left' | 'right' | 'only-feature' | 'one-col' | 'two-col' | 'inside-bottom' | 'inside-left' | 'inside-right';
2780
2988
 
2781
2989
  type FeatureImagStyle = {
2782
2990
  ftAspectRatio?: string;
@@ -2798,7 +3006,7 @@ type ImageListStyle = {
2798
3006
  ilNumberPerRow: number;
2799
3007
  };
2800
3008
  type ProductImageLayoutSettings = {
2801
- layoutType?: ProductImagesLayout;
3009
+ layoutType?: ProductImagesLayout$1;
2802
3010
  spacingHoz?: string;
2803
3011
  spacingVertical?: Spacing;
2804
3012
  ratioLayoutLeft?: number[];
@@ -2806,7 +3014,7 @@ type ProductImageLayoutSettings = {
2806
3014
  ftEnabled?: boolean;
2807
3015
  ilEnabled?: boolean;
2808
3016
  };
2809
- type ProductImagesLayout = 'bottom-center' | 'left' | 'right' | 'only-feature' | 'one-col' | 'two-col';
3017
+ type ProductImagesLayout$1 = 'bottom-center' | 'left' | 'right' | 'only-feature' | 'one-col' | 'two-col';
2810
3018
  type ProductImagesSettingProps = ImageListSetting & ProductImageLayoutSettings;
2811
3019
  type AlignSetting = {
2812
3020
  align?: 'left' | 'right' | 'center';
@@ -2833,11 +3041,11 @@ type PostPurchaseProductPriceSettingProps = {
2833
3041
  moneyWithCurrentFormat?: boolean;
2834
3042
  discountAndShippingFee?: boolean;
2835
3043
  };
2836
- type OriginalStyleProps$3 = {
3044
+ type OriginalStyleProps$4 = {
2837
3045
  priceType?: 'regular' | 'compare';
2838
3046
  lineThrough?: boolean;
2839
3047
  };
2840
- type PostPurchaseProductPriceStyleProps = OriginalStyleProps$3 & PostPurchaseTextSettingProps & PostPurchaseTextStyleProps;
3048
+ type PostPurchaseProductPriceStyleProps = OriginalStyleProps$4 & PostPurchaseTextSettingProps & PostPurchaseTextStyleProps;
2841
3049
  type PostPurchaseProductPriceProps = BasePropsWrap<PostPurchaseProductPriceSettingProps, PostPurchaseProductPriceStyleProps> & {
2842
3050
  advanced?: any;
2843
3051
  children?: ReactNode;
@@ -3312,10 +3520,111 @@ declare const postPurchaseProductSetting: {
3312
3520
  PostPurchaseProductImages: _gem_sdk_core.ComponentSetting<PostPurchaseProductImagesProps>;
3313
3521
  };
3314
3522
 
3315
- type OriginalSettingProps$4 = {
3523
+ type FeatureImageStyles$1 = {
3524
+ ftLayout?: ObjectDevices<ObjectFit$1>;
3525
+ ftShape?: ObjectDevices<SizeSettingGlobal>;
3526
+ ftCorner?: CornerRadius;
3527
+ };
3528
+ type OriginalFeatureImageSetting = {
3529
+ ftClickOpenLightBox?: ObjectDevices<'none' | 'popup' | 'product-link'>;
3530
+ ftClickOpenNewTab?: boolean;
3531
+ hoverEffect?: 'zoom' | 'other' | 'none';
3532
+ zoom?: number;
3533
+ zoomType?: 'default' | 'glasses';
3534
+ otherImage?: number;
3535
+ preload?: boolean;
3536
+ ftSlidesToShow?: ObjectDevices<number | 'auto'>;
3537
+ ftControlOverContent?: ObjectDevices<boolean>;
3538
+ ftNavigationPosition?: ObjectDevices<'inside' | 'outside' | 'none'>;
3539
+ ftArrow?: ObjectDevices<boolean>;
3540
+ ftLoop?: ObjectDevices<boolean>;
3541
+ ftAnimationSpeed?: number;
3542
+ ftAnimationMode?: CarouselAnimationValue;
3543
+ ftPauseOnHover?: boolean;
3544
+ ftArrowIcon?: string;
3545
+ ftArrowIconSize?: ObjectDevices<number>;
3546
+ ftArrowIconColor?: ColorValueType;
3547
+ ftDragToScroll?: boolean;
3548
+ ftArrowNavColor?: string;
3549
+ ftArrowNavBorder?: Border;
3550
+ ftArrowNavRadius?: CornerRadius;
3551
+ ftArrowNavShadow?: ShadowProps;
3552
+ ftDotColor?: ObjectDevices<ColorValueType>;
3553
+ ftDotActiveColor?: ObjectDevices<ColorValueType>;
3554
+ ftDotStyle?: ObjectDevices<DotStyle>;
3555
+ ftDotSize?: ObjectDevices<number>;
3556
+ ftDotGapToCarousel?: ObjectDevices<number>;
3557
+ };
3558
+ type FeatureImageSetting$1 = OriginalFeatureImageSetting & GalleryStyles$1;
3559
+ type SelectDisplaySetting = {
3560
+ typeDisplay?: 'all-images' | 'select-manual';
3561
+ preDisplay?: '1st-available-variant' | '1st-images' | '1st-video' | '1st-3d-mode';
3562
+ };
3563
+ type GalleryStyles$1 = {
3564
+ layout?: ObjectDevices<ObjectFit$1>;
3565
+ shape?: ObjectDevices<SizeSettingGlobal>;
3566
+ shapeForBottom?: ObjectDevices<SizeSettingGlobal>;
3567
+ shapeForFtOnly?: ObjectDevices<SizeSettingGlobal>;
3568
+ shapeFor2Col?: ObjectDevices<SizeSettingGlobal>;
3569
+ shapeFor1Col?: ObjectDevices<SizeSettingGlobal>;
3570
+ shapeForInsideBottom?: ObjectDevices<SizeSettingGlobal>;
3571
+ shapeForInside?: ObjectDevices<SizeSettingGlobal>;
3572
+ corner?: CornerRadius;
3573
+ itemSpacing?: ObjectDevices<string | number>;
3574
+ align?: ObjectDevices<Property.AlignItems>;
3575
+ verticalLayout?: ObjectDevices<boolean>;
3576
+ verticalLayoutRow?: ObjectDevices<boolean>;
3577
+ };
3578
+ type GallerySetting$1 = {
3579
+ clickOpenLightBox?: ObjectDevices<boolean>;
3580
+ type?: ObjectDevices<string>;
3581
+ galleryHoverEffect?: 'zoom' | 'none';
3582
+ galleryZoom?: number;
3583
+ galleryZoomType?: 'default' | 'glasses';
3584
+ preload?: boolean;
3585
+ slidesToShow?: ObjectDevices<number | 'auto'>;
3586
+ navigationPosition?: ObjectDevices<'inside' | 'outside' | 'none'>;
3587
+ arrow?: ObjectDevices<boolean>;
3588
+ loop?: ObjectDevices<boolean>;
3589
+ speed?: number;
3590
+ pauseOnHover?: boolean;
3591
+ arrowIcon?: string;
3592
+ arrowIconSize?: ObjectDevices<number>;
3593
+ arrowIconColor?: ColorValueType;
3594
+ dragToScroll?: boolean;
3595
+ arrowNavColor?: string;
3596
+ arrowNavBorder?: Border;
3597
+ arrowNavRadius?: CornerRadius;
3598
+ arrowNavShadow?: ShadowProps;
3599
+ borderActive?: Border;
3600
+ };
3601
+ type ProductImageOriginalSettingProps = {
3602
+ qualityType?: ObjectDevices<QualityType>;
3603
+ qualityPercent?: ObjectDevices<number>;
3604
+ displayByVariant?: boolean;
3605
+ variantSelect?: string;
3606
+ };
3607
+ type ProductImagesSetting$1 = ProductImageOriginalSettingProps & GallerySetting$1 & FeatureImageSetting$1 & SelectDisplaySetting;
3608
+ type ProductImagesStyles$1 = GalleryStyles$1 & FeatureImageStyles$1 & {
3609
+ spacing?: ObjectDevices<string | number>;
3610
+ position?: ObjectDevices<ProductImagesLayout>;
3611
+ ratioLayout?: ObjectDevices<number[]>;
3612
+ ratioLayoutRight?: ObjectDevices<number[]>;
3613
+ align?: ObjectDevices<Property.AlignItems>;
3614
+ };
3615
+ type ProductImagesProps$1 = BasePropsWrap<ProductImagesSetting$1, ProductImagesStyles$1> & {
3616
+ className?: string;
3617
+ children?: React.ReactNode;
3618
+ dotSize?: Partial<Record<NameDevices, number>>;
3619
+ dotGapToCarousel?: Partial<Record<NameDevices, number | string>>;
3620
+ };
3621
+ type QualityType = 'finest' | 'high' | 'medium' | 'custom';
3622
+ type ProductImagesLayout = 'bottom-left' | 'bottom-center' | 'left' | 'right' | 'only-feature' | 'one-col' | 'two-col' | 'inside-bottom' | 'inside-left' | 'inside-right';
3623
+
3624
+ type OriginalSettingProps$5 = {
3316
3625
  linkProduct?: boolean;
3317
3626
  };
3318
- type ProductTitleSettingProps = OriginalSettingProps$4 & TextSettingProps;
3627
+ type ProductTitleSettingProps = OriginalSettingProps$5 & TextSettingProps;
3319
3628
  type ProductTitleStyleProps = TextStyleProps;
3320
3629
  type ProductTitleProps = BaseProps<ProductTitleSettingProps, ProductTitleStyleProps>;
3321
3630
 
@@ -3370,7 +3679,7 @@ type ProductPriceProps = BasePropsWrap<ProductPriceSettingProps, ProductPriceSty
3370
3679
  pageContext?: PageContext;
3371
3680
  };
3372
3681
 
3373
- type OriginalSettingProps$3 = {
3682
+ type OriginalSettingProps$4 = {
3374
3683
  label?: string;
3375
3684
  translate?: string;
3376
3685
  outOfStockLabel?: string;
@@ -3401,8 +3710,8 @@ type OriginalSettingProps$3 = {
3401
3710
  opacityPrice?: number;
3402
3711
  separator?: Separator;
3403
3712
  };
3404
- type ProductButtonSettingProps = OriginalSettingProps$3 & Pick<ButtonSettingProps, 'iconAlign' | 'iconSvg' | 'iconVisible' | 'enableHoverEffect'>;
3405
- type OriginalStyleProps$2 = {
3713
+ type ProductButtonSettingProps = OriginalSettingProps$4 & Pick<ButtonSettingProps, 'iconAlign' | 'iconSvg' | 'iconVisible' | 'enableHoverEffect'>;
3714
+ type OriginalStyleProps$3 = {
3406
3715
  successTypo?: NonNullable<TextProps['styles']>['typo'];
3407
3716
  successColor?: ColorValueType;
3408
3717
  priceColorHover?: ObjectDevices<StateProp<ColorValueType>>;
@@ -3427,7 +3736,7 @@ type OriginalStyleProps$2 = {
3427
3736
  enablePrice?: boolean;
3428
3737
  enableSeparator?: boolean;
3429
3738
  };
3430
- type ProductButtonStyleProps = OriginalStyleProps$2 & ButtonStyleProps;
3739
+ type ProductButtonStyleProps = OriginalStyleProps$3 & ButtonStyleProps;
3431
3740
  type ProductButtonProps = BasePropsWrap<ProductButtonSettingProps, ProductButtonStyleProps> & {
3432
3741
  className?: string;
3433
3742
  style?: React.CSSProperties;
@@ -3573,7 +3882,7 @@ type ProductTagSettingProps = {
3573
3882
  newLabel?: string;
3574
3883
  moneyWithCurrentFormat?: boolean;
3575
3884
  } & TextSettingProps;
3576
- type OriginalStyleProps$1 = {
3885
+ type OriginalStyleProps$2 = {
3577
3886
  textAlign?: ObjectDevices<AlignProp>;
3578
3887
  backgroundColor?: ColorValueType;
3579
3888
  textColor?: ColorValueType;
@@ -3595,11 +3904,61 @@ type OriginalStyleProps$1 = {
3595
3904
  textContentAlign?: ObjectDevices<AlignProp>;
3596
3905
  size?: ObjectDevices<SizeSettingGlobal>;
3597
3906
  };
3598
- type ProductTagStyleProps = OriginalStyleProps$1 & TextStyleProps;
3907
+ type ProductTagStyleProps = OriginalStyleProps$2 & TextStyleProps;
3599
3908
  type ProductTagProps = BaseProps<ProductTagSettingProps, ProductTagStyleProps> & {
3600
3909
  'bundle-item'?: bundleItem;
3601
3910
  };
3602
3911
 
3912
+ type ProductSortedByOrderType$1 = 'TITLE_ASC' | 'TITLE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'none' | undefined;
3913
+ type ProductSource$1 = 'Collection' | 'PickProduct' | 'DynamicCollection' | 'RelatedProduct';
3914
+ type RelatedCondition$1 = 'collection' | 'production-type' | 'vendor' | 'tags' | 'category';
3915
+ type OriginalStyleProps$1 = {
3916
+ layout?: 'grid' | 'slider';
3917
+ horizontalGutter?: ObjectDevices<string>;
3918
+ verticalGutter?: ObjectDevices<string>;
3919
+ fullWidth?: ObjectDevices<boolean>;
3920
+ adaptiveHeight?: ObjectDevices<boolean>;
3921
+ width?: ObjectDevices<string>;
3922
+ height?: ObjectDevices<string>;
3923
+ backgroundColor?: ObjectDevices<ColorValueType>;
3924
+ backgroundImage?: ObjectDevices<BackgroundImageValue>;
3925
+ preloadBgImage?: boolean;
3926
+ align?: ObjectDevices<AlignProp>;
3927
+ };
3928
+ type ProductListStyleProps$1 = OriginalStyleProps$1 & CarouselStyleProps$1;
3929
+ type OriginalSettingProps$3 = {
3930
+ productSetting?: {
3931
+ productSrc?: ProductSource$1;
3932
+ productIds?: string[];
3933
+ collectionId?: string;
3934
+ collectionHandle?: string;
3935
+ productHandles?: string[];
3936
+ numOfSelectedProducts?: number;
3937
+ relatedTag?: RelatedCondition$1[];
3938
+ relatedType?: 'related-product' | 'recommended-product';
3939
+ hasRelatedExclude?: boolean;
3940
+ relatedExclude?: string;
3941
+ relatedTagsExclude?: string;
3942
+ relatedCollectionExclude?: string;
3943
+ relatedProductId?: string;
3944
+ relatedProductHandle?: string;
3945
+ };
3946
+ randomizeOrder?: boolean;
3947
+ numberOfProducts?: number;
3948
+ col?: number;
3949
+ scrollMode?: ObjectDevices<'snap' | 'free' | 'free-snap'>;
3950
+ orderBy?: ProductSortedByOrderType$1;
3951
+ sameHeight?: boolean;
3952
+ };
3953
+ type ProductListSettingProps$1 = OriginalSettingProps$3 & CarouselSettingProps$1;
3954
+ type ProductListProps$1 = BasePropsWrap<ProductListSettingProps$1, ProductListStyleProps$1> & {
3955
+ style?: React.CSSProperties;
3956
+ className?: string;
3957
+ children: React.ReactNode;
3958
+ pageContext?: PageContext;
3959
+ rawChildren: any;
3960
+ };
3961
+
3603
3962
  type ProductSortedByOrderType = 'TITLE_ASC' | 'TITLE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'none' | undefined;
3604
3963
  type ProductSource = 'Collection' | 'PickProduct' | 'DynamicCollection' | 'RelatedProduct';
3605
3964
  type RelatedCondition = 'collection' | 'production-type' | 'vendor' | 'tags' | 'category';
@@ -3801,12 +4160,12 @@ type ProductBadgeProps = BasePropsWrap<ProductBadgeSettingProps, ProductBadgeSty
3801
4160
  imageData: {
3802
4161
  imageShape?: Partial<Record<NameDevices, SizeSettingGlobal>>;
3803
4162
  imageAlign?: Partial<Record<NameDevices, Property.AlignItems>>;
3804
- imageLayout?: Partial<Record<NameDevices, ProductImagesLayout$1>>;
4163
+ imageLayout?: Partial<Record<NameDevices, ProductImagesLayout$2>>;
3805
4164
  };
3806
4165
  dotData: {
3807
4166
  dotSize?: Partial<Record<NameDevices, number>>;
3808
4167
  dotGapToCarousel?: Partial<Record<NameDevices, number | string>>;
3809
- dotStyle: Partial<Record<NameDevices, DotStyle$1>> | undefined;
4168
+ dotStyle: Partial<Record<NameDevices, DotStyle$2>> | undefined;
3810
4169
  };
3811
4170
  } & {
3812
4171
  'bundle-item'?: bundleItem;
@@ -4023,7 +4382,9 @@ declare const ProductButton$1: React.FC<ProductButtonProps>;
4023
4382
 
4024
4383
  declare const ProductVariants$1: React.FC<ProductVariantsProps>;
4025
4384
 
4026
- declare const ProductImages$2: React.FC<ProductImagesProps>;
4385
+ declare const ProductImages$3: React.FC<ProductImagesProps>;
4386
+
4387
+ declare const ProductImagesV2$1: React.FC<ProductImagesProps$2>;
4027
4388
 
4028
4389
  declare const ProductImagesV2: React.FC<ProductImagesProps$1>;
4029
4390
 
@@ -4033,7 +4394,9 @@ declare const QuickView: () => React.JSX.Element | null;
4033
4394
 
4034
4395
  declare const ProductTag$1: React.FC<ProductTagProps>;
4035
4396
 
4036
- declare const ProductList$1: React.FC<ProductListProps>;
4397
+ declare const ProductList$3: React.FC<ProductListProps$1>;
4398
+
4399
+ declare const ProductList$2: React.FC<ProductListProps>;
4037
4400
 
4038
4401
  declare const DynamicCheckout$1: React.FC<DynamicCheckoutProps>;
4039
4402
 
@@ -4062,9 +4425,11 @@ declare const productSetting: {
4062
4425
  ProductVariants: _gem_sdk_core.ComponentSetting<ProductVariantsProps>;
4063
4426
  ProductImages: _gem_sdk_core.ComponentSetting<ProductImagesProps>;
4064
4427
  ProductImagesV2: _gem_sdk_core.ComponentSetting<ProductImagesProps$1>;
4428
+ ProductImagesV3: _gem_sdk_core.ComponentSetting<ProductImagesProps$2>;
4065
4429
  ProductDescription: _gem_sdk_core.ComponentSetting<ProductDescriptionProps>;
4066
4430
  ProductProperties: _gem_sdk_core.ComponentSetting<ProductPropertiesProps>;
4067
4431
  ProductTag: _gem_sdk_core.ComponentSetting<ProductTagProps>;
4432
+ ProductListV3: _gem_sdk_core.ComponentSetting<ProductListProps$1>;
4068
4433
  ProductList: _gem_sdk_core.ComponentSetting<ProductListProps>;
4069
4434
  DynamicCheckout: _gem_sdk_core.ComponentSetting<ProductButtonProps>;
4070
4435
  ProductVendor: _gem_sdk_core.ComponentSetting<VendorProps>;
@@ -5007,6 +5372,12 @@ type TrustooProps = BaseProps<{
5007
5372
  align?: ObjectDevices<AlignProp>;
5008
5373
  version?: 'v1' | 'v2';
5009
5374
  appBlockId?: string;
5375
+ productSetting?: {
5376
+ productHandle?: string;
5377
+ productId?: string;
5378
+ productImage?: string;
5379
+ productTitle?: string;
5380
+ };
5010
5381
  }>;
5011
5382
  type TrustreviewsProductReviewsProps = BaseProps<{
5012
5383
  align?: ObjectDevices<AlignProp>;
@@ -5131,6 +5502,19 @@ type UppromoteAffiliateMarketingProps = BaseProps<{
5131
5502
  appBlockId?: string;
5132
5503
  widgetType?: string;
5133
5504
  }>;
5505
+ type BloyRewardsProgramLoyaltyProps = BaseProps<{
5506
+ align?: ObjectDevices<AlignProp>;
5507
+ openApp?: any;
5508
+ install?: any;
5509
+ appBlockId?: string;
5510
+ widgetType?: string;
5511
+ }>;
5512
+ type KachingSubscriptionsAppProps = BaseProps<{
5513
+ align?: ObjectDevices<AlignProp>;
5514
+ openApp?: any;
5515
+ install?: any;
5516
+ appBlockId?: string;
5517
+ }>;
5134
5518
 
5135
5519
  declare const RechargeSubscriptions$1: React.FC<RechargeSubscriptionsProps>;
5136
5520
 
@@ -5370,6 +5754,10 @@ declare const UppromoteAffiliateMarketing$1: React.FC<UppromoteAffiliateMarketin
5370
5754
 
5371
5755
  declare const DealeasyVolumeDiscounts$1: React.FC<DealeasyVolumeDiscountsProps>;
5372
5756
 
5757
+ declare const BloyRewardsProgramLoyalty$1: React.FC<BloyRewardsProgramLoyaltyProps>;
5758
+
5759
+ declare const KachingSubscriptionsApp$1: React.FC<KachingSubscriptionsAppProps>;
5760
+
5373
5761
  declare const thirdPartySetting: {
5374
5762
  EstimatedDeliveryDatePlus: _gem_sdk_core.ComponentSetting<EstimatedDeliveryDatePlusProps>;
5375
5763
  OkendoReviewsLoyalty: _gem_sdk_core.ComponentSetting<OkendoReviewsLoyaltyProps>;
@@ -5490,6 +5878,8 @@ declare const thirdPartySetting: {
5490
5878
  AovBundlesVolumeDiscounts: _gem_sdk_core.ComponentSetting<AovBundlesVolumeDiscountsProps>;
5491
5879
  UppromoteAffiliateMarketing: _gem_sdk_core.ComponentSetting<UppromoteAffiliateMarketingProps>;
5492
5880
  DealeasyVolumeDiscounts: _gem_sdk_core.ComponentSetting<DealeasyVolumeDiscountsProps>;
5881
+ BloyRewardsProgramLoyalty: _gem_sdk_core.ComponentSetting<BloyRewardsProgramLoyaltyProps>;
5882
+ KachingSubscriptionsApp: _gem_sdk_core.ComponentSetting<KachingSubscriptionsAppProps>;
5493
5883
  };
5494
5884
 
5495
5885
  type InstantJudgemeReviewsSettingProps = {
@@ -5648,6 +6038,8 @@ declare const _default$3: {
5648
6038
  InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
5649
6039
  InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
5650
6040
  InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
6041
+ KachingSubscriptionsApp: React.ComponentType<KachingSubscriptionsAppProps>;
6042
+ BloyRewardsProgramLoyalty: React.ComponentType<BloyRewardsProgramLoyaltyProps>;
5651
6043
  DealeasyVolumeDiscounts: React.ComponentType<DealeasyVolumeDiscountsProps>;
5652
6044
  UppromoteAffiliateMarketing: React.ComponentType<UppromoteAffiliateMarketingProps>;
5653
6045
  AovBundlesVolumeDiscounts: React.ComponentType<AovBundlesVolumeDiscountsProps>;
@@ -5787,10 +6179,12 @@ declare const _default$3: {
5787
6179
  ProductDescription: React.ComponentType<ProductDescriptionProps>;
5788
6180
  ProductVariants: React.ComponentType<ProductVariantsProps>;
5789
6181
  ProductImages: React.ComponentType<ProductImagesProps>;
6182
+ ProductImagesV3: React.ComponentType<ProductImagesProps$2>;
5790
6183
  ProductImagesV2: React.ComponentType<ProductImagesProps$1>;
5791
6184
  ProductProperties: React.ComponentType<ProductPropertiesProps>;
5792
6185
  ProductQuickView: React.ComponentType<{}>;
5793
6186
  ProductTag: React.ComponentType<ProductTagProps>;
6187
+ ProductListV3: React.ComponentType<ProductListProps$1>;
5794
6188
  ProductList: React.ComponentType<ProductListProps>;
5795
6189
  DynamicCheckout: React.ComponentType<DynamicCheckoutProps>;
5796
6190
  ProductVendor: React.ComponentType<VendorProps>;
@@ -5898,7 +6292,7 @@ declare const _default$3: {
5898
6292
  CouponList: React.ComponentType<{}>;
5899
6293
  ShopPayButton: React.ComponentType<ShopPayButtonProps>;
5900
6294
  CheckoutNow: React.ComponentType<CheckoutNowProps>;
5901
- Carousel: React.ComponentType<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
6295
+ Carousel: React.ComponentType<_gem_sdk_core.BaseProps<CarouselSettingProps$1, CarouselStyleProps$1, Record<string, any>> & {
5902
6296
  builderAttrs?: Record<string, any> | undefined;
5903
6297
  style?: React.CSSProperties | undefined;
5904
6298
  } & {
@@ -5913,12 +6307,16 @@ declare const _default$3: {
5913
6307
  onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
5914
6308
  onClickArrow?: (() => void) | undefined;
5915
6309
  onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
6310
+ onSwiperReady?: ((swiper: _gem_sdk_swiper_types_swiper_class.default) => void) | undefined;
5916
6311
  elmRef?: React.Ref<HTMLDivElement> | undefined;
5917
6312
  rootClass?: string | undefined;
5918
6313
  parentClass?: string | undefined;
5919
6314
  rootAttrs?: Record<string, string | number | boolean> | undefined;
5920
6315
  slidesClass?: string | undefined;
5921
6316
  fullHeight?: boolean | undefined;
6317
+ isDisableResetSlide?: boolean | undefined;
6318
+ isProductList?: boolean | undefined;
6319
+ thumbsSwiper?: string | undefined;
5922
6320
  } & {
5923
6321
  rootId?: string | undefined;
5924
6322
  rootClass?: string | undefined;
@@ -5929,8 +6327,9 @@ declare const _default$3: {
5929
6327
  disableMarginAuto?: boolean | undefined;
5930
6328
  slidesClass?: string | undefined;
5931
6329
  conditionAppendJs?: string | undefined;
5932
- } & React.RefAttributes<CarouselRef>>;
5933
- CarouselItem: React.ComponentType<CarouselItemProps>;
6330
+ isEnableCheckHasScrollableContent?: boolean | undefined;
6331
+ } & React.RefAttributes<CarouselRef$1>>;
6332
+ CarouselItem: React.ComponentType<CarouselItemProps$1>;
5934
6333
  Button: React.ComponentType<ButtonProps>;
5935
6334
  Breadcrumb: React.ComponentType<BreadcrumbProps>;
5936
6335
  HeroBanner: React.ComponentType<HeroBannerProps>;
@@ -5989,6 +6388,10 @@ declare const Breadcrumb: ({ setting, builderAttrs, style, styles, className, bu
5989
6388
 
5990
6389
  declare const Button: (props: ButtonLiquidProps) => string;
5991
6390
 
6391
+ declare const CarouselItem$1: (props: CarouselItemProps$1) => string;
6392
+
6393
+ declare const Carousel$1: (props: CarouselProps$1) => string;
6394
+
5992
6395
  declare const CarouselItem: (props: CarouselItemProps) => string;
5993
6396
 
5994
6397
  declare const Carousel: (props: CarouselProps) => string;
@@ -6271,7 +6674,7 @@ declare const ProductButton: (props: ProductButtonProps & {
6271
6674
 
6272
6675
  declare const ProductDescription: (props: ProductDescriptionProps) => string;
6273
6676
 
6274
- declare const ProductImages$1: (productImageProps: ProductImagesProps) => string;
6677
+ declare const ProductImages$2: (productImageProps: ProductImagesProps) => string;
6275
6678
 
6276
6679
  declare const ProductQuantity: ({ setting, styles, advanced, builderProps, }: ProductQuantityProps) => string;
6277
6680
 
@@ -6318,7 +6721,16 @@ declare const ProductTag: ({ setting, styles, builderProps, advanced, pageContex
6318
6721
  pageContext?: PageContext | undefined;
6319
6722
  }) => string;
6320
6723
 
6321
- type PropTypes = ProductImagesProps$1 & React.ComponentPropsWithoutRef<'div'> & {
6724
+ type PropTypes$1 = ProductImagesProps$1 & React.ComponentPropsWithoutRef<'div'> & {
6725
+ rawChildren?: any[];
6726
+ children?: any;
6727
+ } & {
6728
+ pageContext?: PageContext;
6729
+ enableLazyLoadImage?: boolean;
6730
+ };
6731
+ declare const ProductImages$1: (props: PropTypes$1) => string;
6732
+
6733
+ type PropTypes = ProductImagesProps$2 & React.ComponentPropsWithoutRef<'div'> & {
6322
6734
  rawChildren?: any[];
6323
6735
  children?: any;
6324
6736
  } & {
@@ -6327,6 +6739,8 @@ type PropTypes = ProductImagesProps$1 & React.ComponentPropsWithoutRef<'div'> &
6327
6739
  };
6328
6740
  declare const ProductImages: (props: PropTypes) => string;
6329
6741
 
6742
+ declare const ProductList$1: (props: ProductListProps$1) => string;
6743
+
6330
6744
  declare const ProductList: (props: ProductListProps) => string;
6331
6745
 
6332
6746
  declare const ProductPrice: (props: ProductPriceProps) => string;
@@ -6596,6 +7010,10 @@ declare const UppromoteAffiliateMarketing: ({ setting, advanced }: UppromoteAffi
6596
7010
 
6597
7011
  declare const DealeasyVolumeDiscounts: ({ setting, advanced }: DealeasyVolumeDiscountsProps) => string;
6598
7012
 
7013
+ declare const BloyRewardsProgramLoyalty: ({ setting, advanced }: BloyRewardsProgramLoyaltyProps) => string;
7014
+
7015
+ declare const KachingSubscriptionsApp: ({ setting, advanced }: KachingSubscriptionsAppProps) => string;
7016
+
6599
7017
  declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
6600
7018
 
6601
7019
  declare const StellarDeliveryDatePickup: ({ setting, advanced }: StellarDeliveryDatePickupProps) => string;
@@ -6631,6 +7049,7 @@ declare const index_liquid_ArticleTitle: typeof ArticleTitle;
6631
7049
  declare const index_liquid_BestBuyFulfillment: typeof BestBuyFulfillment;
6632
7050
  declare const index_liquid_BfSizeChartSizeGuide: typeof BfSizeChartSizeGuide;
6633
7051
  declare const index_liquid_BirdChime: typeof BirdChime;
7052
+ declare const index_liquid_BloyRewardsProgramLoyalty: typeof BloyRewardsProgramLoyalty;
6634
7053
  declare const index_liquid_Bogos: typeof Bogos;
6635
7054
  declare const index_liquid_BoldProductOptions: typeof BoldProductOptions;
6636
7055
  declare const index_liquid_BoldSubscriptions: typeof BoldSubscriptions;
@@ -6699,6 +7118,7 @@ declare const index_liquid_InstasellShoppableInstagram: typeof InstasellShoppabl
6699
7118
  declare const index_liquid_JudgemeReviews: typeof JudgemeReviews;
6700
7119
  declare const index_liquid_JunipProductReviewsUgc: typeof JunipProductReviewsUgc;
6701
7120
  declare const index_liquid_KachingBundles: typeof KachingBundles;
7121
+ declare const index_liquid_KachingSubscriptionsApp: typeof KachingSubscriptionsApp;
6702
7122
  declare const index_liquid_KingProductOptions: typeof KingProductOptions;
6703
7123
  declare const index_liquid_KiteFreeGiftDiscount: typeof KiteFreeGiftDiscount;
6704
7124
  declare const index_liquid_KlarnaMessaging: typeof KlarnaMessaging;
@@ -6802,10 +7222,12 @@ declare const index_liquid_WishlistKing: typeof WishlistKing;
6802
7222
  declare const index_liquid_WishlistPlus: typeof WishlistPlus;
6803
7223
  declare const index_liquid_YotpoReviews: typeof YotpoReviews;
6804
7224
  declare namespace index_liquid {
6805
- export { index_liquid_Accordion as Accordion, index_liquid_AccordionItem as AccordionItem, index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms, index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc, index_liquid_AliReviews as AliReviews, index_liquid_AlsoBoughtCbb as AlsoBoughtCbb, index_liquid_AovBundlesVolumeDiscounts as AovBundlesVolumeDiscounts, index_liquid_AovFreeGiftBuyXGetYBogo as AovFreeGiftBuyXGetYBogo, index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar, index_liquid_AppstleBundlesDiscounts as AppstleBundlesDiscounts, index_liquid_AppstleSubscriptions as AppstleSubscriptions, index_liquid_ArticleAuthor as ArticleAuthor, index_liquid_ArticleCategory as ArticleCategory, index_liquid_ArticleContent as ArticleContent, index_liquid_ArticleDate as ArticleDate, index_liquid_ArticleExcerpt as ArticleExcerpt, index_liquid_ArticleImage as ArticleImage, index_liquid_ArticleList as ArticleList, index_liquid_ArticlePagination as ArticlePagination, index_liquid_ArticleReadMore as ArticleReadMore, index_liquid_ArticleTag as ArticleTag, index_liquid_ArticleTitle as ArticleTitle, index_liquid_BestBuyFulfillment as BestBuyFulfillment, index_liquid_BfSizeChartSizeGuide as BfSizeChartSizeGuide, index_liquid_BirdChime as BirdChime, index_liquid_Bogos as Bogos, index_liquid_BoldProductOptions as BoldProductOptions, index_liquid_BoldSubscriptions as BoldSubscriptions, index_liquid_BonLoyaltyRewardsReferrals as BonLoyaltyRewardsReferrals, index_liquid_BoostAISearchDiscovery as BoostAISearchDiscovery, index_liquid_Breadcrumb as Breadcrumb, index_liquid_Bundler as Bundler, index_liquid_Button as Button, index_liquid_CSSCode as CSSCode, index_liquid_Carousel as Carousel, index_liquid_CarouselItem as CarouselItem, index_liquid_CleanSizeCharts as CleanSizeCharts, Column as Col, index_liquid_CollectionBanner as CollectionBanner, index_liquid_CollectionDescription as CollectionDescription, index_liquid_CollectionPaginator as CollectionPaginator, index_liquid_CollectionTitle as CollectionTitle, index_liquid_CollectionToolbar as CollectionToolbar, index_liquid_ContactForm as ContactForm, index_liquid_Countdown as Countdown, index_liquid_Coupon as Coupon, index_liquid_CrossSellCartUpsell as CrossSellCartUpsell, index_liquid_CustomProductOptionsVariant as CustomProductOptionsVariant, index_liquid_DealeasyVolumeDiscounts as DealeasyVolumeDiscounts, index_liquid_Dialog as Dialog, index_liquid_DiscountyBulkDiscountSales as DiscountyBulkDiscountSales, index_liquid_DynamicCheckout as DynamicCheckout, index_liquid_EasifyProductOptions as EasifyProductOptions, index_liquid_EasyBundleBuilderSkailama as EasyBundleBuilderSkailama, index_liquid_EasySellCOD as EasySellCOD, index_liquid_EcoboostifyShoppableReelUgc as EcoboostifyShoppableReelUgc, index_liquid_EcomsendBackInStockAlert as EcomsendBackInStockAlert, index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar, index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar, index_liquid_EstimateDate as EstimateDate, index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus, index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts, index_liquid_FeraReviews as FeraReviews, index_liquid_FileUpload as FileUpload, index_liquid_FirePush as FirePush, index_liquid_FlyBundlesUpsellsFbt as FlyBundlesUpsellsFbt, index_liquid_FordeerProductLabels as FordeerProductLabels, FromCheckbox as FormCheckbox, index_liquid_FormDropdown as FormDropdown, index_liquid_FormEmail as FormEmail, index_liquid_FormTextarea as FormTextarea, index_liquid_FrequentlyBoughtTogether as FrequentlyBoughtTogether, index_liquid_GloColorSwatchvariantImage as GloColorSwatchvariantImage, index_liquid_GloboProductOptionsVariant as GloboProductOptionsVariant, index_liquid_GoogleReviewsByReputon as GoogleReviewsByReputon, index_liquid_Growave as Growave, index_liquid_Heading as Heading, index_liquid_HeroBanner as HeroBanner, index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar, index_liquid_HextomFreeShippingBar as HextomFreeShippingBar, index_liquid_HulkFormBuilder as HulkFormBuilder, index_liquid_HulkProductOptions as HulkProductOptions, index_liquid_Icon as Icon, index_liquid_IconList as IconList, index_liquid_IconListHoz as IconListHoz, index_liquid_IconListItem as IconListItem, IconListIHozItemLiquid as IconListItemHoz, index_liquid_IconListV2 as IconListV2, index_liquid_Image as Image, index_liquid_ImageComparison as ImageComparison, index_liquid_InfiniteOptions as InfiniteOptions, index_liquid_Instafeed as Instafeed, index_liquid_InstasellShoppableInstagram as InstasellShoppableInstagram, index_liquid_JudgemeReviews as JudgemeReviews, index_liquid_JunipProductReviewsUgc as JunipProductReviewsUgc, index_liquid_KachingBundles as KachingBundles, index_liquid_KingProductOptions as KingProductOptions, index_liquid_KiteFreeGiftDiscount as KiteFreeGiftDiscount, index_liquid_KlarnaMessaging as KlarnaMessaging, index_liquid_Klaviyo as Klaviyo, index_liquid_KoalaBundleQuantityDiscount as KoalaBundleQuantityDiscount, index_liquid_LaiProductReviews as LaiProductReviews, index_liquid_Line as Line, index_liquid_LoloyalLoyaltyReferrals as LoloyalLoyaltyReferrals, index_liquid_LoopSubscriptions as LoopSubscriptions, index_liquid_LooxReviews as LooxReviews, index_liquid_Marquee as Marquee, index_liquid_MarqueeItem as MarqueeItem, index_liquid_MaxbundleProductBundles as MaxbundleProductBundles, index_liquid_MbcBundleVolumeDiscount as MbcBundleVolumeDiscount, index_liquid_MyappgurusProductReviews as MyappgurusProductReviews, index_liquid_Newsletter as Newsletter, index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder, index_liquid_OkendoReviewsLoyalty as OkendoReviewsLoyalty, index_liquid_Omnisend as Omnisend, index_liquid_Opinew as Opinew, index_liquid_ParcelPanel as ParcelPanel, index_liquid_PickyStory as PickyStory, index_liquid_PowerfulContactFormBuilder as PowerfulContactFormBuilder, index_liquid_PreorderNowPreOrderPq as PreorderNowPreOrderPq, index_liquid_PreorderNowWodPresale as PreorderNowWodPresale, index_liquid_Product as Product, index_liquid_ProductBadge as ProductBadge, index_liquid_ProductBundleDiscount as ProductBundleDiscount, index_liquid_ProductBundleDiscountItem as ProductBundleDiscountItem, index_liquid_ProductButton as ProductButton, index_liquid_ProductDescription as ProductDescription, ProductImages$1 as ProductImages, ProductImages as ProductImagesV2, index_liquid_ProductList as ProductList, index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer, index_liquid_ProductOptionsVariantOption as ProductOptionsVariantOption, index_liquid_ProductPrice as ProductPrice, index_liquid_ProductProperties as ProductProperties, index_liquid_ProductQuantity as ProductQuantity, index_liquid_ProductReviews as ProductReviews, index_liquid_ProductSku as ProductSku, index_liquid_ProductTag as ProductTag, index_liquid_ProductTitle as ProductTitle, index_liquid_ProductVariants as ProductVariants, index_liquid_ProductVendor as ProductVendor, index_liquid_ProductViewMore as ProductViewMore, index_liquid_PumperBundlesVolumeDiscount as PumperBundlesVolumeDiscount, index_liquid_PushOwl as PushOwl, index_liquid_QikifyUpsell as QikifyUpsell, index_liquid_RapiBundleQuantityBreaks as RapiBundleQuantityBreaks, index_liquid_RechargeSubscriptions as RechargeSubscriptions, index_liquid_RecurpaySubscriptionApp as RecurpaySubscriptionApp, index_liquid_Releasit as Releasit, index_liquid_RequestQuoteHidePrice as RequestQuoteHidePrice, index_liquid_ReviewxpoProductReviewsApp as ReviewxpoProductReviewsApp, index_liquid_Rivyo as Rivyo, index_liquid_Root as Root, index_liquid_Row as Row, index_liquid_Ryviu as Ryviu, index_liquid_SealSubscriptions as SealSubscriptions, index_liquid_Section as Section, index_liquid_SegunoEmailMarketing as SegunoEmailMarketing, index_liquid_Selleasy as Selleasy, index_liquid_SeoantTrustBadgesIcon as SeoantTrustBadgesIcon, index_liquid_ShopPayButton as ShopPayButton, index_liquid_ShopPayInstallments as ShopPayInstallments, index_liquid_ShopifyForms as ShopifyForms, index_liquid_ShopifySubscriptions as ShopifySubscriptions, index_liquid_SimpleBundlesKits as SimpleBundlesKits, index_liquid_SkioSubscriptionsYcS20 as SkioSubscriptionsYcS20, index_liquid_SmartSearchBarAndFilters as SmartSearchBarAndFilters, index_liquid_SproutPlantTreesGrowSales as SproutPlantTreesGrowSales, index_liquid_Stamped as Stamped, index_liquid_StellarDeliveryDatePickup as StellarDeliveryDatePickup, index_liquid_Sticky as Sticky, index_liquid_StockCounter as StockCounter, index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp, index_liquid_SubmitButton as SubmitButton, index_liquid_TabItem as TabItem, index_liquid_Tabs as Tabs, index_liquid_TagembedSocialPostReview as TagembedSocialPostReview, index_liquid_TagshopShoppableVideosUgc as TagshopShoppableVideosUgc, index_liquid_TeeinblueProductPersonalizer as TeeinblueProductPersonalizer, index_liquid_Text as Text, index_liquid_TextField as TextField, index_liquid_TextInput as TextInput, index_liquid_ThirdPartySlot as ThirdPartySlot, index_liquid_TrustBadgesBear as TrustBadgesBear, index_liquid_TrustMe as TrustMe, index_liquid_TrustedsiteTrustBadges as TrustedsiteTrustBadges, index_liquid_Trustoo as Trustoo, index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews, index_liquid_TrustshopProductReviews as TrustshopProductReviews, index_liquid_UltimateSalesBoost as UltimateSalesBoost, index_liquid_UnlimitedBundlesDiscounts as UnlimitedBundlesDiscounts, index_liquid_UppromoteAffiliateMarketing as UppromoteAffiliateMarketing, index_liquid_Video as Video, index_liquid_Vitals as Vitals, index_liquid_WhatmoreShoppableVideosreel as WhatmoreShoppableVideosreel, index_liquid_WideBundle as WideBundle, index_liquid_Wiser as Wiser, index_liquid_WishlistKing as WishlistKing, index_liquid_WishlistPlus as WishlistPlus, index_liquid_YotpoReviews as YotpoReviews, config as videoSetting };
7225
+ export { index_liquid_Accordion as Accordion, index_liquid_AccordionItem as AccordionItem, index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms, index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc, index_liquid_AliReviews as AliReviews, index_liquid_AlsoBoughtCbb as AlsoBoughtCbb, index_liquid_AovBundlesVolumeDiscounts as AovBundlesVolumeDiscounts, index_liquid_AovFreeGiftBuyXGetYBogo as AovFreeGiftBuyXGetYBogo, index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar, index_liquid_AppstleBundlesDiscounts as AppstleBundlesDiscounts, index_liquid_AppstleSubscriptions as AppstleSubscriptions, index_liquid_ArticleAuthor as ArticleAuthor, index_liquid_ArticleCategory as ArticleCategory, index_liquid_ArticleContent as ArticleContent, index_liquid_ArticleDate as ArticleDate, index_liquid_ArticleExcerpt as ArticleExcerpt, index_liquid_ArticleImage as ArticleImage, index_liquid_ArticleList as ArticleList, index_liquid_ArticlePagination as ArticlePagination, index_liquid_ArticleReadMore as ArticleReadMore, index_liquid_ArticleTag as ArticleTag, index_liquid_ArticleTitle as ArticleTitle, index_liquid_BestBuyFulfillment as BestBuyFulfillment, index_liquid_BfSizeChartSizeGuide as BfSizeChartSizeGuide, index_liquid_BirdChime as BirdChime, index_liquid_BloyRewardsProgramLoyalty as BloyRewardsProgramLoyalty, index_liquid_Bogos as Bogos, index_liquid_BoldProductOptions as BoldProductOptions, index_liquid_BoldSubscriptions as BoldSubscriptions, index_liquid_BonLoyaltyRewardsReferrals as BonLoyaltyRewardsReferrals, index_liquid_BoostAISearchDiscovery as BoostAISearchDiscovery, index_liquid_Breadcrumb as Breadcrumb, index_liquid_Bundler as Bundler, index_liquid_Button as Button, index_liquid_CSSCode as CSSCode, index_liquid_Carousel as Carousel, index_liquid_CarouselItem as CarouselItem, CarouselItem$1 as CarouselItemV3, Carousel$1 as CarouselV3, index_liquid_CleanSizeCharts as CleanSizeCharts, Column as Col, index_liquid_CollectionBanner as CollectionBanner, index_liquid_CollectionDescription as CollectionDescription, index_liquid_CollectionPaginator as CollectionPaginator, index_liquid_CollectionTitle as CollectionTitle, index_liquid_CollectionToolbar as CollectionToolbar, index_liquid_ContactForm as ContactForm, index_liquid_Countdown as Countdown, index_liquid_Coupon as Coupon, index_liquid_CrossSellCartUpsell as CrossSellCartUpsell, index_liquid_CustomProductOptionsVariant as CustomProductOptionsVariant, index_liquid_DealeasyVolumeDiscounts as DealeasyVolumeDiscounts, index_liquid_Dialog as Dialog, index_liquid_DiscountyBulkDiscountSales as DiscountyBulkDiscountSales, index_liquid_DynamicCheckout as DynamicCheckout, index_liquid_EasifyProductOptions as EasifyProductOptions, index_liquid_EasyBundleBuilderSkailama as EasyBundleBuilderSkailama, index_liquid_EasySellCOD as EasySellCOD, index_liquid_EcoboostifyShoppableReelUgc as EcoboostifyShoppableReelUgc, index_liquid_EcomsendBackInStockAlert as EcomsendBackInStockAlert, index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar, index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar, index_liquid_EstimateDate as EstimateDate, index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus, index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts, index_liquid_FeraReviews as FeraReviews, index_liquid_FileUpload as FileUpload, index_liquid_FirePush as FirePush, index_liquid_FlyBundlesUpsellsFbt as FlyBundlesUpsellsFbt, index_liquid_FordeerProductLabels as FordeerProductLabels, FromCheckbox as FormCheckbox, index_liquid_FormDropdown as FormDropdown, index_liquid_FormEmail as FormEmail, index_liquid_FormTextarea as FormTextarea, index_liquid_FrequentlyBoughtTogether as FrequentlyBoughtTogether, index_liquid_GloColorSwatchvariantImage as GloColorSwatchvariantImage, index_liquid_GloboProductOptionsVariant as GloboProductOptionsVariant, index_liquid_GoogleReviewsByReputon as GoogleReviewsByReputon, index_liquid_Growave as Growave, index_liquid_Heading as Heading, index_liquid_HeroBanner as HeroBanner, index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar, index_liquid_HextomFreeShippingBar as HextomFreeShippingBar, index_liquid_HulkFormBuilder as HulkFormBuilder, index_liquid_HulkProductOptions as HulkProductOptions, index_liquid_Icon as Icon, index_liquid_IconList as IconList, index_liquid_IconListHoz as IconListHoz, index_liquid_IconListItem as IconListItem, IconListIHozItemLiquid as IconListItemHoz, index_liquid_IconListV2 as IconListV2, index_liquid_Image as Image, index_liquid_ImageComparison as ImageComparison, index_liquid_InfiniteOptions as InfiniteOptions, index_liquid_Instafeed as Instafeed, index_liquid_InstasellShoppableInstagram as InstasellShoppableInstagram, index_liquid_JudgemeReviews as JudgemeReviews, index_liquid_JunipProductReviewsUgc as JunipProductReviewsUgc, index_liquid_KachingBundles as KachingBundles, index_liquid_KachingSubscriptionsApp as KachingSubscriptionsApp, index_liquid_KingProductOptions as KingProductOptions, index_liquid_KiteFreeGiftDiscount as KiteFreeGiftDiscount, index_liquid_KlarnaMessaging as KlarnaMessaging, index_liquid_Klaviyo as Klaviyo, index_liquid_KoalaBundleQuantityDiscount as KoalaBundleQuantityDiscount, index_liquid_LaiProductReviews as LaiProductReviews, index_liquid_Line as Line, index_liquid_LoloyalLoyaltyReferrals as LoloyalLoyaltyReferrals, index_liquid_LoopSubscriptions as LoopSubscriptions, index_liquid_LooxReviews as LooxReviews, index_liquid_Marquee as Marquee, index_liquid_MarqueeItem as MarqueeItem, index_liquid_MaxbundleProductBundles as MaxbundleProductBundles, index_liquid_MbcBundleVolumeDiscount as MbcBundleVolumeDiscount, index_liquid_MyappgurusProductReviews as MyappgurusProductReviews, index_liquid_Newsletter as Newsletter, index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder, index_liquid_OkendoReviewsLoyalty as OkendoReviewsLoyalty, index_liquid_Omnisend as Omnisend, index_liquid_Opinew as Opinew, index_liquid_ParcelPanel as ParcelPanel, index_liquid_PickyStory as PickyStory, index_liquid_PowerfulContactFormBuilder as PowerfulContactFormBuilder, index_liquid_PreorderNowPreOrderPq as PreorderNowPreOrderPq, index_liquid_PreorderNowWodPresale as PreorderNowWodPresale, index_liquid_Product as Product, index_liquid_ProductBadge as ProductBadge, index_liquid_ProductBundleDiscount as ProductBundleDiscount, index_liquid_ProductBundleDiscountItem as ProductBundleDiscountItem, index_liquid_ProductButton as ProductButton, index_liquid_ProductDescription as ProductDescription, ProductImages$2 as ProductImages, ProductImages$1 as ProductImagesV2, ProductImages as ProductImagesV3, index_liquid_ProductList as ProductList, ProductList$1 as ProductListV3, index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer, index_liquid_ProductOptionsVariantOption as ProductOptionsVariantOption, index_liquid_ProductPrice as ProductPrice, index_liquid_ProductProperties as ProductProperties, index_liquid_ProductQuantity as ProductQuantity, index_liquid_ProductReviews as ProductReviews, index_liquid_ProductSku as ProductSku, index_liquid_ProductTag as ProductTag, index_liquid_ProductTitle as ProductTitle, index_liquid_ProductVariants as ProductVariants, index_liquid_ProductVendor as ProductVendor, index_liquid_ProductViewMore as ProductViewMore, index_liquid_PumperBundlesVolumeDiscount as PumperBundlesVolumeDiscount, index_liquid_PushOwl as PushOwl, index_liquid_QikifyUpsell as QikifyUpsell, index_liquid_RapiBundleQuantityBreaks as RapiBundleQuantityBreaks, index_liquid_RechargeSubscriptions as RechargeSubscriptions, index_liquid_RecurpaySubscriptionApp as RecurpaySubscriptionApp, index_liquid_Releasit as Releasit, index_liquid_RequestQuoteHidePrice as RequestQuoteHidePrice, index_liquid_ReviewxpoProductReviewsApp as ReviewxpoProductReviewsApp, index_liquid_Rivyo as Rivyo, index_liquid_Root as Root, index_liquid_Row as Row, index_liquid_Ryviu as Ryviu, index_liquid_SealSubscriptions as SealSubscriptions, index_liquid_Section as Section, index_liquid_SegunoEmailMarketing as SegunoEmailMarketing, index_liquid_Selleasy as Selleasy, index_liquid_SeoantTrustBadgesIcon as SeoantTrustBadgesIcon, index_liquid_ShopPayButton as ShopPayButton, index_liquid_ShopPayInstallments as ShopPayInstallments, index_liquid_ShopifyForms as ShopifyForms, index_liquid_ShopifySubscriptions as ShopifySubscriptions, index_liquid_SimpleBundlesKits as SimpleBundlesKits, index_liquid_SkioSubscriptionsYcS20 as SkioSubscriptionsYcS20, index_liquid_SmartSearchBarAndFilters as SmartSearchBarAndFilters, index_liquid_SproutPlantTreesGrowSales as SproutPlantTreesGrowSales, index_liquid_Stamped as Stamped, index_liquid_StellarDeliveryDatePickup as StellarDeliveryDatePickup, index_liquid_Sticky as Sticky, index_liquid_StockCounter as StockCounter, index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp, index_liquid_SubmitButton as SubmitButton, index_liquid_TabItem as TabItem, index_liquid_Tabs as Tabs, index_liquid_TagembedSocialPostReview as TagembedSocialPostReview, index_liquid_TagshopShoppableVideosUgc as TagshopShoppableVideosUgc, index_liquid_TeeinblueProductPersonalizer as TeeinblueProductPersonalizer, index_liquid_Text as Text, index_liquid_TextField as TextField, index_liquid_TextInput as TextInput, index_liquid_ThirdPartySlot as ThirdPartySlot, index_liquid_TrustBadgesBear as TrustBadgesBear, index_liquid_TrustMe as TrustMe, index_liquid_TrustedsiteTrustBadges as TrustedsiteTrustBadges, index_liquid_Trustoo as Trustoo, index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews, index_liquid_TrustshopProductReviews as TrustshopProductReviews, index_liquid_UltimateSalesBoost as UltimateSalesBoost, index_liquid_UnlimitedBundlesDiscounts as UnlimitedBundlesDiscounts, index_liquid_UppromoteAffiliateMarketing as UppromoteAffiliateMarketing, index_liquid_Video as Video, index_liquid_Vitals as Vitals, index_liquid_WhatmoreShoppableVideosreel as WhatmoreShoppableVideosreel, index_liquid_WideBundle as WideBundle, index_liquid_Wiser as Wiser, index_liquid_WishlistKing as WishlistKing, index_liquid_WishlistPlus as WishlistPlus, index_liquid_YotpoReviews as YotpoReviews, config as videoSetting };
6806
7226
  }
6807
7227
 
6808
7228
  declare const _default$2: {
7229
+ KachingSubscriptionsApp: React.FC<KachingSubscriptionsAppProps>;
7230
+ BloyRewardsProgramLoyalty: React.FC<BloyRewardsProgramLoyaltyProps>;
6809
7231
  DealeasyVolumeDiscounts: React.FC<DealeasyVolumeDiscountsProps>;
6810
7232
  UppromoteAffiliateMarketing: React.FC<UppromoteAffiliateMarketingProps>;
6811
7233
  AovBundlesVolumeDiscounts: React.FC<AovBundlesVolumeDiscountsProps>;
@@ -6828,6 +7250,44 @@ declare const _default$2: {
6828
7250
  HeroBanner: React.FC<HeroBannerProps>;
6829
7251
  Breadcrumb: React.FC<BreadcrumbProps>;
6830
7252
  Button: React.FC<ButtonProps>;
7253
+ CarouselV3: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps$1, CarouselStyleProps$1, Record<string, any>> & {
7254
+ builderAttrs?: Record<string, any> | undefined;
7255
+ style?: React.CSSProperties | undefined;
7256
+ } & {
7257
+ children?: React.ReactNode;
7258
+ moveToIdx?: number | undefined;
7259
+ isHiddenArrowWhenDisabled?: boolean | undefined;
7260
+ hiddenDotWhenOnlyOne?: boolean | undefined;
7261
+ disableMarginAuto?: boolean | undefined;
7262
+ onLoaded?: ((status: boolean) => void) | undefined;
7263
+ onChangeActive?: ((index: number) => void) | undefined;
7264
+ onUpdated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
7265
+ onCreated?: ((slider: _gem_sdk_keen_slider.KeenSliderInstance) => void) | undefined;
7266
+ onClickArrow?: (() => void) | undefined;
7267
+ onHandleChangeSlideByInteraction?: ((index: number) => void) | undefined;
7268
+ onSwiperReady?: ((swiper: _gem_sdk_swiper_types_swiper_class.default) => void) | undefined;
7269
+ elmRef?: React.Ref<HTMLDivElement> | undefined;
7270
+ rootClass?: string | undefined;
7271
+ parentClass?: string | undefined;
7272
+ rootAttrs?: Record<string, string | number | boolean> | undefined;
7273
+ slidesClass?: string | undefined;
7274
+ fullHeight?: boolean | undefined;
7275
+ isDisableResetSlide?: boolean | undefined;
7276
+ isProductList?: boolean | undefined;
7277
+ thumbsSwiper?: string | undefined;
7278
+ } & {
7279
+ rootId?: string | undefined;
7280
+ rootClass?: string | undefined;
7281
+ wrapperClass?: string | undefined;
7282
+ rootStyles?: React.CSSProperties | undefined;
7283
+ rawChildren?: any[] | undefined;
7284
+ advanced?: any;
7285
+ disableMarginAuto?: boolean | undefined;
7286
+ slidesClass?: string | undefined;
7287
+ conditionAppendJs?: string | undefined;
7288
+ isEnableCheckHasScrollableContent?: boolean | undefined;
7289
+ } & React.RefAttributes<CarouselRef$1>>;
7290
+ CarouselItemV3: React.FC<CarouselItemProps$1>;
6831
7291
  Carousel: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
6832
7292
  builderAttrs?: Record<string, any> | undefined;
6833
7293
  style?: React.CSSProperties | undefined;
@@ -7037,10 +7497,12 @@ declare const _default$2: {
7037
7497
  ProductDescription: React.FC<ProductDescriptionProps>;
7038
7498
  ProductVariants: React.FC<ProductVariantsProps>;
7039
7499
  ProductImages: React.FC<ProductImagesProps>;
7500
+ ProductImagesV3: React.FC<ProductImagesProps$2>;
7040
7501
  ProductImagesV2: React.FC<ProductImagesProps$1>;
7041
7502
  ProductProperties: React.FC<ProductPropertiesProps>;
7042
7503
  ProductQuickView: () => React.JSX.Element | null;
7043
7504
  ProductTag: React.FC<ProductTagProps>;
7505
+ ProductListV3: React.FC<ProductListProps$1>;
7044
7506
  ProductList: React.FC<ProductListProps>;
7045
7507
  Radio: React.FC<RadioProps>;
7046
7508
  Select: React.FC<SelectProps>;
@@ -7249,6 +7711,8 @@ declare const _default$1: {
7249
7711
  AovBundlesVolumeDiscounts: _gem_sdk_core.ComponentSetting<AovBundlesVolumeDiscountsProps>;
7250
7712
  UppromoteAffiliateMarketing: _gem_sdk_core.ComponentSetting<UppromoteAffiliateMarketingProps>;
7251
7713
  DealeasyVolumeDiscounts: _gem_sdk_core.ComponentSetting<DealeasyVolumeDiscountsProps>;
7714
+ BloyRewardsProgramLoyalty: _gem_sdk_core.ComponentSetting<BloyRewardsProgramLoyaltyProps>;
7715
+ KachingSubscriptionsApp: _gem_sdk_core.ComponentSetting<KachingSubscriptionsAppProps>;
7252
7716
  Video: _gem_sdk_core.ComponentSetting<VideoProps>;
7253
7717
  Textarea: _gem_sdk_core.ComponentSetting<TextareaProps>;
7254
7718
  Text: _gem_sdk_core.ComponentSetting<TextProps>;
@@ -7264,9 +7728,11 @@ declare const _default$1: {
7264
7728
  ProductVariants: _gem_sdk_core.ComponentSetting<ProductVariantsProps>;
7265
7729
  ProductImages: _gem_sdk_core.ComponentSetting<ProductImagesProps>;
7266
7730
  ProductImagesV2: _gem_sdk_core.ComponentSetting<ProductImagesProps$1>;
7731
+ ProductImagesV3: _gem_sdk_core.ComponentSetting<ProductImagesProps$2>;
7267
7732
  ProductDescription: _gem_sdk_core.ComponentSetting<ProductDescriptionProps>;
7268
7733
  ProductProperties: _gem_sdk_core.ComponentSetting<ProductPropertiesProps>;
7269
7734
  ProductTag: _gem_sdk_core.ComponentSetting<ProductTagProps>;
7735
+ ProductListV3: _gem_sdk_core.ComponentSetting<ProductListProps$1>;
7270
7736
  ProductList: _gem_sdk_core.ComponentSetting<ProductListProps>;
7271
7737
  DynamicCheckout: _gem_sdk_core.ComponentSetting<ProductButtonProps>;
7272
7738
  ProductVendor: _gem_sdk_core.ComponentSetting<VendorProps>;
@@ -7334,6 +7800,8 @@ declare const _default$1: {
7334
7800
  ShopPayButton: _gem_sdk_core.ComponentSetting<ShopPayButtonSidebarSettingProps>;
7335
7801
  Carousel: _gem_sdk_core.ComponentSetting<CarouselProps>;
7336
7802
  CarouselItem: _gem_sdk_core.ComponentSetting<CarouselItemProps>;
7803
+ CarouselV3: _gem_sdk_core.ComponentSetting<CarouselProps$1>;
7804
+ CarouselItemV3: _gem_sdk_core.ComponentSetting<CarouselItemProps$1>;
7337
7805
  Button: _gem_sdk_core.ComponentSetting<ButtonProps>;
7338
7806
  Breadcrumb: _gem_sdk_core.ComponentSetting<BreadcrumbProps>;
7339
7807
  HeroBanner: _gem_sdk_core.ComponentSetting<HeroBannerProps>;
@@ -7482,4 +7950,4 @@ declare const replaceAllHrefFromString: (htmlString: string, hrefs: string[]) =>
7482
7950
  declare function isEmptyObject(obj: Record<string, any>): boolean;
7483
7951
  declare const handleClickLink: (setting?: ImageLink, mode?: RenderMode) => void;
7484
7952
 
7485
- export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, type AccordionItemProps, type AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, type AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, type AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, type AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, type AlsoBoughtCbbProps, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, type AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, type AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, type AppointmentBookingCowlendarProps, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, type AppstleBundlesDiscountsProps, AppstleSubscriptions$1 as AppstleSubscriptions, type AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, type BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, type BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, type BirdChimeProps, Bogos$1 as Bogos, type BogosProps, BoldProductOptions$1 as BoldProductOptions, type BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, type BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, type BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, type BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, type BundlerProps, Button$2 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$1 as CSSCode, type CSSCodeProps, type CalloutBoxProps, type CalloutTextProps, Carousel$1 as Carousel, CarouselItem$1 as CarouselItem, type CarouselItemProps, type CarouselProps, type CarouselSettingProps, type CarouselStyleProps, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, type CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, type CleanSizeChartsProps, Column$1 as Col, type ColProps, CollectionBanner$1 as CollectionBanner, type CollectionBannerProps, CollectionDescription$1 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, type CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, type CountdownProps, Coupon$1 as Coupon, CouponList, type CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, type CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, type CustomProductOptionsVariantProps, 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, type DataVideoType, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, type DealeasyVolumeDiscountsProps, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, type DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, type DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, type EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, type EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, type EasySellCODProps, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, type EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, type EcomsendBackInStockAlertProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, type EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, type EssentialCountdownTimerBarProps, EstimateDate$1 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$1 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox, type FormCheckboxProps, FormDropdown$1 as FormDropdown, type FormDropdownProps, FormEmail$1 as FormEmail, type FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, type FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, type GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, type GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, type GoogleReviewsByReputonProps, Growave$1 as Growave, type GrowaveProps, Header, type HeaderProps, Heading$1 as Heading, type HeadingProps, HeroBanner$1 as HeroBanner, type HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, type HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, type HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, type HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, type HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, type IconListHozProps, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, type IconListItemProps$1 as IconListItemProps, type IconListProps$1 as IconListProps, IconListV2$1 as IconListV2, type IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, type ImageComparisonItem, ImageDetection, type ImageDetectionProps, type ImageProps, type ImgProps, InfiniteOptions$1 as InfiniteOptions, type InfiniteOptionsProps, Input, type InputProps, Instafeed$1 as Instafeed, type InstafeedProps, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, type InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, type JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, type JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, type KachingBundlesProps, KingProductOptions$1 as KingProductOptions, type KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, type KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, type KlarnaMessagingProps, Klaviyo$1 as Klaviyo, type KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, type KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, type LaiProductReviewsProps, Line$2 as Line, type LineProps, Link$1 as Link, type LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, type LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, type LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, type LooxReviewsProps, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$4 as MarqueeItem, type MarqueeItemProps, type MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, type MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, type MbcBundleVolumeDiscountProps, Menu, type MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, type MyappgurusProductReviewsProps, NO_PRODUCT_LEFT, Newsletter$1 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$1 as ObjectFit, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, type OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, type OmnisendProps, Opinew$1 as Opinew, type OpinewProps, Pagination, type PaginationProps, ParcelPanel$1 as ParcelPanel, type ParcelPanelProps, PickyStory$1 as PickyStory, type PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, type PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, type PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, type PostPurchaseCountdownTimerProps, PostPurchaseHeading, PostPurchaseImage, type PostPurchaseImageProps, Line$1 as PostPurchaseLine, type PostPurchaseLineProps, Link as PostPurchaseLink, type PostPurchaseLinkProps, PostPurchaseProductDescription, type PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, type PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, type PostPurchaseProductImagesProps, PostPurchaseProductOffer, type PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, type PostPurchaseProductPriceBreakdownProps, type PostPurchaseProductPriceProps, PostPurchaseProductQuantity, type PostPurchaseProductQuantityProps, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$2 as PostPurchaseText, type PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, type PowerfulContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, type PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, type PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$1 as ProductButton, type ProductButtonProps, ProductDescription$1 as ProductDescription, type ProductDescriptionProps, ProductImages$2 as ProductImages, type ProductImagesProps, ProductImagesV2, ProductList$1 as ProductList, type ProductListProps, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, type ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, type ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, type ProductPriceProps, type ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, type ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, type PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, type PushOwlProps, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, type QikifyUpsellProps, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, type RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, type RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, type RecurpaySubscriptionAppProps, Releasit$1 as Releasit, type ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, type RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, type ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, type RivyoProps, Root$1 as Root, type RootProps$2 as RootProps, Row$1 as Row, type RowProps, Ryviu$1 as Ryviu, type RyviuProps, SealSubscriptions$1 as SealSubscriptions, type SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, type SegunoEmailMarketingProps, Select, Selleasy$1 as Selleasy, type SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, type SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, type ShopPayButtonProps, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, type ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, type ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, type SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, type SkioSubscriptionsYcS20Props, type SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, type SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, type SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, type StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, type StellarDeliveryDatePickupProps, Sticky$1 as Sticky, StockCounter$1 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, type SubmitButtonProps, TabItem$1 as TabItem, type TabItemProps, Tabs$1 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$1 as Text, type TextAreaProps, TextField$1 as TextField, type TextFieldProps, TextInput$1 as TextInput, type TextInputProps, type TextProps, TextArea as Textarea, type TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, type TrustBadgesBearProps, TrustMe$1 as TrustMe, type TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, type TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, type TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, type TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, type TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, type UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, type UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, type UppromoteAffiliateMarketingProps, type VendorProps, Video$1 as Video, Vitals$1 as Vitals, type VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, type WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, type WideBundleProps, Wiser$1 as Wiser, type WiserProps, WishlistKing$1 as WishlistKing, type WishlistKingProps, WishlistPlus$1 as WishlistPlus, type WishlistPlusProps, YotpoLoyalty, type YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, type YotpoReviewsProps, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, dialogSetting, estimateDeliverySetting, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, useNotification, videoSetting, youtubeShortsRegex };
7953
+ export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, type AccordionItemProps, type AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, type AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, type AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, type AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, type AlsoBoughtCbbProps, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, type AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, type AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, type AppointmentBookingCowlendarProps, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, type AppstleBundlesDiscountsProps, AppstleSubscriptions$1 as AppstleSubscriptions, type AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, type BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, type BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, type BirdChimeProps, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, type BloyRewardsProgramLoyaltyProps, Bogos$1 as Bogos, type BogosProps, BoldProductOptions$1 as BoldProductOptions, type BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, type BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, type BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, type BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, type BundlerProps, Button$2 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$1 as CSSCode, type CSSCodeProps, type CalloutBoxProps, type CalloutTextProps, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, type CarouselItemProps, type CarouselItemProps$1 as CarouselItemPropsV3, CarouselItem$3 as CarouselItemV3, type CarouselProps, type CarouselProps$1 as CarouselPropsV3, type CarouselSettingProps, type CarouselSettingProps$1 as CarouselSettingPropsV3, type CarouselStyleProps, type CarouselStyleProps$1 as CarouselStylePropsV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, type CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, type CleanSizeChartsProps, Column$1 as Col, type ColProps, CollectionBanner$1 as CollectionBanner, type CollectionBannerProps, CollectionDescription$1 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, type CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, type CountdownProps, Coupon$1 as Coupon, CouponList, type CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, type CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, type CustomProductOptionsVariantProps, 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, type DataVideoType, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, type DealeasyVolumeDiscountsProps, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, type DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, type DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, type EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, type EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, type EasySellCODProps, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, type EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, type EcomsendBackInStockAlertProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, type EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, type EssentialCountdownTimerBarProps, EstimateDate$1 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$1 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox, type FormCheckboxProps, FormDropdown$1 as FormDropdown, type FormDropdownProps, FormEmail$1 as FormEmail, type FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, type FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, type GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, type GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, type GoogleReviewsByReputonProps, Growave$1 as Growave, type GrowaveProps, Header, type HeaderProps, Heading$1 as Heading, type HeadingProps, HeroBanner$1 as HeroBanner, type HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, type HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, type HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, type HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, type HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, type IconListHozProps, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, type IconListItemProps$1 as IconListItemProps, type IconListProps$1 as IconListProps, IconListV2$1 as IconListV2, type IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, type ImageComparisonItem, ImageDetection, type ImageDetectionProps, type ImageProps, type ImgProps, InfiniteOptions$1 as InfiniteOptions, type InfiniteOptionsProps, Input, type InputProps, Instafeed$1 as Instafeed, type InstafeedProps, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, type InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, type JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, type JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, type KachingBundlesProps, KachingSubscriptionsApp$1 as KachingSubscriptionsApp, type KachingSubscriptionsAppProps, KingProductOptions$1 as KingProductOptions, type KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, type KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, type KlarnaMessagingProps, Klaviyo$1 as Klaviyo, type KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, type KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, type LaiProductReviewsProps, Line$2 as Line, type LineProps, Link$1 as Link, type LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, type LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, type LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, type LooxReviewsProps, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$4 as MarqueeItem, type MarqueeItemProps, type MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, type MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, type MbcBundleVolumeDiscountProps, Menu, type MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, type MyappgurusProductReviewsProps, NO_PRODUCT_LEFT, Newsletter$1 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$1 as ObjectFit, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, type OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, type OmnisendProps, Opinew$1 as Opinew, type OpinewProps, Pagination, type PaginationProps, ParcelPanel$1 as ParcelPanel, type ParcelPanelProps, PickyStory$1 as PickyStory, type PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, type PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, type PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, type PostPurchaseCountdownTimerProps, PostPurchaseHeading, PostPurchaseImage, type PostPurchaseImageProps, Line$1 as PostPurchaseLine, type PostPurchaseLineProps, Link as PostPurchaseLink, type PostPurchaseLinkProps, PostPurchaseProductDescription, type PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, type PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, type PostPurchaseProductImagesProps, PostPurchaseProductOffer, type PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, type PostPurchaseProductPriceBreakdownProps, type PostPurchaseProductPriceProps, PostPurchaseProductQuantity, type PostPurchaseProductQuantityProps, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$2 as PostPurchaseText, type PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, type PowerfulContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, type PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, type PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$1 as ProductButton, type ProductButtonProps, ProductDescription$1 as ProductDescription, type ProductDescriptionProps, ProductImages$3 as ProductImages, type ProductImagesProps, ProductImagesV2, ProductImagesV2$1 as ProductImagesV3, ProductList$2 as ProductList, type ProductListProps, type ProductListProps$1 as ProductListPropsV3, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, type ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, type ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, type ProductPriceProps, type ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, type ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, type PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, type PushOwlProps, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, type QikifyUpsellProps, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, type RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, type RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, type RecurpaySubscriptionAppProps, Releasit$1 as Releasit, type ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, type RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, type ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, type RivyoProps, Root$1 as Root, type RootProps$2 as RootProps, Row$1 as Row, type RowProps, Ryviu$1 as Ryviu, type RyviuProps, SealSubscriptions$1 as SealSubscriptions, type SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, type SegunoEmailMarketingProps, Select, Selleasy$1 as Selleasy, type SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, type SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, type ShopPayButtonProps, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, type ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, type ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, type SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, type SkioSubscriptionsYcS20Props, type SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, type SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, type SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, type StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, type StellarDeliveryDatePickupProps, Sticky$1 as Sticky, StockCounter$1 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, type SubmitButtonProps, TabItem$1 as TabItem, type TabItemProps, Tabs$1 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$1 as Text, type TextAreaProps, TextField$1 as TextField, type TextFieldProps, TextInput$1 as TextInput, type TextInputProps, type TextProps, TextArea as Textarea, type TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, type TrustBadgesBearProps, TrustMe$1 as TrustMe, type TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, type TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, type TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, type TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, type TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, type UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, type UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, type UppromoteAffiliateMarketingProps, type VendorProps, Video$1 as Video, Vitals$1 as Vitals, type VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, type WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, type WideBundleProps, Wiser$1 as Wiser, type WiserProps, WishlistKing$1 as WishlistKing, type WishlistKingProps, WishlistPlus$1 as WishlistPlus, type WishlistPlusProps, YotpoLoyalty, type YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, type YotpoReviewsProps, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, carouselSettingV3, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, dialogSetting, estimateDeliverySetting, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, useNotification, videoSetting, youtubeShortsRegex };