@gem-sdk/components 19.0.0-staging.6 → 19.0.0-staging.61

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 (216) hide show
  1. package/dist/cjs/builder.js +1 -1
  2. package/dist/cjs/carousel-v3/common/selectors.js +1 -0
  3. package/dist/cjs/carousel-v3/components/arrow/Arrow.liquid.js +8 -8
  4. package/dist/cjs/carousel-v3/components/arrow/common/classes.js +1 -1
  5. package/dist/cjs/carousel-v3/components/dot/common/helpers.js +1 -1
  6. package/dist/cjs/carousel-v3/components/item/CarouselItem.js +1 -1
  7. package/dist/cjs/carousel-v3/components/root/Carousel.js +1 -1
  8. package/dist/cjs/carousel-v3/components/root/Carousel.liquid.js +1 -1
  9. package/dist/cjs/carousel-v3/components/root/CarouselEmbla.liquid.js +24 -0
  10. package/dist/cjs/carousel-v3/components/root/common/attrs.js +1 -1
  11. package/dist/cjs/carousel-v3/components/root/common/helpers.js +1 -1
  12. package/dist/cjs/carousel-v3/components/swiper/Swiper.js +1 -1
  13. package/dist/cjs/carousel-v3/hooks/useCarousel.js +1 -1
  14. package/dist/cjs/carousel-v3/index.js +1 -1
  15. package/dist/cjs/carousel-v3/settings/configs/ui-v2.js +1 -1
  16. package/dist/cjs/code/common/helpers.js +1 -0
  17. package/dist/cjs/code/hooks/useCSSCode.js +4 -10
  18. package/dist/cjs/estimate-delivery/common/helpers.js +1 -1
  19. package/dist/cjs/grid/components/row/Row.liquid.js +12 -12
  20. package/dist/cjs/hero-banner/common/classes.js +1 -1
  21. package/dist/cjs/hero-banner/components/HeroBanner.js +1 -1
  22. package/dist/cjs/hero-banner/components/HeroBanner.liquid.js +10 -10
  23. package/dist/cjs/hero-banner/components/HeroBannerItem.js +1 -1
  24. package/dist/cjs/hero-banner/components/HeroBannerItem.liquid.js +9 -9
  25. package/dist/cjs/image/common/attrs.js +1 -1
  26. package/dist/cjs/image/components/AdaptiveImage.js +1 -1
  27. package/dist/cjs/image/components/AdaptiveImage.liquid.js +8 -8
  28. package/dist/cjs/image/components/Image.liquid.js +10 -10
  29. package/dist/cjs/image/components/NextImage.js +1 -1
  30. package/dist/cjs/image/components/NextImage.liquid.js +2 -2
  31. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +10 -10
  32. package/dist/cjs/index.js +1 -1
  33. package/dist/cjs/index.liquid.js +1 -1
  34. package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +1 -1
  35. package/dist/cjs/post-purchase/link/settings/configs/settings.js +1 -1
  36. package/dist/cjs/post-purchase/link/settings/configs/ui-v2.js +1 -1
  37. package/dist/cjs/post-purchase/product/components/ProductTitle.js +1 -1
  38. package/dist/cjs/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  39. package/dist/cjs/post-purchase/product/components/product-offer/context/PrdOfferSubscriptionPresenceContext.js +2 -0
  40. package/dist/cjs/post-purchase/product/components/product-offer/helpers/scanSubscriptionBlocks.js +1 -0
  41. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferSubscriptionBlocksObserver.js +1 -0
  42. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  43. package/dist/cjs/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  44. package/dist/cjs/product/components/product-badge/ProductBadge.js +1 -1
  45. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +12 -12
  46. package/dist/cjs/product/components/product-badge/common/classes.js +1 -1
  47. package/dist/cjs/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  48. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +7 -5
  49. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +11 -8
  50. package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
  51. package/dist/cjs/product/components/product-button/hooks/useAddToCart.js +1 -1
  52. package/dist/cjs/product/components/product-description/ProductDescription.js +1 -1
  53. package/dist/cjs/product/components/product-description/ProductDescription.liquid.js +2 -3
  54. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  55. package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +15 -15
  56. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +5 -5
  57. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +1 -1
  58. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +5 -5
  59. package/dist/cjs/product/components/product-images-v3/ProductImageV3.js +2 -2
  60. package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +15 -15
  61. package/dist/cjs/product/components/product-images-v3/ProductImagesV3Embla.liquid.js +44 -0
  62. package/dist/cjs/product/components/product-images-v3/common/classes.js +1 -1
  63. package/dist/cjs/product/components/product-images-v3/common/common.js +1 -1
  64. package/dist/cjs/product/components/product-images-v3/common/getBorderActiveCss.js +3 -2
  65. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  66. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  67. package/dist/cjs/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  68. package/dist/cjs/product/components/product-images-v3/components/child/ProductGalleryGrid.js +1 -2
  69. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  70. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +29 -29
  71. package/dist/cjs/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGalleryEmbla.liquid.js +119 -0
  72. package/dist/cjs/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  73. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  74. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +8 -8
  75. package/dist/cjs/product/components/product-images-v3/components/gallery-carousel/GalleryCarouselEmbla.liquid.js +46 -0
  76. package/dist/cjs/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +10 -10
  77. package/dist/cjs/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  78. package/dist/cjs/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  79. package/dist/cjs/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  80. package/dist/cjs/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  81. package/dist/cjs/product/components/product-list/ProductList.js +1 -1
  82. package/dist/cjs/product/components/product-list/ProductList.liquid.js +10 -9
  83. package/dist/cjs/product/components/product-list-v3/ProductList.js +1 -1
  84. package/dist/cjs/product/components/product-list-v3/ProductList.liquid.js +10 -9
  85. package/dist/cjs/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +6 -6
  86. package/dist/cjs/product/components/product-variants/OptionVariantsNewFormat.liquid.js +11 -12
  87. package/dist/cjs/product/components/product-variants/OptionVariantsOldFormat.liquid.js +11 -10
  88. package/dist/cjs/product/components/product-wrap/Product.liquid.js +12 -9
  89. package/dist/cjs/product/index.js +1 -1
  90. package/dist/cjs/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  91. package/dist/cjs/sticky/hooks/useSticky.js +1 -1
  92. package/dist/cjs/third-party/components/AppstleLoyaltyRewardProgram.js +2 -0
  93. package/dist/cjs/third-party/components/AppstleLoyaltyRewardProgram.liquid.js +16 -0
  94. package/dist/cjs/third-party/components/EcomsendBackInStockAlert.js +1 -1
  95. package/dist/cjs/third-party/configs/AppstleLoyaltyRewardProgram.js +1 -0
  96. package/dist/cjs/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  97. package/dist/cjs/third-party/index.js +1 -1
  98. package/dist/cjs/third-party/next.js +1 -1
  99. package/dist/cjs/third-party/settings/AppstleLoyaltyRewardProgram/index.js +4 -0
  100. package/dist/cjs/third-party/settings/AppstleLoyaltyRewardProgram/uiV2.js +1 -0
  101. package/dist/cjs/third-party/settings/EcomsendBackInStockAlert/index.js +4 -4
  102. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  103. package/dist/cjs/video/components/HTML5Embed.liquid.js +12 -12
  104. package/dist/cjs/video/components/LiteVimeoEmbed.liquid.js +13 -13
  105. package/dist/cjs/video/components/LiteYouTubeEmbed.js +1 -1
  106. package/dist/cjs/video/components/LiteYouTubeEmbed.liquid.js +11 -11
  107. package/dist/cjs/video/components/Video.liquid.js +1 -1
  108. package/dist/esm/builder.js +1 -1
  109. package/dist/esm/carousel-v3/common/selectors.js +1 -0
  110. package/dist/esm/carousel-v3/components/arrow/Arrow.liquid.js +6 -6
  111. package/dist/esm/carousel-v3/components/arrow/common/classes.js +1 -1
  112. package/dist/esm/carousel-v3/components/dot/common/helpers.js +1 -1
  113. package/dist/esm/carousel-v3/components/item/CarouselItem.js +1 -1
  114. package/dist/esm/carousel-v3/components/root/Carousel.js +1 -1
  115. package/dist/esm/carousel-v3/components/root/Carousel.liquid.js +4 -4
  116. package/dist/esm/carousel-v3/components/root/CarouselEmbla.liquid.js +24 -0
  117. package/dist/esm/carousel-v3/components/root/common/attrs.js +1 -1
  118. package/dist/esm/carousel-v3/components/root/common/helpers.js +1 -1
  119. package/dist/esm/carousel-v3/components/swiper/Swiper.js +1 -1
  120. package/dist/esm/carousel-v3/hooks/useCarousel.js +1 -1
  121. package/dist/esm/carousel-v3/index.js +1 -1
  122. package/dist/esm/carousel-v3/settings/configs/ui-v2.js +1 -1
  123. package/dist/esm/code/common/helpers.js +1 -0
  124. package/dist/esm/code/hooks/useCSSCode.js +4 -10
  125. package/dist/esm/estimate-delivery/common/helpers.js +1 -1
  126. package/dist/esm/grid/components/row/Row.liquid.js +11 -11
  127. package/dist/esm/hero-banner/common/classes.js +1 -1
  128. package/dist/esm/hero-banner/components/HeroBanner.js +1 -1
  129. package/dist/esm/hero-banner/components/HeroBanner.liquid.js +10 -10
  130. package/dist/esm/hero-banner/components/HeroBannerItem.js +1 -1
  131. package/dist/esm/hero-banner/components/HeroBannerItem.liquid.js +10 -10
  132. package/dist/esm/image/common/attrs.js +1 -1
  133. package/dist/esm/image/components/AdaptiveImage.js +1 -1
  134. package/dist/esm/image/components/AdaptiveImage.liquid.js +11 -11
  135. package/dist/esm/image/components/Image.liquid.js +10 -10
  136. package/dist/esm/image/components/NextImage.js +1 -1
  137. package/dist/esm/image/components/NextImage.liquid.js +1 -1
  138. package/dist/esm/image-comparison/components/CompareImage.liquid.js +12 -12
  139. package/dist/esm/index.js +1 -1
  140. package/dist/esm/index.liquid.js +1 -1
  141. package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +1 -1
  142. package/dist/esm/post-purchase/link/settings/configs/settings.js +1 -1
  143. package/dist/esm/post-purchase/link/settings/configs/ui-v2.js +1 -1
  144. package/dist/esm/post-purchase/product/components/ProductTitle.js +1 -1
  145. package/dist/esm/post-purchase/product/components/product-offer/components/ProductOfferItem.js +1 -1
  146. package/dist/esm/post-purchase/product/components/product-offer/context/PrdOfferSubscriptionPresenceContext.js +2 -0
  147. package/dist/esm/post-purchase/product/components/product-offer/helpers/scanSubscriptionBlocks.js +1 -0
  148. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferSubscriptionBlocksObserver.js +1 -0
  149. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -1
  150. package/dist/esm/post-purchase/product/components/product-variant/components/variants/DropdownOption.js +1 -1
  151. package/dist/esm/product/components/product-badge/ProductBadge.js +1 -1
  152. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +12 -12
  153. package/dist/esm/product/components/product-badge/common/classes.js +1 -1
  154. package/dist/esm/product/components/product-badge/utils/renderBadgeILP.js +1 -1
  155. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +5 -3
  156. package/dist/esm/product/components/product-button/ProductButton.liquid.js +11 -8
  157. package/dist/esm/product/components/product-button/common/helpers.js +1 -1
  158. package/dist/esm/product/components/product-button/hooks/useAddToCart.js +1 -1
  159. package/dist/esm/product/components/product-description/ProductDescription.js +1 -1
  160. package/dist/esm/product/components/product-description/ProductDescription.liquid.js +3 -4
  161. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  162. package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +15 -15
  163. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +5 -5
  164. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +1 -1
  165. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +5 -5
  166. package/dist/esm/product/components/product-images-v3/ProductImageV3.js +2 -2
  167. package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +15 -15
  168. package/dist/esm/product/components/product-images-v3/ProductImagesV3Embla.liquid.js +44 -0
  169. package/dist/esm/product/components/product-images-v3/common/classes.js +1 -1
  170. package/dist/esm/product/components/product-images-v3/common/common.js +1 -1
  171. package/dist/esm/product/components/product-images-v3/common/getBorderActiveCss.js +1 -0
  172. package/dist/esm/product/components/product-images-v3/components/child/ProductFeatureVideo.js +1 -1
  173. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageCarousel.js +1 -1
  174. package/dist/esm/product/components/product-images-v3/components/child/ProductFeaturedImageOnly.js +1 -1
  175. package/dist/esm/product/components/product-images-v3/components/child/ProductGalleryGrid.js +1 -2
  176. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.js +1 -1
  177. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGallery.liquid.js +45 -45
  178. package/dist/esm/product/components/product-images-v3/components/feature-gallery/FeatureImageWithGalleryEmbla.liquid.js +119 -0
  179. package/dist/esm/product/components/product-images-v3/components/feature-only/OnlyFeatureImage.js +1 -1
  180. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.js +1 -1
  181. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarousel.liquid.js +14 -14
  182. package/dist/esm/product/components/product-images-v3/components/gallery-carousel/GalleryCarouselEmbla.liquid.js +46 -0
  183. package/dist/esm/product/components/product-images-v3/components/gallery-grid/GalleryGrid.liquid.js +10 -10
  184. package/dist/esm/product/components/product-images-v3/components/lightbox/ProductImagesLightBox.js +1 -1
  185. package/dist/esm/product/components/product-images-v3/hooks/useGalleryCarousel.js +1 -1
  186. package/dist/esm/product/components/product-images-v3/hooks/useProductFeaturedImageCarousel.js +1 -1
  187. package/dist/esm/product/components/product-images-v3/hooks/useProductGalleryGrid.js +1 -1
  188. package/dist/esm/product/components/product-list/ProductList.js +1 -1
  189. package/dist/esm/product/components/product-list/ProductList.liquid.js +18 -17
  190. package/dist/esm/product/components/product-list-v3/ProductList.js +1 -1
  191. package/dist/esm/product/components/product-list-v3/ProductList.liquid.js +18 -17
  192. package/dist/esm/product/components/product-list-v3/ProductListCarouselLayout.liquid.js +9 -9
  193. package/dist/esm/product/components/product-variants/OptionVariantsNewFormat.liquid.js +11 -12
  194. package/dist/esm/product/components/product-variants/OptionVariantsOldFormat.liquid.js +11 -10
  195. package/dist/esm/product/components/product-wrap/Product.liquid.js +16 -13
  196. package/dist/esm/product/index.js +1 -1
  197. package/dist/esm/product/settings/product-image-v3/configs/ui-v2.js +1 -1
  198. package/dist/esm/sticky/hooks/useSticky.js +1 -1
  199. package/dist/esm/third-party/components/AppstleLoyaltyRewardProgram.js +2 -0
  200. package/dist/esm/third-party/components/AppstleLoyaltyRewardProgram.liquid.js +16 -0
  201. package/dist/esm/third-party/components/EcomsendBackInStockAlert.js +1 -1
  202. package/dist/esm/third-party/configs/AppstleLoyaltyRewardProgram.js +1 -0
  203. package/dist/esm/third-party/configs/EcomsendBackInStockAlert.js +1 -1
  204. package/dist/esm/third-party/index.js +1 -1
  205. package/dist/esm/third-party/next.js +1 -1
  206. package/dist/esm/third-party/settings/AppstleLoyaltyRewardProgram/index.js +4 -0
  207. package/dist/esm/third-party/settings/AppstleLoyaltyRewardProgram/uiV2.js +1 -0
  208. package/dist/esm/third-party/settings/EcomsendBackInStockAlert/index.js +4 -4
  209. package/dist/esm/video/components/HTML5Embed.js +1 -1
  210. package/dist/esm/video/components/HTML5Embed.liquid.js +12 -12
  211. package/dist/esm/video/components/LiteVimeoEmbed.liquid.js +14 -14
  212. package/dist/esm/video/components/LiteYouTubeEmbed.js +1 -1
  213. package/dist/esm/video/components/LiteYouTubeEmbed.liquid.js +10 -10
  214. package/dist/esm/video/components/Video.liquid.js +1 -1
  215. package/dist/types/index.d.ts +44 -14
  216. package/package.json +5 -5
@@ -1,13 +1,13 @@
1
- import{RenderIf as e,isLocalEnv as t,baseAssetURL as s,template as a}from"@gem-sdk/core";import l from"../../image/components/NextImage.liquid.js";import{getSettingPreloadData as r}from"../../helpers.js";import{createStateOrContext as i,createClass as o,createStyle as p,If as m}from"@gem-sdk/system";import{getButtonYoutubeClasses as d,getImageYoutubeClasses as c,getArticleYoutubeClasses as u,getIframeYoutubeClasses as y,getYoutubeContentClasses as f}from"../common/classes.js";import{getIframeYoutubeStyle as n,getArticleYoutubeStyle as g}from"../common/styles.js";import{getYoutubeParams as $}from"../common/helpers.js";let b=b=>{let{style:h,iframeClass:v,wrapperClass:S,title:j,poster:z,translatedVideoUrl:w,autoplay:C}=b,E=`gp-video-${b.uid}`,{posterUrl:N,iframeSrc:k}=$(b),x=!!b.thumbnail,L=z?.preload,T=i({lazy:b.lazy,hasThumbnail:x,style:h,title:j,iframeSrc:k,translatedVideoUrl:w,autoplay:C}),A=!b.lazy&&(!x||!!b.autoplay),I=o({...d(A)}),M=o({...c()}),B=o({...u(L||!1,S)}),G=o({...y(v)}),O=p({...n(h)}),P=p({...g(h,N)}),_=o({...f()});return a`
2
- <gp-lite-youtube-embed gp-data='${JSON.stringify(T)}'>
1
+ import{RenderIf as e,isLocalEnv as t,baseAssetURL as s,template as r}from"@gem-sdk/core";import a from"../../image/components/NextImage.liquid.js";import{getSettingPreloadData as l}from"../../helpers.js";import{createStateOrContext as i,createClass as o,createStyle as p,If as m}from"@gem-sdk/system";import{getButtonYoutubeClasses as d,getImageYoutubeClasses as c,getArticleYoutubeClasses as u,getIframeYoutubeClasses as n,getYoutubeContentClasses as f}from"../common/classes.js";import{getIframeYoutubeStyle as y,getArticleYoutubeStyle as $}from"../common/styles.js";import{getYoutubeParams as g}from"../common/helpers.js";let b=b=>{let{style:h,iframeClass:v,wrapperClass:S,title:j,poster:w,translatedVideoUrl:z,autoplay:C,pageContext:E}=b,N=`gp-video-${b.uid}`,{posterUrl:k,iframeSrc:x}=g(b),B=!!b.thumbnail,T=w?.preload,A=i({lazy:b.lazy,hasThumbnail:B,style:h,title:j,iframeSrc:x,translatedVideoUrl:z,autoplay:C,isHeroBanner:b.isHeroBanner}),H=!b.lazy&&(!B||!!b.autoplay),M=o({...d(H)}),G=o({...c()}),I=o({...u(T||!1,S)}),L=o({...n(v)}),O=p({...y(h)}),P=p({...$(h,k)}),_=o({...f()});return r`
2
+ <gp-lite-youtube-embed gp-data='${JSON.stringify(A)}'>
3
3
  <article
4
4
  aria-hidden
5
- class="${B}"
5
+ class="${I}"
6
6
  data-title="${j}"
7
7
  style="${P}"
8
8
  >
9
- ${l({id:E,src:N,alt:z?.altText,title:z?.imageTitle,priority:z?.preload,enableLazyLoadImage:!0,className:M,isDisableAspectStyle:!0,isNotLazyload:z?.preload})}
10
- <button type="button" aria-label="Play" class="${I}">
9
+ ${a({id:N,src:k,alt:w?.altText,title:w?.imageTitle,priority:w?.preload,pageContext:E,className:G,isDisableAspectStyle:!0,isNotLazyload:w?.preload})}
10
+ <button type="button" aria-label="Play" class="${M}">
11
11
  <svg height="100%" version="1.1" viewBox="0 0 68 48" width="100%">
12
12
  <path
13
13
  d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"
@@ -16,21 +16,21 @@ import{RenderIf as e,isLocalEnv as t,baseAssetURL as s,template as a}from"@gem-s
16
16
  <path d="M 45,24 27,14 27,34" fill="#fff"></path>
17
17
  </svg>
18
18
  </button>
19
- ${m(A,(()=>{let e=a`
19
+ ${m(H,(()=>{let e=r`
20
20
  <iframe
21
21
  id="player-wrapper-${b.uid}"
22
- class="${G}"
22
+ class="${L}"
23
23
  style="${O}"
24
24
  title="${j}"
25
25
  frameborder="0"
26
26
  allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
27
27
  allowfullscreen
28
- src="${k}"
28
+ src="${x}"
29
29
  ></iframe>
30
- `;return b.isHeroBanner?a`
30
+ `;return b.isHeroBanner?r`
31
31
  <div class="${_}">${e}</div>
32
32
  `:e})())}
33
33
  </article>
34
34
  </gp-lite-youtube-embed>
35
- ${e(t,`<script ${r('class="gps-link" delay',"src")}="{{ 'gp-lite-youtube-embed-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${r('class="gps-link" delay',"src")}="${s}/assets-v2/gp-lite-youtube-embed-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
35
+ ${e(t,`<script ${l('class="gps-link" delay',"src")}="{{ 'gp-lite-youtube-embed-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${l('class="gps-link" delay',"src")}="${s}/assets-v2/gp-lite-youtube-embed-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
36
36
  `};export{b as default};
@@ -1,6 +1,6 @@
1
1
  import{template as t,hasTranslatedLiquid as e}from"@gem-sdk/core";import{getSettingTranslatedVideoAndThumbnail as o,getAspectRatioSettings as i,getVimeoVideoId as s,vimeoVideoRegex as l,getYoutubeVideoId as m,youtubeVideoRegex as a,parseTimeVideo as r,fallbackImageVideoUrl as d}from"../common/helpers.js";import{createAttr as u,createStyle as n,createClass as c}from"@gem-sdk/system";import{getAttr as p}from"../common/attrs.js";import{getStyle as f,getYoutubeStyle as y,getVimeoStyle as b,getHtml5Style as j,getFallBackImageStyle as h}from"../common/styles.js";import{getFallbackImageClasses as k,getClasses as V}from"../common/classes.js";import $ from"./HTML5Embed.liquid.js";import v from"./LiteVimeoEmbed.liquid.js";import g from"./LiteYouTubeEmbed.liquid.js";import L from"../../image/components/NextImage.liquid.js";import{getImageSrc as N}from"../../image/common/helpers.js";let q=({className:q,setting:C,style:x,builderAttrs:z,builderProps:E,advanced:F,pageContext:I})=>{let R=o({setting:C,uid:E?.uid,pageContext:I??{}}),{youtubeUrl:w="",vimeoUrl:T="",html5Url:U,autoplay:H=!1,loopVideo:M=!1,controls:O=!1,mute:P,poster:S,startTime:Y,endTime:A,lazy:B,type:D}=R??{},{youtubeUrlTranslated:G,vimeoUrlTranslated:J}=R,K=N(S),{cssClass:Q}=F??{},W=i(R?.ratioOptions,R?.aspectRatio),X=u({...p({uid:E?.uid||""})}),Z=n({...f(R,x)}),_=n({...y(W)}),tt=n({...b(W)}),te=n({...j(W)}),to=n({...h(C?.aspectRatio)}),ti=c({...k()}),ts=c({...V({className:q,builderProps:E,isInstantLP:!1,advancedCssClass:Q})});return t`
2
2
  <div
3
3
  ${{...z}} ${{...X}} class="${ts}" style="${Z}">
4
- ${(()=>{switch(D){case"youtube":{let t=m(w),o=e(G);if((!a.test(w)||!t)&&!o)return L({src:d,alt:"Fallback video",className:ti,style:to});let i="";return M&&(i+=`&loop=1&playlist=${t}`),Y&&(i+=`&start=${r(Y)}`),A&&(i+=`&end=${r(A)}`),g({uid:E?.uid,id:t??"",translatedVideoUrl:o?G:"",autoplay:H,title:"Video",controls:O,params:i,adNetwork:!1,noCookie:!0,muted:!P,thumbnail:K,lazy:B??!0,poster:S,style:_})}case"vimeo":{let t=s(T),o=e(J);if((!l.test(T)||!t)&&!o)return L({src:d,alt:"Fallback video",className:ti,style:to});return v({muted:!P,loop:M,controls:O,thumbnail:K,thumbnailLink:S?.src,autoplay:H,lazy:B??!0,id:t??"",translatedVideoUrl:o?J:"",title:"Video",aspectRatio:W,poster:S,vimeoStyleIframe:tt})}case"html5":if(!U)return L({src:d,alt:"Fallback video",className:ti,style:to});return $({uid:E?.uid,muted:!P,loop:M,controls:O,autoplay:H,src:U,thumbnail:K,title:"Video",poster:S,lazy:B??!0,isVideoComponent:!0,style:te})}})()}
4
+ ${(()=>{switch(D){case"youtube":{let t=m(w),o=e(G);if((!a.test(w)||!t)&&!o)return L({src:d,alt:"Fallback video",className:ti,style:to});let i="";return M&&(i+=`&loop=1&playlist=${t}`),Y&&(i+=`&start=${r(Y)}`),A&&(i+=`&end=${r(A)}`),g({uid:E?.uid,id:t??"",translatedVideoUrl:o?G:"",autoplay:H,title:"Video",controls:O,params:i,adNetwork:!1,noCookie:!0,muted:!P,thumbnail:K,lazy:B??!0,poster:S,style:_,pageContext:I})}case"vimeo":{let t=s(T),o=e(J);if((!l.test(T)||!t)&&!o)return L({src:d,alt:"Fallback video",className:ti,style:to});return v({muted:!P,loop:M,controls:O,thumbnail:K,thumbnailLink:S?.src,autoplay:H,lazy:B??!0,id:t??"",translatedVideoUrl:o?J:"",title:"Video",aspectRatio:W,poster:S,vimeoStyleIframe:tt,pageContext:I})}case"html5":if(!U)return L({src:d,alt:"Fallback video",className:ti,style:to});return $({uid:E?.uid,muted:!P,loop:M,controls:O,autoplay:H,src:U,thumbnail:K,title:"Video",poster:S,lazy:B??!0,isVideoComponent:!0,style:te,pageContext:I})}})()}
5
5
  </div>
6
6
  `};export{q as default};
@@ -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;
@@ -877,6 +875,8 @@ type CarouselProps$1 = BasePropsWrap<CarouselSettingProps$1, CarouselStyleProps$
877
875
  isProductList?: boolean;
878
876
  thumbsSwiper?: string;
879
877
  productBadgeLiquid?: string;
878
+ shouldInitByLayout?: ObjectDevices<boolean>;
879
+ carouselType?: 'feature_image_thumbs' | 'feature_image' | 'product_list' | 'carousel';
880
880
  } & {
881
881
  rootId?: string;
882
882
  rootClass?: string;
@@ -929,6 +929,8 @@ declare const Carousel$3: React.ForwardRefExoticComponent<_gem_sdk_core.BaseProp
929
929
  isProductList?: boolean;
930
930
  thumbsSwiper?: string;
931
931
  productBadgeLiquid?: string;
932
+ shouldInitByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
933
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
932
934
  } & {
933
935
  rootId?: string;
934
936
  rootClass?: string;
@@ -2647,7 +2649,6 @@ type PostPurchaseLinkStyleProps = {
2647
2649
  typo?: PostPurchaseTypo;
2648
2650
  textAlign?: 'left' | 'center' | 'right';
2649
2651
  width?: ObjectDevices<string>;
2650
- direction?: 'ltr' | 'rtl';
2651
2652
  };
2652
2653
  type PostPurchaseLinkProps = BasePropsWrap<PostPurchaseLinkSettingProps, PostPurchaseLinkStyleProps>;
2653
2654
 
@@ -4423,7 +4424,7 @@ declare const ProductButton$2: React.FC<ProductButtonProps>;
4423
4424
 
4424
4425
  declare const ProductVariants$1: React.FC<ProductVariantsProps>;
4425
4426
 
4426
- declare const ProductImages$3: React.FC<ProductImagesProps>;
4427
+ declare const ProductImages$4: React.FC<ProductImagesProps>;
4427
4428
 
4428
4429
  declare const ProductImagesV3: React.FC<ProductImagesProps$2>;
4429
4430
 
@@ -5581,6 +5582,12 @@ type EssentPreorderBackInStockProps = BaseProps<{
5581
5582
  openApp?: any;
5582
5583
  install?: any;
5583
5584
  }>;
5585
+ type AppstleLoyaltyRewardProgramProps = BaseProps<{
5586
+ align?: ObjectDevices<AlignProp>;
5587
+ openApp?: any;
5588
+ install?: any;
5589
+ widgetType?: AppstleLoyaltyRewardProgramWidgetType;
5590
+ }>;
5584
5591
 
5585
5592
  declare const RechargeSubscriptions$1: React.FC<RechargeSubscriptionsProps>;
5586
5593
 
@@ -5832,6 +5839,8 @@ declare const WcWishlistBackInStock$1: React.FC<WcWishlistBackInStockProps>;
5832
5839
 
5833
5840
  declare const EssentPreorderBackInStock$1: React.FC<EssentPreorderBackInStockProps>;
5834
5841
 
5842
+ declare const AppstleLoyaltyRewardProgram$1: React.FC<AppstleLoyaltyRewardProgramProps>;
5843
+
5835
5844
  declare const thirdPartySetting: {
5836
5845
  EstimatedDeliveryDatePlus: _gem_sdk_core.ComponentSetting<EstimatedDeliveryDatePlusProps>;
5837
5846
  OkendoReviewsLoyalty: _gem_sdk_core.ComponentSetting<OkendoReviewsLoyaltyProps>;
@@ -5958,6 +5967,7 @@ declare const thirdPartySetting: {
5958
5967
  BonySubscriptionsApp: _gem_sdk_core.ComponentSetting<BonySubscriptionsAppProps>;
5959
5968
  WcWishlistBackInStock: _gem_sdk_core.ComponentSetting<WcWishlistBackInStockProps>;
5960
5969
  EssentPreorderBackInStock: _gem_sdk_core.ComponentSetting<EssentPreorderBackInStockProps>;
5970
+ AppstleLoyaltyRewardProgram: _gem_sdk_core.ComponentSetting<AppstleLoyaltyRewardProgramProps>;
5961
5971
  };
5962
5972
 
5963
5973
  type InstantJudgemeReviewsSettingProps = {
@@ -6118,6 +6128,7 @@ declare const _default$4: {
6118
6128
  InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
6119
6129
  InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
6120
6130
  InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
6131
+ AppstleLoyaltyRewardProgram: React.ComponentType<AppstleLoyaltyRewardProgramProps>;
6121
6132
  EssentPreorderBackInStock: React.ComponentType<EssentPreorderBackInStockProps>;
6122
6133
  WcWishlistBackInStock: React.ComponentType<WcWishlistBackInStockProps>;
6123
6134
  BonySubscriptionsApp: React.ComponentType<BonySubscriptionsAppProps>;
@@ -6406,6 +6417,8 @@ declare const _default$4: {
6406
6417
  isProductList?: boolean;
6407
6418
  thumbsSwiper?: string;
6408
6419
  productBadgeLiquid?: string;
6420
+ shouldInitByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
6421
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
6409
6422
  } & {
6410
6423
  rootId?: string;
6411
6424
  rootClass?: string;
@@ -6602,6 +6615,8 @@ declare const _default$3: {
6602
6615
  isProductList?: boolean;
6603
6616
  thumbsSwiper?: string;
6604
6617
  productBadgeLiquid?: string;
6618
+ shouldInitByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
6619
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
6605
6620
  } & {
6606
6621
  rootId?: string;
6607
6622
  rootClass?: string;
@@ -6847,7 +6862,7 @@ declare const ProductButton$1: (props: ProductButtonProps & {
6847
6862
 
6848
6863
  declare const ProductDescription$1: (props: ProductDescriptionProps) => string;
6849
6864
 
6850
- declare const ProductImages$2: (productImageProps: ProductImagesProps) => string;
6865
+ declare const ProductImages$3: (productImageProps: ProductImagesProps) => string;
6851
6866
 
6852
6867
  declare const ProductQuantity: ({ setting, styles, advanced, builderProps, }: ProductQuantityProps) => string;
6853
6868
 
@@ -6857,12 +6872,19 @@ declare const ProductTag$1: ({ setting, styles, builderProps, advanced, pageCont
6857
6872
  pageContext?: PageContext;
6858
6873
  }) => string;
6859
6874
 
6860
- 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'> & {
6861
6884
  rawChildren?: any[];
6862
6885
  children?: any;
6863
6886
  } & {
6864
6887
  pageContext?: PageContext;
6865
- enableLazyLoadImage?: boolean;
6866
6888
  };
6867
6889
  declare const ProductImages$1: (props: PropTypes$1) => string;
6868
6890
 
@@ -6871,7 +6893,6 @@ type PropTypes = ProductImagesProps$2 & React.ComponentPropsWithoutRef<'div'> &
6871
6893
  children?: any;
6872
6894
  } & {
6873
6895
  pageContext?: PageContext;
6874
- enableLazyLoadImage?: boolean;
6875
6896
  };
6876
6897
  declare const ProductImages: (props: PropTypes) => string;
6877
6898
 
@@ -7149,6 +7170,8 @@ declare const WcWishlistBackInStock: ({ setting, advanced }: WcWishlistBackInSto
7149
7170
 
7150
7171
  declare const EssentPreorderBackInStock: ({ setting, advanced }: EssentPreorderBackInStockProps) => string;
7151
7172
 
7173
+ declare const AppstleLoyaltyRewardProgram: ({ setting, advanced }: AppstleLoyaltyRewardProgramProps) => string;
7174
+
7152
7175
  declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
7153
7176
 
7154
7177
  declare const StellarDeliveryDatePickup: ({ setting, advanced }: StellarDeliveryDatePickupProps) => string;
@@ -7168,6 +7191,7 @@ declare const index_liquid_AovBundlesVolumeDiscounts: typeof AovBundlesVolumeDis
7168
7191
  declare const index_liquid_AovFreeGiftBuyXGetYBogo: typeof AovFreeGiftBuyXGetYBogo;
7169
7192
  declare const index_liquid_AppointmentBookingCowlendar: typeof AppointmentBookingCowlendar;
7170
7193
  declare const index_liquid_AppstleBundlesDiscounts: typeof AppstleBundlesDiscounts;
7194
+ declare const index_liquid_AppstleLoyaltyRewardProgram: typeof AppstleLoyaltyRewardProgram;
7171
7195
  declare const index_liquid_AppstleSubscriptions: typeof AppstleSubscriptions;
7172
7196
  declare const index_liquid_ArticleAuthor: typeof ArticleAuthor;
7173
7197
  declare const index_liquid_ArticleCategory: typeof ArticleCategory;
@@ -7332,6 +7356,7 @@ declare namespace index_liquid {
7332
7356
  index_liquid_AovFreeGiftBuyXGetYBogo as AovFreeGiftBuyXGetYBogo,
7333
7357
  index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar,
7334
7358
  index_liquid_AppstleBundlesDiscounts as AppstleBundlesDiscounts,
7359
+ index_liquid_AppstleLoyaltyRewardProgram as AppstleLoyaltyRewardProgram,
7335
7360
  index_liquid_AppstleSubscriptions as AppstleSubscriptions,
7336
7361
  index_liquid_ArticleAuthor as ArticleAuthor,
7337
7362
  index_liquid_ArticleCategory as ArticleCategory,
@@ -7456,9 +7481,10 @@ declare namespace index_liquid {
7456
7481
  index_liquid_ProductBundleDiscountItem as ProductBundleDiscountItem,
7457
7482
  ProductButton$1 as ProductButton,
7458
7483
  ProductDescription$1 as ProductDescription,
7459
- ProductImages$2 as ProductImages,
7460
- ProductImages$1 as ProductImagesV2,
7461
- ProductImages as ProductImagesV3,
7484
+ ProductImages$3 as ProductImages,
7485
+ ProductImages$2 as ProductImagesV2,
7486
+ ProductImages$1 as ProductImagesV3,
7487
+ ProductImages as ProductImagesV3Embla,
7462
7488
  index_liquid_ProductList as ProductList,
7463
7489
  ProductList$1 as ProductListV3,
7464
7490
  index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer,
@@ -7537,6 +7563,7 @@ declare namespace index_liquid {
7537
7563
  }
7538
7564
 
7539
7565
  declare const _default$2: {
7566
+ AppstleLoyaltyRewardProgram: React.FC<AppstleLoyaltyRewardProgramProps>;
7540
7567
  EssentPreorderBackInStock: React.FC<EssentPreorderBackInStockProps>;
7541
7568
  WcWishlistBackInStock: React.FC<WcWishlistBackInStockProps>;
7542
7569
  BonySubscriptionsApp: React.FC<BonySubscriptionsAppProps>;
@@ -7591,6 +7618,8 @@ declare const _default$2: {
7591
7618
  isProductList?: boolean;
7592
7619
  thumbsSwiper?: string;
7593
7620
  productBadgeLiquid?: string;
7621
+ shouldInitByLayout?: _gem_sdk_core.ObjectDevices<boolean>;
7622
+ carouselType?: "feature_image_thumbs" | "feature_image" | "product_list" | "carousel";
7594
7623
  } & {
7595
7624
  rootId?: string;
7596
7625
  rootClass?: string;
@@ -8024,6 +8053,7 @@ declare const _default$1: {
8024
8053
  BonySubscriptionsApp: _gem_sdk_core.ComponentSetting<BonySubscriptionsAppProps>;
8025
8054
  WcWishlistBackInStock: _gem_sdk_core.ComponentSetting<WcWishlistBackInStockProps>;
8026
8055
  EssentPreorderBackInStock: _gem_sdk_core.ComponentSetting<EssentPreorderBackInStockProps>;
8056
+ AppstleLoyaltyRewardProgram: _gem_sdk_core.ComponentSetting<AppstleLoyaltyRewardProgramProps>;
8027
8057
  Video: _gem_sdk_core.ComponentSetting<VideoProps>;
8028
8058
  Textarea: _gem_sdk_core.ComponentSetting<TextareaProps>;
8029
8059
  Text: _gem_sdk_core.ComponentSetting<TextProps>;
@@ -8471,5 +8501,5 @@ declare namespace translate {
8471
8501
 
8472
8502
  declare const TAGS_WITH_REPLACE_LINK_DATA: string[];
8473
8503
 
8474
- 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 };
8475
- 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.6",
3
+ "version": "19.0.0-staging.61",
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.5",
30
- "@gem-sdk/styles": "19.0.0-staging.1",
31
- "@gem-sdk/system": "19.0.0-staging.0",
29
+ "@gem-sdk/core": "19.0.0-staging.34",
30
+ "@gem-sdk/styles": "19.0.0-staging.28",
31
+ "@gem-sdk/system": "19.0.0-staging.28",
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.15",
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
  },