@gem-sdk/components 2.0.0-staging.128 → 2.0.1

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 (1355) hide show
  1. package/dist/cjs/accordion/components/Accordion.js +0 -1
  2. package/dist/cjs/accordion/components/AccordionItem.js +0 -1
  3. package/dist/cjs/accordion/components/AccordionItem.liquid.js +1 -1
  4. package/dist/cjs/accordion/hooks/useMountTransition.js +0 -1
  5. package/dist/cjs/accordion/next.js +0 -2
  6. package/dist/cjs/accordion/setting/index.js +2 -2
  7. package/dist/cjs/article/components/ArticleAuthor.js +0 -1
  8. package/dist/cjs/article/components/ArticleAuthor.liquid.js +0 -1
  9. package/dist/cjs/article/components/ArticleCategory.js +0 -1
  10. package/dist/cjs/article/components/ArticleCategory.liquid.js +0 -1
  11. package/dist/cjs/article/components/ArticleContent.js +0 -1
  12. package/dist/cjs/article/components/ArticleContent.liquid.js +0 -1
  13. package/dist/cjs/article/components/ArticleDate.js +3 -13
  14. package/dist/cjs/article/components/ArticleDate.liquid.js +0 -1
  15. package/dist/cjs/article/components/ArticleExcerpt.js +0 -1
  16. package/dist/cjs/article/components/ArticleExcerpt.liquid.js +0 -1
  17. package/dist/cjs/article/components/ArticleImage.js +1 -8
  18. package/dist/cjs/article/components/ArticleImage.liquid.js +2 -15
  19. package/dist/cjs/article/components/ArticleList.js +0 -1
  20. package/dist/cjs/article/components/ArticleList.liquid.js +0 -1
  21. package/dist/cjs/article/components/ArticleNotFound.js +0 -1
  22. package/dist/cjs/article/components/ArticlePagination.js +0 -1
  23. package/dist/cjs/article/components/ArticlePagination.liquid.js +0 -1
  24. package/dist/cjs/article/components/ArticleReadMore.js +0 -1
  25. package/dist/cjs/article/components/ArticleReadMore.liquid.js +0 -1
  26. package/dist/cjs/article/components/ArticleTag.js +0 -1
  27. package/dist/cjs/article/components/ArticleTag.liquid.js +0 -1
  28. package/dist/cjs/article/components/ArticleTitle.js +0 -1
  29. package/dist/cjs/article/components/ArticleTitle.liquid.js +0 -1
  30. package/dist/cjs/article/next.js +0 -2
  31. package/dist/cjs/article/setting/index.js +2 -2
  32. package/dist/cjs/banner/components/hero-banner/index.js +29 -27
  33. package/dist/cjs/banner/components/hero-banner/index.liquid.js +144 -149
  34. package/dist/cjs/banner/next.js +0 -2
  35. package/dist/cjs/banner/setting/index.js +2 -2
  36. package/dist/cjs/breadcrumb/components/Breadcrumb.js +0 -1
  37. package/dist/cjs/breadcrumb/components/Breadcrumb.liquid.js +1 -1
  38. package/dist/cjs/breadcrumb/next.js +0 -2
  39. package/dist/cjs/breadcrumb/setting/index.js +2 -2
  40. package/dist/cjs/builder.js +44 -67
  41. package/dist/cjs/button/components/Button.js +1 -2
  42. package/dist/cjs/button/next.js +0 -2
  43. package/dist/cjs/button/setting/index.js +2 -2
  44. package/dist/cjs/carousel/components/Arrow.js +1 -5
  45. package/dist/cjs/carousel/components/Carousel.js +1 -2
  46. package/dist/cjs/carousel/components/CarouselItem.js +0 -1
  47. package/dist/cjs/carousel/components/Dots.js +0 -1
  48. package/dist/cjs/carousel/next.js +0 -2
  49. package/dist/cjs/carousel/setting/Carousel.js +1 -1
  50. package/dist/cjs/carousel/setting/index.js +2 -2
  51. package/dist/cjs/cart/components/Cart.js +0 -1
  52. package/dist/cjs/cart/components/CartCheckout.js +0 -1
  53. package/dist/cjs/cart/components/CartDiscount.js +0 -1
  54. package/dist/cjs/cart/components/CartLineAttribute.js +0 -1
  55. package/dist/cjs/cart/components/CartLineImage.js +0 -1
  56. package/dist/cjs/cart/components/CartLinePrice.js +0 -1
  57. package/dist/cjs/cart/components/CartLineVariant.js +0 -1
  58. package/dist/cjs/cart/components/CartList.js +0 -1
  59. package/dist/cjs/cart/components/CartOrderNote.js +0 -1
  60. package/dist/cjs/cart/components/CartTotalItem.js +0 -1
  61. package/dist/cjs/cart/components/CartTotalPrice.js +0 -1
  62. package/dist/cjs/cart/components/CheckoutNow.js +0 -1
  63. package/dist/cjs/cart/components/CouponList.js +0 -1
  64. package/dist/cjs/cart/components/DiscountInput.js +0 -1
  65. package/dist/cjs/cart/components/ShopPayButton/icons/BaseIcon.js +0 -1
  66. package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.js +0 -1
  67. package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.js +0 -1
  68. package/dist/cjs/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.js +0 -1
  69. package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.js +0 -1
  70. package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.js +0 -1
  71. package/dist/cjs/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.js +0 -1
  72. package/dist/cjs/cart/components/ShopPayButton/index.js +0 -1
  73. package/dist/cjs/cart/next.js +0 -2
  74. package/dist/cjs/cart/setting/index.js +2 -2
  75. package/dist/cjs/code/components/CSSCode.js +0 -1
  76. package/dist/cjs/code/next.js +0 -2
  77. package/dist/cjs/code/setting/index.js +2 -2
  78. package/dist/cjs/collection/components/CollectionBanner.js +0 -1
  79. package/dist/cjs/collection/components/CollectionBanner.liquid.js +0 -1
  80. package/dist/cjs/collection/components/CollectionDescription.js +7 -102
  81. package/dist/cjs/collection/components/CollectionDescription.liquid.js +9 -102
  82. package/dist/cjs/collection/components/CollectionPaginator.js +0 -1
  83. package/dist/cjs/collection/components/CollectionPaginator.liquid.js +2 -1
  84. package/dist/cjs/collection/components/CollectionTitle.js +0 -1
  85. package/dist/cjs/collection/components/CollectionToolbar.js +0 -1
  86. package/dist/cjs/collection/next.js +0 -2
  87. package/dist/cjs/collection/setting/CollectionDescription.js +0 -128
  88. package/dist/cjs/collection/setting/index.js +2 -2
  89. package/dist/cjs/common/components/Loading.js +2 -5
  90. package/dist/cjs/common/components/Tooltip.js +0 -1
  91. package/dist/cjs/countdown-timer/components/Countdown.js +10 -12
  92. package/dist/cjs/countdown-timer/components/Countdown.liquid.js +1 -1
  93. package/dist/cjs/countdown-timer/next.js +0 -2
  94. package/dist/cjs/countdown-timer/setting/index.js +2 -2
  95. package/dist/cjs/coupon/components/Coupon.js +0 -1
  96. package/dist/cjs/coupon/next.js +0 -2
  97. package/dist/cjs/coupon/setting/index.js +2 -2
  98. package/dist/cjs/dialog/components/Dialog.js +21 -22
  99. package/dist/cjs/dialog/components/Dialog.liquid.js +21 -22
  100. package/dist/cjs/dialog/helpers/common.js +0 -30
  101. package/dist/cjs/dialog/next.js +0 -2
  102. package/dist/cjs/dialog/setting/index.js +2 -2
  103. package/dist/cjs/estimate-delivery/components/EstimateDate.js +0 -1
  104. package/dist/cjs/estimate-delivery/components/EstimateDate.liquid.js +1 -0
  105. package/dist/cjs/estimate-delivery/next.js +0 -2
  106. package/dist/cjs/estimate-delivery/setting/index.js +2 -2
  107. package/dist/cjs/form/components/contact/Contact.js +0 -1
  108. package/dist/cjs/form/components/form-checkbox/FormCheckbox.js +0 -1
  109. package/dist/cjs/form/components/form-dropdown/FormDropdown.js +0 -1
  110. package/dist/cjs/form/components/form-dropdown/FormDropdown.liquid.js +2 -3
  111. package/dist/cjs/form/components/form-email/FormEmail.js +0 -1
  112. package/dist/cjs/form/components/newsletter/Newsletter.js +0 -1
  113. package/dist/cjs/form/components/submit-button/SubmitButton.js +0 -1
  114. package/dist/cjs/form/components/textarea/TextArea.js +0 -1
  115. package/dist/cjs/form/components/textfield/TextField.js +0 -1
  116. package/dist/cjs/form/next.js +0 -2
  117. package/dist/cjs/form/setting/index.js +2 -2
  118. package/dist/cjs/grid/components/ChildrenDroppable.js +0 -1
  119. package/dist/cjs/grid/components/Col.js +0 -2
  120. package/dist/cjs/grid/components/Col.liquid.js +0 -1
  121. package/dist/cjs/grid/components/Root.js +0 -1
  122. package/dist/cjs/grid/components/Row.js +7 -10
  123. package/dist/cjs/grid/components/Row.liquid.js +11 -15
  124. package/dist/cjs/grid/components/Section.js +0 -1
  125. package/dist/cjs/grid/next.js +0 -2
  126. package/dist/cjs/grid/setting/index.js +2 -2
  127. package/dist/cjs/header/components/Header.js +0 -1
  128. package/dist/cjs/header/components/SalePageHeaderWarning.js +0 -1
  129. package/dist/cjs/header/components/icons/ChevronLeft.js +0 -1
  130. package/dist/cjs/header/components/icons/Dismiss.js +0 -1
  131. package/dist/cjs/header/components/icons/MenuIcon.js +0 -1
  132. package/dist/cjs/header/components/kind/basic/DesktopMenu.js +0 -1
  133. package/dist/cjs/header/components/kind/basic/DesktopMenuItem.js +0 -1
  134. package/dist/cjs/header/components/kind/basic/MenuMobileItem.js +0 -1
  135. package/dist/cjs/header/components/kind/basic/MobileMenu.js +0 -1
  136. package/dist/cjs/header/components/kind/basic/index.js +0 -1
  137. package/dist/cjs/header/components/kind/modern/index.js +0 -1
  138. package/dist/cjs/header/next.js +0 -2
  139. package/dist/cjs/header/setting/index.js +2 -2
  140. package/dist/cjs/heading/Heading.js +0 -1
  141. package/dist/cjs/heading/next.js +0 -2
  142. package/dist/cjs/heading/setting/index.js +2 -2
  143. package/dist/cjs/helpers.js +3 -27
  144. package/dist/cjs/icon/components/Icon.js +0 -1
  145. package/dist/cjs/icon/next.js +0 -2
  146. package/dist/cjs/icon/setting/index.js +2 -2
  147. package/dist/cjs/icon-list/components/IconList.js +0 -1
  148. package/dist/cjs/icon-list/components/IconListItem.js +0 -1
  149. package/dist/cjs/icon-list/next.js +0 -2
  150. package/dist/cjs/icon-list/setting/ItemTemplate.js +1 -2
  151. package/dist/cjs/icon-list/setting/index.js +2 -2
  152. package/dist/cjs/icon-list-hoz/components/IconListHoz.js +0 -1
  153. package/dist/cjs/icon-list-hoz/components/IconListHozItem.js +0 -1
  154. package/dist/cjs/icon-list-hoz/next.js +0 -2
  155. package/dist/cjs/icon-list-hoz/setting/index.js +2 -2
  156. package/dist/cjs/icon-list-v2/components/IconList.js +0 -1
  157. package/dist/cjs/icon-list-v2/next.js +0 -2
  158. package/dist/cjs/icon-list-v2/setting/index.js +2 -2
  159. package/dist/cjs/image/components/AdaptiveImage.js +2 -4
  160. package/dist/cjs/image/components/AdaptiveImage.liquid.js +5 -5
  161. package/dist/cjs/image/components/BackgroundImage.js +0 -1
  162. package/dist/cjs/image/components/Image.js +1 -17
  163. package/dist/cjs/image/components/Img.js +0 -1
  164. package/dist/cjs/image/components/NextImage.js +0 -1
  165. package/dist/cjs/image/components/NextImage.liquid.js +2 -1
  166. package/dist/cjs/image/components/helpers.js +19 -2
  167. package/dist/cjs/image/helpers/getSrcSet.js +0 -2
  168. package/dist/cjs/image/next.js +0 -2
  169. package/dist/cjs/image/setting/Image.js +124 -3
  170. package/dist/cjs/image/setting/index.js +2 -2
  171. package/dist/cjs/image-comparison/components/CompareImage.js +0 -21
  172. package/dist/cjs/image-comparison/components/CompareImage.liquid.js +1 -2
  173. package/dist/cjs/image-comparison/components/ImageComparison.js +0 -1
  174. package/dist/cjs/image-comparison/next.js +0 -2
  175. package/dist/cjs/image-comparison/setting/index.js +2 -2
  176. package/dist/cjs/image-detection/ImageDetection.js +0 -1
  177. package/dist/cjs/image-detection/next.js +0 -2
  178. package/dist/cjs/image-detection/setting/index.js +2 -2
  179. package/dist/cjs/index.js +30 -70
  180. package/dist/cjs/index.liquid.js +0 -21
  181. package/dist/cjs/input/Input.js +0 -1
  182. package/dist/cjs/input/next.js +0 -2
  183. package/dist/cjs/input/setting/index.js +2 -2
  184. package/dist/cjs/intersection-observer/useInView.js +0 -1
  185. package/dist/cjs/line/Divider.js +0 -1
  186. package/dist/cjs/line/Line.js +0 -1
  187. package/dist/cjs/line/next.js +0 -2
  188. package/dist/cjs/line/setting/index.js +2 -2
  189. package/dist/cjs/link/components/CustomLink.js +0 -1
  190. package/dist/cjs/link/components/Link.js +0 -1
  191. package/dist/cjs/link/components/ProductLink.js +0 -1
  192. package/dist/cjs/link/components/next-link/CustomLink.js +0 -1
  193. package/dist/cjs/link/components/next-link/ProductLink.js +0 -1
  194. package/dist/cjs/link/components/next-link/index.js +0 -1
  195. package/dist/cjs/link/next.js +0 -2
  196. package/dist/cjs/link/setting/index.js +2 -2
  197. package/dist/cjs/marquee/components/Marquee.js +0 -1
  198. package/dist/cjs/marquee/components/MarqueeBase.js +0 -1
  199. package/dist/cjs/marquee/components/MarqueeItem.js +0 -1
  200. package/dist/cjs/marquee/next.js +0 -2
  201. package/dist/cjs/marquee/setting/index.js +2 -2
  202. package/dist/cjs/menu/components/DropdownMenu.js +0 -1
  203. package/dist/cjs/menu/components/MegaMenu.js +0 -1
  204. package/dist/cjs/menu/components/Menu.js +0 -1
  205. package/dist/cjs/menu/components/NavigationMenu.js +0 -1
  206. package/dist/cjs/menu/components/SubMegaMenu.js +0 -1
  207. package/dist/cjs/menu/components/SubNavigationMenu.js +0 -1
  208. package/dist/cjs/menu/next.js +0 -2
  209. package/dist/cjs/menu/setting/index.js +2 -2
  210. package/dist/cjs/modal/components/Modal.js +0 -1
  211. package/dist/cjs/modal/components/confirm.js +0 -1
  212. package/dist/cjs/modal/next.js +0 -2
  213. package/dist/cjs/modal/setting/index.js +2 -2
  214. package/dist/cjs/next.js +7 -10
  215. package/dist/cjs/notification/components/Notice.js +0 -1
  216. package/dist/cjs/notification/components/Notifications.js +0 -1
  217. package/dist/cjs/notification/components/icons/CloseIcon.js +0 -1
  218. package/dist/cjs/notification/hooks/use-notification.js +0 -1
  219. package/dist/cjs/pagination/Pagination.js +0 -1
  220. package/dist/cjs/pagination/next.js +0 -2
  221. package/dist/cjs/pagination/setting/index.js +2 -2
  222. package/dist/cjs/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +0 -1
  223. package/dist/cjs/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +0 -1
  224. package/dist/cjs/post-purchase/advanced-list/next.js +0 -2
  225. package/dist/cjs/post-purchase/advanced-list/setting/index.js +2 -2
  226. package/dist/cjs/post-purchase/button/Button.js +0 -1
  227. package/dist/cjs/post-purchase/button/next.js +0 -2
  228. package/dist/cjs/post-purchase/button/setting/index.js +2 -2
  229. package/dist/cjs/post-purchase/callout-banner/components/CalloutBox.js +0 -1
  230. package/dist/cjs/post-purchase/callout-banner/components/CalloutText.js +0 -1
  231. package/dist/cjs/post-purchase/callout-banner/next.js +0 -2
  232. package/dist/cjs/post-purchase/callout-banner/setting/CalloutBox.js +2 -2
  233. package/dist/cjs/post-purchase/callout-banner/setting/index.js +2 -2
  234. package/dist/cjs/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +0 -1
  235. package/dist/cjs/post-purchase/countdown-timer/components/TextCountdown.js +0 -1
  236. package/dist/cjs/post-purchase/countdown-timer/next.js +0 -2
  237. package/dist/cjs/post-purchase/countdown-timer/settings/index.js +2 -2
  238. package/dist/cjs/post-purchase/image/components/AdaptiveImage.js +0 -1
  239. package/dist/cjs/post-purchase/image/components/Image.js +0 -1
  240. package/dist/cjs/post-purchase/image/components/Img.js +0 -1
  241. package/dist/cjs/post-purchase/image/next.js +0 -2
  242. package/dist/cjs/post-purchase/image/setting/index.js +2 -2
  243. package/dist/cjs/post-purchase/line/components/PostPurchaseLine.js +0 -1
  244. package/dist/cjs/post-purchase/line/next.js +0 -2
  245. package/dist/cjs/post-purchase/line/setting/index.js +2 -2
  246. package/dist/cjs/post-purchase/next.js +5 -7
  247. package/dist/cjs/post-purchase/product/components/AcceptButton.js +0 -1
  248. package/dist/cjs/post-purchase/product/components/ProductDescription.js +0 -1
  249. package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +0 -1
  250. package/dist/cjs/post-purchase/product/components/ProductOffer.js +2 -4
  251. package/dist/cjs/post-purchase/product/components/ProductPrice.js +0 -1
  252. package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +0 -1
  253. package/dist/cjs/post-purchase/product/components/ProductQuantity.js +0 -1
  254. package/dist/cjs/post-purchase/product/components/ProductTitle.js +0 -1
  255. package/dist/cjs/post-purchase/product/components/ProductVariant.js +0 -1
  256. package/dist/cjs/post-purchase/product/components/priceBreakdown/MoneyLine.js +0 -1
  257. package/dist/cjs/post-purchase/product/components/product-image/Arrow.js +0 -1
  258. package/dist/cjs/post-purchase/product/components/product-image/CarouselPostPurchase.js +0 -1
  259. package/dist/cjs/post-purchase/product/components/product-image/FeatureImage.js +0 -1
  260. package/dist/cjs/post-purchase/product/components/product-image/ImageListCarousel.js +0 -1
  261. package/dist/cjs/post-purchase/product/components/product-image/ImageListGrid.js +0 -1
  262. package/dist/cjs/post-purchase/product/components/product-image/index.js +0 -1
  263. package/dist/cjs/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +0 -1
  264. package/dist/cjs/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +0 -1
  265. package/dist/cjs/post-purchase/product/components/variants/Dropdown.js +0 -1
  266. package/dist/cjs/post-purchase/product/components/variants/DropdownOption.js +0 -1
  267. package/dist/cjs/post-purchase/product/components/variants/RectangleList.js +0 -1
  268. package/dist/cjs/post-purchase/product/components/variants/VariantGroup.js +0 -1
  269. package/dist/cjs/post-purchase/product/components/variants/VariantItem.js +0 -1
  270. package/dist/cjs/post-purchase/product/components/variants/VariantOption.js +0 -1
  271. package/dist/cjs/post-purchase/product/next.js +0 -2
  272. package/dist/cjs/post-purchase/product/settings/index.js +2 -2
  273. package/dist/cjs/post-purchase/text/Text.js +0 -1
  274. package/dist/cjs/post-purchase/text/next.js +0 -2
  275. package/dist/cjs/post-purchase/text/setting/index.js +2 -2
  276. package/dist/cjs/post-purchase/utils/helper.js +0 -5
  277. package/dist/cjs/product/components/DynamicCheckout.js +0 -1
  278. package/dist/cjs/product/components/DynamicCheckout.liquid.js +0 -5
  279. package/dist/cjs/product/components/FileUpload.js +0 -1
  280. package/dist/cjs/product/components/Product.js +0 -1
  281. package/dist/cjs/product/components/ProductBadge/index.js +1 -21
  282. package/dist/cjs/product/components/ProductBadge/utils/common.js +0 -14
  283. package/dist/cjs/product/components/ProductBundleDiscount.js +4 -56
  284. package/dist/cjs/product/components/ProductBundleDiscount.liquid.js +2 -2
  285. package/dist/cjs/product/components/ProductBundleDiscountItem.js +0 -1
  286. package/dist/cjs/product/components/ProductButton.js +0 -1
  287. package/dist/cjs/product/components/ProductDescription.js +7 -31
  288. package/dist/cjs/product/components/ProductDescription.liquid.js +1 -2
  289. package/dist/cjs/product/components/ProductImages/ProductFeaturedImage.js +0 -1
  290. package/dist/cjs/product/components/ProductImages/ProductGalleryCarousel.js +0 -1
  291. package/dist/cjs/product/components/ProductImages/ProductGalleryGrid.js +0 -1
  292. package/dist/cjs/product/components/ProductImages/ProductImagesLightBox.js +0 -1
  293. package/dist/cjs/product/components/ProductImages.js +0 -1
  294. package/dist/cjs/product/components/ProductImagesV2/jsx/ProductImages.js +1 -51
  295. package/dist/cjs/product/components/ProductImagesV2/jsx/components/ButtonOpenLightBox.js +0 -1
  296. package/dist/cjs/product/components/ProductImagesV2/jsx/components/MediaIcon.js +0 -1
  297. package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +0 -1
  298. package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageOnly.js +0 -1
  299. package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductGalleryCarousel.js +0 -1
  300. package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductGalleryGrid.js +0 -1
  301. package/dist/cjs/product/components/ProductImagesV2/jsx/components/ProductImagesLightBox.js +0 -1
  302. package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/FeatureImageWithGallery.js +1 -5
  303. package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/GalleryOneCol.js +1 -5
  304. package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/GalleryTwoCol.js +1 -5
  305. package/dist/cjs/product/components/ProductImagesV2/jsx/layouts/OnlyFeatureImage.js +1 -5
  306. package/dist/cjs/product/components/ProductList.js +1 -5
  307. package/dist/cjs/product/components/ProductList.liquid.js +1 -1
  308. package/dist/cjs/product/components/ProductNotFound.js +112 -47
  309. package/dist/cjs/product/components/ProductNotFoundRelated.js +65 -0
  310. package/dist/cjs/product/components/ProductPrice.js +23 -43
  311. package/dist/cjs/product/components/ProductProperties/ProductPropertyChoice.js +0 -1
  312. package/dist/cjs/product/components/ProductProperties/ProductPropertyInput.js +0 -1
  313. package/dist/cjs/product/components/ProductProperties/ProductPropertySelect.js +0 -1
  314. package/dist/cjs/product/components/ProductProperties.js +0 -38
  315. package/dist/cjs/product/components/ProductProperties.liquid.js +20 -10
  316. package/dist/cjs/product/components/ProductQuantity.js +0 -1
  317. package/dist/cjs/product/components/ProductQuickView/ProductQuickView.js +1 -2
  318. package/dist/cjs/product/components/ProductQuickView/index.js +0 -1
  319. package/dist/cjs/product/components/ProductTag.js +15 -34
  320. package/dist/cjs/product/components/ProductTitle.js +0 -1
  321. package/dist/cjs/product/components/ProductVariants/index.js +11 -23
  322. package/dist/cjs/product/components/ProductVariants/index.liquid.js +6 -1
  323. package/dist/cjs/product/components/ProductVariants/variants/Base.js +0 -1
  324. package/dist/cjs/product/components/ProductVariants/variants/Color.js +0 -1
  325. package/dist/cjs/product/components/ProductVariants/variants/Dropdown.js +0 -1
  326. package/dist/cjs/product/components/ProductVariants/variants/DropdownOption.js +0 -1
  327. package/dist/cjs/product/components/ProductVariants/variants/Image.js +0 -1
  328. package/dist/cjs/product/components/ProductVariants/variants/ImageShopify.js +0 -1
  329. package/dist/cjs/product/components/ProductVariants/variants/RadioButtons.js +0 -1
  330. package/dist/cjs/product/components/ProductVariants/variants/RectangleList.js +0 -1
  331. package/dist/cjs/product/components/ProductVariants/variants/VariantGroup.js +0 -1
  332. package/dist/cjs/product/components/ProductVariants/variants/VariantOption/index.js +0 -1
  333. package/dist/cjs/product/components/ProductVariants/variants/index.js +0 -1
  334. package/dist/cjs/product/components/ProductVariants/variants/index.liquid.js +2 -1
  335. package/dist/cjs/product/components/ProductViewMore.js +0 -1
  336. package/dist/cjs/product/components/ProductViewMore.liquid.js +1 -6
  337. package/dist/cjs/product/components/SalePageProductListWarning.js +0 -1
  338. package/dist/cjs/product/components/Sku.js +0 -1
  339. package/dist/cjs/product/components/Vendor.js +0 -1
  340. package/dist/cjs/product/next.js +2 -2
  341. package/dist/cjs/product/setting/ProductList.js +2 -4
  342. package/dist/cjs/product/setting/ProductProperties.js +1 -1
  343. package/dist/cjs/product/setting/index.js +2 -2
  344. package/dist/cjs/radio/Radio.js +0 -1
  345. package/dist/cjs/radio/next.js +0 -2
  346. package/dist/cjs/radio/setting/index.js +2 -2
  347. package/dist/cjs/select/Select.js +0 -1
  348. package/dist/cjs/select/next.js +0 -2
  349. package/dist/cjs/select/setting/index.js +2 -2
  350. package/dist/cjs/sticky/components/Sticky.js +3 -4
  351. package/dist/cjs/sticky/components/Sticky.liquid.js +0 -1
  352. package/dist/cjs/sticky/next.js +0 -2
  353. package/dist/cjs/sticky/setting/index.js +2 -2
  354. package/dist/cjs/stock-counter/components/StockCounter.js +0 -1
  355. package/dist/cjs/stock-counter/next.js +0 -2
  356. package/dist/cjs/stock-counter/setting/index.js +2 -2
  357. package/dist/cjs/tab/components/TabItem.js +0 -1
  358. package/dist/cjs/tab/components/Tabs.js +0 -1
  359. package/dist/cjs/tab/next.js +0 -2
  360. package/dist/cjs/tab/setting/index.js +2 -2
  361. package/dist/cjs/text/components/Text.js +0 -1
  362. package/dist/cjs/text/components/Text.liquid.js +18 -12
  363. package/dist/cjs/text/next.js +0 -2
  364. package/dist/cjs/text/setting/index.js +2 -2
  365. package/dist/cjs/textarea/Textarea.js +0 -1
  366. package/dist/cjs/textarea/next.js +0 -2
  367. package/dist/cjs/textarea/setting/index.js +2 -2
  368. package/dist/cjs/third-party/components/AirProductReviewsAppUgc.js +8 -3
  369. package/dist/cjs/third-party/components/AliReviews/AliReviewsSampleContent.js +0 -1
  370. package/dist/cjs/third-party/components/AliReviews.js +0 -1
  371. package/dist/cjs/third-party/components/AppointmentBookingCowlendar.js +8 -3
  372. package/dist/cjs/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +0 -1
  373. package/dist/cjs/third-party/components/AppstleSubscriptions.js +0 -1
  374. package/dist/cjs/third-party/components/BirdChime/BirdChimeContent.js +0 -1
  375. package/dist/cjs/third-party/components/BirdChime.js +0 -1
  376. package/dist/cjs/third-party/components/Bogos/BogosSampleContent.js +0 -1
  377. package/dist/cjs/third-party/components/Bogos.js +0 -1
  378. package/dist/cjs/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +0 -1
  379. package/dist/cjs/third-party/components/BoldProductOptions.js +0 -1
  380. package/dist/cjs/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +0 -1
  381. package/dist/cjs/third-party/components/BoldSubscriptions.js +0 -1
  382. package/dist/cjs/third-party/components/BonLoyaltyRewardsReferrals.js +8 -3
  383. package/dist/cjs/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +0 -1
  384. package/dist/cjs/third-party/components/BoostAISearchDiscovery.js +0 -1
  385. package/dist/cjs/third-party/components/Bundler/BundlerSampleContent.js +0 -1
  386. package/dist/cjs/third-party/components/Bundler.js +0 -1
  387. package/dist/cjs/third-party/components/CleanSizeCharts.js +9 -4
  388. package/dist/cjs/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +0 -1
  389. package/dist/cjs/third-party/components/CrossSellCartUpsell.js +0 -1
  390. package/dist/cjs/third-party/components/CustomProductOptionsVariant.js +8 -3
  391. package/dist/cjs/third-party/components/DiscountyBulkDiscountSales.js +0 -1
  392. package/dist/cjs/third-party/components/EasifyProductOptions.js +8 -3
  393. package/dist/cjs/third-party/components/EasyBundleBuilderSkailama.js +8 -3
  394. package/dist/cjs/third-party/components/EasySellCOD.js +8 -3
  395. package/dist/cjs/third-party/components/FastBundleBundlesDiscounts.js +8 -3
  396. package/dist/cjs/third-party/components/FeraReviews/FeraReviewsSampleContent.js +0 -1
  397. package/dist/cjs/third-party/components/FeraReviews/LiquidTemplateByWidget.js +12 -19
  398. package/dist/cjs/third-party/components/FeraReviews.js +0 -1
  399. package/dist/cjs/third-party/components/FirePush/FirePushSampleContent.js +0 -1
  400. package/dist/cjs/third-party/components/FirePush.js +0 -1
  401. package/dist/cjs/third-party/components/FlyBundlesUpsellsFbt.js +28 -4
  402. package/dist/cjs/third-party/components/FordeerProductLabels.js +9 -4
  403. package/dist/cjs/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +0 -1
  404. package/dist/cjs/third-party/components/FrequentlyBoughtTogether.js +0 -1
  405. package/dist/cjs/third-party/components/GoogleReviewsByReputon.js +8 -3
  406. package/dist/cjs/third-party/components/Growave/GrowaveSampleContent.js +0 -1
  407. package/dist/cjs/third-party/components/Growave.js +0 -1
  408. package/dist/cjs/third-party/components/HulkFormBuilder.js +8 -3
  409. package/dist/cjs/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +0 -1
  410. package/dist/cjs/third-party/components/InfiniteOptions.js +0 -1
  411. package/dist/cjs/third-party/components/Instafeed/InstafeedSampleContent.js +0 -1
  412. package/dist/cjs/third-party/components/Instafeed.js +0 -1
  413. package/dist/cjs/third-party/components/InstasellShoppableInstagram.js +8 -3
  414. package/dist/cjs/third-party/components/Judgeme/JudgemeSampleContent.js +0 -1
  415. package/dist/cjs/third-party/components/JudgemeReviews.js +0 -1
  416. package/dist/cjs/third-party/components/JunipProductReviewsUgc.js +8 -3
  417. package/dist/cjs/third-party/components/KachingBundles/KachingBundlesSampleContent.js +0 -1
  418. package/dist/cjs/third-party/components/KachingBundles.js +0 -1
  419. package/dist/cjs/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +0 -1
  420. package/dist/cjs/third-party/components/KingProductOptions.js +0 -1
  421. package/dist/cjs/third-party/components/KiteFreeGiftDiscount.js +8 -3
  422. package/dist/cjs/third-party/components/KlarnaMessaging.js +9 -4
  423. package/dist/cjs/third-party/components/Klaviyo/KlaviyoSampleContent.js +0 -1
  424. package/dist/cjs/third-party/components/Klaviyo.js +0 -1
  425. package/dist/cjs/third-party/components/KoalaBundleQuantityDiscount.js +8 -3
  426. package/dist/cjs/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +0 -1
  427. package/dist/cjs/third-party/components/LaiProductReviews.js +0 -1
  428. package/dist/cjs/third-party/components/LoloyalLoyaltyReferrals.js +8 -3
  429. package/dist/cjs/third-party/components/LoopSubscriptions.js +8 -3
  430. package/dist/cjs/third-party/components/LooxReviews/LooxReviewsSampleContent.js +0 -1
  431. package/dist/cjs/third-party/components/LooxReviews.js +0 -1
  432. package/dist/cjs/third-party/components/MaxbundleProductBundles.js +8 -3
  433. package/dist/cjs/third-party/components/MbcBundleVolumeDiscount.js +8 -3
  434. package/dist/cjs/third-party/components/NotifyBackInStockPreOrder.js +8 -3
  435. package/dist/cjs/third-party/components/Omnisend/OmnisendSampleContent.js +0 -1
  436. package/dist/cjs/third-party/components/Omnisend.js +0 -1
  437. package/dist/cjs/third-party/components/Opinew/OpinewSampleContent.js +0 -1
  438. package/dist/cjs/third-party/components/Opinew.js +0 -1
  439. package/dist/cjs/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +0 -1
  440. package/dist/cjs/third-party/components/ParcelPanel.js +0 -1
  441. package/dist/cjs/third-party/components/PickyStory/PickyStorySampleContent.js +0 -1
  442. package/dist/cjs/third-party/components/PickyStory.js +0 -1
  443. package/dist/cjs/third-party/components/PowerfulContactFormBuilder.js +8 -3
  444. package/dist/cjs/third-party/components/PreorderNowPreOrderPq.js +8 -3
  445. package/dist/cjs/third-party/components/PreorderNowWodPresale.js +9 -4
  446. package/dist/cjs/third-party/components/ProductOptionsCustomizer.js +8 -3
  447. package/dist/cjs/third-party/components/ProductReviews/ProductReviewsSampleContent.js +0 -1
  448. package/dist/cjs/third-party/components/ProductReviews.js +0 -1
  449. package/dist/cjs/third-party/components/PumperBundlesVolumeDiscount.js +8 -3
  450. package/dist/cjs/third-party/components/PushOwl.js +0 -1
  451. package/dist/cjs/third-party/components/QikifyUpsell.js +29 -5
  452. package/dist/cjs/third-party/components/RapiBundleQuantityBreaks.js +8 -3
  453. package/dist/cjs/third-party/components/RechargeSubscriptions.js +8 -3
  454. package/dist/cjs/third-party/components/RecurpaySubscriptionApp.js +8 -3
  455. package/dist/cjs/third-party/components/Releasit/ReleasitSampleContent.js +0 -1
  456. package/dist/cjs/third-party/components/Releasit.js +0 -1
  457. package/dist/cjs/third-party/components/RequestQuoteHidePrice.js +8 -3
  458. package/dist/cjs/third-party/components/ReviewxpoProductReviewsApp.js +8 -3
  459. package/dist/cjs/third-party/components/Rivyo/RivyoSampleContent.js +0 -1
  460. package/dist/cjs/third-party/components/Rivyo.js +0 -1
  461. package/dist/cjs/third-party/components/Ryviu/RyviuSampleContent.js +0 -1
  462. package/dist/cjs/third-party/components/Ryviu.js +0 -1
  463. package/dist/cjs/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +0 -1
  464. package/dist/cjs/third-party/components/SealSubscriptions.js +0 -1
  465. package/dist/cjs/third-party/components/Selleasy.js +8 -3
  466. package/dist/cjs/third-party/components/ShopifyForms.js +8 -3
  467. package/dist/cjs/third-party/components/ShopifySubscriptions.js +8 -3
  468. package/dist/cjs/third-party/components/SimpleBundlesKits.js +8 -3
  469. package/dist/cjs/third-party/components/SkioSubscriptionsYcS20.js +8 -3
  470. package/dist/cjs/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +0 -1
  471. package/dist/cjs/third-party/components/SmartSearchBarAndFilters.js +0 -1
  472. package/dist/cjs/third-party/components/SproutPlantTreesGrowSales.js +8 -3
  473. package/dist/cjs/third-party/components/Stamped/StampedSampleContent.js +0 -1
  474. package/dist/cjs/third-party/components/Stamped.js +0 -1
  475. package/dist/cjs/third-party/components/SubifySubscriptionsApp.js +8 -3
  476. package/dist/cjs/third-party/components/TagembedSocialPostReview.js +8 -3
  477. package/dist/cjs/third-party/components/TagshopShoppableVideosUgc.js +8 -3
  478. package/dist/cjs/third-party/components/ThirdPartyPreview.js +0 -1
  479. package/dist/cjs/third-party/components/TrustMe/TrustMeSampleContent.js +0 -1
  480. package/dist/cjs/third-party/components/TrustMe.js +0 -1
  481. package/dist/cjs/third-party/components/Trustoo/TrustooSampleContent.js +0 -1
  482. package/dist/cjs/third-party/components/Trustoo.js +0 -1
  483. package/dist/cjs/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +0 -1
  484. package/dist/cjs/third-party/components/UltimateSalesBoost.js +0 -1
  485. package/dist/cjs/third-party/components/UnlimitedBundlesDiscounts.js +8 -3
  486. package/dist/cjs/third-party/components/Vitals/VitalsSampleContent.js +0 -1
  487. package/dist/cjs/third-party/components/Vitals.js +0 -1
  488. package/dist/cjs/third-party/components/WhatmoreShoppableVideosreel.js +8 -3
  489. package/dist/cjs/third-party/components/WideBundle/WideBundleSampleContent.js +0 -1
  490. package/dist/cjs/third-party/components/WideBundle.js +0 -1
  491. package/dist/cjs/third-party/components/Wiser/WiserSampleContent.js +1 -2
  492. package/dist/cjs/third-party/components/Wiser.js +5 -1
  493. package/dist/cjs/third-party/components/Wiser.liquid.js +1 -1
  494. package/dist/cjs/third-party/components/WishlistKing.js +8 -3
  495. package/dist/cjs/third-party/components/WishlistPlus.js +8 -3
  496. package/dist/cjs/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +0 -1
  497. package/dist/cjs/third-party/components/YotpoLoyalty.js +0 -1
  498. package/dist/cjs/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +0 -1
  499. package/dist/cjs/third-party/components/YotpoReviews.js +0 -1
  500. package/dist/cjs/third-party/configs/BoldProductOptions.js +2 -2
  501. package/dist/cjs/third-party/helpers/thirdParty.js +1 -1
  502. package/dist/cjs/third-party/next.js +0 -47
  503. package/dist/cjs/third-party/setting/AirProductReviewsAppUgc.js +8 -8
  504. package/dist/cjs/third-party/setting/AppointmentBookingCowlendar.js +8 -8
  505. package/dist/cjs/third-party/setting/Bogos.js +0 -5
  506. package/dist/cjs/third-party/setting/BonLoyaltyRewardsReferrals.js +8 -8
  507. package/dist/cjs/third-party/setting/Bundler.js +0 -5
  508. package/dist/cjs/third-party/setting/CleanSizeCharts.js +11 -11
  509. package/dist/cjs/third-party/setting/CustomProductOptionsVariant.js +8 -8
  510. package/dist/cjs/third-party/setting/EasifyProductOptions.js +8 -8
  511. package/dist/cjs/third-party/setting/EasyBundleBuilderSkailama.js +8 -8
  512. package/dist/cjs/third-party/setting/EasySellCOD.js +11 -11
  513. package/dist/cjs/third-party/setting/FastBundleBundlesDiscounts.js +8 -8
  514. package/dist/cjs/third-party/setting/FeraReviews.js +11 -10
  515. package/dist/cjs/third-party/setting/FlyBundlesUpsellsFbt.js +1 -1
  516. package/dist/cjs/third-party/setting/FordeerProductLabels.js +8 -8
  517. package/dist/cjs/third-party/setting/FrequentlyBoughtTogether.js +0 -5
  518. package/dist/cjs/third-party/setting/GoogleReviewsByReputon.js +8 -8
  519. package/dist/cjs/third-party/setting/HulkFormBuilder.js +8 -8
  520. package/dist/cjs/third-party/setting/InstasellShoppableInstagram.js +8 -8
  521. package/dist/cjs/third-party/setting/JunipProductReviewsUgc.js +8 -8
  522. package/dist/cjs/third-party/setting/KiteFreeGiftDiscount.js +8 -8
  523. package/dist/cjs/third-party/setting/KlarnaMessaging.js +11 -11
  524. package/dist/cjs/third-party/setting/KoalaBundleQuantityDiscount.js +8 -8
  525. package/dist/cjs/third-party/setting/LoloyalLoyaltyReferrals.js +8 -8
  526. package/dist/cjs/third-party/setting/LoopSubscriptions.js +8 -8
  527. package/dist/cjs/third-party/setting/MaxbundleProductBundles.js +8 -8
  528. package/dist/cjs/third-party/setting/MbcBundleVolumeDiscount.js +8 -8
  529. package/dist/cjs/third-party/setting/NotifyBackInStockPreOrder.js +8 -8
  530. package/dist/cjs/third-party/setting/PowerfulContactFormBuilder.js +8 -8
  531. package/dist/cjs/third-party/setting/PreorderNowPreOrderPq.js +8 -8
  532. package/dist/cjs/third-party/setting/PreorderNowWodPresale.js +8 -8
  533. package/dist/cjs/third-party/setting/ProductOptionsCustomizer.js +8 -8
  534. package/dist/cjs/third-party/setting/PumperBundlesVolumeDiscount.js +8 -8
  535. package/dist/cjs/third-party/setting/QikifyUpsell.js +1 -1
  536. package/dist/cjs/third-party/setting/RapiBundleQuantityBreaks.js +8 -8
  537. package/dist/cjs/third-party/setting/RechargeSubscriptions.js +7 -7
  538. package/dist/cjs/third-party/setting/RecurpaySubscriptionApp.js +9 -9
  539. package/dist/cjs/third-party/setting/RequestQuoteHidePrice.js +10 -10
  540. package/dist/cjs/third-party/setting/ReviewxpoProductReviewsApp.js +8 -8
  541. package/dist/cjs/third-party/setting/Selleasy.js +8 -8
  542. package/dist/cjs/third-party/setting/ShopifyForms.js +8 -8
  543. package/dist/cjs/third-party/setting/ShopifySubscriptions.js +8 -8
  544. package/dist/cjs/third-party/setting/SimpleBundlesKits.js +8 -8
  545. package/dist/cjs/third-party/setting/SkioSubscriptionsYcS20.js +8 -8
  546. package/dist/cjs/third-party/setting/SproutPlantTreesGrowSales.js +8 -8
  547. package/dist/cjs/third-party/setting/SubifySubscriptionsApp.js +8 -8
  548. package/dist/cjs/third-party/setting/TagembedSocialPostReview.js +8 -8
  549. package/dist/cjs/third-party/setting/TagshopShoppableVideosUgc.js +8 -8
  550. package/dist/cjs/third-party/setting/UnlimitedBundlesDiscounts.js +8 -8
  551. package/dist/cjs/third-party/setting/WhatmoreShoppableVideosreel.js +8 -8
  552. package/dist/cjs/third-party/setting/Wiser.js +3 -7
  553. package/dist/cjs/third-party/setting/WishlistKing.js +8 -8
  554. package/dist/cjs/third-party/setting/WishlistPlus.js +8 -8
  555. package/dist/cjs/third-party/setting/index.js +2 -20
  556. package/dist/cjs/third-party-instant/components/InstantJudgemeReviews.js +0 -1
  557. package/dist/cjs/third-party-instant/components/InstantKlaviyo.js +0 -1
  558. package/dist/cjs/third-party-instant/components/InstantLooxReviews.js +0 -1
  559. package/dist/cjs/third-party-instant/components/InstantThirdPartyPreview.js +0 -1
  560. package/dist/cjs/third-party-instant/components/InstantYotpoLoyalty.js +0 -1
  561. package/dist/cjs/third-party-instant/components/Judgeme/JudgemeSampleContent.js +0 -1
  562. package/dist/cjs/third-party-instant/components/Judgeme/SingleProduct.js +0 -1
  563. package/dist/cjs/third-party-instant/components/Judgeme/WithoutProduct.js +0 -1
  564. package/dist/cjs/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +0 -1
  565. package/dist/cjs/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +0 -1
  566. package/dist/cjs/third-party-instant/components/LooxReviews/SingleProduct.js +0 -1
  567. package/dist/cjs/third-party-instant/components/LooxReviews/WithoutProduct.js +0 -1
  568. package/dist/cjs/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +0 -1
  569. package/dist/cjs/third-party-instant/next.js +0 -2
  570. package/dist/cjs/third-party-instant/setting/InstantJudgemeReviews.js +2 -8
  571. package/dist/cjs/third-party-instant/setting/InstantLooxReviews.js +3 -12
  572. package/dist/cjs/third-party-instant/setting/index.js +2 -2
  573. package/dist/cjs/third-party-slot/components/ThirdPartySlot.js +0 -1
  574. package/dist/cjs/third-party-slot/next.js +0 -2
  575. package/dist/cjs/third-party-slot/setting/index.js +2 -2
  576. package/dist/cjs/video/components/HTML5Embed.js +0 -1
  577. package/dist/cjs/video/components/LiteVimeoEmbed.js +0 -1
  578. package/dist/cjs/video/components/LiteYouTubeEmbed.js +0 -1
  579. package/dist/cjs/video/components/Video.js +0 -1
  580. package/dist/cjs/video/next.js +0 -2
  581. package/dist/cjs/video/setting/index.js +2 -2
  582. package/dist/esm/accordion/components/Accordion.js +0 -1
  583. package/dist/esm/accordion/components/AccordionItem.js +0 -1
  584. package/dist/esm/accordion/components/AccordionItem.liquid.js +1 -1
  585. package/dist/esm/accordion/hooks/useMountTransition.js +0 -1
  586. package/dist/esm/accordion/next.js +0 -2
  587. package/dist/esm/accordion/setting/index.js +2 -2
  588. package/dist/esm/article/components/ArticleAuthor.js +0 -1
  589. package/dist/esm/article/components/ArticleAuthor.liquid.js +0 -1
  590. package/dist/esm/article/components/ArticleCategory.js +0 -1
  591. package/dist/esm/article/components/ArticleCategory.liquid.js +0 -1
  592. package/dist/esm/article/components/ArticleContent.js +0 -1
  593. package/dist/esm/article/components/ArticleContent.liquid.js +0 -1
  594. package/dist/esm/article/components/ArticleDate.js +4 -14
  595. package/dist/esm/article/components/ArticleDate.liquid.js +0 -1
  596. package/dist/esm/article/components/ArticleExcerpt.js +0 -1
  597. package/dist/esm/article/components/ArticleExcerpt.liquid.js +0 -1
  598. package/dist/esm/article/components/ArticleImage.js +1 -8
  599. package/dist/esm/article/components/ArticleImage.liquid.js +2 -15
  600. package/dist/esm/article/components/ArticleList.js +0 -1
  601. package/dist/esm/article/components/ArticleList.liquid.js +0 -1
  602. package/dist/esm/article/components/ArticleNotFound.js +0 -1
  603. package/dist/esm/article/components/ArticlePagination.js +0 -1
  604. package/dist/esm/article/components/ArticlePagination.liquid.js +0 -1
  605. package/dist/esm/article/components/ArticleReadMore.js +0 -1
  606. package/dist/esm/article/components/ArticleReadMore.liquid.js +0 -1
  607. package/dist/esm/article/components/ArticleTag.js +0 -1
  608. package/dist/esm/article/components/ArticleTag.liquid.js +0 -1
  609. package/dist/esm/article/components/ArticleTitle.js +0 -1
  610. package/dist/esm/article/components/ArticleTitle.liquid.js +0 -1
  611. package/dist/esm/article/next.js +0 -2
  612. package/dist/esm/article/setting/index.js +2 -2
  613. package/dist/esm/banner/components/hero-banner/index.js +31 -29
  614. package/dist/esm/banner/components/hero-banner/index.liquid.js +147 -152
  615. package/dist/esm/banner/next.js +0 -2
  616. package/dist/esm/banner/setting/index.js +2 -2
  617. package/dist/esm/breadcrumb/components/Breadcrumb.js +0 -1
  618. package/dist/esm/breadcrumb/components/Breadcrumb.liquid.js +1 -1
  619. package/dist/esm/breadcrumb/next.js +0 -2
  620. package/dist/esm/breadcrumb/setting/index.js +2 -2
  621. package/dist/esm/builder.js +44 -67
  622. package/dist/esm/button/components/Button.js +1 -2
  623. package/dist/esm/button/next.js +0 -2
  624. package/dist/esm/button/setting/index.js +2 -2
  625. package/dist/esm/carousel/components/Arrow.js +1 -5
  626. package/dist/esm/carousel/components/Carousel.js +1 -2
  627. package/dist/esm/carousel/components/CarouselItem.js +0 -1
  628. package/dist/esm/carousel/components/Dots.js +0 -1
  629. package/dist/esm/carousel/next.js +0 -2
  630. package/dist/esm/carousel/setting/Carousel.js +1 -1
  631. package/dist/esm/carousel/setting/index.js +2 -2
  632. package/dist/esm/cart/components/Cart.js +0 -1
  633. package/dist/esm/cart/components/CartCheckout.js +0 -1
  634. package/dist/esm/cart/components/CartDiscount.js +0 -1
  635. package/dist/esm/cart/components/CartLineAttribute.js +0 -1
  636. package/dist/esm/cart/components/CartLineImage.js +0 -1
  637. package/dist/esm/cart/components/CartLinePrice.js +0 -1
  638. package/dist/esm/cart/components/CartLineVariant.js +0 -1
  639. package/dist/esm/cart/components/CartList.js +0 -1
  640. package/dist/esm/cart/components/CartOrderNote.js +0 -1
  641. package/dist/esm/cart/components/CartTotalItem.js +0 -1
  642. package/dist/esm/cart/components/CartTotalPrice.js +0 -1
  643. package/dist/esm/cart/components/CheckoutNow.js +0 -1
  644. package/dist/esm/cart/components/CouponList.js +0 -1
  645. package/dist/esm/cart/components/DiscountInput.js +0 -1
  646. package/dist/esm/cart/components/ShopPayButton/icons/BaseIcon.js +0 -1
  647. package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutBlack.js +0 -1
  648. package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutPurple.js +0 -1
  649. package/dist/esm/cart/components/ShopPayButton/icons/DynamicCheckoutWhite.js +0 -1
  650. package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutBlack.js +0 -1
  651. package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutPurple.js +0 -1
  652. package/dist/esm/cart/components/ShopPayButton/icons/ExpressCheckoutWhite.js +0 -1
  653. package/dist/esm/cart/components/ShopPayButton/index.js +0 -1
  654. package/dist/esm/cart/next.js +0 -2
  655. package/dist/esm/cart/setting/index.js +2 -2
  656. package/dist/esm/code/components/CSSCode.js +0 -1
  657. package/dist/esm/code/next.js +0 -2
  658. package/dist/esm/code/setting/index.js +2 -2
  659. package/dist/esm/collection/components/CollectionBanner.js +0 -1
  660. package/dist/esm/collection/components/CollectionBanner.liquid.js +0 -1
  661. package/dist/esm/collection/components/CollectionDescription.js +9 -104
  662. package/dist/esm/collection/components/CollectionDescription.liquid.js +10 -103
  663. package/dist/esm/collection/components/CollectionPaginator.js +0 -1
  664. package/dist/esm/collection/components/CollectionPaginator.liquid.js +2 -1
  665. package/dist/esm/collection/components/CollectionTitle.js +0 -1
  666. package/dist/esm/collection/components/CollectionToolbar.js +0 -1
  667. package/dist/esm/collection/next.js +0 -2
  668. package/dist/esm/collection/setting/CollectionDescription.js +0 -128
  669. package/dist/esm/collection/setting/index.js +2 -2
  670. package/dist/esm/common/components/Loading.js +2 -5
  671. package/dist/esm/common/components/Tooltip.js +0 -1
  672. package/dist/esm/countdown-timer/components/Countdown.js +10 -12
  673. package/dist/esm/countdown-timer/components/Countdown.liquid.js +1 -1
  674. package/dist/esm/countdown-timer/next.js +0 -2
  675. package/dist/esm/countdown-timer/setting/index.js +2 -2
  676. package/dist/esm/coupon/components/Coupon.js +0 -1
  677. package/dist/esm/coupon/next.js +0 -2
  678. package/dist/esm/coupon/setting/index.js +2 -2
  679. package/dist/esm/dialog/components/Dialog.js +23 -24
  680. package/dist/esm/dialog/components/Dialog.liquid.js +23 -24
  681. package/dist/esm/dialog/helpers/common.js +1 -27
  682. package/dist/esm/dialog/next.js +0 -2
  683. package/dist/esm/dialog/setting/index.js +2 -2
  684. package/dist/esm/estimate-delivery/components/EstimateDate.js +0 -1
  685. package/dist/esm/estimate-delivery/components/EstimateDate.liquid.js +1 -0
  686. package/dist/esm/estimate-delivery/next.js +0 -2
  687. package/dist/esm/estimate-delivery/setting/index.js +2 -2
  688. package/dist/esm/form/components/contact/Contact.js +0 -1
  689. package/dist/esm/form/components/form-checkbox/FormCheckbox.js +0 -1
  690. package/dist/esm/form/components/form-dropdown/FormDropdown.js +0 -1
  691. package/dist/esm/form/components/form-dropdown/FormDropdown.liquid.js +4 -5
  692. package/dist/esm/form/components/form-email/FormEmail.js +0 -1
  693. package/dist/esm/form/components/newsletter/Newsletter.js +0 -1
  694. package/dist/esm/form/components/newsletter/Newsletter.liquid.js +1 -1
  695. package/dist/esm/form/components/submit-button/SubmitButton.js +0 -1
  696. package/dist/esm/form/components/textarea/TextArea.js +0 -1
  697. package/dist/esm/form/components/textfield/TextField.js +0 -1
  698. package/dist/esm/form/next.js +0 -2
  699. package/dist/esm/form/setting/index.js +2 -2
  700. package/dist/esm/grid/components/ChildrenDroppable.js +0 -1
  701. package/dist/esm/grid/components/Col.js +0 -2
  702. package/dist/esm/grid/components/Col.liquid.js +0 -1
  703. package/dist/esm/grid/components/Root.js +0 -1
  704. package/dist/esm/grid/components/Row.js +7 -10
  705. package/dist/esm/grid/components/Row.liquid.js +11 -15
  706. package/dist/esm/grid/components/Section.js +0 -1
  707. package/dist/esm/grid/next.js +0 -2
  708. package/dist/esm/grid/setting/index.js +2 -2
  709. package/dist/esm/header/components/Header.js +0 -1
  710. package/dist/esm/header/components/SalePageHeaderWarning.js +0 -1
  711. package/dist/esm/header/components/icons/ChevronLeft.js +0 -1
  712. package/dist/esm/header/components/icons/Dismiss.js +0 -1
  713. package/dist/esm/header/components/icons/MenuIcon.js +0 -1
  714. package/dist/esm/header/components/kind/basic/DesktopMenu.js +0 -1
  715. package/dist/esm/header/components/kind/basic/DesktopMenuItem.js +0 -1
  716. package/dist/esm/header/components/kind/basic/MenuMobileItem.js +0 -1
  717. package/dist/esm/header/components/kind/basic/MobileMenu.js +0 -1
  718. package/dist/esm/header/components/kind/basic/index.js +0 -1
  719. package/dist/esm/header/components/kind/modern/index.js +0 -1
  720. package/dist/esm/header/next.js +0 -2
  721. package/dist/esm/header/setting/index.js +2 -2
  722. package/dist/esm/heading/Heading.js +0 -1
  723. package/dist/esm/heading/next.js +0 -2
  724. package/dist/esm/heading/setting/index.js +2 -2
  725. package/dist/esm/helpers.js +4 -27
  726. package/dist/esm/icon/components/Icon.js +0 -1
  727. package/dist/esm/icon/next.js +0 -2
  728. package/dist/esm/icon/setting/index.js +2 -2
  729. package/dist/esm/icon-list/components/IconList.js +0 -1
  730. package/dist/esm/icon-list/components/IconListItem.js +0 -1
  731. package/dist/esm/icon-list/next.js +0 -2
  732. package/dist/esm/icon-list/setting/ItemTemplate.js +1 -2
  733. package/dist/esm/icon-list/setting/index.js +2 -2
  734. package/dist/esm/icon-list-hoz/components/IconListHoz.js +0 -1
  735. package/dist/esm/icon-list-hoz/components/IconListHozItem.js +0 -1
  736. package/dist/esm/icon-list-hoz/next.js +0 -2
  737. package/dist/esm/icon-list-hoz/setting/index.js +2 -2
  738. package/dist/esm/icon-list-v2/components/IconList.js +0 -1
  739. package/dist/esm/icon-list-v2/next.js +0 -2
  740. package/dist/esm/icon-list-v2/setting/index.js +2 -2
  741. package/dist/esm/image/components/AdaptiveImage.js +2 -4
  742. package/dist/esm/image/components/AdaptiveImage.liquid.js +5 -5
  743. package/dist/esm/image/components/BackgroundImage.js +0 -1
  744. package/dist/esm/image/components/Image.js +2 -18
  745. package/dist/esm/image/components/Img.js +0 -1
  746. package/dist/esm/image/components/NextImage.js +0 -1
  747. package/dist/esm/image/components/NextImage.liquid.js +2 -1
  748. package/dist/esm/image/components/helpers.js +17 -2
  749. package/dist/esm/image/helpers/getSrcSet.js +1 -2
  750. package/dist/esm/image/next.js +0 -2
  751. package/dist/esm/image/setting/Image.js +124 -3
  752. package/dist/esm/image/setting/index.js +2 -2
  753. package/dist/esm/image-comparison/components/CompareImage.js +2 -23
  754. package/dist/esm/image-comparison/components/CompareImage.liquid.js +1 -2
  755. package/dist/esm/image-comparison/components/ImageComparison.js +0 -1
  756. package/dist/esm/image-comparison/next.js +0 -2
  757. package/dist/esm/image-comparison/setting/index.js +2 -2
  758. package/dist/esm/image-detection/ImageDetection.js +0 -1
  759. package/dist/esm/image-detection/next.js +0 -2
  760. package/dist/esm/image-detection/setting/index.js +2 -2
  761. package/dist/esm/index.js +0 -17
  762. package/dist/esm/index.liquid.js +0 -11
  763. package/dist/esm/input/Input.js +0 -1
  764. package/dist/esm/input/next.js +0 -2
  765. package/dist/esm/input/setting/index.js +2 -2
  766. package/dist/esm/intersection-observer/useInView.js +0 -1
  767. package/dist/esm/line/Divider.js +0 -1
  768. package/dist/esm/line/Line.js +0 -1
  769. package/dist/esm/line/next.js +0 -2
  770. package/dist/esm/line/setting/index.js +2 -2
  771. package/dist/esm/link/components/CustomLink.js +0 -1
  772. package/dist/esm/link/components/Link.js +0 -1
  773. package/dist/esm/link/components/ProductLink.js +0 -1
  774. package/dist/esm/link/components/next-link/CustomLink.js +0 -1
  775. package/dist/esm/link/components/next-link/ProductLink.js +0 -1
  776. package/dist/esm/link/components/next-link/index.js +0 -1
  777. package/dist/esm/link/next.js +0 -2
  778. package/dist/esm/link/setting/index.js +2 -2
  779. package/dist/esm/marquee/components/Marquee.js +0 -1
  780. package/dist/esm/marquee/components/MarqueeBase.js +0 -1
  781. package/dist/esm/marquee/components/MarqueeItem.js +0 -1
  782. package/dist/esm/marquee/next.js +0 -2
  783. package/dist/esm/marquee/setting/index.js +2 -2
  784. package/dist/esm/menu/components/DropdownMenu.js +0 -1
  785. package/dist/esm/menu/components/MegaMenu.js +0 -1
  786. package/dist/esm/menu/components/Menu.js +0 -1
  787. package/dist/esm/menu/components/NavigationMenu.js +0 -1
  788. package/dist/esm/menu/components/SubMegaMenu.js +0 -1
  789. package/dist/esm/menu/components/SubNavigationMenu.js +0 -1
  790. package/dist/esm/menu/next.js +0 -2
  791. package/dist/esm/menu/setting/index.js +2 -2
  792. package/dist/esm/modal/components/Modal.js +0 -1
  793. package/dist/esm/modal/components/confirm.js +0 -1
  794. package/dist/esm/modal/next.js +0 -2
  795. package/dist/esm/modal/setting/index.js +2 -2
  796. package/dist/esm/next.js +0 -3
  797. package/dist/esm/notification/components/Notice.js +0 -1
  798. package/dist/esm/notification/components/Notifications.js +0 -1
  799. package/dist/esm/notification/components/icons/CloseIcon.js +0 -1
  800. package/dist/esm/notification/hooks/use-notification.js +0 -1
  801. package/dist/esm/pagination/Pagination.js +0 -1
  802. package/dist/esm/pagination/next.js +0 -2
  803. package/dist/esm/pagination/setting/index.js +2 -2
  804. package/dist/esm/post-purchase/advanced-list/components/AdvancedListPostPurchase.js +0 -1
  805. package/dist/esm/post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js +0 -1
  806. package/dist/esm/post-purchase/advanced-list/next.js +0 -2
  807. package/dist/esm/post-purchase/advanced-list/setting/index.js +2 -2
  808. package/dist/esm/post-purchase/button/Button.js +0 -1
  809. package/dist/esm/post-purchase/button/next.js +0 -2
  810. package/dist/esm/post-purchase/button/setting/index.js +2 -2
  811. package/dist/esm/post-purchase/callout-banner/components/CalloutBox.js +0 -1
  812. package/dist/esm/post-purchase/callout-banner/components/CalloutText.js +0 -1
  813. package/dist/esm/post-purchase/callout-banner/next.js +0 -2
  814. package/dist/esm/post-purchase/callout-banner/setting/CalloutBox.js +2 -2
  815. package/dist/esm/post-purchase/callout-banner/setting/index.js +2 -2
  816. package/dist/esm/post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js +0 -1
  817. package/dist/esm/post-purchase/countdown-timer/components/TextCountdown.js +0 -1
  818. package/dist/esm/post-purchase/countdown-timer/next.js +0 -2
  819. package/dist/esm/post-purchase/countdown-timer/settings/index.js +2 -2
  820. package/dist/esm/post-purchase/image/components/AdaptiveImage.js +0 -1
  821. package/dist/esm/post-purchase/image/components/Image.js +0 -1
  822. package/dist/esm/post-purchase/image/components/Img.js +0 -1
  823. package/dist/esm/post-purchase/image/next.js +0 -2
  824. package/dist/esm/post-purchase/image/setting/index.js +2 -2
  825. package/dist/esm/post-purchase/line/components/PostPurchaseLine.js +0 -1
  826. package/dist/esm/post-purchase/line/next.js +0 -2
  827. package/dist/esm/post-purchase/line/setting/index.js +2 -2
  828. package/dist/esm/post-purchase/next.js +0 -2
  829. package/dist/esm/post-purchase/product/components/AcceptButton.js +0 -1
  830. package/dist/esm/post-purchase/product/components/ProductDescription.js +0 -1
  831. package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +0 -1
  832. package/dist/esm/post-purchase/product/components/ProductOffer.js +2 -4
  833. package/dist/esm/post-purchase/product/components/ProductPrice.js +0 -1
  834. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +0 -1
  835. package/dist/esm/post-purchase/product/components/ProductQuantity.js +0 -1
  836. package/dist/esm/post-purchase/product/components/ProductTitle.js +0 -1
  837. package/dist/esm/post-purchase/product/components/ProductVariant.js +0 -1
  838. package/dist/esm/post-purchase/product/components/priceBreakdown/MoneyLine.js +0 -1
  839. package/dist/esm/post-purchase/product/components/product-image/Arrow.js +0 -1
  840. package/dist/esm/post-purchase/product/components/product-image/CarouselPostPurchase.js +0 -1
  841. package/dist/esm/post-purchase/product/components/product-image/FeatureImage.js +0 -1
  842. package/dist/esm/post-purchase/product/components/product-image/ImageListCarousel.js +0 -1
  843. package/dist/esm/post-purchase/product/components/product-image/ImageListGrid.js +0 -1
  844. package/dist/esm/post-purchase/product/components/product-image/index.js +0 -1
  845. package/dist/esm/post-purchase/product/components/product-image/layouts/FeatureImageWithGalleryImage.js +0 -1
  846. package/dist/esm/post-purchase/product/components/product-image/layouts/OnlyGalleryImage.js +0 -1
  847. package/dist/esm/post-purchase/product/components/variants/Dropdown.js +0 -1
  848. package/dist/esm/post-purchase/product/components/variants/DropdownOption.js +0 -1
  849. package/dist/esm/post-purchase/product/components/variants/RectangleList.js +0 -1
  850. package/dist/esm/post-purchase/product/components/variants/VariantGroup.js +0 -1
  851. package/dist/esm/post-purchase/product/components/variants/VariantItem.js +0 -1
  852. package/dist/esm/post-purchase/product/components/variants/VariantOption.js +0 -1
  853. package/dist/esm/post-purchase/product/next.js +0 -2
  854. package/dist/esm/post-purchase/product/settings/index.js +2 -2
  855. package/dist/esm/post-purchase/text/Text.js +0 -1
  856. package/dist/esm/post-purchase/text/next.js +0 -2
  857. package/dist/esm/post-purchase/text/setting/index.js +2 -2
  858. package/dist/esm/post-purchase/utils/helper.js +1 -5
  859. package/dist/esm/product/components/DynamicCheckout.js +0 -1
  860. package/dist/esm/product/components/DynamicCheckout.liquid.js +0 -5
  861. package/dist/esm/product/components/FileUpload.js +0 -1
  862. package/dist/esm/product/components/Product.js +0 -1
  863. package/dist/esm/product/components/ProductBadge/index.js +2 -22
  864. package/dist/esm/product/components/ProductBadge/utils/common.js +1 -14
  865. package/dist/esm/product/components/ProductBundleDiscount.js +5 -57
  866. package/dist/esm/product/components/ProductBundleDiscount.liquid.js +2 -2
  867. package/dist/esm/product/components/ProductBundleDiscountItem.js +0 -1
  868. package/dist/esm/product/components/ProductButton.js +0 -1
  869. package/dist/esm/product/components/ProductDescription.js +8 -32
  870. package/dist/esm/product/components/ProductDescription.liquid.js +1 -2
  871. package/dist/esm/product/components/ProductImages/ProductFeaturedImage.js +0 -1
  872. package/dist/esm/product/components/ProductImages/ProductGalleryCarousel.js +0 -1
  873. package/dist/esm/product/components/ProductImages/ProductGalleryGrid.js +0 -1
  874. package/dist/esm/product/components/ProductImages/ProductImagesLightBox.js +0 -1
  875. package/dist/esm/product/components/ProductImages.js +0 -1
  876. package/dist/esm/product/components/ProductImagesV2/jsx/ProductImages.js +2 -52
  877. package/dist/esm/product/components/ProductImagesV2/jsx/components/ButtonOpenLightBox.js +0 -1
  878. package/dist/esm/product/components/ProductImagesV2/jsx/components/MediaIcon.js +0 -1
  879. package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageCarousel.js +0 -1
  880. package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductFeaturedImageOnly.js +0 -1
  881. package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductGalleryCarousel.js +0 -1
  882. package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductGalleryGrid.js +0 -1
  883. package/dist/esm/product/components/ProductImagesV2/jsx/components/ProductImagesLightBox.js +0 -1
  884. package/dist/esm/product/components/ProductImagesV2/jsx/layouts/FeatureImageWithGallery.js +1 -5
  885. package/dist/esm/product/components/ProductImagesV2/jsx/layouts/GalleryOneCol.js +1 -5
  886. package/dist/esm/product/components/ProductImagesV2/jsx/layouts/GalleryTwoCol.js +1 -5
  887. package/dist/esm/product/components/ProductImagesV2/jsx/layouts/OnlyFeatureImage.js +1 -5
  888. package/dist/esm/product/components/ProductList.js +1 -5
  889. package/dist/esm/product/components/ProductList.liquid.js +1 -1
  890. package/dist/esm/product/components/ProductNotFound.js +115 -50
  891. package/dist/esm/product/components/ProductNotFoundRelated.js +61 -0
  892. package/dist/esm/product/components/ProductPrice.js +25 -45
  893. package/dist/esm/product/components/ProductProperties/ProductPropertyChoice.js +0 -1
  894. package/dist/esm/product/components/ProductProperties/ProductPropertyInput.js +0 -1
  895. package/dist/esm/product/components/ProductProperties/ProductPropertySelect.js +0 -1
  896. package/dist/esm/product/components/ProductProperties.js +2 -40
  897. package/dist/esm/product/components/ProductProperties.liquid.js +20 -10
  898. package/dist/esm/product/components/ProductQuantity.js +0 -1
  899. package/dist/esm/product/components/ProductQuickView/ProductQuickView.js +1 -2
  900. package/dist/esm/product/components/ProductQuickView/index.js +0 -1
  901. package/dist/esm/product/components/ProductTag.js +15 -34
  902. package/dist/esm/product/components/ProductTitle.js +0 -1
  903. package/dist/esm/product/components/ProductVariants/index.js +12 -24
  904. package/dist/esm/product/components/ProductVariants/index.liquid.js +6 -1
  905. package/dist/esm/product/components/ProductVariants/variants/Base.js +0 -1
  906. package/dist/esm/product/components/ProductVariants/variants/Color.js +0 -1
  907. package/dist/esm/product/components/ProductVariants/variants/Dropdown.js +0 -1
  908. package/dist/esm/product/components/ProductVariants/variants/DropdownOption.js +0 -1
  909. package/dist/esm/product/components/ProductVariants/variants/Image.js +0 -1
  910. package/dist/esm/product/components/ProductVariants/variants/ImageShopify.js +0 -1
  911. package/dist/esm/product/components/ProductVariants/variants/RadioButtons.js +0 -1
  912. package/dist/esm/product/components/ProductVariants/variants/RectangleList.js +0 -1
  913. package/dist/esm/product/components/ProductVariants/variants/VariantGroup.js +0 -1
  914. package/dist/esm/product/components/ProductVariants/variants/VariantOption/index.js +0 -1
  915. package/dist/esm/product/components/ProductVariants/variants/index.js +0 -1
  916. package/dist/esm/product/components/ProductVariants/variants/index.liquid.js +2 -1
  917. package/dist/esm/product/components/ProductViewMore.js +0 -1
  918. package/dist/esm/product/components/ProductViewMore.liquid.js +2 -7
  919. package/dist/esm/product/components/SalePageProductListWarning.js +0 -1
  920. package/dist/esm/product/components/Sku.js +0 -1
  921. package/dist/esm/product/components/Vendor.js +0 -1
  922. package/dist/esm/product/next.js +2 -2
  923. package/dist/esm/product/setting/ProductList.js +2 -4
  924. package/dist/esm/product/setting/ProductProperties.js +1 -1
  925. package/dist/esm/product/setting/index.js +2 -2
  926. package/dist/esm/radio/Radio.js +0 -1
  927. package/dist/esm/radio/next.js +0 -2
  928. package/dist/esm/radio/setting/index.js +2 -2
  929. package/dist/esm/select/Select.js +0 -1
  930. package/dist/esm/select/next.js +0 -2
  931. package/dist/esm/select/setting/index.js +2 -2
  932. package/dist/esm/sticky/components/Sticky.js +3 -4
  933. package/dist/esm/sticky/components/Sticky.liquid.js +0 -1
  934. package/dist/esm/sticky/next.js +0 -2
  935. package/dist/esm/sticky/setting/index.js +2 -2
  936. package/dist/esm/stock-counter/components/StockCounter.js +0 -1
  937. package/dist/esm/stock-counter/next.js +0 -2
  938. package/dist/esm/stock-counter/setting/index.js +2 -2
  939. package/dist/esm/tab/components/TabItem.js +0 -1
  940. package/dist/esm/tab/components/Tabs.js +0 -1
  941. package/dist/esm/tab/next.js +0 -2
  942. package/dist/esm/tab/setting/index.js +2 -2
  943. package/dist/esm/text/components/Text.js +0 -1
  944. package/dist/esm/text/components/Text.liquid.js +19 -13
  945. package/dist/esm/text/next.js +0 -2
  946. package/dist/esm/text/setting/index.js +2 -2
  947. package/dist/esm/textarea/Textarea.js +0 -1
  948. package/dist/esm/textarea/next.js +0 -2
  949. package/dist/esm/textarea/setting/index.js +2 -2
  950. package/dist/esm/third-party/components/AirProductReviewsAppUgc.js +7 -3
  951. package/dist/esm/third-party/components/AliReviews/AliReviewsSampleContent.js +0 -1
  952. package/dist/esm/third-party/components/AliReviews.js +0 -1
  953. package/dist/esm/third-party/components/AppointmentBookingCowlendar.js +7 -3
  954. package/dist/esm/third-party/components/AppstleSubscriptions/AppstleSubscriptionsSampleContent.js +0 -1
  955. package/dist/esm/third-party/components/AppstleSubscriptions.js +0 -1
  956. package/dist/esm/third-party/components/BirdChime/BirdChimeContent.js +0 -1
  957. package/dist/esm/third-party/components/BirdChime.js +0 -1
  958. package/dist/esm/third-party/components/Bogos/BogosSampleContent.js +0 -1
  959. package/dist/esm/third-party/components/Bogos.js +0 -1
  960. package/dist/esm/third-party/components/BoldProductOptions/BoldProductOptionsSampleContent.js +0 -1
  961. package/dist/esm/third-party/components/BoldProductOptions.js +0 -1
  962. package/dist/esm/third-party/components/BoldSubscriptions/BoldSubscriptionsSampleContent.js +0 -1
  963. package/dist/esm/third-party/components/BoldSubscriptions.js +0 -1
  964. package/dist/esm/third-party/components/BonLoyaltyRewardsReferrals.js +7 -3
  965. package/dist/esm/third-party/components/BoostAISearchDiscovery/BoostAISearchDiscoverySampleContent.js +0 -1
  966. package/dist/esm/third-party/components/BoostAISearchDiscovery.js +0 -1
  967. package/dist/esm/third-party/components/Bundler/BundlerSampleContent.js +0 -1
  968. package/dist/esm/third-party/components/Bundler.js +0 -1
  969. package/dist/esm/third-party/components/CleanSizeCharts.js +7 -3
  970. package/dist/esm/third-party/components/CrossSellCartUpsell/CrossSellCartUpsellSampleContent.js +0 -1
  971. package/dist/esm/third-party/components/CrossSellCartUpsell.js +0 -1
  972. package/dist/esm/third-party/components/CustomProductOptionsVariant.js +7 -3
  973. package/dist/esm/third-party/components/DiscountyBulkDiscountSales.js +0 -1
  974. package/dist/esm/third-party/components/EasifyProductOptions.js +7 -3
  975. package/dist/esm/third-party/components/EasyBundleBuilderSkailama.js +7 -3
  976. package/dist/esm/third-party/components/EasySellCOD.js +7 -3
  977. package/dist/esm/third-party/components/FastBundleBundlesDiscounts.js +7 -3
  978. package/dist/esm/third-party/components/FeraReviews/FeraReviewsSampleContent.js +0 -1
  979. package/dist/esm/third-party/components/FeraReviews/LiquidTemplateByWidget.js +12 -19
  980. package/dist/esm/third-party/components/FeraReviews.js +0 -1
  981. package/dist/esm/third-party/components/FirePush/FirePushSampleContent.js +0 -1
  982. package/dist/esm/third-party/components/FirePush.js +0 -1
  983. package/dist/esm/third-party/components/FlyBundlesUpsellsFbt.js +25 -3
  984. package/dist/esm/third-party/components/FordeerProductLabels.js +7 -3
  985. package/dist/esm/third-party/components/FrequentlyBoughtTogether/FrequentlyBoughtTogetherSampleContent.js +0 -1
  986. package/dist/esm/third-party/components/FrequentlyBoughtTogether.js +0 -1
  987. package/dist/esm/third-party/components/GoogleReviewsByReputon.js +7 -3
  988. package/dist/esm/third-party/components/Growave/GrowaveSampleContent.js +0 -1
  989. package/dist/esm/third-party/components/Growave.js +0 -1
  990. package/dist/esm/third-party/components/HulkFormBuilder.js +7 -3
  991. package/dist/esm/third-party/components/InfiniteOptions/InfiniteOptionsSampleContent.js +0 -1
  992. package/dist/esm/third-party/components/InfiniteOptions.js +0 -1
  993. package/dist/esm/third-party/components/Instafeed/InstafeedSampleContent.js +0 -1
  994. package/dist/esm/third-party/components/Instafeed.js +0 -1
  995. package/dist/esm/third-party/components/InstasellShoppableInstagram.js +7 -3
  996. package/dist/esm/third-party/components/Judgeme/JudgemeSampleContent.js +0 -1
  997. package/dist/esm/third-party/components/JudgemeReviews.js +0 -1
  998. package/dist/esm/third-party/components/JunipProductReviewsUgc.js +7 -3
  999. package/dist/esm/third-party/components/KachingBundles/KachingBundlesSampleContent.js +0 -1
  1000. package/dist/esm/third-party/components/KachingBundles.js +0 -1
  1001. package/dist/esm/third-party/components/KingProductOptions/KingProductOptionsSampleContent.js +0 -1
  1002. package/dist/esm/third-party/components/KingProductOptions.js +0 -1
  1003. package/dist/esm/third-party/components/KiteFreeGiftDiscount.js +7 -3
  1004. package/dist/esm/third-party/components/KlarnaMessaging.js +7 -3
  1005. package/dist/esm/third-party/components/Klaviyo/KlaviyoSampleContent.js +0 -1
  1006. package/dist/esm/third-party/components/Klaviyo.js +0 -1
  1007. package/dist/esm/third-party/components/KoalaBundleQuantityDiscount.js +7 -3
  1008. package/dist/esm/third-party/components/LaiProductReviews/LaiProductReviewsSampleContent.js +0 -1
  1009. package/dist/esm/third-party/components/LaiProductReviews.js +0 -1
  1010. package/dist/esm/third-party/components/LoloyalLoyaltyReferrals.js +7 -3
  1011. package/dist/esm/third-party/components/LoopSubscriptions.js +7 -3
  1012. package/dist/esm/third-party/components/LooxReviews/LooxReviewsSampleContent.js +0 -1
  1013. package/dist/esm/third-party/components/LooxReviews.js +0 -1
  1014. package/dist/esm/third-party/components/MaxbundleProductBundles.js +7 -3
  1015. package/dist/esm/third-party/components/MbcBundleVolumeDiscount.js +7 -3
  1016. package/dist/esm/third-party/components/NotifyBackInStockPreOrder.js +7 -3
  1017. package/dist/esm/third-party/components/Omnisend/OmnisendSampleContent.js +0 -1
  1018. package/dist/esm/third-party/components/Omnisend.js +0 -1
  1019. package/dist/esm/third-party/components/Opinew/OpinewSampleContent.js +0 -1
  1020. package/dist/esm/third-party/components/Opinew.js +0 -1
  1021. package/dist/esm/third-party/components/ParcelPanel/ParcelPanelSampleContent.js +0 -1
  1022. package/dist/esm/third-party/components/ParcelPanel.js +0 -1
  1023. package/dist/esm/third-party/components/PickyStory/PickyStorySampleContent.js +0 -1
  1024. package/dist/esm/third-party/components/PickyStory.js +0 -1
  1025. package/dist/esm/third-party/components/PowerfulContactFormBuilder.js +7 -3
  1026. package/dist/esm/third-party/components/PreorderNowPreOrderPq.js +7 -3
  1027. package/dist/esm/third-party/components/PreorderNowWodPresale.js +7 -3
  1028. package/dist/esm/third-party/components/ProductOptionsCustomizer.js +7 -3
  1029. package/dist/esm/third-party/components/ProductReviews/ProductReviewsSampleContent.js +0 -1
  1030. package/dist/esm/third-party/components/ProductReviews.js +0 -1
  1031. package/dist/esm/third-party/components/PumperBundlesVolumeDiscount.js +7 -3
  1032. package/dist/esm/third-party/components/PushOwl.js +0 -1
  1033. package/dist/esm/third-party/components/QikifyUpsell.js +25 -3
  1034. package/dist/esm/third-party/components/RapiBundleQuantityBreaks.js +7 -3
  1035. package/dist/esm/third-party/components/RechargeSubscriptions.js +7 -3
  1036. package/dist/esm/third-party/components/RecurpaySubscriptionApp.js +7 -3
  1037. package/dist/esm/third-party/components/Releasit/ReleasitSampleContent.js +0 -1
  1038. package/dist/esm/third-party/components/Releasit.js +0 -1
  1039. package/dist/esm/third-party/components/RequestQuoteHidePrice.js +7 -3
  1040. package/dist/esm/third-party/components/ReviewxpoProductReviewsApp.js +7 -3
  1041. package/dist/esm/third-party/components/Rivyo/RivyoSampleContent.js +0 -1
  1042. package/dist/esm/third-party/components/Rivyo.js +0 -1
  1043. package/dist/esm/third-party/components/Ryviu/RyviuSampleContent.js +0 -1
  1044. package/dist/esm/third-party/components/Ryviu.js +0 -1
  1045. package/dist/esm/third-party/components/SealSubscriptions/SealSubscriptionsSampleContent.js +0 -1
  1046. package/dist/esm/third-party/components/SealSubscriptions.js +0 -1
  1047. package/dist/esm/third-party/components/Selleasy.js +7 -3
  1048. package/dist/esm/third-party/components/ShopifyForms.js +7 -3
  1049. package/dist/esm/third-party/components/ShopifySubscriptions.js +7 -3
  1050. package/dist/esm/third-party/components/SimpleBundlesKits.js +7 -3
  1051. package/dist/esm/third-party/components/SkioSubscriptionsYcS20.js +7 -3
  1052. package/dist/esm/third-party/components/SmartSearchBarAndFilters/SmartSearchBarAndFiltersSampleContent.js +0 -1
  1053. package/dist/esm/third-party/components/SmartSearchBarAndFilters.js +0 -1
  1054. package/dist/esm/third-party/components/SproutPlantTreesGrowSales.js +7 -3
  1055. package/dist/esm/third-party/components/Stamped/StampedSampleContent.js +0 -1
  1056. package/dist/esm/third-party/components/Stamped.js +0 -1
  1057. package/dist/esm/third-party/components/SubifySubscriptionsApp.js +7 -3
  1058. package/dist/esm/third-party/components/TagembedSocialPostReview.js +7 -3
  1059. package/dist/esm/third-party/components/TagshopShoppableVideosUgc.js +7 -3
  1060. package/dist/esm/third-party/components/ThirdPartyPreview.js +0 -1
  1061. package/dist/esm/third-party/components/TrustMe/TrustMeSampleContent.js +0 -1
  1062. package/dist/esm/third-party/components/TrustMe.js +0 -1
  1063. package/dist/esm/third-party/components/Trustoo/TrustooSampleContent.js +0 -1
  1064. package/dist/esm/third-party/components/Trustoo.js +0 -1
  1065. package/dist/esm/third-party/components/UltimateSalesBoost/UltimateSalesBoostSampleContent.js +0 -1
  1066. package/dist/esm/third-party/components/UltimateSalesBoost.js +0 -1
  1067. package/dist/esm/third-party/components/UnlimitedBundlesDiscounts.js +7 -3
  1068. package/dist/esm/third-party/components/Vitals/VitalsSampleContent.js +0 -1
  1069. package/dist/esm/third-party/components/Vitals.js +0 -1
  1070. package/dist/esm/third-party/components/WhatmoreShoppableVideosreel.js +7 -3
  1071. package/dist/esm/third-party/components/WideBundle/WideBundleSampleContent.js +0 -1
  1072. package/dist/esm/third-party/components/WideBundle.js +0 -1
  1073. package/dist/esm/third-party/components/Wiser/WiserSampleContent.js +1 -2
  1074. package/dist/esm/third-party/components/Wiser.js +5 -2
  1075. package/dist/esm/third-party/components/Wiser.liquid.js +1 -1
  1076. package/dist/esm/third-party/components/WishlistKing.js +7 -3
  1077. package/dist/esm/third-party/components/WishlistPlus.js +7 -3
  1078. package/dist/esm/third-party/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +0 -1
  1079. package/dist/esm/third-party/components/YotpoLoyalty.js +0 -1
  1080. package/dist/esm/third-party/components/YotpoReviews/YotpoReviewsSampleContent.js +0 -1
  1081. package/dist/esm/third-party/components/YotpoReviews.js +0 -1
  1082. package/dist/esm/third-party/configs/BoldProductOptions.js +2 -2
  1083. package/dist/esm/third-party/helpers/thirdParty.js +1 -1
  1084. package/dist/esm/third-party/next.js +0 -47
  1085. package/dist/esm/third-party/setting/AirProductReviewsAppUgc.js +1 -1
  1086. package/dist/esm/third-party/setting/AppointmentBookingCowlendar.js +1 -1
  1087. package/dist/esm/third-party/setting/Bogos.js +0 -5
  1088. package/dist/esm/third-party/setting/BonLoyaltyRewardsReferrals.js +1 -1
  1089. package/dist/esm/third-party/setting/Bundler.js +0 -5
  1090. package/dist/esm/third-party/setting/CleanSizeCharts.js +1 -1
  1091. package/dist/esm/third-party/setting/CustomProductOptionsVariant.js +1 -1
  1092. package/dist/esm/third-party/setting/EasifyProductOptions.js +1 -1
  1093. package/dist/esm/third-party/setting/EasyBundleBuilderSkailama.js +1 -1
  1094. package/dist/esm/third-party/setting/EasySellCOD.js +1 -1
  1095. package/dist/esm/third-party/setting/FastBundleBundlesDiscounts.js +1 -1
  1096. package/dist/esm/third-party/setting/FeraReviews.js +11 -10
  1097. package/dist/esm/third-party/setting/FlyBundlesUpsellsFbt.js +1 -1
  1098. package/dist/esm/third-party/setting/FordeerProductLabels.js +1 -1
  1099. package/dist/esm/third-party/setting/FrequentlyBoughtTogether.js +0 -5
  1100. package/dist/esm/third-party/setting/GoogleReviewsByReputon.js +1 -1
  1101. package/dist/esm/third-party/setting/HulkFormBuilder.js +1 -1
  1102. package/dist/esm/third-party/setting/InstasellShoppableInstagram.js +1 -1
  1103. package/dist/esm/third-party/setting/JunipProductReviewsUgc.js +1 -1
  1104. package/dist/esm/third-party/setting/KiteFreeGiftDiscount.js +1 -1
  1105. package/dist/esm/third-party/setting/KlarnaMessaging.js +1 -1
  1106. package/dist/esm/third-party/setting/KoalaBundleQuantityDiscount.js +1 -1
  1107. package/dist/esm/third-party/setting/LoloyalLoyaltyReferrals.js +1 -1
  1108. package/dist/esm/third-party/setting/LoopSubscriptions.js +1 -1
  1109. package/dist/esm/third-party/setting/MaxbundleProductBundles.js +1 -1
  1110. package/dist/esm/third-party/setting/MbcBundleVolumeDiscount.js +1 -1
  1111. package/dist/esm/third-party/setting/NotifyBackInStockPreOrder.js +1 -1
  1112. package/dist/esm/third-party/setting/PowerfulContactFormBuilder.js +1 -1
  1113. package/dist/esm/third-party/setting/PreorderNowPreOrderPq.js +1 -1
  1114. package/dist/esm/third-party/setting/PreorderNowWodPresale.js +1 -1
  1115. package/dist/esm/third-party/setting/ProductOptionsCustomizer.js +1 -1
  1116. package/dist/esm/third-party/setting/PumperBundlesVolumeDiscount.js +1 -1
  1117. package/dist/esm/third-party/setting/QikifyUpsell.js +1 -1
  1118. package/dist/esm/third-party/setting/RapiBundleQuantityBreaks.js +1 -1
  1119. package/dist/esm/third-party/setting/RechargeSubscriptions.js +1 -1
  1120. package/dist/esm/third-party/setting/RecurpaySubscriptionApp.js +2 -2
  1121. package/dist/esm/third-party/setting/RequestQuoteHidePrice.js +1 -1
  1122. package/dist/esm/third-party/setting/ReviewxpoProductReviewsApp.js +1 -1
  1123. package/dist/esm/third-party/setting/Selleasy.js +1 -1
  1124. package/dist/esm/third-party/setting/ShopifyForms.js +1 -1
  1125. package/dist/esm/third-party/setting/ShopifySubscriptions.js +1 -1
  1126. package/dist/esm/third-party/setting/SimpleBundlesKits.js +1 -1
  1127. package/dist/esm/third-party/setting/SkioSubscriptionsYcS20.js +1 -1
  1128. package/dist/esm/third-party/setting/SproutPlantTreesGrowSales.js +1 -1
  1129. package/dist/esm/third-party/setting/SubifySubscriptionsApp.js +1 -1
  1130. package/dist/esm/third-party/setting/TagembedSocialPostReview.js +1 -1
  1131. package/dist/esm/third-party/setting/TagshopShoppableVideosUgc.js +1 -1
  1132. package/dist/esm/third-party/setting/UnlimitedBundlesDiscounts.js +1 -1
  1133. package/dist/esm/third-party/setting/WhatmoreShoppableVideosreel.js +1 -1
  1134. package/dist/esm/third-party/setting/Wiser.js +2 -5
  1135. package/dist/esm/third-party/setting/WishlistKing.js +1 -1
  1136. package/dist/esm/third-party/setting/WishlistPlus.js +1 -1
  1137. package/dist/esm/third-party/setting/index.js +184 -202
  1138. package/dist/esm/third-party-instant/components/InstantJudgemeReviews.js +0 -1
  1139. package/dist/esm/third-party-instant/components/InstantKlaviyo.js +0 -1
  1140. package/dist/esm/third-party-instant/components/InstantLooxReviews.js +0 -1
  1141. package/dist/esm/third-party-instant/components/InstantThirdPartyPreview.js +0 -1
  1142. package/dist/esm/third-party-instant/components/InstantYotpoLoyalty.js +0 -1
  1143. package/dist/esm/third-party-instant/components/Judgeme/JudgemeSampleContent.js +0 -1
  1144. package/dist/esm/third-party-instant/components/Judgeme/SingleProduct.js +0 -1
  1145. package/dist/esm/third-party-instant/components/Judgeme/WithoutProduct.js +0 -1
  1146. package/dist/esm/third-party-instant/components/Klaviyo/KlaviyoSampleContent.js +0 -1
  1147. package/dist/esm/third-party-instant/components/LooxReviews/LooxReviewsSampleContent.js +0 -1
  1148. package/dist/esm/third-party-instant/components/LooxReviews/SingleProduct.js +0 -1
  1149. package/dist/esm/third-party-instant/components/LooxReviews/WithoutProduct.js +0 -1
  1150. package/dist/esm/third-party-instant/components/YotpoLoyalty/YotpoLoyaltySampleContent.js +0 -1
  1151. package/dist/esm/third-party-instant/next.js +0 -2
  1152. package/dist/esm/third-party-instant/setting/InstantJudgemeReviews.js +2 -8
  1153. package/dist/esm/third-party-instant/setting/InstantLooxReviews.js +3 -12
  1154. package/dist/esm/third-party-instant/setting/index.js +2 -2
  1155. package/dist/esm/third-party-slot/components/ThirdPartySlot.js +0 -1
  1156. package/dist/esm/third-party-slot/next.js +0 -2
  1157. package/dist/esm/third-party-slot/setting/index.js +2 -2
  1158. package/dist/esm/video/components/HTML5Embed.js +0 -1
  1159. package/dist/esm/video/components/LiteVimeoEmbed.js +0 -1
  1160. package/dist/esm/video/components/LiteYouTubeEmbed.js +0 -1
  1161. package/dist/esm/video/components/Video.js +0 -1
  1162. package/dist/esm/video/next.js +0 -2
  1163. package/dist/esm/video/setting/index.js +2 -2
  1164. package/dist/types/index.d.ts +62 -530
  1165. package/package.json +4 -5
  1166. package/dist/cjs/common/components/NoDataState.js +0 -151
  1167. package/dist/cjs/common/components/TooltipHover.js +0 -35
  1168. package/dist/cjs/image/components/NoDataImage.js +0 -115
  1169. package/dist/cjs/image/setting/configs/presets.js +0 -156
  1170. package/dist/cjs/post-purchase/link/components/PostPurchaseLink.js +0 -73
  1171. package/dist/cjs/post-purchase/link/next.js +0 -13
  1172. package/dist/cjs/post-purchase/link/setting/PostPurchaseLink.js +0 -284
  1173. package/dist/cjs/post-purchase/link/setting/index.js +0 -11
  1174. package/dist/cjs/setting.js +0 -192
  1175. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.js +0 -27
  1176. package/dist/cjs/shop-pay-installment/components/ShopPayInstallments.liquid.js +0 -13
  1177. package/dist/cjs/shop-pay-installment/next.js +0 -18
  1178. package/dist/cjs/shop-pay-installment/settings/ShopPayInstallments.js +0 -83
  1179. package/dist/cjs/shop-pay-installment/settings/index.js +0 -11
  1180. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +0 -33
  1181. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +0 -12
  1182. package/dist/cjs/third-party/components/BestBuyFulfillment.js +0 -38
  1183. package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +0 -12
  1184. package/dist/cjs/third-party/components/HulkProductOptions.js +0 -33
  1185. package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +0 -12
  1186. package/dist/cjs/third-party/components/MyappgurusProductReviews.js +0 -33
  1187. package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +0 -12
  1188. package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +0 -38
  1189. package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +0 -21
  1190. package/dist/cjs/third-party/components/SegunoEmailMarketing.js +0 -33
  1191. package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +0 -12
  1192. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +0 -33
  1193. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +0 -12
  1194. package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +0 -33
  1195. package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +0 -12
  1196. package/dist/cjs/third-party/components/TrustshopProductReviews.js +0 -47
  1197. package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +0 -12
  1198. package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +0 -12
  1199. package/dist/cjs/third-party/configs/AirProductReviewsAppUgc.js +0 -12
  1200. package/dist/cjs/third-party/configs/AppointmentBookingCowlendar.js +0 -12
  1201. package/dist/cjs/third-party/configs/BonLoyaltyRewardsReferrals.js +0 -12
  1202. package/dist/cjs/third-party/configs/CleanSizeCharts.js +0 -12
  1203. package/dist/cjs/third-party/configs/CustomProductOptionsVariant.js +0 -12
  1204. package/dist/cjs/third-party/configs/EasifyProductOptions.js +0 -12
  1205. package/dist/cjs/third-party/configs/EasyBundleBuilderSkailama.js +0 -12
  1206. package/dist/cjs/third-party/configs/EasySellCOD.js +0 -12
  1207. package/dist/cjs/third-party/configs/FastBundleBundlesDiscount.js +0 -12
  1208. package/dist/cjs/third-party/configs/FlyBundlesUpsellsFbt.js +0 -29
  1209. package/dist/cjs/third-party/configs/FordeerProductLabels.js +0 -12
  1210. package/dist/cjs/third-party/configs/GoogleReviewsByReputon.js +0 -12
  1211. package/dist/cjs/third-party/configs/HulkFormBuilder.js +0 -12
  1212. package/dist/cjs/third-party/configs/HulkProductOptions.js +0 -12
  1213. package/dist/cjs/third-party/configs/InstasellShoppableInstagram.js +0 -12
  1214. package/dist/cjs/third-party/configs/JunipProductReviewsUgc.js +0 -12
  1215. package/dist/cjs/third-party/configs/KiteFreeGiftDiscount.js +0 -12
  1216. package/dist/cjs/third-party/configs/KlarmaMessaging.js +0 -12
  1217. package/dist/cjs/third-party/configs/KoalaBundleQuantityDiscount.js +0 -12
  1218. package/dist/cjs/third-party/configs/LoloyalLoyaltyReferrals.js +0 -12
  1219. package/dist/cjs/third-party/configs/LoopSubscriptions.js +0 -12
  1220. package/dist/cjs/third-party/configs/MaxbundleProductBundles.js +0 -12
  1221. package/dist/cjs/third-party/configs/MbcBundleVolumeDiscount.js +0 -12
  1222. package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +0 -12
  1223. package/dist/cjs/third-party/configs/NotifyBackInStockPreOrder.js +0 -12
  1224. package/dist/cjs/third-party/configs/PowerfulContactFormBuilder.js +0 -12
  1225. package/dist/cjs/third-party/configs/PreorderNowPreOrderPq.js +0 -12
  1226. package/dist/cjs/third-party/configs/PreorderNowWodPresale.js +0 -12
  1227. package/dist/cjs/third-party/configs/ProductOptionsCustomizer.js +0 -12
  1228. package/dist/cjs/third-party/configs/PumperBundlesVolumeDiscount.js +0 -12
  1229. package/dist/cjs/third-party/configs/QikifyUpsell.js +0 -29
  1230. package/dist/cjs/third-party/configs/RapiBundleQuantityBreaks.js +0 -12
  1231. package/dist/cjs/third-party/configs/RechargeSubscriptions.js +0 -12
  1232. package/dist/cjs/third-party/configs/RecurpaySubscriptionApp.js +0 -12
  1233. package/dist/cjs/third-party/configs/RequestQuoteHidePrice.js +0 -12
  1234. package/dist/cjs/third-party/configs/ReviewxpoProductReviewsApp.js +0 -12
  1235. package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +0 -12
  1236. package/dist/cjs/third-party/configs/Selleasy.js +0 -12
  1237. package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +0 -12
  1238. package/dist/cjs/third-party/configs/ShopifyForms.js +0 -12
  1239. package/dist/cjs/third-party/configs/ShopifySubscriptions.js +0 -12
  1240. package/dist/cjs/third-party/configs/SimpleBundlesKits.js +0 -12
  1241. package/dist/cjs/third-party/configs/SkioSubscriptionsYcS20.js +0 -12
  1242. package/dist/cjs/third-party/configs/SproutPlantTreesGrowSales.js +0 -12
  1243. package/dist/cjs/third-party/configs/SubifySubscriptionsApp.js +0 -12
  1244. package/dist/cjs/third-party/configs/TagembedSocialPostReview.js +0 -12
  1245. package/dist/cjs/third-party/configs/TagshopShoppableVideosUgc.js +0 -12
  1246. package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +0 -12
  1247. package/dist/cjs/third-party/configs/TrustshopProductReviews.js +0 -12
  1248. package/dist/cjs/third-party/configs/UnlimitedBundlesDiscounts.js +0 -12
  1249. package/dist/cjs/third-party/configs/WhatmoreShoppableVideosreel.js +0 -12
  1250. package/dist/cjs/third-party/configs/WishlistKing.js +0 -12
  1251. package/dist/cjs/third-party/configs/WishlistPlus.js +0 -12
  1252. package/dist/cjs/third-party/setting/AftershipEmailMarketingsms.js +0 -160
  1253. package/dist/cjs/third-party/setting/BestBuyFulfillment.js +0 -133
  1254. package/dist/cjs/third-party/setting/HulkProductOptions.js +0 -131
  1255. package/dist/cjs/third-party/setting/MyappgurusProductReviews.js +0 -171
  1256. package/dist/cjs/third-party/setting/ProductOptionsVariantOption.js +0 -131
  1257. package/dist/cjs/third-party/setting/SegunoEmailMarketing.js +0 -152
  1258. package/dist/cjs/third-party/setting/SeoantTrustBadgesIcon.js +0 -142
  1259. package/dist/cjs/third-party/setting/TrustreviewsProductReviews.js +0 -210
  1260. package/dist/cjs/third-party/setting/TrustshopProductReviews.js +0 -159
  1261. package/dist/esm/common/components/NoDataState.js +0 -147
  1262. package/dist/esm/common/components/TooltipHover.js +0 -31
  1263. package/dist/esm/image/components/NoDataImage.js +0 -111
  1264. package/dist/esm/image/setting/configs/presets.js +0 -154
  1265. package/dist/esm/post-purchase/link/components/PostPurchaseLink.js +0 -69
  1266. package/dist/esm/post-purchase/link/next.js +0 -11
  1267. package/dist/esm/post-purchase/link/setting/PostPurchaseLink.js +0 -280
  1268. package/dist/esm/post-purchase/link/setting/index.js +0 -7
  1269. package/dist/esm/setting.js +0 -188
  1270. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.js +0 -22
  1271. package/dist/esm/shop-pay-installment/components/ShopPayInstallments.liquid.js +0 -9
  1272. package/dist/esm/shop-pay-installment/next.js +0 -14
  1273. package/dist/esm/shop-pay-installment/settings/ShopPayInstallments.js +0 -79
  1274. package/dist/esm/shop-pay-installment/settings/index.js +0 -7
  1275. package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +0 -29
  1276. package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +0 -8
  1277. package/dist/esm/third-party/components/BestBuyFulfillment.js +0 -33
  1278. package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +0 -8
  1279. package/dist/esm/third-party/components/HulkProductOptions.js +0 -29
  1280. package/dist/esm/third-party/components/HulkProductOptions.liquid.js +0 -8
  1281. package/dist/esm/third-party/components/MyappgurusProductReviews.js +0 -29
  1282. package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +0 -8
  1283. package/dist/esm/third-party/components/ProductOptionsVariantOption.js +0 -33
  1284. package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +0 -17
  1285. package/dist/esm/third-party/components/SegunoEmailMarketing.js +0 -29
  1286. package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +0 -8
  1287. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +0 -29
  1288. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +0 -8
  1289. package/dist/esm/third-party/components/TrustreviewsProductReviews.js +0 -29
  1290. package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +0 -8
  1291. package/dist/esm/third-party/components/TrustshopProductReviews.js +0 -43
  1292. package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +0 -8
  1293. package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +0 -8
  1294. package/dist/esm/third-party/configs/AirProductReviewsAppUgc.js +0 -8
  1295. package/dist/esm/third-party/configs/AppointmentBookingCowlendar.js +0 -8
  1296. package/dist/esm/third-party/configs/BonLoyaltyRewardsReferrals.js +0 -8
  1297. package/dist/esm/third-party/configs/CleanSizeCharts.js +0 -8
  1298. package/dist/esm/third-party/configs/CustomProductOptionsVariant.js +0 -8
  1299. package/dist/esm/third-party/configs/EasifyProductOptions.js +0 -8
  1300. package/dist/esm/third-party/configs/EasyBundleBuilderSkailama.js +0 -8
  1301. package/dist/esm/third-party/configs/EasySellCOD.js +0 -8
  1302. package/dist/esm/third-party/configs/FastBundleBundlesDiscount.js +0 -8
  1303. package/dist/esm/third-party/configs/FlyBundlesUpsellsFbt.js +0 -26
  1304. package/dist/esm/third-party/configs/FordeerProductLabels.js +0 -8
  1305. package/dist/esm/third-party/configs/GoogleReviewsByReputon.js +0 -8
  1306. package/dist/esm/third-party/configs/HulkFormBuilder.js +0 -8
  1307. package/dist/esm/third-party/configs/HulkProductOptions.js +0 -8
  1308. package/dist/esm/third-party/configs/InstasellShoppableInstagram.js +0 -8
  1309. package/dist/esm/third-party/configs/JunipProductReviewsUgc.js +0 -8
  1310. package/dist/esm/third-party/configs/KiteFreeGiftDiscount.js +0 -8
  1311. package/dist/esm/third-party/configs/KlarmaMessaging.js +0 -8
  1312. package/dist/esm/third-party/configs/KoalaBundleQuantityDiscount.js +0 -8
  1313. package/dist/esm/third-party/configs/LoloyalLoyaltyReferrals.js +0 -8
  1314. package/dist/esm/third-party/configs/LoopSubscriptions.js +0 -8
  1315. package/dist/esm/third-party/configs/MaxbundleProductBundles.js +0 -8
  1316. package/dist/esm/third-party/configs/MbcBundleVolumeDiscount.js +0 -8
  1317. package/dist/esm/third-party/configs/MyappgurusProductReviews.js +0 -8
  1318. package/dist/esm/third-party/configs/NotifyBackInStockPreOrder.js +0 -8
  1319. package/dist/esm/third-party/configs/PowerfulContactFormBuilder.js +0 -8
  1320. package/dist/esm/third-party/configs/PreorderNowPreOrderPq.js +0 -8
  1321. package/dist/esm/third-party/configs/PreorderNowWodPresale.js +0 -8
  1322. package/dist/esm/third-party/configs/ProductOptionsCustomizer.js +0 -8
  1323. package/dist/esm/third-party/configs/PumperBundlesVolumeDiscount.js +0 -8
  1324. package/dist/esm/third-party/configs/QikifyUpsell.js +0 -26
  1325. package/dist/esm/third-party/configs/RapiBundleQuantityBreaks.js +0 -8
  1326. package/dist/esm/third-party/configs/RechargeSubscriptions.js +0 -8
  1327. package/dist/esm/third-party/configs/RecurpaySubscriptionApp.js +0 -8
  1328. package/dist/esm/third-party/configs/RequestQuoteHidePrice.js +0 -8
  1329. package/dist/esm/third-party/configs/ReviewxpoProductReviewsApp.js +0 -8
  1330. package/dist/esm/third-party/configs/SegunoEmailMarketing.js +0 -8
  1331. package/dist/esm/third-party/configs/Selleasy.js +0 -8
  1332. package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +0 -8
  1333. package/dist/esm/third-party/configs/ShopifyForms.js +0 -8
  1334. package/dist/esm/third-party/configs/ShopifySubscriptions.js +0 -8
  1335. package/dist/esm/third-party/configs/SimpleBundlesKits.js +0 -8
  1336. package/dist/esm/third-party/configs/SkioSubscriptionsYcS20.js +0 -8
  1337. package/dist/esm/third-party/configs/SproutPlantTreesGrowSales.js +0 -8
  1338. package/dist/esm/third-party/configs/SubifySubscriptionsApp.js +0 -8
  1339. package/dist/esm/third-party/configs/TagembedSocialPostReview.js +0 -8
  1340. package/dist/esm/third-party/configs/TagshopShoppableVideosUgc.js +0 -8
  1341. package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +0 -8
  1342. package/dist/esm/third-party/configs/TrustshopProductReviews.js +0 -8
  1343. package/dist/esm/third-party/configs/UnlimitedBundlesDiscounts.js +0 -8
  1344. package/dist/esm/third-party/configs/WhatmoreShoppableVideosreel.js +0 -8
  1345. package/dist/esm/third-party/configs/WishlistKing.js +0 -8
  1346. package/dist/esm/third-party/configs/WishlistPlus.js +0 -8
  1347. package/dist/esm/third-party/setting/AftershipEmailMarketingsms.js +0 -156
  1348. package/dist/esm/third-party/setting/BestBuyFulfillment.js +0 -129
  1349. package/dist/esm/third-party/setting/HulkProductOptions.js +0 -127
  1350. package/dist/esm/third-party/setting/MyappgurusProductReviews.js +0 -167
  1351. package/dist/esm/third-party/setting/ProductOptionsVariantOption.js +0 -127
  1352. package/dist/esm/third-party/setting/SegunoEmailMarketing.js +0 -148
  1353. package/dist/esm/third-party/setting/SeoantTrustBadgesIcon.js +0 -138
  1354. package/dist/esm/third-party/setting/TrustreviewsProductReviews.js +0 -206
  1355. package/dist/esm/third-party/setting/TrustshopProductReviews.js +0 -155
@@ -1,8 +1,6 @@
1
- 'use client';
2
1
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
3
- import { useProduct, useCurrentDevice, getResponsiveValueByScreen, useProductShopifyEditLink, useEditorMode, isBrowser, composeTypographyClassName, composeTypographyStyle, cls, getGlobalColorClass, getStyleShadow, makeStyleResponsive, makeStyle, getGlobalColorStyle } from '@gem-sdk/core';
2
+ import { useProduct, useCurrentDevice, getResponsiveValueByScreen, isSafari, composeTypographyClassName, composeTypographyStyle, cls, getGlobalColorClass, getStyleShadow, makeStyleResponsive, makeStyle, getGlobalColorStyle } from '@gem-sdk/core';
4
3
  import { useState, useRef, useEffect } from 'react';
5
- import NoDataState from '../../common/components/NoDataState.js';
6
4
 
7
5
  const ProductDescription = ({ setting, builderProps })=>{
8
6
  const [open, setOpen] = useState(false);
@@ -13,9 +11,6 @@ const ProductDescription = ({ setting, builderProps })=>{
13
11
  const currentDevice = useCurrentDevice();
14
12
  const hasLineClamp = getResponsiveValueByScreen(setting?.hasLineClamp, currentDevice);
15
13
  const lineClamp = getResponsiveValueByScreen(setting?.lineClamp, currentDevice);
16
- const { redirectProductShopifyLink } = useProductShopifyEditLink();
17
- const mode = useEditorMode();
18
- const isSafari = isBrowser() ? navigator?.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1 : false;
19
14
  useEffect(()=>{
20
15
  const dom = ref.current;
21
16
  setOpen(false);
@@ -26,7 +21,7 @@ const ProductDescription = ({ setting, builderProps })=>{
26
21
  const clientHeight = dom?.clientHeight ?? 0;
27
22
  const lineHeight = window.getComputedStyle(dom).getPropertyValue('line-height');
28
23
  const lineText = Math.round((scrollHeight ?? 0) / parseInt(lineHeight));
29
- const conditionCheckLine = isSafari ? value && value < lineText : clientHeight < scrollHeight;
24
+ const conditionCheckLine = isSafari() ? value && value < lineText : clientHeight < scrollHeight;
30
25
  if (value && conditionCheckLine) {
31
26
  allowShowViewMore(()=>true);
32
27
  } else {
@@ -37,8 +32,7 @@ const ProductDescription = ({ setting, builderProps })=>{
37
32
  }, [
38
33
  hasLineClamp,
39
34
  lineClamp,
40
- product?.description,
41
- isSafari
35
+ product?.description
42
36
  ]);
43
37
  const Tag = htmlTag === 'html' ? 'div' : 'p';
44
38
  const appendTypoClass = composeTypographyClassName(setting?.typo, setting?.typography);
@@ -55,32 +49,14 @@ const ProductDescription = ({ setting, builderProps })=>{
55
49
  box-shadow: none;
56
50
  }
57
51
  `;
52
+ const DescriptionNotFoundString = 'This product does not have a description';
58
53
  const hasDescription = product?.description && product.description?.trim() != '';
59
- if ((!product?.descriptionHtml || !hasDescription) && mode === 'edit') {
60
- return /*#__PURE__*/ jsx(NoDataState, {
61
- elementType: "secondary",
62
- description: "Highlight key benefits with product description.",
63
- descriptionActions: [
64
- {
65
- text: 'Add description',
66
- callback: redirectProductShopifyLink
67
- },
68
- {
69
- text: 'sync data',
70
- callback: 'syncProduct'
71
- }
72
- ]
73
- });
74
- }
75
54
  return /*#__PURE__*/ jsx(Fragment, {
76
- children: !product?.descriptionHtml || !hasDescription ? null : /*#__PURE__*/ jsxs("div", {
55
+ children: !product ? null : /*#__PURE__*/ jsxs("div", {
77
56
  "data-id": builderProps?.uid,
78
57
  children: [
79
- !isSafari && /*#__PURE__*/ jsx("style", {
80
- type: "text/css",
81
- dangerouslySetInnerHTML: {
82
- __html: css
83
- }
58
+ !isSafari() && /*#__PURE__*/ jsx("style", {
59
+ children: css
84
60
  }),
85
61
  /*#__PURE__*/ jsx(Tag, {
86
62
  ref: ref,
@@ -100,7 +76,7 @@ const ProductDescription = ({ setting, builderProps })=>{
100
76
  ...appendTypoStyle
101
77
  },
102
78
  dangerouslySetInnerHTML: {
103
- __html: product?.descriptionHtml
79
+ __html: product?.descriptionHtml && hasDescription ? product.descriptionHtml : `${DescriptionNotFoundString}`
104
80
  }
105
81
  }),
106
82
  hasLineClamp && isShowViewMore && /*#__PURE__*/ jsxs("button", {
@@ -102,8 +102,7 @@ const ProductDescription = ({ setting, advanced, builderProps })=>{
102
102
  {%- endunless -%}
103
103
  {% style %}
104
104
  .p-description-wrapper.gp-p-description-text * {
105
- color: inherit;
106
- line-height: inherit;
105
+ color: inherit
107
106
  }
108
107
  {% endstyle %}
109
108
  </gp-product-description>
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx, jsxs } from 'react/jsx-runtime';
3
2
  import NextImage from '../../../image/components/NextImage.js';
4
3
  import { getFeatureImageAspectRatio, getStyleFeaturedImageWidth, getStyleFeatureImageJustify, isFeatureMedia, getZoomImageClass, getZoomLenClass } from './common/productFeaturedImage.js';
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx, jsxs } from 'react/jsx-runtime';
3
2
  import { useMemo } from 'react';
4
3
  import Carousel from '../../../carousel/components/Carousel.js';
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx, jsxs } from 'react/jsx-runtime';
3
2
  import { useCurrentDevice, useFeaturedImageGlobal, getResponsiveValueByScreen, makeAspectRatio, cls, makeStyleResponsive } from '@gem-sdk/core';
4
3
  import { useMemo } from 'react';
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx } from 'react/jsx-runtime';
3
2
  import { useFeaturedImageGlobal, cls } from '@gem-sdk/core';
4
3
  import Carousel from '../../../carousel/components/Carousel.js';
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsxs, jsx } from 'react/jsx-runtime';
3
2
  import { useProduct, useCurrentDevice, useCurrentVariant, useProductStore, getResponsiveValueByScreen, makeStyleResponsive, makeHeight, cls, makeStyle } from '@gem-sdk/core';
4
3
  import { useState, useRef, useMemo, useCallback, useEffect } from 'react';
@@ -1,7 +1,6 @@
1
- 'use client';
2
1
  import { jsxs, jsx } from 'react/jsx-runtime';
3
2
  import { checkAddOverFlowClass, getAspectRatio } from '../common/common.js';
4
- import { useProductShopifyEditLink, useProduct, useCurrentDevice, useCurrentVariant, useEditorMode, useProductStore, getResponsiveValueByScreen, composeBorderCss, composeCornerCss, cls, filterToolbarPreview } from '@gem-sdk/core';
3
+ import { useProduct, useCurrentDevice, useCurrentVariant, useEditorMode, useProductStore, getResponsiveValueByScreen, composeBorderCss, composeCornerCss, cls, filterToolbarPreview } from '@gem-sdk/core';
5
4
  import { useMemo, useState, useEffect, Children, isValidElement } from 'react';
6
5
  import FeatureImageWithGallery from './layouts/FeatureImageWithGallery.js';
7
6
  import GalleryOneCol from './layouts/GalleryOneCol.js';
@@ -9,7 +8,6 @@ import GalleryTwoCol from './layouts/GalleryTwoCol.js';
9
8
  import OnlyFeatureImage from './layouts/OnlyFeatureImage.js';
10
9
  import ProductImagesLightBox from './components/ProductImagesLightBox.js';
11
10
  import { isFeatureMedia } from '../common/productFeaturedImage.js';
12
- import NoDataState from '../../../../common/components/NoDataState.js';
13
11
 
14
12
  const getProductGallery = (product)=>{
15
13
  return product?.medias?.edges.map((img)=>{
@@ -26,7 +24,6 @@ const LAYOUT_FEATURE_IMAGE_GALLERY = [
26
24
  'inside-bottom'
27
25
  ];
28
26
  const ProductImagesV2 = (productImageProps)=>{
29
- const { redirectProductShopifyLink } = useProductShopifyEditLink();
30
27
  const { setting, styles, builderProps, builderAttrs, style, children, advanced } = productImageProps;
31
28
  const isAddOverFlowClass = useMemo(()=>{
32
29
  return checkAddOverFlowClass(style);
@@ -207,46 +204,6 @@ const ProductImagesV2 = (productImageProps)=>{
207
204
  return null;
208
205
  }) : null;
209
206
  };
210
- const svg = `
211
- <svg viewBox="0 0 452 400" fill="none" xmlns="http://www.w3.org/2000/svg">
212
- <path d="M0 7.99999C0 3.58171 3.58172 0 8 0H444C448.418 0 452 3.58172 452 8V392C452 396.418 448.418 400 444 400H8C3.58173 400 0 396.418 0 392V7.99999Z" fill="#F9F9F9"/>
213
- <path d="M208.148 348.801C239.683 348.75 265.245 347.272 265.242 345.499C265.239 343.726 239.673 342.33 208.138 342.381C176.603 342.432 151.041 343.91 151.044 345.683C151.047 347.456 176.614 348.851 208.148 348.801Z" fill="#E6E6E6"/>
214
- <path d="M225.946 320.879C225.946 320.879 169.954 292.883 177.953 214.227C185.952 135.571 183.286 143.57 183.286 143.57C183.286 143.57 196.617 99.5762 220.614 83.5784C220.614 83.5784 163.289 24.9199 117.962 131.572C117.962 131.572 105.963 195.563 115.295 238.224C124.627 280.884 145.958 315.546 145.958 315.546C145.958 315.546 165.955 335.543 188.618 335.543C211.282 335.543 225.946 320.879 225.946 320.879Z" fill="#CCCCCC"/>
215
- <path d="M318.6 273.553C318.6 273.553 286.605 358.875 186.619 342.877C86.6325 326.879 113.295 153.57 113.295 153.57C113.295 153.57 102.123 282.854 160.581 320.874C176.779 331.409 197.935 331.504 213.408 319.93C223.66 312.261 232.445 298.883 231.279 275.553L318.6 273.553Z" fill="#E6E6E6"/>
216
- <path d="M315.483 111.223C315.483 111.223 269.94 28.9197 171.287 56.9158C110.135 82.9705 111.274 150.057 111.274 150.057C103.9 261.289 183.264 259.493 201.95 140.904C205.231 120.082 198.617 108.242 198.617 108.242C198.617 108.242 189.285 136.238 160.622 142.237C131.915 148.246 127.007 138.688 127.96 124.24C127.97 124.095 127.979 123.952 127.989 123.809C128.775 112.106 133.316 100.968 140.937 92.0518C157.37 72.918 193.19 44.9769 231.279 103.576L233.945 110.169C233.945 110.169 281.036 122.87 315.483 111.223Z" fill="#E6E6E6"/>
217
- <path d="M241.931 108.909C235.042 108.916 228.438 111.656 223.567 116.528C218.696 121.399 215.956 128.003 215.948 134.892V257.167C215.956 264.339 218.809 271.214 223.88 276.286C228.951 281.357 235.827 284.21 242.999 284.218H307.331C315.974 284.208 324.26 280.77 330.371 274.659C336.483 268.547 339.921 260.261 339.931 251.618V141.762C339.921 133.052 336.456 124.701 330.297 118.542C324.138 112.383 315.787 108.918 307.077 108.909L241.931 108.909Z" fill="#ADADAD"/>
218
- <path d="M253.087 114.24C249.426 114.244 245.916 115.7 243.327 118.289C240.738 120.878 239.282 124.388 239.278 128.049V265.741C239.282 269.402 240.738 272.912 243.327 275.501C245.916 278.09 249.426 279.546 253.087 279.55H314.265C321.6 279.542 328.631 276.624 333.818 271.438C339.004 266.251 341.922 259.219 341.93 251.885V138.614C341.923 132.152 339.353 125.956 334.783 121.387C330.214 116.817 324.018 114.247 317.556 114.24H253.087Z" fill="#D2D2D2"/>
219
- <path opacity="0.1" d="M250.832 115.006C249.11 116.287 247.711 117.953 246.747 119.87C245.782 121.788 245.279 123.904 245.277 126.05V263.742C245.281 267.403 246.737 270.913 249.326 273.502C251.915 276.091 255.425 277.547 259.086 277.551H320.264C322.585 277.542 324.895 277.24 327.14 276.651C323.01 278.99 318.344 280.218 313.598 280.217H252.421C248.759 280.213 245.249 278.757 242.66 276.168C240.072 273.579 238.615 270.069 238.611 266.408V128.716C238.616 125.331 239.863 122.065 242.116 119.538C244.368 117.011 247.469 115.399 250.832 115.006Z" fill="black"/>
220
- <path d="M220.614 180.899C227.977 180.899 233.945 173.439 233.945 164.235C233.945 155.032 227.977 147.571 220.614 147.571C213.251 147.571 207.282 155.032 207.282 164.235C207.282 173.439 213.251 180.899 220.614 180.899Z" fill="#D6D6D6"/>
221
- <path opacity="0.2" d="M229.946 164.235C229.946 156.173 225.366 149.45 219.281 147.905C220.152 147.684 221.048 147.571 221.947 147.571C229.31 147.571 235.278 155.032 235.278 164.235C235.278 173.439 229.31 180.9 221.947 180.9C221.048 180.899 220.152 180.787 219.281 180.565C225.366 179.021 229.946 172.297 229.946 164.235Z" fill="black"/>
222
- <path d="M217.948 206.895V241.556C217.948 242.794 218.439 243.981 219.314 244.856C220.189 245.731 221.376 246.222 222.614 246.222C223.851 246.222 225.038 245.731 225.913 244.856C226.788 243.981 227.28 242.794 227.28 241.556V206.895C227.28 205.657 226.788 204.47 225.913 203.595C225.038 202.72 223.851 202.229 222.614 202.229C221.376 202.229 220.189 202.72 219.314 203.595C218.439 204.47 217.948 205.657 217.948 206.895Z" fill="#D6D6D6"/>
223
- <path opacity="0.2" d="M225.28 241.556V206.895C225.276 205.893 224.95 204.92 224.35 204.119C223.749 203.317 222.907 202.731 221.947 202.446C222.378 202.308 222.828 202.235 223.28 202.229C224.517 202.23 225.703 202.722 226.578 203.597C227.453 204.472 227.945 205.657 227.946 206.895V241.556C227.945 242.793 227.453 243.979 226.578 244.854C225.703 245.729 224.517 246.221 223.28 246.222C222.828 246.216 222.378 246.143 221.947 246.005C222.907 245.72 223.749 245.134 224.35 244.332C224.95 243.531 225.276 242.558 225.28 241.556Z" fill="black"/>
224
- <path d="M151.29 278.218C154.972 278.218 157.956 275.234 157.956 271.552C157.956 267.871 154.972 264.887 151.29 264.887C147.609 264.887 144.624 267.871 144.624 271.552C144.624 275.234 147.609 278.218 151.29 278.218Z" fill="white"/>
225
- <path opacity="0.3" d="M155.29 271.552C155.289 270.016 154.759 268.527 153.787 267.337C152.815 266.147 151.462 265.329 149.957 265.021C150.925 264.824 151.926 264.844 152.885 265.081C153.845 265.317 154.74 265.765 155.505 266.39C156.27 267.015 156.887 267.802 157.311 268.695C157.735 269.588 157.954 270.564 157.954 271.552C157.954 272.541 157.735 273.517 157.311 274.41C156.887 275.302 156.27 276.09 155.505 276.715C154.74 277.34 153.845 277.787 152.885 278.024C151.926 278.261 150.925 278.281 149.957 278.084C151.462 277.776 152.815 276.958 153.787 275.768C154.759 274.578 155.289 273.089 155.29 271.552Z" fill="black"/>
226
- <path d="M148.284 251.766C151.966 251.766 154.95 248.782 154.95 245.1C154.95 241.419 151.966 238.435 148.284 238.435C144.603 238.435 141.618 241.419 141.618 245.1C141.618 248.782 144.603 251.766 148.284 251.766Z" fill="white"/>
227
- <path opacity="0.3" d="M152.284 245.1C152.283 243.564 151.753 242.075 150.781 240.885C149.809 239.694 148.456 238.876 146.951 238.569C147.919 238.371 148.92 238.392 149.879 238.629C150.839 238.865 151.734 239.312 152.499 239.938C153.264 240.563 153.881 241.35 154.305 242.243C154.729 243.136 154.948 244.112 154.948 245.1C154.948 246.089 154.729 247.065 154.305 247.957C153.881 248.85 153.264 249.638 152.499 250.263C151.734 250.888 150.839 251.335 149.879 251.572C148.92 251.809 147.919 251.829 146.951 251.632C148.456 251.324 149.809 250.506 150.781 249.316C151.753 248.126 152.283 246.637 152.284 245.1Z" fill="black"/>
228
- <path d="M155.29 130.239C158.971 130.239 161.955 127.254 161.955 123.573C161.955 119.892 158.971 116.907 155.29 116.907C151.608 116.907 148.624 119.892 148.624 123.573C148.624 127.254 151.608 130.239 155.29 130.239Z" fill="white"/>
229
- <path opacity="0.3" d="M159.289 123.573C159.289 122.037 158.758 120.547 157.786 119.357C156.815 118.167 155.462 117.349 153.956 117.042C154.925 116.844 155.925 116.865 156.885 117.101C157.844 117.338 158.739 117.785 159.504 118.41C160.27 119.035 160.887 119.823 161.31 120.716C161.734 121.609 161.954 122.585 161.954 123.573C161.954 124.561 161.734 125.537 161.31 126.43C160.887 127.323 160.27 128.111 159.504 128.736C158.739 129.361 157.844 129.808 156.885 130.045C155.925 130.281 154.925 130.302 153.956 130.104C155.462 129.797 156.815 128.979 157.786 127.789C158.758 126.599 159.289 125.109 159.289 123.573Z" fill="black"/>
230
- <path opacity="0.2" d="M293.196 217.389C300.559 217.389 306.528 209.928 306.528 200.724C306.528 191.521 300.559 184.06 293.196 184.06C285.833 184.06 279.865 191.521 279.865 200.724C279.865 209.928 285.833 217.389 293.196 217.389Z" fill="white"/>
231
- <path opacity="0.2" d="M293.196 231.862C306.954 231.862 318.106 217.921 318.106 200.724C318.106 183.527 306.954 169.586 293.196 169.586C279.439 169.586 268.286 183.527 268.286 200.724C268.286 217.921 279.439 231.862 293.196 231.862Z" fill="white"/>
232
- <path opacity="0.2" d="M293.196 247.637C313.923 247.637 330.726 226.634 330.726 200.725C330.726 174.816 313.923 153.812 293.196 153.812C272.469 153.812 255.666 174.816 255.666 200.725C255.666 226.634 272.469 247.637 293.196 247.637Z" fill="white"/>
233
- </svg>
234
- `;
235
- const noDataChildren = /*#__PURE__*/ jsx(NoDataState, {
236
- elementType: "secondary",
237
- description: "Catch your customer's attention with attracted media.",
238
- descriptionActions: [
239
- {
240
- text: 'Add image',
241
- callback: redirectProductShopifyLink
242
- },
243
- {
244
- text: 'sync data',
245
- callback: 'syncProduct'
246
- }
247
- ],
248
- additionalMedia: svg
249
- });
250
207
  return /*#__PURE__*/ jsxs("div", {
251
208
  ...builderAttrs,
252
209
  className: cls(builderProps?.uid, {
@@ -257,38 +214,31 @@ const ProductImagesV2 = (productImageProps)=>{
257
214
  },
258
215
  children: [
259
216
  /*#__PURE__*/ jsx("style", {
260
- type: "text/css",
261
- dangerouslySetInnerHTML: {
262
- __html: carouselItemCss
263
- }
217
+ children: carouselItemCss
264
218
  }),
265
219
  LAYOUT_FEATURE_IMAGE_GALLERY.includes(layout) && /*#__PURE__*/ jsx(FeatureImageWithGallery, {
266
220
  ...productImageProps,
267
221
  gallery: gallery,
268
222
  priorityFeatureImage: priorityFeatureImage,
269
223
  onHandleClickImage: (imageID, enableOpenLightBox)=>handleGalleryClick(imageID || '', enableOpenLightBox),
270
- noDataChildren: noDataChildren,
271
224
  children: renderProductBadge()
272
225
  }),
273
226
  layout === 'only-feature' && /*#__PURE__*/ jsx(OnlyFeatureImage, {
274
227
  gallery: gallery,
275
228
  ...productImageProps,
276
229
  onHandleClickImage: (imageID, enableOpenLightBox)=>handleGalleryClick(imageID || '', enableOpenLightBox),
277
- noDataChildren: noDataChildren,
278
230
  children: renderProductBadge()
279
231
  }),
280
232
  layout === 'one-col' && /*#__PURE__*/ jsx(GalleryOneCol, {
281
233
  gallery: gallery,
282
234
  ...productImageProps,
283
235
  onHandleClickImage: (imageID, enableOpenLightBox)=>handleGalleryClick(imageID || '', enableOpenLightBox),
284
- noDataChildren: noDataChildren,
285
236
  children: renderProductBadge()
286
237
  }),
287
238
  layout === 'two-col' && /*#__PURE__*/ jsx(GalleryTwoCol, {
288
239
  gallery: gallery,
289
240
  ...productImageProps,
290
241
  onHandleClickImage: (imageID, enableOpenLightBox)=>handleGalleryClick(imageID || '', enableOpenLightBox),
291
- noDataChildren: noDataChildren,
292
242
  children: renderProductBadge()
293
243
  }),
294
244
  isRenderLightBox && /*#__PURE__*/ jsx(ProductImagesLightBox, {
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx } from 'react/jsx-runtime';
3
2
 
4
3
  const ButtonOpenLightBox = ()=>{
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
3
2
 
4
3
  const MediaIcon = ({ contentType })=>{
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx, jsxs } from 'react/jsx-runtime';
3
2
  import Carousel from '../../../../../carousel/components/Carousel.js';
4
3
  import CarouselItem from '../../../../../carousel/components/CarouselItem.js';
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
3
2
  import { useProduct, useCurrentDevice, useShopStore, cls, makeStyle, getResponsiveValueByScreen } from '@gem-sdk/core';
4
3
  import { memo, useMemo } from 'react';
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx, jsxs } from 'react/jsx-runtime';
3
2
  import { memo, useState, useEffect, useMemo, useCallback } from 'react';
4
3
  import Carousel from '../../../../../carousel/components/Carousel.js';
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
3
2
  import { useCurrentDevice, useFeaturedImageGlobal, useEditorMode, getHeightByShapeGlobalSize, getResponsiveValueByScreen, cls, makeStyleResponsive, makeHeight, makeWidth, composeRadius, makeStyle } from '@gem-sdk/core';
4
3
  import { memo, useState, useEffect, useMemo, useCallback } from 'react';
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx } from 'react/jsx-runtime';
3
2
  import { useFeaturedImageGlobal, cls } from '@gem-sdk/core';
4
3
  import Carousel from '../../../../../carousel/components/Carousel.js';
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsxs, jsx } from 'react/jsx-runtime';
3
2
  import { useCurrentDevice, getResponsiveValueByScreen, makeStyleResponsive, removeNullUndefined, cls, makeHeight } from '@gem-sdk/core';
4
3
  import ProductGalleryCarousel from '../components/ProductGalleryCarousel.js';
@@ -14,7 +13,7 @@ const DEVICES = [
14
13
  'desktop'
15
14
  ];
16
15
  const FeatureImageWithGallery = (productImageProps)=>{
17
- const { setting, styles, builderProps, gallery, onHandleClickImage, priorityFeatureImage, children, noDataChildren } = productImageProps;
16
+ const { setting, styles, builderProps, gallery, onHandleClickImage, priorityFeatureImage, children } = productImageProps;
18
17
  const settings = {
19
18
  ...setting,
20
19
  ...styles
@@ -180,9 +179,6 @@ const FeatureImageWithGallery = (productImageProps)=>{
180
179
  shapeByLayout,
181
180
  settings?.spacing
182
181
  ]);
183
- if (gallery?.[0]?.id === 'noImageError') {
184
- return noDataChildren;
185
- }
186
182
  return /*#__PURE__*/ jsxs("div", {
187
183
  className: cls('gp-grid gp-w-full gp-relative'),
188
184
  style: {
@@ -1,16 +1,12 @@
1
- 'use client';
2
1
  import { jsx } from 'react/jsx-runtime';
3
2
  import ProductGalleryGrid from '../components/ProductGalleryGrid.js';
4
3
 
5
4
  const GalleryOneCol = (productImageProps)=>{
6
- const { setting, styles, gallery, builderProps, noDataChildren, onHandleClickImage, children } = productImageProps;
5
+ const { setting, styles, gallery, builderProps, onHandleClickImage, children } = productImageProps;
7
6
  const settings = {
8
7
  ...setting,
9
8
  ...styles
10
9
  };
11
- if (gallery?.[0]?.id === 'noImageError') {
12
- return noDataChildren;
13
- }
14
10
  return /*#__PURE__*/ jsx(ProductGalleryGrid, {
15
11
  productImages: gallery,
16
12
  enableHoverAction: true,
@@ -1,16 +1,12 @@
1
- 'use client';
2
1
  import { jsx } from 'react/jsx-runtime';
3
2
  import ProductGalleryGrid from '../components/ProductGalleryGrid.js';
4
3
 
5
4
  const GalleryTwoCol = (productImageProps)=>{
6
- const { setting, styles, gallery, builderProps, noDataChildren, onHandleClickImage, children } = productImageProps;
5
+ const { setting, styles, gallery, builderProps, onHandleClickImage, children } = productImageProps;
7
6
  const settings = {
8
7
  ...setting,
9
8
  ...styles
10
9
  };
11
- if (gallery?.[0]?.id === 'noImageError') {
12
- return noDataChildren;
13
- }
14
10
  return /*#__PURE__*/ jsx(ProductGalleryGrid, {
15
11
  productImages: gallery,
16
12
  enableHoverAction: true,
@@ -1,17 +1,13 @@
1
- 'use client';
2
1
  import { jsxs, jsx } from 'react/jsx-runtime';
3
2
  import ProductFeaturedImageCarousel from '../components/ProductFeaturedImageCarousel.js';
4
3
  import { cls, getResponsiveValueByScreen, makeStyleResponsive } from '@gem-sdk/core';
5
4
 
6
5
  const OnlyFeatureImage = (productImageProps)=>{
7
- const { setting, styles, gallery, builderProps, noDataChildren, onHandleClickImage, children } = productImageProps;
6
+ const { setting, styles, gallery, builderProps, onHandleClickImage, children } = productImageProps;
8
7
  const settings = {
9
8
  ...setting,
10
9
  ...styles
11
10
  };
12
- if (gallery?.[0]?.id === 'noImageError') {
13
- return noDataChildren;
14
- }
15
11
  return /*#__PURE__*/ jsxs("div", {
16
12
  className: cls(`gp-flex gp-relative gp-product-images-gallery-${builderProps?.uid} gp-overflow-hidden`, getResponsiveValueByScreen(settings?.ftNavigationPosition, 'desktop') === 'outside' ? 'gp-px-[16px]' : 'gp-px-0', getResponsiveValueByScreen(settings?.ftNavigationPosition, 'tablet') === 'outside' ? 'tablet:gp-px-[16px]' : 'tablet:gp-px-0', getResponsiveValueByScreen(settings?.ftNavigationPosition, 'mobile') === 'outside' ? 'mobile:gp-px-[16px]' : 'mobile:gp-px-0'),
17
13
  style: {
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
3
2
  import { useEditorMode, useCurrentDevice, usePageType, usePageStore, useProductQuery, useCollectionQuery, useProductsQuery, useProductsQueryAll, flattenConnection, ProductListProvider, makeStyleResponsive, makeWidth, getResponsiveValueByScreen, cls, ProductProvider, isEmptyChildren } from '@gem-sdk/core';
4
3
  import dynamic from 'next/dynamic';
@@ -25,7 +24,6 @@ const ProductList = ({ children, className, setting, styles, builderProps })=>{
25
24
  const dynamicProduct = usePageStore((s)=>s.dynamicProduct);
26
25
  const dynamicCollection = usePageStore((s)=>s.dynamicCollection);
27
26
  const isCollectionPage = pageType == 'GP_COLLECTION';
28
- const { builderData } = builderProps ?? {};
29
27
  if (isCollectionPage) {
30
28
  productSetting.productSrc = 'DynamicCollection';
31
29
  productSetting.collectionId = dynamicCollection?.collectionId ?? 'latest';
@@ -239,7 +237,6 @@ const ProductList = ({ children, className, setting, styles, builderProps })=>{
239
237
  const relatedTagString = productSetting.relatedTag && productSetting.relatedTag[0];
240
238
  if (isNotFoundRelatedProduct && isRelatedProduct && mode == 'edit') {
241
239
  return /*#__PURE__*/ jsx(ProductNotFound, {
242
- builderAttrs: builderData,
243
240
  collectionHandle: collection?.handle,
244
241
  productSrc: productSrc,
245
242
  onClose: ()=>setFromWarningImportShopify(false),
@@ -254,7 +251,6 @@ const ProductList = ({ children, className, setting, styles, builderProps })=>{
254
251
  return null;
255
252
  }
256
253
  return /*#__PURE__*/ jsx(ProductNotFound, {
257
- builderAttrs: builderData,
258
254
  collectionHandle: collection?.handle,
259
255
  productSrc: productSrc,
260
256
  onClose: ()=>setFromWarningImportShopify(false),
@@ -330,7 +326,7 @@ const ProductList = ({ children, className, setting, styles, builderProps })=>{
330
326
  'data-component-no-setting': true,
331
327
  'data-product-id': product?.baseID?.replace('gid://shopify/Product/', '')
332
328
  } : {},
333
- className: cls(setting?.sameHeight ? `gp-contents [&_*[data-same-height-display-contents="true"]]:gp-contents [&_*[data-component-label="Row"]]:gp-grid [&_*[data-component-label="Row"]]:gp-grid-rows-[subgrid] [&_*[data-component-label="Row"]]:gp-gap-y-0 [&_*[data-component-label="Row"]]:gp-grid-col-[subgrid]` : '', `gp-child-item-${builderProps?.uid}`),
329
+ className: cls(setting?.sameHeight ? `gp-contents [&>div]:gp-grid [&>div]:gp-grid-rows-[subgrid] [&>div]:gp-gap-y-0 [&>div]:gp-grid-col-[subgrid] ${mode === 'edit' ? '[&>*>div[data-component-tag="Col"]]:gp-contents' : '[&>*>div]:gp-contents'}` : '', `gp-child-item-${builderProps?.uid}`),
334
330
  style: {
335
331
  '--grchild': setting?.sameHeight ? generateGridRowArray[index]?.gridRow : undefined,
336
332
  '--mbchild': generateGridRowArray[index]?.marginBottom
@@ -137,7 +137,7 @@ const ProductList = ({ setting, builderProps, styles, className, children, advan
137
137
  gp-context='{"variantSelected": {{ variant | json | escape }}, "quantity": 1 , "formId": "{{ product_form_id }}"}'
138
138
  gp-data='{"variantSelected": {{ variant | json | escape }}, "quantity": 1, "productUrl":{{ product.url | json | escape }}, "productHandle":{{ product.handle | json | escape }}, "collectionUrl": {{ collection.url | json | escape }}, "collectionHandle": {{ collection.handle | json | escape }},"pageContext" : ${JSON.stringify(pageContext)}}'
139
139
  >
140
- {%- form 'product', product, id: product_form_id, class: 'form contents ${setting?.sameHeight ? ' gp-contents [&_*[data-same-height-display-contents="true"]]:gp-contents [&_*[parenttag="ProductList"]]:gp-grid [&_*[parenttag="ProductList"]]:gp-grid-rows-[subgrid] [&_*[parenttag="ProductList"]]:gp-gap-y-0 [&_*[parenttag="ProductList"]]:gp-grid-col-[subgrid]' : ''}', data-type: 'add-to-cart-form', autocomplete: 'off' -%}
140
+ {%- form 'product', product, id: product_form_id, class: 'form contents ${setting?.sameHeight ? ' gp-contents [&>div]:gp-grid [&>div]:gp-grid-rows-[subgrid] [&>div]:gp-gap-y-0 [&>div]:gp-grid-col-[subgrid] [&>*>div:nth-child(1)]:gp-contents' : ''}', data-type: 'add-to-cart-form', autocomplete: 'off' -%}
141
141
  <input type="hidden" name="id" value="{{ variant.id }}" />
142
142
  <input type="hidden" min="1" name="quantity" value="{{ quantity }}" />
143
143
  <button type="submit" onclick="return false;" style="display:none;"></button>
@@ -1,43 +1,43 @@
1
- 'use client';
2
- import { jsx } from 'react/jsx-runtime';
3
- import { usePageType, useShopStore } from '@gem-sdk/core';
4
- import { useState, useEffect, useMemo } from 'react';
5
- import NoDataState from '../../common/components/NoDataState.js';
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { usePageType, useShopStore, filterToolbarPreview } from '@gem-sdk/core';
3
+ import { useMemo } from 'react';
4
+ import ProductNotFoundRelated from './ProductNotFoundRelated.js';
6
5
 
7
- const ProductNotFound = ({ collectionHandle, productSrc, builderAttrs, children })=>{
6
+ const ProductNotFound = ({ collectionHandle, productSrc, relatedTagString, assignProductNoTags, noAssignedProduct, builderAttrs, children })=>{
8
7
  const isInstant = usePageType() === 'STATIC';
9
8
  const storefrontToken = useShopStore((s)=>s.storefrontToken);
10
9
  const storefrontUrl = useShopStore((s)=>s.storefrontUrl);
11
10
  const isCollection = productSrc === 'Collection';
12
- const [textWarning, setTextWarning] = useState('');
13
- const [textLink, setTextLink] = useState('get product');
14
- const [entity, setEntity] = useState('');
15
- useEffect(()=>{
11
+ const isRelated = productSrc === 'RelatedProduct';
12
+ const textWarning = useMemo(()=>{
13
+ if (isInstant && !storefrontToken) {
14
+ return 'We can not get your products from Shopify';
15
+ }
16
16
  if (isCollection) {
17
17
  if (!collectionHandle) {
18
- setTextWarning('We cannot find any collections from your Shopify store. Please try manually syncing the data from Shopify or add a new collection.');
19
- setTextLink('get collection');
20
- setEntity('collection');
21
- return;
18
+ return 'Have you create collections in your store? We couldn’t find any.';
19
+ } else {
20
+ return 'Have you add products to this collection? We couldn’t find any.';
22
21
  }
23
- setTextWarning('We cannot find any product of this collection from your Shopify store? Please try manually syncing the data from Shopify or add a new product to your collection.');
24
- setTextLink('get product of collection');
25
- setEntity('product');
26
- return;
27
22
  }
28
- if (isInstant && !storefrontToken) {
29
- setEntity('product');
30
- setTextWarning('We can not get your products from Shopify');
31
- return;
23
+ return 'Have you added products to your store? We couldn’t find any.';
24
+ }, [
25
+ isInstant,
26
+ storefrontToken,
27
+ isCollection,
28
+ collectionHandle
29
+ ]);
30
+ const textLink = useMemo(()=>{
31
+ if (isCollection) {
32
+ if (!collectionHandle) {
33
+ return 'Add collection to Shopify';
34
+ }
35
+ return 'Add products to collection';
32
36
  }
33
- setEntity('product');
34
- setTextLink('get product');
35
- setTextWarning('We cannot find any products from your Shopify store. Please try manually syncing the data from Shopify or add a new product.');
37
+ return `Add products to Shopify`;
36
38
  }, [
37
- collectionHandle,
38
39
  isCollection,
39
- isInstant,
40
- storefrontToken
40
+ collectionHandle
41
41
  ]);
42
42
  const shopifyLink = useMemo(()=>{
43
43
  if (!storefrontUrl) return undefined;
@@ -50,28 +50,93 @@ const ProductNotFound = ({ collectionHandle, productSrc, builderAttrs, children
50
50
  isCollection,
51
51
  storefrontUrl
52
52
  ]);
53
- const emitSync = (componentUid)=>{
54
- const event = new CustomEvent('editor:sync-product', {
55
- bubbles: true,
56
- detail: {
57
- uid: componentUid
58
- }
59
- });
60
- window.dispatchEvent(event);
61
- };
62
- return /*#__PURE__*/ jsx(NoDataState, {
63
- elementType: "primary",
64
- children: children,
65
- builderAttrs: builderAttrs,
66
- title: `Can not ${textLink} from Shopify`,
67
- description: textWarning,
68
- primaryBtnTitle: `Add ${entity}`,
69
- secondaryBtnTitle: `Sync from Shopify`,
70
- primaryBtnCb: ()=>{
71
- if (!shopifyLink) return;
72
- window.open(shopifyLink, '_blank');
73
- },
74
- secondaryBtnCb: ()=>emitSync(builderAttrs?.['data-uid'] ?? builderAttrs?.['uid'])
53
+ return /*#__PURE__*/ jsxs("div", {
54
+ ...builderAttrs,
55
+ className: `gp-relative gp-flex gp-h-[98px] gp-flex-col gp-items-center gp-justify-center gp-rounded gp-border-dotted gp-border-[#676767] gp-border ${isRelated ? 'gp-py-16' : ''}`,
56
+ children: [
57
+ /*#__PURE__*/ jsxs("div", {
58
+ className: `gp-flex gp-items-center gp-justify-center ${isRelated ? 'gp-flex-col gp-gap-[7px] gp-py-16' : ''}`,
59
+ children: [
60
+ /*#__PURE__*/ jsx("span", {
61
+ className: "gp-mr-2",
62
+ children: /*#__PURE__*/ jsxs("svg", {
63
+ xmlns: "http://www.w3.org/2000/svg",
64
+ width: "21",
65
+ height: "21",
66
+ viewBox: "0 0 21 21",
67
+ fill: "none",
68
+ children: [
69
+ /*#__PURE__*/ jsx("g", {
70
+ clipPath: "url(#clip0_9546_221079)",
71
+ children: /*#__PURE__*/ jsx("path", {
72
+ fillRule: "evenodd",
73
+ clipRule: "evenodd",
74
+ d: "M11.5728 3.86863C11.0976 3.04379 9.90241 3.04379 9.4272 3.86863L1.91575 16.9064C1.44289 17.7271 2.0381 18.75 2.98855 18.75H18.0114C18.9619 18.75 19.5571 17.7271 19.0842 16.9064L11.5728 3.86863ZM10.5 6.43064C10.8452 6.43064 11.125 6.7092 11.125 7.05282V12.6524C11.125 12.996 10.8452 13.2746 10.5 13.2746C10.1548 13.2746 9.875 12.996 9.875 12.6524V7.05282C9.875 6.7092 10.1548 6.43064 10.5 6.43064ZM10.5 14.7678C9.94771 14.7678 9.5 15.2135 9.5 15.7633C9.5 16.3131 9.94771 16.7588 10.5 16.7588C11.0523 16.7588 11.5 16.3131 11.5 15.7633C11.5 15.2135 11.0523 14.7678 10.5 14.7678Z",
75
+ fill: "#494949"
76
+ })
77
+ }),
78
+ /*#__PURE__*/ jsx("defs", {
79
+ children: /*#__PURE__*/ jsx("clipPath", {
80
+ id: "clip0_9546_221079",
81
+ children: /*#__PURE__*/ jsx("rect", {
82
+ width: "20",
83
+ height: "21",
84
+ fill: "white",
85
+ transform: "translate(0.5)"
86
+ })
87
+ })
88
+ })
89
+ ]
90
+ })
91
+ }),
92
+ isRelated ? /*#__PURE__*/ jsx(ProductNotFoundRelated, {
93
+ assignProductNoTags: assignProductNoTags,
94
+ relatedTagString: relatedTagString,
95
+ noAssignedProduct: noAssignedProduct
96
+ }) : /*#__PURE__*/ jsx("span", {
97
+ className: "gp-text-sm gp-font-normal gp-text-[#212121]",
98
+ children: textWarning
99
+ })
100
+ ]
101
+ }),
102
+ isInstant ? /*#__PURE__*/ jsx("div", {
103
+ children: storefrontToken ? /*#__PURE__*/ jsx("div", {
104
+ onClick: ()=>{
105
+ if (shopifyLink) {
106
+ window.open(shopifyLink, '_blank');
107
+ }
108
+ },
109
+ "aria-hidden": "true",
110
+ className: "gp-cursor-pointer gp-text-sm gp-font-medium gp-text-[#3C67FF] gp-no-underline",
111
+ children: textLink
112
+ }) : /*#__PURE__*/ jsx("div", {
113
+ onClick: ()=>{
114
+ window.parent.postMessage('toggleImportProductModal');
115
+ },
116
+ "aria-hidden": "true",
117
+ className: "gp-cursor-pointer gp-text-sm gp-font-medium gp-text-[#3C67FF] gp-no-underline",
118
+ children: "Import from Shopify"
119
+ })
120
+ }) : isRelated ? null : /*#__PURE__*/ jsxs("div", {
121
+ className: "gp-text-sm gp-font-normal gp-text-[#212121]",
122
+ children: [
123
+ /*#__PURE__*/ jsx("span", {
124
+ "aria-hidden": true,
125
+ onClick: ()=>{
126
+ if (shopifyLink) {
127
+ window.open(shopifyLink, '_blank');
128
+ }
129
+ },
130
+ className: "gp-cursor-pointer gp-font-medium gp-text-[#3C67FF] hover:gp-underline",
131
+ children: textLink
132
+ }),
133
+ ` `,
134
+ "or pick another ",
135
+ isCollection ? 'collection' : 'product'
136
+ ]
137
+ }),
138
+ filterToolbarPreview(children, true)
139
+ ]
75
140
  });
76
141
  };
77
142