@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,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e,Fragment as s,jsxs as r}from"react/jsx-runtime";import{FALLBACK_IMAGE as t,getAdaptiveImageData as m,IMAGE_PLACEHOLDER as a}from"../common/helpers.js";import{createAttr as o,createStyleReact as l,createStyle as c,createClass as i}from"@gem-sdk/system";import{getAdaptiveImageClasses as d}from"../common/classes.js";import{getAdaptivePictureStyles as p,getAdaptiveImageStyles as n}from"../common/styles.js";let f=f=>{let{alt:h,style:u,srcSet:g,layout:y,priority:x,className:j,aspectRatio:k,borderRadius:w,pictureClass:v,enableLazyLoadImage:z,...L}=f,{getDeviceSource:N}=m(f),{srcTablet:S,srcMobile:b}=N(),A=o({loading:x?"eager":"lazy",src:g?.desktop?.src||t}),I=l({...p()}),P=c({...n({layout:y,aspectRatio:k,borderRadius:w}),...u}),q=i({...d({className:j,hasLazyLoad:!x&&z})});return e(s,{children:r("picture",{style:I,className:v,children:[r(s,{children:[b&&e("source",{media:"(max-width: 767px)",srcSet:z?a:b}),S&&e("source",{media:"(max-width: 1024px)",srcSet:z?a:S})]}),e("img",{...L,...A,alt:h,width:"100%",style:P,className:q,draggable:"false"})]})})};f.defaultProps={layout:{desktop:"cover"}};export{f as default};
2
+ import{jsx as e,Fragment as a,jsxs as s}from"react/jsx-runtime";import{FALLBACK_IMAGE as m,getAdaptiveImageData as r,IMAGE_PLACEHOLDER as o}from"../common/helpers.js";import{createAttr as t,createStyleReact as l,createStyle as d,createClass as c}from"@gem-sdk/system";import{getAdaptiveImageClasses as i}from"../common/classes.js";import{getAdaptivePictureStyles as p,getAdaptiveImageStyles as n}from"../common/styles.js";let g=g=>{let{alt:y,style:f,srcSet:h,layout:u,priority:L,className:x,aspectRatio:z,borderRadius:b,pictureClass:j,pageContext:I,...k}=g,{getDeviceSource:w}=r(g),{srcTablet:v,srcMobile:N}=w(),S=t({loading:L?"eager":"lazy",src:h?.desktop?.src||m}),A=l({...p()}),P=d({...n({layout:u,aspectRatio:z,borderRadius:b}),...f}),q=c({...i({className:x,hasLazyLoad:!L&&I?.enableLazyLoadImage})});return e(a,{children:s("picture",{style:A,className:j,children:[s(a,{children:[N&&e("source",{media:"(max-width: 767px)",srcSet:I?.enableLazyLoadImage?o:N}),v&&e("source",{media:"(max-width: 1024px)",srcSet:I?.enableLazyLoadImage?o:v})]}),e("img",{...k,...S,alt:y,width:"100%",style:P,className:q,draggable:"false"})]})})};g.defaultProps={layout:{desktop:"cover"}};export{g as default};
@@ -1,17 +1,17 @@
1
- import{template as t}from"@gem-sdk/core";import{createAttr as e,createStyle as s,createClass as i}from"@gem-sdk/system";import{getAdaptiveImageClasses as o}from"../common/classes.js";import{createBlurDataURL as a,getAdaptiveImageData as m}from"../common/helpers.js";import{getAdaptivePictureStyles as d,getAdaptiveImageStyles as r}from"../common/styles.js";let h=h=>{let{alt:p,style:c,layout:l,srcSet:$,priority:g,className:w,aspectRatio:k,pageContext:u,pictureClass:b,borderRadius:f,enableLazyLoadImage:n=!0,...x}=h,{getDeviceSource:y}=m(h),{srcDesktop:L,srcTablet:j,srcMobile:z}=y({isLiquid:!0}),S=e({src:n&&!g?a($?.desktop?.width??0,$?.desktop?.height??0):L,"data-src":L}),q=s({...d()}),v=s({...r({layout:l,aspectRatio:k,borderRadius:f}),...c}),A=i({...o({className:w,hasLazyLoad:!g&&n,hasForceLoad:u?.isOptimizePlan})});return t`
2
- <picture style="${q}" class="${b}">
3
- ${t`
4
- ${z?`<source media="(max-width: 767px)" data-srcSet="${z}" srcset="${n&&!g?a($?.mobile?.width??$?.tablet?.width??$?.desktop?.width??0,$?.mobile?.height??$?.tablet?.height??$?.desktop?.height??0):z}" />`:""}
5
- ${j?`<source media="(max-width: 1024px)" data-srcSet="${j}" srcset="${n&&!g?a($?.tablet?.width??$?.desktop?.width??0,$?.tablet?.height??$?.desktop?.height??0):j}" />`:""}
1
+ import{template as e}from"@gem-sdk/core";import{createAttr as t,createStyle as a,createClass as s}from"@gem-sdk/system";import{getAdaptiveImageClasses as o}from"../common/classes.js";import{createBlurDataURL as i,getAdaptiveImageData as m}from"../common/helpers.js";import{getAdaptivePictureStyles as d,getAdaptiveImageStyles as r}from"../common/styles.js";let h=h=>{let{alt:l,style:p,layout:c,srcSet:$,priority:g,className:L,aspectRatio:b,pageContext:n,pictureClass:w,borderRadius:y,...k}=h,{getDeviceSource:u}=m(h),{srcDesktop:f,srcTablet:z,srcMobile:x}=u({isLiquid:!0}),I=t({src:n?.enableLazyLoadImage&&!g?i($?.desktop?.width??0,$?.desktop?.height??0):f,"data-src":f}),j=a({...d()}),S=a({...r({layout:c,aspectRatio:b,borderRadius:y}),...p}),q=s({...o({className:L,hasLazyLoad:!g&&n?.enableLazyLoadImage,hasForceLoad:n?.isOptimizePlan})});return e`
2
+ <picture style="${j}" class="${w}">
3
+ ${e`
4
+ ${x?`<source media="(max-width: 767px)" data-srcSet="${x}" srcset="${n?.enableLazyLoadImage&&!g?i($?.mobile?.width??$?.tablet?.width??$?.desktop?.width??0,$?.mobile?.height??$?.tablet?.height??$?.desktop?.height??0):x}" />`:""}
5
+ ${z?`<source media="(max-width: 1024px)" data-srcSet="${z}" srcset="${n?.enableLazyLoadImage&&!g?i($?.tablet?.width??$?.desktop?.width??0,$?.tablet?.height??$?.desktop?.height??0):z}" />`:""}
6
6
  `}
7
- ${t`
7
+ ${e`
8
8
  <img
9
- ${{...x}}
10
- ${{...S}}
11
- alt="${p}"
9
+ ${{...k}}
10
+ ${{...I}}
11
+ alt="${l}"
12
12
  width="100%"
13
- style="${v}"
14
- class="${A}"
13
+ style="${S}"
14
+ class="${q}"
15
15
  />
16
16
  `}
17
17
  </picture>
@@ -1,16 +1,16 @@
1
- import{template as s}from"@gem-sdk/core";import{createStyle as e,createClass as t,createAttr as i,If as m}from"@gem-sdk/system";import{getLinkData as o}from"../../helpers.js";import r from"./AdaptiveImage.liquid.js";import l from"./NextImage.liquid.js";import{getWrapperStyles as a,getImageStyles as p,getContainerStyles as d}from"../common/styles.js";import{getWrapperClasses as u,getImageClasses as c,getContainerClasses as f}from"../common/classes.js";import{getContainerAttrs as n,getAdaptiveImageAttrs as $,getNextImageAttrs as g,getLinkWrapperAttrs as j,getImageLiquidAttrs as y}from"../common/attrs.js";import{getSettingTranslatedImageAndSeo as q}from"../common/helpers.js";let v=({style:v,styles:h,setting:I,advanced:L,className:N,pageContext:k,builderAttrs:x,builderProps:W})=>{let A=q({setting:I,uid:W?.uid,pageContext:k}),{imageLink:C,isAdaptive:b,enableImageLink:w}=A??{},{enableLazyLoadImage:z}=k??{},{Wrapper:B,urlData:D}=o({defaultWrap:"div",setting:C,enableImageLink:w,isLiquid:!0}),E=e(a(h)),F=e(p(h,W)),G=e(d(v,h)),H=t(u()),J=t(c(N,h)),K=t(f(W?.uid,L?.cssClass,h?.shape)),M=i(n(x,W?.uid)),O=j({urlData:D,imageLink:C,title:A?.title,isLiquid:!0}),P=$({styles:h,setting:A,isLiquid:!0}),Q=g({styles:h,setting:A}),R=y({pageContext:k,enableLazyLoadImage:z});return s`
1
+ import{template as s}from"@gem-sdk/core";import{createStyle as e,createClass as t,createAttr as i,If as m}from"@gem-sdk/system";import{getLinkData as o}from"../../helpers.js";import r from"./AdaptiveImage.liquid.js";import l from"./NextImage.liquid.js";import{getWrapperStyles as a,getImageStyles as p,getContainerStyles as d}from"../common/styles.js";import{getWrapperClasses as u,getImageClasses as c,getContainerClasses as f}from"../common/classes.js";import{getContainerAttrs as n,getAdaptiveImageAttrs as $,getNextImageAttrs as g,getLinkWrapperAttrs as j,getImageLiquidAttrs as y}from"../common/attrs.js";import{getSettingTranslatedImageAndSeo as q}from"../common/helpers.js";let v=({style:v,styles:h,setting:I,advanced:L,className:N,pageContext:k,builderAttrs:x,builderProps:W})=>{let A=q({setting:I,uid:W?.uid,pageContext:k}),{imageLink:C,isAdaptive:b,enableImageLink:w}=A??{},{Wrapper:z,urlData:B}=o({defaultWrap:"div",setting:C,enableImageLink:w,isLiquid:!0}),D=e(a(h)),E=e(p(h,W)),F=e(d(v,h)),G=t(u()),H=t(c(N,h)),J=t(f(W?.uid,L?.cssClass,h?.shape)),K=i(n(x,W?.uid)),M=j({urlData:B,imageLink:C,title:A?.title,isLiquid:!0}),O=$({styles:h,setting:A,isLiquid:!0}),P=g({styles:h,setting:A}),Q=y({pageContext:k});return s`
2
2
  <div
3
3
  role="presentation"
4
- ${{...M}}
5
- style="${G}"
6
- class="${K}"
4
+ ${{...K}}
5
+ style="${F}"
6
+ class="${J}"
7
7
  >
8
- <${B}
9
- ${O}
10
- style="${E}"
11
- class="${H}"
8
+ <${z}
9
+ ${M}
10
+ style="${D}"
11
+ class="${G}"
12
12
  >
13
- ${m(b,r({...R,...P,style:F,className:J}),l({...R,...Q,style:F,className:J}))}
14
- </${B}>
13
+ ${m(b,r({...Q,...O,style:E,className:H}),l({...Q,...P,style:E,className:H}))}
14
+ </${z}>
15
15
  </div>
16
16
  `};export{v as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as m}from"react/jsx-runtime";import t from"next/image";import{createStyle as e,createClass as o}from"@gem-sdk/system";import{getNextImageClasses as s}from"../common/classes.js";import{getNextImageStyles as r}from"../common/styles.js";import{getNextImageReactAttrs as a}from"../common/attrs.js";let i=i=>{let{style:f,imgRef:l,setting:c,priority:p,className:n,width:j,height:x,isNotLazyload:y,isDisableAspectStyle:d,enableLazyLoadImage:g=!0}=i,u=e({...f,...r({width:j,height:x,setting:c,isDisableAspectStyle:d,isDisableObjectFit:!1})}),b=o({...s({className:n,hasLazyLoad:!y&&g&&!p})}),L=a(i);return m(t,{ref:l,...L,style:u,className:b})};export{i as default};
2
+ import{jsx as m}from"react/jsx-runtime";import e from"next/image";import{createStyle as t,createClass as o}from"@gem-sdk/system";import{getNextImageClasses as r}from"../common/classes.js";import{getNextImageStyles as s}from"../common/styles.js";import{getNextImageReactAttrs as a}from"../common/attrs.js";let i=i=>{let{style:l,imgRef:f,setting:c,priority:n,className:p,width:j,height:g,isNotLazyload:x,isDisableAspectStyle:y,pageContext:b}=i,d=!x&&(b?.enableLazyLoadImage??!0)&&!n,u=t({...l,...s({width:j,height:g,setting:c,isDisableAspectStyle:y,isDisableObjectFit:!1})}),I=o({...r({className:p,hasLazyLoad:d})}),L=a(i);return m(e,{ref:f,...L,style:u,className:I})};export{i as default};
@@ -1,4 +1,4 @@
1
- import{template as m}from"@gem-sdk/core";import{createStyle as s,createClass as o}from"@gem-sdk/system";import{getNextImageClasses as t}from"../common/classes.js";import{getNextImageStyles as e}from"../common/styles.js";import{getNextImageLiquidAttrs as r}from"../common/attrs.js";let i=i=>{let{style:a,setting:l,priority:p,className:c,pageContext:d,width:f,height:n,customLazyload:g,isDisableObjectFit:y,isDisableAspectStyle:$,enableLazyLoadImage:j=!0}=i,z=s({...a,...e({width:f,height:n,setting:l,isDisableObjectFit:y,isDisableAspectStyle:$})}),k=o({...t({className:c,hasLazyLoad:!g&&j&&!p,isOptimizePlan:d?.isOptimizePlan})}),u=r(i);return m`
1
+ import{template as m}from"@gem-sdk/core";import{createStyle as e,createClass as o}from"@gem-sdk/system";import{getNextImageClasses as s}from"../common/classes.js";import{getNextImageStyles as t}from"../common/styles.js";import{getNextImageLiquidAttrs as r}from"../common/attrs.js";let i=i=>{let{style:a,setting:l,priority:p,className:n,pageContext:c,width:d,height:f,customLazyload:g,isDisableObjectFit:y,isDisableAspectStyle:$}=i,j=!g&&(c?.enableLazyLoadImage??!0)&&!p,z=e({...a,...t({width:d,height:f,setting:l,isDisableObjectFit:y,isDisableAspectStyle:$})}),k=o({...s({className:n,hasLazyLoad:j,isOptimizePlan:c?.isOptimizePlan})}),u=r(i);return m`
2
2
  <img
3
3
  ${u}
4
4
  id="${i?.id}"
@@ -1,26 +1,26 @@
1
- import{template as t,isLocalEnv as e,baseAssetURL as i}from"@gem-sdk/core";import{createStyle as s,createClass as a,createAttr as r,createStateOrContext as l,If as o}from"@gem-sdk/system";import{getSettingPreloadData as m}from"../../helpers.js";import d from"../../image/components/NextImage.liquid.js";import{getOuterWrapperStyles as p,getWrapperWidth as c,getContainerStyles as g,getLazyPlaceholderStyle as n,getImageStyles as y,getLabelStyles as h,getArrowStyles as f,getLineStyles as $,getHandleStyles as b,getHandleCustomStyles as L,getSliderStyles as S}from"../common/styles.js";import{getOuterWrapperClasses as j,getLabelClasses as u,getLabelContainerClasses as I}from"../common/classes.js";import{getImageLiquidAttrs as v,getImagePlaceholderAttrs as w,getLabelLiquidAttrs as A,getLabelAttrs as C}from"../common/attrs.js";import{getData as q}from"../common/helpers.js";import N from"./Label.liquid.js";import k from"./SlideHandle.liquid.js";let z=z=>{let{leftImage:D,rightImage:E,advanced:O,builderData:x,pageContext:F,preload:G=!1,onSliderPositionChange:H}=z,{hover:W,styles:_,handle:J,handleSize:M,leftImageAlt:P,leftImageTitle:R,leftImageCss:T,leftImageLabel:V,rightImageAlt:B,rightImageTitle:K,rightImageCss:Q,rightImageLabel:U,sliderLineWidth:X,sliderLineColor:Y,sliderPositionPercentage:Z,vertical:tt,componentUid:te,tempImage:ti,aspectRatio:ts,defaultRatio:ta,isHorizontal:tr,hasLeftLabel:tl,hasRightLabel:to,qualityType:tm,qualityPercent:td,getLeftImageSrc:tp,getRightImageSrc:tc}=q(z),tg=tp({isLiquid:!0}),tn=tc({isLiquid:!0}),ty=s({...p(_)}),th=s({...c({width:_?.width,leftImageWidth:D?.width,rightImageWidth:E?.width})}),tf=s({...g({aspectRatio:ts,builderData:x})}),t$=s({...n(ts)}),tb=s({...y({type:"right",props:z})}),tL=s({...y({type:"left",props:z})}),tS=s({...h({styles:_,type:"left",isHorizontal:tr})}),tj=s({...h({styles:_,type:"right",isHorizontal:tr})}),tu=s({...f({type:"left"})}),tI=s({...f({type:"right"})}),tv=s({...$({isHorizontal:tr,sliderLineColor:Y,sliderLineWidth:X})}),tw=s({...b({handleSize:M,isHorizontal:tr,sliderLineColor:Y,sliderLineWidth:X})}),tA=s({...L()}),tC=s({...S({hover:W,handleSize:M,isHorizontal:tr})}),tq=a({...j(O?.cssClass)}),tN=a({...u(_)}),tk=a({...I()}),tz=C({componentUid:te,positionId:"left",label:V??""}),tD=C({componentUid:te,positionId:"right",label:U??""}),tE=r({...v({priority:G,src:tn,title:K,isDisableObjectFit:!0,isDisableAspectStyle:!0,id:`right-image-${te}`})}),tO=r({...v({priority:G,src:tg,title:R,isDisableObjectFit:!0,isDisableAspectStyle:!0,id:`left-image-${te}`})}),tx=A({pageContext:F,translateLabel:"leftImageLabel"}),tF=A({pageContext:F,translateLabel:"rightImageLabel"}),tG=r({...w({width:ti?.width,height:ti?.height})}),tH=l({hover:W,handle:J,vertical:tt,leftImage:D,rightImage:E,handleSize:M,aspectRatio:ts,defaultRatio:ta,componentUid:te,leftImageCss:T,rightImageCss:Q,sliderLineColor:Y,sliderLineWidth:X,sliderPositionPercentage:Z,onSliderPositionChange:H});return t`
1
+ import{template as t,isLocalEnv as i,baseAssetURL as e}from"@gem-sdk/core";import{createStyle as s,createClass as a,createAttr as r,createStateOrContext as l,If as o}from"@gem-sdk/system";import{getSettingPreloadData as m}from"../../helpers.js";import d from"../../image/components/NextImage.liquid.js";import{getOuterWrapperStyles as p,getWrapperWidth as c,getContainerStyles as g,getLazyPlaceholderStyle as n,getImageStyles as h,getLabelStyles as y,getArrowStyles as f,getLineStyles as $,getHandleStyles as b,getHandleCustomStyles as S,getSliderStyles as j}from"../common/styles.js";import{getOuterWrapperClasses as u,getLabelClasses as I,getLabelContainerClasses as L}from"../common/classes.js";import{getImageLiquidAttrs as v,getImagePlaceholderAttrs as w,getLabelLiquidAttrs as A,getLabelAttrs as C}from"../common/attrs.js";import{getData as q}from"../common/helpers.js";import N from"./Label.liquid.js";import k from"./SlideHandle.liquid.js";let D=D=>{let{leftImage:E,rightImage:O,advanced:x,builderData:z,pageContext:F,preload:G=!1,onSliderPositionChange:H}=D,{hover:W,styles:_,handle:J,handleSize:M,leftImageAlt:P,leftImageTitle:R,leftImageCss:T,leftImageLabel:V,rightImageAlt:B,rightImageTitle:K,rightImageCss:Q,rightImageLabel:U,sliderLineWidth:X,sliderLineColor:Y,sliderPositionPercentage:Z,vertical:tt,componentUid:ti,tempImage:te,aspectRatio:ts,defaultRatio:ta,isHorizontal:tr,hasLeftLabel:tl,hasRightLabel:to,qualityType:tm,qualityPercent:td,getLeftImageSrc:tp,getRightImageSrc:tc}=q(D),tg=tp({isLiquid:!0}),tn=tc({isLiquid:!0}),th=s({...p(_)}),ty=s({...c({width:_?.width,leftImageWidth:E?.width,rightImageWidth:O?.width})}),tf=s({...g({aspectRatio:ts,builderData:z})}),t$=s({...n(ts)}),tb=s({...h({type:"right",props:D})}),tS=s({...h({type:"left",props:D})}),tj=s({...y({styles:_,type:"left",isHorizontal:tr})}),tu=s({...y({styles:_,type:"right",isHorizontal:tr})}),tI=s({...f({type:"left"})}),tL=s({...f({type:"right"})}),tv=s({...$({isHorizontal:tr,sliderLineColor:Y,sliderLineWidth:X})}),tw=s({...b({handleSize:M,isHorizontal:tr,sliderLineColor:Y,sliderLineWidth:X})}),tA=s({...S()}),tC=s({...j({hover:W,handleSize:M,isHorizontal:tr})}),tq=a({...u(x?.cssClass)}),tN=a({...I(_)}),tk=a({...L()}),tD=C({componentUid:ti,positionId:"left",label:V??""}),tE=C({componentUid:ti,positionId:"right",label:U??""}),tO=r({...v({priority:G,src:tn,title:K,isDisableObjectFit:!0,isDisableAspectStyle:!0,id:`right-image-${ti}`})}),tx=r({...v({priority:G,src:tg,title:R,isDisableObjectFit:!0,isDisableAspectStyle:!0,id:`left-image-${ti}`})}),tz=A({pageContext:F,translateLabel:"leftImageLabel"}),tF=A({pageContext:F,translateLabel:"rightImageLabel"}),tG=r({...w({width:te?.width,height:te?.height})}),tH=l({hover:W,handle:J,vertical:tt,leftImage:E,rightImage:O,handleSize:M,aspectRatio:ts,defaultRatio:ta,componentUid:ti,leftImageCss:T,rightImageCss:Q,sliderLineColor:Y,sliderLineWidth:X,sliderPositionPercentage:Z,onSliderPositionChange:H});return t`
2
2
  <gp-image-comparison
3
- data-id="${te}"
4
- style="${ty}"
3
+ data-id="${ti}"
4
+ style="${th}"
5
5
  class="${tq}"
6
6
  gp-data='${JSON.stringify(tH)}'
7
7
  >
8
- <div id="img-comparison-wrapper-${te}" style="${th}">
8
+ <div id="img-comparison-wrapper-${ti}" style="${ty}">
9
9
  <div
10
- id="img-comparison-container-${te}"
10
+ id="img-comparison-container-${ti}"
11
11
  data-testid="container"
12
12
  style="${tf}"
13
13
  >
14
14
  ${t`
15
15
  <img alt="" ${tG} style="${t$}" />
16
16
  `}
17
- ${d({...tE,alt:B,style:tb,setting:{qualityType:tm,qualityPercent:td},enableLazyLoadImage:!G,isNotLazyload:G,customAttrs:{"data-testid":"right-image"}})}
18
- ${d({...tO,alt:P,style:tL,setting:{qualityType:tm,qualityPercent:td},enableLazyLoadImage:!G,isNotLazyload:G,customAttrs:{"data-testid":"left-image"}})}
19
- ${k({componentUid:te,customHandle:J,lineStyles:tv,sliderStyles:tC,handleStyles:tw,customHandleStyles:tA,leftArrowStyles:tu,rightArrowStyles:tI})}
20
- ${o(tl,N({...tz,...tx,styles:_,childrenClass:tN,childrenStyle:tS,containerClass:tk,containerStyle:{}}),"")}
21
- ${o(to,N({...tD,...tF,styles:_,childrenClass:tN,childrenStyle:tj,containerClass:tk,containerStyle:{}}),"")}
17
+ ${d({...tO,alt:B,style:tb,setting:{qualityType:tm,qualityPercent:td},pageContext:F,isNotLazyload:G,customAttrs:{"data-testid":"right-image"}})}
18
+ ${d({...tx,alt:P,style:tS,setting:{qualityType:tm,qualityPercent:td},pageContext:F,isNotLazyload:G,customAttrs:{"data-testid":"left-image"}})}
19
+ ${k({componentUid:ti,customHandle:J,lineStyles:tv,sliderStyles:tC,handleStyles:tw,customHandleStyles:tA,leftArrowStyles:tI,rightArrowStyles:tL})}
20
+ ${o(tl,N({...tD,...tz,styles:_,childrenClass:tN,childrenStyle:tj,containerClass:tk,containerStyle:{}}),"")}
21
+ ${o(to,N({...tE,...tF,styles:_,childrenClass:tN,childrenStyle:tu,containerClass:tk,containerStyle:{}}),"")}
22
22
  </div>
23
23
  </div>
24
24
  </gp-image-comparison>
25
- ${`${o(e,`<script ${m('class="gps-link" delay',"src")}="{{ 'gp-image-comparison-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${m('class="gps-link" delay',"src")}="${i}/assets-v2/gp-image-comparison-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}`}
26
- `};export{z as default};
25
+ ${`${o(i,`<script ${m('class="gps-link" delay',"src")}="{{ 'gp-image-comparison-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${m('class="gps-link" delay',"src")}="${e}/assets-v2/gp-image-comparison-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}`}
26
+ `};export{D as default};
package/dist/esm/index.js CHANGED
@@ -1 +1 @@
1
- export{accordionSetting}from"./accordion/index.js";export{articleListSetting}from"./article/index.js";export{bannerSetting}from"./hero-banner/index.js";export{breadcrumbSetting}from"./breadcrumb/index.js";export{buttonSetting}from"./button/index.js";export{carouselSettingV3}from"./carousel-v3/index.js";export{carouselSetting}from"./carousel/index.js";export{cartSetting}from"./cart/index.js";export{codeSetting}from"./code/index.js";export{collectionSetting}from"./collection/index.js";export{countdownSetting}from"./countdown-timer/index.js";export{couponSetting}from"./coupon/index.js";export{dialogSetting}from"./dialog/index.js";export{estimateDeliverySetting}from"./estimate-delivery/index.js";export{gridSetting}from"./grid/index.js";export{contactFormSetting}from"./form/index.js";export{headerSetting}from"./header/index.js";export{headingSetting}from"./heading/index.js";export{iconSetting}from"./icon/index.js";export{iconListSetting}from"./icon-list/index.js";export{iconListHozSetting}from"./icon-list-hoz/index.js";export{iconListSettingV2}from"./icon-list-v2/index.js";export{imageSetting}from"./image/index.js";export{imageComparisonSetting}from"./image-comparison/index.js";export{imageDetectionSetting}from"./image-detection/index.js";export{inputSetting}from"./input/index.js";export{lineSetting}from"./line/index.js";export{linkSetting}from"./link/index.js";export{marqueeSetting}from"./marquee/index.js";export{menuSetting}from"./menu/index.js";export{modalSetting}from"./modal/index.js";export{default as useNotification}from"./notification/hooks/useNotification.js";export{default as Notice}from"./notification/components/Notice.js";export{paginationSetting}from"./pagination/index.js";export{postPurchaseAdvancedListSetting}from"./post-purchase/advanced-list/index.js";export{postPurchaseButtonSetting}from"./post-purchase/button/index.js";export{postPurchaseCalloutBoxSetting}from"./post-purchase/callout-banner/index.js";export{postPurchaseCountdownTimerSetting}from"./post-purchase/countdown-timer/index.js";export{postPurchaseImageSetting}from"./post-purchase/image/index.js";export{postPurchaseLineSetting}from"./post-purchase/line/index.js";export{postPurchaseLinkSetting}from"./post-purchase/link/index.js";export{PostPurchaseHeading,postPurchaseTextSetting}from"./post-purchase/text/index.js";export{postPurchaseProductSetting}from"./post-purchase/product/index.js";export{postPurchaseBuyerConsentSetting}from"./post-purchase/buyer-consent/index.js";export{productSetting}from"./product/index.js";export{radioSetting}from"./radio/index.js";export{selectSetting}from"./select/index.js";export{tabSetting}from"./tab/index.js";export{textSetting}from"./text/index.js";export{textareaSetting}from"./textarea/index.js";export{videoSetting}from"./video/index.js";export{thirdPartySetting}from"./third-party/index.js";export{thirdPartyInstantSetting}from"./third-party-instant/index.js";export{stockCounterSetting}from"./stock-counter/index.js";export{thirdPartySlotSetting}from"./third-party-slot/index.js";export{shopPayInstallmentSetting}from"./shop-pay-installment/index.js";export{stickySetting}from"./sticky/index.js";export{default as nextComponent}from"./next.js";export{default as headlessComponents}from"./headless.js";import*as t from"./index.liquid.js";export{default as builderComponent}from"./builder.js";export{default as componentSettings}from"./setting.js";export{default as postPurchaseSettings}from"./postPurchaseSetting.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";export{ELEMENT_Z_INDEX}from"./common/const.js";export{REGEX_PAGE_TYPE,checkIsOpenPopup,checkIsScrollToTop,convertUnitToNumber,createSettingId,createTranslateKey,extractProductID,filterPageContext,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getBackgroundTranslated,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSeoTranslated,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isShopifyDomain,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex}from"./helpers.js";import*as o from"./translate.js";export{TAGS_WITH_REPLACE_LINK_DATA}from"./constant.js";export{default as Accordion}from"./accordion/components/Accordion.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.js";export{default as AftershipEmailMarketingsms}from"./third-party/components/AftershipEmailMarketingsms.js";export{default as AirProductReviewsAppUgc}from"./third-party/components/AirProductReviewsAppUgc.js";export{default as AliReviews}from"./third-party/components/AliReviews.js";export{default as AlsoBoughtCbb}from"./third-party/components/AlsoBoughtCbb.js";export{default as AovBundlesVolumeDiscounts}from"./third-party/components/AovBundlesVolumeDiscounts.js";export{default as AovFreeGiftBuyXGetYBogo}from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";export{default as AppointmentBookingCowlendar}from"./third-party/components/AppointmentBookingCowlendar.js";export{default as AppstleBundlesDiscounts}from"./third-party/components/AppstleBundlesDiscounts.js";export{default as AppstleSubscriptions}from"./third-party/components/AppstleSubscriptions.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.js";export{default as ArticleContent}from"./article/components/ArticleContent.js";export{default as ArticleDate}from"./article/components/ArticleDate.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.js";export{default as ArticleImage}from"./article/components/ArticleImage.js";export{default as ArticleList}from"./article/components/ArticleList.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.js";export{default as ArticleTag}from"./article/components/ArticleTag.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.js";export{default as BasicHeader}from"./header/components/kind/basic/index.js";export{default as BestBuyFulfillment}from"./third-party/components/BestBuyFulfillment.js";export{default as BfSizeChartSizeGuide}from"./third-party/components/BfSizeChartSizeGuide.js";export{default as BirdChime}from"./third-party/components/BirdChime.js";export{default as BloyRewardsProgramLoyalty}from"./third-party/components/BloyRewardsProgramLoyalty.js";export{default as Bogos}from"./third-party/components/Bogos.js";export{default as BoldProductOptions}from"./third-party/components/BoldProductOptions.js";export{default as BoldSubscriptions}from"./third-party/components/BoldSubscriptions.js";export{default as BonLoyaltyRewardsReferrals}from"./third-party/components/BonLoyaltyRewardsReferrals.js";export{default as BonySubscriptionsApp}from"./third-party/components/BonySubscriptionsApp.js";export{default as BoostAISearchDiscovery}from"./third-party/components/BoostAISearchDiscovery.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.js";export{default as Bundler}from"./third-party/components/Bundler.js";export{default as Button}from"./button/components/Button.js";export{default as CSSCode}from"./code/components/CSSCode.js";export{default as Carousel}from"./carousel/components/root/Carousel.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.js";export{default as CarouselItemV3}from"./carousel-v3/components/item/CarouselItem.js";export{default as CarouselV3}from"./carousel-v3/components/root/Carousel.js";export{default as Cart}from"./cart/components/Cart.js";export{default as CartCheckout}from"./cart/components/CartCheckout.js";export{default as CartDiscount}from"./cart/components/CartDiscount.js";export{default as CartLineAttribute}from"./cart/components/CartLineAttribute.js";export{default as CartLineImage}from"./cart/components/CartLineImage.js";export{default as CartLinePrice}from"./cart/components/CartLinePrice.js";export{default as CartLineVariant}from"./cart/components/CartLineVariant.js";export{default as CartList}from"./cart/components/CartList.js";export{default as CartOrderNote}from"./cart/components/CartOrderNote.js";export{default as CartTotalItem}from"./cart/components/CartTotalItem.js";export{default as CartTotalPrice}from"./cart/components/CartTotalPrice.js";export{default as CheckoutNow}from"./cart/components/CheckoutNow.js";export{default as CleanSizeCharts}from"./third-party/components/CleanSizeCharts.js";export{default as Col}from"./grid/components/col/Col.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.js";export{default as ContactForm}from"./form/components/contact/Contact.js";export{default as Countdown}from"./countdown-timer/components/Countdown.js";export{default as Coupon}from"./coupon/components/Coupon.js";export{default as CouponList}from"./cart/components/CouponList.js";export{default as CrossSellCartUpsell}from"./third-party/components/CrossSellCartUpsell.js";export{default as CustomProductOptionsVariant}from"./third-party/components/CustomProductOptionsVariant.js";export{default as DealeasyVolumeDiscounts}from"./third-party/components/DealeasyVolumeDiscounts.js";export{default as DesktopMenu}from"./header/components/kind/basic/DesktopMenu.js";export{default as Dialog}from"./dialog/components/Dialog.js";export{default as DiscountInput}from"./cart/components/DiscountInput.js";export{default as DiscountyBulkDiscountSales}from"./third-party/components/DiscountyBulkDiscountSales.js";export{default as DynamicCheckout}from"./product/components/dynamic-checkout/DynamicCheckout.js";export{default as EasifyProductOptions}from"./third-party/components/EasifyProductOptions.js";export{default as EasyBundleBuilderSkailama}from"./third-party/components/EasyBundleBuilderSkailama.js";export{default as EasySellCOD}from"./third-party/components/EasySellCOD.js";export{default as EcoboostifyShoppableReelUgc}from"./third-party/components/EcoboostifyShoppableReelUgc.js";export{default as EcomsendBackInStockAlert}from"./third-party/components/EcomsendBackInStockAlert.js";export{default as EssentPreorderBackInStock}from"./third-party/components/EssentPreorderBackInStock.js";export{default as EssentialAnnouncementBar}from"./third-party/components/EssentialAnnouncementBar.js";export{default as EssentialCountdownTimerBar}from"./third-party/components/EssentialCountdownTimerBar.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.js";export{default as EstimatedDeliveryDatePlus}from"./third-party/components/EstimatedDeliveryDatePlus.js";export{default as FastBundleBundlesDiscounts}from"./third-party/components/FastBundleBundlesDiscounts.js";export{default as FeraReviews}from"./third-party/components/FeraReviews.js";export{default as FileUpload}from"./product/components/file-upload/UploadFile.js";export{default as FirePush}from"./third-party/components/FirePush.js";export{default as FlyBundlesUpsellsFbt}from"./third-party/components/FlyBundlesUpsellsFbt.js";export{default as FordeerProductLabels}from"./third-party/components/FordeerProductLabels.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.js";export{default as FrequentlyBoughtTogether}from"./third-party/components/FrequentlyBoughtTogether.js";export{default as GloColorSwatchvariantImage}from"./third-party/components/GloColorSwatchvariantImage.js";export{default as GloboProductOptionsVariant}from"./third-party/components/GloboProductOptionsVariant.js";export{default as GoogleReviewsByReputon}from"./third-party/components/GoogleReviewsByReputon.js";export{default as Growave}from"./third-party/components/Growave.js";export{default as GrowthSuiteDiscountCodes}from"./third-party/components/GrowthSuiteDiscountCodes.js";export{default as Header}from"./header/components/Header.js";export{default as Heading}from"./heading/components/Heading.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.js";export{default as HextomCountdownTimerBar}from"./third-party/components/HextomCountdownTimerBar.js";export{default as HextomFreeShippingBar}from"./third-party/components/HextomFreeShippingBar.js";export{default as HulkFormBuilder}from"./third-party/components/HulkFormBuilder.js";export{default as HulkProductOptions}from"./third-party/components/HulkProductOptions.js";export{default as Icon}from"./icon/components/Icon.js";export{default as IconList}from"./icon-list/components/IconList.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.js";export{default as IconListItem}from"./icon-list/components/IconListItem.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListHozItem.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.js";export{default as Image}from"./image/components/Image.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.js";export{default as ImageDetection}from"./image-detection/components/ImageDetection.js";export{default as InfiniteOptions}from"./third-party/components/InfiniteOptions.js";export{default as Input}from"./input/components/Input.js";export{default as Instafeed}from"./third-party/components/Instafeed.js";export{default as InstantJudgemeReviews}from"./third-party-instant/components/InstantJudgemeReviews.js";export{default as InstantKlaviyo}from"./third-party-instant/components/InstantKlaviyo.js";export{default as InstantLooxReviews}from"./third-party-instant/components/InstantLooxReviews.js";export{default as InstantYotpoLoyalty}from"./third-party-instant/components/InstantYotpoLoyalty.js";export{default as InstasellShoppableInstagram}from"./third-party/components/InstasellShoppableInstagram.js";export{default as JudgemeReviews}from"./third-party/components/JudgemeReviews.js";export{default as JunipProductReviewsUgc}from"./third-party/components/JunipProductReviewsUgc.js";export{default as KachingBundles}from"./third-party/components/KachingBundles.js";export{default as KachingSubscriptionsApp}from"./third-party/components/KachingSubscriptionsApp.js";export{default as KingProductOptions}from"./third-party/components/KingProductOptions.js";export{default as KiteFreeGiftDiscount}from"./third-party/components/KiteFreeGiftDiscount.js";export{default as KlarnaMessaging}from"./third-party/components/KlarnaMessaging.js";export{default as Klaviyo}from"./third-party/components/Klaviyo.js";export{default as KoalaBundleQuantityDiscount}from"./third-party/components/KoalaBundleQuantityDiscount.js";export{default as LaiProductReviews}from"./third-party/components/LaiProductReviews.js";export{default as Line}from"./line/components/Line.js";export{default as Link}from"./link/components/Link.js";export{default as LoloyalLoyaltyReferrals}from"./third-party/components/LoloyalLoyaltyReferrals.js";export{default as LoopSubscriptions}from"./third-party/components/LoopSubscriptions.js";export{default as LooxReviews}from"./third-party/components/LooxReviews.js";export{default as Marquee}from"./marquee/components/Marquee.js";export{default as MaxbundleProductBundles}from"./third-party/components/MaxbundleProductBundles.js";export{default as MbcBundleVolumeDiscount}from"./third-party/components/MbcBundleVolumeDiscount.js";export{default as Menu}from"./menu/components/Menu.js";export{default as MobileMenu}from"./header/components/kind/basic/MobileMenu.js";export{default as Modal}from"./modal/components/Modal.js";export{default as ModernHeader}from"./header/components/kind/modern/index.js";export{default as MyappgurusProductReviews}from"./third-party/components/MyappgurusProductReviews.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.js";export{default as NotifyBackInStockPreOrder}from"./third-party/components/NotifyBackInStockPreOrder.js";export{default as OkendoReviewsLoyalty}from"./third-party/components/OkendoReviewsLoyalty.js";export{default as Omnisend}from"./third-party/components/Omnisend.js";export{default as Opinew}from"./third-party/components/Opinew.js";export{default as Pagination}from"./pagination/components/Pagination.js";export{default as ParcelPanel}from"./third-party/components/ParcelPanel.js";export{default as PickyStory}from"./third-party/components/PickyStory.js";export{default as PostPurchaseAcceptButton}from"./post-purchase/product/components/AcceptButton.js";export{default as PostPurchaseAdvancedList}from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";export{default as PostPurchaseAdvancedListItem}from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";export{default as PostPurchaseButton}from"./post-purchase/button/components/Button.js";export{default as PostPurchaseBuyerConsent}from"./post-purchase/buyer-consent/components/BuyerConsent.js";export{default as PostPurchaseCalloutBox}from"./post-purchase/callout-banner/components/CalloutBox.js";export{default as PostPurchaseCalloutText}from"./post-purchase/callout-banner/components/CalloutText.js";export{default as PostPurchaseCountdownTimer}from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";export{default as PostPurchaseImage}from"./post-purchase/image/components/Image.js";export{default as PostPurchaseLine}from"./post-purchase/line/components/PostPurchaseLine.js";export{default as PostPurchaseLink}from"./post-purchase/link/components/PostPurchaseLink.js";export{default as PostPurchaseProductDescription}from"./post-purchase/product/components/ProductDescription.js";export{default as PostPurchaseProductDiscountTag}from"./post-purchase/product/components/ProductDiscountTag.js";export{default as PostPurchaseProductImages}from"./post-purchase/product/components/product-image/index.js";export{default as PostPurchaseProductOffer}from"./post-purchase/product/components/product-offer/components/ProductOffer.js";export{default as PostPurchaseProductPrice}from"./post-purchase/product/components/ProductPrice.js";export{default as PostPurchaseProductPriceBreakdown}from"./post-purchase/product/components/ProductPriceBreakdown.js";export{default as PostPurchaseProductQuantity}from"./post-purchase/product/components/ProductQuantity.js";export{default as PostPurchaseProductSubscription}from"./post-purchase/product/components/product-subscription/ProductSubscription.js";export{default as PostPurchaseProductTitle}from"./post-purchase/product/components/ProductTitle.js";export{default as PostPurchaseProductVariants}from"./post-purchase/product/components/product-variant/components/ProductVariant.js";export{default as PostPurchaseText}from"./post-purchase/text/components/Text.js";export{default as PowerfulContactFormBuilder}from"./third-party/components/PowerfulContactFormBuilder.js";export{default as PreorderNowPreOrderPq}from"./third-party/components/PreorderNowPreOrderPq.js";export{default as PreorderNowWodPresale}from"./third-party/components/PreorderNowWodPresale.js";export{default as Product}from"./product/components/product-wrap/Product.js";export{default as ProductBadge}from"./product/components/product-badge/ProductBadge.js";export{default as ProductBundleDiscount}from"./product/components/product-bundle/ProductBundleDiscount.js";export{default as ProductBundleDiscountItem}from"./product/components/product-bundle/ProductBundleDiscountItem.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.js";export{default as ProductImages}from"./product/components/ProductImages.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImageV2.js";export{default as ProductImagesV3}from"./product/components/product-images-v3/ProductImageV3.js";export{default as ProductList}from"./product/components/product-list/ProductList.js";export{default as ProductListV3}from"./product/components/product-list-v3/ProductList.js";export{default as ProductOptionsCustomizer}from"./third-party/components/ProductOptionsCustomizer.js";export{default as ProductOptionsVariantOption}from"./third-party/components/ProductOptionsVariantOption.js";export{default as ProductPrice}from"./product/components/product-price/ProductPrice.js";export{default as ProductPropertyInput}from"./product/components/product-properties/ProductProperties.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.js";export{default as ProductQuickView}from"./product/components/product-quick-view/QuickView.js";export{default as ProductReviews}from"./third-party/components/ProductReviews.js";export{default as ProductSku}from"./product/components/product-sku/Sku.js";export{default as ProductTag}from"./product/components/product-discount-tag/ProductDiscountTag.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.js";export{default as ProductVendor}from"./product/components/product-vendor/Vendor.js";export{default as ProductViewMore}from"./product/components/product-view-more/ProductViewMore.js";export{default as PumperBundlesVolumeDiscount}from"./third-party/components/PumperBundlesVolumeDiscount.js";export{default as PushOwl}from"./third-party/components/PushOwl.js";export{default as QikifyUpsell}from"./third-party/components/QikifyUpsell.js";export{default as Radio}from"./radio/components/Radio.js";export{default as RapiBundleQuantityBreaks}from"./third-party/components/RapiBundleQuantityBreaks.js";export{default as RechargeSubscriptions}from"./third-party/components/RechargeSubscriptions.js";export{default as RecurpaySubscriptionApp}from"./third-party/components/RecurpaySubscriptionApp.js";export{default as Releasit}from"./third-party/components/Releasit.js";export{default as RequestQuoteHidePrice}from"./third-party/components/RequestQuoteHidePrice.js";export{default as ReviewxpoProductReviewsApp}from"./third-party/components/ReviewxpoProductReviewsApp.js";export{default as Rivyo}from"./third-party/components/Rivyo.js";export{default as Root}from"./grid/components/root/Root.js";export{default as Row}from"./grid/components/row/Row.js";export{default as Ryviu}from"./third-party/components/Ryviu.js";export{default as SealSubscriptions}from"./third-party/components/SealSubscriptions.js";export{default as Section}from"./grid/components/section/Section.js";export{default as SegunoEmailMarketing}from"./third-party/components/SegunoEmailMarketing.js";export{default as Select}from"./select/components/Select.js";export{default as Selleasy}from"./third-party/components/Selleasy.js";export{default as SeoantTrustBadgesIcon}from"./third-party/components/SeoantTrustBadgesIcon.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.js";export{default as ShopPayInstallments}from"./shop-pay-installment/components/ShopPayInstallments.js";export{default as ShopifyForms}from"./third-party/components/ShopifyForms.js";export{default as ShopifySubscriptions}from"./third-party/components/ShopifySubscriptions.js";export{default as SimpleBundlesKits}from"./third-party/components/SimpleBundlesKits.js";export{default as SkioSubscriptionsYcS20}from"./third-party/components/SkioSubscriptionsYcS20.js";export{default as SmartSearchBarAndFilters}from"./third-party/components/SmartSearchBarAndFilters.js";export{default as SproutPlantTreesGrowSales}from"./third-party/components/SproutPlantTreesGrowSales.js";export{default as Stamped}from"./third-party/components/Stamped.js";export{default as StellarDeliveryDatePickup}from"./third-party/components/StellarDeliveryDatePickup.js";export{default as Sticky}from"./sticky/components/Sticky.js";export{default as StockCounter}from"./stock-counter/components/StockCounter.js";export{default as SubifySubscriptionsApp}from"./third-party/components/SubifySubscriptionsApp.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.js";export{default as TabItem}from"./tab/components/TabItem.js";export{default as Tabs}from"./tab/components/Tabs.js";export{default as TagembedSocialPostReview}from"./third-party/components/TagembedSocialPostReview.js";export{default as TagshopShoppableVideosUgc}from"./third-party/components/TagshopShoppableVideosUgc.js";export{default as TeeinblueProductPersonalizer}from"./third-party/components/TeeinblueProductPersonalizer.js";export{default as Text}from"./text/components/Text.js";export{default as TextField}from"./form/components/textfield/TextField.js";export{default as TextInput}from"./form/components/textinput/TextInput.js";export{default as Textarea}from"./textarea/components/Textarea.js";export{default as ThirdPartySlot}from"./third-party-slot/components/ThirdPartySlot.js";export{default as TrustBadgesBear}from"./third-party/components/TrustBadgesBear.js";export{default as TrustMe}from"./third-party/components/TrustMe.js";export{default as TrustedsiteTrustBadges}from"./third-party/components/TrustedsiteTrustBadges.js";export{default as Trustoo}from"./third-party/components/Trustoo.js";export{default as TrustreviewsProductReviews}from"./third-party/components/TrustreviewsProductReviews.js";export{default as TrustshopProductReviews}from"./third-party/components/TrustshopProductReviews.js";export{default as UltimateSalesBoost}from"./third-party/components/UltimateSalesBoost.js";export{default as UnlimitedBundlesDiscounts}from"./third-party/components/UnlimitedBundlesDiscounts.js";export{default as UppromoteAffiliateMarketing}from"./third-party/components/UppromoteAffiliateMarketing.js";export{default as Video}from"./video/components/Video.js";export{default as Vitals}from"./third-party/components/Vitals.js";export{default as WcWishlistBackInStock}from"./third-party/components/WcWishlistBackInStock.js";export{default as WhatmoreShoppableVideosreel}from"./third-party/components/WhatmoreShoppableVideosreel.js";export{default as WideBundle}from"./third-party/components/WideBundle.js";export{default as Wiser}from"./third-party/components/Wiser.js";export{default as WishlistKing}from"./third-party/components/WishlistKing.js";export{default as WishlistPlus}from"./third-party/components/WishlistPlus.js";export{default as YotpoLoyalty}from"./third-party/components/YotpoLoyalty.js";export{default as YotpoReviews}from"./third-party/components/YotpoReviews.js";export{CONTINUE_SELLING_WHEN_OUT_OF_STOCK,DEFAULT_FONT_SIZE,DEFAULT_HIGHLIGHT_TAG,DEFAULT_PROGRESS_BAR_HEIGHT,DEFAULT_QUANTITY_TEMPLATE,DEFAULT_RANGE_STEP,DEFAULT_REMAINING_PERCENT,DEFAULT_REMAINING_QUANTITY,DEFAULT_SCARCITY_THRESHOLD,MAX_PROGRESS_BAR_HEIGHT,MAX_REMAINING_PERCENT,MIN_PROGRESS_BAR_HEIGHT,MIN_REMAINING_PERCENT,MIN_REMAINING_QUANTITY,NO_PRODUCT_LEFT,OUT_OF_STOCK,QUANTITY_SOURCE,convertSizeToWidth,getInlineCss,getLiquidInitData,getLiquidTextContent,getTextDisplayData,transformHighlighTag,transformNumberTag}from"./stock-counter/common/helpers.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.js";export{openConfirm}from"./modal/components/confirm.js";export{postPurchaseProduct1Col}from"./post-purchase/product/settings/presets-config/product-presets/product-1-col.js";export{postPurchaseProduct2Col}from"./post-purchase/product/settings/presets-config/product-presets/product-2-col.js";export{postPurchaseProductDefault}from"./post-purchase/product/settings/presets-config/product-presets/product-default.js";export{t as liquidComponents,o as translateComponents};
1
+ export{accordionSetting}from"./accordion/index.js";export{articleListSetting}from"./article/index.js";export{bannerSetting}from"./hero-banner/index.js";export{breadcrumbSetting}from"./breadcrumb/index.js";export{buttonSetting}from"./button/index.js";export{carouselSettingV3}from"./carousel-v3/index.js";export{carouselSetting}from"./carousel/index.js";export{cartSetting}from"./cart/index.js";export{codeSetting}from"./code/index.js";export{collectionSetting}from"./collection/index.js";export{countdownSetting}from"./countdown-timer/index.js";export{couponSetting}from"./coupon/index.js";export{dialogSetting}from"./dialog/index.js";export{estimateDeliverySetting}from"./estimate-delivery/index.js";export{gridSetting}from"./grid/index.js";export{contactFormSetting}from"./form/index.js";export{headerSetting}from"./header/index.js";export{headingSetting}from"./heading/index.js";export{iconSetting}from"./icon/index.js";export{iconListSetting}from"./icon-list/index.js";export{iconListHozSetting}from"./icon-list-hoz/index.js";export{iconListSettingV2}from"./icon-list-v2/index.js";export{imageSetting}from"./image/index.js";export{imageComparisonSetting}from"./image-comparison/index.js";export{imageDetectionSetting}from"./image-detection/index.js";export{inputSetting}from"./input/index.js";export{lineSetting}from"./line/index.js";export{linkSetting}from"./link/index.js";export{marqueeSetting}from"./marquee/index.js";export{menuSetting}from"./menu/index.js";export{modalSetting}from"./modal/index.js";export{default as useNotification}from"./notification/hooks/useNotification.js";export{default as Notice}from"./notification/components/Notice.js";export{paginationSetting}from"./pagination/index.js";export{postPurchaseAdvancedListSetting}from"./post-purchase/advanced-list/index.js";export{postPurchaseButtonSetting}from"./post-purchase/button/index.js";export{postPurchaseCalloutBoxSetting}from"./post-purchase/callout-banner/index.js";export{postPurchaseCountdownTimerSetting}from"./post-purchase/countdown-timer/index.js";export{postPurchaseImageSetting}from"./post-purchase/image/index.js";export{postPurchaseLineSetting}from"./post-purchase/line/index.js";export{postPurchaseLinkSetting}from"./post-purchase/link/index.js";export{PostPurchaseHeading,postPurchaseTextSetting}from"./post-purchase/text/index.js";export{postPurchaseProductSetting}from"./post-purchase/product/index.js";export{postPurchaseBuyerConsentSetting}from"./post-purchase/buyer-consent/index.js";export{productSetting}from"./product/index.js";export{radioSetting}from"./radio/index.js";export{selectSetting}from"./select/index.js";export{tabSetting}from"./tab/index.js";export{textSetting}from"./text/index.js";export{textareaSetting}from"./textarea/index.js";export{videoSetting}from"./video/index.js";export{thirdPartySetting}from"./third-party/index.js";export{thirdPartyInstantSetting}from"./third-party-instant/index.js";export{stockCounterSetting}from"./stock-counter/index.js";export{thirdPartySlotSetting}from"./third-party-slot/index.js";export{shopPayInstallmentSetting}from"./shop-pay-installment/index.js";export{stickySetting}from"./sticky/index.js";export{default as nextComponent}from"./next.js";export{default as headlessComponents}from"./headless.js";import*as t from"./index.liquid.js";export{default as builderComponent}from"./builder.js";export{default as componentSettings}from"./setting.js";export{default as postPurchaseSettings}from"./postPurchaseSetting.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";export{ELEMENT_Z_INDEX}from"./common/const.js";export{REGEX_PAGE_TYPE,checkIsOpenPopup,checkIsScrollToTop,convertUnitToNumber,createSettingId,createTranslateKey,extractProductID,filterPageContext,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getBackgroundTranslated,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSeoTranslated,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isShopifyDomain,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex}from"./helpers.js";import*as o from"./translate.js";export{TAGS_WITH_REPLACE_LINK_DATA}from"./constant.js";export{default as Accordion}from"./accordion/components/Accordion.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.js";export{default as AftershipEmailMarketingsms}from"./third-party/components/AftershipEmailMarketingsms.js";export{default as AirProductReviewsAppUgc}from"./third-party/components/AirProductReviewsAppUgc.js";export{default as AliReviews}from"./third-party/components/AliReviews.js";export{default as AlsoBoughtCbb}from"./third-party/components/AlsoBoughtCbb.js";export{default as AovBundlesVolumeDiscounts}from"./third-party/components/AovBundlesVolumeDiscounts.js";export{default as AovFreeGiftBuyXGetYBogo}from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";export{default as AppointmentBookingCowlendar}from"./third-party/components/AppointmentBookingCowlendar.js";export{default as AppstleBundlesDiscounts}from"./third-party/components/AppstleBundlesDiscounts.js";export{default as AppstleLoyaltyRewardProgram}from"./third-party/components/AppstleLoyaltyRewardProgram.js";export{default as AppstleSubscriptions}from"./third-party/components/AppstleSubscriptions.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.js";export{default as ArticleContent}from"./article/components/ArticleContent.js";export{default as ArticleDate}from"./article/components/ArticleDate.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.js";export{default as ArticleImage}from"./article/components/ArticleImage.js";export{default as ArticleList}from"./article/components/ArticleList.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.js";export{default as ArticleTag}from"./article/components/ArticleTag.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.js";export{default as BasicHeader}from"./header/components/kind/basic/index.js";export{default as BestBuyFulfillment}from"./third-party/components/BestBuyFulfillment.js";export{default as BfSizeChartSizeGuide}from"./third-party/components/BfSizeChartSizeGuide.js";export{default as BirdChime}from"./third-party/components/BirdChime.js";export{default as BloyRewardsProgramLoyalty}from"./third-party/components/BloyRewardsProgramLoyalty.js";export{default as Bogos}from"./third-party/components/Bogos.js";export{default as BoldProductOptions}from"./third-party/components/BoldProductOptions.js";export{default as BoldSubscriptions}from"./third-party/components/BoldSubscriptions.js";export{default as BonLoyaltyRewardsReferrals}from"./third-party/components/BonLoyaltyRewardsReferrals.js";export{default as BonySubscriptionsApp}from"./third-party/components/BonySubscriptionsApp.js";export{default as BoostAISearchDiscovery}from"./third-party/components/BoostAISearchDiscovery.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.js";export{default as Bundler}from"./third-party/components/Bundler.js";export{default as Button}from"./button/components/Button.js";export{default as CSSCode}from"./code/components/CSSCode.js";export{default as Carousel}from"./carousel/components/root/Carousel.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.js";export{default as CarouselItemV3}from"./carousel-v3/components/item/CarouselItem.js";export{default as CarouselV3}from"./carousel-v3/components/root/Carousel.js";export{default as Cart}from"./cart/components/Cart.js";export{default as CartCheckout}from"./cart/components/CartCheckout.js";export{default as CartDiscount}from"./cart/components/CartDiscount.js";export{default as CartLineAttribute}from"./cart/components/CartLineAttribute.js";export{default as CartLineImage}from"./cart/components/CartLineImage.js";export{default as CartLinePrice}from"./cart/components/CartLinePrice.js";export{default as CartLineVariant}from"./cart/components/CartLineVariant.js";export{default as CartList}from"./cart/components/CartList.js";export{default as CartOrderNote}from"./cart/components/CartOrderNote.js";export{default as CartTotalItem}from"./cart/components/CartTotalItem.js";export{default as CartTotalPrice}from"./cart/components/CartTotalPrice.js";export{default as CheckoutNow}from"./cart/components/CheckoutNow.js";export{default as CleanSizeCharts}from"./third-party/components/CleanSizeCharts.js";export{default as Col}from"./grid/components/col/Col.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.js";export{default as ContactForm}from"./form/components/contact/Contact.js";export{default as Countdown}from"./countdown-timer/components/Countdown.js";export{default as Coupon}from"./coupon/components/Coupon.js";export{default as CouponList}from"./cart/components/CouponList.js";export{default as CrossSellCartUpsell}from"./third-party/components/CrossSellCartUpsell.js";export{default as CustomProductOptionsVariant}from"./third-party/components/CustomProductOptionsVariant.js";export{default as DealeasyVolumeDiscounts}from"./third-party/components/DealeasyVolumeDiscounts.js";export{default as DesktopMenu}from"./header/components/kind/basic/DesktopMenu.js";export{default as Dialog}from"./dialog/components/Dialog.js";export{default as DiscountInput}from"./cart/components/DiscountInput.js";export{default as DiscountyBulkDiscountSales}from"./third-party/components/DiscountyBulkDiscountSales.js";export{default as DynamicCheckout}from"./product/components/dynamic-checkout/DynamicCheckout.js";export{default as EasifyProductOptions}from"./third-party/components/EasifyProductOptions.js";export{default as EasyBundleBuilderSkailama}from"./third-party/components/EasyBundleBuilderSkailama.js";export{default as EasySellCOD}from"./third-party/components/EasySellCOD.js";export{default as EcoboostifyShoppableReelUgc}from"./third-party/components/EcoboostifyShoppableReelUgc.js";export{default as EcomsendBackInStockAlert}from"./third-party/components/EcomsendBackInStockAlert.js";export{default as EssentPreorderBackInStock}from"./third-party/components/EssentPreorderBackInStock.js";export{default as EssentialAnnouncementBar}from"./third-party/components/EssentialAnnouncementBar.js";export{default as EssentialCountdownTimerBar}from"./third-party/components/EssentialCountdownTimerBar.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.js";export{default as EstimatedDeliveryDatePlus}from"./third-party/components/EstimatedDeliveryDatePlus.js";export{default as FastBundleBundlesDiscounts}from"./third-party/components/FastBundleBundlesDiscounts.js";export{default as FeraReviews}from"./third-party/components/FeraReviews.js";export{default as FileUpload}from"./product/components/file-upload/UploadFile.js";export{default as FirePush}from"./third-party/components/FirePush.js";export{default as FlyBundlesUpsellsFbt}from"./third-party/components/FlyBundlesUpsellsFbt.js";export{default as FordeerProductLabels}from"./third-party/components/FordeerProductLabels.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.js";export{default as FrequentlyBoughtTogether}from"./third-party/components/FrequentlyBoughtTogether.js";export{default as GloColorSwatchvariantImage}from"./third-party/components/GloColorSwatchvariantImage.js";export{default as GloboProductOptionsVariant}from"./third-party/components/GloboProductOptionsVariant.js";export{default as GoogleReviewsByReputon}from"./third-party/components/GoogleReviewsByReputon.js";export{default as Growave}from"./third-party/components/Growave.js";export{default as GrowthSuiteDiscountCodes}from"./third-party/components/GrowthSuiteDiscountCodes.js";export{default as Header}from"./header/components/Header.js";export{default as Heading}from"./heading/components/Heading.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.js";export{default as HextomCountdownTimerBar}from"./third-party/components/HextomCountdownTimerBar.js";export{default as HextomFreeShippingBar}from"./third-party/components/HextomFreeShippingBar.js";export{default as HulkFormBuilder}from"./third-party/components/HulkFormBuilder.js";export{default as HulkProductOptions}from"./third-party/components/HulkProductOptions.js";export{default as Icon}from"./icon/components/Icon.js";export{default as IconList}from"./icon-list/components/IconList.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.js";export{default as IconListItem}from"./icon-list/components/IconListItem.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListHozItem.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.js";export{default as Image}from"./image/components/Image.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.js";export{default as ImageDetection}from"./image-detection/components/ImageDetection.js";export{default as InfiniteOptions}from"./third-party/components/InfiniteOptions.js";export{default as Input}from"./input/components/Input.js";export{default as Instafeed}from"./third-party/components/Instafeed.js";export{default as InstantJudgemeReviews}from"./third-party-instant/components/InstantJudgemeReviews.js";export{default as InstantKlaviyo}from"./third-party-instant/components/InstantKlaviyo.js";export{default as InstantLooxReviews}from"./third-party-instant/components/InstantLooxReviews.js";export{default as InstantYotpoLoyalty}from"./third-party-instant/components/InstantYotpoLoyalty.js";export{default as InstasellShoppableInstagram}from"./third-party/components/InstasellShoppableInstagram.js";export{default as JudgemeReviews}from"./third-party/components/JudgemeReviews.js";export{default as JunipProductReviewsUgc}from"./third-party/components/JunipProductReviewsUgc.js";export{default as KachingBundles}from"./third-party/components/KachingBundles.js";export{default as KachingSubscriptionsApp}from"./third-party/components/KachingSubscriptionsApp.js";export{default as KingProductOptions}from"./third-party/components/KingProductOptions.js";export{default as KiteFreeGiftDiscount}from"./third-party/components/KiteFreeGiftDiscount.js";export{default as KlarnaMessaging}from"./third-party/components/KlarnaMessaging.js";export{default as Klaviyo}from"./third-party/components/Klaviyo.js";export{default as KoalaBundleQuantityDiscount}from"./third-party/components/KoalaBundleQuantityDiscount.js";export{default as LaiProductReviews}from"./third-party/components/LaiProductReviews.js";export{default as Line}from"./line/components/Line.js";export{default as Link}from"./link/components/Link.js";export{default as LoloyalLoyaltyReferrals}from"./third-party/components/LoloyalLoyaltyReferrals.js";export{default as LoopSubscriptions}from"./third-party/components/LoopSubscriptions.js";export{default as LooxReviews}from"./third-party/components/LooxReviews.js";export{default as Marquee}from"./marquee/components/Marquee.js";export{default as MaxbundleProductBundles}from"./third-party/components/MaxbundleProductBundles.js";export{default as MbcBundleVolumeDiscount}from"./third-party/components/MbcBundleVolumeDiscount.js";export{default as Menu}from"./menu/components/Menu.js";export{default as MobileMenu}from"./header/components/kind/basic/MobileMenu.js";export{default as Modal}from"./modal/components/Modal.js";export{default as ModernHeader}from"./header/components/kind/modern/index.js";export{default as MyappgurusProductReviews}from"./third-party/components/MyappgurusProductReviews.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.js";export{default as NotifyBackInStockPreOrder}from"./third-party/components/NotifyBackInStockPreOrder.js";export{default as OkendoReviewsLoyalty}from"./third-party/components/OkendoReviewsLoyalty.js";export{default as Omnisend}from"./third-party/components/Omnisend.js";export{default as Opinew}from"./third-party/components/Opinew.js";export{default as Pagination}from"./pagination/components/Pagination.js";export{default as ParcelPanel}from"./third-party/components/ParcelPanel.js";export{default as PickyStory}from"./third-party/components/PickyStory.js";export{default as PostPurchaseAcceptButton}from"./post-purchase/product/components/AcceptButton.js";export{default as PostPurchaseAdvancedList}from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";export{default as PostPurchaseAdvancedListItem}from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";export{default as PostPurchaseButton}from"./post-purchase/button/components/Button.js";export{default as PostPurchaseBuyerConsent}from"./post-purchase/buyer-consent/components/BuyerConsent.js";export{default as PostPurchaseCalloutBox}from"./post-purchase/callout-banner/components/CalloutBox.js";export{default as PostPurchaseCalloutText}from"./post-purchase/callout-banner/components/CalloutText.js";export{default as PostPurchaseCountdownTimer}from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";export{default as PostPurchaseImage}from"./post-purchase/image/components/Image.js";export{default as PostPurchaseLine}from"./post-purchase/line/components/PostPurchaseLine.js";export{default as PostPurchaseLink}from"./post-purchase/link/components/PostPurchaseLink.js";export{default as PostPurchaseProductDescription}from"./post-purchase/product/components/ProductDescription.js";export{default as PostPurchaseProductDiscountTag}from"./post-purchase/product/components/ProductDiscountTag.js";export{default as PostPurchaseProductImages}from"./post-purchase/product/components/product-image/index.js";export{default as PostPurchaseProductOffer}from"./post-purchase/product/components/product-offer/components/ProductOffer.js";export{default as PostPurchaseProductPrice}from"./post-purchase/product/components/ProductPrice.js";export{default as PostPurchaseProductPriceBreakdown}from"./post-purchase/product/components/ProductPriceBreakdown.js";export{default as PostPurchaseProductQuantity}from"./post-purchase/product/components/ProductQuantity.js";export{default as PostPurchaseProductSubscription}from"./post-purchase/product/components/product-subscription/ProductSubscription.js";export{default as PostPurchaseProductTitle}from"./post-purchase/product/components/ProductTitle.js";export{default as PostPurchaseProductVariants}from"./post-purchase/product/components/product-variant/components/ProductVariant.js";export{default as PostPurchaseText}from"./post-purchase/text/components/Text.js";export{default as PowerfulContactFormBuilder}from"./third-party/components/PowerfulContactFormBuilder.js";export{default as PreorderNowPreOrderPq}from"./third-party/components/PreorderNowPreOrderPq.js";export{default as PreorderNowWodPresale}from"./third-party/components/PreorderNowWodPresale.js";export{default as Product}from"./product/components/product-wrap/Product.js";export{default as ProductBadge}from"./product/components/product-badge/ProductBadge.js";export{default as ProductBundleDiscount}from"./product/components/product-bundle/ProductBundleDiscount.js";export{default as ProductBundleDiscountItem}from"./product/components/product-bundle/ProductBundleDiscountItem.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.js";export{default as ProductImages}from"./product/components/ProductImages.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImageV2.js";export{default as ProductImagesV3}from"./product/components/product-images-v3/ProductImageV3.js";export{default as ProductList}from"./product/components/product-list/ProductList.js";export{default as ProductListV3}from"./product/components/product-list-v3/ProductList.js";export{default as ProductOptionsCustomizer}from"./third-party/components/ProductOptionsCustomizer.js";export{default as ProductOptionsVariantOption}from"./third-party/components/ProductOptionsVariantOption.js";export{default as ProductPrice}from"./product/components/product-price/ProductPrice.js";export{default as ProductPropertyInput}from"./product/components/product-properties/ProductProperties.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.js";export{default as ProductQuickView}from"./product/components/product-quick-view/QuickView.js";export{default as ProductReviews}from"./third-party/components/ProductReviews.js";export{default as ProductSku}from"./product/components/product-sku/Sku.js";export{default as ProductTag}from"./product/components/product-discount-tag/ProductDiscountTag.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.js";export{default as ProductVendor}from"./product/components/product-vendor/Vendor.js";export{default as ProductViewMore}from"./product/components/product-view-more/ProductViewMore.js";export{default as PumperBundlesVolumeDiscount}from"./third-party/components/PumperBundlesVolumeDiscount.js";export{default as PushOwl}from"./third-party/components/PushOwl.js";export{default as QikifyUpsell}from"./third-party/components/QikifyUpsell.js";export{default as Radio}from"./radio/components/Radio.js";export{default as RapiBundleQuantityBreaks}from"./third-party/components/RapiBundleQuantityBreaks.js";export{default as RechargeSubscriptions}from"./third-party/components/RechargeSubscriptions.js";export{default as RecurpaySubscriptionApp}from"./third-party/components/RecurpaySubscriptionApp.js";export{default as Releasit}from"./third-party/components/Releasit.js";export{default as RequestQuoteHidePrice}from"./third-party/components/RequestQuoteHidePrice.js";export{default as ReviewxpoProductReviewsApp}from"./third-party/components/ReviewxpoProductReviewsApp.js";export{default as Rivyo}from"./third-party/components/Rivyo.js";export{default as Root}from"./grid/components/root/Root.js";export{default as Row}from"./grid/components/row/Row.js";export{default as Ryviu}from"./third-party/components/Ryviu.js";export{default as SealSubscriptions}from"./third-party/components/SealSubscriptions.js";export{default as Section}from"./grid/components/section/Section.js";export{default as SegunoEmailMarketing}from"./third-party/components/SegunoEmailMarketing.js";export{default as Select}from"./select/components/Select.js";export{default as Selleasy}from"./third-party/components/Selleasy.js";export{default as SeoantTrustBadgesIcon}from"./third-party/components/SeoantTrustBadgesIcon.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.js";export{default as ShopPayInstallments}from"./shop-pay-installment/components/ShopPayInstallments.js";export{default as ShopifyForms}from"./third-party/components/ShopifyForms.js";export{default as ShopifySubscriptions}from"./third-party/components/ShopifySubscriptions.js";export{default as SimpleBundlesKits}from"./third-party/components/SimpleBundlesKits.js";export{default as SkioSubscriptionsYcS20}from"./third-party/components/SkioSubscriptionsYcS20.js";export{default as SmartSearchBarAndFilters}from"./third-party/components/SmartSearchBarAndFilters.js";export{default as SproutPlantTreesGrowSales}from"./third-party/components/SproutPlantTreesGrowSales.js";export{default as Stamped}from"./third-party/components/Stamped.js";export{default as StellarDeliveryDatePickup}from"./third-party/components/StellarDeliveryDatePickup.js";export{default as Sticky}from"./sticky/components/Sticky.js";export{default as StockCounter}from"./stock-counter/components/StockCounter.js";export{default as SubifySubscriptionsApp}from"./third-party/components/SubifySubscriptionsApp.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.js";export{default as TabItem}from"./tab/components/TabItem.js";export{default as Tabs}from"./tab/components/Tabs.js";export{default as TagembedSocialPostReview}from"./third-party/components/TagembedSocialPostReview.js";export{default as TagshopShoppableVideosUgc}from"./third-party/components/TagshopShoppableVideosUgc.js";export{default as TeeinblueProductPersonalizer}from"./third-party/components/TeeinblueProductPersonalizer.js";export{default as Text}from"./text/components/Text.js";export{default as TextField}from"./form/components/textfield/TextField.js";export{default as TextInput}from"./form/components/textinput/TextInput.js";export{default as Textarea}from"./textarea/components/Textarea.js";export{default as ThirdPartySlot}from"./third-party-slot/components/ThirdPartySlot.js";export{default as TrustBadgesBear}from"./third-party/components/TrustBadgesBear.js";export{default as TrustMe}from"./third-party/components/TrustMe.js";export{default as TrustedsiteTrustBadges}from"./third-party/components/TrustedsiteTrustBadges.js";export{default as Trustoo}from"./third-party/components/Trustoo.js";export{default as TrustreviewsProductReviews}from"./third-party/components/TrustreviewsProductReviews.js";export{default as TrustshopProductReviews}from"./third-party/components/TrustshopProductReviews.js";export{default as UltimateSalesBoost}from"./third-party/components/UltimateSalesBoost.js";export{default as UnlimitedBundlesDiscounts}from"./third-party/components/UnlimitedBundlesDiscounts.js";export{default as UppromoteAffiliateMarketing}from"./third-party/components/UppromoteAffiliateMarketing.js";export{default as Video}from"./video/components/Video.js";export{default as Vitals}from"./third-party/components/Vitals.js";export{default as WcWishlistBackInStock}from"./third-party/components/WcWishlistBackInStock.js";export{default as WhatmoreShoppableVideosreel}from"./third-party/components/WhatmoreShoppableVideosreel.js";export{default as WideBundle}from"./third-party/components/WideBundle.js";export{default as Wiser}from"./third-party/components/Wiser.js";export{default as WishlistKing}from"./third-party/components/WishlistKing.js";export{default as WishlistPlus}from"./third-party/components/WishlistPlus.js";export{default as YotpoLoyalty}from"./third-party/components/YotpoLoyalty.js";export{default as YotpoReviews}from"./third-party/components/YotpoReviews.js";export{CONTINUE_SELLING_WHEN_OUT_OF_STOCK,DEFAULT_FONT_SIZE,DEFAULT_HIGHLIGHT_TAG,DEFAULT_PROGRESS_BAR_HEIGHT,DEFAULT_QUANTITY_TEMPLATE,DEFAULT_RANGE_STEP,DEFAULT_REMAINING_PERCENT,DEFAULT_REMAINING_QUANTITY,DEFAULT_SCARCITY_THRESHOLD,MAX_PROGRESS_BAR_HEIGHT,MAX_REMAINING_PERCENT,MIN_PROGRESS_BAR_HEIGHT,MIN_REMAINING_PERCENT,MIN_REMAINING_QUANTITY,NO_PRODUCT_LEFT,OUT_OF_STOCK,QUANTITY_SOURCE,convertSizeToWidth,getInlineCss,getLiquidInitData,getLiquidTextContent,getTextDisplayData,transformHighlighTag,transformNumberTag}from"./stock-counter/common/helpers.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.js";export{openConfirm}from"./modal/components/confirm.js";export{postPurchaseProduct1Col}from"./post-purchase/product/settings/presets-config/product-presets/product-1-col.js";export{postPurchaseProduct2Col}from"./post-purchase/product/settings/presets-config/product-presets/product-2-col.js";export{postPurchaseProductDefault}from"./post-purchase/product/settings/presets-config/product-presets/product-default.js";export{t as liquidComponents,o as translateComponents};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- export{default as Accordion}from"./accordion/components/Accordion.liquid.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.liquid.js";export{default as ArticleList}from"./article/components/ArticleList.liquid.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.liquid.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.liquid.js";export{default as ArticleContent}from"./article/components/ArticleContent.liquid.js";export{default as ArticleImage}from"./article/components/ArticleImage.liquid.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.liquid.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.liquid.js";export{default as ArticleTag}from"./article/components/ArticleTag.liquid.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.liquid.js";export{default as ArticleDate}from"./article/components/ArticleDate.liquid.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.liquid.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.liquid.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.liquid.js";export{default as Button}from"./button/components/Button.liquid.js";export{default as CarouselItemV3}from"./carousel-v3/components/item/CarouselItem.liquid.js";export{default as CarouselV3}from"./carousel-v3/components/root/Carousel.liquid.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.liquid.js";export{default as Carousel}from"./carousel/components/root/Carousel.liquid.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.liquid.js";export{default as CSSCode}from"./code/components/CSSCode.liquid.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.liquid.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.liquid.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.liquid.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.liquid.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.liquid.js";export{default as Countdown}from"./countdown-timer/components/Countdown.liquid.js";export{default as Coupon}from"./coupon/components/Coupon.liquid.js";export{default as Dialog}from"./dialog/components/Dialog.liquid.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.liquid.js";export{default as Root}from"./grid/components/root/Root.liquid.js";export{default as Section}from"./grid/components/section/Section.liquid.js";export{default as Row}from"./grid/components/row/Row.liquid.js";export{default as Col}from"./grid/components/col/Col.liquid.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.liquid.js";export{default as ContactForm}from"./form/components/contact/Contact.liquid.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.liquid.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.liquid.js";export{default as TextField}from"./form/components/textfield/TextField.liquid.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.liquid.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.liquid.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.liquid.js";export{default as TextInput}from"./form/components/textinput/TextInput.liquid.js";export{default as Heading}from"./heading/components/Heading.liquid.js";export{default as Icon}from"./icon/components/Icon.liquid.js";export{default as IconListItem}from"./icon-list/components/IconListItem.liquid.js";export{default as IconList}from"./icon-list/components/IconList.liquid.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.liquid.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListIHozItem.liquid.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.liquid.js";export{default as Image}from"./image/components/Image.liquid.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.liquid.js";export{default as Line}from"./line/components/Line.liquid.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.liquid.js";export{default as Marquee}from"./marquee/components/Marquee.liquid.js";export{default as Text}from"./text/components/Text.liquid.js";export{default as DynamicCheckout}from"./product/components/dynamic-checkout/DynamicCheckout.liquid.js";export{default as FileUpload}from"./product/components/file-upload/UploadFile.liquid.js";export{default as Product}from"./product/components/product-wrap/Product.liquid.js";export{default as ProductBadge}from"./product/components/product-badge/ProductBadge.liquid.js";export{default as ProductBundleDiscount}from"./product/components/product-bundle/ProductBundleDiscount.liquid.js";export{default as ProductBundleDiscountItem}from"./product/components/product-bundle/ProductBundleDiscountItem.liquid.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.liquid.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.liquid.js";export{default as ProductImages}from"./product/components/ProductImages.liquid.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.liquid.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.liquid.js";export{default as ProductTag}from"./product/components/product-discount-tag/ProductDiscountTag.liquid.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImagesV2.liquid.js";export{default as ProductImagesV3}from"./product/components/product-images-v3/ProductImagesV3.liquid.js";export{default as ProductListV3}from"./product/components/product-list-v3/ProductList.liquid.js";export{default as ProductList}from"./product/components/product-list/ProductList.liquid.js";export{ProductPrice}from"./product/components/product-price/ProductPrice.liquid.js";export{default as ProductProperties}from"./product/components/product-properties/ProductProperties.liquid.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.liquid.js";export{default as ProductVendor}from"./product/components/product-vendor/Vendor.liquid.js";export{default as ProductViewMore}from"./product/components/product-view-more/ProductViewMore.liquid.js";export{default as ProductSku}from"./product/components/product-sku/Sku.liquid.js";export{default as Video}from"./video/components/Video.liquid.js";export{default as videoSetting}from"./video/settings/Video.js";export{default as Tabs}from"./tab/components/Tabs.liquid.js";export{default as TabItem}from"./tab/components/TabItem.liquid.js";export{default as StockCounter}from"./stock-counter/components/StockCounter.liquid.js";export{default as Klaviyo}from"./third-party/components/Klaviyo.liquid.js";export{default as SmartSearchBarAndFilters}from"./third-party/components/SmartSearchBarAndFilters.liquid.js";export{default as LooxReviews}from"./third-party/components/LooxReviews.liquid.js";export{default as Instafeed}from"./third-party/components/Instafeed.liquid.js";export{default as CrossSellCartUpsell}from"./third-party/components/CrossSellCartUpsell.liquid.js";export{default as BoostAISearchDiscovery}from"./third-party/components/BoostAISearchDiscovery.liquid.js";export{default as JudgemeReviews}from"./third-party/components/JudgemeReviews.liquid.js";export{default as ProductReviews}from"./third-party/components/ProductReviews.liquid.js";export{default as Ryviu}from"./third-party/components/Ryviu.liquid.js";export{default as Rivyo}from"./third-party/components/Rivyo.liquid.js";export{default as Vitals}from"./third-party/components/Vitals.liquid.js";export{default as Omnisend}from"./third-party/components/Omnisend.liquid.js";export{default as Trustoo}from"./third-party/components/Trustoo.liquid.js";export{default as SealSubscriptions}from"./third-party/components/SealSubscriptions.liquid.js";export{default as AppstleSubscriptions}from"./third-party/components/AppstleSubscriptions.liquid.js";export{default as FeraReviews}from"./third-party/components/FeraReviews.liquid.js";export{default as Growave}from"./third-party/components/Growave.liquid.js";export{default as Opinew}from"./third-party/components/Opinew.liquid.js";export{default as UltimateSalesBoost}from"./third-party/components/UltimateSalesBoost.liquid.js";export{default as AliReviews}from"./third-party/components/AliReviews.liquid.js";export{default as FirePush}from"./third-party/components/FirePush.liquid.js";export{default as ParcelPanel}from"./third-party/components/ParcelPanel.liquid.js";export{default as TrustMe}from"./third-party/components/TrustMe.liquid.js";export{default as FrequentlyBoughtTogether}from"./third-party/components/FrequentlyBoughtTogether.liquid.js";export{default as BoldSubscriptions}from"./third-party/components/BoldSubscriptions.liquid.js";export{default as BoldProductOptions}from"./third-party/components/BoldProductOptions.liquid.js";export{default as WideBundle}from"./third-party/components/WideBundle.liquid.js";export{default as PickyStory}from"./third-party/components/PickyStory.liquid.js";export{default as InfiniteOptions}from"./third-party/components/InfiniteOptions.liquid.js";export{default as Wiser}from"./third-party/components/Wiser.liquid.js";export{default as Stamped}from"./third-party/components/Stamped.liquid.js";export{default as Bundler}from"./third-party/components/Bundler.liquid.js";export{default as LaiProductReviews}from"./third-party/components/LaiProductReviews.liquid.js";export{default as YotpoReviews}from"./third-party/components/YotpoReviews.liquid.js";export{default as KachingBundles}from"./third-party/components/KachingBundles.liquid.js";export{default as CleanSizeCharts}from"./third-party/components/CleanSizeCharts.liquid.js";export{default as PushOwl}from"./third-party/components/PushOwl.liquid.js";export{default as Bogos}from"./third-party/components/Bogos.liquid.js";export{default as QikifyUpsell}from"./third-party/components/QikifyUpsell.liquid.js";export{default as Releasit}from"./third-party/components/Releasit.liquid.js";export{default as KingProductOptions}from"./third-party/components/KingProductOptions.liquid.js";export{default as EasySellCOD}from"./third-party/components/EasySellCOD.liquid.js";export{default as RequestQuoteHidePrice}from"./third-party/components/RequestQuoteHidePrice.liquid.js";export{default as BirdChime}from"./third-party/components/BirdChime.liquid.js";export{default as KlarnaMessaging}from"./third-party/components/KlarnaMessaging.liquid.js";export{default as FordeerProductLabels}from"./third-party/components/FordeerProductLabels.liquid.js";export{default as EasifyProductOptions}from"./third-party/components/EasifyProductOptions.liquid.js";export{default as CustomProductOptionsVariant}from"./third-party/components/CustomProductOptionsVariant.liquid.js";export{default as ShopifySubscriptions}from"./third-party/components/ShopifySubscriptions.liquid.js";export{default as RechargeSubscriptions}from"./third-party/components/RechargeSubscriptions.liquid.js";export{default as BonLoyaltyRewardsReferrals}from"./third-party/components/BonLoyaltyRewardsReferrals.liquid.js";export{default as RecurpaySubscriptionApp}from"./third-party/components/RecurpaySubscriptionApp.liquid.js";export{default as SubifySubscriptionsApp}from"./third-party/components/SubifySubscriptionsApp.liquid.js";export{default as Selleasy}from"./third-party/components/Selleasy.liquid.js";export{default as LoopSubscriptions}from"./third-party/components/LoopSubscriptions.liquid.js";export{default as SkioSubscriptionsYcS20}from"./third-party/components/SkioSubscriptionsYcS20.liquid.js";export{default as ShopifyForms}from"./third-party/components/ShopifyForms.liquid.js";export{default as NotifyBackInStockPreOrder}from"./third-party/components/NotifyBackInStockPreOrder.liquid.js";export{default as ReviewxpoProductReviewsApp}from"./third-party/components/ReviewxpoProductReviewsApp.liquid.js";export{default as PumperBundlesVolumeDiscount}from"./third-party/components/PumperBundlesVolumeDiscount.liquid.js";export{default as UnlimitedBundlesDiscounts}from"./third-party/components/UnlimitedBundlesDiscounts.liquid.js";export{default as KiteFreeGiftDiscount}from"./third-party/components/KiteFreeGiftDiscount.liquid.js";export{default as FastBundleBundlesDiscounts}from"./third-party/components/FastBundleBundlesDiscounts.liquid.js";export{default as SimpleBundlesKits}from"./third-party/components/SimpleBundlesKits.liquid.js";export{default as EasyBundleBuilderSkailama}from"./third-party/components/EasyBundleBuilderSkailama.liquid.js";export{default as KoalaBundleQuantityDiscount}from"./third-party/components/KoalaBundleQuantityDiscount.liquid.js";export{default as PreorderNowPreOrderPq}from"./third-party/components/PreorderNowPreOrderPq.liquid.js";export{default as FlyBundlesUpsellsFbt}from"./third-party/components/FlyBundlesUpsellsFbt.liquid.js";export{default as JunipProductReviewsUgc}from"./third-party/components/JunipProductReviewsUgc.liquid.js";export{default as MaxbundleProductBundles}from"./third-party/components/MaxbundleProductBundles.liquid.js";export{default as PreorderNowWodPresale}from"./third-party/components/PreorderNowWodPresale.liquid.js";export{default as TagshopShoppableVideosUgc}from"./third-party/components/TagshopShoppableVideosUgc.liquid.js";export{default as WhatmoreShoppableVideosreel}from"./third-party/components/WhatmoreShoppableVideosreel.liquid.js";export{default as ProductOptionsCustomizer}from"./third-party/components/ProductOptionsCustomizer.liquid.js";export{default as TagembedSocialPostReview}from"./third-party/components/TagembedSocialPostReview.liquid.js";export{default as AirProductReviewsAppUgc}from"./third-party/components/AirProductReviewsAppUgc.liquid.js";export{default as MbcBundleVolumeDiscount}from"./third-party/components/MbcBundleVolumeDiscount.liquid.js";export{default as GoogleReviewsByReputon}from"./third-party/components/GoogleReviewsByReputon.liquid.js";export{default as RapiBundleQuantityBreaks}from"./third-party/components/RapiBundleQuantityBreaks.liquid.js";export{default as AppointmentBookingCowlendar}from"./third-party/components/AppointmentBookingCowlendar.liquid.js";export{default as SproutPlantTreesGrowSales}from"./third-party/components/SproutPlantTreesGrowSales.liquid.js";export{default as InstasellShoppableInstagram}from"./third-party/components/InstasellShoppableInstagram.liquid.js";export{default as WishlistPlus}from"./third-party/components/WishlistPlus.liquid.js";export{default as LoloyalLoyaltyReferrals}from"./third-party/components/LoloyalLoyaltyReferrals.liquid.js";export{default as HulkFormBuilder}from"./third-party/components/HulkFormBuilder.liquid.js";export{default as PowerfulContactFormBuilder}from"./third-party/components/PowerfulContactFormBuilder.liquid.js";export{default as WishlistKing}from"./third-party/components/WishlistKing.liquid.js";export{default as TeeinblueProductPersonalizer}from"./third-party/components/TeeinblueProductPersonalizer.liquid.js";export{default as GloboProductOptionsVariant}from"./third-party/components/GloboProductOptionsVariant.liquid.js";export{default as ProductOptionsVariantOption}from"./third-party/components/ProductOptionsVariantOption.liquid.js";export{default as BestBuyFulfillment}from"./third-party/components/BestBuyFulfillment.liquid.js";export{default as AftershipEmailMarketingsms}from"./third-party/components/AftershipEmailMarketingsms.liquid.js";export{default as SegunoEmailMarketing}from"./third-party/components/SegunoEmailMarketing.liquid.js";export{default as SeoantTrustBadgesIcon}from"./third-party/components/SeoantTrustBadgesIcon.liquid.js";export{default as DiscountyBulkDiscountSales}from"./third-party/components/DiscountyBulkDiscountSales.liquid.js";export{default as TrustreviewsProductReviews}from"./third-party/components/TrustreviewsProductReviews.liquid.js";export{default as MyappgurusProductReviews}from"./third-party/components/MyappgurusProductReviews.liquid.js";export{default as HulkProductOptions}from"./third-party/components/HulkProductOptions.liquid.js";export{default as EssentialCountdownTimerBar}from"./third-party/components/EssentialCountdownTimerBar.liquid.js";export{default as EssentialAnnouncementBar}from"./third-party/components/EssentialAnnouncementBar.liquid.js";export{default as OkendoReviewsLoyalty}from"./third-party/components/OkendoReviewsLoyalty.liquid.js";export{default as EstimatedDeliveryDatePlus}from"./third-party/components/EstimatedDeliveryDatePlus.liquid.js";export{default as HextomCountdownTimerBar}from"./third-party/components/HextomCountdownTimerBar.liquid.js";export{default as TrustBadgesBear}from"./third-party/components/TrustBadgesBear.liquid.js";export{default as TrustedsiteTrustBadges}from"./third-party/components/TrustedsiteTrustBadges.liquid.js";export{default as GloColorSwatchvariantImage}from"./third-party/components/GloColorSwatchvariantImage.liquid.js";export{default as BfSizeChartSizeGuide}from"./third-party/components/BfSizeChartSizeGuide.liquid.js";export{default as AlsoBoughtCbb}from"./third-party/components/AlsoBoughtCbb.liquid.js";export{default as HextomFreeShippingBar}from"./third-party/components/HextomFreeShippingBar.liquid.js";export{default as EcoboostifyShoppableReelUgc}from"./third-party/components/EcoboostifyShoppableReelUgc.liquid.js";export{default as EcomsendBackInStockAlert}from"./third-party/components/EcomsendBackInStockAlert.liquid.js";export{default as AppstleBundlesDiscounts}from"./third-party/components/AppstleBundlesDiscounts.liquid.js";export{default as AovFreeGiftBuyXGetYBogo}from"./third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js";export{default as AovBundlesVolumeDiscounts}from"./third-party/components/AovBundlesVolumeDiscounts.liquid.js";export{default as UppromoteAffiliateMarketing}from"./third-party/components/UppromoteAffiliateMarketing.liquid.js";export{default as DealeasyVolumeDiscounts}from"./third-party/components/DealeasyVolumeDiscounts.liquid.js";export{default as BloyRewardsProgramLoyalty}from"./third-party/components/BloyRewardsProgramLoyalty.liquid.js";export{default as KachingSubscriptionsApp}from"./third-party/components/KachingSubscriptionsApp.liquid.js";export{default as GrowthSuiteDiscountCodes}from"./third-party/components/GrowthSuiteDiscountCodes.liquid.js";export{default as BonySubscriptionsApp}from"./third-party/components/BonySubscriptionsApp.liquid.js";export{default as WcWishlistBackInStock}from"./third-party/components/WcWishlistBackInStock.liquid.js";export{default as EssentPreorderBackInStock}from"./third-party/components/EssentPreorderBackInStock.liquid.js";export{default as TrustshopProductReviews}from"./third-party/components/TrustshopProductReviews.liquid.js";export{default as StellarDeliveryDatePickup}from"./third-party/components/StellarDeliveryDatePickup.liquid.js";export{default as ThirdPartySlot}from"./third-party-slot/components/ThirdPartySlot.liquid.js";export{default as ShopPayInstallments}from"./shop-pay-installment/components/ShopPayInstallments.liquid.js";export{default as Sticky}from"./sticky/components/Sticky.liquid.js";
2
+ export{default as Accordion}from"./accordion/components/Accordion.liquid.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.liquid.js";export{default as ArticleList}from"./article/components/ArticleList.liquid.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.liquid.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.liquid.js";export{default as ArticleContent}from"./article/components/ArticleContent.liquid.js";export{default as ArticleImage}from"./article/components/ArticleImage.liquid.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.liquid.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.liquid.js";export{default as ArticleTag}from"./article/components/ArticleTag.liquid.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.liquid.js";export{default as ArticleDate}from"./article/components/ArticleDate.liquid.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.liquid.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.liquid.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.liquid.js";export{default as Button}from"./button/components/Button.liquid.js";export{default as CarouselItemV3}from"./carousel-v3/components/item/CarouselItem.liquid.js";export{default as CarouselV3}from"./carousel-v3/components/root/Carousel.liquid.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.liquid.js";export{default as Carousel}from"./carousel/components/root/Carousel.liquid.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.liquid.js";export{default as CSSCode}from"./code/components/CSSCode.liquid.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.liquid.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.liquid.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.liquid.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.liquid.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.liquid.js";export{default as Countdown}from"./countdown-timer/components/Countdown.liquid.js";export{default as Coupon}from"./coupon/components/Coupon.liquid.js";export{default as Dialog}from"./dialog/components/Dialog.liquid.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.liquid.js";export{default as Root}from"./grid/components/root/Root.liquid.js";export{default as Section}from"./grid/components/section/Section.liquid.js";export{default as Row}from"./grid/components/row/Row.liquid.js";export{default as Col}from"./grid/components/col/Col.liquid.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.liquid.js";export{default as ContactForm}from"./form/components/contact/Contact.liquid.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.liquid.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.liquid.js";export{default as TextField}from"./form/components/textfield/TextField.liquid.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.liquid.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.liquid.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.liquid.js";export{default as TextInput}from"./form/components/textinput/TextInput.liquid.js";export{default as Heading}from"./heading/components/Heading.liquid.js";export{default as Icon}from"./icon/components/Icon.liquid.js";export{default as IconListItem}from"./icon-list/components/IconListItem.liquid.js";export{default as IconList}from"./icon-list/components/IconList.liquid.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.liquid.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListIHozItem.liquid.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.liquid.js";export{default as Image}from"./image/components/Image.liquid.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.liquid.js";export{default as Line}from"./line/components/Line.liquid.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.liquid.js";export{default as Marquee}from"./marquee/components/Marquee.liquid.js";export{default as Text}from"./text/components/Text.liquid.js";export{default as DynamicCheckout}from"./product/components/dynamic-checkout/DynamicCheckout.liquid.js";export{default as FileUpload}from"./product/components/file-upload/UploadFile.liquid.js";export{default as Product}from"./product/components/product-wrap/Product.liquid.js";export{default as ProductBadge}from"./product/components/product-badge/ProductBadge.liquid.js";export{default as ProductBundleDiscount}from"./product/components/product-bundle/ProductBundleDiscount.liquid.js";export{default as ProductBundleDiscountItem}from"./product/components/product-bundle/ProductBundleDiscountItem.liquid.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.liquid.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.liquid.js";export{default as ProductImages}from"./product/components/ProductImages.liquid.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.liquid.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.liquid.js";export{default as ProductTag}from"./product/components/product-discount-tag/ProductDiscountTag.liquid.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImagesV2.liquid.js";export{default as ProductImagesV3}from"./product/components/product-images-v3/ProductImagesV3.liquid.js";export{default as ProductImagesV3Embla}from"./product/components/product-images-v3/ProductImagesV3Embla.liquid.js";export{default as ProductListV3}from"./product/components/product-list-v3/ProductList.liquid.js";export{default as ProductList}from"./product/components/product-list/ProductList.liquid.js";export{ProductPrice}from"./product/components/product-price/ProductPrice.liquid.js";export{default as ProductProperties}from"./product/components/product-properties/ProductProperties.liquid.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.liquid.js";export{default as ProductVendor}from"./product/components/product-vendor/Vendor.liquid.js";export{default as ProductViewMore}from"./product/components/product-view-more/ProductViewMore.liquid.js";export{default as ProductSku}from"./product/components/product-sku/Sku.liquid.js";export{default as Video}from"./video/components/Video.liquid.js";export{default as videoSetting}from"./video/settings/Video.js";export{default as Tabs}from"./tab/components/Tabs.liquid.js";export{default as TabItem}from"./tab/components/TabItem.liquid.js";export{default as StockCounter}from"./stock-counter/components/StockCounter.liquid.js";export{default as Klaviyo}from"./third-party/components/Klaviyo.liquid.js";export{default as SmartSearchBarAndFilters}from"./third-party/components/SmartSearchBarAndFilters.liquid.js";export{default as LooxReviews}from"./third-party/components/LooxReviews.liquid.js";export{default as Instafeed}from"./third-party/components/Instafeed.liquid.js";export{default as CrossSellCartUpsell}from"./third-party/components/CrossSellCartUpsell.liquid.js";export{default as BoostAISearchDiscovery}from"./third-party/components/BoostAISearchDiscovery.liquid.js";export{default as JudgemeReviews}from"./third-party/components/JudgemeReviews.liquid.js";export{default as ProductReviews}from"./third-party/components/ProductReviews.liquid.js";export{default as Ryviu}from"./third-party/components/Ryviu.liquid.js";export{default as Rivyo}from"./third-party/components/Rivyo.liquid.js";export{default as Vitals}from"./third-party/components/Vitals.liquid.js";export{default as Omnisend}from"./third-party/components/Omnisend.liquid.js";export{default as Trustoo}from"./third-party/components/Trustoo.liquid.js";export{default as SealSubscriptions}from"./third-party/components/SealSubscriptions.liquid.js";export{default as AppstleSubscriptions}from"./third-party/components/AppstleSubscriptions.liquid.js";export{default as FeraReviews}from"./third-party/components/FeraReviews.liquid.js";export{default as Growave}from"./third-party/components/Growave.liquid.js";export{default as Opinew}from"./third-party/components/Opinew.liquid.js";export{default as UltimateSalesBoost}from"./third-party/components/UltimateSalesBoost.liquid.js";export{default as AliReviews}from"./third-party/components/AliReviews.liquid.js";export{default as FirePush}from"./third-party/components/FirePush.liquid.js";export{default as ParcelPanel}from"./third-party/components/ParcelPanel.liquid.js";export{default as TrustMe}from"./third-party/components/TrustMe.liquid.js";export{default as FrequentlyBoughtTogether}from"./third-party/components/FrequentlyBoughtTogether.liquid.js";export{default as BoldSubscriptions}from"./third-party/components/BoldSubscriptions.liquid.js";export{default as BoldProductOptions}from"./third-party/components/BoldProductOptions.liquid.js";export{default as WideBundle}from"./third-party/components/WideBundle.liquid.js";export{default as PickyStory}from"./third-party/components/PickyStory.liquid.js";export{default as InfiniteOptions}from"./third-party/components/InfiniteOptions.liquid.js";export{default as Wiser}from"./third-party/components/Wiser.liquid.js";export{default as Stamped}from"./third-party/components/Stamped.liquid.js";export{default as Bundler}from"./third-party/components/Bundler.liquid.js";export{default as LaiProductReviews}from"./third-party/components/LaiProductReviews.liquid.js";export{default as YotpoReviews}from"./third-party/components/YotpoReviews.liquid.js";export{default as KachingBundles}from"./third-party/components/KachingBundles.liquid.js";export{default as CleanSizeCharts}from"./third-party/components/CleanSizeCharts.liquid.js";export{default as PushOwl}from"./third-party/components/PushOwl.liquid.js";export{default as Bogos}from"./third-party/components/Bogos.liquid.js";export{default as QikifyUpsell}from"./third-party/components/QikifyUpsell.liquid.js";export{default as Releasit}from"./third-party/components/Releasit.liquid.js";export{default as KingProductOptions}from"./third-party/components/KingProductOptions.liquid.js";export{default as EasySellCOD}from"./third-party/components/EasySellCOD.liquid.js";export{default as RequestQuoteHidePrice}from"./third-party/components/RequestQuoteHidePrice.liquid.js";export{default as BirdChime}from"./third-party/components/BirdChime.liquid.js";export{default as KlarnaMessaging}from"./third-party/components/KlarnaMessaging.liquid.js";export{default as FordeerProductLabels}from"./third-party/components/FordeerProductLabels.liquid.js";export{default as EasifyProductOptions}from"./third-party/components/EasifyProductOptions.liquid.js";export{default as CustomProductOptionsVariant}from"./third-party/components/CustomProductOptionsVariant.liquid.js";export{default as ShopifySubscriptions}from"./third-party/components/ShopifySubscriptions.liquid.js";export{default as RechargeSubscriptions}from"./third-party/components/RechargeSubscriptions.liquid.js";export{default as BonLoyaltyRewardsReferrals}from"./third-party/components/BonLoyaltyRewardsReferrals.liquid.js";export{default as RecurpaySubscriptionApp}from"./third-party/components/RecurpaySubscriptionApp.liquid.js";export{default as SubifySubscriptionsApp}from"./third-party/components/SubifySubscriptionsApp.liquid.js";export{default as Selleasy}from"./third-party/components/Selleasy.liquid.js";export{default as LoopSubscriptions}from"./third-party/components/LoopSubscriptions.liquid.js";export{default as SkioSubscriptionsYcS20}from"./third-party/components/SkioSubscriptionsYcS20.liquid.js";export{default as ShopifyForms}from"./third-party/components/ShopifyForms.liquid.js";export{default as NotifyBackInStockPreOrder}from"./third-party/components/NotifyBackInStockPreOrder.liquid.js";export{default as ReviewxpoProductReviewsApp}from"./third-party/components/ReviewxpoProductReviewsApp.liquid.js";export{default as PumperBundlesVolumeDiscount}from"./third-party/components/PumperBundlesVolumeDiscount.liquid.js";export{default as UnlimitedBundlesDiscounts}from"./third-party/components/UnlimitedBundlesDiscounts.liquid.js";export{default as KiteFreeGiftDiscount}from"./third-party/components/KiteFreeGiftDiscount.liquid.js";export{default as FastBundleBundlesDiscounts}from"./third-party/components/FastBundleBundlesDiscounts.liquid.js";export{default as SimpleBundlesKits}from"./third-party/components/SimpleBundlesKits.liquid.js";export{default as EasyBundleBuilderSkailama}from"./third-party/components/EasyBundleBuilderSkailama.liquid.js";export{default as KoalaBundleQuantityDiscount}from"./third-party/components/KoalaBundleQuantityDiscount.liquid.js";export{default as PreorderNowPreOrderPq}from"./third-party/components/PreorderNowPreOrderPq.liquid.js";export{default as FlyBundlesUpsellsFbt}from"./third-party/components/FlyBundlesUpsellsFbt.liquid.js";export{default as JunipProductReviewsUgc}from"./third-party/components/JunipProductReviewsUgc.liquid.js";export{default as MaxbundleProductBundles}from"./third-party/components/MaxbundleProductBundles.liquid.js";export{default as PreorderNowWodPresale}from"./third-party/components/PreorderNowWodPresale.liquid.js";export{default as TagshopShoppableVideosUgc}from"./third-party/components/TagshopShoppableVideosUgc.liquid.js";export{default as WhatmoreShoppableVideosreel}from"./third-party/components/WhatmoreShoppableVideosreel.liquid.js";export{default as ProductOptionsCustomizer}from"./third-party/components/ProductOptionsCustomizer.liquid.js";export{default as TagembedSocialPostReview}from"./third-party/components/TagembedSocialPostReview.liquid.js";export{default as AirProductReviewsAppUgc}from"./third-party/components/AirProductReviewsAppUgc.liquid.js";export{default as MbcBundleVolumeDiscount}from"./third-party/components/MbcBundleVolumeDiscount.liquid.js";export{default as GoogleReviewsByReputon}from"./third-party/components/GoogleReviewsByReputon.liquid.js";export{default as RapiBundleQuantityBreaks}from"./third-party/components/RapiBundleQuantityBreaks.liquid.js";export{default as AppointmentBookingCowlendar}from"./third-party/components/AppointmentBookingCowlendar.liquid.js";export{default as SproutPlantTreesGrowSales}from"./third-party/components/SproutPlantTreesGrowSales.liquid.js";export{default as InstasellShoppableInstagram}from"./third-party/components/InstasellShoppableInstagram.liquid.js";export{default as WishlistPlus}from"./third-party/components/WishlistPlus.liquid.js";export{default as LoloyalLoyaltyReferrals}from"./third-party/components/LoloyalLoyaltyReferrals.liquid.js";export{default as HulkFormBuilder}from"./third-party/components/HulkFormBuilder.liquid.js";export{default as PowerfulContactFormBuilder}from"./third-party/components/PowerfulContactFormBuilder.liquid.js";export{default as WishlistKing}from"./third-party/components/WishlistKing.liquid.js";export{default as TeeinblueProductPersonalizer}from"./third-party/components/TeeinblueProductPersonalizer.liquid.js";export{default as GloboProductOptionsVariant}from"./third-party/components/GloboProductOptionsVariant.liquid.js";export{default as ProductOptionsVariantOption}from"./third-party/components/ProductOptionsVariantOption.liquid.js";export{default as BestBuyFulfillment}from"./third-party/components/BestBuyFulfillment.liquid.js";export{default as AftershipEmailMarketingsms}from"./third-party/components/AftershipEmailMarketingsms.liquid.js";export{default as SegunoEmailMarketing}from"./third-party/components/SegunoEmailMarketing.liquid.js";export{default as SeoantTrustBadgesIcon}from"./third-party/components/SeoantTrustBadgesIcon.liquid.js";export{default as DiscountyBulkDiscountSales}from"./third-party/components/DiscountyBulkDiscountSales.liquid.js";export{default as TrustreviewsProductReviews}from"./third-party/components/TrustreviewsProductReviews.liquid.js";export{default as MyappgurusProductReviews}from"./third-party/components/MyappgurusProductReviews.liquid.js";export{default as HulkProductOptions}from"./third-party/components/HulkProductOptions.liquid.js";export{default as EssentialCountdownTimerBar}from"./third-party/components/EssentialCountdownTimerBar.liquid.js";export{default as EssentialAnnouncementBar}from"./third-party/components/EssentialAnnouncementBar.liquid.js";export{default as OkendoReviewsLoyalty}from"./third-party/components/OkendoReviewsLoyalty.liquid.js";export{default as EstimatedDeliveryDatePlus}from"./third-party/components/EstimatedDeliveryDatePlus.liquid.js";export{default as HextomCountdownTimerBar}from"./third-party/components/HextomCountdownTimerBar.liquid.js";export{default as TrustBadgesBear}from"./third-party/components/TrustBadgesBear.liquid.js";export{default as TrustedsiteTrustBadges}from"./third-party/components/TrustedsiteTrustBadges.liquid.js";export{default as GloColorSwatchvariantImage}from"./third-party/components/GloColorSwatchvariantImage.liquid.js";export{default as BfSizeChartSizeGuide}from"./third-party/components/BfSizeChartSizeGuide.liquid.js";export{default as AlsoBoughtCbb}from"./third-party/components/AlsoBoughtCbb.liquid.js";export{default as HextomFreeShippingBar}from"./third-party/components/HextomFreeShippingBar.liquid.js";export{default as EcoboostifyShoppableReelUgc}from"./third-party/components/EcoboostifyShoppableReelUgc.liquid.js";export{default as EcomsendBackInStockAlert}from"./third-party/components/EcomsendBackInStockAlert.liquid.js";export{default as AppstleBundlesDiscounts}from"./third-party/components/AppstleBundlesDiscounts.liquid.js";export{default as AovFreeGiftBuyXGetYBogo}from"./third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js";export{default as AovBundlesVolumeDiscounts}from"./third-party/components/AovBundlesVolumeDiscounts.liquid.js";export{default as UppromoteAffiliateMarketing}from"./third-party/components/UppromoteAffiliateMarketing.liquid.js";export{default as DealeasyVolumeDiscounts}from"./third-party/components/DealeasyVolumeDiscounts.liquid.js";export{default as BloyRewardsProgramLoyalty}from"./third-party/components/BloyRewardsProgramLoyalty.liquid.js";export{default as KachingSubscriptionsApp}from"./third-party/components/KachingSubscriptionsApp.liquid.js";export{default as GrowthSuiteDiscountCodes}from"./third-party/components/GrowthSuiteDiscountCodes.liquid.js";export{default as BonySubscriptionsApp}from"./third-party/components/BonySubscriptionsApp.liquid.js";export{default as WcWishlistBackInStock}from"./third-party/components/WcWishlistBackInStock.liquid.js";export{default as EssentPreorderBackInStock}from"./third-party/components/EssentPreorderBackInStock.liquid.js";export{default as AppstleLoyaltyRewardProgram}from"./third-party/components/AppstleLoyaltyRewardProgram.liquid.js";export{default as TrustshopProductReviews}from"./third-party/components/TrustshopProductReviews.liquid.js";export{default as StellarDeliveryDatePickup}from"./third-party/components/StellarDeliveryDatePickup.liquid.js";export{default as ThirdPartySlot}from"./third-party-slot/components/ThirdPartySlot.liquid.js";export{default as ShopPayInstallments}from"./shop-pay-installment/components/ShopPayInstallments.liquid.js";export{default as Sticky}from"./sticky/components/Sticky.liquid.js";
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e,jsxs as t}from"react/jsx-runtime";import r from"../../text/components/Text.js";import{createClass as s,createStyle as m}from"@gem-sdk/system";import{getClasses as o,getComponentClasses as l,getTextClasses as i,getElementMarginClasses as n}from"../common/classes.js";import{getStyle as a,getComponentStyles as c,getTextStyle as f}from"../common/styles.js";import{PostPurchaseFontSizeValue as p,getComponentTag as d}from"../common/helpers.js";let x=({builderAttrs:x,setting:h={},styles:j,builderProps:y})=>{let{link:g,label:k}=h,{textAlign:u,typo:v,width:N,direction:L}=j??{},b=d(g),z=s({...o({builderProps:y,styles:j})}),C=m({...a(N)}),S=s({...l(g)}),T=m({...c()}),X=f({textAlign:u,typo:v}),_=s({...i(g)}),q=s({...n()});return e("div",{...x,className:z,children:t("div",{style:C,children:[e(b,{href:g,target:"_blank",rel:"noreferrer",className:S,style:T,children:e(r,{styles:{...X,direction:L},setting:{text:k},textClass:_})}),v?.fontSize===p.XLarge&&e("div",{className:q})]})})};export{x as default};
2
+ import{jsx as e,jsxs as t}from"react/jsx-runtime";import r from"../../text/components/Text.js";import{createClass as s,createStyle as m}from"@gem-sdk/system";import{getClasses as o,getComponentClasses as l,getTextClasses as i,getElementMarginClasses as n}from"../common/classes.js";import{getStyle as a,getComponentStyles as c,getTextStyle as f}from"../common/styles.js";import{PostPurchaseFontSizeValue as p,getComponentTag as d}from"../common/helpers.js";let x=({builderAttrs:x,setting:h={},styles:j,builderProps:y})=>{let{link:g,label:k}=h,{textAlign:u,typo:v,width:N}=j??{},L=d(g),b=s({...o({builderProps:y,styles:j})}),z=m({...a(N)}),C=s({...l(g)}),S=m({...c()}),T=f({textAlign:u,typo:v}),X=s({...i(g)}),_=s({...n()});return e("div",{...x,className:b,children:t("div",{style:z,children:[e(L,{href:g,target:"_blank",rel:"noreferrer",className:C,style:S,children:e(r,{styles:{...T},setting:{text:k},textClass:X})}),v?.fontSize===p.XLarge&&e("div",{className:_})]})})};export{x as default};
@@ -1 +1 @@
1
- let e=[{id:"setting",controls:[{id:"link",label:"Link",type:"input",default:"",placeholder:"E.g. gempages.net"},{id:"label",label:"Text",type:"textarea",default:"Preview Sample",autoHeight:!0,lazyUpdate:!0,placeholder:"E.g. Preview"}]},{id:"style",controls:[{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],default:"left"},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"default",fontWeight:"normal",textTransform:"none",textColor:"defaultLink"},hiddenSetting:["textColor","fontWeight","textTransform"]},{id:"textAlign",label:"Alignment",type:"option:value",options:[{value:"left",type:"text",tooltip:"Align left",iconName:"polaris-text-align-left"},{value:"center",type:"text",tooltip:"Align center",iconName:"polaris-text-align-center"},{value:"right",type:"text",tooltip:"Align right",iconName:"polaris-text-align-right"}],default:"left"},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"}},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]}]}];export{e as PostPurchaseLinkSettings};
1
+ let e=[{id:"setting",controls:[{id:"link",label:"Link",type:"input",default:"",placeholder:"E.g. gempages.net"},{id:"label",label:"Text",type:"textarea",default:"Preview Sample",autoHeight:!0,lazyUpdate:!0,placeholder:"E.g. Preview"}]},{id:"style",controls:[{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],default:"left"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"default",fontWeight:"normal",textTransform:"none",textColor:"defaultLink"},hiddenSetting:["textColor","fontWeight","textTransform"]},{id:"textAlign",label:"Alignment",type:"option:value",options:[{value:"left",type:"text",tooltip:"Align left",iconName:"polaris-text-align-left"},{value:"center",type:"text",tooltip:"Align center",iconName:"polaris-text-align-center"},{value:"right",type:"text",tooltip:"Align right",iconName:"polaris-text-align-right"}],default:"left"},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"}},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]}]}];export{e as PostPurchaseLinkSettings};
@@ -1 +1 @@
1
- let t=[{label:"Insert Link",controls:[{label:"Link",setting:{id:"link"}}]},{label:"Content",controls:[{type:"control",label:"Label",setting:{id:"label"}}]},{label:"Text",controls:[{type:"control",label:"Direction",setting:{id:"direction"},controlChangeTrigger:{options:{noRecordHistory:!0}}},{type:"control",setting:{id:"typo"},layout:"vertical"},{type:"control",setting:{id:"textAlign"},label:"Align"}]},{label:"Size",controls:[{type:"control",label:"Width",setting:{id:"width"}}]},{controls:[{label:"Align",conditionEnable:"!(parseInt(width) >= 100 && width?.includes(\"%\")) && width !== '1px'",setting:{id:"align"},options:{fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{t as PostPurchaseLinkUIV2};
1
+ let t=[{label:"Insert Link",controls:[{label:"Link",setting:{id:"link"}}]},{label:"Content",controls:[{type:"control",label:"Label",setting:{id:"label"}}]},{label:"Text",controls:[{type:"control",setting:{id:"typo"},layout:"vertical"},{type:"control",setting:{id:"textAlign"},label:"Align"}]},{label:"Size",controls:[{type:"control",label:"Width",setting:{id:"width"}}]},{controls:[{label:"Align",conditionEnable:"!(parseInt(width) >= 100 && width?.includes(\"%\")) && width !== '1px'",setting:{id:"align"},options:{fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{t as PostPurchaseLinkUIV2};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as t}from"react/jsx-runtime";import{useProduct as e}from"@gem-sdk/core";import r from"../../text/components/Text.js";let o=({setting:o,builderProps:i,styles:s})=>{let d=e(),m=d?.baseID?.replace("gid://shopify/Product/","");return t("div",{id:`shopify-text-element-${i?.uid}`,"data-product-id":m,children:t(r,{styles:s,setting:{...o,text:d?.title}})})};export{o as default};
2
+ import{jsx as t}from"react/jsx-runtime";import{useProduct as e}from"@gem-sdk/core";import r from"../../text/components/Text.js";let o=t=>t?`<p>${t}</p>`:t,i=({setting:i,builderProps:s,styles:d})=>{let p=e(),m=p?.baseID?.replace("gid://shopify/Product/","");return t("div",{id:`shopify-text-element-${s?.uid}`,"data-product-id":m,children:t(r,{styles:d,setting:{...i,text:o(p?.title)}})})};export{i as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as r}from"react/jsx-runtime";import{useEditorMode as t,ProductProvider as e,isEmptyChildren as i}from"@gem-sdk/core";import"react";import o from"../../../../../grid/components/row/Row.js";import m from"../../../../../grid/components/ChildrenDroppable.js";import{createAttr as s,createClass as d}from"@gem-sdk/system";import{getProductOfferAttrs as l}from"../common/attrs.js";import{getProductOfferItemClasses as n}from"../common/classes.js";let a=a=>{let{product:c,setting:p,builderProps:f,children:u,index:h,totalProduct:j,builderAttrs:g,styles:y}=a,b=t(),{variantSelected:I,productOfferLayout:k,layout:v,...O}=p??{};Object.keys(v||{}).forEach(r=>{k?.[r]==="2col"&&v?.[r]&&(v[r].display="fill")});let w=I?.[c?.baseID??""]?.variantId,x=s({...l(c,f?.uid)}),D=d({...n(h,p,j)});return r("div",{className:D,children:r(e,{product:c,readOnly:!0,initialVariantId:w??"Latest",uid:f?.uid,children:r("div",{..."edit"===b?{...x}:{},children:r(o,{builderAttrs:g,setting:{...O,layout:v},styles:y,children:i(u)?r(m,{}):u})})})},`uid-${c?.id}`)};export{a as ProductOfferItem};
2
+ import{jsx as r}from"react/jsx-runtime";import{useRenderMode as e,isEmptyChildren as t,ProductProvider as o}from"@gem-sdk/core";import{useRef as i}from"react";import m from"../../../../../grid/components/row/Row.js";import s from"../../../../../grid/components/ChildrenDroppable.js";import{createAttr as n,createClass as d}from"@gem-sdk/system";import{getProductOfferAttrs as c}from"../common/attrs.js";import{getProductOfferItemClasses as l}from"../common/classes.js";import{ProductOfferSubscriptionPresenceProvider as a}from"../context/PrdOfferSubscriptionPresenceContext.js";let f=f=>{let{product:p,setting:u,builderProps:h,children:j,index:b,totalProduct:g,builderAttrs:y,styles:x}=f,{isEditMode:I}=e(),{variantSelected:O,productOfferLayout:k,layout:v,...P}=u??{};Object.keys(v||{}).forEach(r=>{k?.[r]==="2col"&&v?.[r]&&(v[r].display="fill")});let w=O?.[p?.baseID??""]?.variantId,C=n({...c(p,h?.uid)}),D=d({...l(b,u,g)}),R=i(null),A=r("div",{ref:R,...I&&C,children:r(m,{builderAttrs:y,setting:{...P,layout:v},styles:x,children:t(j)?r(s,{}):j})});return r("div",{className:D,children:r(o,{product:p,readOnly:!0,initialVariantId:w??"Latest",uid:h?.uid,children:r(a,{containerRef:R,children:A})})},`uid-${p?.id}`)};export{f as ProductOfferItem};
@@ -0,0 +1,2 @@
1
+ 'use client';
2
+ import{jsx as r}from"react/jsx-runtime";import{useContext as e,createContext as o}from"react";import{useProductOfferSubscriptionBlocksObserver as t}from"../hooks/useProductOfferSubscriptionBlocksObserver.js";let i=o(void 0),c=({children:e,containerRef:o})=>{let c=t(o);return r(i.Provider,{value:c,children:e})},s=()=>{let r=e(i);if(!r)throw Error("useProductOfferSubscriptionPresence must be used within a ProductOfferSubscriptionPresenceProvider");return r};export{i as ProductOfferSubscriptionPresenceContext,c as ProductOfferSubscriptionPresenceProvider,s as useProductOfferSubscriptionPresence};
@@ -0,0 +1 @@
1
+ import{SubscriptionEnum as t}from"../../../constants/index.js";let e=e=>{let r=e.querySelectorAll('[id^="product-subscription-"][data-selling-type]'),l=!1,o=!1;return r.forEach(e=>{let r=e.getAttribute("data-selling-type");r===t.ONE_TIME&&(l=!0),r===t.SUBSCRIPTION&&(o=!0)}),{hasOneTimeBlock:l,hasSubscriptionBlock:o,hasBoth:l&&o}};export{e as scanSubscriptionBlocks};
@@ -0,0 +1 @@
1
+ import{useState as e}from"react";import{useIsomorphicLayoutEffect as t}from"@gem-sdk/core";import{scanSubscriptionBlocks as r}from"../helpers/scanSubscriptionBlocks.js";let s=s=>{let[o,i]=e(()=>({hasOneTimeBlock:!1,hasSubscriptionBlock:!1,hasBoth:!1}));return t(()=>{let e=s.current;if(!e)return;let t=()=>{i(t=>{let s=r(e);return t.hasOneTimeBlock===s.hasOneTimeBlock&&t.hasSubscriptionBlock===s.hasSubscriptionBlock?t:s})};t();let o=new MutationObserver(t);return o.observe(e,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["data-selling-type"]}),()=>{o.disconnect()}},[s]),o};export{s as useProductOfferSubscriptionBlocksObserver};
@@ -1 +1 @@
1
- import{useMemo as e,useEffect as l}from"react";import{useProductStore as i,useProduct as n}from"@gem-sdk/core";import{SubscriptionEnum as s}from"../../../constants/index.js";import{useSellingPlanOptions as r}from"./useSellingPlanOptions.js";import{useSubscriptionSellingType as t}from"../../../hooks/useSubscriptionSellingType.js";let o=({setting:o})=>{let p=i(e=>e.setSubscriptionSellingType),{isOneTime:g,subscriptionSellingType:S}=t(),T=r(o),m=n(),I=e(()=>m?.requiresSellingPlan,[m?.requiresSellingPlan]),u=e(()=>g?s.ONE_TIME:s.SUBSCRIPTION,[g]);l(()=>{S||(o?.sellingType===s.ONE_TIME?p(s.ONE_TIME):p(o?.sellingType??s.SUBSCRIPTION))},[p,o?.sellingType,S]);let y=!I&&T&&T.length>0,E=o?.sellingType===s.SUBSCRIPTION&&(!T||0===T.length),O=o?.sellingType===s.ONE_TIME&&I,N=(!T||0===T.length)&&!I;return{selectedType:u,shouldShowRadio:y,isOneTimeHidden:O,requiresSellingPlan:I,isOnetimeOnly:N,hasNoSellingPlanOptions:E,setSubscriptionSellingType:p}};export{o as useSubscriptionVisibility};
1
+ import{useMemo as e,useEffect as i}from"react";import{useProductStore as l,useProduct as o}from"@gem-sdk/core";import{SubscriptionEnum as s}from"../../../constants/index.js";import{useProductOfferSubscriptionPresence as r}from"../../product-offer/context/PrdOfferSubscriptionPresenceContext.js";import{useSellingPlanOptions as t}from"./useSellingPlanOptions.js";import{useSubscriptionSellingType as n}from"../../../hooks/useSubscriptionSellingType.js";let p=({setting:p})=>{let S=l(e=>e.setSubscriptionSellingType),{isOneTime:T,subscriptionSellingType:m}=n(),O=t(p),c=o(),u=r(),I=O&&O.length>0,g=u.hasBoth,f=e(()=>c?.requiresSellingPlan,[c?.requiresSellingPlan]),E=e(()=>T?s.ONE_TIME:s.SUBSCRIPTION,[T]);i(()=>{m||(p?.sellingType===s.ONE_TIME?S(s.ONE_TIME):S(p?.sellingType??s.SUBSCRIPTION))},[S,p?.sellingType,m]);let a=!!u.hasSubscriptionBlock&&!u.hasOneTimeBlock&&m===s.ONE_TIME;i(()=>{a&&S(s.SUBSCRIPTION)},[S,a]);let y=p?.sellingType===s.SUBSCRIPTION&&!I,N=p?.sellingType===s.ONE_TIME&&f;return{selectedType:E,shouldShowRadio:!f&&I&&g,isOneTimeHidden:N,requiresSellingPlan:f,isOnetimeOnly:!I&&!f,hasNoSellingPlanOptions:y,setSubscriptionSellingType:S}};export{p as useSubscriptionVisibility};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as e}from"react/jsx-runtime";import{useVariantOutStock as t}from"@gem-sdk/core";import"react";let o=({optionPosition:o,optionNumber:r,value:a,optionName:l,isSoldOutMark:i})=>{let p=t(l??"",a?.label??"",{position:o||0,optionNumber:r||0});return e("option",{className:"gp-text-[14px] gp-text-black",disabled:!p&&i,value:a?.label,children:a?.label},a?.id)};export{o as default};
2
+ import{jsx as e}from"react/jsx-runtime";import{useVariantOutStock as t,cls as o}from"@gem-sdk/core";import"react";let r=({optionPosition:r,optionNumber:a,value:l,optionName:i,isSoldOutMark:p})=>{let m=t(i??"",l?.label??"",{position:r||0,optionNumber:a||0}),n=!m&&p;return e("option",{className:o("gp-text-[14px]",n?"":"gp-text-black"),disabled:n,value:l?.label,children:l?.label},l?.id)};export{r as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsxs as e,jsx as s}from"react/jsx-runtime";import{useI18nStore as m,useProduct as o,useCurrentVariant as t,useMoneyFormat as r,useCurrentDevice as l,useProductBundleDiscount as i,useEditorMode as a,useRenderMode as c,usePageType as n,filterToolbarPreview as d}from"@gem-sdk/core";import{getBadgeContent as p,getIsNoDiscountState as y}from"./utils/common.js";import"./constants.js";import f from"../../../common/components/NoDataState.js";import h from"../../../common/components/TooltipHover.js";import{createClass as N,createStyle as j,createAttr as u,If as v}from"@gem-sdk/system";import{getEditTooltipAttrs as g,getSubWrapperAttrs as T,getContainerAttrs as k,getTextContentAttrs as x,getImageAttr as C}from"./common/attrs.js";import{getContainerClasses as S,getWrapperClasses as b,getSubWrapperClass as w,getTextContainerClasses as A,getTextWrapperClasses as B,getTextContentClasses as D,getImageContainerClasses as H,getImageClasses as I}from"./common/classes.js";import{getContainerStyle as M,getSubWrapperStyle as P,getContentStyleInternal as q,getTextBadgeWrapperStyles as z,getTextContentStyle as E,getImageContainerStyles as F}from"./common/styles.js";let G=G=>{let{t:J}=m(),{setting:K,styles:L,children:O,builderAttrs:Q,...R}=G,U=o(),V=t(),{moneyFormat:W}=r(),X=l(),{useProductCompareAtPrice:Y}=i(),Z=R?.["bundle-item"],$=a(),{isEditMode:_}=c(),ee="STATIC"===n(),es=p({detail:U,currentVariant:V,bundleItem:Z,useProductCompareAtPrice:Y},K?.displayContent,W),em=y({props:G,product:U,currentVariant:V,moneyFormat:W,useProductCompareAtPrice:Y}),eo=N({...S({mode:$,isInstant:ee,product:U,currentVariant:V,props:G})}),et=j({...M(G)}),er=u({...g(G,_)}),el=N({...b(G)}),ei=N({...w(G,X)}),ea=j({...P({props:G,product:U,currentVariant:V,isEditMode:_})}),ec=u({...T(G,U)}),en=q(G),ed=N({...A()}),ep=u({...k(G)}),ey=N({...B()}),ef=j({...z({setting:K,styles:L})}),eh=N({...D(L)}),eN=j({...E({setting:K,styles:L})}),ej=u({...x()}),eu=N({...H()}),ev=j({...F({setting:K,styles:L})}),eg=N({...I()}),eT=u({...C({setting:K})});return U?e("div",{...ep,style:et,className:eo,children:[v(_&&em,s(h,{...er,children:s(f,{...Q,elementType:"secondary",description:J("No discount"),rawMode:!0})}),s("div",{className:el,children:e("div",{...ec,className:ei,style:ea,children:[s("style",{children:en}),v(K?.shape!=="image",s("div",{className:ed,children:s("div",{className:ey,style:ef,children:s("pre",{...ej,className:eh,style:eN,children:es})})}),s("div",{className:eu,style:ev,children:s("img",{...eT,className:eg,alt:""})}))]})})),d(O,!0)]}):null};export{G as default};
2
+ import{jsxs as e,jsx as s}from"react/jsx-runtime";import{useI18nStore as m,useProduct as o,useCurrentVariant as t,useMoneyFormat as r,useCurrentDevice as i,useProductBundleDiscount as l,useEditorMode as a,useRenderMode as c,usePageType as n,useSafeGetProductListSettings as d,filterToolbarPreview as p}from"@gem-sdk/core";import{getBadgeContent as h,getIsNoDiscountState as y}from"./utils/common.js";import"./constants.js";import f from"../../../common/components/NoDataState.js";import N from"../../../common/components/TooltipHover.js";import{createClass as j,createStyle as u,createAttr as g,If as v}from"@gem-sdk/system";import{getEditTooltipAttrs as T,getSubWrapperAttrs as k,getContainerAttrs as x,getTextContentAttrs as C,getImageAttr as H}from"./common/attrs.js";import{getContainerClasses as S,getWrapperClasses as b,getSubWrapperClass as w,getTextContainerClasses as A,getTextWrapperClasses as B,getTextContentClasses as D,getImageContainerClasses as I,getImageClasses as M}from"./common/classes.js";import{getContainerStyle as P,getSubWrapperStyle as q,getContentStyleInternal as z,getTextBadgeWrapperStyles as E,getTextContentStyle as F,getImageContainerStyles as G}from"./common/styles.js";let J=J=>{let{t:K}=m(),{setting:L,styles:O,children:Q,builderAttrs:R,...U}=J,V=o(),W=t(),{moneyFormat:X}=r(),Y=i(),{useProductCompareAtPrice:Z}=l(),$=U?.["bundle-item"],_=a(),{isEditMode:ee}=c(),es="STATIC"===n(),{settings:em}=d(),eo=em?.sameHeight,et=h({detail:V,currentVariant:W,bundleItem:$,useProductCompareAtPrice:Z},L?.displayContent,X),er=y({props:J,product:V,currentVariant:W,moneyFormat:X,useProductCompareAtPrice:Z}),ei=j({...S({mode:_,isInstant:es,product:V,currentVariant:W,props:J,isSameHeightInProductList:eo})}),el=u({...P(J)}),ea=g({...T(J,ee)}),ec=j({...b(J)}),en=j({...w(J,Y)}),ed=u({...q({props:J,product:V,currentVariant:W,isEditMode:ee})}),ep=g({...k(J,V)}),eh=z(J),ey=j({...A()}),ef=g({...x(J)}),eN=j({...B()}),ej=u({...E({setting:L,styles:O})}),eu=j({...D(O)}),eg=u({...F({setting:L,styles:O})}),ev=g({...C()}),eT=j({...I()}),ek=u({...G({setting:L,styles:O})}),ex=j({...M()}),eC=g({...H({setting:L})});return V?e("div",{...ef,style:el,className:ei,children:[v(ee&&er,s(N,{...ea,children:s(f,{...R,elementType:"secondary",description:K("No discount"),rawMode:!0})}),s("div",{className:ec,children:e("div",{...ep,className:en,style:ed,children:[s("style",{children:eh}),v(L?.shape!=="image",s("div",{className:ey,children:s("div",{className:eN,style:ej,children:s("pre",{...ev,className:eu,style:eg,children:et})})}),s("div",{className:eT,style:ek,children:s("img",{...eC,className:ex,alt:""})}))]})})),p(Q,!0)]}):null};export{J as default};