@gem-sdk/components 17.0.0-dev.9 → 17.0.0-dev.91

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 (372) hide show
  1. package/dist/cjs/accordion/settings/configs/ui-v2.js +1 -1
  2. package/dist/cjs/article/settings/configs/article-author/ui-v2.js +1 -1
  3. package/dist/cjs/article/settings/configs/article-category/ui-v2.js +1 -1
  4. package/dist/cjs/article/settings/configs/article-content/ui-v2.js +1 -1
  5. package/dist/cjs/article/settings/configs/article-date/ui-v2.js +1 -1
  6. package/dist/cjs/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  7. package/dist/cjs/article/settings/configs/article-image/ui-v2.js +1 -1
  8. package/dist/cjs/article/settings/configs/article-list/ui-v2.js +1 -1
  9. package/dist/cjs/article/settings/configs/article-read-more/ui-v2.js +1 -1
  10. package/dist/cjs/article/settings/configs/article-tag/ui-v2.js +1 -1
  11. package/dist/cjs/article/settings/configs/article-title/ui-v2.js +1 -1
  12. package/dist/cjs/breadcrumb/settings/configs/ui-v2.js +1 -1
  13. package/dist/cjs/builder.js +1 -1
  14. package/dist/cjs/button/settings/configs/ui-v2.js +1 -1
  15. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +8 -8
  16. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -1
  17. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +1 -1
  18. package/dist/cjs/carousel-v3/components/root/Carousel.js +1 -1
  19. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +1 -1
  20. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -1
  21. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
  22. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
  23. package/dist/cjs/carousel-v3/index.js +1 -1
  24. package/dist/cjs/carousel-v3/settings/configs/settings-v2.js +3 -3
  25. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
  26. package/dist/cjs/cart/components/CartList.js +1 -1
  27. package/dist/cjs/cart/index.js +1 -1
  28. package/dist/cjs/collection/components/collection-description/CollectionDescription.js +1 -1
  29. package/dist/cjs/collection/index.js +1 -1
  30. package/dist/cjs/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  31. package/dist/cjs/collection/settings/collection-description/configs/ui-v2.js +1 -1
  32. package/dist/cjs/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  33. package/dist/cjs/collection/settings/collection-title/configs/ui-v2.js +1 -1
  34. package/dist/cjs/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  35. package/dist/cjs/common/helpers/index.js +1 -0
  36. package/dist/cjs/common/hooks/useInView.js +1 -1
  37. package/dist/cjs/countdown-timer/settings/configs/ui-v2.js +1 -1
  38. package/dist/cjs/coupon/settings/configs/ui-v2.js +1 -1
  39. package/dist/cjs/dialog/settings/configs/ui-v2.js +1 -1
  40. package/dist/cjs/estimate-delivery/settings/configs/ui-v2.js +1 -1
  41. package/dist/cjs/form/settings/contact/configs/ui-v2.js +1 -1
  42. package/dist/cjs/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  43. package/dist/cjs/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  44. package/dist/cjs/form/settings/form-email/configs/ui-v2.js +1 -1
  45. package/dist/cjs/form/settings/form-textarea/configs/ui-v2.js +1 -1
  46. package/dist/cjs/form/settings/newsletter/configs/ui-v2.js +1 -1
  47. package/dist/cjs/form/settings/submit-button/configs/ui-v2.js +1 -1
  48. package/dist/cjs/form/settings/text-field/configs/ui-v2.js +1 -1
  49. package/dist/cjs/grid/components/row/Row.js +1 -1
  50. package/dist/cjs/grid/components/section/Section.js +1 -1
  51. package/dist/cjs/grid/components/section/lazyload/LazySectionWrapper.js +1 -0
  52. package/dist/cjs/grid/components/section/lazyload/lazyInteractionTrigger.js +1 -0
  53. package/dist/cjs/grid/components/section/lazyload/lazySectionCoordinator.js +1 -0
  54. package/dist/cjs/grid/hooks/useRowEditorViewportWhenTrackingResumes.js +1 -0
  55. package/dist/cjs/grid/hooks/useRowSetting.js +1 -1
  56. package/dist/cjs/grid/index.js +1 -1
  57. package/dist/cjs/grid/next.js +1 -1
  58. package/dist/cjs/grid/settings/configs/row/ui-v2.js +1 -1
  59. package/dist/cjs/grid/settings/configs/section/ui-v2.js +1 -1
  60. package/dist/cjs/header/components/kind/basic/index.js +1 -1
  61. package/dist/cjs/header/components/kind/modern/index.js +1 -1
  62. package/dist/cjs/header/index.js +1 -1
  63. package/dist/cjs/heading/next.js +1 -1
  64. package/dist/cjs/heading/settings/configs/ui-v2.js +1 -1
  65. package/dist/cjs/headless.js +2 -0
  66. package/dist/cjs/hero-banner/index.js +1 -1
  67. package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -1
  68. package/dist/cjs/icon/settings/configs/ui-v2.js +1 -1
  69. package/dist/cjs/icon-list/settings/configs/ui-v2.js +1 -1
  70. package/dist/cjs/icon-list-hoz/settings/configs/uiV2.js +1 -1
  71. package/dist/cjs/icon-list-v2/settings/configs/ui-v2.js +1 -1
  72. package/dist/cjs/image/common/const.js +1 -0
  73. package/dist/cjs/image/common/helpers.js +2 -2
  74. package/dist/cjs/image/next.js +1 -1
  75. package/dist/cjs/image/settings/configs/ui-v2.js +1 -1
  76. package/dist/cjs/image-comparison/components/ImageComparison.js +1 -1
  77. package/dist/cjs/image-comparison/components/ImageComparison.liquid.js +2 -2
  78. package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -1
  79. package/dist/cjs/index.js +1 -1
  80. package/dist/cjs/index.liquid.js +1 -1
  81. package/dist/cjs/line/settings/configs/ui-v2.js +1 -1
  82. package/dist/cjs/marquee/settings/configs/ui-v2.js +1 -1
  83. package/dist/cjs/modal/components/Modal.js +1 -1
  84. package/dist/cjs/modal/index.js +1 -1
  85. package/dist/cjs/post-purchase/callout-banner/index.js +1 -1
  86. package/dist/cjs/post-purchase/product/components/ProductPrice.js +1 -1
  87. package/dist/cjs/post-purchase/product/components/ProductQuantity.js +1 -1
  88. package/dist/cjs/post-purchase/product/components/product-image/FeatureImage.js +1 -1
  89. package/dist/cjs/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
  90. package/dist/cjs/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
  91. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  92. package/dist/cjs/post-purchase/product/components/product-offer/context/PrdOfferSubscriptionPresenceContext.js +2 -0
  93. package/dist/cjs/post-purchase/product/components/product-offer/helpers/scanSubscriptionBlocks.js +1 -0
  94. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferSubscriptionBlocksObserver.js +1 -0
  95. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  96. package/dist/cjs/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  97. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  98. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  99. package/dist/cjs/post-purchase/product/index.js +1 -1
  100. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  101. package/dist/cjs/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  102. package/dist/cjs/post-purchase/text/components/Text.js +2 -2
  103. package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +4 -4
  104. package/dist/cjs/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  105. package/dist/cjs/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  106. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  107. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +12 -12
  108. package/dist/cjs/product/components/product-badge/common/attrs.js +1 -1
  109. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +7 -5
  110. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  111. package/dist/cjs/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  112. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +4 -4
  113. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  114. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  115. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  116. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  117. package/dist/cjs/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  118. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  119. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +34 -33
  120. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +2 -2
  121. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +21 -18
  122. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  123. package/dist/cjs/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
  124. package/dist/cjs/product/components/product-list/ProductList.js +1 -1
  125. package/dist/cjs/product/components/product-list/ProductList.liquid.js +10 -9
  126. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
  127. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +12 -11
  128. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +6 -6
  129. package/dist/cjs/product/components/product-list-v3/common/helpers.js +1 -1
  130. package/dist/cjs/product/components/product-list-v3/constants/index.js +1 -1
  131. package/dist/cjs/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -1
  132. package/dist/cjs/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -1
  133. package/dist/cjs/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -1
  134. package/dist/cjs/product/components/product-list-v3/hooks/useProductsQuery.js +1 -1
  135. package/dist/cjs/product/components/product-list-v3/hooks/useRelatedProductIDAssigned.js +1 -0
  136. package/dist/cjs/product/components/product-sku/Sku.js +1 -1
  137. package/dist/cjs/product/components/product-wrap/hook/useProductQuery.js +1 -1
  138. package/dist/cjs/product/index.js +1 -1
  139. package/dist/cjs/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  140. package/dist/cjs/product/settings/product/configs/ui-v2.js +1 -1
  141. package/dist/cjs/product/settings/product-badge/configs/ui-v2.js +1 -1
  142. package/dist/cjs/product/settings/product-button/configs/ui-v2.js +1 -1
  143. package/dist/cjs/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  144. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +1 -1
  145. package/dist/cjs/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  146. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  147. package/dist/cjs/product/settings/product-list/configs/ui-v2.js +1 -1
  148. package/dist/cjs/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  149. package/dist/cjs/product/settings/product-properties/configs/ui-v2.js +1 -1
  150. package/dist/cjs/product/settings/product-quantity/configs/ui-v2.js +1 -1
  151. package/dist/cjs/product/settings/product-title/configs/ui-v2.js +1 -1
  152. package/dist/cjs/product/settings/product-variant/configs/ui-v2.js +1 -1
  153. package/dist/cjs/product/settings/product-vendor/configs/ui-v2.js +1 -1
  154. package/dist/cjs/product/settings/product-view-more/configs/ui-v2.js +1 -1
  155. package/dist/cjs/sticky/hooks/useSticky.js +1 -1
  156. package/dist/cjs/sticky/settings/configs/ui-v2.js +1 -1
  157. package/dist/cjs/stock-counter/settings/configs/ui-v2.js +1 -1
  158. package/dist/cjs/tab/settings/configs/ui-v2.js +1 -1
  159. package/dist/cjs/text/next.js +1 -1
  160. package/dist/cjs/text/settings/configs/ui-v2.js +1 -1
  161. package/dist/cjs/third-party/components/BonySubscriptionsApp.liquid.js +10 -3
  162. package/dist/cjs/third-party/components/EssentPreorderBackInStock.js +2 -0
  163. package/dist/cjs/third-party/components/EssentPreorderBackInStock.liquid.js +8 -0
  164. package/dist/cjs/third-party/components/SubscribfySubscriptionsApp.js +2 -0
  165. package/dist/cjs/third-party/components/SubscribfySubscriptionsApp.liquid.js +1 -0
  166. package/dist/cjs/third-party/components/WcWishlistBackInStock.liquid.js +19 -1
  167. package/dist/cjs/third-party/configs/EssentPreorderBackInStock.js +1 -0
  168. package/dist/cjs/third-party/configs/SubscribfySubscriptionsApp.js +1 -0
  169. package/dist/cjs/third-party/configs/WcWishlistBackInStock.js +1 -1
  170. package/dist/cjs/third-party/index.js +1 -1
  171. package/dist/cjs/third-party/next.js +1 -1
  172. package/dist/cjs/third-party/settings/EssentPreorderBackInStock/index.js +4 -0
  173. package/dist/cjs/third-party/settings/EssentPreorderBackInStock/uiV2.js +1 -0
  174. package/dist/cjs/third-party/settings/SubscribfySubscriptionsApp/index.js +4 -0
  175. package/dist/cjs/third-party/settings/SubscribfySubscriptionsApp/uiV2.js +1 -0
  176. package/dist/cjs/third-party/settings/WcWishlistBackInStock/index.js +5 -2
  177. package/dist/cjs/video/common/helpers.js +1 -1
  178. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +12 -12
  179. package/dist/cjs/video/hooks/useLiteYoutubeEmbed.js +1 -1
  180. package/dist/esm/accordion/settings/configs/ui-v2.js +1 -1
  181. package/dist/esm/article/settings/configs/article-author/ui-v2.js +1 -1
  182. package/dist/esm/article/settings/configs/article-category/ui-v2.js +1 -1
  183. package/dist/esm/article/settings/configs/article-content/ui-v2.js +1 -1
  184. package/dist/esm/article/settings/configs/article-date/ui-v2.js +1 -1
  185. package/dist/esm/article/settings/configs/article-excerpt/ui-v2.js +1 -1
  186. package/dist/esm/article/settings/configs/article-image/ui-v2.js +1 -1
  187. package/dist/esm/article/settings/configs/article-list/ui-v2.js +1 -1
  188. package/dist/esm/article/settings/configs/article-read-more/ui-v2.js +1 -1
  189. package/dist/esm/article/settings/configs/article-tag/ui-v2.js +1 -1
  190. package/dist/esm/article/settings/configs/article-title/ui-v2.js +1 -1
  191. package/dist/esm/breadcrumb/settings/configs/ui-v2.js +1 -1
  192. package/dist/esm/builder.js +1 -1
  193. package/dist/esm/button/settings/configs/ui-v2.js +1 -1
  194. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +6 -6
  195. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
  196. package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
  197. package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
  198. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +4 -4
  199. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
  200. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  201. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  202. package/dist/esm/carousel-v3/index.js +1 -1
  203. package/dist/esm/carousel-v3/settings/configs/settings-v2.js +3 -3
  204. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
  205. package/dist/esm/cart/components/CartList.js +1 -1
  206. package/dist/esm/cart/index.js +1 -1
  207. package/dist/esm/collection/components/collection-description/CollectionDescription.js +1 -1
  208. package/dist/esm/collection/index.js +1 -1
  209. package/dist/esm/collection/settings/collection-banner/configs/ui-v2.js +1 -1
  210. package/dist/esm/collection/settings/collection-description/configs/ui-v2.js +1 -1
  211. package/dist/esm/collection/settings/collection-paginator/configs/ui-v2.js +1 -1
  212. package/dist/esm/collection/settings/collection-title/configs/ui-v2.js +1 -1
  213. package/dist/esm/collection/settings/collection-toolbar/configs/ui-v2.js +1 -1
  214. package/dist/esm/common/helpers/index.js +1 -0
  215. package/dist/esm/common/hooks/useInView.js +1 -1
  216. package/dist/esm/countdown-timer/settings/configs/ui-v2.js +1 -1
  217. package/dist/esm/coupon/settings/configs/ui-v2.js +1 -1
  218. package/dist/esm/dialog/settings/configs/ui-v2.js +1 -1
  219. package/dist/esm/estimate-delivery/settings/configs/ui-v2.js +1 -1
  220. package/dist/esm/form/settings/contact/configs/ui-v2.js +1 -1
  221. package/dist/esm/form/settings/form-checkbox/configs/ui-v2.js +1 -1
  222. package/dist/esm/form/settings/form-dropdown/configs/ui-v2.js +1 -1
  223. package/dist/esm/form/settings/form-email/configs/ui-v2.js +1 -1
  224. package/dist/esm/form/settings/form-textarea/configs/ui-v2.js +1 -1
  225. package/dist/esm/form/settings/newsletter/configs/ui-v2.js +1 -1
  226. package/dist/esm/form/settings/submit-button/configs/ui-v2.js +1 -1
  227. package/dist/esm/form/settings/text-field/configs/ui-v2.js +1 -1
  228. package/dist/esm/grid/components/row/Row.js +1 -1
  229. package/dist/esm/grid/components/section/Section.js +1 -1
  230. package/dist/esm/grid/components/section/lazyload/LazySectionWrapper.js +1 -0
  231. package/dist/esm/grid/components/section/lazyload/lazyInteractionTrigger.js +1 -0
  232. package/dist/esm/grid/components/section/lazyload/lazySectionCoordinator.js +1 -0
  233. package/dist/esm/grid/hooks/useRowEditorViewportWhenTrackingResumes.js +1 -0
  234. package/dist/esm/grid/hooks/useRowSetting.js +1 -1
  235. package/dist/esm/grid/index.js +1 -1
  236. package/dist/esm/grid/next.js +1 -1
  237. package/dist/esm/grid/settings/configs/row/ui-v2.js +1 -1
  238. package/dist/esm/grid/settings/configs/section/ui-v2.js +1 -1
  239. package/dist/esm/header/components/kind/basic/index.js +1 -1
  240. package/dist/esm/header/components/kind/modern/index.js +1 -1
  241. package/dist/esm/header/index.js +1 -1
  242. package/dist/esm/heading/next.js +1 -1
  243. package/dist/esm/heading/settings/configs/ui-v2.js +1 -1
  244. package/dist/esm/headless.js +2 -0
  245. package/dist/esm/hero-banner/index.js +1 -1
  246. package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -1
  247. package/dist/esm/icon/settings/configs/ui-v2.js +1 -1
  248. package/dist/esm/icon-list/settings/configs/ui-v2.js +1 -1
  249. package/dist/esm/icon-list-hoz/settings/configs/uiV2.js +1 -1
  250. package/dist/esm/icon-list-v2/settings/configs/ui-v2.js +1 -1
  251. package/dist/esm/image/common/const.js +1 -0
  252. package/dist/esm/image/common/helpers.js +2 -2
  253. package/dist/esm/image/next.js +1 -1
  254. package/dist/esm/image/settings/configs/ui-v2.js +1 -1
  255. package/dist/esm/image-comparison/components/ImageComparison.js +1 -1
  256. package/dist/esm/image-comparison/components/ImageComparison.liquid.js +3 -3
  257. package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -1
  258. package/dist/esm/index.js +1 -1
  259. package/dist/esm/index.liquid.js +1 -1
  260. package/dist/esm/line/settings/configs/ui-v2.js +1 -1
  261. package/dist/esm/marquee/settings/configs/ui-v2.js +1 -1
  262. package/dist/esm/modal/components/Modal.js +1 -1
  263. package/dist/esm/modal/index.js +1 -1
  264. package/dist/esm/post-purchase/callout-banner/index.js +1 -1
  265. package/dist/esm/post-purchase/product/components/ProductPrice.js +1 -1
  266. package/dist/esm/post-purchase/product/components/ProductQuantity.js +1 -1
  267. package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +1 -1
  268. package/dist/esm/post-purchase/product/components/product-image/carousel-post-purchase/CarouselWrapperPostPurchase.js +1 -1
  269. package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +1 -1
  270. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  271. package/dist/esm/post-purchase/product/components/product-offer/context/PrdOfferSubscriptionPresenceContext.js +2 -0
  272. package/dist/esm/post-purchase/product/components/product-offer/helpers/scanSubscriptionBlocks.js +1 -0
  273. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferSubscriptionBlocksObserver.js +1 -0
  274. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  275. package/dist/esm/post-purchase/product/components/product-variant/components/ProductVariant.js +1 -1
  276. package/dist/esm/post-purchase/product/components/product-variant/components/variants/Dropdown.js +1 -1
  277. package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  278. package/dist/esm/post-purchase/product/index.js +1 -1
  279. package/dist/esm/post-purchase/product/settings/product-quantity/configs/settings.js +1 -1
  280. package/dist/esm/post-purchase/product/settings/product-quantity/configs/ui-v2.js +1 -1
  281. package/dist/esm/post-purchase/text/components/Text.js +2 -2
  282. package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +6 -6
  283. package/dist/esm/product/components/dynamic-checkout/DynamicCheckout.liquid.js +1 -1
  284. package/dist/esm/product/components/file-upload/settings/configs/ui-v2.js +1 -1
  285. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  286. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +12 -12
  287. package/dist/esm/product/components/product-badge/common/attrs.js +1 -1
  288. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +5 -3
  289. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.js +1 -1
  290. package/dist/esm/product/components/product-bundle/setting/configs/ui-v2.js +1 -1
  291. package/dist/esm/product/components/product-button/ProductButton.liquid.js +4 -4
  292. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  293. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  294. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  295. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  296. package/dist/esm/product/components/product-images-v3/common/productFeaturedImage.js +1 -1
  297. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  298. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +26 -25
  299. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +3 -3
  300. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +13 -10
  301. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  302. package/dist/esm/product/components/product-images-v3/composables/getProductImagesClassName.js +1 -1
  303. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  304. package/dist/esm/product/components/product-list/ProductList.liquid.js +18 -17
  305. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  306. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +20 -19
  307. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +9 -9
  308. package/dist/esm/product/components/product-list-v3/common/helpers.js +1 -1
  309. package/dist/esm/product/components/product-list-v3/constants/index.js +1 -1
  310. package/dist/esm/product/components/product-list-v3/hooks/useCollectionQuery.js +1 -1
  311. package/dist/esm/product/components/product-list-v3/hooks/useMainRelatedProductQuery.js +1 -1
  312. package/dist/esm/product/components/product-list-v3/hooks/useProductRelatedQuery.js +1 -1
  313. package/dist/esm/product/components/product-list-v3/hooks/useProductsQuery.js +1 -1
  314. package/dist/esm/product/components/product-list-v3/hooks/useRelatedProductIDAssigned.js +1 -0
  315. package/dist/esm/product/components/product-sku/Sku.js +1 -1
  316. package/dist/esm/product/components/product-wrap/hook/useProductQuery.js +1 -1
  317. package/dist/esm/product/index.js +1 -1
  318. package/dist/esm/product/settings/dynamic-checkout/configs/ui-v2.js +1 -1
  319. package/dist/esm/product/settings/product/configs/ui-v2.js +1 -1
  320. package/dist/esm/product/settings/product-badge/configs/ui-v2.js +1 -1
  321. package/dist/esm/product/settings/product-button/configs/ui-v2.js +1 -1
  322. package/dist/esm/product/settings/product-image-v2/configs/ui-v2.js +1 -1
  323. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductFeatureImage.js +1 -1
  324. package/dist/esm/product/settings/product-image-v3/configs/setting-v2/ProductGalleryImage.js +2 -2
  325. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  326. package/dist/esm/product/settings/product-list/configs/ui-v2.js +1 -1
  327. package/dist/esm/product/settings/product-list-v3/configs/ui-v2.js +1 -1
  328. package/dist/esm/product/settings/product-properties/configs/ui-v2.js +1 -1
  329. package/dist/esm/product/settings/product-quantity/configs/ui-v2.js +1 -1
  330. package/dist/esm/product/settings/product-title/configs/ui-v2.js +1 -1
  331. package/dist/esm/product/settings/product-variant/configs/ui-v2.js +1 -1
  332. package/dist/esm/product/settings/product-vendor/configs/ui-v2.js +1 -1
  333. package/dist/esm/product/settings/product-view-more/configs/ui-v2.js +1 -1
  334. package/dist/esm/sticky/hooks/useSticky.js +1 -1
  335. package/dist/esm/sticky/settings/configs/ui-v2.js +1 -1
  336. package/dist/esm/stock-counter/settings/configs/ui-v2.js +1 -1
  337. package/dist/esm/tab/settings/configs/ui-v2.js +1 -1
  338. package/dist/esm/text/next.js +1 -1
  339. package/dist/esm/text/settings/configs/ui-v2.js +1 -1
  340. package/dist/esm/third-party/components/BonySubscriptionsApp.liquid.js +11 -4
  341. package/dist/esm/third-party/components/EssentPreorderBackInStock.js +2 -0
  342. package/dist/esm/third-party/components/EssentPreorderBackInStock.liquid.js +8 -0
  343. package/dist/esm/third-party/components/SubscribfySubscriptionsApp.js +2 -0
  344. package/dist/esm/third-party/components/SubscribfySubscriptionsApp.liquid.js +1 -0
  345. package/dist/esm/third-party/components/WcWishlistBackInStock.liquid.js +19 -1
  346. package/dist/esm/third-party/configs/EssentPreorderBackInStock.js +1 -0
  347. package/dist/esm/third-party/configs/SubscribfySubscriptionsApp.js +1 -0
  348. package/dist/esm/third-party/configs/WcWishlistBackInStock.js +1 -1
  349. package/dist/esm/third-party/index.js +1 -1
  350. package/dist/esm/third-party/next.js +1 -1
  351. package/dist/esm/third-party/settings/EssentPreorderBackInStock/index.js +4 -0
  352. package/dist/esm/third-party/settings/EssentPreorderBackInStock/uiV2.js +1 -0
  353. package/dist/esm/third-party/settings/SubscribfySubscriptionsApp/index.js +4 -0
  354. package/dist/esm/third-party/settings/SubscribfySubscriptionsApp/uiV2.js +1 -0
  355. package/dist/esm/third-party/settings/WcWishlistBackInStock/index.js +5 -2
  356. package/dist/esm/video/common/helpers.js +1 -1
  357. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +13 -13
  358. package/dist/esm/video/hooks/useLiteYoutubeEmbed.js +1 -1
  359. package/dist/types/index.d.ts +249 -25
  360. package/package.json +5 -5
  361. package/dist/cjs/modal/components/ZoomButton.js +0 -2
  362. package/dist/cjs/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +0 -1
  363. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +0 -2
  364. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +0 -2
  365. package/dist/cjs/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +0 -2
  366. package/dist/cjs/product/components/product-images-v3/components/lightbox/constants.js +0 -1
  367. package/dist/esm/modal/components/ZoomButton.js +0 -2
  368. package/dist/esm/product/components/product-images-v3/components/child/ProductImagesLightBoxPreview.js +0 -1
  369. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxCarousel.js +0 -2
  370. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxGalleryCarousel.js +0 -2
  371. package/dist/esm/product/components/product-images-v3/components/lightbox/LightBoxImageZoom.js +0 -2
  372. package/dist/esm/product/components/product-images-v3/components/lightbox/constants.js +0 -1
@@ -149,6 +149,7 @@ type TextProps = BasePropsWrap<TextSettingProps, TextStyleProps> & Omit<React.Co
149
149
  };
150
150
 
151
151
  type ObjectFit$2 = 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
152
+ type IImageStorageType = 'THEME' | 'FILE_CONTENT' | 'SHOPIFY_CDN';
152
153
  type BaseImageData = {
153
154
  alt?: string;
154
155
  src?: string;
@@ -157,7 +158,7 @@ type BaseImageData = {
157
158
  base64?: string;
158
159
  backupFileKey?: string;
159
160
  backupFilePath?: string;
160
- storage?: 'THEME' | 'FILE_CONTENT';
161
+ storage?: IImageStorageType;
161
162
  metafieldDefinitionKey?: string;
162
163
  };
163
164
  type SharedProps = {
@@ -876,6 +877,7 @@ type CarouselProps$1 = BasePropsWrap<CarouselSettingProps$1, CarouselStyleProps$
876
877
  thumbsSwiper?: string;
877
878
  productBadgeLiquid?: string;
878
879
  renderByLayout?: ObjectDevices<boolean>;
880
+ carouselType?: 'feature_image_thumbs' | 'feature_image' | 'product_list' | 'carousel';
879
881
  } & {
880
882
  rootId?: string;
881
883
  rootClass?: string;
@@ -887,7 +889,6 @@ type CarouselProps$1 = BasePropsWrap<CarouselSettingProps$1, CarouselStyleProps$
887
889
  slidesClass?: string;
888
890
  conditionAppendJs?: string;
889
891
  isEnableCheckHasScrollableContent?: boolean;
890
- centerInsufficientSlides?: boolean;
891
892
  };
892
893
  type CarouselItemProps$1 = {
893
894
  parentStyle?: CarouselProps$1['styles'];
@@ -930,6 +931,7 @@ declare const Carousel$3: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProp
930
931
  thumbsSwiper?: string;
931
932
  productBadgeLiquid?: string;
932
933
  renderByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
934
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
933
935
  } & {
934
936
  rootId?: string;
935
937
  rootClass?: string;
@@ -941,7 +943,6 @@ declare const Carousel$3: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProp
941
943
  slidesClass?: string;
942
944
  conditionAppendJs?: string;
943
945
  isEnableCheckHasScrollableContent?: boolean;
944
- centerInsufficientSlides?: boolean;
945
946
  } & React.RefAttributes<CarouselRef$1>>;
946
947
 
947
948
  declare const CarouselItem$3: React.FC<CarouselItemProps$1>;
@@ -2135,7 +2136,7 @@ type ImageComparisonItem = {
2135
2136
  height?: number;
2136
2137
  backupFileKey?: string;
2137
2138
  backupFilePath?: string;
2138
- storage?: 'THEME' | 'FILE_CONTENT';
2139
+ storage?: IImageStorageType;
2139
2140
  metafieldDefinitionKey?: string;
2140
2141
  };
2141
2142
  type ImageTab = 'left' | 'right';
@@ -2350,7 +2351,7 @@ type MarqueeItemProps = {
2350
2351
 
2351
2352
  declare const Marquee$1: ({ children, style, builderAttrs, advanced, ...props }: MarqueeProps) => React.JSX.Element;
2352
2353
 
2353
- declare const _default$4: React$1.NamedExoticComponent<MarqueeItemProps>;
2354
+ declare const _default$5: React$1.NamedExoticComponent<MarqueeItemProps>;
2354
2355
 
2355
2356
  declare const marqueeSetting: {
2356
2357
  Marquee: _gem_sdk_core.ComponentSetting<MarqueeProps>;
@@ -2377,17 +2378,9 @@ type ModalProps = BaseProps<ModalSettingProps, ModalStyleProps> & {
2377
2378
  onClose?: () => void;
2378
2379
  onKeypressEscape?: (e: KeyboardEvent) => void;
2379
2380
  unmount?: boolean;
2380
- lockBodyScroll?: boolean;
2381
2381
  children: React.ReactNode;
2382
2382
  disableIframeClickEvent?: boolean;
2383
2383
  contentClass?: string;
2384
- zoomButton?: {
2385
- isShowButton: boolean;
2386
- isZoomIn: boolean;
2387
- onToggleZoom: () => void;
2388
- };
2389
- closeButtonClassName?: string;
2390
- wrapperContentClasses?: string;
2391
2384
  };
2392
2385
  type ButtonConfig = {
2393
2386
  label?: string;
@@ -2830,6 +2823,7 @@ declare const PostPurchaseProductVariants: React.FC<PostPurchaseProductVariantsP
2830
2823
  type PostPurchaseProductQuantitySettingProps = {
2831
2824
  title?: string;
2832
2825
  defaultQtyValue?: number;
2826
+ updatePrice?: boolean;
2833
2827
  };
2834
2828
  type PostPurchaseProductQuantityStyleProps = {
2835
2829
  fullWidth?: ObjectDevices<boolean>;
@@ -5386,6 +5380,13 @@ type TagembedSocialPostReviewProps = BaseProps<{
5386
5380
  install?: any;
5387
5381
  formCode?: string;
5388
5382
  }>;
5383
+ type SubscribfySubscriptionsAppProps = BaseProps<{
5384
+ align?: ObjectDevices<AlignProp>;
5385
+ openApp?: any;
5386
+ install?: any;
5387
+ appBlockId?: string;
5388
+ widgetType?: string;
5389
+ }>;
5389
5390
  type TagshopShoppableVideosUgcProps = BaseProps<{
5390
5391
  align?: ObjectDevices<AlignProp>;
5391
5392
  openApp?: any;
@@ -5586,6 +5587,11 @@ type WcWishlistBackInStockProps = BaseProps<{
5586
5587
  appBlockId?: string;
5587
5588
  widgetType?: string;
5588
5589
  }>;
5590
+ type EssentPreorderBackInStockProps = BaseProps<{
5591
+ align?: ObjectDevices<AlignProp>;
5592
+ openApp?: any;
5593
+ install?: any;
5594
+ }>;
5589
5595
 
5590
5596
  declare const RechargeSubscriptions$1: React.FC<RechargeSubscriptionsProps>;
5591
5597
 
@@ -5595,6 +5601,8 @@ declare const AppstleBundlesDiscounts$1: React.FC<AppstleBundlesDiscountsProps>;
5595
5601
 
5596
5602
  declare const AovFreeGiftBuyXGetYBogo$1: React.FC<AovFreeGiftBuyXGetYBogoProps>;
5597
5603
 
5604
+ declare const SubscribfySubscriptionsApp$1: React.FC<SubscribfySubscriptionsAppProps>;
5605
+
5598
5606
  declare const JudgemeReviews$1: React.FC<JudgemeReviewsProps>;
5599
5607
 
5600
5608
  declare const LooxReviews$1: React.FC<LooxReviewsProps>;
@@ -5835,6 +5843,8 @@ declare const BonySubscriptionsApp$1: React.FC<BonySubscriptionsAppProps>;
5835
5843
 
5836
5844
  declare const WcWishlistBackInStock$1: React.FC<WcWishlistBackInStockProps>;
5837
5845
 
5846
+ declare const EssentPreorderBackInStock$1: React.FC<EssentPreorderBackInStockProps>;
5847
+
5838
5848
  declare const thirdPartySetting: {
5839
5849
  EstimatedDeliveryDatePlus: _gem_sdk_core.ComponentSetting<EstimatedDeliveryDatePlusProps>;
5840
5850
  OkendoReviewsLoyalty: _gem_sdk_core.ComponentSetting<OkendoReviewsLoyaltyProps>;
@@ -5887,6 +5897,7 @@ declare const thirdPartySetting: {
5887
5897
  SkioSubscriptionsYcS20: _gem_sdk_core.ComponentSetting<SkioSubscriptionsYcS20Props>;
5888
5898
  LoopSubscriptions: _gem_sdk_core.ComponentSetting<LoopSubscriptionsProps>;
5889
5899
  RecurpaySubscriptionApp: _gem_sdk_core.ComponentSetting<RecurpaySubscriptionAppProps>;
5900
+ SubscribfySubscriptionsApp: _gem_sdk_core.ComponentSetting<SubscribfySubscriptionsAppProps>;
5890
5901
  SubifySubscriptionsApp: _gem_sdk_core.ComponentSetting<SubifySubscriptionsAppProps>;
5891
5902
  BonLoyaltyRewardsReferrals: _gem_sdk_core.ComponentSetting<BonLoyaltyRewardsReferralsProps>;
5892
5903
  ShopifySubscriptions: _gem_sdk_core.ComponentSetting<ShopifySubscriptionsProps>;
@@ -5960,6 +5971,7 @@ declare const thirdPartySetting: {
5960
5971
  GrowthSuiteDiscountCodes: _gem_sdk_core.ComponentSetting<GrowthSuiteDiscountCodesProps>;
5961
5972
  BonySubscriptionsApp: _gem_sdk_core.ComponentSetting<BonySubscriptionsAppProps>;
5962
5973
  WcWishlistBackInStock: _gem_sdk_core.ComponentSetting<WcWishlistBackInStockProps>;
5974
+ EssentPreorderBackInStock: _gem_sdk_core.ComponentSetting<EssentPreorderBackInStockProps>;
5963
5975
  };
5964
5976
 
5965
5977
  type InstantJudgemeReviewsSettingProps = {
@@ -6111,7 +6123,7 @@ declare const stickySetting: {
6111
6123
  Sticky: _gem_sdk_core.ComponentSetting<StickyProps>;
6112
6124
  };
6113
6125
 
6114
- declare const _default$3: {
6126
+ declare const _default$4: {
6115
6127
  Sticky: React.ComponentType<StickyProps>;
6116
6128
  ShopPayInstallments: React.ComponentType<ShopPayInstallmentProps>;
6117
6129
  ThirdPartySlot: React.ComponentType<AnyShopifyAppsProps>;
@@ -6120,6 +6132,8 @@ declare const _default$3: {
6120
6132
  InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
6121
6133
  InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
6122
6134
  InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
6135
+ EssentPreorderBackInStock: React.ComponentType<EssentPreorderBackInStockProps>;
6136
+ SubscribfySubscriptionsApp: React.ComponentType<SubscribfySubscriptionsAppProps>;
6123
6137
  WcWishlistBackInStock: React.ComponentType<WcWishlistBackInStockProps>;
6124
6138
  BonySubscriptionsApp: React.ComponentType<BonySubscriptionsAppProps>;
6125
6139
  GrowthSuiteDiscountCodes: React.ComponentType<GrowthSuiteDiscountCodesProps>;
@@ -6246,7 +6260,7 @@ declare const _default$3: {
6246
6260
  HextomFreeShippingBar: React.ComponentType<HextomFreeShippingBarProps>;
6247
6261
  Video: React.ComponentType<VideoProps>;
6248
6262
  Textarea: React.ComponentType<TextareaProps>;
6249
- Text: React.ComponentType<_gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
6263
+ Text: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
6250
6264
  builderAttrs?: Record<string, any>;
6251
6265
  style?: React.CSSProperties;
6252
6266
  } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, ""> & {
@@ -6330,19 +6344,19 @@ declare const _default$3: {
6330
6344
  Input: React.ComponentType<InputProps>;
6331
6345
  ImageDetection: React.ComponentType<ImageDetectionProps>;
6332
6346
  ImageComparison: React.ComponentType<ImageComparisonProps>;
6333
- Image: React.ComponentType<ImageProps>;
6347
+ Image: React.FC<ImageProps>;
6334
6348
  IconListV2: React.ComponentType<IconListProps>;
6335
6349
  IconListHoz: React.ComponentType<IconListHozProps>;
6336
6350
  IconListItemHoz: React.ComponentType<IconListItemProps>;
6337
6351
  IconList: React.ComponentType<IconListProps$1>;
6338
6352
  IconListItem: React.ComponentType<IconListItemProps$1>;
6339
6353
  Icon: React.ComponentType<IconProps>;
6340
- Heading: React.ComponentType<HeadingProps>;
6354
+ Heading: React.FC<HeadingProps>;
6341
6355
  Header: React.ComponentType<HeaderProps>;
6342
- Row: React.ComponentType<RowProps>;
6343
- Col: React.ComponentType<ColProps>;
6344
- Section: React.ComponentType<RowProps>;
6345
- Root: React.ComponentType<{
6356
+ Row: React.FC<RowProps>;
6357
+ Col: React.FC<ColProps>;
6358
+ Section: React.FC<RowProps>;
6359
+ Root: React.FC<{
6346
6360
  children?: React.ReactNode;
6347
6361
  }>;
6348
6362
  Newsletter: React.ComponentType<NewsletterProps>;
@@ -6408,6 +6422,205 @@ declare const _default$3: {
6408
6422
  thumbsSwiper?: string;
6409
6423
  productBadgeLiquid?: string;
6410
6424
  renderByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
6425
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
6426
+ } & {
6427
+ rootId?: string;
6428
+ rootClass?: string;
6429
+ wrapperClass?: string;
6430
+ rootStyles?: React.CSSProperties;
6431
+ rawChildren?: any[];
6432
+ advanced?: any;
6433
+ disableMarginAuto?: boolean;
6434
+ slidesClass?: string;
6435
+ conditionAppendJs?: string;
6436
+ isEnableCheckHasScrollableContent?: boolean;
6437
+ } & React.RefAttributes<CarouselRef$1>>;
6438
+ CarouselItemV3: React.ComponentType<CarouselItemProps$1>;
6439
+ Carousel: React.ComponentType<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
6440
+ builderAttrs?: Record<string, any>;
6441
+ style?: React.CSSProperties;
6442
+ } & {
6443
+ children?: React.ReactNode;
6444
+ moveToIdx?: number;
6445
+ isHiddenArrowWhenDisabled?: boolean;
6446
+ hiddenDotWhenOnlyOne?: boolean;
6447
+ disableMarginAuto?: boolean;
6448
+ onLoaded?: (status: boolean) => void;
6449
+ onChangeActive?: (index: number) => void;
6450
+ onUpdated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6451
+ onCreated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6452
+ onClickArrow?: () => void;
6453
+ onHandleChangeSlideByInteraction?: (index: number) => void;
6454
+ elmRef?: React.Ref<HTMLDivElement>;
6455
+ rootClass?: string;
6456
+ parentClass?: string;
6457
+ rootAttrs?: Record<string, string | boolean | number>;
6458
+ slidesClass?: string;
6459
+ fullHeight?: boolean;
6460
+ } & {
6461
+ rootId?: string;
6462
+ rootClass?: string;
6463
+ wrapperClass?: string;
6464
+ rootStyles?: React.CSSProperties;
6465
+ rawChildren?: any[];
6466
+ advanced?: any;
6467
+ disableMarginAuto?: boolean;
6468
+ slidesClass?: string;
6469
+ conditionAppendJs?: string;
6470
+ } & React.RefAttributes<CarouselRef>>;
6471
+ CarouselItem: React.ComponentType<CarouselItemProps>;
6472
+ Button: React.ComponentType<ButtonProps>;
6473
+ Breadcrumb: React.ComponentType<BreadcrumbProps>;
6474
+ HeroBanner: React.ComponentType<HeroBannerProps>;
6475
+ ArticleList: React.ComponentType<ArticleListProps>;
6476
+ ArticleTitle: React.ComponentType<ArticleTitleProps>;
6477
+ ArticleExcerpt: React.ComponentType<ArticleExcerptProps>;
6478
+ ArticleContent: React.ComponentType<ArticleContentProps>;
6479
+ ArticleImage: React.ComponentType<ArticleImageProps>;
6480
+ ArticlePagination: React.ComponentType<CollectionPaginatorProps>;
6481
+ ArticleAuthor: React.ComponentType<ArticleAuthorProps>;
6482
+ ArticleTag: React.ComponentType<ArticleTagProps>;
6483
+ ArticleCategory: React.ComponentType<ArticleCategoryProps>;
6484
+ ArticleDate: React.ComponentType<ArticleDateProps>;
6485
+ ArticleReadMore: React.ComponentType<ArticleReadMoreProps>;
6486
+ Accordion: React.ComponentType<AccordionProps>;
6487
+ AccordionItem: React.ComponentType<AccordionItemProps>;
6488
+ };
6489
+
6490
+ declare const _default$3: {
6491
+ Sticky: React.ComponentType<StickyProps>;
6492
+ ThirdPartySlot: React.ComponentType<AnyShopifyAppsProps>;
6493
+ StockCounter: React.ComponentType<StockCounterProps>;
6494
+ InstantJudgemeReviews: React.ComponentType<InstantJudgemeReviewsProps>;
6495
+ InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
6496
+ InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
6497
+ InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
6498
+ Video: React.ComponentType<VideoProps>;
6499
+ Textarea: React.ComponentType<TextareaProps>;
6500
+ Text: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<TextSettingProps, TextStyleProps, Record<string, any>> & {
6501
+ builderAttrs?: Record<string, any>;
6502
+ style?: React.CSSProperties;
6503
+ } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, ""> & {
6504
+ disableEdit?: boolean;
6505
+ pageContext?: _gem_sdk_core.PageContext;
6506
+ } & React.RefAttributes<HTMLElement>>;
6507
+ Tabs: React.ComponentType<TabsProps>;
6508
+ TabItem: React.ComponentType<TabItemProps>;
6509
+ Select: React.ComponentType<SelectProps>;
6510
+ Radio: React.ComponentType<RadioProps>;
6511
+ Product: React.ComponentType<ProductProps>;
6512
+ ProductTitle: React.ComponentType<ProductTitleProps>;
6513
+ ProductQuantity: React.ComponentType<ProductQuantityProps>;
6514
+ ProductPrice: React.ComponentType<ProductPriceProps>;
6515
+ ProductButton: React.ComponentType<ProductButtonProps>;
6516
+ ProductDescription: React.ComponentType<ProductDescriptionProps>;
6517
+ ProductVariants: React.ComponentType<ProductVariantsProps>;
6518
+ ProductImages: React.ComponentType<ProductImagesProps>;
6519
+ ProductImagesV3: React.ComponentType<ProductImagesProps$2>;
6520
+ ProductImagesV2: React.ComponentType<ProductImagesProps$1>;
6521
+ ProductProperties: React.ComponentType<ProductPropertiesProps>;
6522
+ ProductQuickView: React.ComponentType<{}>;
6523
+ ProductTag: React.ComponentType<ProductTagProps>;
6524
+ ProductListV3: React.ComponentType<ProductListProps$1>;
6525
+ ProductList: React.ComponentType<ProductListProps>;
6526
+ DynamicCheckout: React.ComponentType<DynamicCheckoutProps>;
6527
+ ProductVendor: React.ComponentType<VendorProps>;
6528
+ ProductViewMore: React.ComponentType<ProductViewMoreProps>;
6529
+ ProductBadge: React.ComponentType<ProductBadgeProps>;
6530
+ ProductBundleDiscount: React.ComponentType<ProductBundleDiscountProps>;
6531
+ ProductBundleDiscountItem: React.ComponentType<{
6532
+ children?: React.ReactNode;
6533
+ }>;
6534
+ ProductSku: React.ComponentType<SkuProps>;
6535
+ FileUpload: React.ComponentType<FileUploadProps>;
6536
+ Pagination: React.ComponentType<PaginationProps>;
6537
+ Modal: React.ComponentType<ModalProps>;
6538
+ Menu: React.ComponentType<MenuProps>;
6539
+ Marquee: React.ComponentType<MarqueeProps>;
6540
+ MarqueeItem: React.ComponentType<MarqueeItemProps>;
6541
+ Link: React.ComponentType<NextLinkProps>;
6542
+ Line: React.ComponentType<LineProps>;
6543
+ Input: React.ComponentType<InputProps>;
6544
+ ImageComparison: React.ComponentType<ImageComparisonProps>;
6545
+ Image: React.FC<ImageProps>;
6546
+ IconListV2: React.ComponentType<IconListProps>;
6547
+ IconListHoz: React.ComponentType<IconListHozProps>;
6548
+ IconListItemHoz: React.ComponentType<IconListItemProps>;
6549
+ IconList: React.ComponentType<IconListProps$1>;
6550
+ IconListItem: React.ComponentType<IconListItemProps$1>;
6551
+ Icon: React.ComponentType<IconProps>;
6552
+ Heading: React.FC<HeadingProps>;
6553
+ Header: React.ComponentType<HeaderProps>;
6554
+ Row: React.FC<RowProps>;
6555
+ Col: React.FC<ColProps>;
6556
+ Section: React.FC<RowProps>;
6557
+ Root: React.FC<{
6558
+ children?: React.ReactNode;
6559
+ }>;
6560
+ Newsletter: React.ComponentType<NewsletterProps>;
6561
+ FormEmail: React.ComponentType<FormEmailProps>;
6562
+ SubmitButton: React.ComponentType<SubmitButtonProps>;
6563
+ Contact: React.ComponentType<NewsletterProps>;
6564
+ ContactForm: React.ComponentType<NewsletterProps>;
6565
+ TextField: React.ComponentType<TextFieldProps>;
6566
+ FormTextarea: React.ComponentType<TextAreaProps>;
6567
+ FormTextArea: React.ComponentType<TextAreaProps>;
6568
+ FormDropdown: React.ComponentType<FormDropdownProps>;
6569
+ FormCheckbox: React.ComponentType<FormCheckboxProps>;
6570
+ TextInput: React.ComponentType<TextInputProps>;
6571
+ EstimateDate: React.ComponentType<EstimateDateProps>;
6572
+ Dialog: React.ComponentType<DialogProps$1>;
6573
+ Coupon: React.ComponentType<CouponProps>;
6574
+ Countdown: React.ComponentType<CountdownProps>;
6575
+ CollectionTitle: React.ComponentType<CollectionTitleProps>;
6576
+ CollectionDescription: React.ComponentType<CollectionDescriptionProps>;
6577
+ CollectionToolbar: React.ComponentType<CollectionToolbarProps>;
6578
+ CollectionPaginator: React.ComponentType<CollectionPaginatorProps>;
6579
+ CollectionBanner: React.ComponentType<CollectionBannerProps>;
6580
+ CSSCode: React.ComponentType<CSSCodeProps>;
6581
+ Cart: React.ComponentType<CartProps>;
6582
+ CartList: React.ComponentType<CartListProps>;
6583
+ CartLinePrice: React.ComponentType<CartLinePriceProps>;
6584
+ CartLineVariant: React.ComponentType<CartLineVariantProps>;
6585
+ CartLineImage: React.ComponentType<CartLineImageProps>;
6586
+ CartTotalPrice: React.ComponentType<CartTotalPriceProps>;
6587
+ CartTotalItem: React.ComponentType<CartTotalItemProps>;
6588
+ CartCheckout: React.ComponentType<CartCheckoutProps>;
6589
+ DiscountInput: React.ComponentType<DiscountInputProps>;
6590
+ CartDiscount: React.ComponentType<CartDiscountProps>;
6591
+ CartOrderNote: React.ComponentType<CartOrderNoteProps>;
6592
+ CartLineAttribute: React.ComponentType<CartLineAttributeProps>;
6593
+ CouponList: React.ComponentType<{}>;
6594
+ ShopPayButton: React.ComponentType<ShopPayButtonProps>;
6595
+ CheckoutNow: React.ComponentType<CheckoutNowProps>;
6596
+ CarouselV3: React.ComponentType<_gem_sdk_core.BaseProps<CarouselSettingProps$1, CarouselStyleProps$1, Record<string, any>> & {
6597
+ builderAttrs?: Record<string, any>;
6598
+ style?: React.CSSProperties;
6599
+ } & {
6600
+ children?: React.ReactNode;
6601
+ moveToIdx?: number;
6602
+ isHiddenArrowWhenDisabled?: boolean;
6603
+ hiddenDotWhenOnlyOne?: boolean;
6604
+ disableMarginAuto?: boolean;
6605
+ onLoaded?: (status: boolean) => void;
6606
+ onChangeActive?: (index: number) => void;
6607
+ onUpdated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6608
+ onCreated?: (slider: _gem_sdk_keen_slider.KeenSliderInstance) => void;
6609
+ onClickArrow?: () => void;
6610
+ onHandleChangeSlideByInteraction?: (index: number) => void;
6611
+ onSwiperReady?: (swiper: _gem_sdk_swiper.default) => void;
6612
+ elmRef?: React.Ref<HTMLDivElement>;
6613
+ rootClass?: string;
6614
+ parentClass?: string;
6615
+ rootAttrs?: Record<string, string | boolean | number>;
6616
+ slidesClass?: string;
6617
+ fullHeight?: boolean;
6618
+ isDisableResetSlide?: boolean;
6619
+ isProductList?: boolean;
6620
+ thumbsSwiper?: string;
6621
+ productBadgeLiquid?: string;
6622
+ renderByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
6623
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
6411
6624
  } & {
6412
6625
  rootId?: string;
6413
6626
  rootClass?: string;
@@ -6419,7 +6632,6 @@ declare const _default$3: {
6419
6632
  slidesClass?: string;
6420
6633
  conditionAppendJs?: string;
6421
6634
  isEnableCheckHasScrollableContent?: boolean;
6422
- centerInsufficientSlides?: boolean;
6423
6635
  } & React.RefAttributes<CarouselRef$1>>;
6424
6636
  CarouselItemV3: React.ComponentType<CarouselItemProps$1>;
6425
6637
  Carousel: React.ComponentType<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
@@ -6954,6 +7166,10 @@ declare const BonySubscriptionsApp: ({ setting, advanced }: BonySubscriptionsApp
6954
7166
 
6955
7167
  declare const WcWishlistBackInStock: ({ setting, advanced }: WcWishlistBackInStockProps) => string;
6956
7168
 
7169
+ declare const SubscribfySubscriptionsApp: ({ setting, advanced }: SubscribfySubscriptionsAppProps) => string;
7170
+
7171
+ declare const EssentPreorderBackInStock: ({ setting, advanced }: EssentPreorderBackInStockProps) => string;
7172
+
6957
7173
  declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
6958
7174
 
6959
7175
  declare const StellarDeliveryDatePickup: ({ setting, advanced }: StellarDeliveryDatePickupProps) => string;
@@ -7010,6 +7226,7 @@ declare const index_liquid_EasyBundleBuilderSkailama: typeof EasyBundleBuilderSk
7010
7226
  declare const index_liquid_EasySellCOD: typeof EasySellCOD;
7011
7227
  declare const index_liquid_EcoboostifyShoppableReelUgc: typeof EcoboostifyShoppableReelUgc;
7012
7228
  declare const index_liquid_EcomsendBackInStockAlert: typeof EcomsendBackInStockAlert;
7229
+ declare const index_liquid_EssentPreorderBackInStock: typeof EssentPreorderBackInStock;
7013
7230
  declare const index_liquid_EssentialAnnouncementBar: typeof EssentialAnnouncementBar;
7014
7231
  declare const index_liquid_EssentialCountdownTimerBar: typeof EssentialCountdownTimerBar;
7015
7232
  declare const index_liquid_EstimatedDeliveryDatePlus: typeof EstimatedDeliveryDatePlus;
@@ -7102,6 +7319,7 @@ declare const index_liquid_SproutPlantTreesGrowSales: typeof SproutPlantTreesGro
7102
7319
  declare const index_liquid_Stamped: typeof Stamped;
7103
7320
  declare const index_liquid_StellarDeliveryDatePickup: typeof StellarDeliveryDatePickup;
7104
7321
  declare const index_liquid_SubifySubscriptionsApp: typeof SubifySubscriptionsApp;
7322
+ declare const index_liquid_SubscribfySubscriptionsApp: typeof SubscribfySubscriptionsApp;
7105
7323
  declare const index_liquid_TabItem: typeof TabItem;
7106
7324
  declare const index_liquid_TagembedSocialPostReview: typeof TagembedSocialPostReview;
7107
7325
  declare const index_liquid_TagshopShoppableVideosUgc: typeof TagshopShoppableVideosUgc;
@@ -7187,6 +7405,7 @@ declare namespace index_liquid {
7187
7405
  index_liquid_EasySellCOD as EasySellCOD,
7188
7406
  index_liquid_EcoboostifyShoppableReelUgc as EcoboostifyShoppableReelUgc,
7189
7407
  index_liquid_EcomsendBackInStockAlert as EcomsendBackInStockAlert,
7408
+ index_liquid_EssentPreorderBackInStock as EssentPreorderBackInStock,
7190
7409
  index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar,
7191
7410
  index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar,
7192
7411
  EstimateDate$1 as EstimateDate,
@@ -7308,6 +7527,7 @@ declare namespace index_liquid {
7308
7527
  StockCounter$1 as StockCounter,
7309
7528
  index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp,
7310
7529
  SubmitButton$1 as SubmitButton,
7530
+ index_liquid_SubscribfySubscriptionsApp as SubscribfySubscriptionsApp,
7311
7531
  index_liquid_TabItem as TabItem,
7312
7532
  Tabs$1 as Tabs,
7313
7533
  index_liquid_TagembedSocialPostReview as TagembedSocialPostReview,
@@ -7340,6 +7560,8 @@ declare namespace index_liquid {
7340
7560
  }
7341
7561
 
7342
7562
  declare const _default$2: {
7563
+ EssentPreorderBackInStock: React.FC<EssentPreorderBackInStockProps>;
7564
+ SubscribfySubscriptionsApp: React.FC<SubscribfySubscriptionsAppProps>;
7343
7565
  WcWishlistBackInStock: React.FC<WcWishlistBackInStockProps>;
7344
7566
  BonySubscriptionsApp: React.FC<BonySubscriptionsAppProps>;
7345
7567
  GrowthSuiteDiscountCodes: React.FC<GrowthSuiteDiscountCodesProps>;
@@ -7394,6 +7616,7 @@ declare const _default$2: {
7394
7616
  thumbsSwiper?: string;
7395
7617
  productBadgeLiquid?: string;
7396
7618
  renderByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
7619
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
7397
7620
  } & {
7398
7621
  rootId?: string;
7399
7622
  rootClass?: string;
@@ -7405,7 +7628,6 @@ declare const _default$2: {
7405
7628
  slidesClass?: string;
7406
7629
  conditionAppendJs?: string;
7407
7630
  isEnableCheckHasScrollableContent?: boolean;
7408
- centerInsufficientSlides?: boolean;
7409
7631
  } & React.RefAttributes<CarouselRef$1>>;
7410
7632
  CarouselItemV3: React.FC<CarouselItemProps$1>;
7411
7633
  Carousel: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProps<CarouselSettingProps, CarouselStyleProps, Record<string, any>> & {
@@ -7754,6 +7976,7 @@ declare const _default$1: {
7754
7976
  SkioSubscriptionsYcS20: _gem_sdk_core.ComponentSetting<SkioSubscriptionsYcS20Props>;
7755
7977
  LoopSubscriptions: _gem_sdk_core.ComponentSetting<LoopSubscriptionsProps>;
7756
7978
  RecurpaySubscriptionApp: _gem_sdk_core.ComponentSetting<RecurpaySubscriptionAppProps>;
7979
+ SubscribfySubscriptionsApp: _gem_sdk_core.ComponentSetting<SubscribfySubscriptionsAppProps>;
7757
7980
  SubifySubscriptionsApp: _gem_sdk_core.ComponentSetting<SubifySubscriptionsAppProps>;
7758
7981
  BonLoyaltyRewardsReferrals: _gem_sdk_core.ComponentSetting<BonLoyaltyRewardsReferralsProps>;
7759
7982
  ShopifySubscriptions: _gem_sdk_core.ComponentSetting<ShopifySubscriptionsProps>;
@@ -7827,6 +8050,7 @@ declare const _default$1: {
7827
8050
  GrowthSuiteDiscountCodes: _gem_sdk_core.ComponentSetting<GrowthSuiteDiscountCodesProps>;
7828
8051
  BonySubscriptionsApp: _gem_sdk_core.ComponentSetting<BonySubscriptionsAppProps>;
7829
8052
  WcWishlistBackInStock: _gem_sdk_core.ComponentSetting<WcWishlistBackInStockProps>;
8053
+ EssentPreorderBackInStock: _gem_sdk_core.ComponentSetting<EssentPreorderBackInStockProps>;
7830
8054
  Video: _gem_sdk_core.ComponentSetting<VideoProps>;
7831
8055
  Textarea: _gem_sdk_core.ComponentSetting<TextareaProps>;
7832
8056
  Text: _gem_sdk_core.ComponentSetting<TextProps>;
@@ -8274,5 +8498,5 @@ declare namespace translate {
8274
8498
 
8275
8499
  declare const TAGS_WITH_REPLACE_LINK_DATA: string[];
8276
8500
 
8277
- export { Accordion$2 as Accordion, AccordionItem$1 as AccordionItem, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AliReviews$1 as AliReviews, AlsoBoughtCbb$1 as AlsoBoughtCbb, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, AppstleSubscriptions$1 as AppstleSubscriptions, 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$2 as ArticlePagination, ArticleReadMore$2 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, BirdChime$1 as BirdChime, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, Bogos$1 as Bogos, BoldProductOptions$1 as BoldProductOptions, BoldSubscriptions$1 as BoldSubscriptions, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonySubscriptionsApp$1 as BonySubscriptionsApp, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, Button$3 as Button, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$2 as CSSCode, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, CarouselItem$3 as CarouselItemV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, CollectionBanner$1 as CollectionBanner, CollectionDescription$2 as CollectionDescription, CollectionPaginator$2 as CollectionPaginator, CollectionTitle$1 as CollectionTitle, CollectionToolbar$2 as CollectionToolbar, ContactForm$2 as ContactForm, Countdown$2 as Countdown, Coupon$2 as Coupon, CouponList, CrossSellCartUpsell$1 as CrossSellCartUpsell, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, 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, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, DesktopMenu, Dialog$2 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DynamicCheckout$1 as DynamicCheckout, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasySell as EasySellCOD, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, EstimateDate$2 as EstimateDate, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FeraReviews$1 as FeraReviews, FileUpload$2 as FileUpload, FirePush$1 as FirePush, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FordeerProductLabels$1 as FordeerProductLabels, FormCheckbox$1 as FormCheckbox, FormDropdown$2 as FormDropdown, FormEmail$2 as FormEmail, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, Growave$1 as Growave, GrowthSuiteDiscountCodes$1 as GrowthSuiteDiscountCodes, Header, Heading$2 as Heading, HeroBanner$2 as HeroBanner, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, HextomFreeShippingBar$1 as HextomFreeShippingBar, HulkFormBuilder$1 as HulkFormBuilder, HulkProductOptions$1 as HulkProductOptions, Icon$1 as Icon, IconList$2 as IconList, IconListHoz$1 as IconListHoz, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, IconListV2$2 as IconListV2, Image$2 as Image, ImageComparison$2 as ImageComparison, ImageDetection, InfiniteOptions$1 as InfiniteOptions, Input, Instafeed$1 as Instafeed, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, JudgemeReviews$1 as JudgemeReviews, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, KachingBundles$1 as KachingBundles, KachingSubscriptionsApp$1 as KachingSubscriptionsApp, KingProductOptions$1 as KingProductOptions, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KlarnaMessaging$1 as KlarnaMessaging, Klaviyo$1 as Klaviyo, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, LaiProductReviews$1 as LaiProductReviews, Line$2 as Line, Link$1 as Link, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoopSubscriptions$1 as LoopSubscriptions, LooxReviews$1 as LooxReviews, 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, MaxbundleProductBundles$1 as MaxbundleProductBundles, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, Menu, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, NO_PRODUCT_LEFT, Newsletter$2 as Newsletter, Notify as Notice, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, OUT_OF_STOCK, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, Omnisend$1 as Omnisend, Opinew$1 as Opinew, Pagination, ParcelPanel$1 as ParcelPanel, PickyStory$1 as PickyStory, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, Button$2 as PostPurchaseButton, BuyerConsent as PostPurchaseBuyerConsent, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, Line$1 as PostPurchaseLine, Link as PostPurchaseLink, PostPurchaseProductDescription, PostPurchaseProductDiscountTag, PostPurchaseProductImages, PostPurchaseProductOffer, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductQuantity, ProductSubscription as PostPurchaseProductSubscription, PostPurchaseProductTitle, PostPurchaseProductVariants, Text$3 as PostPurchaseText, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowWodPresale$1 as PreorderNowWodPresale, Product$1 as Product, ProductBadge$2 as ProductBadge, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$2 as ProductButton, ProductDescription$2 as ProductDescription, ProductImages$3 as ProductImages, ProductImagesV2, ProductImagesV3, ProductList$2 as ProductList, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, ProductPrice$1 as ProductPrice, ProductProperties$2 as ProductPropertyInput, ProductQuantity$1 as ProductQuantity, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductSku$1 as ProductSku, ProductTag$2 as ProductTag, ProductTitle$1 as ProductTitle, ProductVariants$1 as ProductVariants, ProductVendor$1 as ProductVendor, ProductViewMore$2 as ProductViewMore, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PushOwl$1 as PushOwl, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RechargeSubscriptions$1 as RechargeSubscriptions, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, Releasit$1 as Releasit, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, Rivyo$1 as Rivyo, Root$1 as Root, Row$2 as Row, Ryviu$1 as Ryviu, SealSubscriptions$1 as SealSubscriptions, Section$2 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, Select, Selleasy$1 as Selleasy, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, ShopPayButton$1 as ShopPayButton, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, ShopifySubscriptions$1 as ShopifySubscriptions, SimpleBundlesKits$1 as SimpleBundlesKits, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, Stamped$1 as Stamped, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, Sticky$2 as Sticky, StockCounter$2 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubmitButton$2 as SubmitButton, TAGS_WITH_REPLACE_LINK_DATA, TabItem$1 as TabItem, Tabs$2 as Tabs, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, Text$2 as Text, TextField$2 as TextField, TextInput$2 as TextInput, TextArea as Textarea, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, TrustMe$1 as TrustMe, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, Trustoo$1 as Trustoo, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, TrustshopProductReviews$1 as TrustshopProductReviews, UltimateSalesBoost$1 as UltimateSalesBoost, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, Video$2 as Video, Vitals$1 as Vitals, WcWishlistBackInStock$1 as WcWishlistBackInStock, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WideBundle$1 as WideBundle, Wiser$1 as Wiser, WishlistKing$1 as WishlistKing, WishlistPlus$1 as WishlistPlus, YotpoLoyalty, YotpoReviews$1 as YotpoReviews, 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, createSettingId, createTranslateKey, dialogSetting, estimateDeliverySetting, extractProductID, filterPageContext, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getBackgroundTranslated, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSeoTranslated, 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, postPurchaseBuyerConsentSetting, 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, translate as translateComponents, useNotification, videoSetting, youtubeShortsRegex };
8278
- export type { AccordionItemProps, AccordionProps, AftershipEmailMarketingsmsProps, AirProductReviewsAppUgcProps, AliReviewsProps, AlsoBoughtCbbProps, AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendarProps, AppstleBundlesDiscountsProps, AppstleSubscriptionsProps, BestBuyFulfillmentProps, BfSizeChartSizeGuideProps, BirdChimeProps, BloyRewardsProgramLoyaltyProps, BogosProps, BoldProductOptionsProps, BoldSubscriptionsProps, BonLoyaltyRewardsReferralsProps, BonySubscriptionsAppProps, BoostAISearchDiscoveryProps, BundlerProps, ButtonProps, CSSCodeProps, CalloutBoxProps, CalloutTextProps, CarouselItemProps, CarouselItemProps$1 as CarouselItemPropsV3, CarouselProps, CarouselProps$1 as CarouselPropsV3, CarouselSettingProps, CarouselSettingProps$1 as CarouselSettingPropsV3, CarouselStyleProps, CarouselStyleProps$1 as CarouselStylePropsV3, CartProps, CleanSizeChartsProps, ColProps, CollectionBannerProps, CollectionDescriptionProps, CollectionPaginatorProps, CollectionTitleProps, CollectionToolbarProps, CountdownProps, CouponProps, CrossSellCartUpsellProps, CustomProductOptionsVariantProps, DataVideoType, DealeasyVolumeDiscountsProps, DiscountyBulkDiscountSalesProps, DynamicCheckoutProps, EasifyProductOptionsProps, EasyBundleBuilderSkailamaProps, EasySellCODProps, EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlertProps, EssentialAnnouncementBarProps, EssentialCountdownTimerBarProps, EstimateDateProps, EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscountsProps, FeraReviewsProps, FileUploadProps, FirePushProps, FlyBundlesUpsellsFbtProps, FordeerProductLabelsProps, FormCheckboxProps, FormDropdownProps, FormEmailProps, FrequentlyBoughtTogetherProps, GloColorSwatchvariantImageProps, GloboProductOptionsVariantProps, GoogleReviewsByReputonProps, GrowaveProps, GrowthSuiteDiscountCodesProps, HeaderProps, HeadingProps, HeroBannerProps, HextomCountdownTimerBarProps, HextomFreeShippingBarProps, HulkFormBuilderProps, HulkProductOptionsProps, IconListHozProps, IconListItemProps$1 as IconListItemProps, IconListProps$1 as IconListProps, IconProps, ImageComparisonItem, ImageDetectionProps, ImageProps, ImgProps, InfiniteOptionsProps, InputProps, InstafeedProps, InstasellShoppableInstagramProps, JudgemeReviewsProps, JunipProductReviewsUgcProps, KachingBundlesProps, KachingSubscriptionsAppProps, KingProductOptionsProps, KiteFreeGiftDiscountProps, KlarnaMessagingProps, KlaviyoProps, KoalaBundleQuantityDiscountProps, LaiProductReviewsProps, LineProps, LinkProps, LoloyalLoyaltyReferralsProps, LoopSubscriptionsProps, LooxReviewsProps, MarqueeItemProps, MarqueeProps, MaxbundleProductBundlesProps, MbcBundleVolumeDiscountProps, MenuProps, MyappgurusProductReviewsProps, NewsletterProps, NotificationAPI, NotificationConfig, NotifyBackInStockPreOrderProps, ObjectFit$2 as ObjectFit, OkendoReviewsLoyaltyProps, OmnisendProps, OpinewProps, PaginationProps, ParcelPanelProps, PickyStoryProps, PostPurchaseAdvancedListProps, PostPurchaseButtonProps, PostPurchaseBuyerConsentProps, PostPurchaseCountdownTimerProps, PostPurchaseImageProps, PostPurchaseLineProps, PostPurchaseLinkProps, PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTagProps, PostPurchaseProductImagesProps, PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPriceBreakdownProps, PostPurchaseProductPriceProps, PostPurchaseProductQuantityProps, PostPurchaseProductSubscriptionProps, PostPurchaseProductTitleProps, PostPurchaseProductVariantsProps, PostPurchaseTextProps, PowerfulContactFormBuilderProps, PreorderNowPreOrderPqProps, PreorderNowWodPresaleProps, ProductBadgeProps, ProductBundleDiscountProps, ProductBundleItemDiscountProps, ProductButtonProps, ProductDescriptionProps, ProductImagesProps, ProductListProps, ProductListProps$1 as ProductListPropsV3, ProductOptionsCustomizerProps, ProductOptionsVariantOptionProps, ProductPriceProps, ProductPropertiesProps, ProductProps, ProductQuantityProps, ProductReviewsProps, ProductTagProps, ProductTitleProps, ProductVariantsProps, ProductViewMoreProps, PumperBundlesVolumeDiscountProps, PushOwlProps, QikifyUpsellProps, RapiBundleQuantityBreaksProps, RechargeSubscriptionsProps, RecurpaySubscriptionAppProps, ReleasitProps, RequestQuoteHidePriceProps, ReviewxpoProductReviewsAppProps, RivyoProps, RootProps$2 as RootProps, RowProps, RyviuProps, SealSubscriptionsProps, SegunoEmailMarketingProps, SelleasyProps, SeoantTrustBadgesIconProps, ShopPayButtonProps, ShopifyFormsProps, ShopifySubscriptionsProps, SimpleBundlesKitsProps, SkioSubscriptionsYcS20Props, SkuProps, SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSalesProps, StampedProps, StellarDeliveryDatePickupProps, SubifySubscriptionsAppProps, SubmitButtonProps, TabItemProps, TabsProps, TagembedSocialPostReviewProps, TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizerProps, TextAreaProps, TextFieldProps, TextInputProps, TextProps, TextareaProps, TrustBadgesBearProps, TrustMeProps, TrustedsiteTrustBadgesProps, TrustooProps, TrustreviewsProductReviewsProps, TrustshopProductReviewsProps, UltimateSalesBoostProps, UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketingProps, VendorProps, VitalsProps, WcWishlistBackInStockProps, WhatmoreShoppableVideosreelProps, WideBundleProps, WiserProps, WishlistKingProps, WishlistPlusProps, YotpoLoyaltyProps, YotpoReviewsProps };
8501
+ export { Accordion$2 as Accordion, AccordionItem$1 as AccordionItem, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AliReviews$1 as AliReviews, AlsoBoughtCbb$1 as AlsoBoughtCbb, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, AppstleSubscriptions$1 as AppstleSubscriptions, 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$2 as ArticlePagination, ArticleReadMore$2 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, BirdChime$1 as BirdChime, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, Bogos$1 as Bogos, BoldProductOptions$1 as BoldProductOptions, BoldSubscriptions$1 as BoldSubscriptions, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonySubscriptionsApp$1 as BonySubscriptionsApp, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, Button$3 as Button, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$2 as CSSCode, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, CarouselItem$3 as CarouselItemV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, CollectionBanner$1 as CollectionBanner, CollectionDescription$2 as CollectionDescription, CollectionPaginator$2 as CollectionPaginator, CollectionTitle$1 as CollectionTitle, CollectionToolbar$2 as CollectionToolbar, ContactForm$2 as ContactForm, Countdown$2 as Countdown, Coupon$2 as Coupon, CouponList, CrossSellCartUpsell$1 as CrossSellCartUpsell, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, 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, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, DesktopMenu, Dialog$2 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DynamicCheckout$1 as DynamicCheckout, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasySell as EasySellCOD, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, EssentPreorderBackInStock$1 as EssentPreorderBackInStock, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, EstimateDate$2 as EstimateDate, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FeraReviews$1 as FeraReviews, FileUpload$2 as FileUpload, FirePush$1 as FirePush, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FordeerProductLabels$1 as FordeerProductLabels, FormCheckbox$1 as FormCheckbox, FormDropdown$2 as FormDropdown, FormEmail$2 as FormEmail, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, Growave$1 as Growave, GrowthSuiteDiscountCodes$1 as GrowthSuiteDiscountCodes, Header, Heading$2 as Heading, HeroBanner$2 as HeroBanner, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, HextomFreeShippingBar$1 as HextomFreeShippingBar, HulkFormBuilder$1 as HulkFormBuilder, HulkProductOptions$1 as HulkProductOptions, Icon$1 as Icon, IconList$2 as IconList, IconListHoz$1 as IconListHoz, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, IconListV2$2 as IconListV2, Image$2 as Image, ImageComparison$2 as ImageComparison, ImageDetection, InfiniteOptions$1 as InfiniteOptions, Input, Instafeed$1 as Instafeed, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, JudgemeReviews$1 as JudgemeReviews, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, KachingBundles$1 as KachingBundles, KachingSubscriptionsApp$1 as KachingSubscriptionsApp, KingProductOptions$1 as KingProductOptions, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KlarnaMessaging$1 as KlarnaMessaging, Klaviyo$1 as Klaviyo, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, LaiProductReviews$1 as LaiProductReviews, Line$2 as Line, Link$1 as Link, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoopSubscriptions$1 as LoopSubscriptions, LooxReviews$1 as LooxReviews, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$5 as MarqueeItem, MaxbundleProductBundles$1 as MaxbundleProductBundles, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, Menu, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, NO_PRODUCT_LEFT, Newsletter$2 as Newsletter, Notify as Notice, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, OUT_OF_STOCK, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, Omnisend$1 as Omnisend, Opinew$1 as Opinew, Pagination, ParcelPanel$1 as ParcelPanel, PickyStory$1 as PickyStory, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, Button$2 as PostPurchaseButton, BuyerConsent as PostPurchaseBuyerConsent, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, Line$1 as PostPurchaseLine, Link as PostPurchaseLink, PostPurchaseProductDescription, PostPurchaseProductDiscountTag, PostPurchaseProductImages, PostPurchaseProductOffer, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductQuantity, ProductSubscription as PostPurchaseProductSubscription, PostPurchaseProductTitle, PostPurchaseProductVariants, Text$3 as PostPurchaseText, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowWodPresale$1 as PreorderNowWodPresale, Product$1 as Product, ProductBadge$2 as ProductBadge, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$2 as ProductButton, ProductDescription$2 as ProductDescription, ProductImages$3 as ProductImages, ProductImagesV2, ProductImagesV3, ProductList$2 as ProductList, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, ProductPrice$1 as ProductPrice, ProductProperties$2 as ProductPropertyInput, ProductQuantity$1 as ProductQuantity, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductSku$1 as ProductSku, ProductTag$2 as ProductTag, ProductTitle$1 as ProductTitle, ProductVariants$1 as ProductVariants, ProductVendor$1 as ProductVendor, ProductViewMore$2 as ProductViewMore, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PushOwl$1 as PushOwl, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RechargeSubscriptions$1 as RechargeSubscriptions, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, Releasit$1 as Releasit, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, Rivyo$1 as Rivyo, Root$1 as Root, Row$2 as Row, Ryviu$1 as Ryviu, SealSubscriptions$1 as SealSubscriptions, Section$2 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, Select, Selleasy$1 as Selleasy, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, ShopPayButton$1 as ShopPayButton, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, ShopifySubscriptions$1 as ShopifySubscriptions, SimpleBundlesKits$1 as SimpleBundlesKits, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, Stamped$1 as Stamped, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, Sticky$2 as Sticky, StockCounter$2 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubmitButton$2 as SubmitButton, SubscribfySubscriptionsApp$1 as SubscribfySubscriptionsApp, TAGS_WITH_REPLACE_LINK_DATA, TabItem$1 as TabItem, Tabs$2 as Tabs, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, Text$2 as Text, TextField$2 as TextField, TextInput$2 as TextInput, TextArea as Textarea, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, TrustMe$1 as TrustMe, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, Trustoo$1 as Trustoo, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, TrustshopProductReviews$1 as TrustshopProductReviews, UltimateSalesBoost$1 as UltimateSalesBoost, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, Video$2 as Video, Vitals$1 as Vitals, WcWishlistBackInStock$1 as WcWishlistBackInStock, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WideBundle$1 as WideBundle, Wiser$1 as Wiser, WishlistKing$1 as WishlistKing, WishlistPlus$1 as WishlistPlus, YotpoLoyalty, YotpoReviews$1 as YotpoReviews, 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, createSettingId, createTranslateKey, dialogSetting, estimateDeliverySetting, extractProductID, filterPageContext, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getBackgroundTranslated, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSeoTranslated, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, _default$3 as headlessComponents, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$4 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseBuyerConsentSetting, 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, translate as translateComponents, useNotification, videoSetting, youtubeShortsRegex };
8502
+ export type { AccordionItemProps, AccordionProps, AftershipEmailMarketingsmsProps, AirProductReviewsAppUgcProps, AliReviewsProps, AlsoBoughtCbbProps, AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendarProps, AppstleBundlesDiscountsProps, AppstleSubscriptionsProps, BestBuyFulfillmentProps, BfSizeChartSizeGuideProps, BirdChimeProps, BloyRewardsProgramLoyaltyProps, BogosProps, BoldProductOptionsProps, BoldSubscriptionsProps, BonLoyaltyRewardsReferralsProps, BonySubscriptionsAppProps, BoostAISearchDiscoveryProps, BundlerProps, ButtonProps, CSSCodeProps, CalloutBoxProps, CalloutTextProps, CarouselItemProps, CarouselItemProps$1 as CarouselItemPropsV3, CarouselProps, CarouselProps$1 as CarouselPropsV3, CarouselSettingProps, CarouselSettingProps$1 as CarouselSettingPropsV3, CarouselStyleProps, CarouselStyleProps$1 as CarouselStylePropsV3, CartProps, CleanSizeChartsProps, ColProps, CollectionBannerProps, CollectionDescriptionProps, CollectionPaginatorProps, CollectionTitleProps, CollectionToolbarProps, CountdownProps, CouponProps, CrossSellCartUpsellProps, CustomProductOptionsVariantProps, DataVideoType, DealeasyVolumeDiscountsProps, DiscountyBulkDiscountSalesProps, DynamicCheckoutProps, EasifyProductOptionsProps, EasyBundleBuilderSkailamaProps, EasySellCODProps, EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlertProps, EssentPreorderBackInStockProps, EssentialAnnouncementBarProps, EssentialCountdownTimerBarProps, EstimateDateProps, EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscountsProps, FeraReviewsProps, FileUploadProps, FirePushProps, FlyBundlesUpsellsFbtProps, FordeerProductLabelsProps, FormCheckboxProps, FormDropdownProps, FormEmailProps, FrequentlyBoughtTogetherProps, GloColorSwatchvariantImageProps, GloboProductOptionsVariantProps, GoogleReviewsByReputonProps, GrowaveProps, GrowthSuiteDiscountCodesProps, HeaderProps, HeadingProps, HeroBannerProps, HextomCountdownTimerBarProps, HextomFreeShippingBarProps, HulkFormBuilderProps, HulkProductOptionsProps, IconListHozProps, IconListItemProps$1 as IconListItemProps, IconListProps$1 as IconListProps, IconProps, ImageComparisonItem, ImageDetectionProps, ImageProps, ImgProps, InfiniteOptionsProps, InputProps, InstafeedProps, InstasellShoppableInstagramProps, JudgemeReviewsProps, JunipProductReviewsUgcProps, KachingBundlesProps, KachingSubscriptionsAppProps, KingProductOptionsProps, KiteFreeGiftDiscountProps, KlarnaMessagingProps, KlaviyoProps, KoalaBundleQuantityDiscountProps, LaiProductReviewsProps, LineProps, LinkProps, LoloyalLoyaltyReferralsProps, LoopSubscriptionsProps, LooxReviewsProps, MarqueeItemProps, MarqueeProps, MaxbundleProductBundlesProps, MbcBundleVolumeDiscountProps, MenuProps, MyappgurusProductReviewsProps, NewsletterProps, NotificationAPI, NotificationConfig, NotifyBackInStockPreOrderProps, ObjectFit$2 as ObjectFit, OkendoReviewsLoyaltyProps, OmnisendProps, OpinewProps, PaginationProps, ParcelPanelProps, PickyStoryProps, PostPurchaseAdvancedListProps, PostPurchaseButtonProps, PostPurchaseBuyerConsentProps, PostPurchaseCountdownTimerProps, PostPurchaseImageProps, PostPurchaseLineProps, PostPurchaseLinkProps, PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTagProps, PostPurchaseProductImagesProps, PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPriceBreakdownProps, PostPurchaseProductPriceProps, PostPurchaseProductQuantityProps, PostPurchaseProductSubscriptionProps, PostPurchaseProductTitleProps, PostPurchaseProductVariantsProps, PostPurchaseTextProps, PowerfulContactFormBuilderProps, PreorderNowPreOrderPqProps, PreorderNowWodPresaleProps, ProductBadgeProps, ProductBundleDiscountProps, ProductBundleItemDiscountProps, ProductButtonProps, ProductDescriptionProps, ProductImagesProps, ProductListProps, ProductListProps$1 as ProductListPropsV3, ProductOptionsCustomizerProps, ProductOptionsVariantOptionProps, ProductPriceProps, ProductPropertiesProps, ProductProps, ProductQuantityProps, ProductReviewsProps, ProductTagProps, ProductTitleProps, ProductVariantsProps, ProductViewMoreProps, PumperBundlesVolumeDiscountProps, PushOwlProps, QikifyUpsellProps, RapiBundleQuantityBreaksProps, RechargeSubscriptionsProps, RecurpaySubscriptionAppProps, ReleasitProps, RequestQuoteHidePriceProps, ReviewxpoProductReviewsAppProps, RivyoProps, RootProps$2 as RootProps, RowProps, RyviuProps, SealSubscriptionsProps, SegunoEmailMarketingProps, SelleasyProps, SeoantTrustBadgesIconProps, ShopPayButtonProps, ShopifyFormsProps, ShopifySubscriptionsProps, SimpleBundlesKitsProps, SkioSubscriptionsYcS20Props, SkuProps, SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSalesProps, StampedProps, StellarDeliveryDatePickupProps, SubifySubscriptionsAppProps, SubmitButtonProps, SubscribfySubscriptionsAppProps, TabItemProps, TabsProps, TagembedSocialPostReviewProps, TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizerProps, TextAreaProps, TextFieldProps, TextInputProps, TextProps, TextareaProps, TrustBadgesBearProps, TrustMeProps, TrustedsiteTrustBadgesProps, TrustooProps, TrustreviewsProductReviewsProps, TrustshopProductReviewsProps, UltimateSalesBoostProps, UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketingProps, VendorProps, VitalsProps, WcWishlistBackInStockProps, WhatmoreShoppableVideosreelProps, WideBundleProps, WiserProps, WishlistKingProps, WishlistPlusProps, YotpoLoyaltyProps, YotpoReviewsProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "17.0.0-dev.9",
3
+ "version": "17.0.0-dev.91",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -26,9 +26,9 @@
26
26
  "i18n:extract": "rollup -c ./scripts/rollup.config.settings.mjs && node ./scripts/translate/extract-texts-to-locales.js && node ./scripts/translate/en-keys-usage.js"
27
27
  },
28
28
  "devDependencies": {
29
- "@gem-sdk/core": "17.0.0-dev.9",
30
- "@gem-sdk/styles": "17.0.0-dev.9",
31
- "@gem-sdk/system": "17.0.0-dev.9",
29
+ "@gem-sdk/core": "17.0.0-dev.90",
30
+ "@gem-sdk/styles": "17.0.0-dev.89",
31
+ "@gem-sdk/system": "17.0.0-dev.84",
32
32
  "@types/react-transition-group": "^4.4.12",
33
33
  "postcss-import": "16.1.1",
34
34
  "@thedutchcoder/postcss-rem-to-px": "0.0.2",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@gem-sdk/keen-slider": "^6.8.8",
43
43
  "node-html-parser": "^6.1.13",
44
- "@gem-sdk/swiper": "0.0.18-dev.1",
44
+ "@gem-sdk/swiper": "0.0.24-dev.1",
45
45
  "react-transition-group": "^4.4.5",
46
46
  "react-youtube": "10.1.0"
47
47
  },
@@ -1,2 +0,0 @@
1
- 'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),C=require("@gem-sdk/core");require("react"),exports.default=({isZoomIn:t,onToggleZoom:r})=>{let i=e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:e.jsx("path",{d:"M6.77246 0C10.5128 0 13.5448 3.03212 13.5449 6.77246C13.5449 8.41757 12.9568 9.9243 11.9814 11.0977L15.8115 14.9277C16.0556 15.1718 16.0555 15.5674 15.8115 15.8115C15.5674 16.0556 15.1718 16.0556 14.9277 15.8115L11.0977 11.9814C9.9243 12.9568 8.41757 13.5449 6.77246 13.5449C3.03212 13.5448 0 10.5128 0 6.77246C9.91359e-05 3.03218 3.03218 9.49436e-05 6.77246 0ZM6.77246 1.25C3.72254 1.25009 1.2501 3.72253 1.25 6.77246C1.25 9.82248 3.72247 12.2948 6.77246 12.2949C8.28607 12.2949 9.65677 11.6854 10.6543 10.6992C10.6614 10.6914 10.6673 10.6823 10.6748 10.6748C10.6824 10.6673 10.6914 10.6614 10.6992 10.6543C11.6854 9.65677 12.2949 8.28607 12.2949 6.77246C12.2948 3.72247 9.82247 1.25 6.77246 1.25ZM6.86328 3.40234C7.2082 3.40251 7.4881 3.68242 7.48828 4.02734V6.23828H9.69824C10.0433 6.23828 10.3231 6.51826 10.3232 6.86328C10.3231 7.20832 10.0433 7.48828 9.69824 7.48828H7.48828V9.69824C7.48828 10.0433 7.20832 10.3231 6.86328 10.3232C6.51822 10.3231 6.23828 10.0433 6.23828 9.69824V7.48828H4.02734C3.68238 7.48815 3.40251 7.20824 3.40234 6.86328C3.40252 6.51834 3.68239 6.23841 4.02734 6.23828H6.23828V4.02734C6.23846 3.6824 6.51833 3.40248 6.86328 3.40234Z",fill:"#AAAAAA"})}),l=e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:e.jsx("path",{d:"M8.77441 2C12.5157 2 15.5487 5.03247 15.5488 8.77344C15.5488 10.4191 14.9613 11.927 13.9854 13.1006L17.8164 16.9307C18.0602 17.1747 18.0603 17.5704 17.8164 17.8145C17.5724 18.0581 17.1766 18.0582 16.9326 17.8145L13.1016 13.9844C11.9279 14.9598 10.4199 15.5469 8.77441 15.5469C5.03309 15.5468 2 12.5145 2 8.77344C2.00009 5.0325 5.03314 2.00004 8.77441 2ZM8.77441 3.25C5.72333 3.25004 3.25009 5.72302 3.25 8.77344C3.25 11.8239 5.72327 14.2968 8.77441 14.2969C10.2896 14.2969 11.6611 13.6858 12.6592 12.6982C12.6655 12.6913 12.671 12.6835 12.6777 12.6768C12.6843 12.6702 12.6924 12.6644 12.6992 12.6582C13.6874 11.6603 14.2988 10.2887 14.2988 8.77344C14.2987 5.723 11.8255 3.25 8.77441 3.25ZM11.7012 8.23926C12.0463 8.23926 12.3262 8.51908 12.3262 8.86426C12.3259 9.20921 12.0462 9.48926 11.7012 9.48926H6.02832C5.68347 9.48906 5.40358 9.20909 5.40332 8.86426C5.40332 8.5192 5.68331 8.23945 6.02832 8.23926H11.7012Z",fill:"#AAAAAA"})});return e.jsx("button",{type:"button","aria-label":"Toggle zoom mode",className:C.cls("gp-absolute gp-top-[74px] gp-right-4 gp-z-20 gp-flex gp-items-center gp-justify-center gp-text-[#AAAAAA] gp-transition"),onClick:()=>{r?.()},children:t?l:i})};
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("react"),r=require("@gem-sdk/core"),s=require("../../../product-images-v2/components/child/ProductFeatureVideo.js"),i=require("../../common/productFeaturedImage.js"),o=require("../../../../../image/components/NextImage.js"),c=require("./MediaIcon.js"),n=require("../lightbox/constants.js");exports.default=({image:a,isZoomableMedia:u})=>{let{isEditMode:l}=r.useRenderMode(),d=t.useMemo(()=>!l&&["VIDEO","EXTERNAL_VIDEO"].includes(a?.contentType||""),[l,a?.contentType]),m=t.useMemo(()=>a?{...a,src:d?a.src:i.isFeatureMedia(a?.contentType)?a?.previewImage:a.src}:n.DEFAULT_LIGHTBOX_IMAGE_ONLY,[a,d]);return d?e.jsx(s.default,{type:m?.contentType,url:m.src??""}):e.jsxs(e.Fragment,{children:[e.jsx(o.default,{src:m.src,alt:m.alt,width:m.width,height:m.height,isDisableAspectStyle:!0,setting:{layout:{desktop:"contain",tablet:"contain",mobile:"contain"}},style:{width:"100%",height:"100%",maxWidth:"100%",maxHeight:"100%",display:"block",cursor:u?"zoom-in":"default",objectPosition:"center"},className:"gallery-carousel-image-only"}),e.jsx(c.default,{contentType:m?.contentType??""})]})};
@@ -1,2 +0,0 @@
1
- 'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),i=require("@gem-sdk/core"),r=require("react"),s=require("../../../../../carousel-v3/components/root/Carousel.js"),t=require("../../../../../carousel-v3/components/item/CarouselItem.js"),l=require("./constants.js"),o=require("../child/ProductImagesLightBoxPreview.js");exports.default=({builderPropUID:n,displayImages:u,activeIndex:d,imageActiveIndex:a,onChangeSlide:c,onToggleZoom:m})=>{let g=e=>!["VIDEO","EXTERNAL_VIDEO","MODEL_3D"].includes(e||""),p=r.useMemo(()=>({...l.LIGHTBOX_CAROUSEL_SETTING,initialSlide:d,defaultCurrentSlider:d}),[d]);return e.jsx("div",{className:i.cls(`gem-slider-item gem-slider-item-${n} gp-cursor-zoom-in gp-flex gp-size-full gp-min-w-0 gp-items-center gp-justify-center gp-overflow-hidden`),style:{maxWidth:"100%",maxHeight:"100%"},children:e.jsx(s.default,{setting:p,styles:l.LIGHTBOX_CAROUSEL_STYLES,builderProps:{uid:`${n}-lightbox-main`},rootClass:"gp-size-full gp-min-w-0 gp-overflow-hidden",moveToIdx:d,isDisableResetSlide:!0,onChangeActive:c,children:u.map(i=>e.jsx(t.default,{onClickItem:()=>{g(i.contentType)&&m?.()},className:"gp-flex gp-size-full gp-min-w-0 gp-overflow-hidden gp-items-center gp-justify-center gp-cursor-zoom-in",children:e.jsx(o.default,{image:i,isZoomableMedia:g(i.contentType)})},i.id))})})};
@@ -1,2 +0,0 @@
1
- 'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("@gem-sdk/core"),r=require("react"),s=require("../../../../../carousel-v3/components/root/Carousel.js"),a=require("../../../../../carousel-v3/components/item/CarouselItem.js"),i=require("../../../../../image/components/NextImage.js"),o=require("../../../product-images-v2/components/child/MediaIcon.js"),l=require("../../common/productFeaturedImage.js"),n=require("../../common/productGallery.js"),u=require("../../composables/getProductImagesAttr.js"),c=require("../../composables/getProductImagesStyles.js"),d=require("./constants.js"),g=require("../../composables/getProductImagesClassName.js");exports.default=({builderPropUID:m,displayImages:p,activeIndex:I,onChangeSlide:L})=>{let T=t.useCurrentDevice(),E=r.useRef(!1),[_,y]=r.useState(I);if(r.useEffect(()=>{E.current||(E.current=!0,y(I))},[I]),p.length<=1)return null;let{galleryCarouselStyle:G,galleryCarouselItemStyle:h}=c.getProductImagesStyles(d.LIGHTBOX_GALLERY_CAROUSEL_SETTING),{galleryCarouselSettingAttrs:j}=u.getProductImagesAttr(d.LIGHTBOX_GALLERY_CAROUSEL_SETTING),A=n.getEditorMinHeightClass(T,d.LIGHTBOX_GALLERY_CAROUSEL_SETTING.position,d.LIGHTBOX_GALLERY_CAROUSEL_SETTING.navigationPosition);return e.jsx(s.default,{setting:j,styles:{...G},slidesClass:A,builderProps:{uid:`${m}-carousel`},rootClass:"gp-flex gp-justify-center gp-w-fit",moveToIdx:_,isHiddenArrowWhenDisabled:!0,disableMarginAuto:!0,isEnableCheckHasScrollableContent:!0,centerInsufficientSlides:!0,onChangeActive:y,children:p.map((t,r)=>{let s=l.isFeatureMedia(t.contentType)?t.previewImage:t.src;return e.jsx(a.default,{"data-thumb-index":r,contentType:"productImage",className:g.galleryItemClasses(r,I,"gp-overflow-hidden gp-rounded-md gp-border gp-transition-all"),onClickItem:()=>L(r),style:h,"data-id":t.id,children:e.jsxs(e.Fragment,{children:[e.jsx(i.default,{draggable:"false",src:s,width:t.width,height:t.height,alt:t.alt,setting:{layout:d.LIGHTBOX_GALLERY_CAROUSEL_SETTING.layout,qualityPercent:d.LIGHTBOX_GALLERY_CAROUSEL_SETTING.qualityPercent,qualityType:d.LIGHTBOX_GALLERY_CAROUSEL_SETTING.qualityType},style:{width:"100%",aspectRatio:"1/1",objectPosition:"center",cursor:"pointer"},className:"product-images-lightbox-gallery-carousel-image"}),e.jsx(o.default,{contentType:t?.contentType??""})]})},t.id)})})};
@@ -1,2 +0,0 @@
1
- 'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),r=require("react"),t=require("../../../../../image/components/NextImage.js");exports.default=({image:n,onExitZoom:a})=>{let i=r.useRef(null),o=r.useRef({x:0,y:0,originX:0,originY:0}),l=r.useRef(!1),u=r.useRef(!1),[c,s]=r.useState({x:0,y:0});r.useEffect(()=>{s({x:0,y:0})},[n]);let g=(e,r)=>{let t=i.current?.getBoundingClientRect();if(!t)return{x:e,y:r};let n=1*t.width/2,a=1*t.height/2;return{x:Math.max(-n,Math.min(n,e)),y:Math.max(-a,Math.min(a,r))}},p=e=>{l.current&&(l.current=!1,e.currentTarget.hasPointerCapture(e.pointerId)&&e.currentTarget.releasePointerCapture(e.pointerId))};return n.src?e.jsx("div",{ref:i,className:"gp-h-full gp-w-full gp-overflow-hidden gp-cursor-grab active:gp-cursor-grabbing",role:"button",tabIndex:0,"aria-label":"Zoomed image area",onKeyDown:e=>{("Enter"===e.key||" "===e.key)&&(e.preventDefault(),a?.())},onPointerDown:e=>{e.preventDefault(),e.stopPropagation(),l.current=!0,u.current=!1,o.current={x:e.clientX,y:e.clientY,originX:c.x,originY:c.y},e.currentTarget.setPointerCapture(e.pointerId)},onPointerMove:e=>{if(!l.current)return;let r=e.clientX-o.current.x,t=e.clientY-o.current.y;(Math.abs(r)>6||Math.abs(t)>6)&&(u.current=!0);let n=g(o.current.originX+r,o.current.originY+t);s(n)},onPointerUp:p,onPointerCancel:p,onPointerLeave:p,onClick:e=>{if(e.stopPropagation(),u.current){u.current=!1;return}a?.()},onDragStart:e=>e.preventDefault(),style:{touchAction:"none"},children:e.jsx("div",{className:"gp-h-full gp-w-full",style:{transform:`translate3d(${c.x}px, ${c.y}px, 0) scale(2)`,transformOrigin:"center center",willChange:"transform"},children:e.jsx(t.default,{src:n.src||"",alt:n.alt||"Product image",draggable:!1,className:"gp-h-full gp-w-full gp-pointer-events-none",style:{objectFit:"contain"}})})}):e.jsx("div",{className:"gp-h-full gp-w-full"})};