@gem-sdk/components 19.0.0-staging.8 → 19.1.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. package/dist/cjs/accordion/components/Accordion.liquid.js +4 -5
  2. package/dist/cjs/builder.js +1 -1
  3. package/dist/cjs/button/components/Button.liquid.js +15 -15
  4. package/dist/cjs/carousel/components/root/Carousel.liquid.js +5 -4
  5. package/dist/cjs/carousel-v3/common/selectors.js +1 -0
  6. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +8 -8
  7. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -1
  8. package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -1
  9. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +1 -1
  10. package/dist/cjs/carousel-v3/components/root/Carousel.js +1 -1
  11. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +6 -5
  12. package/dist/cjs/carousel-v3/components/root/CarouselEmbla.liquid.js +24 -0
  13. package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -1
  14. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -1
  15. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
  16. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
  17. package/dist/cjs/carousel-v3/index.js +1 -1
  18. package/dist/cjs/cart/components/shop-pay-button/ShopPayButton.liquid.js +2 -2
  19. package/dist/cjs/collection/components/collection-description/CollectionDescription.liquid.js +7 -8
  20. package/dist/cjs/collection/components/collection-paginator/CollectionPaginator.liquid.js +4 -3
  21. package/dist/cjs/collection/components/collection-toolbar/CollectionToolbar.liquid.js +1 -1
  22. package/dist/cjs/countdown-timer/components/Countdown.liquid.js +16 -15
  23. package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
  24. package/dist/cjs/grid/components/row/Row.liquid.js +16 -11
  25. package/dist/cjs/hero-banner/common/classes.js +1 -1
  26. package/dist/cjs/hero-banner/common/helpers.js +1 -1
  27. package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
  28. package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +11 -11
  29. package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
  30. package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +9 -9
  31. package/dist/cjs/icon-list-v2/components/IconList.liquid.js +5 -5
  32. package/dist/cjs/image/common/attrs.js +1 -1
  33. package/dist/cjs/image/components/AdaptiveImage.js +1 -1
  34. package/dist/cjs/image/components/AdaptiveImage.liquid.js +8 -8
  35. package/dist/cjs/image/components/Image.liquid.js +10 -10
  36. package/dist/cjs/image/components/NextImage.js +1 -1
  37. package/dist/cjs/image/components/NextImage.liquid.js +2 -2
  38. package/dist/cjs/image/settings/configs/ui-v2.js +1 -1
  39. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +11 -11
  40. package/dist/cjs/image-comparison/settings/configs/ui-v2.js +1 -1
  41. package/dist/cjs/index.js +1 -1
  42. package/dist/cjs/index.liquid.js +1 -1
  43. package/dist/cjs/marquee/components/Marquee.liquid.js +21 -21
  44. package/dist/cjs/post-purchase/product/components/ProductTitle.js +1 -1
  45. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  46. package/dist/cjs/post-purchase/product/components/product-offer/context/PrdOfferSubscriptionPresenceContext.js +2 -0
  47. package/dist/cjs/post-purchase/product/components/product-offer/helpers/scanSubscriptionBlocks.js +1 -0
  48. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferSubscriptionBlocksObserver.js +1 -0
  49. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  50. package/dist/cjs/product/components/ProductImages.liquid.js +9 -9
  51. package/dist/cjs/product/components/dynamic-checkout/Button.liquid.js +9 -9
  52. package/dist/cjs/product/components/file-upload/UploadFile.liquid.js +2 -3
  53. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  54. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +15 -15
  55. package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
  56. package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  57. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +7 -5
  58. package/dist/cjs/product/components/product-bundle/ProductBundleDiscount.liquid.js +4 -3
  59. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +8 -7
  60. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  61. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  62. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  63. package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +3 -4
  64. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  65. package/dist/cjs/product/components/product-discount-tag/ProductDiscountTag.liquid.js +5 -5
  66. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +19 -19
  67. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +5 -5
  68. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +1 -1
  69. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +5 -5
  70. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
  71. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +19 -19
  72. package/dist/cjs/product/components/product-images-v3/ProductImagesV3Embla.liquid.js +44 -0
  73. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -1
  74. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -1
  75. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +2 -1
  76. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  77. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  78. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  79. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +1 -2
  80. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  81. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +29 -29
  82. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGalleryEmbla.liquid.js +119 -0
  83. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  84. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  85. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +3 -3
  86. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarouselEmbla.liquid.js +46 -0
  87. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +10 -10
  88. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  89. package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  90. package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  91. package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  92. package/dist/cjs/product/components/product-list/ProductList.js +1 -1
  93. package/dist/cjs/product/components/product-list/ProductList.liquid.js +10 -9
  94. package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +5 -6
  95. package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +7 -8
  96. package/dist/cjs/product/components/product-list/ProductListGridLayout.liquid.js +6 -4
  97. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
  98. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +10 -9
  99. package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +6 -6
  100. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +6 -6
  101. package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +7 -8
  102. package/dist/cjs/product/components/product-list-v3/ProductListGridLayout.liquid.js +6 -4
  103. package/dist/cjs/product/components/product-price/ProductPrice.liquid.js +4 -4
  104. package/dist/cjs/product/components/product-sku/Sku.liquid.js +4 -3
  105. package/dist/cjs/product/components/product-title/ProductTitle.liquid.js +7 -8
  106. package/dist/cjs/product/components/product-variants/OptionVariantsNewFormat.liquid.js +11 -12
  107. package/dist/cjs/product/components/product-variants/OptionVariantsOldFormat.liquid.js +11 -10
  108. package/dist/cjs/product/components/product-variants/ProductVariants.liquid.js +27 -27
  109. package/dist/cjs/product/components/product-wrap/Product.liquid.js +7 -4
  110. package/dist/cjs/product/index.js +1 -1
  111. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  112. package/dist/cjs/sticky/components/Sticky.liquid.js +4 -5
  113. package/dist/cjs/sticky/hooks/useSticky.js +1 -1
  114. package/dist/cjs/tab/components/Tabs.liquid.js +7 -6
  115. package/dist/cjs/text/components/Text.liquid.js +3 -3
  116. package/dist/cjs/third-party/components/AppstleLoyaltyRewardProgram.js +2 -0
  117. package/dist/cjs/third-party/components/AppstleLoyaltyRewardProgram.liquid.js +16 -0
  118. package/dist/cjs/third-party/configs/AppstleLoyaltyRewardProgram.js +1 -0
  119. package/dist/cjs/third-party/index.js +1 -1
  120. package/dist/cjs/third-party/next.js +1 -1
  121. package/dist/cjs/third-party/settings/AppstleLoyaltyRewardProgram/index.js +4 -0
  122. package/dist/cjs/third-party/settings/AppstleLoyaltyRewardProgram/uiV2.js +1 -0
  123. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  124. package/dist/cjs/video/components/HTML5Embed.liquid.js +12 -12
  125. package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +11 -10
  126. package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
  127. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +14 -13
  128. package/dist/cjs/video/components/Video.liquid.js +1 -1
  129. package/dist/esm/accordion/components/Accordion.liquid.js +8 -9
  130. package/dist/esm/builder.js +1 -1
  131. package/dist/esm/button/components/Button.liquid.js +22 -22
  132. package/dist/esm/carousel/components/root/Carousel.liquid.js +4 -3
  133. package/dist/esm/carousel-v3/common/selectors.js +1 -0
  134. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +6 -6
  135. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
  136. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -1
  137. package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
  138. package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
  139. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +6 -5
  140. package/dist/esm/carousel-v3/components/root/CarouselEmbla.liquid.js +24 -0
  141. package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -1
  142. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
  143. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  144. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  145. package/dist/esm/carousel-v3/index.js +1 -1
  146. package/dist/esm/cart/components/shop-pay-button/ShopPayButton.liquid.js +2 -2
  147. package/dist/esm/collection/components/collection-description/CollectionDescription.liquid.js +6 -7
  148. package/dist/esm/collection/components/collection-paginator/CollectionPaginator.liquid.js +4 -3
  149. package/dist/esm/collection/components/collection-toolbar/CollectionToolbar.liquid.js +3 -3
  150. package/dist/esm/countdown-timer/components/Countdown.liquid.js +21 -20
  151. package/dist/esm/estimate-delivery/common/helpers.js +1 -1
  152. package/dist/esm/grid/components/row/Row.liquid.js +16 -11
  153. package/dist/esm/hero-banner/common/classes.js +1 -1
  154. package/dist/esm/hero-banner/common/helpers.js +1 -1
  155. package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
  156. package/dist/esm/hero-banner/components/HeroBanner.liquid.js +12 -12
  157. package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
  158. package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +10 -10
  159. package/dist/esm/icon-list-v2/components/IconList.liquid.js +3 -3
  160. package/dist/esm/image/common/attrs.js +1 -1
  161. package/dist/esm/image/components/AdaptiveImage.js +1 -1
  162. package/dist/esm/image/components/AdaptiveImage.liquid.js +11 -11
  163. package/dist/esm/image/components/Image.liquid.js +10 -10
  164. package/dist/esm/image/components/NextImage.js +1 -1
  165. package/dist/esm/image/components/NextImage.liquid.js +1 -1
  166. package/dist/esm/image/settings/configs/ui-v2.js +1 -1
  167. package/dist/esm/image-comparison/components/CompareImage.liquid.js +12 -12
  168. package/dist/esm/image-comparison/settings/configs/ui-v2.js +1 -1
  169. package/dist/esm/index.js +1 -1
  170. package/dist/esm/index.liquid.js +1 -1
  171. package/dist/esm/marquee/components/Marquee.liquid.js +21 -21
  172. package/dist/esm/post-purchase/product/components/ProductTitle.js +1 -1
  173. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  174. package/dist/esm/post-purchase/product/components/product-offer/context/PrdOfferSubscriptionPresenceContext.js +2 -0
  175. package/dist/esm/post-purchase/product/components/product-offer/helpers/scanSubscriptionBlocks.js +1 -0
  176. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferSubscriptionBlocksObserver.js +1 -0
  177. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  178. package/dist/esm/product/components/ProductImages.liquid.js +12 -12
  179. package/dist/esm/product/components/dynamic-checkout/Button.liquid.js +14 -14
  180. package/dist/esm/product/components/file-upload/UploadFile.liquid.js +3 -4
  181. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  182. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +12 -12
  183. package/dist/esm/product/components/product-badge/common/classes.js +1 -1
  184. package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  185. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +5 -3
  186. package/dist/esm/product/components/product-bundle/ProductBundleDiscount.liquid.js +8 -7
  187. package/dist/esm/product/components/product-button/ProductButton.liquid.js +7 -6
  188. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  189. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  190. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  191. package/dist/esm/product/components/product-description/ProductDescription.liquid.js +5 -6
  192. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  193. package/dist/esm/product/components/product-discount-tag/ProductDiscountTag.liquid.js +8 -8
  194. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +21 -21
  195. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +5 -5
  196. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +1 -1
  197. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +5 -5
  198. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
  199. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +22 -22
  200. package/dist/esm/product/components/product-images-v3/ProductImagesV3Embla.liquid.js +44 -0
  201. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -1
  202. package/dist/esm/product/components/product-images-v3/common/common.js +1 -1
  203. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +2 -1
  204. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  205. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  206. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  207. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +1 -2
  208. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  209. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +45 -45
  210. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGalleryEmbla.liquid.js +119 -0
  211. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  212. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  213. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +3 -3
  214. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarouselEmbla.liquid.js +46 -0
  215. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +10 -10
  216. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  217. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  218. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  219. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  220. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  221. package/dist/esm/product/components/product-list/ProductList.liquid.js +18 -17
  222. package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +5 -6
  223. package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +7 -8
  224. package/dist/esm/product/components/product-list/ProductListGridLayout.liquid.js +9 -7
  225. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  226. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +18 -17
  227. package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +6 -6
  228. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +9 -9
  229. package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +7 -8
  230. package/dist/esm/product/components/product-list-v3/ProductListGridLayout.liquid.js +9 -7
  231. package/dist/esm/product/components/product-price/ProductPrice.liquid.js +3 -3
  232. package/dist/esm/product/components/product-sku/Sku.liquid.js +6 -5
  233. package/dist/esm/product/components/product-title/ProductTitle.liquid.js +5 -6
  234. package/dist/esm/product/components/product-variants/OptionVariantsNewFormat.liquid.js +11 -12
  235. package/dist/esm/product/components/product-variants/OptionVariantsOldFormat.liquid.js +11 -10
  236. package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +44 -44
  237. package/dist/esm/product/components/product-wrap/Product.liquid.js +18 -15
  238. package/dist/esm/product/index.js +1 -1
  239. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  240. package/dist/esm/sticky/components/Sticky.liquid.js +11 -12
  241. package/dist/esm/sticky/hooks/useSticky.js +1 -1
  242. package/dist/esm/tab/components/Tabs.liquid.js +12 -11
  243. package/dist/esm/text/components/Text.liquid.js +3 -3
  244. package/dist/esm/third-party/components/AppstleLoyaltyRewardProgram.js +2 -0
  245. package/dist/esm/third-party/components/AppstleLoyaltyRewardProgram.liquid.js +16 -0
  246. package/dist/esm/third-party/configs/AppstleLoyaltyRewardProgram.js +1 -0
  247. package/dist/esm/third-party/index.js +1 -1
  248. package/dist/esm/third-party/next.js +1 -1
  249. package/dist/esm/third-party/settings/AppstleLoyaltyRewardProgram/index.js +4 -0
  250. package/dist/esm/third-party/settings/AppstleLoyaltyRewardProgram/uiV2.js +1 -0
  251. package/dist/esm/video/components/HTML5Embed.js +1 -1
  252. package/dist/esm/video/components/HTML5Embed.liquid.js +12 -12
  253. package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +16 -15
  254. package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
  255. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +11 -10
  256. package/dist/esm/video/components/Video.liquid.js +1 -1
  257. package/dist/types/index.d.ts +39 -13
  258. package/package.json +5 -5
@@ -1,5 +1,5 @@
1
1
  import * as _gem_sdk_core from '@gem-sdk/core';
2
- import { BasePropsWrap, TypographySettingV2, ObjectDevices, Background, SizeSettingGlobal, StateProp, ColorValueType, TypographySetting, Border, SizeSetting, CornerRadius, ShadowProps, BackgroundMedia, AlignProp, TransformProp, PageContext, Ratio, ResponsiveStateProp, BackgroundImageValue, ObjectLayoutValue, BaseProps, NameDevices, PaddingType as PaddingType$2, RawChild, PostPurchaseTypo, AlignItemProp, ProductProviderProps, AdvancedType, DotStyle as DotStyle$2, AirProductReview, AliReviewsWidgetType, BogosWidgetType, BoldSubscriptionsWidgetType, FastBundleWidgetType, FeraReviewsWidgetType, FeraReviewsV3WidgetType, GrowaveWidgetTypeV2, GrowaveWidgetTypeV1, JudgeMeReviewsWidgetType, LaiProductReviewsWidgetType, LaiProductReviewsAdvancedWidgetType, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, OmnisendWidgetType, OpinewWidgetType, OpinewDesignWidgetType, PickyStoryWidgetType, PreOrderNowWodWidgetType, ProductReviewsWidgetType, RivyoWidgetType, RyviuWidgetType, StampedWidgetType, StampedWidgetTypeV2, TagShopWidgetType, TrustooWidgetType, UltimateSalesBoostWidgetType, VitalsWidgetType, WiserWidgetType, WiserV2WidgetType, YotpoReviewsWidgetType, InstantJudgeMeReviewsWidgetType, InstantLooxReviewsWidgetType, ComponentSetting, RenderMode } from '@gem-sdk/core';
2
+ import { BasePropsWrap, TypographySettingV2, ObjectDevices, Background, SizeSettingGlobal, StateProp, ColorValueType, TypographySetting, Border, SizeSetting, CornerRadius, ShadowProps, BackgroundMedia, AlignProp, TransformProp, PageContext, Ratio, ResponsiveStateProp, BackgroundImageValue, ObjectLayoutValue, BaseProps, NameDevices, PaddingType as PaddingType$2, RawChild, PostPurchaseTypo, AlignItemProp, ProductProviderProps, AdvancedType, DotStyle as DotStyle$2, AirProductReview, AliReviewsWidgetType, AppstleLoyaltyRewardProgramWidgetType, BogosWidgetType, BoldSubscriptionsWidgetType, FastBundleWidgetType, FeraReviewsWidgetType, FeraReviewsV3WidgetType, GrowaveWidgetTypeV2, GrowaveWidgetTypeV1, JudgeMeReviewsWidgetType, LaiProductReviewsWidgetType, LaiProductReviewsAdvancedWidgetType, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, OmnisendWidgetType, OpinewWidgetType, OpinewDesignWidgetType, PickyStoryWidgetType, PreOrderNowWodWidgetType, ProductReviewsWidgetType, RivyoWidgetType, RyviuWidgetType, StampedWidgetType, StampedWidgetTypeV2, TagShopWidgetType, TrustooWidgetType, UltimateSalesBoostWidgetType, VitalsWidgetType, WiserWidgetType, WiserV2WidgetType, YotpoReviewsWidgetType, InstantJudgeMeReviewsWidgetType, InstantLooxReviewsWidgetType, ComponentSetting, RenderMode } from '@gem-sdk/core';
3
3
  import { Property } from 'csstype';
4
4
  import * as _gem_sdk_keen_slider from '@gem-sdk/keen-slider';
5
5
  import { KeenSliderInstance } from '@gem-sdk/keen-slider';
@@ -223,7 +223,6 @@ type ImageProps = BasePropsWrap<ImageSettingProps$1, ImageStyleProps$1> & {
223
223
  advanced?: any;
224
224
  };
225
225
  type ImageLiquidProps = ImageProps & {
226
- enableLazyLoadImage?: boolean;
227
226
  pageContext?: PageContext;
228
227
  };
229
228
 
@@ -698,7 +697,6 @@ type HeroBannerProps = BasePropsWrap<HeroBannerSettingProps, HeroBannerStyleProp
698
697
  rawChildren?: any[];
699
698
  advanced?: any;
700
699
  pageContext?: PageContext;
701
- enableLazyLoadImage?: boolean;
702
700
  };
703
701
  type DataVideoType = {
704
702
  data: Background;
@@ -878,6 +876,7 @@ type CarouselProps$1 = BasePropsWrap<CarouselSettingProps$1, CarouselStyleProps$
878
876
  thumbsSwiper?: string;
879
877
  productBadgeLiquid?: string;
880
878
  shouldInitByLayout?: ObjectDevices<boolean>;
879
+ carouselType?: 'feature_image_thumbs' | 'feature_image' | 'product_list' | 'carousel';
881
880
  } & {
882
881
  rootId?: string;
883
882
  rootClass?: string;
@@ -931,6 +930,7 @@ declare const Carousel$3: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProp
931
930
  thumbsSwiper?: string;
932
931
  productBadgeLiquid?: string;
933
932
  shouldInitByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
933
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
934
934
  } & {
935
935
  rootId?: string;
936
936
  rootClass?: string;
@@ -4424,7 +4424,7 @@ declare const ProductButton$2: React.FC<ProductButtonProps>;
4424
4424
 
4425
4425
  declare const ProductVariants$1: React.FC<ProductVariantsProps>;
4426
4426
 
4427
- declare const ProductImages$3: React.FC<ProductImagesProps>;
4427
+ declare const ProductImages$4: React.FC<ProductImagesProps>;
4428
4428
 
4429
4429
  declare const ProductImagesV3: React.FC<ProductImagesProps$2>;
4430
4430
 
@@ -5582,6 +5582,12 @@ type EssentPreorderBackInStockProps = BaseProps<{
5582
5582
  openApp?: any;
5583
5583
  install?: any;
5584
5584
  }>;
5585
+ type AppstleLoyaltyRewardProgramProps = BaseProps<{
5586
+ align?: ObjectDevices<AlignProp>;
5587
+ openApp?: any;
5588
+ install?: any;
5589
+ widgetType?: AppstleLoyaltyRewardProgramWidgetType;
5590
+ }>;
5585
5591
 
5586
5592
  declare const RechargeSubscriptions$1: React.FC<RechargeSubscriptionsProps>;
5587
5593
 
@@ -5833,6 +5839,8 @@ declare const WcWishlistBackInStock$1: React.FC<WcWishlistBackInStockProps>;
5833
5839
 
5834
5840
  declare const EssentPreorderBackInStock$1: React.FC<EssentPreorderBackInStockProps>;
5835
5841
 
5842
+ declare const AppstleLoyaltyRewardProgram$1: React.FC<AppstleLoyaltyRewardProgramProps>;
5843
+
5836
5844
  declare const thirdPartySetting: {
5837
5845
  EstimatedDeliveryDatePlus: _gem_sdk_core.ComponentSetting<EstimatedDeliveryDatePlusProps>;
5838
5846
  OkendoReviewsLoyalty: _gem_sdk_core.ComponentSetting<OkendoReviewsLoyaltyProps>;
@@ -5959,6 +5967,7 @@ declare const thirdPartySetting: {
5959
5967
  BonySubscriptionsApp: _gem_sdk_core.ComponentSetting<BonySubscriptionsAppProps>;
5960
5968
  WcWishlistBackInStock: _gem_sdk_core.ComponentSetting<WcWishlistBackInStockProps>;
5961
5969
  EssentPreorderBackInStock: _gem_sdk_core.ComponentSetting<EssentPreorderBackInStockProps>;
5970
+ AppstleLoyaltyRewardProgram: _gem_sdk_core.ComponentSetting<AppstleLoyaltyRewardProgramProps>;
5962
5971
  };
5963
5972
 
5964
5973
  type InstantJudgemeReviewsSettingProps = {
@@ -6119,6 +6128,7 @@ declare const _default$4: {
6119
6128
  InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
6120
6129
  InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
6121
6130
  InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
6131
+ AppstleLoyaltyRewardProgram: React.ComponentType<AppstleLoyaltyRewardProgramProps>;
6122
6132
  EssentPreorderBackInStock: React.ComponentType<EssentPreorderBackInStockProps>;
6123
6133
  WcWishlistBackInStock: React.ComponentType<WcWishlistBackInStockProps>;
6124
6134
  BonySubscriptionsApp: React.ComponentType<BonySubscriptionsAppProps>;
@@ -6408,6 +6418,7 @@ declare const _default$4: {
6408
6418
  thumbsSwiper?: string;
6409
6419
  productBadgeLiquid?: string;
6410
6420
  shouldInitByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
6421
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
6411
6422
  } & {
6412
6423
  rootId?: string;
6413
6424
  rootClass?: string;
@@ -6605,6 +6616,7 @@ declare const _default$3: {
6605
6616
  thumbsSwiper?: string;
6606
6617
  productBadgeLiquid?: string;
6607
6618
  shouldInitByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
6619
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
6608
6620
  } & {
6609
6621
  rootId?: string;
6610
6622
  rootClass?: string;
@@ -6850,7 +6862,7 @@ declare const ProductButton$1: (props: ProductButtonProps & {
6850
6862
 
6851
6863
  declare const ProductDescription$1: (props: ProductDescriptionProps) => string;
6852
6864
 
6853
- declare const ProductImages$2: (productImageProps: ProductImagesProps) => string;
6865
+ declare const ProductImages$3: (productImageProps: ProductImagesProps) => string;
6854
6866
 
6855
6867
  declare const ProductQuantity: ({ setting, styles, advanced, builderProps, }: ProductQuantityProps) => string;
6856
6868
 
@@ -6860,12 +6872,19 @@ declare const ProductTag$1: ({ setting, styles, builderProps, advanced, pageCont
6860
6872
  pageContext?: PageContext;
6861
6873
  }) => string;
6862
6874
 
6863
- type PropTypes$1 = ProductImagesProps$1 & React.ComponentPropsWithoutRef<'div'> & {
6875
+ type PropTypes$2 = ProductImagesProps$1 & React.ComponentPropsWithoutRef<'div'> & {
6876
+ rawChildren?: any[];
6877
+ children?: any;
6878
+ } & {
6879
+ pageContext?: PageContext;
6880
+ };
6881
+ declare const ProductImages$2: (props: PropTypes$2) => string;
6882
+
6883
+ type PropTypes$1 = ProductImagesProps$2 & React.ComponentPropsWithoutRef<'div'> & {
6864
6884
  rawChildren?: any[];
6865
6885
  children?: any;
6866
6886
  } & {
6867
6887
  pageContext?: PageContext;
6868
- enableLazyLoadImage?: boolean;
6869
6888
  };
6870
6889
  declare const ProductImages$1: (props: PropTypes$1) => string;
6871
6890
 
@@ -6874,7 +6893,6 @@ type PropTypes = ProductImagesProps$2 & React.ComponentPropsWithoutRef<'div'> &
6874
6893
  children?: any;
6875
6894
  } & {
6876
6895
  pageContext?: PageContext;
6877
- enableLazyLoadImage?: boolean;
6878
6896
  };
6879
6897
  declare const ProductImages: (props: PropTypes) => string;
6880
6898
 
@@ -7152,6 +7170,8 @@ declare const WcWishlistBackInStock: ({ setting, advanced }: WcWishlistBackInSto
7152
7170
 
7153
7171
  declare const EssentPreorderBackInStock: ({ setting, advanced }: EssentPreorderBackInStockProps) => string;
7154
7172
 
7173
+ declare const AppstleLoyaltyRewardProgram: ({ setting, advanced }: AppstleLoyaltyRewardProgramProps) => string;
7174
+
7155
7175
  declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
7156
7176
 
7157
7177
  declare const StellarDeliveryDatePickup: ({ setting, advanced }: StellarDeliveryDatePickupProps) => string;
@@ -7171,6 +7191,7 @@ declare const index_liquid_AovBundlesVolumeDiscounts: typeof AovBundlesVolumeDis
7171
7191
  declare const index_liquid_AovFreeGiftBuyXGetYBogo: typeof AovFreeGiftBuyXGetYBogo;
7172
7192
  declare const index_liquid_AppointmentBookingCowlendar: typeof AppointmentBookingCowlendar;
7173
7193
  declare const index_liquid_AppstleBundlesDiscounts: typeof AppstleBundlesDiscounts;
7194
+ declare const index_liquid_AppstleLoyaltyRewardProgram: typeof AppstleLoyaltyRewardProgram;
7174
7195
  declare const index_liquid_AppstleSubscriptions: typeof AppstleSubscriptions;
7175
7196
  declare const index_liquid_ArticleAuthor: typeof ArticleAuthor;
7176
7197
  declare const index_liquid_ArticleCategory: typeof ArticleCategory;
@@ -7335,6 +7356,7 @@ declare namespace index_liquid {
7335
7356
  index_liquid_AovFreeGiftBuyXGetYBogo as AovFreeGiftBuyXGetYBogo,
7336
7357
  index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar,
7337
7358
  index_liquid_AppstleBundlesDiscounts as AppstleBundlesDiscounts,
7359
+ index_liquid_AppstleLoyaltyRewardProgram as AppstleLoyaltyRewardProgram,
7338
7360
  index_liquid_AppstleSubscriptions as AppstleSubscriptions,
7339
7361
  index_liquid_ArticleAuthor as ArticleAuthor,
7340
7362
  index_liquid_ArticleCategory as ArticleCategory,
@@ -7459,9 +7481,10 @@ declare namespace index_liquid {
7459
7481
  index_liquid_ProductBundleDiscountItem as ProductBundleDiscountItem,
7460
7482
  ProductButton$1 as ProductButton,
7461
7483
  ProductDescription$1 as ProductDescription,
7462
- ProductImages$2 as ProductImages,
7463
- ProductImages$1 as ProductImagesV2,
7464
- ProductImages as ProductImagesV3,
7484
+ ProductImages$3 as ProductImages,
7485
+ ProductImages$2 as ProductImagesV2,
7486
+ ProductImages$1 as ProductImagesV3,
7487
+ ProductImages as ProductImagesV3Embla,
7465
7488
  index_liquid_ProductList as ProductList,
7466
7489
  ProductList$1 as ProductListV3,
7467
7490
  index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer,
@@ -7540,6 +7563,7 @@ declare namespace index_liquid {
7540
7563
  }
7541
7564
 
7542
7565
  declare const _default$2: {
7566
+ AppstleLoyaltyRewardProgram: React.FC<AppstleLoyaltyRewardProgramProps>;
7543
7567
  EssentPreorderBackInStock: React.FC<EssentPreorderBackInStockProps>;
7544
7568
  WcWishlistBackInStock: React.FC<WcWishlistBackInStockProps>;
7545
7569
  BonySubscriptionsApp: React.FC<BonySubscriptionsAppProps>;
@@ -7595,6 +7619,7 @@ declare const _default$2: {
7595
7619
  thumbsSwiper?: string;
7596
7620
  productBadgeLiquid?: string;
7597
7621
  shouldInitByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
7622
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
7598
7623
  } & {
7599
7624
  rootId?: string;
7600
7625
  rootClass?: string;
@@ -8028,6 +8053,7 @@ declare const _default$1: {
8028
8053
  BonySubscriptionsApp: _gem_sdk_core.ComponentSetting<BonySubscriptionsAppProps>;
8029
8054
  WcWishlistBackInStock: _gem_sdk_core.ComponentSetting<WcWishlistBackInStockProps>;
8030
8055
  EssentPreorderBackInStock: _gem_sdk_core.ComponentSetting<EssentPreorderBackInStockProps>;
8056
+ AppstleLoyaltyRewardProgram: _gem_sdk_core.ComponentSetting<AppstleLoyaltyRewardProgramProps>;
8031
8057
  Video: _gem_sdk_core.ComponentSetting<VideoProps>;
8032
8058
  Textarea: _gem_sdk_core.ComponentSetting<TextareaProps>;
8033
8059
  Text: _gem_sdk_core.ComponentSetting<TextProps>;
@@ -8475,5 +8501,5 @@ declare namespace translate {
8475
8501
 
8476
8502
  declare const TAGS_WITH_REPLACE_LINK_DATA: string[];
8477
8503
 
8478
- 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, 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 };
8479
- 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, 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 };
8504
+ 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, AppstleLoyaltyRewardProgram$1 as AppstleLoyaltyRewardProgram, 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$4 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, _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 };
8505
+ export type { AccordionItemProps, AccordionProps, AftershipEmailMarketingsmsProps, AirProductReviewsAppUgcProps, AliReviewsProps, AlsoBoughtCbbProps, AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendarProps, AppstleBundlesDiscountsProps, AppstleLoyaltyRewardProgramProps, 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, 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": "19.0.0-staging.8",
3
+ "version": "19.1.0-dev.0",
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": "19.0.0-staging.8",
30
- "@gem-sdk/styles": "19.0.0-staging.8",
31
- "@gem-sdk/system": "19.0.0-staging.8",
29
+ "@gem-sdk/core": "19.1.0-dev.0",
30
+ "@gem-sdk/styles": "19.0.0",
31
+ "@gem-sdk/system": "19.0.0",
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",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@gem-sdk/keen-slider": "^6.8.8",
43
- "@gem-sdk/swiper": "0.0.14-staging.2",
43
+ "@gem-sdk/swiper": "0.0.14-staging.4",
44
44
  "react-transition-group": "^4.4.5",
45
45
  "react-youtube": "10.1.0"
46
46
  },